We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f11cd commit d3bacc1Copy full SHA for d3bacc1
app/build.gradle
@@ -54,5 +54,5 @@ dependencies {
54
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
55
implementation 'androidx.activity:activity-compose:1.3.1'
56
57
- implementation project(path: ":multifablibrary")
+ implementation 'com.github.iamageo:MultiFab:1.0.5'
58
}
settings.gradle
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
10
repositories {
11
google()
12
mavenCentral()
13
+ maven { url 'https://jitpack.io' }
14
15
16
rootProject.name = "MultiFab"
0 commit comments