Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
Merge pull request #410 from dreautall/develop
  • Loading branch information
dreautall authored Jun 23, 2024
2 parents 98eefc3 + bbd0a2a commit 68d3453
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
<certificates src="user" />
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/324.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Hotfix to enable non-HTTPS hosts again
4 changes: 2 additions & 2 deletions fastlane/metadata/android/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=1.0.5
versionCode=322
versionName=1.0.6
versionCode=324
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: waterflyiii
description: WaterFly III, a mobile client for Firefly III
publish_to: 'none'

version: 1.0.5
version: 1.0.6

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 68d3453

Please sign in to comment.