File tree Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Expand file tree Collapse file tree 5 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
33 id ' org.jetbrains.kotlin.android'
4+ id ' maven-publish'
45}
56
67android {
@@ -50,4 +51,18 @@ dependencies {
5051 androidTestImplementation ' androidx.compose.ui:ui-test-junit4:1.1.1'
5152 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
5253 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
54+ }
55+
56+ afterEvaluate {
57+ publishing {
58+ publications {
59+ release(MavenPublication ) {
60+ from components. release
61+
62+ groupId = ' com.github.yusufarisoy'
63+ artifactId = ' lazy-grid'
64+ version = ' 1.0'
65+ }
66+ }
67+ }
5368}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pluginManagement {
33 gradlePluginPortal()
44 google()
55 mavenCentral()
6+ maven { url ' https://jitpack.io' }
67 }
78}
89dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments