-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wujiajun
committed
Apr 20, 2017
1 parent
52d54bb
commit f6fe563
Showing
31 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
* Logger 一个简洁漂亮的日志打印库 | ||
|
||
# 联系方式 | ||
* QQ:928320442 | ||
* Email:wujiajun311@gmail.com | ||
* **QQ**928320442 | ||
* **Email** [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,31 @@ dependencies { | |
//logger | ||
compile "com.orhanobut:logger:$rootProject.orhanobutLogger" | ||
} | ||
|
||
ext { | ||
bintrayRepo = 'maven'////bintray上的仓库名,一般为maven | ||
bintrayName = 'EasyAndroid'//bintray上的项目名 | ||
|
||
publishedGroupId = 'com.wjj.easy'//JCenter的GroupId | ||
artifact = 'easyandroid'//JCenter的ArtifactId | ||
|
||
siteUrl = 'https://github.com/wu928320442/EasyAndroid.git' | ||
gitUrl = 'https://github.com/wu928320442/EasyAndroid.git' | ||
|
||
libraryVersion = '1.0.0'//版本号 | ||
libraryName = 'easyandroid'//项目名字,没什么用 | ||
libraryDescription = 'A lib for Android'//项目描述,没什么用 | ||
|
||
//开发者信息 | ||
developerId = 'juju' | ||
developerName = 'juju' | ||
developerEmail = '[email protected]' | ||
|
||
//以上所有信息自行修改,以下不变 | ||
|
||
licenseName = 'The Apache Software License, Version 2.0' | ||
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt' | ||
allLicenses = ["Apache-2.0"] | ||
} | ||
apply from:'https://cdn.rawgit.com/Jude95/JCenter/master/install.gradle' | ||
apply from:'https://cdn.rawgit.com/Jude95/JCenter/master/bintray.gradle' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include ':app', ':library' | ||
include ':app', ':easyandroid' |