mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
all: tweak dependency namespacing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
4168fe3875
commit
23b2e635bb
4 changed files with 20 additions and 20 deletions
|
@ -7,9 +7,10 @@ plugins {
|
|||
dependencies {
|
||||
implementation(projects.api)
|
||||
implementation(projects.common)
|
||||
implementation("androidx.activity:activity-compose:1.3.0-beta01")
|
||||
implementation("androidx.appcompat:appcompat:1.4.0-alpha02")
|
||||
implementation("androidx.paging:paging-compose:1.0.0-alpha10")
|
||||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.androidx.paging.compose)
|
||||
implementation(libs.retrofit.moshiConverter)
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue