Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Android 7.1 support #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix Android 7.1 support #24

wants to merge 3 commits into from

Conversation

natanieljr
Copy link
Contributor

On the new commit ArtHook crashes while being executed on Android 7.1 (null pointer exception)

This happens because the VersionHelper cannot locate the API 24, sun it is not N (23) and it is smaller than 0_PLUS (25+)

Fixed this problem.

JeannedArk and others added 3 commits January 21, 2018 16:17
Introduce avers/O
# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
#	lib/Android.mk
#	lib/build.gradle
#	lib/src/main/java/de/larma/arthook/avers/O.java
#	lib/src/main/java/de/larma/arthook/avers/VersionHelper.java
#	test/build.gradle
#	xposed/build.gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants