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

Commit

Permalink
πŸ”– v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vickychijwani committed May 28, 2018
1 parent bb0fa6b commit cdf899b
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_02_00 // 2 digits each for major, minor, patch, build number
versionCode 1_01_03_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.1.2'
versionName '1.1.3'

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

0 comments on commit cdf899b

Please sign in to comment.