Skip to content

Commit

Permalink
0.9.2 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok-Varma authored and Ashok-Varma committed Mar 20, 2016
1 parent 6edbdca commit 0d8992e
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.1'
compile project(':BottomNavigationBar')
compile project(':bottom-navigation-bar')
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ ext {
bintrayRepo = 'maven'
bintrayName = 'BottomNavigationBar'

publishedGroupId = 'com.ashokvarma'
publishedGroupId = 'com.ashokvarma.android'
libraryName = 'Bottom Navigation Bar'
artifact = 'BottomNavigationBar'
artifact = 'bottom-navigation-bar'

libraryDescription = 'Bottom navigation bars make it easy to explore and switch between top-level views in a single tap.'

siteUrl = 'https://github.com/Ashok-Varma/bottomnavigation'
gitUrl = 'https://github.com/Ashok-Varma/bottomnavigation.git'

libraryVersion = '0.9.0'
libraryVersion = '0.9.2'

developerId = 'Ashok-Varma'
developerName = 'Ashok Varma'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':BottomNavigationBar'
include ':app', ':bottom-navigation-bar'

0 comments on commit 0d8992e

Please sign in to comment.