File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ apply plugin: 'com.android.library'
22apply plugin : ' android-maven'
33
44android {
5- compileSdkVersion 22
6- buildToolsVersion " 21.1 .2"
5+ compileSdkVersion 23
6+ buildToolsVersion " 23.0 .2"
77
88 defaultConfig {
99 minSdkVersion 14
10- targetSdkVersion 22
10+ targetSdkVersion 23
1111 }
1212}
1313
1414dependencies {
15- compile ' com.android.support:appcompat-v7:22.1 .1'
15+ compile ' com.android.support:appcompat-v7:23.2 .1'
1616}
Original file line number Diff line number Diff line change 33
44 <!-- Background Drawable of View's -->
55 <attr name =" backgroundCompat" format =" reference" />
6- <!-- Drawable used to show image in ImageView. -->
7- <attr name =" srcCompat" format =" reference" />
86 <!-- Extra attribute for RippleDrawable, to add support of scroll containers -->
97 <attr name =" isInScrollContainer" format =" boolean" />
108
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 22
5- buildToolsVersion " 21.1 .2"
4+ compileSdkVersion 23
5+ buildToolsVersion " 23.0 .2"
66
77 defaultConfig {
88 applicationId " dreamers.sample"
99 minSdkVersion 14
10- targetSdkVersion 22
10+ targetSdkVersion 23
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -22,6 +22,6 @@ dependencies {
2222 compile project(' :app' )
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2424
25- compile ' com.android.support:cardview-v7:22.1 .1'
26- compile ' com.android.support:recyclerview-v7:22.1 .1'
25+ compile ' com.android.support:cardview-v7:23.2 .1'
26+ compile ' com.android.support:recyclerview-v7:23.2 .1'
2727}
You can’t perform that action at this time.
0 commit comments