Skip to content

Releases: scottyab/rootbeer

0.1.1

18 Sep 10:13
8e8bc3c

Choose a tag to compare

  • Support for 16KB page sizes for native lib (Android 15 support)
  • Removed Util.isSelinuxFlagInEnabled(). This was never part of the isRooted() check but as we are unable to get ro.build.selinux in later versions of Android it has been removed from the Util and sample app. @scottyab
  • Fix insecure binary file #180 @KaviIDPal

Internal changes:

0.1.0

24 May 07:58

Choose a tag to compare

  • Add the -fstack-protector-all to the generated native binrary #171

0.0.9

04 May 07:08

Choose a tag to compare

  • Support for Android TV devices #129 @deepakpk009
  • Add additional dangerous apps packages #145 @Fi5t
  • Add fstack protector #136 @slawert Turns out this wasn't applied so the fix was added to version 0.1.0 see #171

0.0.8

08 Feb 21:53
46abc67

Choose a tag to compare

Fix issue with jitpack (#125)

* testing fix2 for jitpack issue

* Added back change to see if this was the issue