Skip to content

Commit 4e05c25

Browse files
authored
Update README.md
1 parent db23c5f commit 4e05c25

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

README.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Project consists of 2 parts: GpsAccelerationKalmanFusion (AAR module) and 2 help
99
[Our site](https://gps.maddevs.io/en/)
1010

1111

12-
[![](https://jitpack.io/v/maddevsio/mad-location-manager.svg)](https://jitpack.io/#maddevsio/mad-location-manager)
1312
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1413

1514
## How can mad-location-manager help you to get location more accurately
@@ -18,52 +17,9 @@ This module helps to increase GPS coordinates accuracy and smooth "jumps" from t
1817

1918
## How to install
2019

21-
### Gradle
22-
23-
1. Add it in your root build.gradle at the end of repositories:
24-
25-
```
26-
allprojects {
27-
repositories {
28-
...
29-
maven { url 'https://jitpack.io' }
30-
}
31-
}
32-
```
33-
34-
2. Add the dependency:
35-
36-
```
37-
dependencies {
38-
compile 'com.github.maddevsio:mad-location-manager:0.1.0'
39-
}
40-
```
41-
42-
### Maven
20+
Use last version from link below (jitpack):
4321

44-
1. Add the JitPack repository to your build file:
45-
46-
47-
```
48-
<repositories>
49-
<repository>
50-
<id>jitpack.io</id>
51-
<url>https://jitpack.io</url>
52-
</repository>
53-
</repositories>
54-
```
55-
56-
2. Add the dependency:
57-
58-
```
59-
<dependency>
60-
<groupId>com.github.maddevsio</groupId>
61-
<artifactId>mad-location-manager</artifactId>
62-
<version>0.1.0</version>
63-
</dependency>
64-
```
65-
66-
###
22+
[![](https://jitpack.io/v/maddevsio/mad-location-manager.svg)](https://jitpack.io/#maddevsio/mad-location-manager)
6723

6824
## The roadmap
6925
### Visualizer

0 commit comments

Comments
 (0)