Skip to content

Commit

Permalink
Move gradle/libs.versions.toml versions to correct section (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy authored Oct 25, 2024
1 parent 8f8b35d commit 192acff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ benchmark = "1.2.3"
junit = "1.2.1"
benchmark-junit4 = "1.2.4"
mockito = "4.0.0"
activity-ktx = "1.9.2"
navigation-compose = "2.8.2"
material3-android = "1.3.0"
runtime-android = "1.7.3"
foundation-layout-android = "1.7.3"

# internal
emerge-gradle-plugin = "4.0.2"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0-rc03"
emerge-snapshots = "1.3.0-rc02"
emerge-distribution = "0.0.1"
activity-ktx = "1.9.2"
navigation-compose = "2.8.2"
material3-android = "1.3.0"
runtime-android = "1.7.3"
foundation-layout-android = "1.7.3"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 192acff

Please sign in to comment.