diff options
-rw-r--r-- | app/build.gradle | 6 | ||||
-rw-r--r-- | readme.md | 8 |
2 files changed, 7 insertions, 7 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' |
@@ -29,10 +29,10 @@ The project can be built using the Gradle `build` task, on Linux. | |||
29 | 29 | ||
30 | Requirements: | 30 | Requirements: |
31 | 31 | ||
32 | - Android Platform Tools 26 | 32 | - Android Platform Tools 27 |
33 | - Android Platform 21 | 33 | - Android Platform 27 |
34 | - Android SDK Tools 25 | 34 | - Android SDK Tools 26 |
35 | - Android NDK 14 | 35 | - Android NDK 17 |
36 | - CMake | 36 | - CMake |
37 | - LLDB | 37 | - LLDB |
38 | 38 | ||