Skip to content

Commit 4bf3700

Browse files
committed
bump version
1 parent dcdc4dd commit 4bf3700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

navigation/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
minSdkVersion 16
2020
targetSdkVersion 27
2121
versionCode gitVersionCode()
22-
versionName "1.8.5"
22+
versionName "1.8.6"
2323
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2424
}
2525

@@ -45,7 +45,7 @@ publish {
4545
userOrg = 'listenzz'
4646
groupId = 'me.listenzz'
4747
artifactId = 'navigation'
48-
publishVersion = '1.8.5'
48+
publishVersion = '1.8.6'
4949
desc = 'A library managing nested Fragment, StatusBar, Toolbar for Android.'
5050
website = 'https://github.com/listenzz/AndroidNavigation'
5151
}

0 commit comments

Comments
 (0)