Skip to content

Commit 524857f

Browse files
committed
scalability improvements
1 parent b5c191c commit 524857f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

GeoTagImage/build.gradle

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,17 @@ dependencies {
6666
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6767
implementation "org.jetbrains.kotlin:kotlin-test:2.3.0"
6868
}
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

Comments
 (0)