Skip to content

Commit

Permalink
update 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Altair <anastr244@gmail.com>
  • Loading branch information
anastr committed Feb 22, 2020
1 parent 907f71d commit c93b5e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/Twitter-@AnasAltairDent-blue.svg?style=flat)](http://twitter.com/AnasAltairDent)
Expand Down Expand Up @@ -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'
}
```
Expand All @@ -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>
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion speedviewlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())

group = 'com.github.anastr'
version = '1.5.0'
version = '1.5.2'

bintray {
user = properties.getProperty("bintray.user")
Expand Down

0 comments on commit c93b5e1

Please sign in to comment.