Skip to content

Commit 7b7144e

Browse files
committed
update version nums
1 parent 9d602e4 commit 7b7144e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

attribouter/build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
apply plugin: 'com.android.library'
22

3-
ext {
4-
PUBLISH_GROUP_ID = 'me.jfenn'
5-
PUBLISH_ARTIFACT_ID = 'attribouter'
6-
PUBLISH_VERSION = '0.1.4'
7-
}
8-
93
android {
104
compileSdkVersion 28
115

126
defaultConfig {
137
minSdkVersion 15
148
targetSdkVersion 28
15-
versionCode 13
16-
versionName "0.1.4"
9+
versionCode 14
10+
versionName "0.1.5"
1711

1812
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1913
vectorDrawables.useSupportLibrary = true
@@ -38,5 +32,3 @@ dependencies {
3832
implementation 'com.github.bumptech.glide:glide:4.7.1'
3933
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
4034
}
41-
42-
apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'

0 commit comments

Comments
 (0)