File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
- ext {
4
- PUBLISH_GROUP_ID = ' me.jfenn'
5
- PUBLISH_ARTIFACT_ID = ' attribouter'
6
- PUBLISH_VERSION = ' 0.1.4'
7
- }
8
-
9
3
android {
10
4
compileSdkVersion 28
11
5
12
6
defaultConfig {
13
7
minSdkVersion 15
14
8
targetSdkVersion 28
15
- versionCode 13
16
- versionName " 0.1.4 "
9
+ versionCode 14
10
+ versionName " 0.1.5 "
17
11
18
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
19
13
vectorDrawables. useSupportLibrary = true
@@ -38,5 +32,3 @@ dependencies {
38
32
implementation ' com.github.bumptech.glide:glide:4.7.1'
39
33
annotationProcessor ' com.github.bumptech.glide:compiler:4.7.1'
40
34
}
41
-
42
- apply from : ' https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
You can’t perform that action at this time.
0 commit comments