File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 23.0.0 "
5+ buildToolsVersion " 23.0.1 "
66
77 defaultConfig {
88 applicationId " com.turingtechnologies.materialscrollbardemo"
Original file line number Diff line number Diff line change 1313 siteUrl = ' https://github.com/krimin-killr21/MaterialScrollBar'
1414 gitUrl = ' https://github.com/krimin-killr21/MaterialScrollBar.git'
1515
16- libraryVersion = ' 3.0.1 '
16+ libraryVersion = ' 3.0.2 '
1717
1818 developerId = ' krimin-killr21'
1919 developerName = ' Turing Technologies'
@@ -26,20 +26,20 @@ ext {
2626
2727android {
2828 compileSdkVersion 23
29- buildToolsVersion " 23.0.0 "
29+ buildToolsVersion " 23.0.1 "
3030
3131 defaultConfig {
3232 minSdkVersion 7
3333 targetSdkVersion 23
34- versionCode 5
35- versionName " 3.0.1 "
34+ versionCode 6
35+ versionName " 3.0.2 "
3636 }
3737}
3838
3939dependencies {
4040 compile fileTree(include : [' *.jar' ], dir : ' libs' )
4141 compile ' com.nineoldandroids:library:2.4.0'
42- compile ' com.android.support:recyclerview-v7:23.0.0 '
42+ compile ' com.android.support:recyclerview-v7:23.0.1 '
4343 compile ' org.apache.commons:commons-lang3:3.4'
4444}
4545
You can’t perform that action at this time.
0 commit comments