diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ecd851c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +### Required Information + +- card.io Android SDK Version: +- Android Version and Device (Motorola Droid Razr Maxx with Android 4.4.2, Samsung S7 with Android 6.0, etc...): + +### Issue Description +> Please include as many details (logs, steps to reproduce, screenshots) as you can to help us reproduce this issue faster. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb557e..9b07975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ card.io Android SDK change log and release notes ================================================ +5.3.2 +----- +* Fix issue where Android 23 and above devices would crash when the library's `.so` files were removed [PayPal-Android-SDK#279](https://github.com/paypal/PayPal-Android-SDK/issues/279). + 5.3.1 ----- * Fix issue where the camera was flipped when the app was backgrounded with card.io open [#118](https://github.com/card-io/card.io-Android-SDK/issues/118). -* Add proguard config to `aar` file [112](https://github.com/card-io/card.io-Android-SDK/issues/112), [#117](https://github.com/card-io/card.io-Android-SDK/issues/117). +* Add proguard config to `aar` file [#112](https://github.com/card-io/card.io-Android-SDK/issues/112), [#117](https://github.com/card-io/card.io-Android-SDK/issues/117). 5.3.0 ----- diff --git a/README.md b/README.md index 59ab963..9205079 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ All releases follow [semantic versioning](http://semver.org/). The latest version is available via `mavenCentral()`. Just add the following dependency: ``` -compile 'io.card:android-sdk:5.3.1' +compile 'io.card:android-sdk:5.3.2' ``` You can receive updates about new versions via a few different channels: @@ -46,7 +46,7 @@ A manual entry fallback mode is provided for devices that do not meet these requ ##### If you use gradle, then add the following dependency from `mavenCentral()`: ``` -compile 'io.card:android-sdk:5.3.1' +compile 'io.card:android-sdk:5.3.2' ``` ##### If you use something other than gradle, then: diff --git a/SampleApp/build.gradle b/SampleApp/build.gradle index 455f8ed..98d2e79 100644 --- a/SampleApp/build.gradle +++ b/SampleApp/build.gradle @@ -52,7 +52,7 @@ dependencies { if (parent != null) { compile project(':card.io') } else { - compile 'io.card:android-sdk:5.3.1' + compile 'io.card:android-sdk:5.3.2' } } diff --git a/aars/card.io-5.3.1.aar b/aars/card.io-5.3.2.aar similarity index 98% rename from aars/card.io-5.3.1.aar rename to aars/card.io-5.3.2.aar index d98b7fa..374dfeb 100644 Binary files a/aars/card.io-5.3.1.aar and b/aars/card.io-5.3.2.aar differ