- Change wear versions to highest

This commit is contained in:
Andy Rozman 2019-03-04 23:23:51 +00:00
parent e342f4e2ae
commit fda43c423d

View file

@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
ext {
wearableVersion = "2.0.1"
wearableVersion = "2.4.0"
playServicesWearable = "16.0.1"
}
def generateGitBuild = { ->
@ -89,7 +90,7 @@ dependencies {
//compile "com.ustwo.android:clockwise-wearable:1.0.2"
compileOnly "com.google.android.wearable:wearable:${wearableVersion}"
implementation "com.google.android.support:wearable:${wearableVersion}"
implementation "com.google.android.gms:play-services-wearable:7.3.0"
implementation "com.google.android.gms:play-services-wearable:${playServicesWearable}"
implementation(name:"ustwo-clockwise-debug", ext:"aar")
implementation "com.android.support:support-v4:27.0.1"
implementation 'com.android.support:wear:27.0.1'