krypton-org / krypton-android

Krypton client for Android applications and the JVM.
MIT License
0 stars 0 forks source link

Add Gradle, LICENSE, README, restructure package names #11

Closed nicobao closed 4 years ago

nicobao commented 4 years ago

Add LICENSE, add README.md, add Gradle build tool, reorganize package names from com.krypton to com.krypton.core to prepare com.krypton.ui (Android UI Widgets relying on com.krypton.core).

Closes #7 Closes #6 Related to #3 => I added the apollo-android dependency, waiting to be used

dylrachwal commented 4 years ago

Thanks for this Pull Request. Indeed gradle seems more used for android app and java library.

nicobao commented 4 years ago

@dylrachwal yes, Apache Maven is historical. It is the Apache Ant of modern age. Glad you accepted the PR.

nicobao commented 4 years ago

Btw as @jrebecchi mentioned on Telegram, feel free to move exceptions thrown to the library user outside the internal package.