Skip to content

Commit

Permalink
Update gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelhubert committed Dec 19, 2018
1 parent c3f21fb commit baf2ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.0'
libraryVersion = '2.3.0'

developerId = 'aurelhubert'
developerName = 'Aurelien Hubert'
Expand All @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 41
versionName "2.2.0"
versionCode 42
versionName "2.3.0"
}
buildTypes {
release {
Expand Down

0 comments on commit baf2ec7

Please sign in to comment.