Skip to content

Commit

Permalink
Updates various AndroidX libs with patch level
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Aug 2, 2023
1 parent 416b5ab commit cf80e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions holoken-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")

implementation("androidx.drawerlayout:drawerlayout:1.2.0")
implementation("androidx.fragment:fragment-ktx:1.6.0")
implementation("androidx.fragment:fragment-ktx:1.6.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.gridlayout:gridlayout:1.0.0")
implementation("androidx.recyclerview:recyclerview:1.3.0")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("androidx.window:window:1.1.0")
implementation("androidx.window:window-java:1.1.0")
implementation("androidx.preference:preference:1.2.0")
implementation("androidx.preference:preference:1.2.1")
implementation("androidx.transition:transition:1.4.1")
implementation("androidx.preference:preference-ktx:1.2.0")

Expand Down

0 comments on commit cf80e81

Please sign in to comment.