We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4c39c commit be20907Copy full SHA for be20907
.gitignore
@@ -16,3 +16,6 @@ api.properties
16
crashlytics.properties
17
crashlytics-build.properties
18
com_crashlytics_export_strings.xml
19
+
20
+signing.properties
21
+android-release-tools
build.gradle
@@ -23,8 +23,8 @@ android {
23
24
defaultConfig {
25
def versionMajor = 0
26
- def versionMinor = 4
27
- def versionPatch = 2
+ def versionMinor = 6
+ def versionPatch = 0
28
29
versionName buildVersionName(versionMajor, versionMinor, versionPatch)
30
versionCode buildVersionCode(versionMajor, versionMinor, versionPatch)
0 commit comments