We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4248d3 + b58c114 commit 291b150Copy full SHA for 291b150
README.md
@@ -1,8 +1,25 @@
1
+
2
+
3
4
# android-shake-detector
-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
21
-# Install
-Todo
22
+```
23
24
## Add permissions in your AndroidManifest.xml
25
```xml
0 commit comments