diff options
author | pacien | 2018-08-19 18:04:58 +0200 |
---|---|---|
committer | pacien | 2018-08-19 18:04:58 +0200 |
commit | 483e6634e0621d2100ae11cbcd8cba6d21a76c4e (patch) | |
tree | 0d2fda7f5e6026c5f091df2188f2e8396de42091 /app/build.gradle | |
parent | 3b353c4037f3c52710287777a17110dad6b9d720 (diff) | |
download | tincapp-483e6634e0621d2100ae11cbcd8cba6d21a76c4e.tar.gz |
Refactor log viewer activity
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index d4db5ee..50fdddc 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -76,6 +76,7 @@ dependencies { | |||
76 | 76 | ||
77 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 77 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
78 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.6.3' | 78 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.6.3' |
79 | implementation "android.arch.lifecycle:extensions:1.1.1" | ||
79 | implementation "com.android.support:support-compat:27.1.1" | 80 | implementation "com.android.support:support-compat:27.1.1" |
80 | implementation 'com.android.support:design:27.1.1' | 81 | implementation 'com.android.support:design:27.1.1' |
81 | implementation 'com.google.zxing:android-integration:3.3.0' | 82 | implementation 'com.google.zxing:android-integration:3.3.0' |