Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Replace kotlin-stdlib-jre7 by kotlin-stdlib-jdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob authored Aug 8, 2018
1 parent 6c9beaa commit 6476dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.5.0'
api 'com.caverock:androidsvg:1.2.1'

implementation"org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
Expand Down

0 comments on commit 6476dd0

Please sign in to comment.