@@ -134,7 +134,7 @@ android {
134134 compose = true
135135 }
136136 composeOptions {
137- kotlinCompilerExtensionVersion = " 1.3.0 "
137+ kotlinCompilerExtensionVersion = " 1.3.2 "
138138 }
139139 lint {
140140 checkReleaseBuilds = false
@@ -148,43 +148,43 @@ dependencies {
148148 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
149149 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
150150 implementation(" androidx.recyclerview:recyclerview:1.2.1" )
151- implementation(" com.google.android.material:material:1.6.1 " )
152- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 " )
153- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.7.10 " )
151+ implementation(" com.google.android.material:material:1.7.0 " )
152+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 " )
153+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.7.20 " )
154154 implementation(" androidx.multidex:multidex:2.0.1" )
155155
156156 // compose
157157 // https://developer.android.com/jetpack/compose/interop/adding
158158 // Integration with activities
159- implementation(" androidx.activity:activity-compose:1.6.0 " )
159+ implementation(" androidx.activity:activity-compose:1.6.1 " )
160160 // Animations
161- implementation(" androidx.compose.animation:animation:1.2.1 " )
161+ implementation(" androidx.compose.animation:animation:1.3.0 " )
162162 // Integration with ViewModels
163163 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1" )
164164 // https://developer.android.com/jetpack/compose/setup
165- implementation(" androidx.compose.ui:ui:1.3 .0-rc01 " )
165+ implementation(" androidx.compose.ui:ui:1.4 .0-alpha01 " )
166166 // Tooling support (Previews, etc.)
167- implementation(" androidx.compose.ui:ui-tooling:1.2.1 " )
167+ implementation(" androidx.compose.ui:ui-tooling:1.3.0 " )
168168 // Foundation (Border, Background, Box, Image, Scroll, shapes, animations, etc.)
169- implementation(" androidx.compose.foundation:foundation:1.2.1 " )
169+ implementation(" androidx.compose.foundation:foundation:1.3.0 " )
170170 // Material Design
171- implementation(" androidx.compose.material:material:1.2.1 " )
172- implementation(" androidx.compose.material3:material3:1.0 .0-rc01 " )
171+ implementation(" androidx.compose.material:material:1.3.0 " )
172+ implementation(" androidx.compose.material3:material3:1.1 .0-alpha01 " )
173173 // Material design icons
174- implementation(" androidx.compose.material:material-icons-core:1.2.1 " )
175- implementation(" androidx.compose.material:material-icons-extended:1.2.1 " )
174+ implementation(" androidx.compose.material:material-icons-core:1.3.0 " )
175+ implementation(" androidx.compose.material:material-icons-extended:1.3.0 " )
176176 // Integration with observables
177- implementation(" androidx.compose.runtime:runtime-livedata:1.2.1 " )
178- implementation(" androidx.compose.runtime:runtime-rxjava2:1.2.1 " )
177+ implementation(" androidx.compose.runtime:runtime-livedata:1.3.0 " )
178+ implementation(" androidx.compose.runtime:runtime-rxjava2:1.3.0 " )
179179 // UI Tests
180- androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.2.1 " )
181- debugImplementation(" androidx.compose.ui:ui-test-manifest:1.2.1 " )
180+ androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.3.0 " )
181+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.3.0 " )
182182
183183 // List of KTX extensions
184184 // https://developer.android.com/kotlin/ktx/extensions-list
185185 implementation(" androidx.core:core-ktx:1.9.0" )
186- implementation(" androidx.activity:activity-ktx:1.6.0 " )
187- implementation(" androidx.fragment:fragment-ktx:1.5.3 " )
186+ implementation(" androidx.activity:activity-ktx:1.6.1 " )
187+ implementation(" androidx.fragment:fragment-ktx:1.5.4 " )
188188
189189 // Lifecycle
190190 // https://developer.android.com/jetpack/androidx/releases/lifecycle
@@ -209,9 +209,9 @@ dependencies {
209209
210210 // navigation
211211 // https://developer.android.com/jetpack/androidx/releases/navigation
212- implementation(" androidx.navigation:navigation-runtime-ktx:2.5.2 " )
213- implementation(" androidx.navigation:navigation-fragment-ktx:2.5.2 " )
214- implementation(" androidx.navigation:navigation-ui-ktx:2.5.2 " )
212+ implementation(" androidx.navigation:navigation-runtime-ktx:2.5.3 " )
213+ implementation(" androidx.navigation:navigation-fragment-ktx:2.5.3 " )
214+ implementation(" androidx.navigation:navigation-ui-ktx:2.5.3 " )
215215
216216 // coroutines
217217 // https://github.com/Kotlin/kotlinx.coroutines
0 commit comments