mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
android: try out integrating LobstersItem
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
284dd8c67a
commit
7306cd3294
3 changed files with 29 additions and 2 deletions
|
@ -12,6 +12,7 @@ repositories { google() }
|
|||
|
||||
dependencies {
|
||||
implementation(projects.common)
|
||||
implementation("androidx.appcompat:appcompat:1.4.0-alpha02")
|
||||
implementation("androidx.activity:activity-compose:1.3.0-beta01")
|
||||
}
|
||||
|
||||
|
@ -25,4 +26,8 @@ android {
|
|||
versionName = "1.0"
|
||||
}
|
||||
buildTypes { getByName("release") { isMinifyEnabled = false } }
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue