From 764140230d3acbbf2eda1b75924d50d885b65b1d Mon Sep 17 00:00:00 2001 From: Manoj Date: Thu, 12 Jan 2023 13:45:31 +0530 Subject: [PATCH] gradle change --- app/build.gradle | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 2126d1f..dc126d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,6 +5,16 @@ plugins { id 'maven-publish' } +publishing { + publications { + mavenJava(MavenPublication) { + groupId = 'git.nivesh.com.Manoj.Singh' + artifactId = 'library' + version = '1.0' + } + } +} + android { namespace 'com.nivesh.production.bajajfd' compileSdk 33