Skip to content

Commit 2ec1bae

Browse files
committed
change kotlin jre to jdk
1 parent e2b854f commit 2ec1bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
def butterknife_version = '8.8.1'
2424
dependencies {
25-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
25+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2626
implementation 'com.android.support:appcompat-v7:27.1.1'
2727
implementation 'com.alibaba:fastjson:1.1.68.android'
2828
implementation 'com.google.code.gson:gson:2.8.5'
@@ -33,6 +33,6 @@ dependencies {
3333
kapt 'com.github.bumptech.glide:compiler:4.5.0'
3434

3535
implementation project(':utils')
36-
// implementation 'com.github.yjfnypeu:EasyAndroid:aeb862495c'
36+
// implementation 'com.github.yjfnypeu:EasyAndroid:e2b854f62c'
3737
}
3838

0 commit comments

Comments
 (0)