Skip to content

Commit

Permalink
Increase build number up to 285 and FFI lib version up to v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanilcenko committed Jan 29, 2024
1 parent 088a45d commit 7e113e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ buildscript {
ext.lifecycle_version = '2.6.2'

// build & version
ext.buildNumber = 284
ext.buildNumber = 285
ext.versionNumber = "0.25.0"

// JNI libs
ext.libwalletHostURL = "https://github.com/tari-project/tari/releases/download/"
ext.libwalletVersion = "v1.0.0-rc.2"
ext.libwalletVersion = "v1.0.0-rc.3"
ext.libwalletx64A = "libminotari_wallet_ffi.android_x86_64.a"
ext.libwalletArmA = "libminotari_wallet_ffi.android_aarch64.a"
ext.libwalletHeader = "libminotari_wallet_ffi.h"
Expand Down

0 comments on commit 7e113e0

Please sign in to comment.