Skip to content

Commit fab8421

Browse files
version updated
1 parent 033cc05 commit fab8421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ To use library in your gradle project follow the steps below:
2020
2. Add the dependency
2121
```groovy
2222
dependencies {
23-
implementation 'com.github.openMF:fineract-client:2.0.0'
23+
def client_Version = "replace with version number"
24+
implementation "com.github.openMF:fineract-client:$client_Version"
2425
}
2526
```
2627

0 commit comments

Comments
 (0)