Skip to content

Commit 1c6adb4

Browse files
committed
remove gradle maven config
1 parent af06950 commit 1c6adb4

1 file changed

Lines changed: 1 addition & 37 deletions

File tree

expandabletextview/build.gradle

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -33,42 +33,6 @@ dependencies {
3333
compile 'com.android.support:appcompat-v7:23.1.1'
3434
}
3535

36-
install {
37-
repositories.mavenInstaller {
38-
pom.project {
39-
name 'ExpandableTextView'
40-
description 'An expandable TextView for Android.'
41-
url 'https://github.com/Blogcat/Android-ExpandableTextView'
42-
inceptionYear '2016'
43-
44-
packaging 'aar'
45-
groupId group
46-
artifactId 'expandabletextview'
47-
version fullVersion
48-
49-
licenses {
50-
license {
51-
name 'The Apache Software License, Version 2.0'
52-
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
53-
distribution 'repo'
54-
}
55-
}
56-
scm {
57-
connection 'https://github.com/Blogcat/Android-ExpandableTextView.git'
58-
url 'https://github.com/Blogcat/Android-ExpandableTextView'
59-
60-
}
61-
developers {
62-
developer {
63-
id 'cliffus'
64-
name 'Cliff Ophalvens'
65-
email 'cliff.ophalvens@gmail.com'
66-
}
67-
}
68-
}
69-
}
70-
}
71-
7236
bintray {
7337
user = bintray_user
7438
key = bintray_apikey
@@ -78,7 +42,7 @@ bintray {
7842

7943
pkg {
8044
repo = 'maven'
81-
name = 'expandabletextview'
45+
name = 'android-expandabletextview'
8246
userOrg = bintray_user
8347
licenses = ['Apache-2.0']
8448
websiteUrl = 'https://github.com/Blogcat/Android-ExpandableTextView'

0 commit comments

Comments
 (0)