We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2e1fd commit f4a367dCopy full SHA for f4a367d
example/android/app/build.gradle
@@ -10,6 +10,7 @@ android {
10
namespace = "com.xraph.plugin.flutter_unity_widget_example"
11
compileSdk = 34 // flutter.compileSdkVersion
12
// ndkVersion = flutter.ndkVersion
13
+ // omit ndkVersion or set this to the version in unityLibrary/build.gradle like (ndkVersion = "27.2.12479018")
14
15
compileOptions {
16
sourceCompatibility JavaVersion.VERSION_17
0 commit comments