Skip to content

Commit

Permalink
MODIFIED:modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minminaya committed Apr 11, 2018
1 parent 1a71077 commit ccb40c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

# 进度

v1.0.0:[状态栏及导航栏帮助类](/MD/BarsHelper.md)
v1.0.1:[状态栏及导航栏帮助类](/MD/BarsHelper.md)

v1.0.1:缓存工具类,建设中

v1.0.2:[范型单例工具类](/MD/SingletonHelper.md)[SizeUtils](/MD/SizeUtils.md)

Expand All @@ -32,10 +31,18 @@ allprojects {
```
dependencies {
   ....
implementation 'com.github.minminaya:AwesomeAndroidUtils:v1.0.1'
implementation 'com.github.minminaya:AwesomeAndroidUtils:v1.0.2'
}
```

3. 在Application类的onCreate下,初始化Context

```
AAUHelper.initial(this);
```


# LECENSE

Expand Down
4 changes: 2 additions & 2 deletions aau/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 26
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.minminaya.aaudemo"
minSdkVersion 21
targetSdkVersion 26
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit ccb40c4

Please sign in to comment.