This is a simple sdk example. It is mainy to test and experiment what all we can do with sdk.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.abhishekBhartiProjects:AndroidSDKDevelopment:0.1.0'
}