Skip to content

Commit

Permalink
Update drop in dependencies to fix broken integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jul 24, 2024
1 parent 469c819 commit cf0745e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Drop-In/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ android {
dependencies {
// TODO: consider making this api in core to allow for PaymentType and other @IntDef / @StringDef constants to work for merchants
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
implementation 'androidx.fragment:fragment:1.7.1'
implementation 'androidx.lifecycle:lifecycle-runtime:2.7.0'

api deps.braintreeCore
api deps.threeDSecure
Expand Down Expand Up @@ -102,8 +102,8 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.fragment:fragment-testing:1.3.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.fragment:fragment-testing:1.7.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'org.mockito:mockito-core:5.2.0'
}

Expand Down

0 comments on commit cf0745e

Please sign in to comment.