aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-01-20 23:36:14 +0100
committerpacien2020-01-20 23:36:38 +0100
commit8415296fbf0af2e9f46c5260f3fe6c6cba0da462 (patch)
treed21d1749f0a7248f27f4453ab9c78b5210f0784b
parent4476180248e569e08ac806b118b85e522fb01978 (diff)
downloadtincapp-8415296fbf0af2e9f46c5260f3fe6c6cba0da462.tar.gz
revert to target API 28
Daemon refuses to start on Android 5 when targeting API 29
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 44e5e8a..cf1627c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,7 +35,7 @@ android {
35 defaultConfig { 35 defaultConfig {
36 applicationId 'org.pacien.tincapp' 36 applicationId 'org.pacien.tincapp'
37 minSdkVersion 21 37 minSdkVersion 21
38 targetSdkVersion 29 38 targetSdkVersion 28 // FIXME: API29 breaks daemon start on Android 5
39 multiDexEnabled true 39 multiDexEnabled true
40 versionCode 29 40 versionCode 29
41 versionName '0.29' 41 versionName '0.29'