mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
build-logic: move target SDK to 33
This commit is contained in:
parent
82f9de1da9
commit
3622fc7b8a
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ class AndroidCommonPlugin : Plugin<Project> {
|
|||
override fun apply(project: Project) {
|
||||
project.pluginManager.apply(AndroidCacheFixPlugin::class)
|
||||
project.extensions.findByType<TestedExtension>()?.run {
|
||||
setCompileSdkVersion(32)
|
||||
setCompileSdkVersion(33)
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
targetSdk = 32
|
||||
targetSdk = 33
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue