Skip to content

Commit ae3d68b

Browse files
committed
7.0.1
1 parent d4104c9 commit ae3d68b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/krimin-killr21/MaterialScrollBar'
1414
gitUrl = 'https://github.com/krimin-killr21/MaterialScrollBar.git'
1515

16-
libraryVersion = '7.0.0'
16+
libraryVersion = '7.0.1'
1717

1818
developerId = 'krimin-killr21'
1919
developerName = 'Turing Technologies'
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
minSdkVersion 7
3333
targetSdkVersion 23
34-
versionCode 13
35-
versionName "7.0.0"
34+
versionCode 14
35+
versionName "7.0.1"
3636
}
3737
}
3838

@@ -44,4 +44,4 @@ dependencies {
4444
}
4545

4646
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
47-
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
47+
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'

0 commit comments

Comments
 (0)