Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 16d367b

Browse files
Update dependencies
1 parent 4df3ef6 commit 16d367b

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ allprojects {
2626
ext {
2727
supportVersion = "27.0.2"
2828
playServicesVersion = "11.8.0"
29-
compileSdkVersion = 26
29+
compileSdkVersion = 27
3030
buildToolsVersion = "26.0.2"
3131
}

locale-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 27
5-
buildToolsVersion '27.0.2'
4+
compileSdkVersion rootProject.ext.compileSdkVersion
5+
buildToolsVersion rootProject.ext.buildToolsVersion
66

77
defaultConfig {
88
minSdkVersion 14

mobile/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
applicationId "org.codechimp.ttw"
1111
minSdkVersion 19
12-
targetSdkVersion 26
12+
targetSdkVersion 27
1313
versionName project.VERSION_NAME
1414
versionCode Integer.parseInt(project.VERSION_CODE)
1515
wearAppUnbundled true
@@ -32,11 +32,6 @@ android {
3232
}
3333
}
3434

35-
36-
configurations {
37-
wear1ReleaseWearApp
38-
}
39-
4035
dependencies {
4136
implementation fileTree(dir: 'libs', include: ['*.jar'])
4237
implementation project(':locale-api')

wear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
defaultConfig {
1414
applicationId "org.codechimp.ttw"
1515
minSdkVersion 23
16-
targetSdkVersion 26
16+
targetSdkVersion 27
1717
versionName project.VERSION_NAME
1818
versionCode Integer.parseInt(project.VERSION_CODE) + 1
1919
}

0 commit comments

Comments
 (0)