Skip to content

Commit 95e7b70

Browse files
committed
升级compile sdk
1 parent e4823e2 commit 95e7b70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
}
77

88
android {
9-
compileSdk 32
9+
compileSdk 33
1010

1111
defaultConfig {
1212
applicationId "com.gateoftruth.easyadapter.newtest"
1313
minSdk 21
14-
targetSdk 32
14+
targetSdk 33
1515
versionCode 1
1616
versionName "1.0"
1717

oklibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55
}
66

77
android {
8-
compileSdk 32
8+
compileSdk 33
99

1010
defaultConfig {
1111
minSdk 21
12-
targetSdk 32
12+
targetSdk 33
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)