Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2018-05-24 15:34:08 +0300
committertobiasKaminsky <tobias@kaminsky.me>2018-05-24 15:34:08 +0300
commit6256d21aa6b03cf219c18915db6c3bc9d792c88a (patch)
treeafb09ea78e58836e386919baaa8b52a23d1cb057 /CONTRIBUTING.md
parent031a0a242ce566d9f0b9e5f2e7e1210e7994db0a (diff)
Remove analytics
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c6f37f85e4..ab4ddfa93d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -99,8 +99,8 @@ Our formatter setup is rather simple:
### Build variants
There are three build variants
* generic: no Google Stuff, used for FDroid
-* gplay: with Google Stuff (Push notification) and Analytics disabled, used for Google Play Store
-* modified: custom, with Google Stuff and Analytics enabled, used for branded releases
+* gplay: with Google Stuff (Push notification), used for Google Play Store
+* versionDev: based on master and library master, available as direct download and FDroid
## Contribution process
* Contribute your code in the branch 'master'. It will give us a better chance to test your code before merging it with stable code.