Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Jul 1, 2022
1 parent f142f8d commit eacaa19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/x-library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ configurations.each { configuration ->

configurations.all {
resolutionStrategy.force deps.okhttp3
//总是拉取最新的 build 版本
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}

// 这里需要修改包名
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import java.util.regex.Matcher
import java.util.regex.Pattern

def build_versions = [:]
build_versions.version_code = 42
build_versions.version_name = "3.0.4"
build_versions.version_code = 43
build_versions.version_name = "3.0.5"
build_versions.min_sdk = 19
build_versions.target_sdk = 32
build_versions.build_tools = "32.0.0"
Expand Down

0 comments on commit eacaa19

Please sign in to comment.