diff --git a/mathview/build.gradle b/mathview/build.gradle index 58b3d47..b306dc7 100644 --- a/mathview/build.gradle +++ b/mathview/build.gradle @@ -35,7 +35,18 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } - +afterEvaluate { + publishing { + publications { + release(MavenPublication) { + from components.release + groupId = 'com.github.fidelhuarcaya' //your git id + artifactId = 'MathView' //your-repository + version = '1.0' // As same as the Tag + } + } + } +} /* publishing { publications {