Skip to content

Commit d3bacc1

Browse files
committed
testing lib with jitpack version
1 parent a6f11cd commit d3bacc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ dependencies {
5454
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
5555
implementation 'androidx.activity:activity-compose:1.3.1'
5656

57-
implementation project(path: ":multifablibrary")
57+
implementation 'com.github.iamageo:MultiFab:1.0.5'
5858
}

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13+
maven { url 'https://jitpack.io' }
1314
}
1415
}
1516
rootProject.name = "MultiFab"

0 commit comments

Comments
 (0)