Skip to content

Commit

Permalink
Make this a non-breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
awush-stripe committed Jun 14, 2022
1 parent 69cf12b commit 2a13488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stripecardscan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies {
api project(":stripe-core")
implementation project(":camera-core")

// Allow the user to specify their own version of Tensorflow Lite to include
runtimeOnly project(":stripecardscan-tflite")
compileOnly "org.tensorflow:tensorflow-lite:2.8.0"
// If a user wants to use their own TFLite implementation, they can exclude this dependency
// explicitly in their gradle dependency.
implementation project(":stripecardscan-tflite")

implementation "androidx.appcompat:appcompat:$androidxAppcompatVersion"
implementation "androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion"
Expand Down

0 comments on commit 2a13488

Please sign in to comment.