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

Commit

Permalink
πŸ”– v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vickychijwani committed Aug 18, 2018
1 parent 5db6968 commit 4270f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {
applicationId 'org.ghost.android'
minSdkVersion 16
targetSdkVersion 25
versionCode 1_02_00_03 // 2 digits each for major, minor, patch, build number
versionCode 1_02_01_00 // 2 digits each for major, minor, patch, build number
// example: 2.0.0-beta1 => 2_00_00_00, 2.0.0 => 2_00_00_01
versionName '1.2.0'
versionName '1.2.1'

// enable support for vector drawables on API < 21
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 4270f36

Please sign in to comment.