Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 93478da

Browse files
committed
🔖 v1.2.3
1 parent f3406a8 commit 93478da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎app/build.gradle‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android {
2323
applicationId 'org.ghost.android'
2424
minSdkVersion 16
2525
targetSdkVersion 26
26-
versionCode 1_02_02_00 // 2 digits each for major, minor, patch, build number
26+
versionCode 1_02_03_00 // 2 digits each for major, minor, patch, build number
2727
// example: 2.0.0-beta1 => 2_00_00_00, 2.0.0 => 2_00_00_01
28-
versionName '1.2.2'
28+
versionName '1.2.3'
2929

3030
// enable support for vector drawables on API < 21
3131
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)