Skip to content

Commit

Permalink
Merge pull request #149 from tobexyz/prepareRelease4.3.1
Browse files Browse the repository at this point in the history
release 4.3.1
  • Loading branch information
tobexyz authored Jan 11, 2025
2 parents 27bac23 + 8298df9 commit 1b49b39
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/40301.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Version 4.3.1
- reduced log level of classes implementing the upnp stack
- fixed bug in landscape layout of AVTransport player


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="40400"
android:versionName="4.4.0-SNAPSHOT">
android:versionCode="40301"
android:versionName="4.3.1">

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

0 comments on commit 1b49b39

Please sign in to comment.