File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,15 +59,17 @@ dependencies {
5959 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
6060}
6161
62- publishing {
63- publications {
64- release(MavenPublication ) {
65- groupId = ' com.mahdiasd'
66- artifactId = ' com.mahdiasd.filepicker'
67- version = ' 2.1.0'
68-
69- afterEvaluate {
62+ afterEvaluate {
63+ publishing {
64+ publications {
65+ // Creates a Maven publication called "release".
66+ release(MavenPublication ) {
67+ // Applies the component for the release build variant.
7068 from components. release
69+ // You can then customize attributes of the publication as shown below.
70+ groupId = ' com.filepicker'
71+ artifactId = ' file_picker'
72+ version = ' 2.1.2'
7173 }
7274 }
7375 }
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id ' com.android.application' version ' 8.1.1' apply false
44 id ' com.android.library' version ' 8.1.1' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.7.10' apply false
6+
67}
78
89task clean (type : Delete ) {
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