Skip to content

Commit

Permalink
Merge pull request #483 from skedgo/bugfix/22764-catch-a-ride-regress…
Browse files Browse the repository at this point in the history
…ion-testing-fixes

[22764] Catch a ride regression testing fixes
  • Loading branch information
MichaelReyes authored Nov 26, 2024
2 parents f990e0a + efa739f commit b584682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ versions.qrCodeGenerator = "1.2.0"
versions.amplifyCore = "2.14.11"
versions.amplifyAuth = "1.2.0"
versions.desugar = "2.0.4"
versions.preference = "1.2.0"

ext.versions = versions

Expand All @@ -58,6 +59,7 @@ libs.javaxAnnotation = "javax.annotation:javax.annotation-api:$versions.javaxAnn
libs.instabug = "com.instabug.library:instabug:$versions.instabug"
libs.instabugInterceptor = "com.instabug.library:instabug-with-okhttp-interceptor:$versions.instabug"
libs.mockk = "io.mockk:mockk:$versions.mockk"
libs.preference = "androidx.preference:preference:$versions.preference"

// Support Library package
libs.supportAnnotations = "androidx.annotation:annotation:$versions.androidxVersion"
Expand Down

0 comments on commit b584682

Please sign in to comment.