Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Update sdk version and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Jul 23, 2016
1 parent e0e247b commit 40111f9
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 25 deletions.
9 changes: 5 additions & 4 deletions android-advancedrecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.1"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 24
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
Expand All @@ -37,5 +38,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:recyclerview-v7:24.1.1'
}
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.1"

defaultConfig {
applicationId "com.hippo.nimingban"
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 24
versionCode 42
versionName "1.2.28"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -70,15 +70,15 @@ dependencies {
compile project(':swipebacklayout')
compile project(':yorozuya')
compile 'com.alibaba:fastjson:1.1.52.android'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.github.seven332:drawerLayout:0.1.0'
compile 'com.github.seven332:image:0.1.8-jpeg-png-gif'
compile 'com.github.seven332:image:0.1.12'
compile 'com.github.seven332:refreshlayout:0.1.0'
compile 'com.github.seven332:ripple:0.1.1'
compile 'com.github.seven332:unifile:0.1.3'
compile 'com.github.seven332:unifile:0.1.4'
compile 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
compile 'org.greenrobot:greendao:2.2.0'
compile 'org.jsoup:jsoup:1.9.1'
compile 'org.jsoup:jsoup:1.9.2'
}
2 changes: 1 addition & 1 deletion beerbelly
Submodule beerbelly updated 1 files
+4 −4 build.gradle
2 changes: 1 addition & 1 deletion conaco
Submodule conaco updated 1 files
+5 −5 build.gradle
2 changes: 1 addition & 1 deletion easyrecyclerview
Submodule easyrecyclerview updated 1 files
+6 −5 build.gradle
9 changes: 5 additions & 4 deletions photoview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.1"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 24
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
Expand All @@ -36,5 +37,5 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:support-v4:23.3.0"
compile "com.android.support:support-v4:24.1.1"
}
9 changes: 5 additions & 4 deletions swipebacklayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.1"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 24
versionCode 1
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
Expand All @@ -37,5 +38,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile "com.android.support:support-v4:23.3.0"
compile "com.android.support:support-v4:24.1.1"
}
2 changes: 1 addition & 1 deletion yorozuya
Submodule yorozuya updated 1 files
+5 −5 build.gradle

0 comments on commit 40111f9

Please sign in to comment.