Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
1.去除Logger模块,解决上传依赖问题
Browse files Browse the repository at this point in the history
2.更新readme
  • Loading branch information
Ayvytr committed Mar 30, 2017
1 parent c75646b commit f6c0bbc
Show file tree
Hide file tree
Showing 48 changed files with 12 additions and 1,850 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![GitHub release](https://img.shields.io/github/release/Ayvytr/EasyAndroid.svg)](https://github.com/Ayvytr/EasyAndroid/releases)
[![](https://jitpack.io/v/Ayvytr/EasyAndroid.svg)](https://jitpack.io/#Ayvytr/EasyAndroid)
[![jCenter](https://img.shields.io/badge/jCenter-1.7.3-green.svg)](https://bintray.com/ayvytr/maven/EasyAndroid/_latestVersion)
[![jCenter](https://img.shields.io/badge/jCenter-1.7.4-green.svg)](https://bintray.com/ayvytr/maven/EasyAndroid/_latestVersion)
[![License](https://img.shields.io/badge/License-Apache--2.0%20-blue.svg)](license)

<a href="http://www.methodscount.com/?lib=com.ayvytr:EasyAndroid:1.7.3"><img src="https://img.shields.io/badge/Methods and size-780 | 81 KB-e91e63.svg"/></a>

# EasyAndroid Library
Simplify development steps for Android Developers.(为Android开发者提供的简化开发过程的库)

Expand All @@ -17,12 +15,12 @@ Simplify development steps for Android Developers.(为Android开发者提供的
on your 'Application.onCreate()' first)
Then, use directly;

> ### [I want print logger](README_Logger.md)
> ### [I want print logger](https://github.com/Ayvytr/Logger)
# Build

## JCenter
compile 'com.ayvytr:EasyAndroid:1.7.3'
compile 'com.ayvytr:EasyAndroid:1.7.4'

## JitPack

Expand All @@ -40,7 +38,7 @@ Simplify development steps for Android Developers.(为Android开发者提供的
#### 2. Add the dependency

dependencies {
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.7.3'
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.7.4'
}


Expand Down Expand Up @@ -400,10 +398,8 @@ Simplify development steps for Android Developers.(为Android开发者提供的
DensityToolTest

> ### Quote below, thanks for their libraries
1. https://github.com/Blankj/AndroidUtilCode
2. https://github.com/Trinea/android-common
3. https://github.com/wyouflf/xUtils3
4. https://github.com/jingle1267/android-utils
1. https://github.com/Blankj/AndroidUtilCode


> ### TODO:
1. Complements Convert class
Expand Down
13 changes: 4 additions & 9 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![GitHub release](https://img.shields.io/github/release/Ayvytr/EasyAndroid.svg)](https://github.com/Ayvytr/EasyAndroid/releases)
[![](https://jitpack.io/v/Ayvytr/EasyAndroid.svg)](https://jitpack.io/#Ayvytr/EasyAndroid)
[![jCenter](https://img.shields.io/badge/jCenter-1.7.3-green.svg)](https://bintray.com/ayvytr/maven/EasyAndroid/_latestVersion)
[![jCenter](https://img.shields.io/badge/jCenter-1.7.4-green.svg)](https://bintray.com/ayvytr/maven/EasyAndroid/_latestVersion)
[![License](https://img.shields.io/badge/License-Apache--2.0%20-blue.svg)](license)

<a href="http://www.methodscount.com/?lib=com.ayvytr:EasyAndroid:1.7.3"><img src="https://img.shields.io/badge/Methods and size-780 | 81 KB-e91e63.svg"/></a>

# EasyAndroid 库

> ## [English](README.md)
Expand All @@ -15,12 +13,12 @@
(有关Context类: 先在 'Application.onCreate()' 中调用 'Easy.getDefault().init(this);')
直接使用

> ### [我要打印日志](README_Logger.md)
> ### [我要打印日志](https://github.com/Ayvytr/Logger)
# 编译

## JCenter
compile 'com.ayvytr:EasyAndroid:1.7.3'
compile 'com.ayvytr:EasyAndroid:1.7.4'

## JitPack

Expand All @@ -38,7 +36,7 @@
#### Step 2. 添加你的仓库

dependencies {
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.7.3'
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.7.4'
}


Expand Down Expand Up @@ -389,9 +387,6 @@

> ### 借鉴如下,感谢他们的库
1. https://github.com/Blankj/AndroidUtilCode
2. https://github.com/Trinea/android-common
3. https://github.com/wyouflf/xUtils3
4. https://github.com/jingle1267/android-utils


> ### TODO:
Expand Down
222 changes: 0 additions & 222 deletions README_Logger.md

This file was deleted.

1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.2.0'
testCompile 'junit:junit:4.12'
compile project(':easyAndroidLibrary')
compile project(':logger')
}
Loading

0 comments on commit f6c0bbc

Please sign in to comment.