File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ object Android {
1111
1212object Versions {
1313 const val java = " 17"
14- const val kotlin = " 1.9.22 "
14+ const val kotlin = " 1.9.23 "
1515 const val kotlinx_coroutines = " 1.7.3"
1616 const val kotlinx_serialization = " 1.6.2"
1717 const val kotlinx_datetime = " 0.5.0"
18- const val android_gradle_build_tools = " 8.2.2 "
18+ const val android_gradle_build_tools = " 8.4.0 "
1919 const val google_services = " 4.3.15"
2020
2121 const val androidx_camerax = " 1.3.2"
@@ -28,11 +28,11 @@ object Versions {
2828 const val androidx_room = " 2.6.1"
2929 const val sqlcipher = " 4.5.1@aar"
3030
31- const val compose = " 2024.01 .00"
31+ const val compose = " 2024.05 .00"
3232 // compose compiler is tied to [Versions.kotlin]
3333 // See compatibility mapping here:
3434 // https://developer.android.com/jetpack/androidx/releases/compose-compiler
35- const val compose_compiler = " 1.5.8 "
35+ const val compose_compiler = " 1.5.11 "
3636 const val compose_activities: String = " 1.8.2"
3737 const val compose_view_models: String = " 2.6.2"
3838 const val compose_navigation: String = " 2.7.3"
Original file line number Diff line number Diff line change 1- # Mon Feb 07 10:15:57 EST 2022
1+ # Wed May 08 12:51:12 EDT 2024
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
43distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
4+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.6-bin.zip
65zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments