File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ repositories {
3232
3333dependencies {
3434 implementation project(' :jpegkit' )
35- implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.41 '
35+ implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.50 '
3636 implementation ' com.android.support:appcompat-v7:28.0.0-alpha3'
3737}
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ buildscript {
55 }
66 dependencies {
77 classpath ' com.android.tools.build:gradle:3.1.3'
8- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.41 '
8+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.50 '
99 }
1010}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
3030}
3131
3232dependencies {
33- implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.41 '
33+ implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.50 '
3434 implementation ' com.android.support:exifinterface:28.0.0-alpha3'
3535}
3636
You can’t perform that action at this time.
0 commit comments