Skip to content

Commit 6a97150

Browse files
committed
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
1 parent f6ae948 commit 6a97150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if (keystorePropertiesFile.exists()) {
1313
}
1414

1515
android {
16-
compileSdk 33
16+
compileSdk 34
1717

1818
defaultConfig {
1919
applicationId "com.simplemobiletools.notes.pro"
2020
minSdkVersion 23
21-
targetSdkVersion 33
21+
targetSdkVersion 34
2222
versionCode 107
2323
versionName "6.15.6"
2424
setProperty("archivesBaseName", "notes")

0 commit comments

Comments
 (0)