Skip to content

Commit

Permalink
Merge pull request #110 from XDagger/develop_ssyijiu
Browse files Browse the repository at this point in the history
Updated gradle to 3.6.0
  • Loading branch information
ssyijiu authored Nov 13, 2022
2 parents d0df8da + 3c5fe3e commit 0085c38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ fastlane/readme.md

app/xdagwallt.jks
*.DS_store
app/release
app/release

*/.cxx
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.6.4'
classpath "com.jakewharton:butterknife-gradle-plugin:${butterknife_version}"
classpath 'com.liulishuo.okcheck:gradle:0.1.8'
}
Expand Down
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sat Nov 12 17:35:22 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 0085c38

Please sign in to comment.