Skip to content

Commit

Permalink
update Butterknife to 8.2.1 and move all of the compile link toversio…
Browse files Browse the repository at this point in the history
…n.gradle ,more clearly compile architect
  • Loading branch information
ProgrammerAnthony committed Oct 11, 2016
1 parent e672d6c commit 6f16734
Show file tree
Hide file tree
Showing 145 changed files with 2,399 additions and 1,671 deletions.
27 changes: 27 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions ThirdPart/SegmentControl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}

buildTypes {
release {
minifyEnabled false
Expand All @@ -20,6 +21,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile "junit:junit:$rootProject.junitVersion"
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
testCompile deps.jUnit
compile deps.appcompatV7
}
16 changes: 8 additions & 8 deletions ThirdPart/ShareSDK/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}
buildTypes {
release {
Expand All @@ -20,8 +20,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile "junit:junit:$rootProject.junitVersion"
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
testCompile deps.jUnit
compile deps.appcompatV7
compile files('libs/MobCommons-2016.0707.1708.jar')
compile files('libs/MobTools-2016.0707.1708.jar')
compile files('libs/ShareSDK-Core-2.7.4.jar')
Expand Down
16 changes: 8 additions & 8 deletions ThirdPart/SlidingMenu/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}
buildTypes {
release {
Expand All @@ -20,6 +20,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile "junit:junit:$rootProject.junitVersion"
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
testCompile deps.jUnit
compile deps.appcompatV7
}
16 changes: 8 additions & 8 deletions ThirdPart/ViewPagerIndicator/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}
buildTypes {
release {
Expand All @@ -20,6 +20,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile "junit:junit:$rootProject.junitVersion"
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
testCompile deps.jUnit
compile deps.appcompatV7
}
16 changes: 8 additions & 8 deletions ThirdPart/citypicker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}
buildTypes {
release {
Expand All @@ -20,6 +20,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile "junit:junit:$rootProject.junitVersion"
compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
testCompile deps.jUnit
compile deps.appcompatV7
}
14 changes: 7 additions & 7 deletions ThirdPart/sweetDialog/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}
buildTypes {
release {
Expand All @@ -21,6 +21,6 @@ android {

dependencies {
//Material Design Progress Bar
compile "com.pnikosis:materialish-progress:$rootProject.materialishProgressVersion"
compile deps.materialishProgress
}

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public final class BuildConfig {
public static final String APPLICATION_ID = "cn.pedant.SweetAlert.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public final class BuildConfig {
public static final String APPLICATION_ID = "cn.pedant.SweetAlert";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package cn.pedant.SweetAlert;

public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "cn.pedant.SweetAlert";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = -1;
public static final String VERSION_NAME = "";
}
Loading

0 comments on commit 6f16734

Please sign in to comment.