diff options
author | pacien | 2018-08-05 20:54:39 +0200 |
---|---|---|
committer | pacien | 2018-08-05 20:54:39 +0200 |
commit | 464adf4257097bac9975485969d19162ee25a33e (patch) | |
tree | ad1b4c3aa957d4f012ba6a53d4f252497e5247b6 /app | |
parent | fcf312d6ddfd8ab75f5238080b571b59fcd7a823 (diff) | |
download | tincapp-464adf4257097bac9975485969d19162ee25a33e.tar.gz |
Update SDK and target
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index ae1558c..bc5ae95 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -21,13 +21,13 @@ apply plugin: 'kotlin-android' | |||
21 | apply plugin: 'kotlin-android-extensions' | 21 | apply plugin: 'kotlin-android-extensions' |
22 | 22 | ||
23 | android { | 23 | android { |
24 | compileSdkVersion 25 | 24 | compileSdkVersion 27 |
25 | 25 | ||
26 | defaultConfig { | 26 | defaultConfig { |
27 | applicationId 'org.pacien.tincapp' | 27 | applicationId 'org.pacien.tincapp' |
28 | minSdkVersion 21 | 28 | minSdkVersion 21 |
29 | //noinspection OldTargetApi | 29 | //noinspection OldTargetApi |
30 | targetSdkVersion 21 | 30 | targetSdkVersion 27 |
31 | multiDexEnabled true | 31 | multiDexEnabled true |
32 | versionCode 17 | 32 | versionCode 17 |
33 | versionName '0.17' | 33 | versionName '0.17' |
@@ -55,7 +55,7 @@ dependencies { | |||
55 | 55 | ||
56 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 56 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
57 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.6.3' | 57 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.6.3' |
58 | implementation 'com.android.support:design:25.4.0' | 58 | implementation 'com.android.support:design:27.1.1' |
59 | implementation 'com.google.zxing:android-integration:3.3.0' | 59 | implementation 'com.google.zxing:android-integration:3.3.0' |
60 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.59' | 60 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.59' |
61 | implementation 'org.slf4j:slf4j-api:1.7.25' | 61 | implementation 'org.slf4j:slf4j-api:1.7.25' |