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

Commit

Permalink
πŸ”– v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vickychijwani committed Feb 10, 2018
1 parent 1f036d5 commit 8c0166f
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 @@ -24,9 +24,9 @@ android {
applicationId 'org.ghost.android'
minSdkVersion 16
targetSdkVersion 25
versionCode 1_01_00_00 // 2 digits each for major, minor, patch, build number
versionCode 1_01_01_01 // 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.1.0'
versionName '1.1.1'

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

0 comments on commit 8c0166f

Please sign in to comment.