Android 16 support

This commit is contained in:
T8RIN
2025-03-29 01:32:51 +03:00
parent 1bf6a2a7fc
commit 9b7143f1a1
3 changed files with 3 additions and 4 deletions

1
.idea/.name generated
View File

@ -1 +0,0 @@
Image Toolbox

View File

@ -1,7 +1,7 @@
[versions]
androidMinSdk = "21"
androidTargetSdk = "35"
androidCompileSdk = "35"
androidTargetSdk = "36"
androidCompileSdk = "36"
versionName = "3.2.1-alpha02"
versionCode = "173"

View File

@ -58,7 +58,7 @@ dependencyResolutionManagement {
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "Image_Toolbox"
rootProject.name = "ImageToolbox"
include(":app")