Skip to content

Commit a925cdd

Browse files
authored
Merge pull request #40 from studyplus/update_readme
README更新
2 parents bbc5393 + 437cc04 commit a925cdd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
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)