We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033cc05 commit fab8421Copy full SHA for fab8421
README.md
@@ -20,7 +20,8 @@ To use library in your gradle project follow the steps below:
20
2. Add the dependency
21
```groovy
22
dependencies {
23
- implementation 'com.github.openMF:fineract-client:2.0.0'
+ def client_Version = "replace with version number"
24
+ implementation "com.github.openMF:fineract-client:$client_Version"
25
}
26
```
27
0 commit comments