11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 23 .0.2"
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.2"
66
77 defaultConfig {
88 applicationId " io.jasonyang.taskqueue.example"
99 minSdkVersion 14
10- targetSdkVersion 23
10+ targetSdkVersion 25
1111 versionCode 1
1212 versionName " 1.0.0"
13+ vectorDrawables. useSupportLibrary = true
1314 }
1415 buildTypes {
1516 release {
@@ -27,11 +28,19 @@ dependencies {
2728 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2829 compile project(' :library' )
2930
30- compile ' com.android.support:appcompat-v7:23.3.0'
31- compile ' com.android.support:design:23.3.0'
32- compile ' com.android.support:cardview-v7:23.3.0'
33- compile ' com.github.tianzhijiexian:CommonAdapter:1.1.8@aar'
34- compile ' com.github.tianzhijiexian:CommonAdapter-Fake-DataBinding:1.0.1@aar'
31+ compile ' com.android.support:support-compat:25.1.0@aar'
32+ compile ' com.android.support:support-core-utils:25.1.0@aar'
33+ compile ' com.android.support:support-core-ui:25.1.0@aar'
34+ compile ' com.android.support:support-media-compat:25.1.0@aar'
35+ compile ' com.android.support:support-fragment:25.1.0@aar'
36+
37+ compile ' com.android.support:support-vector-drawable:25.1.0@aar'
38+ compile ' com.android.support:animated-vector-drawable:25.1.0@aar'
39+
40+ compile ' com.android.support:appcompat-v7:25.1.0@aar'
41+ compile ' com.android.support:design:25.1.0@aar'
42+ compile ' com.android.support:cardview-v7:25.1.0@aar'
43+ compile ' com.github.tianzhijiexian:CommonAdapter:1.1.9@aar'
3544
3645 testCompile ' junit:junit:4.12'
3746}
0 commit comments