File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 31
4+ compileSdkVersion 33
55 // buildToolsVersion "29.0.2"
66 defaultConfig {
77 applicationId " company.tap.nativenetworkkit"
88 minSdkVersion 19
9- targetSdkVersion 31
9+ targetSdkVersion 33
1010 versionCode 1
1111 versionName " 1.0"
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -18,8 +18,8 @@ android {
1818 }
1919 }
2020 compileOptions {
21- sourceCompatibility JavaVersion . VERSION_1_8
22- targetCompatibility JavaVersion . VERSION_1_8
21+ sourceCompatibility JavaVersion . VERSION_11
22+ targetCompatibility JavaVersion . VERSION_11
2323 }
2424
2525}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 31
4+ compileSdkVersion 33
55 // buildToolsVersion "29.0.2"
66
77
88 defaultConfig {
99 minSdkVersion 19
10- targetSdkVersion 31
10+ targetSdkVersion 33
1111 versionCode 1
1212 versionName " 1.0"
1313
@@ -22,8 +22,8 @@ android {
2222 }
2323 }
2424 compileOptions {
25- sourceCompatibility JavaVersion . VERSION_1_8
26- targetCompatibility JavaVersion . VERSION_1_8
25+ sourceCompatibility JavaVersion . VERSION_11
26+ targetCompatibility JavaVersion . VERSION_11
2727 }
2828
2929}
You can’t perform that action at this time.
0 commit comments