Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 415488020
Change-Id: I1dd1b17548626dfeff3d7e363e7ab531e3de5c1e
  • Loading branch information
cya-x authored and copybara-github committed Dec 10, 2021
1 parent 563d7ac commit 54d5175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/SupportLib/PlayGamesPluginSupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

Expand Down Expand Up @@ -96,7 +96,7 @@ uploadArchives {
}

dependencies {
implementation 'com.google.android.gms:play-services-games:21.0.0'
implementation 'com.google.android.gms:play-services-auth:19.2.0'
implementation 'com.google.android.gms:play-services-nearby:18.0.0'
implementation 'com.google.android.gms:play-services-games:22.0.0'
implementation 'com.google.android.gms:play-services-auth:20.0.0'
implementation 'com.google.android.gms:play-services-nearby:18.0.1'
}

0 comments on commit 54d5175

Please sign in to comment.