mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-18 12:38:58 +00:00
a654f72f62
This provides an API to access `Configuration` state for the application without having to make deep copies of the large `Configuration` struct. This should avoid the need for Winit to create a global static copy of the Configuration whenever it changes - and instead it can just get a `ConfigurationRef` which will always reflect the latest config for the application. Fixes: #5
19 lines
680 B
XML
19 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
<component name="GradleSettings">
|
|
<option name="linkedExternalProjectsSettings">
|
|
<GradleProjectSettings>
|
|
<option name="testRunner" value="GRADLE" />
|
|
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="modules">
|
|
<set>
|
|
<option value="$PROJECT_DIR$" />
|
|
<option value="$PROJECT_DIR$/app" />
|
|
</set>
|
|
</option>
|
|
</GradleProjectSettings>
|
|
</option>
|
|
</component>
|
|
</project> |