Skip to content

Commit

Permalink
升级gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ccclll1990 committed Sep 9, 2021
1 parent b852f53 commit f47fe56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
classpath 'com.android.tools.build:gradle:4.0.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
13 changes: 13 additions & 0 deletions ysumenglibs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
*.iml
.gradle
/.gradle
/.idea
.idea
/local.properties
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
.svn
/app/build
/app/app.iml

0 comments on commit f47fe56

Please sign in to comment.