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 27, 2023
1 parent 484fefc commit 892d640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HttpDnsSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(path: ':HTTPDNS_Android_v4.5.0a_release')
implementation project(path: ':HTTPDNS_Android_v4.7.0a_release')
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down
2 changes: 1 addition & 1 deletion HttpDnsSample/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':HTTPDNS_Android_v4.5.0a_release'
include ':HTTPDNS_Android_v4.7.0a_release'
include ':app'
rootProject.name = "dnsTest"

0 comments on commit 892d640

Please sign in to comment.