We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c191c commit 524857fCopy full SHA for 524857f
1 file changed
GeoTagImage/build.gradle
@@ -66,3 +66,17 @@ dependencies {
66
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
67
implementation "org.jetbrains.kotlin:kotlin-test:2.3.0"
68
}
69
+
70
+afterEvaluate {
71
+ publishing {
72
+ publications {
73
+ release(MavenPublication) {
74
+ from components.release
75
76
+ groupId = 'com.github.dangiashish'
77
+ artifactId = 'GeoTagImage'
78
+ version = '1.2.3'
79
+ }
80
81
82
+}
0 commit comments