We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anyone have luck compiling a recent Android build?
diff --git a/android/app/build.gradle b/android/app/build.gradle index b9f4c22..cbcb0fe 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 27 + compileSdkVersion 33 defaultConfig { applicationId "org.openoverlayrouter.noroot" minSdkVersion 15 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 7 versionName "1.3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -26,15 +26,18 @@ android { path '../jni/Android.mk' } } + namespace 'org.openoverlayrouter.noroot' + buildToolsVersion '33.0.2' + ndkVersion '25.1.8937393' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anyone have luck compiling a recent Android build?
The text was updated successfully, but these errors were encountered: