Skip to content

Commit 06b435f

Browse files
committed
build: bump AGP to 8.2.2
And address breaking changes
1 parent e5f89c3 commit 06b435f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44

55
android {
66
compileSdkVersion 33
7+
namespace = "com.example"
78

89
defaultConfig {
910
applicationId "com.parsely.example.parselyexample"

gradle.properties

-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g
1818
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1919
# org.gradle.parallel=true
2020

21-
android.disableAutomaticComponentCreation=true
2221
android.useAndroidX=true
2322

24-
android.experimental.lint.version=8.1.0
25-

parsely/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ext {
1515

1616
android {
1717
compileSdkVersion 33
18+
namespace = "com.parsely.parselyandroid"
1819

1920
defaultConfig {
2021
minSdkVersion 21
@@ -66,6 +67,7 @@ android {
6667

6768
kotlin {
6869
explicitApi(ExplicitApiMode.Strict)
70+
jvmToolchain(17)
6971
}
7072
}
7173

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginManagement {
2-
gradle.ext.agpVersion = '7.2.2'
2+
gradle.ext.agpVersion = '8.2.2'
33

44
plugins {
55
id 'com.android.application' version gradle.ext.agpVersion

0 commit comments

Comments
 (0)