We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbc96d commit ec904ecCopy full SHA for ec904ec
gradle/libs.versions.toml
@@ -3,7 +3,7 @@
3
# it needs to match the protobuf version which grpc has transitive dependency on, which
4
# needs to match the version of grpc that grpc-kotlin has a transitive dependency on.
5
android-lint = "31.3.2"
6
-androidGradlePlugin = "8.3.2"
+androidGradlePlugin = "8.6.1"
7
androidx-test-core="1.5.0"
8
androidx-test-junit="1.1.5"
9
androidx-test-truth = "1.6.0"
plugins/src/test/resources/BasicProject/firebase-storage/build.gradle
@@ -24,6 +24,6 @@ firebaseLibrary {
24
}
25
26
android{
27
- namespace 'com.example.firebase-storage'
+ namespace 'com.example.firebase.storage'
28
compileSdkVersion 26
29
0 commit comments