File tree Expand file tree Collapse file tree 7 files changed +29
-34
lines changed
Expand file tree Collapse file tree 7 files changed +29
-34
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply plugin: 'com.android.application'
33android {
44
55 compileSdkVersion android_compile_version
6- buildToolsVersion android_version
76
87 defaultConfig {
98 /*
@@ -27,9 +26,11 @@ android {
2726}
2827
2928dependencies {
30- compile " com.android.support:appcompat-v7:${ appcompat_library_version} "
31- compile " com.android.support:support-v4:${ support_library_version} "
32- compile project(' :libraries:BaseGameUtils' )
29+ implementation " com.android.support:appcompat-v7:${ appcompat_library_version} "
30+ implementation " com.android.support:support-v4:${ support_library_version} "
31+ implementation " com.google.android.gms:play-services-games:${ gms_library_version} "
32+ implementation " com.google.android.gms:play-services-auth:${ gms_library_version} "
33+ implementation project(' :libraries:BaseGameUtils' )
3334}
3435
3536buildscript {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply plugin: 'com.android.application'
33android {
44
55 compileSdkVersion android_compile_version
6- buildToolsVersion android_version
76
87 defaultConfig {
98 /*
@@ -27,9 +26,11 @@ android {
2726}
2827
2928dependencies {
30- compile " com.android.support:appcompat-v7:${ appcompat_library_version} "
31- compile " com.android.support:support-v4:${ support_library_version} "
32- compile project(' :libraries:BaseGameUtils' )
29+ implementation " com.android.support:appcompat-v7:${ appcompat_library_version} "
30+ implementation " com.android.support:support-v4:${ support_library_version} "
31+ implementation " com.google.android.gms:play-services-games:${ gms_library_version} "
32+ implementation " com.google.android.gms:play-services-auth:${ gms_library_version} "
33+ implementation project(' :libraries:BaseGameUtils' )
3334}
3435
3536buildscript {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion android_compile_version
5- buildToolsVersion android_version
65
76 defaultConfig {
87 /*
@@ -26,9 +25,11 @@ android {
2625}
2726
2827dependencies {
29- compile " com.android.support:appcompat-v7:${ appcompat_library_version} "
30- compile " com.android.support:support-v4:${ support_library_version} "
31- compile project(' :libraries:BaseGameUtils' )
28+ implementation " com.android.support:appcompat-v7:${ appcompat_library_version} "
29+ implementation " com.android.support:support-v4:${ support_library_version} "
30+ implementation " com.google.android.gms:play-services-games:${ gms_library_version} "
31+ implementation " com.google.android.gms:play-services-auth:${ gms_library_version} "
32+ implementation project(' :libraries:BaseGameUtils' )
3233}
3334
3435buildscript {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply plugin: 'com.android.application'
33android {
44
55 compileSdkVersion android_compile_version
6- buildToolsVersion android_version
76
87 defaultConfig {
98 /*
@@ -27,9 +26,11 @@ android {
2726}
2827
2928dependencies {
30- compile " com.android.support:appcompat-v7:${ appcompat_library_version} "
31- compile " com.android.support:support-v4:${ support_library_version} "
32- compile project(' :libraries:BaseGameUtils' )
29+ implementation " com.android.support:appcompat-v7:${ appcompat_library_version} "
30+ implementation " com.android.support:support-v4:${ support_library_version} "
31+ implementation " com.google.android.gms:play-services-games:${ gms_library_version} "
32+ implementation " com.google.android.gms:play-services-auth:${ gms_library_version} "
33+ implementation project(' :libraries:BaseGameUtils' )
3334}
3435
3536buildscript {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:2.3.3 '
11+ classpath ' com.android.tools.build:gradle:3.0.1 '
1212 }
1313}
1414
@@ -23,13 +23,13 @@ allprojects {
2323
2424 ext {
2525 android_compile_version = 26
26- android_version = ' 26.0.1 '
26+
2727 // Google Play Services minimum requirements is 14
2828 android_min_sdk_version = 14
2929
30- appcompat_library_version = ' 26 .0.2'
31- support_library_version = ' 26 .0.2'
32- gms_library_version = ' 11.6.0 '
30+ appcompat_library_version = ' 27 .0.2'
31+ support_library_version = ' 27 .0.2'
32+ gms_library_version = ' 11.6.2 '
3333 }
3434}
3535
Original file line number Diff line number Diff line change 1- # Thu May 11 09:50:54 PDT 2017
1+ # Tue Nov 28 14:53:07 PST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:2.3.3 '
9+ classpath ' com.android.tools.build:gradle:3.0.1 '
1010 }
1111}
1212
@@ -21,20 +21,12 @@ dependencies {
2121 if (! project. hasProperty(' gms_library_version' )) {
2222 ext. gms_library_version = ' 8.4.0'
2323 }
24-
25- compile " com.android.support:appcompat-v7:${ appcompat_library_version} "
26- compile " com.android.support:support-v4:${ support_library_version} "
27- compile " com.google.android.gms:play-services-games:${ gms_library_version} "
28- compile " com.google.android.gms:play-services-auth:${ gms_library_version} "
2924}
3025
3126android {
3227 // Set defaults so that BaseGameUtils can be used outside of BasicSamples
3328 if (! project. hasProperty(' android_compile_version' )) {
34- ext. android_compile_version = 23
35- }
36- if (! project. hasProperty(' android_version' )) {
37- ext. build_tools_version = " 23.0.2"
29+ ext. android_compile_version = 26
3830 }
3931 // Set defaults so that BaseGameUtils can be used outside of BasicSamples
4032 if (! project. hasProperty(' android_min_sdk_version' )) {
@@ -43,7 +35,6 @@ android {
4335 }
4436
4537 compileSdkVersion android_compile_version
46- buildToolsVersion " 25.0.2"
4738
4839 defaultConfig {
4940 minSdkVersion android_min_sdk_version
You can’t perform that action at this time.
0 commit comments