mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
all: update JB Compose and KSP deps
This commit is contained in:
parent
83e487e8fc
commit
94afba68a1
8 changed files with 15 additions and 15 deletions
|
@ -40,11 +40,11 @@ kotlin {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdk = 30
|
||||
compileSdk = 31
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
defaultConfig {
|
||||
minSdk = 23
|
||||
targetSdk = 30
|
||||
targetSdk = 31
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue