File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.10 '
4+ ext. kotlin_version = ' 1.3.72 '
55 repositories {
66 jcenter()
77 maven {
@@ -12,9 +12,10 @@ buildscript {
1212 dependencies {
1313 classpath ' com.android.tools.build:gradle:4.1.0-rc02'
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15- classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.1 .0"
15+ classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.3 .0"
1616 // NOTE: Do not place your application dependencies here; they belong
1717 // in the individual module build.gradle files
18+
1819 }
1920}
2021
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
3838 implementation ' androidx.appcompat:appcompat:1.2.0'
3939 testImplementation ' junit:junit:4.12'
4040 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
41+ implementation ' com.github.sealstudios:multiimageview:1.0.0'
4142
4243}
4344repositories {
You can’t perform that action at this time.
0 commit comments