mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Micro REPL to 1.8 (13)
This commit is contained in:
parent
ebceeba259
commit
ea21ece971
1 changed files with 15 additions and 2 deletions
|
|
@ -58,9 +58,22 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
||||
fix-newlines $$OUT$$ 'META-INF/services/*' 'assets/python/*' 'assets/themes/*'
|
||||
|
||||
- versionName: '1.8'
|
||||
versionCode: 13
|
||||
commit: b35adbbfc033d5960a9ab521250dada4e38228d5
|
||||
subdir: app
|
||||
init: git reset --soft 938daf0d6bf9a95f0c159bda9348c9422ec6c907
|
||||
gradle:
|
||||
- default
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.8
|
||||
prebuild: sed -i -e '/gms/d' -e '/firebase/d' ../build.gradle.kts
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
||||
fix-newlines $$OUT$$ 'META-INF/services/*' 'assets/python/*' 'assets/themes/*'
|
||||
|
||||
AllowedAPKSigningKeys: e632303f5c22a8aec2165f8ca75cf11d1376eb456bba92dc621e4464c6818489
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.7'
|
||||
CurrentVersionCode: 12
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 13
|
||||
|
|
|
|||
Loading…
Reference in a new issue