发布v3.2.0

This commit is contained in:
Jenly
2024-07-16 23:36:33 +08:00
parent 78b59b2dbc
commit 5774a41811
23 changed files with 239 additions and 160 deletions

View File

@@ -24,8 +24,8 @@ android {
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {