Skip to content

Commit

Permalink
Minor bugfix update
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycr committed Nov 18, 2015
1 parent a6c4dc5 commit d8409ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ext {
compileSdkVersion = 23
targetSdkVersion = compileSdkVersion
buildToolsVersion = "23.0.1"
versionCode = 3
versionName = '1.1.1'
versionCode = 4
versionName = '1.1.2'

PUBLISH_GROUP_ID = 'com.anthonycr.grant'
PUBLISH_ARTIFACT_ID = 'permissions'
Expand Down

0 comments on commit d8409ea

Please sign in to comment.