Migration - Gradle & Android Studio
In an effort to keep this project updated for people that still uses this library, this PR migrates both projects to Android Studio & Gradle. NOTE: this project respects the original package, javadocs, license definitions and such.
For the library project:
- The project now compiles into an
.aarfile. This.aarfile can be imported as a module in an Android Studio project. - An android project by default adds some test classes that got added.
For the demo project
- It also is now an Android Studio project but the functionality remains pretty much the same.
- The original app icon was very low-res so I retained the default android
ic_launchericon.
To build any of the projects, just execute ./gradlew clean build in any of the project directories.
+1 for this and doing a release to maven central: #2
@SingingBush as soon as it get merged, I'll create a tag and a release, then we can upload this to jcenter()
why isn't this merged yet ?
Can you merge this please?
Hey @jonneymendoza I've never had writing access to @maarek's repository. We need him to merge this.
@maarek please merge this.