Ring: Enable UCM
This commit is contained in:
parent
0d1176540f
commit
ac1dccc568
|
@ -26,18 +26,16 @@ Build:2.0.003,20
|
|||
|
||||
Build:2.0.009,27
|
||||
commit=4423b10e1dd8601d00486e1b78d39180cb45f410
|
||||
output=ring-android/app/build/outputs/apk/app-release-unsigned.apk
|
||||
build=echo -e '#!/bin/sh\ngradle "$@"' > ring-android/gradlew && \
|
||||
subdir=ring-android/app/src/main
|
||||
output=../../build/outputs/apk/app-release-unsigned.apk
|
||||
build=pushd ../../../../ && \
|
||||
echo -e '#!/bin/sh\ngradle "$@"' > ring-android/gradlew && \
|
||||
export ANDROID_NDK_ROOT=$ANDROID_NDK && \
|
||||
export ANDROID_ABI="armeabi-v7a" && \
|
||||
./compile.sh release
|
||||
|
||||
Maintainer Notes:
|
||||
* Try to get UCM working
|
||||
* Bump CV/CVC only after testing
|
||||
.
|
||||
./compile.sh release && \
|
||||
popd
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.0.003
|
||||
Current Version Code:20
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.009
|
||||
Current Version Code:27
|
||||
|
|
Loading…
Reference in a new issue