mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Revert to older SDK
This commit is contained in:
@@ -6,7 +6,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId 'io.openrct2'
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 31
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 2
|
||||
versionName '0.3.5.1'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user