Commit 90b05958 authored by Mygod's avatar Mygod

Trim dependencies

parent ff13af6f
...@@ -5,7 +5,6 @@ apply plugin: 'com.github.ben-manes.versions' ...@@ -5,7 +5,6 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript { buildscript {
ext { ext {
kotlinVersion = '1.3.20' kotlinVersion = '1.3.20'
kotlinCoroutinesVersion = '1.1.0'
minSdkVersion = 21 minSdkVersion = 21
sdkVersion = 28 sdkVersion = 28
compileSdkVersion = 28 compileSdkVersion = 28
......
...@@ -69,8 +69,7 @@ dependencies { ...@@ -69,8 +69,7 @@ dependencies {
api 'com.google.firebase:firebase-core:16.0.6' api 'com.google.firebase:firebase-core:16.0.6'
api 'com.squareup.okhttp3:okhttp:3.12.1' api 'com.squareup.okhttp3:okhttp:3.12.1'
api "com.takisoft.preferencex:preferencex:$preferencexVersion" api "com.takisoft.preferencex:preferencex:$preferencexVersion"
api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion" api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.0'
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
kapt "androidx.lifecycle:lifecycle-compiler:$lifecycleVersion" kapt "androidx.lifecycle:lifecycle-compiler:$lifecycleVersion"
kapt "androidx.room:room-compiler:$roomVersion" kapt "androidx.room:room-compiler:$roomVersion"
testImplementation "androidx.arch.core:core-testing:$lifecycleVersion" testImplementation "androidx.arch.core:core-testing:$lifecycleVersion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment