Skip to content

Commit

Permalink
gradle版本修改为4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alidili committed Jan 24, 2018
1 parent 14cb81e commit 940a7de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .idea/modules.xml

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

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.yang.flowlayout"
minSdkVersion 15
targetSdkVersion 26
versionCode 12
versionName "1.2"
versionCode 13
versionName "1.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
google()
maven { url "https://jitpack.io" }
}
}

Expand Down
4 changes: 2 additions & 2 deletions flowlayoutlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
versionCode 12
versionName "1.2"
versionCode 13
versionName "1.3"
}
buildTypes {
release {
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 @@
#Mon Dec 28 10:00:20 PST 2015
#Mon Jan 22 15:36:22 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit 940a7de

Please sign in to comment.