Skip to content

Commit

Permalink
Bump the agp group with 2 updates (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent b8624a8 commit 6384957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.5.2"
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.1"
androidx-annotation-experimental = "1.4.1"
androidx-compose-bom = "2024.08.00"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.smileidentity.sample.compose

import android.annotation.SuppressLint
import android.content.Context
import android.widget.Toast
import androidx.compose.foundation.layout.Arrangement
Expand All @@ -13,7 +14,6 @@ import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.runtime.produceState
import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
Expand Down Expand Up @@ -50,6 +50,7 @@ fun RootScreen(
.build()
}

@SuppressLint("ProduceStateDoesNotAssignValue")
val initializationState by produceState<InitializationState>(
InitializationState.NotInitialized,
) {
Expand Down

0 comments on commit 6384957

Please sign in to comment.