Skip to content

Commit

Permalink
➕ :Add fragment-ktx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoMasegi committed Nov 24, 2019
1 parent 50059b8 commit 4ff89ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.lifecycleVersion"
implementation "androidx.navigation:navigation-ui-ktx:$rootProject.navigationVersion"
implementation "androidx.navigation:navigation-fragment-ktx:$rootProject.navigationVersion"
implementation "androidx.fragment:fragment-ktx:$rootProject.fragmentKtxVersion"

// - Dagger
implementation "com.google.dagger:dagger:$rootProject.daggerVersion"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildscript {
// - Architecture Components
lifecycleVersion = '2.1.0'
navigationVersion = '2.1.0'
fragmentKtxVersion = '1.1.0'

// - Dagger
daggerVersion = '2.25.2'
Expand Down

0 comments on commit 4ff89ac

Please sign in to comment.