android-build update to use jni adapter 2.1.25 #7

Merged
heck merged 4 commits from android-build into Release_2.1 2 years ago

@ -0,0 +1,8 @@
arm64-v8a/
armeabi-v7a/
x86/
x86_64/
*.stamp
*.git
*.tar.bz2
*.tar.gz

@ -49,6 +49,7 @@ clean-all:
$(MAKE) -C arm64-v8a clean-all
$(MAKE) -C x86 clean-all
$(MAKE) -C x86_64 clean-all
rm -rf build
downloads/downloads.stamp:
$(MAKE) -C downloads

@ -20,7 +20,7 @@ NETTLE_VERSION=3.7
### Git deps repos
EXTERNAL_GIT_REPOS += libetpan|https://github.com/fdik/libetpan.git?HEAD
EXTERNAL_GIT_REPOS += sequoia|https://gitlab.com/sequoia-pgp/sequoia.git?365d00a08bec6a5a48d48a7c7893d78c27092b59
EXTERNAL_GIT_REPOS += sequoia|https://gitlab.com/sequoia-pgp/sequoia.git?openpgp/v1.1.0
### Common variables
#### Source code targets

@ -31,7 +31,7 @@ public class AndroidHelper {
// TODO : Increment when needed.
// TODO : Check if this version tracking is really needed and Automatize it
public static String ENGINE_VERSION_CODE = "Release_2.1.27";
public static String ENGINE_VERSION_CODE = "Release_2.1.33";
private static File shareDir;

Loading…
Cancel
Save