Skip to content

Commit 312c1d9

Browse files
committed
version bumpt to 2.0.0
1 parent 520ab98 commit 312c1d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ android {
4646
appIcon : "@mipmap/ic_launcher",
4747
appIconRound : "@mipmap/ic_launcher_round"
4848
]
49-
signingConfig signingConfigs.release
5049
}
5150
debug {
5251
applicationIdSuffix ".debug"

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ext {
66
buildToolsVersion = "29.0.2"
77

88
//App Versioning
9-
versionCodeMajor = 1
10-
versionCodeMinor = 3
9+
versionCodeMajor = 2
10+
versionCodeMinor = 0
1111
versionCodePatch = 0
1212
versionName = "$versionCodeMajor.$versionCodeMinor.$versionCodePatch"
1313

0 commit comments

Comments
 (0)