Skip to content

Commit 6876eef

Browse files
authored
Merge pull request #293 from sidhijakpat/main
migrate from TensorFlow Lite to LiteRT for 16 KB page size support
2 parents 2540b76 + cab7f70 commit 6876eef

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,8 @@ example/object_detection_ssd_mobilenet/assets/models/ssd_mobilenet.tflite
8282

8383
**/assets/models/**
8484
**/assets/models/!README
85-
**/assets/models/.gitkeep
85+
**/assets/models/.gitkeep
86+
87+
# FVM Version Cache
88+
.fvm/
89+
.fvmrc

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ android {
5151
}
5252

5353
compileOptions {
54-
sourceCompatibility JavaVersion.VERSION_1_8
55-
targetCompatibility JavaVersion.VERSION_1_8
54+
sourceCompatibility JavaVersion.VERSION_11
55+
targetCompatibility JavaVersion.VERSION_11
5656
}
5757

5858
defaultConfig {

0 commit comments

Comments
 (0)