Skip to content

Commit

Permalink
fix: #50 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeetaoGoooo committed Jul 17, 2024
1 parent 4c7f0a9 commit 67f15a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
Expand Down
3 changes: 2 additions & 1 deletion changelogs/2.0.1.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fix [#29](https://github.com/LeetaoGoooo/RSSAid/issues/29)
fix [#29](https://github.com/LeetaoGoooo/RSSAid/issues/29)
fix [#50](https://github.com/LeetaoGoooo/RSSAid/issues/50)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.1
version: 2.0.1+5

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 67f15a0

Please sign in to comment.