From 9a2108f99a1cac5e5c954caa1a69f62285b1f40e Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Fri, 21 Aug 2020 19:03:17 +0200 Subject: [PATCH] --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 1cd4044..9d688fc 100644 --- a/Documentation.md +++ b/Documentation.md @@ -2,7 +2,7 @@ To build a unsigned apk of the app just do `./gradlew assembleRelease`. ## version name & version code -We map the version name and version code. The version code folows this sheme: `nnrrmmm`, +We map the version name to the versioncode. The version code follows this scheme: `nnrrmmm`, * **Release**: versionName: "0.6.0" -> versionCode: 0006000