Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVersion to 30.

This commit is contained in:
Alex Ning
2020-09-12 14:58:07 +08:00
parent fc1b1ae585
commit 52ee70a57e
21 changed files with 140 additions and 36 deletions

View File

@@ -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"