Skip to content

Commit

Permalink
Updated version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Dec 13, 2019
1 parent 8f2e594 commit 9a49cf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ apply plugin: "kotlin-android-extensions"
apply plugin: "maven"

ext {
version_name = '0.1'
version_code = 10
version_name = '1.0'
}

android {
Expand All @@ -14,7 +15,7 @@ android {
minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.targetSdkVersion

versionCode 1
versionCode version_code
versionName version_name

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 9a49cf9

Please sign in to comment.