aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorpacien2020-01-20 23:37:48 +0100
committerpacien2020-01-20 23:37:48 +0100
commit9d72cf6bbf426b9b8fa9f94d98d60f62f6081ed8 (patch)
tree7dea9e5be42bc6cf98a2a1c738c4b4dedb03424d /app
parent8415296fbf0af2e9f46c5260f3fe6c6cba0da462 (diff)
downloadtincapp-9d72cf6bbf426b9b8fa9f94d98d60f62f6081ed8.tar.gz
release v0.30v0.30
Hotfix for both Android 5 and 10!
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cf1627c..4efe3d5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -37,8 +37,8 @@ android {
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 28 // FIXME: API29 breaks daemon start on Android 5 38 targetSdkVersion 28 // FIXME: API29 breaks daemon start on Android 5
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 29 40 versionCode 30
41 versionName '0.29' 41 versionName '0.30'
42 ndk { 42 ndk {
43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' 43 abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
44 } 44 }