Skip to content

Commit

Permalink
Sorts android x dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Oct 3, 2023
1 parent 4d699b8 commit 87310c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions holoken-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.drawerlayout:drawerlayout:1.2.0")
implementation("androidx.fragment:fragment-ktx:1.6.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.gridlayout:gridlayout:1.0.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("androidx.window:window:1.1.0")
implementation("androidx.transition:transition:1.4.1")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.window:window:1.1.0")

implementation("nl.dionsegijn:konfetti-xml:2.0.3")
implementation("ru.github.igla:ferriswheel:1.2")
Expand Down

0 comments on commit 87310c3

Please sign in to comment.