Update TFLite nightly version code with SNAPSHOT.

PiperOrigin-RevId: 353806465
Change-Id: I5b7a1b23778bbf9cafa107fd98e4d86582fb7135
This commit is contained in:
Xunkai Zhang 2021-01-25 23:20:11 -08:00 committed by TensorFlower Gardener
parent 93ce00cc5b
commit 9a7c419389

View File

@ -53,8 +53,8 @@ dependencies {
implementation 'com.android.support:support-v13:25.2.0'
// Build off of nightly TensorFlow Lite
implementation('org.tensorflow:tensorflow-lite:0.0.0-nightly') { changing = true }
implementation('org.tensorflow:tensorflow-lite-gpu:0.0.0-nightly') { changing = true }
implementation 'org.tensorflow:tensorflow-lite:0.0.0-nightly-SNAPSHOT'
implementation 'org.tensorflow:tensorflow-lite-gpu:0.0.0-nightly-SNAPSHOT'
// Use local TensorFlow library
// implementation 'org.tensorflow:tensorflow-lite-local:0.0.0'
}