Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Apr 12, 2015
1 parent 9e603b9 commit 0219996
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Logger provides :

### Gradle
```groovy
compile 'com.orhanobut:logger:1.5'
compile 'com.orhanobut:logger:1.6'
```

### Current Log system
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile project(':logger')
// compile project(':logger')
compile 'com.orhanobut:logger:1.5'
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# org.gradle.parallel=true

#VERSION_NAME=1.0-SNAPSHOT
VERSION_NAME=1.5
VERSION_CODE=6
VERSION_NAME=1.6
VERSION_CODE=7
GROUP=com.orhanobut

POM_DESCRIPTION=Simple,pretty and powerful log
Expand Down

0 comments on commit 0219996

Please sign in to comment.