Skip to content

Commit cec4729

Browse files
committed
Updating SDK version to 2.1
Change-Id: Ic2f26201a2c752caeecc7df2244c6959240781f1
1 parent 60b26a0 commit cec4729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples-android/Common/gpg-sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sub module to download the Google Play games
33
*/
44
project.ext {
5-
gpg_sdk_link = 'https://developers.google.com/games/services/downloads/gpg-cpp-sdk.v2.0.zip'
5+
gpg_sdk_link = 'https://developers.google.com/games/services/downloads/gpg-cpp-sdk.v2.1.zip'
66
}
77
task download_and_stage_gpg_sdk(dependsOn:'unzip_gpg_sdk') {
88

@@ -37,7 +37,7 @@ task unzip_gpg_sdk() {
3737
dependsOn fetch_gpg_cpp_sdk
3838
}
3939

40-
task clean_sdk () {
40+
task clean() {
4141
doFirst {
4242
file('gpg_cpp_sdk.zip').delete()
4343
}

0 commit comments

Comments
 (0)