|
|
|
@ -3,7 +3,7 @@ plugins {
|
|
|
|
|
id 'com.android.application'
|
|
|
|
|
id 'kotlin-android'
|
|
|
|
|
id 'kotlin-kapt'
|
|
|
|
|
id 'com.github.triplet.play' version '2.6.2'
|
|
|
|
|
id 'com.github.triplet.play' version '2.8.0'
|
|
|
|
|
id 'kotlin-android-extensions'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -83,8 +83,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.0'
|
|
|
|
|
implementation 'com.google.android.material:material:1.0.0'
|
|
|
|
|
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
|
|
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
|
|
|
|
|
|
|
|
implementation "com.github.paolorotolo:appintro:3.4.0"
|
|
|
|
|
implementation "com.google.dagger:dagger:$DAGGER_VERSION"
|
|
|
|
|
implementation "com.jakewharton:butterknife:8.6.1-SNAPSHOT"
|
|
|
|
@ -92,9 +91,7 @@ dependencies {
|
|
|
|
|
implementation "com.google.code.gson:gson:2.8.5"
|
|
|
|
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION"
|
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.0.0-beta4"
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
|
|
|
compileOnly "javax.annotation:jsr250-api:1.0"
|
|
|
|
|
compileOnly "com.google.auto.factory:auto-factory:$AUTO_FACTORY_VERSION"
|
|
|
|
|
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"
|
|
|
|
|