At long last, Android has native mouse capture. Don't show the root version to users running O

This commit is contained in:
Cameron Gutman 2017-06-08 18:26:12 -07:00
parent 6789e8d497
commit 0ecf86c7ed

View File

@ -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"