Skip to content

Commit

Permalink
minsdk修改为21
Browse files Browse the repository at this point in the history
  • Loading branch information
lihangleo2 committed Nov 10, 2022
1 parent bb4a89c commit fcdcba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ android {
compileSdkVersion 30
defaultConfig {
applicationId "com.leo"
minSdkVersion 22
minSdkVersion 21
targetSdkVersion 30
versionCode 19
versionName "3.3.1"
versionCode 20
versionName "3.3.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
8 changes: 4 additions & 4 deletions shadowLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ apply plugin: 'maven-publish'
android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 22
minSdkVersion 21
targetSdkVersion 30
versionCode 19
versionName "3.3.1"
versionCode 20
versionName "3.3.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -37,7 +37,7 @@ afterEvaluate {
from components.release
groupId = 'com.lihangleo2' //groupId 随便取
artifactId = 'ShadowLayout' //artifactId 随便取
version = '3.3.1'
version = '3.3.2'
}
}
}
Expand Down

0 comments on commit fcdcba7

Please sign in to comment.