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

Recent Android build? #48

Open
mrbluecoat opened this issue Jun 1, 2023 · 0 comments
Open

Recent Android build? #48

mrbluecoat opened this issue Jun 1, 2023 · 0 comments

Comments

@mrbluecoat
Copy link

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'
 }

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

No branches or pull requests

1 participant