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

Commit f3c31dc

Browse files
committed
Increased versionCode & versionName
1 parent ee3bedb commit f3c31dc

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 = 18
36-
versionName = "1.8.5"
35+
versionCode = 19
36+
versionName = "1.8.7"
3737

3838
// App dependencies
3939
appcompatVersion = "1.0.2"

0 commit comments

Comments
 (0)