Skip to content

Commit 42e11a4

Browse files
committed
Updating as requested
1 parent 52cdf16 commit 42e11a4

7 files changed

+21
-26
lines changed

.idea/deploymentTargetDropDown.xml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

-12
This file was deleted.

.idea/vcs.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BaseGameUtils/build.gradle

+5-8
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@ buildscript {
66
maven {
77
url 'https://maven.google.com'
88
}
9-
}
10-
11-
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.0.0-alpha5'
9+
google()
1310
}
1411
}
1512

1613
dependencies {
17-
compile "com.android.support:appcompat-v7:${supportLibraryVersion}"
18-
compile "com.android.support:support-v4:${supportLibraryVersion}"
19-
compile "com.google.android.gms:play-services-games:${playLibraryVersion}"
20-
compile "com.google.android.gms:play-services-plus:${playLibraryVersion}"
14+
compile "com.android.support:appcompat-v7:23.0.0"
15+
compile "com.android.support:support-v4:23.0.0"
16+
compile "com.google.android.gms:play-services-games:23.0.0"
17+
compile "com.google.android.gms:play-services-plus:23.0.0"
2118
}
2219

2320
android {

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ buildscript {
66
maven {
77
url 'https://maven.google.com'
88
}
9+
google()
910
}
1011
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.0.0-alpha5'
12+
classpath 'com.android.tools.build:gradle:8.3.1'
1213
}
1314
}
1415

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Sat Jul 22 02:03:41 BST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip

0 commit comments

Comments
 (0)