We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531b674 commit 9da0b78Copy full SHA for 9da0b78
liquidswipe/build.gradle
@@ -47,7 +47,7 @@ android {
47
48
dependencies {
49
implementation fileTree(dir: 'libs', include: ['*.jar'])
50
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50"
51
implementation 'androidx.appcompat:appcompat:1.1.0'
52
implementation 'androidx.core:core-ktx:1.1.0'
53
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
0 commit comments