Skip to content

Commit 4407858

Browse files
Update app and publish infromation about new version: 1.8.3
1 parent 3f24b23 commit 4407858

7 files changed

+16
-8
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 1.8.3
4+
Update card provider algorithm
5+
36
## 1.8.1
47
Fix "connection error" on Android 4.4
58

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ SDK for Android Developers easing PayU payments platform integration. The SDK pr
1111
Older version of library (below 1.8.0) will stop working in August 2018,
1212
Bank web pages (Pay by links) are dropping support for Android < 4.4
1313

14+
15+
## Maintenance
16+
PayTouch SDK is in maintenance mode. If you would like to integrate with PayU payments please check new Mobile SDK: http://developers.payu.com/en/mobile_sdk.html
17+
18+
1419
# Table of Contents
1520

1621
* [Requiremnets](#requirements)
@@ -53,23 +58,23 @@ repositories {
5358
<dependency>
5459
<groupId>com.payu.android.sdk</groupId>
5560
<artifactId>payment-library-widget</artifactId>
56-
<version>1.8.1</version>
61+
<version>1.8.3</version>
5762
</dependency>
5863
<dependency>
5964
<groupId>com.payu.android.sdk</groupId>
6065
<artifactId>payment-library-full</artifactId>
61-
<version>1.8.1</version>
66+
<version>1.8.3</version>
6267
</dependency>
6368
</dependencies>
6469
```
6570

6671
```javascript
67-
compile('com.payu.android.sdk:payment-library-full:1.8.1') {
72+
compile('com.payu.android.sdk:payment-library-full:1.8.3') {
6873
exclude group: 'com.android.support', module: 'support-v4'
6974
exclude group: 'org.jetbrains', module: 'annotations'
7075
}
7176

72-
compile('com.payu.android.sdk:payment-library-widget:1.8.1') {
77+
compile('com.payu.android.sdk:payment-library-widget:1.8.3') {
7378
exclude group: 'com.android.support', module: 'support-v4'
7479
exclude group: 'org.jetbrains', module: 'annotations'
7580
}
@@ -186,7 +191,7 @@ In PayTouch we use Guava for Android like Google in newer support libraries so t
186191
}
187192
```
188193

189-
@Deprecated This should be fixed from version 1.8.1
194+
@Deprecated This should be fixed from version 1.8.3
190195

191196
**15. Temporary solution while releasing version from 1.7.0**
192197

@@ -199,6 +204,6 @@ When creating release app with proguard please add new dontwarn lines
199204
-dontwarn java.lang.ClassValue
200205
```
201206

202-
@Deprecated This should be fixed from version 1.8.1
207+
@Deprecated This should be fixed from version 1.8.3
203208

204209

302 KB
Binary file not shown.

docs/PayTouch_Android_v.1.8.3.pdf

326 KB
Binary file not shown.

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ buildscript {
1212
}
1313
}
1414
ext.libraries = [
15-
paytouch_full : 'com.payu.android.sdk:payment-library-full:1.8.1',
16-
paytouch_widget: 'com.payu.android.sdk:payment-library-widget:1.8.1',
15+
paytouch_full : 'com.payu.android.sdk:payment-library-full:1.8.3',
16+
paytouch_widget: 'com.payu.android.sdk:payment-library-widget:1.8.3',
1717
butterknife : 'com.jakewharton:butterknife:6.1.0',
1818
okhttp : 'com.squareup.okhttp:okhttp:2.3.0',
1919
timber : 'com.jakewharton.timber:timber:3.0.2',

0 commit comments

Comments
 (0)