Vandal Software: Publishing an Android Library (AAR) to a Maven Repository

vandalblog: This article explains how to set up an Android Library project to publish an AAR artifact to a Maven repository, specifically, Sonatype OSS. An AAR artifact is simply a Zip archive that contains the library project’s classes in a Jar file, its resource definitions, its AndroidManifest.xml…

Gradle로 만들어진 Closed Source Library인 AAR을 Maven에 Deploy 하는 법.

(Gradle에서 Local AAR를 참조할 수 있다면 좋을텐데.)

Vandal Software: Publishing an Android Library (AAR) to a Maven Repository

Back