Skip to content

Commit ccc60a2

Browse files
committed
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents 6167a27 + 9ffd3db commit ccc60a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Minimum Device Requirements:
22

3-
- iOS: iOS 14.0 or higher
3+
- Android 9 or higher
44

55
## Configuration
66

@@ -16,6 +16,9 @@ Add the following keys for camera usage:
1616
android:required="false" />
1717
<uses-permission android:name="android.permission.INTERNET" />
1818
<uses-permission android:name="android.permission.CAMERA" />
19+
<!-- Optional: To detect device orientation when prompting to position phone correctly-->
20+
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" />
21+
<uses-feature android:name="android.hardware.sensor.gyroscope" android:required="false" />
1922
```
2023

2124
### 2. Add jitpack and Install KinesteX SDK framework

0 commit comments

Comments
 (0)