Skip to content

Commit 451c628

Browse files
committed
fix: add submodule for Croller
1 parent 32f6f51 commit 451c628

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "libs/Croller"]
2+
path = libs/Croller
3+
url = https://github.com/harjot-oberai/Croller

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation("com.github.medyo:android-about-page:1.3")
8383
implementation("com.github.tiagohm.MarkdownView:library:0.19.0")
8484
implementation("com.github.mirrajabi:search-dialog:1.2.4")
85-
implementation(files("../libs/croller-release.aar"))
85+
implementation(project(":Croller"))
8686
implementation("com.github.BeppiMenozzi:Knob:1.9.0")
8787
implementation("com.github.warkiz:IndicatorSeekBar:2.1.1")
8888
implementation("com.github.Vatican-Cameos:CarouselPicker:1.2")

libs/Croller

Submodule Croller added at 88b84e3

libs/croller-release.aar

-23 KB
Binary file not shown.

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ dependencyResolutionManagement {
1515
}
1616
}
1717

18+
include(":Croller")
19+
20+
project(":Croller").projectDir = file("libs/Croller")
21+
1822
rootProject.name = "PSLab"
1923
include(":app")

0 commit comments

Comments
 (0)