diff --git a/jitpack.yml b/jitpack.yml index 393c6cf..9d608e6 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -2,4 +2,4 @@ before_install: - git lfs pull install: - FILE="-Dfile=lib/build/outputs/aar/lib-release.aar" - - mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.7.3 -Dpackaging=aar -DgeneratePom=true + - mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.8.0 -Dpackaging=aar -DgeneratePom=true diff --git a/lib/build/outputs/aar/lib-debug.aar b/lib/build/outputs/aar/lib-debug.aar index a36163a..4dd2914 100644 Binary files a/lib/build/outputs/aar/lib-debug.aar and b/lib/build/outputs/aar/lib-debug.aar differ diff --git a/lib/build/outputs/aar/lib-release.aar b/lib/build/outputs/aar/lib-release.aar index b093a61..f1ab6ee 100644 Binary files a/lib/build/outputs/aar/lib-release.aar and b/lib/build/outputs/aar/lib-release.aar differ diff --git a/pom.xml b/pom.xml index 590c4ce..9b53aa9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,5 +5,5 @@ 4.0.0 com.group.module wnfs-android - 1.7.3 + 1.8.0 diff --git a/wnfslib/Cargo.toml b/wnfslib/Cargo.toml index 9ee5f0c..8fb6378 100644 --- a/wnfslib/Cargo.toml +++ b/wnfslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfslib-android" -version = "1.7.3" +version = "1.8.0" edition = "2021" [lib] @@ -9,7 +9,7 @@ crate-type = ["cdylib", "staticlib"] [dependencies] wnfs = {git= "https://github.com/wnfs-wg/rs-wnfs.git", tag="wnfs-v0.1.22"} -wnfsutils = { git = "https://github.com/functionland/wnfs-utils.git", tag = "v1.0.4" } +wnfsutils = { git = "https://github.com/functionland/wnfs-utils.git", tag = "v1.1.3" } libipld = { version = "0.16", features = ["dag-cbor", "derive", "serde-codec"] } anyhow = "1.0.66" serde = "1.0.149"