library for 2D android games
- minSdkVersion 17
- targetSdkVersion 28
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.e-mobadara:moblib:v1.2.7'
}
- You can find a walk-Through documentation here
- The code have JavaDoc to it
- A more in depth documentation will be provided Later
This is a beta release, So if you did encounter a bug please open an issue in the issues Session and provide the way to reproduce the bug or a link to your project.