avare: use original repo and update with patch

This commit is contained in:
linsui 2024-06-12 13:55:22 +08:00 committed by linsui
parent 5037b037fa
commit 836bae8ebd

View file

@ -19,7 +19,7 @@ Description: |-
Notice: This is not an FAA certified GPS.
RepoType: git
Repo: https://github.com/ninelima/avare
Repo: https://github.com/apps4av/avare
Builds:
- versionName: 5.7.1
@ -220,6 +220,7 @@ Builds:
- versionName: 10.1.6
versionCode: 366
disable: from https://github.com/ninelima/avare/tree/foss-fork
commit: FOSS_10.1.6
subdir: app
sudo:
@ -229,6 +230,18 @@ Builds:
gradle:
- yes
- versionName: 10.3.2
versionCode: 382
commit: b134a9dd0766f228373ac6264c27f5c5ddb50138
subdir: app
gradle:
- yes
rm:
- app/libs
prebuild:
- sed -i -e '/gms/d' -e '/firebase/d' {..,.}/build.gradle
- sed -i -e '/firebase/d' -e '/mInstance/d' src/main/java/com/ds/avare/utils/Telemetry.java
MaintainerNotes: |-
Licensing info via https://github.com/apps4av/avare/issues/88:
All files have Apache style licenses on them. If any is missing a license
@ -237,13 +250,7 @@ MaintainerNotes: |-
License changed and now is FreeBSD/BSD-2clause as of:
https://github.com/apps4av/avare/commit/6f1d9829dd955658559020448a314bb60aa90361#diff-9879d6db96fd29134fc802214163b95a
7.0.x+ are using play-services, see https://github.com/apps4av/avare/issues/154.
9.0.5 no longer appear to use play-services.
.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 10.1.6
CurrentVersionCode: 366
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 10.3.2
CurrentVersionCode: 382