Skip to content

Commit

Permalink
Update lib version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegil96 committed Feb 28, 2018
1 parent c7dd950 commit df23f40
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

ext {
PUBLISH_GROUP_ID = 'com.jorgegilcavazos.rxplaybilling'
PUBLISH_ARTIFACT_ID = 'rxplaybilling'
PUBLISH_VERSION = '1.0.0'
}

android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -35,5 +29,3 @@ dependencies {
tasks.withType(Javadoc).all {
enabled = false
}

apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'

0 comments on commit df23f40

Please sign in to comment.