config: unify naming conventions in dependency version declarations

This commit is contained in:
2026-06-11 17:49:14 +02:00
parent 17da9f6757
commit afc3af7466
2 changed files with 24 additions and 23 deletions
+3 -3
View File
@@ -23,18 +23,18 @@ dependencies {
android {
namespace = "fr.ajaury.gwenedeg"
compileSdk =
libs.versions.android.compileSdk
libs.versions.androidCompileSdk
.get()
.toInt()
defaultConfig {
applicationId = "fr.ajaury.gwenedeg"
minSdk =
libs.versions.android.minSdk
libs.versions.androidMinSdk
.get()
.toInt()
targetSdk =
libs.versions.android.targetSdk
libs.versions.androidTargetSdk
.get()
.toInt()
versionCode = 1