mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 05:48:06 +00:00
fix build org.emunix.insteadlauncher.yml
This commit is contained in:
parent
2aaf90bf13
commit
e86ffbf2e5
1 changed files with 4 additions and 6 deletions
|
|
@ -96,9 +96,8 @@ Builds:
|
|||
- downloadDependencies
|
||||
|
||||
- versionName: 0.8.6
|
||||
versionCode: 80600
|
||||
disable: https://github.com/btimofeev/instead-launcher-android/issues/18
|
||||
commit: 3a4a352dfcb573542ac5290ad5b9e634cd6b294a
|
||||
versionCode: 80601
|
||||
commit: a077744714c0233ed42628ffb1d673015484a5df
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
|
|
@ -109,12 +108,11 @@ Builds:
|
|||
prebuild:
|
||||
- cd ../instead
|
||||
- gradle downloadDependencies
|
||||
scandelete:
|
||||
- instead/src/main/c/libiconv/libiconv/tests/
|
||||
- gradle fdroidRemoveBinaries
|
||||
ndk: r20b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: build.gradle|version_code = (\d+)|.|version_name = '([\d.]+)'
|
||||
CurrentVersion: 0.8.6
|
||||
CurrentVersionCode: 80600
|
||||
CurrentVersionCode: 80601
|
||||
|
|
|
|||
Loading…
Reference in a new issue