From 52ee70a57e988eb1cd3c6018a954278323e523ce Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 12 Sep 2020 14:58:07 +0800 Subject: Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVersion to 30. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 0b2364f9..a5656d80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 43 versionName "4.0.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" -- cgit v1.2.3