Skip to content

Commit 9c34a6e

Browse files
Resolves build errors
1 parent 5f925b4 commit 9c34a6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appcheck/firebase-appcheck-recaptchaenterprise/firebase-appcheck-recaptchaenterprise.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ firebaseLibrary {
77
releaseNotes {
88
name.set("{{app_check}} Recaptcha Enterprise")
99
versionName.set("appcheck-recaptchaenterprise")
10-
hasKTX.set(false)
1110
}
1211
}
1312

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# needs to match the version of grpc that grpc-kotlin has a transitive dependency on.
55
android-lint = "31.3.2"
66
androidGradlePlugin = "8.3.2"
7-
androidx-test-core = "1.5.0"
8-
androidx-test-junit = "1.1.5"
7+
androidx-test-core="1.5.0"
8+
androidx-test-junit="1.1.5"
99
androidx-test-truth = "1.5.0"
1010
appcompat = "1.7.0"
1111
autoValueParcel = "0.2.6"
@@ -99,6 +99,7 @@ androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "card
9999
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
100100
androidx-core = { module = "androidx.core:core", version = "1.13.1" }
101101
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
102+
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
102103
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
103104
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
104105
androidx-espresso-idling-resource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espressoCore" }
@@ -138,7 +139,7 @@ grpc-protobuf-lite = { module = "io.grpc:grpc-protobuf-lite", version.ref = "grp
138139
grpc-protoc-gen-java = { module = "io.grpc:protoc-gen-grpc-java", version.ref = "grpc" }
139140
grpc-protoc-gen-kotlin = { module = "io.grpc:protoc-gen-grpc-kotlin", version.ref = "grpcKotlin" }
140141
grpc-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc" }
141-
grpc-testing = { module = "io.grpc:grpc-testing", version.ref = "grpc" }
142+
grpc-testing = { module= "io.grpc:grpc-testing", version.ref="grpc" }
142143
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
143144
hamcrest-junit = { module = "org.hamcrest:hamcrest-junit", version.ref = "hamcrestJunit" }
144145
hamcrest-library = { module = "org.hamcrest:hamcrest-library", version.ref = "hamcrestLibrary" }

0 commit comments

Comments
 (0)