1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Created beta flavour

This commit is contained in:
Pierre HUBERT 2019-06-10 10:19:01 +02:00
parent 41355ff22c
commit c7d11aed1d
3 changed files with 21 additions and 0 deletions

View File

@ -48,6 +48,18 @@ android {
signingConfig signingConfigs.debug
}
}
flavorDimensions "version"
productFlavors {
stable {
}
beta {
applicationId "org.communiquons.beta"
}
}
}
flutter {

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB