File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ plugins {
55}
66
77android {
8- compileSdkVersion 31
8+ compileSdk 33
99
1010 defaultConfig {
1111 applicationId " ch.freshbits.pathshare.example"
1212 minSdkVersion 21
13- targetSdkVersion 31
1413 versionCode 132
1514 versionName " 2.3.2"
15+ targetSdkVersion 33
1616
1717 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1818 }
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ plugins {
33}
44
55android {
6- compileSdkVersion 31
6+ compileSdk 33
77
88 defaultConfig {
99 applicationId " ch.freshbits.pathshare.example"
1010 minSdkVersion 25
11- targetSdkVersion 31
1211 versionCode 132
1312 versionName " 2.3.2"
13+ targetSdkVersion 33
1414 }
1515 packagingOptions {
1616 resources {
You can’t perform that action at this time.
0 commit comments