mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Micro REPL to 2.0 (15)
This commit is contained in:
parent
e4c21a46af
commit
437d715929
1 changed files with 15 additions and 2 deletions
|
|
@ -50,9 +50,22 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign --page-size 16
|
||||
fix-newlines $$OUT$$ 'META-INF/services/*' 'assets/python/*' 'assets/themes/*'
|
||||
|
||||
- versionName: '2.0'
|
||||
versionCode: 15
|
||||
disable: https://github.com/Ma7moud3ly/micro-repl
|
||||
commit: 0d86af1b046366232fd350cc9cf197b21ee942f9
|
||||
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.9'
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: '2.0'
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue