diff --git a/LRecyclerview_library/LRecyclerview_library.iml b/LRecyclerview_library/LRecyclerview_library.iml index 0200fc7..9bc0fef 100644 --- a/LRecyclerview_library/LRecyclerview_library.iml +++ b/LRecyclerview_library/LRecyclerview_library.iml @@ -93,17 +93,18 @@ - - - - - - - - - - - + + + + + + + + + + + + @@ -118,32 +119,33 @@ - + - - + - - - + + + + - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/LRecyclerview_library/build.gradle b/LRecyclerview_library/build.gradle index 24d75d0..65baf22 100644 --- a/LRecyclerview_library/build.gradle +++ b/LRecyclerview_library/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' android { - compileSdkVersion 24 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.0" defaultConfig { minSdkVersion 14 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 1 versionName "1.0" @@ -27,8 +27,8 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:appcompat-v7:25.0.0' testCompile 'junit:junit:4.12' - compile 'com.android.support:recyclerview-v7:24.2.0' - compile 'com.android.support:design:24.2.0' + compile 'com.android.support:recyclerview-v7:25.0.0' + compile 'com.android.support:design:25.0.0' } diff --git a/app/app.iml b/app/app.iml index fee3324..7960093 100644 --- a/app/app.iml +++ b/app/app.iml @@ -92,18 +92,19 @@ - - - - - - - - - - - - + + + + + + + + + + + + + @@ -123,36 +124,37 @@ - + - - + - - - + + + + - + - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 68a050c..cd3fa0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.0" defaultConfig { applicationId "com.lzx.demo" minSdkVersion 14 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 1 versionName "1.0" @@ -27,10 +27,10 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:appcompat-v7:25.0.0' testCompile 'junit:junit:4.12' - compile 'com.android.support:design:24.2.0' - compile 'com.android.support:cardview-v7:24.2.0' + compile 'com.android.support:design:25.0.0' + compile 'com.android.support:cardview-v7:25.0.0' compile 'com.github.bumptech.glide:glide:3.7.0' compile project(path: ':LRecyclerview_library') compile 'com.nineoldandroids:library:2.4.0'