Update target SDK version to 35

This commit is contained in:
Jules Aguillon 2024-07-28 23:07:05 +02:00
parent 72d88a5298
commit 038f693cae

View File

@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "juloo.keyboard2"
minSdk 11
targetSdkVersion 34
targetSdkVersion 35
versionCode 42
versionName "1.29.1"
}