Skip to content

Commit

Permalink
feat: v4.7.0版本提交
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahzzhang committed Oct 24, 2023
1 parent 9684866 commit 484fefc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions HttpDnsSample/HTTPDNS_Android_v4.6.0a_release/build.gradle

This file was deleted.

Binary file not shown.
2 changes: 2 additions & 0 deletions HttpDnsSample/HTTPDNS_Android_v4.7.0a_release/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('HTTPDNS_Android_v4.7.0a_release.aar'))
2 changes: 1 addition & 1 deletion HttpDnsSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = "1.3.72"

ext.subVersionName = '4.6.0'
ext.subVersionName = '4.7.0'
def versionArr = subVersionName.toString().split(/\D/)
ext.subVersionCode = Integer.valueOf(String.format('%d%02d%02d',
versionArr[0].toInteger(), versionArr[1].toInteger(), versionArr[2].toInteger()))
Expand Down

0 comments on commit 484fefc

Please sign in to comment.