| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 # TODO: Add copyright text | 1 # TODO: Add copyright text |
| 2 # For now we keep the versioning of the app in here | 2 # For now we keep the versioning of the app in here |
| 3 | 3 |
| 4 # versionName | 4 # versionName |
| 5 android_version_name = "Orca Alpha 1" | 5 android_version_name = "0.1.0" |
|
anton
2018/02/01 05:34:44
i think "Orca" relates to app name/title rather th
jens
2018/02/01 08:54:51
Acknowledged.
| |
| 6 | 6 |
| 7 # versionCode | 7 # versionCode |
| 8 android_version_code = "1" | 8 android_version_code = "1" |
| LEFT | RIGHT |