Skip to content

Commit

Permalink
update version nums
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Nov 9, 2018
1 parent 9d602e4 commit 7b7144e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions attribouter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
apply plugin: 'com.android.library'

ext {
PUBLISH_GROUP_ID = 'me.jfenn'
PUBLISH_ARTIFACT_ID = 'attribouter'
PUBLISH_VERSION = '0.1.4'
}

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 13
versionName "0.1.4"
versionCode 14
versionName "0.1.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand All @@ -38,5 +32,3 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.7.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
}

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

0 comments on commit 7b7144e

Please sign in to comment.