Skip to content

Commit

Permalink
Update design support & lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelhubert committed Mar 7, 2017
1 parent 4e82d02 commit 274180a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ahbottomnavigation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/aurelhubert/ahbottomnavigation'
gitUrl = 'https://github.com/aurelhubert/ahbottomnavigation.git'

libraryVersion = '2.0.5'
libraryVersion = '2.0.6'

developerId = 'aurelhubert'
developerName = 'Aurelien Hubert'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 38
versionName "2.0.5"
versionCode 39
versionName "2.0.6"
}
buildTypes {
release {
Expand All @@ -43,7 +43,7 @@ android {
}

dependencies {
compile 'com.android.support:design:25.0.0'
compile 'com.android.support:design:25.2.0'
}

// Place it at the end of the file
Expand Down

0 comments on commit 274180a

Please sign in to comment.