Skip to content

Commit 33762d1

Browse files
committed
changed build files
1 parent 4c21f67 commit 33762d1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
0 Bytes
Binary file not shown.

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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

multiimageview/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}
4344
repositories {

0 commit comments

Comments
 (0)