Skip to content

Commit

Permalink
Merge pull request #31 from lemondark/release/v4.6.0
Browse files Browse the repository at this point in the history
release: v4.6.0发布
  • Loading branch information
ilovetochangetheworld authored Aug 28, 2023
2 parents 6e8a5bc + 4cd09ea commit 9684866
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed HttpDnsLibs/beacon-android-release-3.1.2-cover.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions HttpDnsSample/HTTPDNS_Android_v4.5.0a_release/build.gradle

This file was deleted.

Binary file not shown.
2 changes: 2 additions & 0 deletions HttpDnsSample/HTTPDNS_Android_v4.6.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.6.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 @@ -51,5 +51,5 @@ dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'androidx.room:room-rxjava2:2.1.0'
implementation 'androidx.room:room-rxjava2:2.2.0'
}
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.5.0'
ext.subVersionName = '4.6.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 9684866

Please sign in to comment.