forked from Polidea/android-coverflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flow.properties
74 lines (66 loc) · 2.32 KB
/
flow.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
###########################################################
# Generated by Apphance Flow system by running
# gradle prepareSetup
# You can modify the file manually.
# Or you can re-run the prepareSetup command
# for guided re-configuration
###########################################################
# Android Configuration
# =====================
android.configuration.enabled=true
android.project.name=AndroidCoverFlow
android.target=android-7
# Apphance Configuration
# ======================
apphance.configuration.enabled=false
# Android Variants Configuration
# ==============================
android.variants.configuration.enabled=true
android.variants=Release,Debug
# Android Variant Release
# =======================
android.variant.Release.enabled=true
android.variant.Release.dir=variants/Release
android.variant.Release.replacePackage.oldPackage=
android.variant.Release.replacePackage.newPackage=
android.variant.Release.replacePackage.newLabel=
android.variant.Release.replacePackage.newName=
android.variant.Release.mergeManifest=
android.variant.Release.apphance.mode=DISABLED
android.variant.Release.apphance.appKey=
android.variant.Release.apphance.lib=
android.variant.Release.display.name=
# Android Variant Debug
# =====================
android.variant.Debug.enabled=true
android.variant.Debug.dir=
android.variant.Debug.replacePackage.oldPackage=
android.variant.Debug.replacePackage.newPackage=
android.variant.Debug.replacePackage.newLabel=
android.variant.Debug.replacePackage.newName=
android.variant.Debug.mergeManifest=
android.variant.Debug.apphance.mode=DISABLED
android.variant.Debug.apphance.appKey=
android.variant.Debug.apphance.lib=
android.variant.Debug.display.name=
# Release configuration
# =====================
release.configuration.enabled=true
release.url=http://dev.polidea.pl/ext/coverflow
release.icon=res/drawable-hdpi/icon.png
release.language=en
release.country=US
release.mail.from=Jenkins <no-reply@polidea.pl>
release.mail.to=lab@polidea.pl
release.mail.flags=qrCode,imageMontage
mail.port=
mail.server=
# Android Analysis Configuration
# ==============================
android.analysis.configuration.enabled=true
android.analysis.pmd.rules=
android.analysis.findbugs.exclude=
android.analysis.checkstyle.config=
# Android Test Configuration
# ==========================
android.test.configuration.enabled=false