Skip to content

Commit

Permalink
rollback tf lite to version 2.11 to allow using minSdkVersion 19
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainDario committed Jan 10, 2024
1 parent 0535ea2 commit c3a2f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ android {
}

defaultConfig {
minSdkVersion 26
minSdkVersion 19
}
}


dependencies {
def tflite_version = "2.12.0"
def tflite_version = "2.11.0"

implementation("org.tensorflow:tensorflow-lite:${tflite_version}")
implementation("org.tensorflow:tensorflow-lite-gpu:${tflite_version}")
Expand Down

2 comments on commit c3a2f05

@andresgd7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can someone explain the reason of this please?

@nogipx
Copy link

@nogipx nogipx commented on c3a2f05 Mar 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Please sign in to comment.