Skip to content

Commit

Permalink
Synchronize AGP versions between plugin and the rest of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Mar 5, 2025
1 parent 3fcd844 commit 09c1fb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ junit = "1.2.1"
benchmark-junit4 = "1.3.3"
mockito = "5.16.0"
mockito-kotlin = "5.4.0"
activity-ktx = "1.10.0"
navigation-compose = "2.8.6"
material3-android = "1.3.1"
runtime-android = "1.7.6"
foundation-layout-android = "1.7.6"
Expand Down Expand Up @@ -53,7 +51,7 @@ autonomousapps-testkit = { id = "com.autonomousapps.testkit", version = "0.12" }
gr8 = { id = "com.gradleup.gr8", version = "0.11.2" }

[libraries]
android-gradle-plugin = "com.android.tools.build:gradle:8.9.0"
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }

androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxactivity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxactivity" }
Expand Down

0 comments on commit 09c1fb1

Please sign in to comment.