Skip to content

Commit

Permalink
升级 gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchaosong committed Oct 29, 2018
1 parent 7247018 commit 8cdb058
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Gradle
```groovy
dependencies{
compile 'com.github.wenchaosong:Banner:2.2.3'
compile 'com.github.wenchaosong:Banner:2.2.5'
}
```
或者引用本地lib
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion "28.0.2"

defaultConfig {
applicationId "com.test"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.2.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 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 @@
#Tue May 22 13:53:45 CST 2018
#Mon Oct 29 16:15:28 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
2 changes: 1 addition & 1 deletion rollbanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.wenchaosong'
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
buildToolsVersion "28.0.2"

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit 8cdb058

Please sign in to comment.