GitXplorerGitXplorer
k

HelloAAR

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1b071518ed55ab269b498e52def9fcc077b7baa8

Update README.md

kkoooge committed 5 years ago
Verified
c2a3e08c6da4522c09e60ced96c2d2c5a5f2a3ef

Update README.md

kkoooge committed 5 years ago
Verified
5c4c1dccd807e4222955d66e9aa699d05b647d3d

Update README.md

kkoooge committed 5 years ago
Verified
cb459390d38512bdcceaf8c32a98a3e88c54c7ee

Update README.md

kkoooge committed 5 years ago
Unverified
309422676d6313c55ea43094ed9ab2d336d97a16

Toast Hello AAR

kkoooge committed 5 years ago
Unverified
c2857c6591c38caf4a99cfa4776642810df0a10b

Hello AAR

kkoooge committed 5 years ago

README

The README file for this repository.

HelloAAR

AAR(Android Archive) sample(Just toast Hello World!)

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency

dependencies {
	implementation 'com.github.koooge:HelloAAR:0.1.0'
}