File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
6- compileSdkVersion 32
6+ compileSdkVersion 33
77
88 defaultConfig {
99 applicationId " com.parsely.example.parselyexample"
10- minSdkVersion 23
11- targetSdkVersion 32
10+ minSdkVersion 21
11+ targetSdkVersion 33
1212 versionCode 1
1313 versionName " 1.0"
1414 }
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ plugins {
22 id ' com.android.library'
33}
44
5- ext. VERSION = ' 3.0.3 '
5+ ext. VERSION = ' 3.0.4 '
66
77android {
8- compileSdkVersion 32
8+ compileSdkVersion 33
99
1010 defaultConfig {
11- minSdkVersion 23
12- targetSdkVersion 32
11+ minSdkVersion 21
12+ targetSdkVersion 33
1313 }
1414 buildTypes {
1515 release {
Original file line number Diff line number Diff line change 11pluginManagement {
2- gradle. ext. agpVersion = ' 7.2.1 '
2+ gradle. ext. agpVersion = ' 7.2.2 '
33
44 plugins {
55 id ' com.android.application' version gradle. ext. agpVersion
You can’t perform that action at this time.
0 commit comments