Skip to content

Commit

Permalink
Merge branch 'release/4.3-beta3'
Browse files Browse the repository at this point in the history
  • Loading branch information
yukuku committed Aug 25, 2015
2 parents 76efe4a + 08d09b2 commit bba05a8
Show file tree
Hide file tree
Showing 94 changed files with 1,393 additions and 1,005 deletions.
8 changes: 4 additions & 4 deletions ATree/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 14
targetSdkVersion 22
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
}

compileOptions {
Expand Down
10 changes: 4 additions & 6 deletions Afw/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode 1
versionName "1.0"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
}

compileOptions {
Expand Down
244 changes: 0 additions & 244 deletions Afw/src/main/java/yuku/afw/rpc/AsyncRequest.java

This file was deleted.

8 changes: 0 additions & 8 deletions Afw/src/main/java/yuku/afw/rpc/BaseData.java

This file was deleted.

39 changes: 0 additions & 39 deletions Afw/src/main/java/yuku/afw/rpc/Headers.java

This file was deleted.

Loading

0 comments on commit bba05a8

Please sign in to comment.