Skip to content

Commit 2b8a7dc

Browse files
authored
[Reply] Updated dependency versions (material-components#54)
1 parent f368f00 commit 2b8a7dc

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Reply/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ dependencies {
5353

5454
// AndroidX
5555
implementation 'androidx.appcompat:appcompat:1.1.0'
56-
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
56+
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
5757
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
58-
implementation 'androidx.recyclerview:recyclerview:1.1.0-beta05'
58+
implementation 'androidx.recyclerview:recyclerview:1.1.0'
5959
implementation 'androidx.core:core-ktx:1.1.0'
60-
implementation 'androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0-beta01'
60+
implementation 'androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0'
6161
implementation "androidx.navigation:navigation-fragment-ktx:$navigation_version"
6262
implementation "androidx.navigation:navigation-ui-ktx:$navigation_version"
6363

Reply/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@
1515
buildscript {
1616
ext {
1717
kotlin_version = '1.3.50'
18-
navigation_version = '2.2.0-beta01'
18+
navigation_version = '2.2.0'
1919
}
2020
repositories {
2121
google()
2222
jcenter()
2323
}
2424
dependencies{
25-
// Wait to move to 3.6 until ConstraintLayout related attribute bugs are resolved. See
26-
// https://issuetracker.google.com/issues/138601946 for more details.
27-
classpath 'com.android.tools.build:gradle:3.5.0'
25+
classpath 'com.android.tools.build:gradle:4.0.1'
2826
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2927
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
3028

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 21 09:40:35 PDT 2019
1+
#Tue Aug 11 20:17:06 EDT 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.6.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)