Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjamal104 committed Aug 17, 2021
2 parents 685c3d2 + fbf4ee0 commit 7df7cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To add library in your gradle project follow the steps below:
2. Add the dependency
```groovy
dependencies {
def sdk_Version = '1.0.1'
def sdk_Version = '1.0.2'
implementation "com.github.openMF:mifos-android-sdk-arch:$sdk_Version"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
rxJavaVersion = '1.1.4'
rxAndroidVersion = '1.1.0'

fineractClientVersion = '2.0.2'
fineractClientVersion = '2.0.3'
}

allprojects {
Expand Down

0 comments on commit 7df7cdb

Please sign in to comment.