Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit a49891c

Browse files
committed
Dependency updates
1 parent 58c941a commit a49891c

File tree

8 files changed

+167
-22
lines changed

8 files changed

+167
-22
lines changed

.idea/codeStyles/Project.xml

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

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

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55
defaultConfig {
66
applicationId "com.layoutxml.twelveish"
77
minSdkVersion 23
8-
targetSdkVersion 28
8+
targetSdkVersion 29
99
versionCode 267
1010
versionName "2.3.2"
1111
multiDexEnabled true
@@ -20,12 +20,12 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
implementation 'com.google.android.support:wearable:2.4.0'
24-
implementation 'com.google.android.gms:play-services-wearable:16.0.1'
23+
implementation 'com.google.android.support:wearable:2.7.0'
24+
implementation 'com.google.android.gms:play-services-wearable:17.0.0'
2525
implementation 'androidx.percentlayout:percentlayout:1.0.0'
2626
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
27-
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha05'
27+
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha03'
2828
implementation 'androidx.wear:wear:1.0.0'
29-
compileOnly 'com.google.android.wearable:wearable:2.4.0'
29+
compileOnly 'com.google.android.wearable:wearable:2.7.0'
3030
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
3131
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.4.1'
10+
classpath 'com.android.tools.build:gradle:4.0.0'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun May 12 12:05:51 BST 2019
1+
#Tue Jun 02 22:38:46 EEST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

phone/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
apply plugin: 'com.android.application'
88

99
android {
10-
compileSdkVersion 28
10+
compileSdkVersion 29
1111

1212
defaultConfig {
1313
applicationId "com.layoutxml.twelveish"
1414
minSdkVersion 21
15-
targetSdkVersion 28
15+
targetSdkVersion 29
1616
versionCode 266
1717
versionName "2.3.2"
1818

@@ -31,15 +31,15 @@ android {
3131

3232
dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
34-
implementation 'androidx.appcompat:appcompat:1.1.0-alpha05'
34+
implementation 'androidx.appcompat:appcompat:1.3.0-alpha01'
3535
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3636
testImplementation 'junit:junit:4.12'
37-
androidTestImplementation 'androidx.test:runner:1.1.1'
38-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
39-
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha05'
37+
androidTestImplementation 'androidx.test:runner:1.2.0'
38+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
39+
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha03'
4040
wearApp project(':app')
41-
implementation 'com.google.android.gms:play-services-wearable:16.0.1'
42-
implementation 'com.google.android.material:material:1.0.0'
41+
implementation 'com.google.android.gms:play-services-wearable:17.0.0'
42+
implementation 'com.google.android.material:material:1.1.0'
4343
implementation 'com.google.dagger:dagger:2.22.1'
4444
annotationProcessor 'com.google.dagger:dagger-compiler:2.22.1'
4545
}

0 commit comments

Comments
 (0)