Skip to content

Commit f567674

Browse files
committed
git pack
1 parent 5d4110a commit f567674

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55
dependencies {
66
classpath 'com.android.tools.build:gradle:2.2.0-rc1'
7-
classpath 'com.novoda:bintray-release:0.3.4'
7+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
88
}
99
}
1010

library/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'com.novoda.bintray-release'
2+
apply plugin: 'com.github.dcendents.android-maven'//ADD
33

4-
publish {
5-
userOrg = 'kevinbas'
6-
groupId = 'com.kevinbas'
7-
artifactId = 'customview'
8-
publishVersion = '0.0.1_alpha'
9-
desc = 'It is a custom view library,include some beautiful view come from project'
10-
website = 'https://github.com/jiangTaoQuite/ViewCollection'
11-
}
4+
//publish {
5+
// userOrg = 'kevinbas'
6+
// groupId = 'com.kevinbas'
7+
// artifactId = 'customview'
8+
// publishVersion = '0.0.1_alpha'
9+
// desc = 'It is a custom view library,include some beautiful view come from project'
10+
// website = 'https://github.com/jiangTaoQuite/ViewCollection'
11+
//}
1212

1313
android {
1414
compileSdkVersion 24

0 commit comments

Comments
 (0)