-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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'
}
Metadata
Metadata
Assignees
Labels
No labels