Skip to content

Commit b6a7950

Browse files
Bump minSdk to 24 and ndk to r28b
1 parent 811f1fe commit b6a7950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mavsdk_server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ android {
9494
compileSdk = 35
9595

9696
defaultConfig {
97-
minSdk = 21
97+
minSdk = 24
9898

9999
group = "io.mavsdk"
100100

@@ -140,7 +140,7 @@ android {
140140
targetCompatibility = JavaVersion.VERSION_17
141141
}
142142

143-
ndkVersion = "28.0.13004108"
143+
ndkVersion = "28.1.13356709"
144144
}
145145

146146

0 commit comments

Comments
 (0)