mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Bump NDK versions of missing builds after build server rebuild
This commit is contained in:
parent
f8158bd43b
commit
d8c7ce5340
6 changed files with 7 additions and 6 deletions
|
|
@ -386,7 +386,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r21d
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.6.1
|
||||
versionCode: 181
|
||||
|
|
@ -394,7 +394,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r21d
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ Builds:
|
|||
- export ANDROID_SDK_ROOT=$$SDK$$
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- PATH=$(pwd)/go/bin:$PATH make -C .. release_aar
|
||||
ndk: r21d
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ Builds:
|
|||
subdir: Corona-Warn-App
|
||||
gradle:
|
||||
- device
|
||||
prebuild: sed -i -e 's/21.2.6472646/21.3.6528147/' build.gradle
|
||||
prebuild: sed -i -e 's/21.2.6472646/21.4.7075529/' build.gradle
|
||||
scanignore:
|
||||
- Corona-Warn-App/src/main/assets/default_app_config_android.bin
|
||||
scandelete:
|
||||
|
|
|
|||
|
|
@ -517,7 +517,7 @@ Builds:
|
|||
s/eu.siacs./eu.sum7./" "{}" \;
|
||||
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
||||
s/eu.siacs./eu.sum7./" "{}" \;
|
||||
ndk: r21d
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i 's/21.3.6528147/21.4.7075529/' build.gradle
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
|
|
|
|||
|
|
@ -364,7 +364,7 @@ Builds:
|
|||
prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
scanignore:
|
||||
- app/src/main/java/javax/microedition/shell/AppClassLoader.java
|
||||
ndk: r21d
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: 'The class loader is needed for the main function of the app: load
|
||||
JARs.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue