Skip to content

Commit

Permalink
V1.0.11 更新代码:
Browse files Browse the repository at this point in the history
 1.兼容最低版本至SDK_21
 2.删除冗余文件
  • Loading branch information
丘祖桦 committed Aug 14, 2023
1 parent 0258c24 commit 3d927c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion SpannableText/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdk 32

defaultConfig {
minSdk 26
minSdk 21
targetSdk 32

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId "com.johnwa.demo"
minSdk 26
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 3d927c4

Please sign in to comment.