We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b854f commit 2ec1baeCopy full SHA for 2ec1bae
app/build.gradle
@@ -22,7 +22,7 @@ android {
22
23
def butterknife_version = '8.8.1'
24
dependencies {
25
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
26
implementation 'com.android.support:appcompat-v7:27.1.1'
27
implementation 'com.alibaba:fastjson:1.1.68.android'
28
implementation 'com.google.code.gson:gson:2.8.5'
@@ -33,6 +33,6 @@ dependencies {
33
kapt 'com.github.bumptech.glide:compiler:4.5.0'
34
35
implementation project(':utils')
36
-// implementation 'com.github.yjfnypeu:EasyAndroid:aeb862495c'
+// implementation 'com.github.yjfnypeu:EasyAndroid:e2b854f62c'
37
}
38
0 commit comments