We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b26a0 commit cec4729Copy full SHA for cec4729
samples-android/Common/gpg-sdk/build.gradle
@@ -2,7 +2,7 @@
2
sub module to download the Google Play games
3
*/
4
project.ext {
5
- 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'
6
}
7
task download_and_stage_gpg_sdk(dependsOn:'unzip_gpg_sdk') {
8
@@ -37,7 +37,7 @@ task unzip_gpg_sdk() {
37
dependsOn fetch_gpg_cpp_sdk
38
39
40
-task clean_sdk () {
+task clean() {
41
doFirst {
42
file('gpg_cpp_sdk.zip').delete()
43
0 commit comments