We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078a918 commit 131933bCopy full SHA for 131933b
1 file changed
app/build.gradle
@@ -1,13 +1,13 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 22
5
- buildToolsVersion "22.0.1"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.1"
6
7
defaultConfig {
8
applicationId "com.lb.lollipopcontactsrecyclerviewfastscroller"
9
minSdkVersion 11
10
- targetSdkVersion 22
+ targetSdkVersion 23
11
versionCode 1
12
versionName "1.0"
13
}
@@ -21,6 +21,6 @@ android {
21
22
dependencies {
23
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'
+ compile 'com.android.support:recyclerview-v7:23.0.1'
+ compile 'com.android.support:appcompat-v7:23.0.1'
26
0 commit comments