Skip to content

Commit

Permalink
changed build files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinseal committed Sep 24, 2020
1 parent 4c21f67 commit 33762d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.72'
repositories {
jcenter()
maven {
Expand All @@ -12,9 +12,10 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0-rc02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.1.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

}
}

Expand Down
1 change: 1 addition & 0 deletions multiimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
testImplementation 'junit:junit:4.12'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.github.sealstudios:multiimageview:1.0.0'

}
repositories {
Expand Down

0 comments on commit 33762d1

Please sign in to comment.