Skip to content

Commit

Permalink
[core] bump libs version name to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Apr 6, 2017
1 parent 103fcca commit 480d561
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 = 11
releaseVersionName = '2.0.1'
releaseVersionCode = 12
releaseVersionName = '2.0.2'

minSdkVersion = 16
targetSdkVersion = 25
Expand Down

0 comments on commit 480d561

Please sign in to comment.