Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adyen-git-manager committed Nov 9, 2017
1 parent 083e292 commit 8e166ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ This README provides the usage manual for the SDK itself. For the full documenta
To integrate the Adyen SDK into your project, import the **core**, **utils** and **ui** module by adding the following lines to your build.gradle file.

```
compile 'com.adyen.checkout:core:1.11.0'
compile 'com.adyen.checkout:utils:1.11.0'
compile 'com.adyen.checkout:ui:1.11.0'
compile 'com.adyen.checkout:cardscan:1.11.0'
compile 'com.adyen.checkout:core:1.12.0'
compile 'com.adyen.checkout:utils:1.12.0'
compile 'com.adyen.checkout:ui:1.12.0'
compile 'com.adyen.checkout:cardscan:1.12.0'
```

> For implementing Custom integration, only the **core** module is required. However, you might also want to include the **utils** module to use Adyen's utility methods such as Luhn check, credit card type detection, etc.
Expand Down
12 changes: 6 additions & 6 deletions adyen-ui/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<string name="pay_with_amount">Payer %1$s</string>
<string name="cardholder_name">Titulaire de la carte</string>
<string name="title_payment_methods">Méthodes de paiement</string>
<string name="title_verify_card">Vérifiez votre carte</string>
<string name="cvc_extended_hint_with_last_digits">Entrez votre CVC code pour %1$s s\'il vous plaît</string>
<string name="title_verify_card">Vérifier votre carte</string>
<string name="cvc_extended_hint_with_last_digits">Entrer votre CVC pour %1$s s\'il vous plaît</string>
<string name="expiry_date">Date d\'expiration</string>
<string name="hint_expiry_date">MM/AA</string>
<string name="remember_card_hint">Se souvenir de ma carte</string>
<string name="title_card_details">Détails de paiement</string>
<string name="preferred_payment_methods_label">Votre méthodes the paiement</string>
<string name="remember_card_hint">Sauvegarder ma carte</string>
<string name="title_card_details">Détails du paiement</string>
<string name="preferred_payment_methods_label">Vos moyens de paiements</string>
<string name="other_payment_methods_label">Autre méthode de paiement</string>
</resources>
</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ext {

minSdkVersion = 16
targetSdkVersion = 25
versionCode = 14
versionName = "1.11.1"
versionCode = 15
versionName = "1.12.0"

release_debuggable = false
release_minifyEnabled = false
Expand Down
8 changes: 4 additions & 4 deletions checkoutdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
})
compile "com.android.support:appcompat-v7:${rootProject.supportLibVersion}"
testCompile "junit:junit:${rootProject.jUnitVersion}"
compile 'com.adyen.checkout:core:1.11.0'
compile 'com.adyen.checkout:ui:1.11.0'
compile 'com.adyen.checkout:utils:1.11.0'
compile 'com.adyen.checkout:cardscan:1.11.0'
compile 'com.adyen.checkout:core:1.12.0'
compile 'com.adyen.checkout:ui:1.12.0'
compile 'com.adyen.checkout:utils:1.12.0'
compile 'com.adyen.checkout:cardscan:1.12.0'
}

0 comments on commit 8e166ef

Please sign in to comment.