Skip to content

Commit 429cb1e

Browse files
authored
Merge branch 'main' into dconeybe/firestore/Utf8StringComparePerformanceFix
2 parents 8e7514b + ec904ec commit 429cb1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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"
10-
appcompat = "1.7.0"
10+
appcompat = "1.7.1"
1111
autoValueParcel = "0.2.6"
1212
autovalue = "1.10.1"
1313
awaitility = "3.1.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)