Skip to content

Commit 131933b

Browse files
committed
Update Sdk and buildTools versions
Update to compileSdkVersion/targetSdkVersion 23 Update to buildToolsVersion 23.0.1
1 parent 078a918 commit 131933b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 22
5-
buildToolsVersion "22.0.1"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.1"
66

77
defaultConfig {
88
applicationId "com.lb.lollipopcontactsrecyclerviewfastscroller"
99
minSdkVersion 11
10-
targetSdkVersion 22
10+
targetSdkVersion 23
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:recyclerview-v7:21.0.3'
25-
compile 'com.android.support:appcompat-v7:21.0.3'
24+
compile 'com.android.support:recyclerview-v7:23.0.1'
25+
compile 'com.android.support:appcompat-v7:23.0.1'
2626
}

0 commit comments

Comments
 (0)