Skip to content

Commit 8554b9a

Browse files
committed
v 1.2.1
1 parent 4e49846 commit 8554b9a

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

GeoTagImage/build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'com.android.library'
33
id 'org.jetbrains.kotlin.android'
4-
id 'maven-publish'
54
}
65

76
android {
@@ -36,29 +35,6 @@ android {
3635
kotlinOptions {
3736
jvmTarget = "17"
3837
}
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-
}
6238
}
6339

6440

0 commit comments

Comments
 (0)