Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed Sep 20, 2023
1 parent ae13fd7 commit 85b6ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ allprojects {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}
}

Expand Down
2 changes: 2 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ kotlin {
api(compose.runtime)
api(compose.foundation)
api(compose.material)
api("org.hisp.dhis.mobile:designsystem:1.0-SNAPSHOT")
}
}
val commonTest by getting {
Expand All @@ -31,6 +32,7 @@ kotlin {
dependencies {
api("androidx.appcompat:appcompat:1.5.1")
api("androidx.core:core-ktx:1.9.0")
implementation("org.hisp.dhis:android-core:1.9.0-SNAPSHOT")
}
}
val androidTest by getting {
Expand Down

0 comments on commit 85b6ae1

Please sign in to comment.