aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/wear/RuntimePermissionsWear/Shared/build.gradle')
-rw-r--r--wearable/wear/RuntimePermissionsWear/Shared/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/wearable/wear/RuntimePermissionsWear/Shared/build.gradle b/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
index d319de5e..a1e49cbc 100644
--- a/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
+++ b/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
@@ -6,11 +6,11 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.3'
+ classpath 'com.android.tools.build:gradle:3.2.1'
}
}
-apply plugin: 'android-library'
+apply plugin: 'com.android.library'
repositories {
google()
@@ -28,13 +28,13 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process
android {
- compileSdkVersion 27
+ compileSdkVersion 28
- buildToolsVersion "27.0.3"
+ buildToolsVersion "28.0.3"
defaultConfig {
minSdkVersion 18
- targetSdkVersion 27
+ targetSdkVersion 28
}
compileOptions {