Skip to content

Commit

Permalink
2.0.4 Bump up Support Libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok-Varma committed Dec 18, 2017
1 parent eda6cf4 commit cc35eb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
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>2.0.3</version>
<version>2.0.4</version>
<type>pom</type>
</dependency>
```
or Gradle:
```groovy
compile 'com.ashokvarma.android:bottom-navigation-bar:2.0.3'
compile 'com.ashokvarma.android:bottom-navigation-bar:2.0.4'
```
or Ivy:
```xml
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='2.0.3'>
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='2.0.4'>
<artifact name='$AID' ext='pom'/>
</dependency>
```
Expand Down Expand Up @@ -74,5 +74,5 @@ limitations under the License.
[wikiLink]: https://github.com/Ashok-Varma/BottomNavigation/wiki
[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/2.0.3/bottom-navigation-bar-2.0.3.aar
[mavenAarDownload]: https://repo1.maven.org/maven2/com/ashokvarma/android/bottom-navigation-bar/2.0.4/bottom-navigation-bar-2.0.4.aar
[mavenLatestJarDownload]: https://search.maven.org/remote_content?g=com.ashokvarma.android&a=bottom-navigation-bar&v=LATEST
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.1.51'
ext.kotlin_version = '1.2.10'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-rc1'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Expand Up @@ -20,10 +20,10 @@ org.gradle.jvmargs=-Xmx3072m


# Change Travis when these is changed.
ANDROID_COMPILE_SDK_VERSION=26
ANDROID_BUILD_TOOLS_VERSION=26.0.2
ANDROID_BUILD_TARGET_SDK_VERSION=26
ANDROID_COMPILE_SDK_VERSION=27
ANDROID_BUILD_TOOLS_VERSION=27.0.2
ANDROID_BUILD_TARGET_SDK_VERSION=27
ANDROID_MIN_SDK_VERSION=14
APP_VERSION_NAME=2.0.3
APP_VERSION_CODE=14
ANDROID_SUPPORT_LIBRARY_VERSION=26.1.0
APP_VERSION_NAME=2.0.4
APP_VERSION_CODE=15
ANDROID_SUPPORT_LIBRARY_VERSION=27.0.2

0 comments on commit cc35eb7

Please sign in to comment.