We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79996f commit bca1d72Copy full SHA for bca1d72
build.gradle.kts
@@ -1,6 +1,3 @@
1
-//plugins {
2
-// id("maven-publish")
3
-//}
4
buildscript {
5
repositories {
6
google()
@@ -23,14 +20,4 @@ allprojects {
23
20
24
21
tasks.register("clean", Delete::class) {
25
22
delete(rootProject.buildDir)
26
-}
27
-
28
-//publishing {
29
-// publications {
30
-// create<MavenPublication>("locus-android") {
31
-// groupId = "com.github.BirjuVachhani"
32
-// artifactId = "locus-android"
33
-// artifact("locus/build/outputs/aar/locus-release.aar")
34
-// }
35
36
+}
locus/build.gradle.kts
@@ -5,9 +5,6 @@ plugins {
id("kotlin-parcelize")
}
7
8
-var group = "com.github.BirjuVachhani"
9
-var version = "4.1.0"
10
11
android {
12
compileSdk = 31
13
defaultConfig {
0 commit comments