Skip to content

Commit fa5be8b

Browse files
committed
Maven fix
1 parent b98b76d commit fa5be8b

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151

5252
dependencies {
5353

54-
implementation 'com.github.yusufarisoy:lazy-grid:1.0'
54+
implementation project(':lazygrid')
5555

5656
implementation Libs.coreKtx
5757
implementation Libs.appCompat
Binary file not shown.
Binary file not shown.

buildSrc/build/libs/buildSrc.jar

0 Bytes
Binary file not shown.

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pluginManagement {
33
gradlePluginPortal()
44
google()
55
mavenCentral()
6+
maven { url 'https://www.jitpack.io' }
67
}
78
}
89
dependencyResolutionManagement {

0 commit comments

Comments
 (0)