diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a84db492..ab98547d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,6 +17,11 @@ 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.1" @@ -24,11 +29,6 @@ emerge-performance = "2.1.2" emerge-reaper = "1.0.0-rc02" emerge-snapshots = "1.3.0-rc01" 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" }