Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Oct 2, 2020
1 parent ab03dd2 commit 6532b72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
SAF-Kotlin-log
===

Version 2.5.2
---
2020-10-03
* 更新 Kotlin 版本至 1.4.10 以及 Kotlin Coroutines 版本

Version 2.5.1
---
2020-07-30
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
}

compileOptions {
sourceCompatibility = "1.7"
targetCompatibility = "1.7"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
}

lintOptions {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ task clean(type: Delete) {
}

tasks.getByPath(":app:lint").enabled = false
//tasks.getByPath(":app:mergeDexDebug ").enabled = false
tasks.getByPath(":ndklog:externalNativeBuildCleanDebug").enabled = false
tasks.getByPath(":ndklog:externalNativeBuildCleanRelease").enabled = false
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-5.6-all.zip

0 comments on commit 6532b72

Please sign in to comment.