Skip to content

Commit 2e898cc

Browse files
authored
Merge pull request #24 from TapPay/google-pay/updrage_play_services_wallet_lib_for_google_pay
Google pay/updrage play services wallet lib for google pay
2 parents 4de88cb + d17d722 commit 2e898cc

File tree

16 files changed

+9
-9
lines changed

16 files changed

+9
-9
lines changed

DirectPayExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId 'tech.cherri.directpayexample'
14-
minSdkVersion 18
14+
minSdkVersion 19
1515
targetSdkVersion 31
1616
versionCode 15
1717
versionName "2.3.1"
296 Bytes
Binary file not shown.

EasyWalletExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId 'tech.cherri.easywalletexample'
14-
minSdkVersion 18
14+
minSdkVersion 19
1515
targetSdkVersion 31
1616
versionCode 15
1717
versionName "2.3.1"
295 Bytes
Binary file not shown.

GooglePayExample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId 'tech.cherri.payment.google'
14-
minSdkVersion 18
14+
minSdkVersion 19
1515
targetSdkVersion 31
1616
versionCode 15
1717
versionName "2.3.1"
@@ -37,5 +37,5 @@ dependencies {
3737
exclude group: 'com.android.support', module: 'support-annotations'
3838
})
3939
implementation 'androidx.appcompat:appcompat:1.0.0'
40-
implementation 'com.google.android.gms:play-services-wallet:16.0.0'
40+
implementation 'com.google.android.gms:play-services-wallet:19.3.0'
4141
}
295 Bytes
Binary file not shown.

JkosPayExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212

1313
defaultConfig {
1414
applicationId 'tech.cherri.jkospayexample'
15-
minSdkVersion 18
15+
minSdkVersion 19
1616
targetSdkVersion 31
1717
versionCode 15
1818
versionName "2.3.1"

JkosPayExample/app/libs/tpdirect.aar

295 Bytes
Binary file not shown.

LinePayExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111

1212
defaultConfig {
1313
applicationId 'tech.cherri.linepayexample'
14-
minSdkVersion 18
14+
minSdkVersion 19
1515
targetSdkVersion 31
1616
versionCode 15
1717
versionName "2.3.1"

LinePayExample/app/libs/tpdirect.aar

295 Bytes
Binary file not shown.

PiWalletExample/app/libs/tpdirect.aar

295 Bytes
Binary file not shown.

PlusPayExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77

88
defaultConfig {
99
applicationId "tech.cherri.pluspayexample"
10-
minSdk 18
10+
minSdk 19
1111
targetSdk 31
1212
versionCode 1
1313
versionName "1.0"

PlusPayExample/app/libs/tpdirect.aar

295 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ JSON string For example:
100100
2. Add dependencies into your app's **build.gradle**
101101
```
102102
compile 'com.android.support:appcompat-v7:24.1.1'
103-
compile 'com.google.android.gms:play-services-wallet:16.0.0'
103+
implementation 'com.google.android.gms:play-services-wallet:19.3.0'
104104
```
105105
3. Add below metadata in AndroidManifest.xml
106106
```xml

SamsungPayExample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
buildToolsVersion "28.0.3"
1212
defaultConfig {
1313
applicationId "tech.cherri.samsungpayexample"
14-
minSdkVersion 18
14+
minSdkVersion 19
1515
targetSdkVersion 31
1616
versionCode 15
1717
versionName "2.3.1"
295 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)