Skip to content

Commit

Permalink
prepare release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobexyz committed Jan 1, 2024
1 parent 65bf155 commit 12422ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 4.0.3
- yaacc content directory: fixed exception if duration of media file in media store is not parsable

https://github.com/tobexyz/yaacc-code/compare/4.0.2...4.0.3
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="40003"
android:versionName="4.0.3">

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

0 comments on commit 12422ae

Please sign in to comment.