Drop support for APIs 24 and 25 (Android 7)

This commit is contained in:
Kirill Kamakin
2022-11-04 19:52:21 +01:00
parent ceed3cee4e
commit 7b25432595
10 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -6,7 +6,7 @@ import org.gradle.api.artifacts.VersionCatalogsExtension
import org.gradle.kotlin.dsl.getByType import org.gradle.kotlin.dsl.getByType
object Versions { object Versions {
const val MIN_SDK_VERSION = 24 const val MIN_SDK_VERSION = 26
const val TARGET_SDK_VERSION = 33 const val TARGET_SDK_VERSION = 33
const val COMPILE_SDK_VERSION = 33 const val COMPILE_SDK_VERSION = 33
} }