Skip to content

Commit 437cc04

Browse files
committed
README更新
1 parent 21d8d38 commit 437cc04

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,16 @@ allprojects {
2323
```
2424

2525
```groovy
26+
android {
27+
compileOptions {
28+
coreLibraryDesugaringEnabled true
29+
}
30+
}
31+
2632
dependencies {
27-
implementation 'com.github.studyplus:Studyplus-Android-SDK:4.0.0'
33+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
34+
35+
implementation 'com.github.studyplus:Studyplus-Android-SDK:4.0.2'
2836
}
2937
```
3038

0 commit comments

Comments
 (0)