File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 }
2222 }
2323 compileOptions {
24- sourceCompatibility JavaVersion . VERSION_1_8
25- targetCompatibility JavaVersion . VERSION_1_8
24+ sourceCompatibility JavaVersion . VERSION_11
25+ targetCompatibility JavaVersion . VERSION_11
2626 }
2727}
2828
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 28
4+ compileSdkVersion 31
55 defaultConfig {
66 applicationId " cc.rome753.activitytask"
77 minSdkVersion 15
8- targetSdkVersion 28
8+ targetSdkVersion 31
99 versionCode 12
1010 versionName " 4.2.0"
1111 }
@@ -18,10 +18,6 @@ android {
1818 dataBinding {
1919 enabled = true
2020 }
21- compileOptions {
22- sourceCompatibility = ' 1.8'
23- targetCompatibility = ' 1.8'
24- }
2521}
2622
2723dependencies {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 maven { url ' https://jitpack.io' }
88 }
99 dependencies {
10- classpath " com.android.tools.build:gradle:4.1.0 "
10+ classpath ' com.android.tools.build:gradle:7.3.1 '
1111
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 28
4+ compileSdkVersion 31
55 defaultConfig {
66 applicationId " cc.rome753.singleinstancedemo"
77 minSdkVersion 15
8- targetSdkVersion 28
8+ targetSdkVersion 31
99 versionCode 1
1010 versionName " 1.0"
1111 }
You can’t perform that action at this time.
0 commit comments