diff --git a/app/build.gradle b/app/build.gradle index 356cb4ef..e6af800c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 16 targetSdkVersion 30 - versionName "9.9.1" - versionCode = 261 + versionName "9.9.2" + versionCode = 262 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/262.txt b/fastlane/metadata/android/en-US/changelogs/262.txt new file mode 100644 index 00000000..270dbd9f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/262.txt @@ -0,0 +1,3 @@ +- Fixed an issue that could cause increased audio latency on some connections +- Fixed incorrect native resolution on some devices running Android 5.1 or older +- Fixed an issue that could cause persistent video artifacts when streaming 4K after periods of packet loss \ No newline at end of file