You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| androidci.signingProperties | Full path to the file with the signing configuration. Should be available to CI. | android-app-signing.properties (and if it does not exist. The Debug build key) |
57
-
| androidci.versionCode | Android versionCode, use an Integer value | 1 |
58
-
| androidci.versionName | Android versionName, should be a String | Git hash of the repo |
| androidci.signingProperties | Full path to the file with the signing configuration. Should be available to CI. | android-app-signing.properties (and if it does not exist. The Debug build key) |
58
+
| androidci.versionCode | Android versionCode, use an Integer value | 1 |
59
+
| androidci.versionName | Android versionName, should be a String | Git hash of the repo |
60
+
| androidci.applicationId | Override for application identifier, for multiple app flavours (e.g. Beta release) | Parameter given in the android defaultConfig |
0 commit comments