File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
4
4
5
5
android {
6
6
compileSdkVersion 33
7
+ namespace = " com.example"
7
8
8
9
defaultConfig {
9
10
applicationId " com.parsely.example.parselyexample"
Original file line number Diff line number Diff line change @@ -18,8 +18,5 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g
18
18
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
19
19
# org.gradle.parallel=true
20
20
21
- android.disableAutomaticComponentCreation =true
22
21
android.useAndroidX =true
23
22
24
- android.experimental.lint.version =8.1.0
25
-
Original file line number Diff line number Diff line change 15
15
16
16
android {
17
17
compileSdkVersion 33
18
+ namespace = " com.parsely.parselyandroid"
18
19
19
20
defaultConfig {
20
21
minSdkVersion 21
@@ -66,6 +67,7 @@ android {
66
67
67
68
kotlin {
68
69
explicitApi(ExplicitApiMode.Strict )
70
+ jvmToolchain(17 )
69
71
}
70
72
}
71
73
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
- gradle. ext. agpVersion = ' 7 .2.2'
2
+ gradle. ext. agpVersion = ' 8 .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