mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 04:07:03 +05:30
fix(build): raise target SDK to 34
This commit is contained in:
parent
21a7baa309
commit
9c2c238e1e
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ import org.gradle.kotlin.dsl.getByType
|
||||||
class AndroidCommonPlugin : Plugin<Project> {
|
class AndroidCommonPlugin : Plugin<Project> {
|
||||||
|
|
||||||
private companion object {
|
private companion object {
|
||||||
const val COMPILE_SDK = 33
|
const val COMPILE_SDK = 34
|
||||||
const val MIN_SDK = 26
|
const val MIN_SDK = 26
|
||||||
const val TARGET_SDK = 33
|
const val TARGET_SDK = 34
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun apply(project: Project) {
|
override fun apply(project: Project) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue