We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdc4dd commit 4bf3700Copy full SHA for 4bf3700
navigation/build.gradle
@@ -19,7 +19,7 @@ android {
19
minSdkVersion 16
20
targetSdkVersion 27
21
versionCode gitVersionCode()
22
- versionName "1.8.5"
+ versionName "1.8.6"
23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
24
}
25
@@ -45,7 +45,7 @@ publish {
45
userOrg = 'listenzz'
46
groupId = 'me.listenzz'
47
artifactId = 'navigation'
48
- publishVersion = '1.8.5'
+ publishVersion = '1.8.6'
49
desc = 'A library managing nested Fragment, StatusBar, Toolbar for Android.'
50
website = 'https://github.com/listenzz/AndroidNavigation'
51
0 commit comments