@@ -3,6 +3,7 @@ plugins {
33 id(" org.jetbrains.kotlin.android" )
44 kotlin(" kapt" )
55 id(" com.google.dagger.hilt.android" )
6+ // TODO: Add the secrets plugin
67}
78
89android {
@@ -64,10 +65,10 @@ kapt {
6465
6566dependencies {
6667
67- implementation(" androidx.core:core-ktx:1.12 .0" )
68+ implementation(" androidx.core:core-ktx:1.13 .0" )
6869 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" )
69- implementation(" androidx.activity:activity-compose:1.8.2 " )
70- implementation(platform(" androidx.compose:compose-bom:2024.03.00 " ))
70+ implementation(" androidx.activity:activity-compose:1.9.0 " )
71+ implementation(platform(" androidx.compose:compose-bom:2024.04.01 " ))
7172 implementation(" androidx.compose.ui:ui" )
7273 implementation(" androidx.compose.ui:ui-graphics" )
7374 implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -80,7 +81,7 @@ dependencies {
8081
8182 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
8283 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
83- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.03.00 " ))
84+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.04.01 " ))
8485 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8586
8687 debugImplementation(" androidx.compose.ui:ui-tooling" )
@@ -99,4 +100,6 @@ dependencies {
99100 implementation(" com.google.maps.android:maps-ktx:5.0.0" )
100101 // KTX for the Maps SDK for Android Utility Library
101102 implementation(" com.google.maps.android:maps-utils-ktx:5.0.0" )
102- }
103+ }
104+
105+ // TODO: configure the secrets property
0 commit comments