Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Version bump 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
catacraciun committed Apr 11, 2022
1 parent d54d30e commit f999b7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ No need to clone the repository or download any files -- just add this line to y


```groovy
implementation 'com.mangopay.android.sdk:card-registration-library:1.2.1'
implementation 'com.mangopay.android.sdk:card-registration-library:1.2.2'
```

And the final step is to use one of the following lines in your `app/build.gradle` dependencies:

```groovy
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation(name:'card-registration-library-1.2.1', ext:'aar')
implementation 'com.mangopay.android.sdk:card-registration-library:1.2.1@aar'
implementation(name:'card-registration-library-1.2.2', ext:'aar')
implementation 'com.mangopay.android.sdk:card-registration-library:1.2.2@aar'
```

### Eclipse
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}

group = 'com.mangopay'
version = '1.2.1'
version = '1.2.2'

task sourceJar(type: Jar, dependsOn: classes) {
archiveClassifier.set('sources')
Expand Down
2 changes: 1 addition & 1 deletion mangopay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 10
targetSdkVersion 30
versionCode 4
versionName "1.2.1"
versionName "1.2.2"
}
buildTypes {
release {
Expand Down

0 comments on commit f999b7a

Please sign in to comment.