Skip to content

Commit 0647a24

Browse files
committed
Update support library to 23.0.1
1 parent 484d460 commit 0647a24

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.0"
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
applicationId "com.turingtechnologies.materialscrollbardemo"

lib/build.gradle

Lines changed: 5 additions & 5 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 = '3.0.1'
16+
libraryVersion = '3.0.2'
1717

1818
developerId = 'krimin-killr21'
1919
developerName = 'Turing Technologies'
@@ -26,20 +26,20 @@ ext {
2626

2727
android {
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

3939
dependencies {
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

0 commit comments

Comments
 (0)