Skip to content

Commit 41c8c51

Browse files
committed
Increase minSdkVersion to 21 in build.gradle
Updated the Android project's minimum SDK version from 16 to 21 to ensure compatibility with newer APIs and libraries.
1 parent 92e76d0 commit 41c8c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serious_python_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
}
5555

5656
defaultConfig {
57-
minSdkVersion 16
57+
minSdkVersion 21
5858

5959
ndk {
6060
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'

0 commit comments

Comments
 (0)