Skip to content

Commit

Permalink
Version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
manijshrestha committed Sep 1, 2016
1 parent 80d6ce6 commit b27f9f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DotProgressBar
Custom Dot progress bar.
Custom Dot progress bar.

[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
![SDK](https://img.shields.io/badge/SDK-15%2B-green.svg)
Expand All @@ -15,3 +15,20 @@ Join our online chat at [![Gitter](https://badges.gitter.im/metagalactic.svg)](h
**Screen capture of the view:**

<img src="https://github.com/metagalactic/DotProgressBar/blob/master/dotprogressbar.gif" width="250" />

License
-------

Copyright Manij Shrestha & Manjunath Chandrashekar 2016

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 1 addition & 1 deletion dotprogressbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionName "1.0.0"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionName "1.0.0"
}

buildTypes {
Expand Down

0 comments on commit b27f9f1

Please sign in to comment.