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

Commit

Permalink
πŸ”– v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vickychijwani committed Feb 7, 2018
1 parent 2d741c5 commit 71117c5
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_00_00_00 // 2 digits each for major, minor, patch, build number
versionCode 1_01_00_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.0.0'
versionName '1.1.0'

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

0 comments on commit 71117c5

Please sign in to comment.