Skip to content

Commit

Permalink
classpath 'com.android.tools.build:gradle:3.0.0'
Browse files Browse the repository at this point in the history
gradle-4.1
appcompat-v7:26.1.0
compileSdkVersion 26
  • Loading branch information
zj565061763 committed Nov 22, 2017
1 parent f468b81 commit 8f12168
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
compileSdkVersion 26
defaultConfig {
applicationId "com.fanwe.www.switchbutton"
minSdkVersion 15
Expand All @@ -24,6 +23,6 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.fanwe.android:libCore:1.0.69'
compile 'com.github.zj565061763:libcore:1.0.98'
compile project(':lib')
}
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,6 +16,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
maven { url 'https://jitpack.io' }
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 05 09:24:53 CST 2017
#Wed Nov 22 13:19:05 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
10 changes: 4 additions & 6 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.zj565061763'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"

compileSdkVersion 26
defaultConfig {
minSdkVersion 15
targetSdkVersion 22
versionCode 20171109
versionName "1.0.16"
versionCode 20171122
versionName "1.0.17"
}
buildTypes {
release {
Expand All @@ -27,7 +25,7 @@ android {
}

dependencies {
provided 'com.android.support:support-v4:25.2.0'
provided 'com.android.support:support-v4:26.1.0'
}

// 指定编码
Expand Down

0 comments on commit 8f12168

Please sign in to comment.