Update the Android Gradle Plugin.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<meta-data android:name="SDL_ENV.SDL_IOS_ORIENTATIONS" android:value= "LandscapeLeft LandscapeRight" />
|
||||
::end::
|
||||
|
||||
<activity android:name="MainActivity" android:exported="true" android:launchMode="singleTask" android:label="::APP_TITLE::" android:configChanges="keyboardHidden|orientation|screenSize|screenLayout"::if (WIN_ORIENTATION=="portrait"):: android:screenOrientation="sensorPortrait"::end::::if (WIN_ORIENTATION=="landscape"):: android:screenOrientation="sensorLandscape"::end::>
|
||||
<activity android:name="MainActivity" android:launchMode="singleTask" android:label="::APP_TITLE::" android:configChanges="keyboardHidden|orientation|screenSize|screenLayout"::if (WIN_ORIENTATION=="portrait"):: android:screenOrientation="sensorPortrait"::end::::if (WIN_ORIENTATION=="landscape"):: android:screenOrientation="sensorLandscape"::end:: android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
|
||||
@@ -459,8 +459,8 @@ class AndroidPlatform extends PlatformTarget
|
||||
"android.permission.VIBRATE",
|
||||
"android.permission.ACCESS_NETWORK_STATE"
|
||||
]);
|
||||
context.ANDROID_GRADLE_VERSION = project.config.getString("android.gradle-version", "5.6.3");
|
||||
context.ANDROID_GRADLE_PLUGIN = project.config.getString("android.gradle-plugin", "3.5.1");
|
||||
context.ANDROID_GRADLE_VERSION = project.config.getString("android.gradle-version", "7.0.2");
|
||||
context.ANDROID_GRADLE_PLUGIN = project.config.getString("android.gradle-plugin", "7.0.1");
|
||||
|
||||
context.ANDROID_LIBRARY_PROJECTS = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user