Skip to content

Commit 468e184

Browse files
author
alllexey
committed
Bump dependencies
1 parent 2b4d188 commit 468e184

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation("io.nayuki:qrcodegen:1.8.0")
43-
implementation("io.github.alllexey123:my-itmo-api:1.2.4")
44-
implementation("androidx.datastore:datastore-preferences:1.1.1")
42+
implementation(libs.qrcodegen)
43+
implementation(libs.my.itmo.api)
44+
implementation(libs.androidx.datastore.preferences)
4545
implementation(libs.androidx.core.ktx)
4646
implementation(libs.androidx.appcompat)
4747
implementation(libs.material)

gradle/libs.versions.toml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
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"
45
coreKtx = "1.17.0"
56
junit = "4.13.2"
67
junitVersion = "1.3.0"
78
espressoCore = "3.7.0"
89
appcompat = "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"
1114
preferenceKtx = "1.2.1"
12-
activity = "1.8.0"
13-
constraintlayout = "2.1.4"
15+
activity = "1.11.0"
16+
constraintlayout = "2.2.1"
1417
swiperefreshlayout = "1.1.0"
1518

1619
[libraries]
1720
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
21+
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
1822
junit = { group = "junit", name = "junit", version.ref = "junit" }
1923
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
2024
androidx-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
2529
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
2630
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
2731
androidx-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]
3036
android-application = { id = "com.android.application", version.ref = "agp" }

0 commit comments

Comments
 (0)