Skip to content

Commit

Permalink
[release] version 1.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Dec 20, 2016
1 parent a0a7485 commit 5e290b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moviper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'me.tatarka.retrolambda'


// This is the library version used when deploying the artifact
version = "1.1.0-alpha"
version = "1.2.0-alpha"

android {

Expand All @@ -20,8 +20,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 2
versionName "1.1.0-aplha"
versionCode 3
versionName "1.2.0-aplha"
}
buildTypes {
release {
Expand Down

0 comments on commit 5e290b2

Please sign in to comment.