From 2989cba895e9b120bf4e58e5acc6de094e9af7f5 Mon Sep 17 00:00:00 2001 From: Scott Alexander-Bown Date: Tue, 4 May 2021 07:47:42 +0100 Subject: [PATCH] Change log and increment version to 0.0.9 --- changes.md | 8 ++++++++ gradle.properties | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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