- Minimum Android SDK: MBNetworkKit requires a minimum API level of 21.
- Compile Android SDK: MBNetworkKit requires you to compile against minimum API level 27.
This module contains basic and utility implementations for network requests using Retrofit and for socket connections
using OkHttp.
Add the following maven url to your project build.gradle:
allprojects {
repositories {
google()
jcenter()
maven {
url 'https://pkgs.dev.azure.com/daimler-ris/sdk/_packaging/release/maven/v1'
}
}
}Add to your app's build.gradle:
implementation "com.daimler.mm:MBNetworkKit:$mb_network_kit_version"We welcome any contributions. If you want to contribute to this project, please read the contributing guide.
Please read our Code of Conduct as it is our base for interaction.
This project is licensed under the MIT LICENSE.
Please visit https://mbition.io/en/home/index.html for information on the provider.
Notice: Before you use the program in productive use, please take all necessary precautions, e.g. testing and verifying the program with regard to your specific use. The program was tested solely for our own use cases, which might differ from yours.
