Skip to content

Commit

Permalink
fix versions and dependencies for m139 (#5453)
Browse files Browse the repository at this point in the history
Co-authored-by: David Motsonashvili <davidmotson@google.com>
  • Loading branch information
davidmotson and David Motsonashvili authored Oct 19, 2023
1 parent 734462d commit 4701536
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion appcheck/firebase-appcheck/firebase-appcheck.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ dependencies {
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
implementation 'com.google.firebase:firebase-annotations:16.2.0'
implementation "com.google.firebase:firebase-appcheck-interop:17.1.0"
implementation project(path: ':appcheck:firebase-appcheck-interop')
api("com.google.firebase:firebase-common:20.4.2")
implementation("com.google.firebase:firebase-common-ktx:20.4.2")
implementation("com.google.firebase:firebase-components:17.1.5")
Expand Down
2 changes: 1 addition & 1 deletion appcheck/firebase-appcheck/ktx/ktx.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'junit:junit:4.12'
api(project(":appcheck:firebase-appcheck"))
androidTestImplementation(project(":appcheck:firebase-appcheck-interop"))
androidTestImplementation 'com.google.firebase:firebase-appcheck-interop:17.1.0'
api("com.google.firebase:firebase-common:20.4.2")
api("com.google.firebase:firebase-common-ktx:20.4.2")
implementation("com.google.firebase:firebase-components:17.1.5")
Expand Down
2 changes: 1 addition & 1 deletion firebase-appdistribution-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

version=16.0.0-beta12
latestReleasedVersion=16.0.0-beta10
latestReleasedVersion=16.0.0-beta11
2 changes: 1 addition & 1 deletion firebase-appdistribution/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

version=16.0.0-beta12
latestReleasedVersion=16.0.0-beta10
latestReleasedVersion=16.0.0-beta11

0 comments on commit 4701536

Please sign in to comment.