mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
avare: use original repo and update with patch
This commit is contained in:
parent
5037b037fa
commit
836bae8ebd
1 changed files with 18 additions and 11 deletions
|
|
@ -19,7 +19,7 @@ Description: |-
|
||||||
Notice: This is not an FAA certified GPS.
|
Notice: This is not an FAA certified GPS.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/ninelima/avare
|
Repo: https://github.com/apps4av/avare
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 5.7.1
|
- versionName: 5.7.1
|
||||||
|
|
@ -220,6 +220,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 10.1.6
|
- versionName: 10.1.6
|
||||||
versionCode: 366
|
versionCode: 366
|
||||||
|
disable: from https://github.com/ninelima/avare/tree/foss-fork
|
||||||
commit: FOSS_10.1.6
|
commit: FOSS_10.1.6
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -229,6 +230,18 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- 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: |-
|
MaintainerNotes: |-
|
||||||
Licensing info via https://github.com/apps4av/avare/issues/88:
|
Licensing info via https://github.com/apps4av/avare/issues/88:
|
||||||
All files have Apache style licenses on them. If any is missing a license
|
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:
|
License changed and now is FreeBSD/BSD-2clause as of:
|
||||||
https://github.com/apps4av/avare/commit/6f1d9829dd955658559020448a314bb60aa90361#diff-9879d6db96fd29134fc802214163b95a
|
https://github.com/apps4av/avare/commit/6f1d9829dd955658559020448a314bb60aa90361#diff-9879d6db96fd29134fc802214163b95a
|
||||||
|
|
||||||
7.0.x+ are using play-services, see https://github.com/apps4av/avare/issues/154.
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
9.0.5 no longer appear to use play-services.
|
CurrentVersion: 10.3.2
|
||||||
|
CurrentVersionCode: 382
|
||||||
.
|
|
||||||
|
|
||||||
AutoUpdateMode: None
|
|
||||||
UpdateCheckMode: None
|
|
||||||
CurrentVersion: 10.1.6
|
|
||||||
CurrentVersionCode: 366
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue