Skip to content

Commit

Permalink
Change log and version bumps to v 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Mar 29, 2017
1 parent 1d91999 commit 938802e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Avaibile on [maven central](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22r

```java
dependencies {
compile 'com.scottyab:rootbeer-lib:0.0.4'
compile 'com.scottyab:rootbeer-lib:0.0.6'
}
```
Or use this [Jitpack.io link](https://jitpack.io/#scottyab/rootbeer)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.scottyab.rootbeer.sample"
minSdkVersion minSdkVer
targetSdkVersion targetSdkVer
versionCode 4
versionName "0.4"
versionCode 6
versionName "0.6"
}

//check if the keystore details are defined in gradle.properties (this is so the key is not in github)
Expand Down
9 changes: 9 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

#v0.0.6

* more su directory checks
* fix crash when native lib load fails
* updated NDK build
* Added method to do root checks but ignoring the busybox due to false positives
* Allow setting of logging level
* UI tweeks to sample app
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.0.4
VERSION_CODE=5
VERSION_NAME=0.0.6
VERSION_CODE=6
GROUP=com.scottyab


Expand Down

0 comments on commit 938802e

Please sign in to comment.