File tree Expand file tree Collapse file tree 7 files changed +4
-4
lines changed Expand file tree Collapse file tree 7 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # LazyGrid and LazyCollapsibleGrid
1+ # LazyGrid
22LazyGrid library for Jetpack Compose.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
5151
5252dependencies {
5353
54- implementation project( ' :lazygrid ' )
54+ implementation ' com.github.yusufarisoy:lazy-grid:1.0 '
5555
5656 implementation Libs . coreKtx
5757 implementation Libs . appCompat
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ pluginManagement {
33 gradlePluginPortal()
44 google()
55 mavenCentral()
6- maven { url ' https://jitpack.io' }
76 }
87}
98dependencyResolutionManagement {
109 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
1110 repositories {
1211 google()
1312 mavenCentral()
13+ maven { url ' https://www.jitpack.io' }
1414 }
1515}
1616rootProject. name = " LazyGridApp"
You can’t perform that action at this time.
0 commit comments