Skip to content

Commit

Permalink
1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok-Varma committed Mar 18, 2017
1 parent 1495204 commit 4c14da3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.3.0</version>
<version>1.4.1</version>
<type>pom</type>
</dependency>
```
or Gradle:
```groovy
compile 'com.ashokvarma.android:bottom-navigation-bar:1.3.0'
compile 'com.ashokvarma.android:bottom-navigation-bar:1.4.1'
```
or Ivy:
```xml
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='1.3.0'>
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='1.4.1'>
<artifact name='$AID' ext='pom'></artifact>
</dependency>
```
Expand Down Expand Up @@ -73,5 +73,5 @@ limitations under the License.
[wikiLink]: https://github.com/Ashok-Varma/BottomNavigation/wiki/Usage
[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.3.0/bottom-navigation-bar-1.3.0.aar
[mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/1.4.1/bottom-navigation-bar-1.4.1.aar
[mavenLatestJarDownload]: https://search.maven.org/remote_content?g=com.ashokvarma.android&a=bottom-navigation-bar&v=LATEST
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ org.gradle.jvmargs=-Xmx3072m

# Change Travis when these is changed.
ANDROID_BUILD_SDK_VERSION=24
ANDROID_BUILD_TOOLS_VERSION=24.0.2
ANDROID_BUILD_TOOLS_VERSION=25.0.0
ANDROID_BUILD_TARGET_SDK_VERSION=24
ANDROID_BUILD_MIN_SDK_VERSION=14

APP_VERSION_NAME = 1.3.1
APP_VERSION_CODE = 7
APP_VERSION_NAME = 1.4.1
APP_VERSION_CODE = 8

ANDROID_SUPPORT_LIBRARY_VERSION = 24.2.1
ANDROID_SUPPORT_LIBRARY_VERSION = 25.3.0
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Sep 29 00:56:26 IST 2016
#Sat Mar 18 21:34:12 IST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit 4c14da3

Please sign in to comment.