fix: expose app icon activities to Android lint

This commit is contained in:
tapframe 2026-08-03 15:53:34 +05:30
parent aea841285c
commit b6c9764679
2 changed files with 1 additions and 0 deletions

View file

@ -163,6 +163,7 @@ sentry {
dependencies {
implementation(project(":composeApp"))
implementation(libs.androidx.appcompat)
coreLibraryDesugaring(libs.desugar.jdk.libs)
debugImplementation(libs.compose.uiTooling)
}