aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/RuntimePermissionsWear
diff options
context:
space:
mode:
authorJeremy Walker <jewalker@google.com>2018-01-18 14:53:45 -0800
committerJeremy Walker <jewalker@google.com>2018-01-24 15:42:53 -0800
commit350c5ebfc5a54b207e4535e69ffbf38413a2ab8c (patch)
treec9d97c196bacca0ee680dc82236bfc148abef34b /wearable/wear/RuntimePermissionsWear
parentc50da999f107f4e3e965a2777944ba85121b8274 (diff)
downloadandroid-350c5ebfc5a54b207e4535e69ffbf38413a2ab8c.tar.gz
Small updates to samples to fix bugs.
Bug: 72318935 Test: Manually tested. Change-Id: I87876d8d59776d20a735e0a69345d361a378b786
Diffstat (limited to 'wearable/wear/RuntimePermissionsWear')
-rw-r--r--wearable/wear/RuntimePermissionsWear/Shared/build.gradle13
-rw-r--r--wearable/wear/RuntimePermissionsWear/template-params.xml6
2 files changed, 9 insertions, 10 deletions
diff --git a/wearable/wear/RuntimePermissionsWear/Shared/build.gradle b/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
index 3f2cee84..dcd09077 100644
--- a/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
+++ b/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
@@ -1,11 +1,12 @@
buildscript {
repositories {
+ google()
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.0'
+ classpath 'com.android.tools.build:gradle:3.0.1'
}
}
@@ -13,9 +14,7 @@ apply plugin: 'android-library'
repositories {
jcenter()
- maven {
- url 'https://maven.google.com'
- }
+ google()
}
@@ -29,13 +28,13 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process
android {
- compileSdkVersion 26
+ compileSdkVersion 27
- buildToolsVersion "26.0.1"
+ buildToolsVersion "27.0.2"
defaultConfig {
minSdkVersion 18
- targetSdkVersion 26
+ targetSdkVersion 27
}
compileOptions {
diff --git a/wearable/wear/RuntimePermissionsWear/template-params.xml b/wearable/wear/RuntimePermissionsWear/template-params.xml
index 8562443a..684e02aa 100644
--- a/wearable/wear/RuntimePermissionsWear/template-params.xml
+++ b/wearable/wear/RuntimePermissionsWear/template-params.xml
@@ -32,10 +32,10 @@
<has_handheld_app>true</has_handheld_app>
</wearable>
- <dependency>com.android.support:appcompat-v7:27.0.0</dependency>
- <dependency>com.android.support:design:27.0.0</dependency>
+ <dependency>com.android.support:appcompat-v7:27.0.2</dependency>
+ <dependency>com.android.support:design:27.0.2</dependency>
- <dependency_wearable>com.android.support:wear:27.0.0</dependency_wearable>
+ <dependency_wearable>com.android.support:wear:27.0.2</dependency_wearable>
<strings>
<intro>