File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1515buildscript {
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
Original file line number Diff line number Diff line change 1- # Mon Oct 21 09:40:35 PDT 2019
1+ # Tue Aug 11 20:17:06 EDT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments