Skip to content

Commit

Permalink
Bumps version to 1.0.0 for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
StylingAndroid committed Feb 23, 2018
1 parent fc786e5 commit 941a5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object Versions {
const val minSdkVersion = 16
const val targetSdkVersion = 27

private const val major = 0
private const val minor = 9
private const val major = 1
private const val minor = 0
private const val patch = 0

val versionCode: Int = (major * 10000) + (minor * 100) + patch
Expand Down

0 comments on commit 941a5dd

Please sign in to comment.