From 0ecf86c7ed0bf52ad87897f9791b908ed0e96510 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 8 Jun 2017 18:26:12 -0700 Subject: [PATCH] At long last, Android has native mouse capture. Don't show the root version to users running O --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 92da6e22..bf0e2cc5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,6 +17,10 @@ android { productFlavors { root { + // Android O has native mouse capture, so don't show the rooted + // version to devices running O on the Play Store. + maxSdkVersion 25 + applicationId "com.limelight.root" ndk { abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"