Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Ebert committed Apr 11, 2017
1 parent 1e20d55 commit 91a4298
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {

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

#####3. Provide a callback activity
Expand Down
15 changes: 7 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
compileSdkVersion 24
buildToolsVersion '25.0.1'

defaultConfig {
minSdkVersion 15
targetSdkVersion 21
versionCode 3
versionName "1.1"
targetSdkVersion 24
versionCode 4
versionName "1.1.1"
}
}

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

compile 'com.sumup:merchant-api:1.1'
compile 'com.android.support:appcompat-v7:24.2.1'

compile 'com.sumup:merchant-api:1.1.1'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:2.3.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 15 18:10:15 CEST 2015
#Tue Apr 11 10:08:08 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit 91a4298

Please sign in to comment.