Skip to content

Commit ec904ec

Browse files
authored
[infra] Bump AGP to 8.6 (#7099)
Migrating to a version of AGP that supports API Level 35. See https://developer.android.com/build/releases/past-releases/agp-8-6-0-release-notes
1 parent 2dbc96d commit ec904ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# it needs to match the protobuf version which grpc has transitive dependency on, which
44
# needs to match the version of grpc that grpc-kotlin has a transitive dependency on.
55
android-lint = "31.3.2"
6-
androidGradlePlugin = "8.3.2"
6+
androidGradlePlugin = "8.6.1"
77
androidx-test-core="1.5.0"
88
androidx-test-junit="1.1.5"
99
androidx-test-truth = "1.6.0"

plugins/src/test/resources/BasicProject/firebase-storage/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ firebaseLibrary {
2424
}
2525

2626
android{
27-
namespace 'com.example.firebase-storage'
27+
namespace 'com.example.firebase.storage'
2828
compileSdkVersion 26
2929
}

0 commit comments

Comments
 (0)