Skip to content

Commit 275daea

Browse files
committed
Update to Haveno v1.4.0
1 parent 9f4d8e9 commit 275daea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Manta.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- CHANGE THESE -->
1616
<ApplicationTitle>Haveno</ApplicationTitle>
1717
<ApplicationId>com.haveno</ApplicationId>
18-
<DaemonUrl>https://github.com/atsamd21/haveno/releases/download/v1.3.0</DaemonUrl>
18+
<DaemonUrl>https://github.com/atsamd21/haveno/releases/download/v1.4.0</DaemonUrl>
1919
<Network>XMR_STAGENET</Network>
2020
<HavenoAppName>haveno-dev</HavenoAppName>
2121
<SimplexLink>https://smp4.simplex.im/g#hr4lvFeBmndWMKTwqiodPz3VBo_6UmdGWocXd1SupsM</SimplexLink>
@@ -24,7 +24,7 @@
2424
<!-- CHANGE THESE -->
2525

2626
<!-- Versions -->
27-
<ApplicationDisplayVersion>1.0.4</ApplicationDisplayVersion>
27+
<ApplicationDisplayVersion>1.0.5</ApplicationDisplayVersion>
2828
<ApplicationVersion>1</ApplicationVersion>
2929

3030
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>

Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="600002">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="600003">
33
<application android:allowBackup="true" android:icon="@mipmap/appiconfg" android:supportsRtl="true" android:requestLegacyExternalStorage="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true">
44
<provider
55
android:name="androidx.core.content.FileProvider"

0 commit comments

Comments
 (0)