Skip to content

Commit 6190189

Browse files
committed
fix
1 parent c73db5f commit 6190189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/android/AndroidApp/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks.register<Exec>("buildRustLibrary") {
4545
"-o", "AndroidApp/app/src/main/jniLibs/",
4646
"-t", "arm64-v8a",
4747
"-t", "x86_64-linux-android",
48-
"--platform", "36",
48+
"--platform", "31",
4949
"build", "--lib", "--release")
5050
}
5151

0 commit comments

Comments
 (0)