mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +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
|
||||
commit: 3e45190c1d06bd8d22a6c32b7f62a16ef0503d21
|
||||
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:
|
||||
- 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
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue