mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Mumla to 3.6.1 (96)
This commit is contained in:
parent
fd84f94fc6
commit
82d7aa6d50
1 changed files with 25 additions and 2 deletions
|
|
@ -258,7 +258,30 @@ Builds:
|
|||
- ../libraries/humla/src/main/jni
|
||||
ndk: r22b
|
||||
|
||||
- versionName: 3.6.1
|
||||
versionCode: 96
|
||||
commit: 1ffac0879f670a02ed9c4980b04e0a62c2ddfdc0
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- official
|
||||
rm:
|
||||
- libraries/humla/tools
|
||||
- libraries/humla/libs/humla-spongycastle/core/src/test/data
|
||||
prebuild: cp -r ../libraries/humla/gradle ../libraries/humla/libs/humla-spongycastle
|
||||
build:
|
||||
- printf >../local.properties "sdk.dir=%s\nndk.dir=%s" "$$SDK$$" "$$NDK$$"
|
||||
- cd ../libraries/humla/libs/humla-spongycastle
|
||||
- gradle jar
|
||||
buildjni:
|
||||
- ../libraries/humla/src/main/jni
|
||||
ndk: r22b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[^-]*$
|
||||
CurrentVersion: 3.6.0
|
||||
CurrentVersionCode: 95
|
||||
CurrentVersion: 3.6.1
|
||||
CurrentVersionCode: 96
|
||||
|
|
|
|||
Loading…
Reference in a new issue