Skip to content

Commit 1cf29e0

Browse files
committed
chore: merge agpVersion with apg in the version catalog file
1 parent 1d6d2d9 commit 1cf29e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
accompanistPermissions = "0.37.0"
33
activitycompose = "1.9.3"
44
agp = "8.7.2"
5-
agpVersion = "8.7.2"
65
androidCore = "1.6.1"
76
androidx-core = "1.15.0"
87
androidxtest = "1.6.2"
@@ -69,7 +68,7 @@ test-junit = { module = "junit:junit", version.ref = "junit" }
6968
truth = { module = "com.google.truth:truth", version.ref = "truth" }
7069

7170
[plugins]
72-
android-application = { id = "com.android.application", version.ref = "agpVersion" }
71+
android-application = { id = "com.android.application", version.ref = "agp" }
7372
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
7473
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
7574
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }

0 commit comments

Comments
 (0)