Skip to content

Commit

Permalink
Merge pull request #32 from lemondark/release/v4.7.0
Browse files Browse the repository at this point in the history
Release/v4.7.0
  • Loading branch information
ilovetochangetheworld authored Oct 27, 2023
2 parents 9684866 + 892d640 commit 3d954fd
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 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/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/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
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 3d954fd

Please sign in to comment.