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 c73db5f commit 6190189Copy full SHA for 6190189
1 file changed
examples/android/AndroidApp/app/build.gradle.kts
@@ -45,7 +45,7 @@ tasks.register<Exec>("buildRustLibrary") {
45
"-o", "AndroidApp/app/src/main/jniLibs/",
46
"-t", "arm64-v8a",
47
"-t", "x86_64-linux-android",
48
- "--platform", "36",
+ "--platform", "31",
49
"build", "--lib", "--release")
50
}
51
0 commit comments