mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
micromath.plus - cleanup
This commit is contained in:
parent
4cbae5e793
commit
c35efe2e0a
1 changed files with 4 additions and 4 deletions
|
|
@ -166,12 +166,12 @@ Builds:
|
||||||
versionCode: 322
|
versionCode: 322
|
||||||
commit: 3e45190c1d06bd8d22a6c32b7f62a16ef0503d21
|
commit: 3e45190c1d06bd8d22a6c32b7f62a16ef0503d21
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- sdkmanager 'build-tools;32.0.0' 'build-tools;30.0.3'
|
||||||
|
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/32.0.0/lib/dx.jar
|
||||||
|
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/32.0.0/dx
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
prebuild:
|
|
||||||
- $$SDK$$/tools/bin/sdkmanager 'build-tools;32.0.0' 'build-tools;30.0.3' > /dev/null
|
|
||||||
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/32.0.0/lib/dx.jar
|
|
||||||
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/32.0.0/dx
|
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue