Skip to content

Commit 02f7a94

Browse files
committed
build: bump dependencies
1 parent 10685d7 commit 02f7a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protoBufJavaLite = "3.21.2"
1414
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
1515
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
1616
android-billingclient-ktx = { module = "com.android.billingclient:billing-ktx", version = "6.0.0" }
17-
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.1" }
17+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.2" }
1818
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
1919
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camerax" }
2020
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camerax" }
@@ -29,7 +29,7 @@ androidx-datastore = { module = "androidx.datastore:datastore", version = "1.0.0
2929
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version = "1.0.0" }
3030
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
3131
androidx-lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.6.1" }
32-
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.5.3" }
32+
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.6.0" }
3333
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
3434
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
3535
google-android-material = { module = "com.google.android.material:material", version = "1.9.0" }

0 commit comments

Comments
 (0)