Requirements
Category | Supported |
---|---|
Minimum SDK Version | 14 (Ice-cream Sandwich) or above |
Target SDK version | 30 or above. |
Android Gradle Version | 3.3.2 or above |
Dependencies
Finotes SDK comes with v4.9.1 of OkHttp dependency packaged.
In case the Android project is using a different version of OkHttp, add the following to your app level build.gradle file.
This will enable Gradle to use project version of OkHttp.
Please make sure to replace x.x.x with the version you are using.
dependencies {
...
}
configurations.all() {
resolutionStrategy.force "com.squareup.okhttp3:okhttp:x.x.x"
}
Getting Started
- Register with Finotes using the 'Get Started' button in https://finotes.com and login to dashboard.
- Use "Add App" to link Android application to Finotes.
- Integrate Finotes SDK to your application.
- Test your integration.