1
0

android: bump target sdk to 35

This commit is contained in:
f321x
2025-08-25 14:38:44 +02:00
parent 71255c1e73
commit c365272745

View File

@@ -108,7 +108,7 @@ android.permissions = INTERNET, CAMERA, WRITE_EXTERNAL_STORAGE, POST_NOTIFICATIO
android.api = 31
# (int) Android targetSdkVersion
android.target_sdk_version = 34
android.target_sdk_version = 35
# (int) Minimum API required. You will need to set the android.ndk_api to be as low as this value.
android.minapi = 23