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

Commit

Permalink
πŸ”– v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vickychijwani committed Feb 20, 2019
1 parent 6b178e3 commit 3a36124
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 26
versionCode 1_02_01_00 // 2 digits each for major, minor, patch, build number
versionCode 1_02_02_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.1'
versionName '1.2.2'

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

0 comments on commit 3a36124

Please sign in to comment.