Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed Oct 22, 2016
1 parent 8ee053e commit f25b772
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 @@ -40,7 +40,7 @@ subprojects {
minSdkVersion 15
targetSdkVersion 25

versionCode = 8
versionCode = 9
versionName = rootProject.subprojects.ext.versionName[0]
}
}
Expand All @@ -49,7 +49,7 @@ subprojects {

ext {
supportVersion = '25.0.0'
versionName = '0.0.8'
versionName = '1.0.0'
}
}

0 comments on commit f25b772

Please sign in to comment.