diff --git a/app/build.gradle b/app/build.gradle index 191d7db4..bb851730 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { minSdkVersion 16 targetSdkVersion 29 - versionName "8.2" - versionCode = 199 + versionName "8.3" + versionCode = 200 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/200.txt b/fastlane/metadata/android/en-US/changelogs/200.txt new file mode 100644 index 00000000..60711415 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/200.txt @@ -0,0 +1,4 @@ +- Fixed various UI bugs on foldable Android devices +- Fixed connecting to a PC with multiple network connections +- Fixed overscan padding on Android TV 10 +- Fixed gamepad back buttons not working on the ASUS Tinker Board \ No newline at end of file