From df115db21880749e87d99b8b3e66f48f3336fc72 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Fri, 21 Aug 2020 18:59:11 +0200 Subject: [PATCH] --- Documentation.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Documentation.md b/Documentation.md index 3b958cc..4b433bf 100644 --- a/Documentation.md +++ b/Documentation.md @@ -2,18 +2,20 @@ To build a unsigned apk of the app just do `./gradlew assembleRelease`. ## version name & version code -We map the version name and version code. +We map the version name and version code. The version code folows this sheme: `nnrrmmm`, -* **Release**: versionName: "0.6.0" -> versionCode: 006000 -* **RC**: versionName: "0.6.0-RC1" -> versionCode: 0059xx (from beta) -* **Beta**: versionName: "0.5.90" -> versionCode: 005900 -A beta release will always be version "x.x.9x". There is a total of 10 "Beta" version names (x.x.90 to x.x.99). The beat version codes will start at `nnpp00`. The RC phase the nersion name is always "*VERSION*-RC*X*". Th version code will be increased as with the beta versions. Th final release will be `nnrr00`. +* **Release**: versionName: "0.6.0" -> versionCode: 0006000 +* **RC**: versionName: "0.6.0-RC1" -> versionCode: 00059xx (from beta) +* **Beta**: versionName: "0.5.90" -> versionCode: 0005900 + +A beta release will always be version "x.x.9x". There is a total of 10 "Beta" version names (x.x.90 to x.x.99). The beat version codes will start at `nnpp000`. The RC phase the nersion name is always "*VERSION*-RC*X*". Th version code will be increased as with the beta versions. The final release will be `nnrr000`. n: 0 (currently not used) r: the release number m: minor version p: previous version +! gradle does not support leading 0s ## used libraries ProjectLaogai uses the following librarys