feat : apk updater

This commit is contained in:
2025-06-07 14:54:44 +03:30
parent 208eae5487
commit 40b8d6f913
7 changed files with 143 additions and 19 deletions

View File

@@ -26,6 +26,12 @@ android {
versionName = flutter.versionName
}
packaging {
resources {
excludes += "META-INF/DEPENDENCIES"
}
}
buildTypes {
release {
signingConfig = signingConfigs.getByName("debug")