0.4.4.7 using Monero 0.18.3.1

This commit is contained in:
pokkst 2023-10-10 16:03:14 -05:00
parent 4bf9bf6ee2
commit 8bb0e773bf
No known key found for this signature in database
GPG key ID: 90C2ED85E67A50FF
2 changed files with 3 additions and 2 deletions

View file

@ -9,8 +9,8 @@ android {
applicationId "net.mynero.wallet"
minSdkVersion 21
targetSdkVersion 34
versionCode 40406
versionName "0.4.4.6 'Fluorine Fermi'"
versionCode 40407
versionName "0.4.4.7 'Fluorine Fermi'"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {

View file

@ -38,6 +38,7 @@
#include <ctime>
#include <iostream>
#include <stdexcept>
#include <cstdint>
// Public interface for libwallet library
namespace Monero {