chore: update Android target sdk to 35 (#1534)

This commit is contained in:
Huang Xin 2025-07-05 14:49:41 +08:00 committed by GitHub
parent 2b73c5a85a
commit 630025c123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ plugins {
android {
namespace = "com.readest.native_tts"
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 21