Skip to content

Commit d351a75

Browse files
authored
Update Navigation to 2.0.0-rc02 (android#358)
1 parent a33f8b8 commit d351a75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
1818
apply plugin: 'kotlin-android'
1919
apply plugin: 'kotlin-android-extensions'
2020
apply plugin: 'kotlin-kapt'
21-
apply plugin: 'androidx.navigation.safeargs'
21+
apply plugin: 'androidx.navigation.safeargs.kotlin'
2222

2323
android {
2424
compileSdkVersion rootProject.compileSdkVersion
@@ -49,14 +49,14 @@ android {
4949
dependencies {
5050
kapt "androidx.room:room-compiler:$rootProject.roomVersion"
5151
kapt "com.github.bumptech.glide:compiler:$rootProject.glideVersion"
52-
implementation "android.arch.navigation:navigation-fragment-ktx:$rootProject.navigationVersion"
53-
implementation "android.arch.navigation:navigation-ui-ktx:$rootProject.navigationVersion"
5452
implementation "android.arch.work:work-runtime-ktx:$rootProject.workVersion"
5553
implementation "androidx.appcompat:appcompat:$rootProject.supportLibraryVersion"
5654
implementation "androidx.constraintlayout:constraintlayout:$rootProject.constraintLayoutVersion"
5755
implementation "androidx.core:core-ktx:$rootProject.ktxVersion"
5856
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.lifecycleVersion"
5957
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$rootProject.lifecycleVersion"
58+
implementation "androidx.navigation:navigation-fragment-ktx:$rootProject.navigationVersion"
59+
implementation "androidx.navigation:navigation-ui-ktx:$rootProject.navigationVersion"
6060
implementation "androidx.recyclerview:recyclerview:$rootProject.recyclerViewVersion"
6161
implementation "androidx.room:room-runtime:$rootProject.roomVersion"
6262
implementation "com.github.bumptech.glide:glide:$rootProject.glideVersion"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636
ktxVersion = '1.0.1'
3737
lifecycleVersion = '2.1.0-alpha02'
3838
materialVersion = '1.0.0'
39-
navigationVersion = '1.0.0-rc02'
39+
navigationVersion = '2.0.0-rc02'
4040
recyclerViewVersion = '1.1.0-alpha02'
4141
roomVersion = '2.1.0-alpha04'
4242
runnerVersion = '1.0.1'
@@ -53,7 +53,7 @@ buildscript {
5353
dependencies {
5454
classpath "com.android.tools.build:gradle:$gradleVersion"
5555
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
56-
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:$navigationVersion"
56+
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion"
5757
}
5858
}
5959

0 commit comments

Comments
 (0)