introduce build flavours to separate stable and alpha

This commit is contained in:
Fabian Freund
2026-04-19 18:34:13 +02:00
parent f980a94682
commit 0916954754
25 changed files with 121 additions and 40 deletions
@@ -48,7 +48,7 @@
<application
android:label="WebLibre"
android:label="${appName}"
android:name=".MyApplication"
android:icon="@mipmap/launcher_icon"
android:usesCleartextTraffic="true"
@@ -78,10 +78,10 @@
<activity
android:name=".MainActivity"
android:label="WebLibre"
android:label="${appName}"
android:exported="true"
android:launchMode="singleTask"
android:taskAffinity="eu.weblibre.gecko.task"
android:taskAffinity="${applicationId}.task"
android:theme="@style/LaunchTheme"
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"