mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
build: bump AGP to 7.1.0-alpha01
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
120f284762
commit
71a20db5e7
4 changed files with 10 additions and 10 deletions
|
@ -40,11 +40,11 @@ kotlin {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion(30)
|
||||
compileSdk = 30
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
defaultConfig {
|
||||
minSdkVersion(23)
|
||||
targetSdkVersion(30)
|
||||
minSdk = 23
|
||||
targetSdk = 30
|
||||
consumerProguardFiles("consumer-rules.pro")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue