diff --git a/.idea/misc.xml b/.idea/misc.xml index 38ffd72..605ec26 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/commons/build.gradle b/commons/build.gradle index 6d5581c..2735e21 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' + id 'maven-publish' } android { @@ -40,4 +41,14 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' +} + +publishing { + publications { + create(MavenPublication) { + groupId = "com.github.The-Streamliners" + artifactId = "commons" + version = "1.0" + } + } } \ No newline at end of file