diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 6a6e1189..3ab8509d 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -131,7 +131,7 @@ dependencies { //implementation("com.jakewharton.timber:timber:4.7.1") implementation("dev.icerock.moko:parcelize:0.6.1") implementation("com.github.shabinder:storage-chooser:2.0.4.45") - implementation("com.google.accompanist:accompanist-insets:0.9.1") + implementation("com.google.accompanist:accompanist-insets:0.10.0") // Test testImplementation("junit:junit:4.13.2")