chore: remove build flavor Android (#20161)

This commit is contained in:
Alex
2025-07-24 14:55:49 -05:00
committed by GitHub
parent 563e2ab503
commit 6170a3843c
7 changed files with 6 additions and 48 deletions

View File

@@ -72,20 +72,6 @@ android {
}
}
flavorDimensions "default"
productFlavors {
production {
dimension "default"
applicationId "app.alextran.immich"
}
beta {
dimension "default"
applicationId "app.alextran.immich.beta"
versionNameSuffix "-BETA"
}
}
buildTypes {
debug {
applicationIdSuffix '.debug'

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application android:label="Immich Beta" tools:replace="android:label" />
</manifest>