mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 14:45:07 +01:00
7ad2e11705
This commit adds the Services API and implements some services. It also changes the name of the application to Skyline and replaces the icon.
52 lines
3.3 KiB
XML
52 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="JavadocGenerationManager">
|
|
<option name="OUTPUT_DIRECTORY" value="$PROJECT_DIR$/../LightSwitchEXTRA/JDoc" />
|
|
<option name="OPTION_SCOPE" value="private" />
|
|
</component>
|
|
<component name="NullableNotNullManager">
|
|
<option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
|
|
<option name="myDefaultNotNull" value="androidx.annotation.NonNull" />
|
|
<option name="myNullables">
|
|
<value>
|
|
<list size="12">
|
|
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
|
|
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
|
|
<item index="2" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" />
|
|
<item index="3" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
|
|
<item index="4" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
|
|
<item index="5" class="java.lang.String" itemvalue="androidx.annotation.Nullable" />
|
|
<item index="6" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNullable" />
|
|
<item index="7" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.Nullable" />
|
|
<item index="8" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableDecl" />
|
|
<item index="9" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableType" />
|
|
<item index="10" class="java.lang.String" itemvalue="android.annotation.Nullable" />
|
|
<item index="11" class="java.lang.String" itemvalue="com.android.annotations.Nullable" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
<option name="myNotNulls">
|
|
<value>
|
|
<list size="11">
|
|
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
|
|
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
|
|
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
|
|
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
|
|
<item index="4" class="java.lang.String" itemvalue="androidx.annotation.NonNull" />
|
|
<item index="5" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNonNull" />
|
|
<item index="6" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.NonNull" />
|
|
<item index="7" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullDecl" />
|
|
<item index="8" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullType" />
|
|
<item index="9" class="java.lang.String" itemvalue="android.annotation.NonNull" />
|
|
<item index="10" class="java.lang.String" itemvalue="com.android.annotations.NonNull" />
|
|
</list>
|
|
</value>
|
|
</option>
|
|
</component>
|
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
|
</component>
|
|
<component name="ProjectType">
|
|
<option name="id" value="Android" />
|
|
</component>
|
|
</project> |