Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- GCM
- contentprovider
- 배포
- Google Cloud Messasging
- 트위터
- android studio
- Push
- service
- 안드로이드 개발 레벨업 교과서
- signing
- BLOCK
- 페이스북
- 다른 앱에서 열기
- AccountManager
- Google Cloud Messasing
- Android
- ios9
- xcode
- 카카오톡
- In-app Billing
- Unchecked Exception
- Activity 수명 주기
- NSURLConnection
- 데이터 공유
- unreal
- HTTP
- Android O Preview
- ios
- Android O
- gradle
Archives
- Today
- Total
목록Maven (1)
노블의 개발이야기
Bintray(jCenter)에 Android Library(.aar)을 배포
jCenter는 Bintray에서 운영 중인 Maven Repository 입니다. 1. Sign up to Bintray Bintray 홈페이지는 무료로 가입이 가능합니다.서비스 이용은 개인일 경우 모두 오픈 조건으로 무료로 사용 가능합니다.회사 또는 private을 원하는 사용자를 위한 유료 서비스도 추가 제공됩니다.가격 정보 및 서비스 조건은 Bintray pricing에서 확인 가능합니다. 2. Apply the plugin to your Gradle build script jCenter 또는 Maven Central에 배포하기 위해서는 Plugin을 dependencies에 추가해야합니다. Bintray Plugin buildscript { repositories { jcenter() } dep..
Android
2017. 7. 20. 21:15