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 520ab98 commit 312c1d9Copy full SHA for 312c1d9
app/build.gradle
@@ -46,7 +46,6 @@ android {
46
appIcon : "@mipmap/ic_launcher",
47
appIconRound : "@mipmap/ic_launcher_round"
48
]
49
- signingConfig signingConfigs.release
50
}
51
debug {
52
applicationIdSuffix ".debug"
dependencies.gradle
@@ -6,8 +6,8 @@ ext {
6
buildToolsVersion = "29.0.2"
7
8
//App Versioning
9
- versionCodeMajor = 1
10
- versionCodeMinor = 3
+ versionCodeMajor = 2
+ versionCodeMinor = 0
11
versionCodePatch = 0
12
versionName = "$versionCodeMajor.$versionCodeMinor.$versionCodePatch"
13
0 commit comments