mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update Micro REPL to 1.9 (14)
This commit is contained in:
parent
b8f8312a2a
commit
7f6fde6c5a
1 changed files with 14 additions and 2 deletions
|
|
@ -38,9 +38,21 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
||||
fix-newlines $$OUT$$ 'META-INF/services/*' 'assets/python/*' 'assets/themes/*'
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 14
|
||||
commit: e9b6bbbd9efe7c044b1d6b76a60cf4a977732a11
|
||||
subdir: app
|
||||
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.8'
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue