Files
TSUDesk/gradle/libs.versions.toml
2026-02-10 14:40:25 +03:00

28 lines
1001 B
TOML

[versions]
compileSdk = "35"
minSdk = "24"
targetSdk = "35"
versionName = "1.0"
versionCode = "1"
agp = "8.8.2"
coreKtx = "1.10.1"
appcompat = "1.6.1"
material = "1.10.0"
okhttp = "5.3.2"
activity = "1.8.0"
constraintlayout = "2.1.4"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }