Skip to content

Commit 291b150

Browse files
committed
2 parents c4248d3 + b58c114 commit 291b150

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1+
![](https://jitpack.io/v/safetysystemtechnology/android-shake-detector.svg)
2+
3+
14
# android-shake-detector
2-
Detect shaking of the device
5+
Detect shaking of the device
6+
7+
## Install
8+
Add the dependecy
9+
10+
```gradle
11+
allprojects {
12+
repositories {
13+
...
14+
maven { url 'https://jitpack.io' }
15+
}
16+
}
17+
18+
dependencies {
19+
compile 'com.github.safetysystemtechnology:android-shake-detector:v1.0'
20+
}
321
4-
# Install
5-
Todo
22+
```
623

724
## Add permissions in your AndroidManifest.xml
825
```xml

0 commit comments

Comments
 (0)