Skip to content

Commit 51bad2d

Browse files
committed
android: Target API 35 for tests
1 parent 4a5c719 commit 51bad2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/fuse/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
}
6868

6969
testOptions {
70-
targetSdk = 34
70+
targetSdk = 35
7171

7272
managedDevices {
7373
devices {

0 commit comments

Comments
 (0)