Skip to content

Commit

Permalink
Remove unecessary old play services version from drop-in (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed May 15, 2024
1 parent 23d0b2c commit ec77bad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0-alpha03'
implementation 'androidx.cardview:cardview:1.0.0'

implementation 'com.google.android.gms:play-services-wallet:16.0.1'
implementation 'com.squareup.retrofit:retrofit:1.9.0'
implementation 'io.card:android-sdk:5.5.1'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ private GooglePayRequest getGooglePayRequest() {
.setTotalPriceStatus(WalletConstants.TOTAL_PRICE_STATUS_FINAL)
.build());
googlePayRequest.setEmailRequired(true);
googlePayRequest.setCountryCode("BR");
return googlePayRequest;
}

Expand Down
1 change: 0 additions & 1 deletion Drop-In/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ dependencies {
api 'com.braintreepayments:card-form:5.4.0'

implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.gms:play-services-wallet:16.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
Expand Down

0 comments on commit ec77bad

Please sign in to comment.