Revert to older SDK

This commit is contained in:
Gymnasiast 2022-03-10 20:53:36 +01:00
parent 93cce0bbc4
commit 7ee515bd41
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId 'io.openrct2'
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 28
versionCode 2
versionName '0.3.5.1'

View File

@ -13,7 +13,8 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/AppTheme.Splash">
android:theme="@style/AppTheme.Splash"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:theme="@style/AppTheme.Splash"