Skip to content

Commit

Permalink
fix versions and dependencies for m139
Browse files Browse the repository at this point in the history
  • Loading branch information
David Motsonashvili committed Oct 19, 2023
1 parent 7932756 commit 780f411
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 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 780f411

Please sign in to comment.