Skip to content

Commit b98b76d

Browse files
committed
Maven fix
1 parent ce97280 commit b98b76d

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# LazyGrid and LazyCollapsibleGrid
1+
# LazyGrid
22
LazyGrid library for Jetpack Compose.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151

5252
dependencies {
5353

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

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

buildSrc/build/libs/buildSrc.jar

0 Bytes
Binary file not shown.

lazygrid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ afterEvaluate {
6161

6262
groupId = 'com.github.yusufarisoy'
6363
artifactId = 'lazy-grid'
64-
version = '1.0'
64+
version = '1.0.0'
6565
}
6666
}
6767
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ pluginManagement {
33
gradlePluginPortal()
44
google()
55
mavenCentral()
6-
maven { url 'https://jitpack.io' }
76
}
87
}
98
dependencyResolutionManagement {
109
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1110
repositories {
1211
google()
1312
mavenCentral()
13+
maven { url 'https://www.jitpack.io' }
1414
}
1515
}
1616
rootProject.name = "LazyGridApp"

0 commit comments

Comments
 (0)