Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 1052ae2

Browse files
committed
Increased versionCode & versionName
1 parent 7469499 commit 1052ae2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

0 Bytes
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ext {
3232
buildToolsVersion = '28.0.3'
3333
minSdkVersion = 21
3434
targetSdkVersion = 28
35-
versionCode = 12
36-
versionName = "1.5"
35+
versionCode = 13
36+
versionName = "1.6"
3737

3838
// App dependencies
3939
appcompatVersion = "1.0.2"

0 commit comments

Comments
 (0)