Removed redundant dependencies for PagerIndicator and Coroutines

This commit is contained in:
Deniz Düzgören
2019-06-26 16:43:35 +02:00
parent 12ff27dbac
commit d93407e98f
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -39,7 +39,6 @@ dependencies {
implementation 'com.jaredrummler:android-device-names:1.1.8'
implementation 'com.github.mukeshsolanki:easypreferences:1.0.6'
implementation 'com.romandanylyk:pageindicatorview:1.0.3@aar'
def lifecycle_version = "2.0.0"
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
@@ -50,7 +49,6 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1"
implementation "androidx.work:work-runtime-ktx:2.0.1"
}