Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Jan 11, 2018
1 parent e62eb51 commit af1dbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

##### 2. Add the dependency to a module
```groovy
compile 'com.sumup:merchant-api:1.3.0'
compile 'com.sumup:merchant-api:1.3.1'
```

##### 3. Make a payment
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionCode 4
versionName "1.3.0"
versionName "1.3.1"
}
}

dependencies {
compile 'com.android.support:appcompat-v7:24.2.1'

compile 'com.sumup:merchant-api:1.3.0'
compile 'com.sumup:merchant-api:1.3.1'
}

0 comments on commit af1dbdc

Please sign in to comment.