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 {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 32
6
+ compileSdkVersion 33
7
7
8
8
defaultConfig {
9
9
applicationId " com.parsely.example.parselyexample"
10
- minSdkVersion 23
11
- targetSdkVersion 32
10
+ minSdkVersion 21
11
+ targetSdkVersion 33
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
}
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ plugins {
2
2
id ' com.android.library'
3
3
}
4
4
5
- ext. VERSION = ' 3.0.3 '
5
+ ext. VERSION = ' 3.0.4 '
6
6
7
7
android {
8
- compileSdkVersion 32
8
+ compileSdkVersion 33
9
9
10
10
defaultConfig {
11
- minSdkVersion 23
12
- targetSdkVersion 32
11
+ minSdkVersion 21
12
+ targetSdkVersion 33
13
13
}
14
14
buildTypes {
15
15
release {
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
- gradle. ext. agpVersion = ' 7.2.1 '
2
+ gradle. ext. agpVersion = ' 7.2.2 '
3
3
4
4
plugins {
5
5
id ' com.android.application' version gradle. ext. agpVersion
You can’t perform that action at this time.
0 commit comments