Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Release 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed Dec 9, 2015
1 parent 3f77ace commit 051df3f
Show file tree
Hide file tree
Showing 52 changed files with 26 additions and 190 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ The PayPal Android SDK makes it easy to add PayPal and credit card payments to m
- [Moving to PayPal Android SDK 2.0](#moving-to-paypal-android-sdk-20)
- [Next Steps](#next-steps)

## Setup

The PayPal Android SDK is now available at [Maven Repository](https://repo1.maven.org/maven2/com/paypal/sdk/paypal-android-sdk/). The latest version is available via `mavenCentral()`. Just add the following dependency from `mavenCentral()`:

```
compile 'com.paypal.sdk:paypal-android-sdk:2.12.3'
```


## Use Cases

Expand Down
8 changes: 6 additions & 2 deletions SampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ buildscript {
}
}

repositories {
mavenCentral()
}

apply plugin: 'com.android.application'

android {
Expand Down Expand Up @@ -50,5 +54,5 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
compile('com.paypal.sdk:paypal-android-sdk:2.12.3')
}
Binary file removed SampleApp/libs/PayPalAndroidSDK-2.12.1.jar
Binary file not shown.
94 changes: 0 additions & 94 deletions SampleApp/paypal-proguard.cnf

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed SampleApp/src/main/jniLibs/mips/libcardioDecider.so
Binary file not shown.
Binary file removed SampleApp/src/main/jniLibs/x86/libcardioDecider.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed SampleApp/src/main/jniLibs/x86/libopencv_core.so
Binary file not shown.
Binary file removed SampleApp/src/main/jniLibs/x86/libopencv_imgproc.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed SampleApp/src/main/jniLibs/x86_64/libopencv_core.so
Binary file not shown.
Binary file not shown.
Binary file added aars/PayPalAndroidSDK-2.12.3.aar
Binary file not shown.
Binary file removed libs/PayPalAndroidSDK-2.12.1.jar
Binary file not shown.
Binary file removed libs/arm64-v8a/libcardioDecider.so
Binary file not shown.
Binary file removed libs/arm64-v8a/libcardioRecognizer.so
Binary file not shown.
Binary file removed libs/arm64-v8a/libcardioRecognizer_tegra2.so
Binary file not shown.
Binary file removed libs/arm64-v8a/libopencv_core.so
Binary file not shown.
Binary file removed libs/arm64-v8a/libopencv_imgproc.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libcardioDecider.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libcardioRecognizer.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libcardioRecognizer_tegra2.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libopencv_core.so
Binary file not shown.
Binary file removed libs/armeabi-v7a/libopencv_imgproc.so
Binary file not shown.
Binary file removed libs/armeabi/libcardioDecider.so
Binary file not shown.
Binary file removed libs/mips/libcardioDecider.so
Binary file not shown.
Binary file removed libs/x86/libcardioDecider.so
Binary file not shown.
Binary file removed libs/x86/libcardioRecognizer.so
Binary file not shown.
Binary file removed libs/x86/libcardioRecognizer_tegra2.so
Binary file not shown.
Binary file removed libs/x86/libopencv_core.so
Binary file not shown.
Binary file removed libs/x86/libopencv_imgproc.so
Binary file not shown.
Binary file removed libs/x86_64/libcardioDecider.so
Binary file not shown.
Binary file removed libs/x86_64/libcardioRecognizer.so
Binary file not shown.
Binary file removed libs/x86_64/libcardioRecognizer_tegra2.so
Binary file not shown.
Binary file removed libs/x86_64/libopencv_core.so
Binary file not shown.
Binary file removed libs/x86_64/libopencv_imgproc.so
Binary file not shown.
94 changes: 0 additions & 94 deletions paypal-proguard.cnf

This file was deleted.

12 changes: 12 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
PayPal Android SDK release notes
================================

2.12.3
-----
* SDK is now available at Maven Central
* `com.paypal.sdk:paypal-android-sdk:2.12.3`
* Fixes #14
* Fixes #208

2.12.2
------
* Enabled aar packaging
* Ability to push to maven

2.12.1
------
* Fix bug introduced in 2.12.0 that caused older devices to fail prematurely.
Expand Down

0 comments on commit 051df3f

Please sign in to comment.