Target sdk 31

This commit is contained in:
Jarne Demeulemeester 2021-07-20 13:56:47 +02:00
parent 96a9de3e0d
commit 6236bc2f91
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5
2 changed files with 5 additions and 3 deletions

View file

@ -8,15 +8,16 @@ plugins {
} }
android { android {
compileSdkVersion 'android-S' compileSdkVersion 31
// Upgrade buildToolsVersion to 31.0.0 when Android Studio Arctic Fox is available
buildToolsVersion "30.0.3" buildToolsVersion "30.0.3"
defaultConfig { defaultConfig {
applicationId "dev.jdtech.jellyfin" applicationId "dev.jdtech.jellyfin"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 30 targetSdkVersion 31
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View file

@ -18,6 +18,7 @@
android:label="@string/title_activity_main" /> android:label="@string/title_activity_main" />
<activity <activity
android:name=".SetupActivity" android:name=".SetupActivity"
android:exported="true"
android:theme="@style/Theme.JellyfinSplashScreen" android:theme="@style/Theme.JellyfinSplashScreen"
android:windowSoftInputMode="adjustPan"> android:windowSoftInputMode="adjustPan">
<intent-filter> <intent-filter>