Skip to content

Commit 9da0b78

Browse files
authored
Use fixed kotlin version (1.3.50)
1 parent 531b674 commit 9da0b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquidswipe/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747

4848
dependencies {
4949
implementation fileTree(dir: 'libs', include: ['*.jar'])
50-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
50+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50"
5151
implementation 'androidx.appcompat:appcompat:1.1.0'
5252
implementation 'androidx.core:core-ktx:1.1.0'
5353
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

0 commit comments

Comments
 (0)