From fe5186f321e4eb19751c082d21e228eafa1e4720 Mon Sep 17 00:00:00 2001 From: potados99 Date: Sun, 5 Jan 2020 06:33:33 +0900 Subject: [PATCH] Update dependencies. --- app/build.gradle | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d2ff0eb..a1079dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,10 @@ android { dataBinding{ enabled = true } + + lintOptions { + abortOnError false + } } dependencies { @@ -63,15 +67,15 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material:1.1.0-beta01' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' - implementation 'androidx.recyclerview:recyclerview:1.1.0-beta05' + implementation 'com.google.android.material:material:1.2.0-alpha03' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' + implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha01' testImplementation 'junit:junit:4.13-beta-3' - androidTestImplementation 'androidx.test:runner:1.3.0-alpha02' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha02' - androidTestImplementation 'androidx.test.ext:junit:1.1.2-alpha02' - androidTestImplementation 'androidx.test:rules:1.3.0-alpha02' + androidTestImplementation 'androidx.test:runner:1.3.0-alpha03' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha03' + androidTestImplementation 'androidx.test.ext:junit:1.1.2-alpha03' + androidTestImplementation 'androidx.test:rules:1.3.0-alpha03' androidTestImplementation 'org.koin:koin-test:2.0.1' /** realm */ @@ -82,19 +86,19 @@ dependencies { implementation "io.reactivex.rxjava2:rxjava:2.2.13" implementation "io.reactivex.rxjava2:rxkotlin:$rxkotlin_version" - /** 구글 지도 */ + /** google map */ implementation "com.google.android.gms:play-services-maps:$play_services_version" /** AAC */ implementation "android.arch.lifecycle:extensions:$aac_version" - /** 의존성 주입 */ + /** DI */ implementation "org.koin:koin-android:$koin_version" - /** 환경설정 */ + /** preference */ implementation "androidx.preference:preference:$preference_version" - /** Timber 로깅 */ + /** Timber */ implementation "com.jakewharton.timber:timber:$timber_version" /** GSON */