mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-04 02:31:08 +02:00
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:
parent
f6ae948fb0
commit
6a97150b91
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user