diff --git a/build.gradle.kts b/build.gradle.kts index f128ca8..ba9e570 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,3 @@ -//plugins { -// id("maven-publish") -//} buildscript { repositories { google() @@ -23,14 +20,4 @@ allprojects { tasks.register("clean", Delete::class) { delete(rootProject.buildDir) -} - -//publishing { -// publications { -// create("locus-android") { -// groupId = "com.github.BirjuVachhani" -// artifactId = "locus-android" -// artifact("locus/build/outputs/aar/locus-release.aar") -// } -// } -//} \ No newline at end of file +} \ No newline at end of file diff --git a/locus/build.gradle.kts b/locus/build.gradle.kts index 15b37ed..4d0f1ba 100644 --- a/locus/build.gradle.kts +++ b/locus/build.gradle.kts @@ -5,9 +5,6 @@ plugins { id("kotlin-parcelize") } -var group = "com.github.BirjuVachhani" -var version = "4.1.0" - android { compileSdk = 31 defaultConfig {