Skip to content

Commit

Permalink
minSdk 与 targetSdk 调整
Browse files Browse the repository at this point in the history
  • Loading branch information
chentao7v committed Mar 15, 2023
1 parent 50f6f27 commit 3b162af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ plugins {

android {
namespace 'io.github.chentao7v.span'
compileSdk 33
compileSdk 30

defaultConfig {
minSdk 24
targetSdk 33
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 3b162af

Please sign in to comment.