aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2019-09-15 05:58:31 +0200
committerpacien2019-09-15 05:58:31 +0200
commit2c566d2bf3c3f4663426cc9bb0d3917e5989635b (patch)
treef8269e7b4bc90a39bd87f49ff47291f3ee4864e7
parent3bc69093654f61c723a70bca9d57ffd57062cb2f (diff)
downloadtincapp-2c566d2bf3c3f4663426cc9bb0d3917e5989635b.tar.gz
release v0.28v0.28
-rw-r--r--app/build.gradle4
-rw-r--r--changelog.md5
2 files changed, 7 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e621c52..4fc04ae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -38,8 +38,8 @@ android {
38 //noinspection OldTargetApi 38 //noinspection OldTargetApi
39 targetSdkVersion 27 39 targetSdkVersion 27
40 multiDexEnabled true 40 multiDexEnabled true
41 versionCode 27 41 versionCode 28
42 versionName '0.27' 42 versionName '0.28'
43 ndk { 43 ndk {
44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 44 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
45 } 45 }
diff --git a/changelog.md b/changelog.md
index 2e7df6e..73b5bc2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,11 @@
3This file lists notable changes that have been made to the application on each release. 3This file lists notable changes that have been made to the application on each release.
4Releases are tracked and referred to using git tags. 4Releases are tracked and referred to using git tags.
5 5
6## v0.28 - 2019-09-15
7- fix daemon startup on Android 10
8- notify user of missing VPN permission
9- update Kotlin to 1.3.50
10
6## v0.27 - 2019-06-14 11## v0.27 - 2019-06-14
7- fix R8 optimisation that made the app unable to load its libraries 12- fix R8 optimisation that made the app unable to load its libraries
8 13