bump to v1.7.2

This commit is contained in:
Craig Raw 2024-01-10 09:09:46 +02:00
parent e23abf8100
commit 9f1a444c90
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Hummingbird requires a minimum of Java 8.
Hummingbird is hosted in Maven Central and can be added as a dependency with the following: Hummingbird is hosted in Maven Central and can be added as a dependency with the following:
``` ```
implementation('com.sparrowwallet:hummingbird:1.7.1') implementation('com.sparrowwallet:hummingbird:1.7.2')
``` ```
## Usage ## Usage

View file

@ -16,7 +16,7 @@ apply plugin: 'com.bmuschko.nexus'
archivesBaseName = 'hummingbird' archivesBaseName = 'hummingbird'
group 'com.sparrowwallet' group 'com.sparrowwallet'
version '1.7.1' version '1.7.2'
repositories { repositories {
mavenCentral() mavenCentral()