Skip to content

Commit

Permalink
Merge pull request #85 from tobexyz/feat/prepare_release
Browse files Browse the repository at this point in the history
prepare release 4.0.2
  • Loading branch information
tobexyz authored Oct 8, 2023
2 parents c9b1716 + 67132f2 commit 883759f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Version 4.0.2
- fixed crashes on sharing content with the app
- now open player tab when sharing content with the app

https://github.com/tobexyz/yaacc-code/compare/4.0.1...4.0.2
4 changes: 2 additions & 2 deletions yaacc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="40100"
android:versionName="4.1.0-SNAPSHOT">
android:versionCode="40002"
android:versionName="4.0.2">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down

0 comments on commit 883759f

Please sign in to comment.