Update Delta Chat to 1.0.3 (571)
This commit is contained in:
parent
6ff57c3271
commit
1e2ded3e0c
|
@ -599,7 +599,17 @@ Builds:
|
||||||
build: $$NDK$$/ndk-build -j `nproc`
|
build: $$NDK$$/ndk-build -j `nproc`
|
||||||
ndk: r14b
|
ndk: r14b
|
||||||
|
|
||||||
|
- versionName: 1.0.3
|
||||||
|
versionCode: 571
|
||||||
|
commit: v1.0.3
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- fat
|
||||||
|
prebuild: sed -i -e '/applicationIdSuffix/d' build.gradle
|
||||||
|
build: $$NDK$$/ndk-build -j `nproc`
|
||||||
|
ndk: r14b
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
|
UpdateCheckMode: Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||||
CurrentVersion: 1.0.2
|
CurrentVersion: 1.0.3
|
||||||
CurrentVersionCode: 570
|
CurrentVersionCode: 571
|
||||||
|
|
Loading…
Reference in a new issue