diff --git a/app/build.gradle b/app/build.gradle index 0f2f26a0..e521435f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdk 16 targetSdk 33 - versionName "10.8" - versionCode = 287 + versionName "10.8.1" + versionCode = 288 // Generate native debug symbols to allow Google Play to symbolicate our native crashes ndk.debugSymbolLevel = 'FULL' diff --git a/fastlane/metadata/android/en-US/changelogs/288.txt b/fastlane/metadata/android/en-US/changelogs/288.txt new file mode 100644 index 00000000..08da21d3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/288.txt @@ -0,0 +1,2 @@ +- Fixed streaming from hosts running Sunshine +- Updated community contributed translations from Weblate \ No newline at end of file