mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
build: upgrade to target Tiramisu
This commit is contained in:
parent
f424d387d0
commit
026d2fdb3a
2 changed files with 5 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
|||
import com.android.build.gradle.TestedExtension
|
||||
|
||||
extensions.configure<TestedExtension> {
|
||||
setCompileSdkVersion(31)
|
||||
compileSdkVersion = "android-Tiramisu"
|
||||
defaultConfig {
|
||||
minSdk = 26
|
||||
targetSdk = 31
|
||||
targetSdkPreview = "Tiramisu"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue