Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 90664cd

Browse files
committed
MinSDK 16のためstdlibに修正
1 parent 6028b3c commit 90664cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studyplus-android-sdk2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282

8383
testImplementation 'junit:junit:4.12'
8484

85-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
85+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
8686
}
8787

8888
apply from: 'build.publish.gradle'

0 commit comments

Comments
 (0)