We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4823e2 commit 95e7b70Copy full SHA for 95e7b70
app/build.gradle
@@ -6,12 +6,12 @@ plugins {
6
}
7
8
android {
9
- compileSdk 32
+ compileSdk 33
10
11
defaultConfig {
12
applicationId "com.gateoftruth.easyadapter.newtest"
13
minSdk 21
14
- targetSdk 32
+ targetSdk 33
15
versionCode 1
16
versionName "1.0"
17
oklibrary/build.gradle
@@ -5,11 +5,11 @@ plugins {
5
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
0 commit comments