Skip to content

Commit

Permalink
1.2.2 build push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok Varma authored and Ashok Varma committed May 31, 2016
1 parent 5a21484 commit 4826f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ Download [the latest JAR][mavenAarDownload] or grab via Maven:
<dependency>
<groupId>com.ashokvarma.android</groupId>
<artifactId>bottom-navigation-bar</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<type>pom</type>
</dependency>
```
or Gradle:
```groovy
compile 'com.ashokvarma.android:bottom-navigation-bar:1.2.1'
compile 'com.ashokvarma.android:bottom-navigation-bar:1.2.2'
```
or Ivy:
```xml
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='1.2.1'>
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='1.2.2'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down Expand Up @@ -204,5 +204,5 @@ limitations under the License.

[googlePlayStoreLink]: https://play.google.com/store/apps/details?id=com.ashokvarma.bottomnavigation.sample
[googlePage]: https://www.google.com/design/spec/components/bottom-navigation.html
[mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.2.1/bottom-navigation-bar-1.2.1.aar
[mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.2.2/bottom-navigation-bar-1.2.2.aar
[mavenLatestJarDownload]: https://search.maven.org/remote_content?g=com.ashokvarma.android&a=bottom-navigation-bar&v=LATEST
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ANDROID_BUILD_TOOLS_VERSION=23.0.3
ANDROID_BUILD_TARGET_SDK_VERSION=23
ANDROID_BUILD_MIN_SDK_VERSION=14

APP_VERSION_NAME = 1.2.1
APP_VERSION_CODE = 4
APP_VERSION_NAME = 1.2.2
APP_VERSION_CODE = 5

ANDROID_SUPPORT_LIBRARY_VERSION = 23.4.0
ANDROID_PLAY_SERVICES_VERSION = 8.4.0

0 comments on commit 4826f70

Please sign in to comment.