Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Dec 17, 2023
1 parent 7a837e6 commit 7577017
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]

accompanist = "0.30.1"
accompanist = "0.32.0"
androidGradlePlugin = "8.2.0"
androidx-compose-bom = "2023.06.01"
androidx-compose-compiler = "1.4.8"
camerax = "1.2.2"
hilt = "2.46.1"
kotlin = "1.8.22"
androidx-compose-bom = "2023.10.01"
androidx-compose-compiler = "1.5.6"
camerax = "1.3.1"
hilt = "2.49"
kotlin = "1.9.21"
ktor = "2.3.1"
lifecycle = "2.6.1"
protoBufJavaLite = "3.23.2"
lifecycle = "2.6.2"
protoBufJavaLite = "3.25.1"
vico = "1.6.6"

[libraries]
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
android-billingclient-ktx = { module = "com.android.billingclient:billing-ktx", version = "6.1.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.2" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.2" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camerax" }
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camerax" }
Expand All @@ -25,19 +25,19 @@ androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", versi
androidx-compose-iconsExtended = { module = "androidx.compose.material:material-icons-extended" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.10.1" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
androidx-datastore = { module = "androidx.datastore:datastore", version = "1.0.0" }
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.0.0" }
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.1.0" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
androidx-lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.6.0" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.6" }
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
google-android-material = { module = "com.google.android.material:material", version = "1.9.0" }
google-android-material = { module = "com.google.android.material:material", version = "1.11.0" }
google-dagger-hilt = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
google-dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
google-mlkit-barcodeScanning = { module = "com.google.mlkit:barcode-scanning", version = "17.1.0" }
google-mlkit-barcodeScanning = { module = "com.google.mlkit:barcode-scanning", version = "17.2.0" }
google-protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protoBufJavaLite" }
junit-junit = { module = "junit:junit", version = "4.13.2" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Expand All @@ -63,9 +63,8 @@ vico = ["vico-compose", "vico-compose-material3", "vico-core"]

[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
protobuf = { id = "com.google.protobuf", version = "0.9.3" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }

0 comments on commit 7577017

Please sign in to comment.