diff --git a/changes.md b/changes.md index 1f5c167..26228f5 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,11 @@ +Change Log + +#v0.0.9 + +* Support for Android TV devices #129 @deepakpk009 +* Add additional dangerous apps packages #145 @Fi5t +* Add fstack protector #136 @slawert + #v0.0.8 * Removed busybox from the default root checking methods diff --git a/gradle.properties b/gradle.properties index 052f505..0da5c23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,8 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true -VERSION_NAME=0.0.8 -VERSION_CODE=8 +VERSION_NAME=0.0.9 +VERSION_CODE=9 GROUP=com.scottyab