diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 29fbebc6aa..68c426edbd 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 29
+ compileSdkVersion 30
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml
index 10ef80095c..7298c10137 100644
--- a/Source/Android/app/src/main/AndroidManifest.xml
+++ b/Source/Android/app/src/main/AndroidManifest.xml
@@ -73,7 +73,8 @@
+ android:theme="@style/DolphinEmulationBase"
+ android:preferMinimalPostProcessing="true"/>