Skip to content

Commit

Permalink
Merge pull request google-developer-training#42 from google-developer…
Browse files Browse the repository at this point in the history
…-training/androidx-nav

Update Nav libraries
  • Loading branch information
android-dev-lxl committed Sep 10, 2020
2 parents c688a56 + fbfa13a commit fbb0849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidTrivia-Starter/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation "androidx.appcompat:appcompat:$supportlibVersion"
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "com.google.android.material:material:1.3.0-alpha02"
implementation "com.google.android.material:material:1.2.1"
}

0 comments on commit fbb0849

Please sign in to comment.