Skip to content

Commit

Permalink
Documentation improving
Browse files Browse the repository at this point in the history
  • Loading branch information
paroca72 committed Mar 6, 2018
1 parent ebeab56 commit 5d9a843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add the dependency
```java
dependencies {
...
compile 'com.github.paroca72:sc-gauges:3.0.1'
compile 'com.github.paroca72:sc-gauges:3.0.2'
}
```
<br />
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
versionCode 410
versionName '3.0.1'
versionCode 420
versionName '3.0.2'
}
buildTypes {
release {
Expand Down

0 comments on commit 5d9a843

Please sign in to comment.