Skip to content

Commit

Permalink
[gradle] bump libs version name to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Apr 12, 2017
1 parent 5ebfe7d commit e06eec6
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 @@ -34,8 +34,8 @@ task clean(type: Delete) {
ext {
groupNameAndArtifactPrefix ='com.mateuszkoslacz.moviper:moviper-'

releaseVersionCode = 12
releaseVersionName = '2.0.2'
releaseVersionCode = 13
releaseVersionName = '2.0.3'

minSdkVersion = 16
targetSdkVersion = 25
Expand Down

0 comments on commit e06eec6

Please sign in to comment.