|
@@ -35,9 +35,14 @@ android {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+apply from: "$project.rootDir/scripts/deps_versions.gradle"
|
|
|
|
|
+
|
|
|
dependencies {
|
|
dependencies {
|
|
|
|
|
+
|
|
|
|
|
+ implementation navigationUi
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
|
|
|
|
|
|
|
|
|
+
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|