본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] library 를 dependency 에 명시할 수 있게 배포하기

by 돼지왕 왕돼지 2018. 3. 11.
반응형

[android] library 를 dependency 에 명시할 수 있게 배포하기


https://medium.com/dualcores-studio/make-an-android-custom-view-publish-and-open-source-99a3d86df228#.5v8a0pl9i

AAR, bintary, Compile, dependency, Email, github, gradle.build, jcenter, jfrog bintary, libary 배포, Library, pacakge, package, profile page, Project, Repository, UI, upload, Version, [android] library 를 dependency 에 명시할 수 있게 배포하기, 승인, 승인절차

1. JFrog Bintary 에 가입하고 로그인하라

    https://bintray.com/

    


2. Profile page 에 가서 Repository, Package, 그리고 Version 을 만들라.

    Package 는 Github 와 연동되어 땡겨오는 UI 가 제공된다.



3. aar 파일을 생성해서 upload 하라.

    https://github.com/blundell/release-android-library 를 사용하여 이를 쉽게 할 수 있다.

    


4. JCenter 에 추가하기.

    Bintray 에서 JCenter 에 추가하는 UI 를 제공한다.

    추가를 하고 나면 몇시간에서 몇일에 걸려 승인절차를 거친다.



5. Project 가 승인이 되었다면, 모든것이 정상 작동하는지 확인하라.

    승인이 완료되면 email 로 받을 수 있다.

    gradle.build 에 compile 로 JCenter 에 배포된 주소를 적어넣어서 잘 작동하는지 테스트해보라.




반응형

댓글