mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 23:50:02 +00:00
0.4.4.7 using Monero 0.18.3.1
This commit is contained in:
parent
4bf9bf6ee2
commit
8bb0e773bf
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include <ctime>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <cstdint>
|
||||
|
||||
// Public interface for libwallet library
|
||||
namespace Monero {
|
||||
|
|
Loading…
Reference in a new issue