Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Nov 9, 2017
1 parent 6b7291b commit e62eb51
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.2.0'
compile 'com.sumup:merchant-api:1.3.0'
```

##### 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.2.0"
versionName "1.3.0"
}
}

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

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

0 comments on commit e62eb51

Please sign in to comment.