chore: Remove edge-to-edge configuration from Android styles and dependencies

- Eliminated edge-to-edge support configurations from styles.xml files for various Android API levels.
- Removed unnecessary AndroidX dependencies related to edge-to-edge support from build.gradle.kts.
- Updated release notes to reflect the version bump to 2.1.7.
This commit is contained in:
cogwheel0
2025-10-20 23:41:56 +05:30
parent 321c91c0bc
commit 358d0baa2a
7 changed files with 2 additions and 51 deletions

View File

@@ -71,11 +71,6 @@ 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")
// Core library desugaring for flutter_local_notifications
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
}