diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index 03ff88b..ade3cba 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -34,8 +34,8 @@ android { | |||
34 | //noinspection OldTargetApi | 34 | //noinspection OldTargetApi |
35 | targetSdkVersion 27 | 35 | targetSdkVersion 27 |
36 | multiDexEnabled true | 36 | multiDexEnabled true |
37 | versionCode 17 | 37 | versionCode 18 |
38 | versionName '0.17' | 38 | versionName '0.18' |
39 | ndk { | 39 | ndk { |
40 | abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' | 40 | abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' |
41 | } | 41 | } |
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index dcd34f3..906b4ec 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew | |||
@@ -1,2 +1,3 @@ | |||
1 | * update tinc to 1.1pre16 | 1 | • add support for always-on VPN |
2 | * update libressl and other libraries \ No newline at end of file | 2 | • new theme and icon |
3 | • minor UI improvements \ No newline at end of file | ||