Update targetSdkVersion to 34

There are 2 known issues with this update:
- Max font scaling does not look well in the PagerTabStrip
- Not sure if caused by the update, updating file linked to the note sometimes fails with SecurityException

No other changes from these lists affects this app:
- https://developer.android.com/about/versions/14/behavior-changes-all
- https://developer.android.com/about/versions/14/behavior-changes-14
This commit is contained in:
Ensar Sarajčić 2023-07-28 16:44:29 +02:00
parent f6ae948fb0
commit 6a97150b91

View File

@ -13,12 +13,12 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdk 33 compileSdk 34
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.notes.pro" applicationId "com.simplemobiletools.notes.pro"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 33 targetSdkVersion 34
versionCode 107 versionCode 107
versionName "6.15.6" versionName "6.15.6"
setProperty("archivesBaseName", "notes") setProperty("archivesBaseName", "notes")