Skip to content

Commit

Permalink
Updating SDK version to 2.1
Browse files Browse the repository at this point in the history
Change-Id: Ic2f26201a2c752caeecc7df2244c6959240781f1
  • Loading branch information
claywilkinson committed Jan 21, 2016
1 parent 60b26a0 commit cec4729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples-android/Common/gpg-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sub module to download the Google Play games
*/
project.ext {
gpg_sdk_link = 'https://developers.google.com/games/services/downloads/gpg-cpp-sdk.v2.0.zip'
gpg_sdk_link = 'https://developers.google.com/games/services/downloads/gpg-cpp-sdk.v2.1.zip'
}
task download_and_stage_gpg_sdk(dependsOn:'unzip_gpg_sdk') {

Expand Down Expand Up @@ -37,7 +37,7 @@ task unzip_gpg_sdk() {
dependsOn fetch_gpg_cpp_sdk
}

task clean_sdk () {
task clean() {
doFirst {
file('gpg_cpp_sdk.zip').delete()
}
Expand Down

0 comments on commit cec4729

Please sign in to comment.