11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 26
4+ compileSdkVersion 28
55 defaultConfig {
66 applicationId " processing.tests.watchface"
77 minSdkVersion 25
8- targetSdkVersion 26
8+ targetSdkVersion 28
99 versionCode 1
1010 versionName " 1.0"
1111 multiDexEnabled true
@@ -19,20 +19,20 @@ android {
1919 productFlavors {
2020 }
2121 compileOptions {
22- sourceCompatibility JavaVersion . VERSION_1_7
23- targetCompatibility JavaVersion . VERSION_1_7
22+ sourceCompatibility JavaVersion . VERSION_1_8
23+ targetCompatibility JavaVersion . VERSION_1_8
2424 }
2525}
2626
2727dependencies {
2828 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
2929 testImplementation ' junit:junit:4.12'
3030 implementation project(' :libs:processing-core' )
31- implementation ' com.android.support:palette-v7:26 .0.2 '
32- implementation ' com.android.support:support-v4:26 .0.2 '
33- implementation ' com.google.android.gms:play-services-wearable:11 .0.4 '
34- implementation ' com.android.support:percent:26 .0.2 '
35- implementation ' com.android.support:recyclerview-v7:26 .0.2 '
36- implementation ' com.google.android.support:wearable:2.1 .0'
37- compileOnly ' com.google.android.wearable:wearable:2.1 .0'
31+ implementation ' com.android.support:palette-v7:28 .0.0 '
32+ implementation ' com.android.support:support-v4:28 .0.0 '
33+ implementation ' com.google.android.gms:play-services-wearable:16 .0.1 '
34+ implementation ' com.android.support:percent:28 .0.0 '
35+ implementation ' com.android.support:recyclerview-v7:28 .0.0 '
36+ implementation ' com.google.android.support:wearable:2.4 .0'
37+ compileOnly ' com.google.android.wearable:wearable:2.4 .0'
3838}
0 commit comments