mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
gpstest - update recipe
This commit is contained in:
parent
efd09eeb11
commit
308018f389
1 changed files with 5 additions and 1 deletions
|
|
@ -525,7 +525,11 @@ Builds:
|
|||
subdir: GPSTest
|
||||
gradle:
|
||||
- osmdroid
|
||||
prebuild: sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
|
||||
rm:
|
||||
- wear
|
||||
prebuild:
|
||||
- sed -i -e '/theTask.dependsOn "askForPasswords"/d' -e '/maps-ktx/d' build.gradle
|
||||
- sed -i -e '/wear/d' ../settings.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue