mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-21 20:39:22 +00:00
Created beta flavour
This commit is contained in:
parent
41355ff22c
commit
c7d11aed1d
@ -48,6 +48,18 @@ android {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
|
||||
flavorDimensions "version"
|
||||
productFlavors {
|
||||
|
||||
stable {
|
||||
|
||||
}
|
||||
|
||||
beta {
|
||||
applicationId "org.communiquons.beta"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
|
9
android/app/src/beta/AndroidManifest.xml
Normal file
9
android/app/src/beta/AndroidManifest.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="org.communiquons.comunic">
|
||||
|
||||
<application
|
||||
tools:replace="android:label"
|
||||
android:label="Comunic Beta" />
|
||||
|
||||
</manifest>
|
BIN
android/app/src/beta/res/drawable/ic_app_rounded.png
Normal file
BIN
android/app/src/beta/res/drawable/ic_app_rounded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user