-
-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anas Altair <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Dynamic Speedometer, Gauge for Android. **amazing**, **powerful**, and _multi sh | |
Library Size just ~ 47 KB. | ||
|
||
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SpeedView-blue.svg?style=true)](https://android-arsenal.com/details/1/4169) | ||
[![Gitter](https://badges.gitter.im/AnasTr/SpeedView.svg)](https://gitter.im/AnasTr/SpeedView?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) | ||
[![API](https://img.shields.io/badge/API-+11-red.svg?style=flat)](#) | ||
[![Bintray](https://img.shields.io/bintray/v/anastr/maven/SpeedView.svg?color=green)](https://bintray.com/anastr/maven/SpeedView) | ||
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/AnasAltairDent) | ||
|
@@ -52,7 +53,7 @@ add this line to `build.gradle` **app module level**: | |
apply plugin: 'kotlin-android' | ||
... | ||
dependencies { | ||
implementation 'com.github.anastr:speedviewlib:1.5.0' | ||
implementation 'com.github.anastr:speedviewlib:1.5.2' | ||
} | ||
``` | ||
|
@@ -63,7 +64,7 @@ for **maven** | |
<dependency> | ||
<groupId>com.github.anastr</groupId> | ||
<artifactId>speedviewlib</artifactId> | ||
<version>1.5.0</version> | ||
<version>1.5.2</version> | ||
<type>pom</type> | ||
</dependency> | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters