From c0c97a3f9f7241c601dfd6c4569db3ce99880721 Mon Sep 17 00:00:00 2001 From: Amod Malviya Date: Sun, 13 Oct 2024 09:03:12 +0530 Subject: [PATCH] android: fix test build #build-android --- tests/test-android-app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-android-app/Cargo.toml b/tests/test-android-app/Cargo.toml index 3bce8fb..680423d 100644 --- a/tests/test-android-app/Cargo.toml +++ b/tests/test-android-app/Cargo.toml @@ -13,4 +13,4 @@ ndk-glue = "0.7" webbrowser = { path = "../.." } [package.metadata.android.sdk] -target_sdk_version = 33 +target_sdk_version = 35