Skip to content

Commit

Permalink
Remove dependency to RxJava (stripe#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
brnunes-stripe authored Jul 21, 2021
1 parent 4251ee3 commit eee877a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions paymentsheet-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
// Integration with observables
implementation "androidx.compose.runtime:runtime-livedata:$composeVersion"
implementation "androidx.compose.runtime:runtime-rxjava2:$composeVersion"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down Expand Up @@ -92,4 +91,4 @@ android {
kotlinCompilerVersion = "$kotlinVersion"
kotlinCompilerExtensionVersion "$composeVersion"
}
}
}
1 change: 0 additions & 1 deletion paymentsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
// Integration with observables
implementation "androidx.compose.runtime:runtime-livedata:$composeVersion"
implementation "androidx.compose.runtime:runtime-rxjava2:$composeVersion"

testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:3.11.2"
Expand Down

0 comments on commit eee877a

Please sign in to comment.