Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
Updated lib version
  • Loading branch information
pkleczko committed Aug 1, 2016
1 parent bd17569 commit 6979550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomGauge/build.gradle
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/pkleczko/CustomGauge'
gitUrl = 'https://github.com/pkleczko/CustomGauge.git'

libraryVersion = '1.0.2'
libraryVersion = '1.0.3'

developerId = 'pkleczko'
developerName = 'Pawel Kleczkowski'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Simple gauge view
}

<span class="pl-en">dependencies</span> {
compile <span class="pl-s"><span class="pl-pds">'</span>pl.pawelkleczkowski.customgauge:CustomGauge:1.0.1<span class="pl-pds">'</span></span>
compile <span class="pl-s"><span class="pl-pds">'</span>pl.pawelkleczkowski.customgauge:CustomGauge:1.0.3<span class="pl-pds">'</span></span>
}</pre></div>
* Add "pl.pawelkleczkowski.customgauge.CustomGauge" view in your layout (example below)
* Find CustomGauge view in your activity and use methods "setValue()" and "getValue()" to manage view
Expand Down

0 comments on commit 6979550

Please sign in to comment.