Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Jan 4, 2020
1 parent f7935ec commit fe5186f
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,26 @@ android {
dataBinding{
enabled = true
}

lintOptions {
abortOnError false
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
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 */
Expand All @@ -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 */
Expand Down

0 comments on commit fe5186f

Please sign in to comment.