We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e49846 commit 8554b9aCopy full SHA for 8554b9a
1 file changed
GeoTagImage/build.gradle
@@ -1,7 +1,6 @@
1
plugins {
2
id 'com.android.library'
3
id 'org.jetbrains.kotlin.android'
4
- id 'maven-publish'
5
}
6
7
android {
@@ -36,29 +35,6 @@ android {
36
35
kotlinOptions {
37
jvmTarget = "17"
38
39
-
40
- libraryVariants.configureEach { variant ->
41
- variant.outputs.all { output ->
42
- def libVersion = project.version ?: ""
43
- output.outputFileName = "${project.name}-${libVersion}.aar"
44
- }
45
46
-}
47
48
-version = "1.2.0"
49
-group = "com.github.dangiashish"
50
51
-afterEvaluate {
52
- publishing {
53
- publications {
54
- release(MavenPublication) {
55
- from components.release
56
- groupId = 'com.github.dangiashish'
57
- artifactId = 'GeoTagImage'
58
- version = project.version
59
60
61
62
63
64
0 commit comments