Skip to content

Commit bb692a7

Browse files
committed
feat: Update README.md
1 parent 376bf95 commit bb692a7

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,16 @@ git checkout master
4040
```
4141
## 🍲 Screenshots
4242

43+
4344
<h4 align="center">
44-
<img src="docs/device.gif" width="20%" vspace="10" hspace="10">
45-
<img src="docs/edge_get.gif" width="70%" vspace="10" hspace="10">
45+
46+
Fruits | Detail |
47+
--- | --- |
48+
<img src="docs/fruits.png"> | <img src="docs/detail.png"> |
49+
50+
Device | Connect |
51+
--- | --- |
52+
<img src="docs/device.gif"> | <img src="docs/edge_get.gif"> |
4653

4754
## ✨ Contributing
4855
Please feel free to contact me or make a pull request.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ android {
2727
}
2828
}
2929
compileOptions {
30-
sourceCompatibility JavaVersion.VERSION_17
31-
targetCompatibility JavaVersion.VERSION_17
30+
sourceCompatibility JavaVersion.VERSION_1_8
31+
targetCompatibility JavaVersion.VERSION_1_8
3232
}
3333
kotlinOptions {
34-
jvmTarget = JavaVersion.VERSION_17
34+
jvmTarget = JavaVersion.VERSION_1_8
3535
}
3636
packagingOptions {
3737
jniLibs {

docs/detail.png

68.4 KB
Loading

docs/fruits.png

151 KB
Loading

0 commit comments

Comments
 (0)