parent
15878b8d4c
commit
2d757bb01d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
#Fri Oct 11 11:55:11 CST 2024
|
#Tue Dec 17 09:57:40 CST 2024
|
||||||
gradle.version=8.7
|
gradle.version=7.5
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="CompilerConfiguration">
|
<component name="CompilerConfiguration">
|
||||||
<bytecodeTargetLevel target="17" />
|
<bytecodeTargetLevel target="11" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -1,10 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="deploymentTargetDropDown">
|
<component name="deploymentTargetDropDown">
|
||||||
<value>
|
<targetSelectedWithDropDown>
|
||||||
<entry key="app">
|
<Target>
|
||||||
<State />
|
<type value="QUICK_BOOT_TARGET" />
|
||||||
</entry>
|
<deviceKey>
|
||||||
</value>
|
<Key>
|
||||||
|
<type value="VIRTUAL_DEVICE_PATH" />
|
||||||
|
<value value="D:\AndroidSDK\android_AVD\.android\avd\Pixel_3_API_28.avd" />
|
||||||
|
</Key>
|
||||||
|
</deviceKey>
|
||||||
|
</Target>
|
||||||
|
</targetSelectedWithDropDown>
|
||||||
|
<timeTargetWasSelectedWithDropDown value="2024-12-17T02:13:55.317212900Z" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -1,6 +1,38 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module version="4">
|
<module external.linked.project.id=":app:androidTest" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.type="sourceSet" type="JAVA_MODULE" version="4">
|
||||||
<component name="SonarLintModuleSettings">
|
<component name="FacetManager">
|
||||||
<option name="uniqueId" value="e40e55c6-f36f-4471-8391-991dbde1e13c" />
|
<facet type="android" name="Android">
|
||||||
|
<configuration>
|
||||||
|
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
||||||
|
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
|
||||||
|
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
|
||||||
|
<afterSyncTasks>
|
||||||
|
<task>generateDebugSources</task>
|
||||||
|
</afterSyncTasks>
|
||||||
|
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
||||||
|
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
|
||||||
|
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
|
||||||
|
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
|
||||||
|
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
|
||||||
|
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/aidl_source_output_dir/debugAndroidTest/out" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debugAndroidTest/out" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/renderscript_source_output_dir/debugAndroidTest/out" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/androidTest/debug">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/src/androidTest" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/src/androidTestDebug" />
|
||||||
|
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="module" module-name="Notes.app.main" scope="TEST" />
|
||||||
|
</component>
|
||||||
|
<component name="TestModuleProperties" production-module="Notes.app.main" />
|
||||||
</module>
|
</module>
|
@ -1,6 +1,39 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module version="4">
|
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.group="Notes" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
||||||
<component name="SonarLintModuleSettings">
|
<component name="FacetManager">
|
||||||
<option name="uniqueId" value="00647491-488f-4d59-8aa2-774d3e3182fa" />
|
<facet type="android-gradle" name="Android-Gradle">
|
||||||
|
<configuration>
|
||||||
|
<option name="GRADLE_PROJECT_PATH" value=":app" />
|
||||||
|
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="7.2.2" />
|
||||||
|
<option name="LAST_KNOWN_AGP_VERSION" value="7.2.2" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
<facet type="android" name="Android">
|
||||||
|
<configuration>
|
||||||
|
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
||||||
|
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
|
||||||
|
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
|
||||||
|
<afterSyncTasks>
|
||||||
|
<task>generateDebugSources</task>
|
||||||
|
</afterSyncTasks>
|
||||||
|
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
||||||
|
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
|
||||||
|
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
|
||||||
|
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
|
||||||
|
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
|
||||||
|
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
||||||
|
<output url="file://$MODULE_DIR$/../../../app/build/intermediates/javac/debug/classes" />
|
||||||
|
<output-test url="file://$MODULE_DIR$/../../../app/build/intermediates/javac/debugUnitTest/classes" />
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../../app/.gradle" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../../app/build" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
@ -1,6 +1,43 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module version="4">
|
<module external.linked.project.id=":app:main" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.type="sourceSet" type="JAVA_MODULE" version="4">
|
||||||
<component name="SonarLintModuleSettings">
|
<component name="FacetManager">
|
||||||
<option name="uniqueId" value="74ce618a-194a-496d-b474-994cf8ff9907" />
|
<facet type="android" name="Android">
|
||||||
|
<configuration>
|
||||||
|
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
||||||
|
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
|
||||||
|
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
|
||||||
|
<afterSyncTasks>
|
||||||
|
<task>generateDebugSources</task>
|
||||||
|
</afterSyncTasks>
|
||||||
|
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
||||||
|
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
|
||||||
|
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
|
||||||
|
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
|
||||||
|
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
|
||||||
|
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/aidl_source_output_dir/debug/out" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debug/out">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/renderscript_source_output_dir/debug/out" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" type="java-resource" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/debug">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/src/debug" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/src/main">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../app/src/main/java" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../app/src/main/res" type="java-resource" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
@ -1,6 +1,31 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module version="4">
|
<module external.linked.project.id=":app:unitTest" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.type="sourceSet" type="JAVA_MODULE" version="4">
|
||||||
<component name="SonarLintModuleSettings">
|
<component name="FacetManager">
|
||||||
<option name="uniqueId" value="73b07971-0436-4791-aa68-d9b5d6870667" />
|
<facet type="android" name="Android">
|
||||||
|
<configuration>
|
||||||
|
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
||||||
|
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
|
||||||
|
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
|
||||||
|
<afterSyncTasks>
|
||||||
|
<task>generateDebugSources</task>
|
||||||
|
</afterSyncTasks>
|
||||||
|
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
||||||
|
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
|
||||||
|
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
|
||||||
|
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
|
||||||
|
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
|
||||||
|
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debugUnitTest/out" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/src/test" />
|
||||||
|
<content url="file://$MODULE_DIR$/../../../app/src/testDebug" />
|
||||||
|
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="module" module-name="Notes.app.main" scope="TEST" />
|
||||||
|
</component>
|
||||||
|
<component name="TestModuleProperties" production-module="Notes.app.main" />
|
||||||
</module>
|
</module>
|
@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
#- File Locator -
|
#- File Locator -
|
||||||
listingFile=../../../outputs/apk/debug/output-metadata.json
|
listingFile=../../apk/debug/output-metadata.json
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
appMetadataVersion=1.1
|
appMetadataVersion=1.1
|
||||||
androidGradlePluginVersion=7.4.2
|
androidGradlePluginVersion=7.2.2
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"artifactType": {
|
|
||||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
|
||||||
"kind": "Directory"
|
|
||||||
},
|
|
||||||
"applicationId": "net.micode.notes",
|
|
||||||
"variantName": "debug",
|
|
||||||
"elements": []
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,96 +1,97 @@
|
|||||||
#Tue Oct 15 08:35:29 CST 2024
|
#Tue Dec 17 23:03:45 CST 2024
|
||||||
net.micode.notes.app-main-6\:/color/primary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_primary_text_dark.xml.flat
|
net.micode.notes.app-main-7\:/color/primary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
||||||
net.micode.notes.app-main-6\:/color/secondary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_secondary_text_dark.xml.flat
|
net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/bg_btn_set_color.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_btn_set_color.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_color_btn_mask.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/call_record.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_call_record.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/clock.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_clock.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_delete.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/dropdown_icon.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_dropdown_icon.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_blue.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_green.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_red.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_blue.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_green.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_red.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_white.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_yellow.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_white.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/edit_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_yellow.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_large.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_large.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_normal.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_small.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_small.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/font_super.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_super.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/icon_app.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_icon_app.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_background.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_background.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_folder.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_folder.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_footer_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_footer_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_down.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_middle.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_single.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_up.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/menu_delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_delete.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/menu_move.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_move.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_normal.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/menu_top.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_top.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_pressed.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_pressed.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/notification.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_notification.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/search_result.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_search_result.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/selected.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_selected.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/title_alert.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_alert.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/title_bar_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_bar_bg.9.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_blue.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_green.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_red.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_white.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_yellow.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_blue.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_green.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_red.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_white.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_yellow.png.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||||
net.micode.notes.app-main-6\:/drawable/new_note.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_new_note.xml.flat
|
net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||||
net.micode.notes.app-main-6\:/layout/account_dialog_title.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_account_dialog_title.xml.flat
|
net.micode.notes.app-main-7\:/drawable/new_note.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/add_account_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_add_account_text.xml.flat
|
net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/datetime_picker.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_datetime_picker.xml.flat
|
net.micode.notes.app-main-7\:/layout/add_account_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/dialog_edit_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_dialog_edit_text.xml.flat
|
net.micode.notes.app-main-7\:/layout/datetime_picker.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/folder_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_folder_list_item.xml.flat
|
net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/layout/folder_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/note_edit_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit_list_item.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/note_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_item.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/note_list_dropdown_menu.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_dropdown_menu.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/note_list_footer.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_footer.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/settings_header.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_settings_header.xml.flat
|
net.micode.notes.app-main-7\:/layout/note_list_footer.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/widget_2x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_2x.xml.flat
|
net.micode.notes.app-main-7\:/layout/settings_header.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
||||||
net.micode.notes.app-main-6\:/layout/widget_4x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_4x.xml.flat
|
net.micode.notes.app-main-7\:/layout/widget_2x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/call_note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/layout/widget_4x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/call_record_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_record_folder.xml.flat
|
net.micode.notes.app-main-7\:/menu/call_note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_edit.xml.flat
|
net.micode.notes.app-main-7\:/menu/call_record_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/note_list_dropdown.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_dropdown.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/note_list_options.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_options.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
||||||
net.micode.notes.app-main-6\:/menu/sub_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_sub_folder.xml.flat
|
net.micode.notes.app-main-7\:/menu/note_list_options.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
||||||
net.micode.notes.app-main-6\:/raw-zh-rCN/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw-zh-rCN_introduction.flat
|
net.micode.notes.app-main-7\:/menu/sub_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
||||||
net.micode.notes.app-main-6\:/raw/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw_introduction.flat
|
net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
||||||
net.micode.notes.app-main-6\:/xml/preferences.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_preferences.xml.flat
|
net.micode.notes.app-main-7\:/raw/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
||||||
net.micode.notes.app-main-6\:/xml/searchable.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_searchable.xml.flat
|
net.micode.notes.app-main-7\:/xml/preferences.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
||||||
net.micode.notes.app-main-6\:/xml/widget_2x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_2x_info.xml.flat
|
net.micode.notes.app-main-7\:/xml/searchable.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
||||||
net.micode.notes.app-main-6\:/xml/widget_4x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_4x_info.xml.flat
|
net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
||||||
|
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
#Fri Oct 11 12:01:33 CST 2024
|
#Tue Dec 17 23:03:48 CST 2024
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest" generated-set="androidTest$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug" generated-set="androidTestDebug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><mergedItems/></merger>
|
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/><source path="D:\Android Studio\Notes\app\build\generated\res\rs\androidTest\debug"/><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest" generated-set="androidTest$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/><source path="D:\Android Studio\Notes\app\build\generated\res\rs\androidTest\debug"/><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug" generated-set="androidTestDebug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><mergedItems/></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\assets"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debugAndroidTest\compileDebugAndroidTestShaders\out"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\assets"/><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debugAndroidTest\out"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\assets"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\jniLibs"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\jniLibs"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\jniLibs"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\jniLibs"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\shaders"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\shaders"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\shaders"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\shaders"/></dataSet></merger>
|
@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\main\assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\debug\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debug\compileDebugShaders\out"/></dataSet></merger>
|
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\main\assets"/><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\debug\assets"/></dataSet></merger>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"artifactType": {
|
|
||||||
"type": "MERGED_MANIFESTS",
|
|
||||||
"kind": "Directory"
|
|
||||||
},
|
|
||||||
"applicationId": "net.micode.notes",
|
|
||||||
"variantName": "debug",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"type": "SINGLE",
|
|
||||||
"filters": [],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 1,
|
|
||||||
"versionName": "0.1",
|
|
||||||
"outputFile": "AndroidManifest.xml"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"elementType": "File"
|
|
||||||
}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue