Skip to content

Commit

Permalink
Merge pull request #38 from lemondark/release/v4.9.2
Browse files Browse the repository at this point in the history
feat: v4.9.2
  • Loading branch information
ilovetochangetheworld authored Jul 30, 2024
2 parents b133d93 + fdd8dec commit 9a7b084
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.9.1a_release/build.gradle

This file was deleted.

Binary file not shown.
2 changes: 2 additions & 0 deletions HttpDnsSample/HTTPDNS_Android_v4.9.2a_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.9.2a_release.aar'))
2 changes: 1 addition & 1 deletion HttpDnsSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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.9.1a_release')
implementation project(path: ':HTTPDNS_Android_v4.9.2a_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.9.1'
ext.subVersionName = '4.9.2'
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.9.1a_release'
include ':HTTPDNS_Android_v4.9.2a_release'
include ':app'
rootProject.name = "dnsTest"

0 comments on commit 9a7b084

Please sign in to comment.