11[versions ]
2- agp = " 8.12.2"
3- kotlin = " 2.0.21"
2+ agp = " 8.12.3"
3+ datastorePreferences = " 1.1.7"
4+ kotlin = " 2.2.20"
45coreKtx = " 1.17.0"
56junit = " 4.13.2"
67junitVersion = " 1.3.0"
78espressoCore = " 3.7.0"
89appcompat = " 1.7.1"
9- material = " 1.12.0"
10- workRuntimeKtx = " 2.10.3"
10+ material = " 1.13.0"
11+ myItmoApi = " 1.2.4"
12+ qrcodegen = " 1.8.0"
13+ workRuntimeKtx = " 2.10.5"
1114preferenceKtx = " 1.2.1"
12- activity = " 1.8 .0"
13- constraintlayout = " 2.1.4 "
15+ activity = " 1.11 .0"
16+ constraintlayout = " 2.2.1 "
1417swiperefreshlayout = " 1.1.0"
1518
1619[libraries ]
1720androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
21+ androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastorePreferences" }
1822junit = { group = " junit" , name = " junit" , version.ref = " junit" }
1923androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
2024androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
@@ -25,6 +29,8 @@ androidx-preference-ktx = { group = "androidx.preference", name = "preference-kt
2529androidx-activity = { group = " androidx.activity" , name = " activity" , version.ref = " activity" }
2630androidx-constraintlayout = { group = " androidx.constraintlayout" , name = " constraintlayout" , version.ref = " constraintlayout" }
2731androidx-swiperefreshlayout = { group = " androidx.swiperefreshlayout" , name = " swiperefreshlayout" , version.ref = " swiperefreshlayout" }
32+ qrcodegen = { module = " io.nayuki:qrcodegen" , version.ref = " qrcodegen" }
33+ my-itmo-api = { module = " io.github.alllexey123:my-itmo-api" , version.ref = " myItmoApi" }
2834
2935[plugins ]
3036android-application = { id = " com.android.application" , version.ref = " agp" }
0 commit comments