chore: fix more warnings

This commit is contained in:
cogwheel0
2025-08-25 11:16:09 +05:30
parent 8f62a4efbe
commit e2c6c6fba7
4 changed files with 92 additions and 7 deletions

View File

@@ -65,6 +65,13 @@ android {
}
}
dependencies {
// AndroidX libraries for edge-to-edge support
implementation("androidx.activity:activity:1.9.2")
implementation("androidx.core:core:1.13.1")
implementation("androidx.activity:activity-ktx:1.9.2")
}
flutter {
source = "../.."
}