Skip to content

Commit

Permalink
chore: target sdk 31
Browse files Browse the repository at this point in the history
  • Loading branch information
JailedBird committed Dec 7, 2022
1 parent 51b793b commit e147edc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "cn.jailedbird.edgeutils_app"
minSdk 21
targetSdk 28
targetSdk 31
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion immersionbar-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.gyf.immersionbar.edge"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 31
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://github.com/jitpack/jitpack.io/issues/4474
jdk:
- openjdk11
- openjdk11
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
minSdk 21
targetSdk 28
targetSdk 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GROUP_ID=com.github.JailedBird
ARTIFACT_ID=EdgeUtils
VERSION=0.0.1-beta05
VERSION=0.0.1-beta06
2 changes: 1 addition & 1 deletion navigation-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
defaultConfig {
applicationId "com.example.android.navigationsample"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 31
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit e147edc

Please sign in to comment.