Target sdk 31
This commit is contained in:
parent
96a9de3e0d
commit
6236bc2f91
2 changed files with 5 additions and 3 deletions
|
@ -8,15 +8,16 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 'android-S'
|
||||
compileSdkVersion 31
|
||||
// Upgrade buildToolsVersion to 31.0.0 when Android Studio Arctic Fox is available
|
||||
buildToolsVersion "30.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "dev.jdtech.jellyfin"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 31
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionName "1.0.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
android:label="@string/title_activity_main" />
|
||||
<activity
|
||||
android:name=".SetupActivity"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.JellyfinSplashScreen"
|
||||
android:windowSoftInputMode="adjustPan">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue