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

Commit d2a8ade

Browse files
committed
Increased versionCode & versionName
1 parent 06dacdd commit d2a8ade

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 = 16
36-
versionName = "1.7"
35+
versionCode = 17
36+
versionName = "1.8"
3737

3838
// App dependencies
3939
appcompatVersion = "1.0.2"

0 commit comments

Comments
 (0)