GitXplorerGitXplorer
k

HelloAAR

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b5b5600fc413a2e6ca6fc4db8e116edcafd4b208

Create AAR Module

kkoooge committed 5 years ago
Verified
fa4f9fcb73b52012b62aff358a348d58d7e8df68

Create README.md

kkoooge committed 5 years ago
Unverified
884ec0b30c8c5222e336d481bad142ca3ab9c4c7

Initial commit

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'
}