├── .gitattributes ├── .gradle ├── 8.11.1 │ ├── checksums │ │ ├── checksums.lock │ │ ├── md5-checksums.bin │ │ └── sha1-checksums.bin │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ └── gc.properties ├── 8.2 │ ├── checksums │ │ ├── checksums.lock │ │ ├── md5-checksums.bin │ │ └── sha1-checksums.bin │ ├── dependencies-accessors │ │ ├── dependencies-accessors.lock │ │ └── gc.properties │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ └── gc.properties ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── config.properties ├── file-system.probe └── vcs-1 │ └── gc.properties ├── .idea ├── .gitignore ├── .name ├── AndroidProjectSystem.xml ├── caches │ └── deviceStreaming.xml ├── compiler.xml ├── deploymentTargetDropDown.xml ├── deploymentTargetSelector.xml ├── gradle.xml ├── inspectionProfiles │ └── Project_Default.xml ├── kotlinc.xml ├── libraries │ ├── Gradle__androidx_activity_activity_1_8_0_aar.xml │ ├── Gradle__androidx_activity_activity_1_8_2_aar.xml │ ├── Gradle__androidx_activity_activity_compose_1_8_2_aar.xml │ ├── Gradle__androidx_activity_activity_ktx_1_8_2_aar.xml │ ├── Gradle__androidx_annotation_annotation_experimental_1_3_0_aar.xml │ ├── Gradle__androidx_annotation_annotation_jvm_1_6_0.xml │ ├── Gradle__androidx_annotation_annotation_jvm_1_7_0.xml │ ├── Gradle__androidx_appcompat_appcompat_1_6_1_aar.xml │ ├── Gradle__androidx_appcompat_appcompat_resources_1_6_1_aar.xml │ ├── Gradle__androidx_arch_core_core_common_2_2_0.xml │ ├── Gradle__androidx_arch_core_core_runtime_2_2_0_aar.xml │ ├── Gradle__androidx_cardview_cardview_1_0_0_aar.xml │ ├── Gradle__androidx_collection_collection_1_1_0.xml │ ├── Gradle__androidx_collection_collection_jvm_1_4_0.xml │ ├── Gradle__androidx_compose_animation_animation_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_animation_animation_core_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_foundation_foundation_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_foundation_foundation_layout_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_material3_material3_1_1_1_aar.xml │ ├── Gradle__androidx_compose_material_material_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_material_material_icons_core_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_material_material_ripple_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_runtime_runtime_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_runtime_runtime_saveable_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_geometry_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_graphics_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_test_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_test_junit4_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_test_manifest_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_text_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_tooling_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_tooling_data_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_tooling_preview_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_unit_android_1_6_2_aar.xml │ ├── Gradle__androidx_compose_ui_ui_util_android_1_6_2_aar.xml │ ├── Gradle__androidx_concurrent_concurrent_futures_1_1_0.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_2_0_1_aar.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_2_1_4_aar.xml │ ├── Gradle__androidx_constraintlayout_constraintlayout_solver_2_0_1.xml │ ├── Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml │ ├── Gradle__androidx_core_core_1_12_0_aar.xml │ ├── Gradle__androidx_core_core_ktx_1_12_0_aar.xml │ ├── Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml │ ├── Gradle__androidx_customview_customview_1_1_0_aar.xml │ ├── Gradle__androidx_databinding_databinding_adapters_8_10_1_aar.xml │ ├── Gradle__androidx_databinding_databinding_common_8_10_1.xml │ ├── Gradle__androidx_databinding_databinding_ktx_8_10_1_aar.xml │ ├── Gradle__androidx_databinding_databinding_runtime_8_10_1_aar.xml │ ├── Gradle__androidx_databinding_viewbinding_8_10_1_aar.xml │ ├── Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml │ ├── Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml │ ├── Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml │ ├── Gradle__androidx_fragment_fragment_1_3_6_aar.xml │ ├── Gradle__androidx_fragment_fragment_1_6_2_aar.xml │ ├── Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml │ ├── Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_6_1.xml │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_7_0.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_ktx_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_process_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_ktx_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_service_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_ktx_2_7_0_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_6_1_aar.xml │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_7_0_aar.xml │ ├── Gradle__androidx_loader_loader_1_0_0_aar.xml │ ├── Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml │ ├── Gradle__androidx_print_print_1_0_0_aar.xml │ ├── Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml │ ├── Gradle__androidx_resourceinspection_resourceinspection_annotation_1_0_1.xml │ ├── Gradle__androidx_savedstate_savedstate_1_2_1_aar.xml │ ├── Gradle__androidx_savedstate_savedstate_ktx_1_2_1_aar.xml │ ├── Gradle__androidx_startup_startup_runtime_1_1_1_aar.xml │ ├── Gradle__androidx_test_annotation_1_0_1_aar.xml │ ├── Gradle__androidx_test_core_1_5_0_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_core_3_5_1_aar.xml │ ├── Gradle__androidx_test_espresso_espresso_idling_resource_3_5_1_aar.xml │ ├── Gradle__androidx_test_ext_junit_1_1_5_aar.xml │ ├── Gradle__androidx_test_monitor_1_6_1_aar.xml │ ├── Gradle__androidx_test_runner_1_5_2_aar.xml │ ├── Gradle__androidx_test_services_storage_1_4_2_aar.xml │ ├── Gradle__androidx_tracing_tracing_1_0_0_aar.xml │ ├── Gradle__androidx_transition_transition_1_2_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml │ ├── Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml │ ├── Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml │ ├── Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml │ ├── Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml │ ├── Gradle__com_google_accompanist_accompanist_permissions_0_31_1_alpha_aar.xml │ ├── Gradle__com_google_android_material_material_1_11_0_aar.xml │ ├── Gradle__com_google_code_findbugs_jsr305_2_0_2.xml │ ├── Gradle__com_google_code_gson_gson_2_9_0.xml │ ├── Gradle__com_google_guava_listenablefuture_1_0.xml │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ ├── Gradle__com_squareup_okhttp3_logging_interceptor_4_9_2.xml │ ├── Gradle__com_squareup_okhttp3_okhttp_4_9_3.xml │ ├── Gradle__com_squareup_okio_okio_jvm_3_0_0.xml │ ├── Gradle__com_squareup_retrofit2_adapter_rxjava2_2_6_0.xml │ ├── Gradle__com_squareup_retrofit2_converter_gson_2_6_0.xml │ ├── Gradle__com_squareup_retrofit2_retrofit_2_6_0.xml │ ├── Gradle__io_coil_kt_coil_2_1_0_aar.xml │ ├── Gradle__io_coil_kt_coil_base_2_1_0_aar.xml │ ├── Gradle__io_coil_kt_coil_compose_2_1_0_aar.xml │ ├── Gradle__io_coil_kt_coil_compose_base_2_1_0_aar.xml │ ├── Gradle__io_reactivex_rxjava2_rxandroid_2_0_2_aar.xml │ ├── Gradle__io_reactivex_rxjava2_rxjava_2_1_14.xml │ ├── Gradle__javax_inject_javax_inject_1.xml │ ├── Gradle__junit_junit_4_13_2.xml │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_library_1_3.xml │ ├── Gradle__org_jetbrains_annotations_13_0.xml │ ├── Gradle__org_jetbrains_annotations_23_0_0.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_8_22.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_2_1_0.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_8_22.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_8_22.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_2_1_0.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_8_22.xml │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_2_1_0.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_1.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_1.xml │ ├── Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_1.xml │ └── Gradle__org_reactivestreams_reactive_streams_1_0_2.xml ├── migrations.xml ├── misc.xml ├── modules.xml ├── modules │ ├── NewPhotoPickerAndroid13.iml │ ├── app │ │ ├── NewPhotoPickerAndroid13.app.androidTest.iml │ │ ├── NewPhotoPickerAndroid13.app.iml │ │ ├── NewPhotoPickerAndroid13.app.main.iml │ │ └── NewPhotoPickerAndroid13.app.unitTest.iml │ └── photoPicker │ │ ├── NewPhotoPickerAndroid13.photoPicker.androidTest.iml │ │ ├── NewPhotoPickerAndroid13.photoPicker.iml │ │ ├── NewPhotoPickerAndroid13.photoPicker.main.iml │ │ └── NewPhotoPickerAndroid13.photoPicker.unitTest.iml ├── runConfigurations.xml └── vcs.xml ├── README.md ├── app ├── build.gradle ├── build │ ├── generated │ │ ├── ap_generated_sources │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── androidx │ │ │ │ └── databinding │ │ │ │ │ ├── DataBinderMapperImpl.java │ │ │ │ │ ├── DataBindingComponent.java │ │ │ │ │ └── library │ │ │ │ │ └── baseAdapters │ │ │ │ │ └── BR.java │ │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── parth │ │ │ │ ├── BR.java │ │ │ │ ├── DataBinderMapperImpl.java │ │ │ │ └── databinding │ │ │ │ └── ActivityNewPhotoPickerBindingImpl.java │ │ ├── data_binding_base_class_source_out │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── parth │ │ │ │ └── databinding │ │ │ │ └── ActivityNewPhotoPickerBinding.java │ │ └── data_binding_trigger │ │ │ └── debug │ │ │ └── com │ │ │ └── android │ │ │ └── parth │ │ │ └── DataBindingTriggerClass.java │ ├── intermediates │ │ ├── annotation_processor_list │ │ │ └── debug │ │ │ │ └── annotationProcessors.json │ │ ├── apk │ │ │ └── debug │ │ │ │ ├── app-debug.apk │ │ │ │ └── output-metadata.json │ │ ├── apk_ide_redirect_file │ │ │ └── debug │ │ │ │ └── redirect.txt │ │ ├── app_metadata │ │ │ └── debug │ │ │ │ └── app-metadata.properties │ │ ├── compatible_screen_manifest │ │ │ └── debug │ │ │ │ ├── createDebugCompatibleScreenManifests │ │ │ │ └── output-metadata.json │ │ │ │ └── output-metadata.json │ │ ├── compile_and_runtime_not_namespaced_r_class_jar │ │ │ └── debug │ │ │ │ └── R.jar │ │ ├── data_binding_artifact │ │ │ └── debug │ │ │ │ ├── com.android.parth-br.bin │ │ │ │ └── com.android.parth-setter_store.json │ │ ├── data_binding_base_class_log_artifact │ │ │ └── debug │ │ │ │ ├── dataBindingGenBaseClassesDebug │ │ │ │ └── out │ │ │ │ │ └── com.android.parth-binding_classes.json │ │ │ │ └── out │ │ │ │ └── com.android.parth-binding_classes.json │ │ ├── data_binding_dependency_artifacts │ │ │ └── debug │ │ │ │ ├── androidx.databinding.library.baseAdapters-br.bin │ │ │ │ ├── androidx.databinding.library.baseAdapters-setter_store.json │ │ │ │ └── dataBindingMergeDependencyArtifactsDebug │ │ │ │ ├── androidx.databinding.library.baseAdapters-br.bin │ │ │ │ └── androidx.databinding.library.baseAdapters-setter_store.json │ │ ├── data_binding_layout_info_type_merge │ │ │ └── debug │ │ │ │ ├── mergeDebugResources │ │ │ │ └── out │ │ │ │ │ └── activity_new_photo_picker-layout.xml │ │ │ │ └── out │ │ │ │ └── activity_new_photo_picker-layout.xml │ │ ├── data_binding_layout_info_type_package │ │ │ └── debug │ │ │ │ ├── out │ │ │ │ └── activity_new_photo_picker-layout.xml │ │ │ │ └── packageDebugResources │ │ │ │ └── out │ │ │ │ └── activity_new_photo_picker-layout.xml │ │ ├── desugar_graph │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── currentProject │ │ │ │ ├── dirs_bucket_0 │ │ │ │ └── graph.bin │ │ │ │ ├── dirs_bucket_1 │ │ │ │ └── graph.bin │ │ │ │ ├── jar_9efdec111b689afe1d3743e98ce7b7913e147c9b3d6b0eba6b80a4cbc907f713_bucket_0 │ │ │ │ └── graph.bin │ │ │ │ └── jar_9efdec111b689afe1d3743e98ce7b7913e147c9b3d6b0eba6b80a4cbc907f713_bucket_1 │ │ │ │ └── graph.bin │ │ ├── dex │ │ │ └── debug │ │ │ │ ├── mergeExtDexDebug │ │ │ │ ├── classes.dex │ │ │ │ ├── classes2.dex │ │ │ │ └── classes3.dex │ │ │ │ ├── mergeLibDexDebug │ │ │ │ └── 6 │ │ │ │ │ └── classes.dex │ │ │ │ └── mergeProjectDexDebug │ │ │ │ ├── 0 │ │ │ │ └── classes.dex │ │ │ │ ├── 4 │ │ │ │ └── classes.dex │ │ │ │ ├── 7 │ │ │ │ └── classes.dex │ │ │ │ ├── 9 │ │ │ │ └── classes.dex │ │ │ │ └── 11 │ │ │ │ └── classes.dex │ │ ├── dex_archive_input_jar_hashes │ │ │ └── debug │ │ │ │ └── out │ │ ├── dex_number_of_buckets_file │ │ │ └── debug │ │ │ │ └── out │ │ ├── incremental │ │ │ ├── dataBindingGenBaseClassesDebug │ │ │ │ └── base_builder_log.json │ │ │ ├── debug-mergeJavaRes │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── +Mq85mmu+0T8pT_S0q3Si7xl4w0= │ │ │ │ │ ├── 01_DV77puB5arV22UICNEGn+GGc= │ │ │ │ │ ├── 15AxC0trSa4lqwxKxmYjfrd92hQ= │ │ │ │ │ ├── 3Y_VE4eDGNXFmcosShUqomNOhEw= │ │ │ │ │ ├── 4El5oycZXYxu_2llWRp7nCNRvMU= │ │ │ │ │ ├── 4bdii4PKV7wBdPA30G4_OV+i1zY= │ │ │ │ │ ├── 4kV9q47UXm51EqPIBm6JGNiBjB8= │ │ │ │ │ ├── 5Z1nugGElbEyiYIiYZsQRuyTTwI= │ │ │ │ │ ├── 6HEcGuXbj_qfXwO5A64d6qEAgT4= │ │ │ │ │ ├── 6yt5SnLpC4N6BghCX3xhDSofy0Y= │ │ │ │ │ ├── 7+ySgunGPAMemu+C2lNJFExs9VE= │ │ │ │ │ ├── 7356qAR6z1wVicUCJxo4S7zYoZM= │ │ │ │ │ ├── 7VxZJrYzic0RSqz375KLGaTYtnI= │ │ │ │ │ ├── 80ON3QxZUmgAwPLwiGBwCiyYpHw= │ │ │ │ │ ├── 83ebeCcDMl3SEVfql0HUx8A5ihk= │ │ │ │ │ ├── 8CwMaQwWExI49U2lL_HEuTCHWyE= │ │ │ │ │ ├── 8EoDvXoY2bk_F8EvIvAjr7BeuP0= │ │ │ │ │ ├── 8jD6MkRHE3sn4M6h9H3l2AcfdK0= │ │ │ │ │ ├── A74lzaxQvBEKk9IQFc9Q012eorY= │ │ │ │ │ ├── AB9R87ys_ns46sUW1IA06p+oiX8= │ │ │ │ │ ├── AIRqtgotCxlnixQLcGQt265qWhw= │ │ │ │ │ ├── B0qQtUkCxexS+bHze5cFBG8efo4= │ │ │ │ │ ├── B6zaNMjhHKTKiB+NPIWxLWx2ZWg= │ │ │ │ │ ├── Cg1ktEwHKOQbzSErbhSpPE7VmRE= │ │ │ │ │ ├── CgQ0FvCDEroD4xJwdtW_k6DWk_4= │ │ │ │ │ ├── Cyf1NWqn99ydRUTfz+FsUEW+G8A= │ │ │ │ │ ├── FHm36Ukp1aRGUzKrCc2DK1MPdrE= │ │ │ │ │ ├── FgsfGbvHYl02GihaVvDGoTwAbHk= │ │ │ │ │ ├── FmB0VarqXm+TvbKWVHJE++Xhr9g= │ │ │ │ │ ├── FqXlcdc3uHA9LTcT18IYzmKzI0o= │ │ │ │ │ ├── GPifYGAbu6RJqyusJw5jEldhm3M= │ │ │ │ │ ├── GR1TK2BxdEr8zwkpgvoYH1M5nnk= │ │ │ │ │ ├── GmIUr_YkolaurdNEwWpi8T9d26k= │ │ │ │ │ ├── Grz7UCZvZgjCRHI8Yxs5J8L03xo= │ │ │ │ │ ├── HEQPaG3bdVimiwb5Dt5gVq1fakQ= │ │ │ │ │ ├── I6XlwhwnXvqBWNhUfev630HHiEA= │ │ │ │ │ ├── IAqNBGHVTn+NZMM1IvlriyhBxyY= │ │ │ │ │ ├── ISjVgeXlKKm28vOKyrjcjn3lG9Y= │ │ │ │ │ ├── IVxJ6hjS3qAODUuSlUUJULmrBZI= │ │ │ │ │ ├── Jic9UmKIRh+LwTiO1FAYdVx8w8o= │ │ │ │ │ ├── LNB034AxOVFLalbMOmmkgGxLGdU= │ │ │ │ │ ├── LroGoYv8rawkCdVX1WbPbnE79_Y= │ │ │ │ │ ├── Lz6IiQqdpFgdqtjjCreNjFVWLcM= │ │ │ │ │ ├── MFctWfnb09ezZpEKjFpyYvyt9p8= │ │ │ │ │ ├── MGu6No5M5w_bgaFTcPXEjNre__A= │ │ │ │ │ ├── MJ0tbAEkZ41GZ5zvCATznwOwXx8= │ │ │ │ │ ├── MkuyipFjVx8h3OvG9SvsNcx0noc= │ │ │ │ │ ├── N8b+Uqm6lkqdzaqQcLctjW_Z7YU= │ │ │ │ │ ├── NdsK2yoUxEvno7fL_Cj23EVGLwY= │ │ │ │ │ ├── Nm82Ogk_OuCXhZiaiob1QTJRbbM= │ │ │ │ │ ├── ONwSvC9tp9sBO+MjASPr8LLqngA= │ │ │ │ │ ├── P6nc1NsKlGi_8WSnAjgo5OQgznQ= │ │ │ │ │ ├── PLKxN9Z0sS6BdJTsFnFaLXcYQvI= │ │ │ │ │ ├── PQBSnb8EUKX0gEplYKhJ_kbkHBk= │ │ │ │ │ ├── Pyueb6deitrNF+PRgkPAXlDpkyE= │ │ │ │ │ ├── RIhAwgfO2Q_u8K+yZJPKBYj0uJw= │ │ │ │ │ ├── SvCEFYNJ+JZfxyHHySapfFeRdQY= │ │ │ │ │ ├── SzbaClf65RrNtX6snlyOomvrtqE= │ │ │ │ │ ├── T3nM3RNc1IXmnGfW_9Kv1FNjL0w= │ │ │ │ │ ├── Ta5V6l_GdDY_zxUaN_KO6TsGGxE= │ │ │ │ │ ├── Tj_coDHcQw0rkQxQRrupl4rLaZk= │ │ │ │ │ ├── VsJ4uDSIpX_k5uOr_gFIu5DpjPE= │ │ │ │ │ ├── XKcc1xlpiw4OFiXud7Imrsd68ro= │ │ │ │ │ ├── Y41GSjKnX7wrK7RohQH1kQR0Zos= │ │ │ │ │ ├── Y9+JYQZsxShferQ0BXghcPOqiwE= │ │ │ │ │ ├── YOefSfyltEJpo5Svl9LrdppLcbg= │ │ │ │ │ ├── ZdUVLq7oiooF3v1CQ3aXpBsDxs4= │ │ │ │ │ ├── aL1+uxhZagfZx8bpz8DBKxrM6zs= │ │ │ │ │ ├── aPJnq3SrHROc0iTemTJuuDhPds8= │ │ │ │ │ ├── atkxxZOWufjX74f_rEqcGEoncFY= │ │ │ │ │ ├── bCax+9Ut19J91KVm4xHe3z40Duc= │ │ │ │ │ ├── cUKSASDAAQoriU2AfPdniKqwfGU= │ │ │ │ │ ├── caaurWVI4AeHckXUmljdz8lab3Q= │ │ │ │ │ ├── ccfRgNfFcdbFdIENHAoU7Q1yrUs= │ │ │ │ │ ├── cxjczF4Xw+G1E_7yw4R8CF4B24s= │ │ │ │ │ ├── dPuVJaJz+FJc6YYNoddBMpkd0IA= │ │ │ │ │ ├── eKj5bK7pcXdnwvIuOaPAeIhfM58= │ │ │ │ │ ├── ebDewZQy0akhLwR5DhJsa4pr_Q4= │ │ │ │ │ ├── geUAx6et8N54rbSQupOjDQh0hMk= │ │ │ │ │ ├── gnImcAgvWlK7CqsJUqtT9Al9A3U= │ │ │ │ │ ├── hNBm7lEiqu9zsGdABacG_B7olWw= │ │ │ │ │ ├── hOao5eaEpfEVpnjZgbEqaROFmAk= │ │ │ │ │ ├── hXSKUiqguJv6s7e7SpctFrXCzZI= │ │ │ │ │ ├── hcUZ2PTgdy7JFYf8qtw0kqckOz8= │ │ │ │ │ ├── hlZXe6GLnw_fRnveocAvcetAmMg= │ │ │ │ │ ├── iHX3rEsL9efK4L0HOeW+IiNQs20= │ │ │ │ │ ├── iuLXHujP2_OQJ5JJ1bcnJqAIDnQ= │ │ │ │ │ ├── j06X8UxdG6e82RrlCFjAiG5P6iM= │ │ │ │ │ ├── jPeOlMBJHEDbn3a8jPZVOHJ_kxg= │ │ │ │ │ ├── jssAXK9ARhDwAZX6lZa4oFFfnfE= │ │ │ │ │ ├── kIzjIewBd6fqayFk0bURF3hcAxY= │ │ │ │ │ ├── kL9imaNE0mQt4AJ9yepktKmCe_w= │ │ │ │ │ ├── keDz19QYMZDQL0qcoNOfi6vP5Mw= │ │ │ │ │ ├── kiNr+m5_KZ4vSu+XlpdJrGUnQRQ= │ │ │ │ │ ├── mHIpcTpDWfkWNfMXGrbNX63l3hk= │ │ │ │ │ ├── mSDxTHOllmPIktg961Wd_LuheG0= │ │ │ │ │ ├── ncM6p630yCjkIej6uYE+39naBvI= │ │ │ │ │ ├── oSuLnDlFi_O7J7yYfHDEIF3FqhY= │ │ │ │ │ ├── ocL5pU_vAMPc0TXYFZNTskovk+o= │ │ │ │ │ ├── osDju_UazVZtFo_sVsvFDGqv_zo= │ │ │ │ │ ├── pHAv0qXWN5qf_auXETEQC49pFvA= │ │ │ │ │ ├── pwc09U7vBSBRrRRCz+cS+ppwC1Q= │ │ │ │ │ ├── qtIuEyFn2xPqGJScF0mmDvO7IaI= │ │ │ │ │ ├── sTipTqMjY7WScOJa8SZGJGzRzJU= │ │ │ │ │ ├── t1+3TwduALcoscX2QIlt9hd4OZ4= │ │ │ │ │ ├── v3Pawk1oX4H6NS9xgFLZZtvqsFY= │ │ │ │ │ ├── vCRoCvx6_ue_AarFYGneGA2eeYM= │ │ │ │ │ ├── vCUyP0UaUCFWRE2ma4c_DahYwuI= │ │ │ │ │ ├── vEAjJK0TAZp2pjxaAV8GdAe3Pn8= │ │ │ │ │ ├── wDjxDm3wxQUl6uqMJRMfuZn_fgM= │ │ │ │ │ ├── wR3wjTWCqJwSbaq9Y++S1EADBoY= │ │ │ │ │ ├── wkGpZEJj71sK88GgYYqDpO+176U= │ │ │ │ │ ├── y9VZgVqh5OWcvcg04wOeLRSvuYg= │ │ │ │ │ └── zLBhC63i8kk85CrkXWk5F07gwMQ= │ │ │ ├── debug │ │ │ │ ├── mergeDebugResources │ │ │ │ │ ├── compile-file-map.properties │ │ │ │ │ ├── merged.dir │ │ │ │ │ │ ├── values-af │ │ │ │ │ │ │ └── values-af.xml │ │ │ │ │ │ ├── values-am │ │ │ │ │ │ │ └── values-am.xml │ │ │ │ │ │ ├── values-ar │ │ │ │ │ │ │ └── values-ar.xml │ │ │ │ │ │ ├── values-as │ │ │ │ │ │ │ └── values-as.xml │ │ │ │ │ │ ├── values-az │ │ │ │ │ │ │ └── values-az.xml │ │ │ │ │ │ ├── values-b+es+419 │ │ │ │ │ │ │ └── values-b+es+419.xml │ │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ │ ├── values-be │ │ │ │ │ │ │ └── values-be.xml │ │ │ │ │ │ ├── values-bg │ │ │ │ │ │ │ └── values-bg.xml │ │ │ │ │ │ ├── values-bn │ │ │ │ │ │ │ └── values-bn.xml │ │ │ │ │ │ ├── values-bs │ │ │ │ │ │ │ └── values-bs.xml │ │ │ │ │ │ ├── values-ca │ │ │ │ │ │ │ └── values-ca.xml │ │ │ │ │ │ ├── values-cs │ │ │ │ │ │ │ └── values-cs.xml │ │ │ │ │ │ ├── values-da │ │ │ │ │ │ │ └── values-da.xml │ │ │ │ │ │ ├── values-de │ │ │ │ │ │ │ └── values-de.xml │ │ │ │ │ │ ├── values-el │ │ │ │ │ │ │ └── values-el.xml │ │ │ │ │ │ ├── values-en-rAU │ │ │ │ │ │ │ └── values-en-rAU.xml │ │ │ │ │ │ ├── values-en-rCA │ │ │ │ │ │ │ └── values-en-rCA.xml │ │ │ │ │ │ ├── values-en-rGB │ │ │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ │ ├── values-en-rXC │ │ │ │ │ │ │ └── values-en-rXC.xml │ │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ │ ├── values-es │ │ │ │ │ │ │ └── values-es.xml │ │ │ │ │ │ ├── values-et │ │ │ │ │ │ │ └── values-et.xml │ │ │ │ │ │ ├── values-eu │ │ │ │ │ │ │ └── values-eu.xml │ │ │ │ │ │ ├── values-fa │ │ │ │ │ │ │ └── values-fa.xml │ │ │ │ │ │ ├── values-fi │ │ │ │ │ │ │ └── values-fi.xml │ │ │ │ │ │ ├── values-fr-rCA │ │ │ │ │ │ │ └── values-fr-rCA.xml │ │ │ │ │ │ ├── values-fr │ │ │ │ │ │ │ └── values-fr.xml │ │ │ │ │ │ ├── values-gl │ │ │ │ │ │ │ └── values-gl.xml │ │ │ │ │ │ ├── values-gu │ │ │ │ │ │ │ └── values-gu.xml │ │ │ │ │ │ ├── values-h320dp-port-v13 │ │ │ │ │ │ │ └── values-h320dp-port-v13.xml │ │ │ │ │ │ ├── values-h360dp-land-v13 │ │ │ │ │ │ │ └── values-h360dp-land-v13.xml │ │ │ │ │ │ ├── values-h480dp-land-v13 │ │ │ │ │ │ │ └── values-h480dp-land-v13.xml │ │ │ │ │ │ ├── values-h550dp-port-v13 │ │ │ │ │ │ │ └── values-h550dp-port-v13.xml │ │ │ │ │ │ ├── values-h720dp-v13 │ │ │ │ │ │ │ └── values-h720dp-v13.xml │ │ │ │ │ │ ├── values-hdpi-v4 │ │ │ │ │ │ │ └── values-hdpi-v4.xml │ │ │ │ │ │ ├── values-hi │ │ │ │ │ │ │ └── values-hi.xml │ │ │ │ │ │ ├── values-hr │ │ │ │ │ │ │ └── values-hr.xml │ │ │ │ │ │ ├── values-hu │ │ │ │ │ │ │ └── values-hu.xml │ │ │ │ │ │ ├── values-hy │ │ │ │ │ │ │ └── values-hy.xml │ │ │ │ │ │ ├── values-in │ │ │ │ │ │ │ └── values-in.xml │ │ │ │ │ │ ├── values-is │ │ │ │ │ │ │ └── values-is.xml │ │ │ │ │ │ ├── values-it │ │ │ │ │ │ │ └── values-it.xml │ │ │ │ │ │ ├── values-iw │ │ │ │ │ │ │ └── values-iw.xml │ │ │ │ │ │ ├── values-ja │ │ │ │ │ │ │ └── values-ja.xml │ │ │ │ │ │ ├── values-ka │ │ │ │ │ │ │ └── values-ka.xml │ │ │ │ │ │ ├── values-kk │ │ │ │ │ │ │ └── values-kk.xml │ │ │ │ │ │ ├── values-km │ │ │ │ │ │ │ └── values-km.xml │ │ │ │ │ │ ├── values-kn │ │ │ │ │ │ │ └── values-kn.xml │ │ │ │ │ │ ├── values-ko │ │ │ │ │ │ │ └── values-ko.xml │ │ │ │ │ │ ├── values-ky │ │ │ │ │ │ │ └── values-ky.xml │ │ │ │ │ │ ├── values-land │ │ │ │ │ │ │ └── values-land.xml │ │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ │ ├── values-ldrtl-v17 │ │ │ │ │ │ │ └── values-ldrtl-v17.xml │ │ │ │ │ │ ├── values-lo │ │ │ │ │ │ │ └── values-lo.xml │ │ │ │ │ │ ├── values-lt │ │ │ │ │ │ │ └── values-lt.xml │ │ │ │ │ │ ├── values-lv │ │ │ │ │ │ │ └── values-lv.xml │ │ │ │ │ │ ├── values-mk │ │ │ │ │ │ │ └── values-mk.xml │ │ │ │ │ │ ├── values-ml │ │ │ │ │ │ │ └── values-ml.xml │ │ │ │ │ │ ├── values-mn │ │ │ │ │ │ │ └── values-mn.xml │ │ │ │ │ │ ├── values-mr │ │ │ │ │ │ │ └── values-mr.xml │ │ │ │ │ │ ├── values-ms │ │ │ │ │ │ │ └── values-ms.xml │ │ │ │ │ │ ├── values-my │ │ │ │ │ │ │ └── values-my.xml │ │ │ │ │ │ ├── values-nb │ │ │ │ │ │ │ └── values-nb.xml │ │ │ │ │ │ ├── values-ne │ │ │ │ │ │ │ └── values-ne.xml │ │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ │ ├── values-nl │ │ │ │ │ │ │ └── values-nl.xml │ │ │ │ │ │ ├── values-or │ │ │ │ │ │ │ └── values-or.xml │ │ │ │ │ │ ├── values-pa │ │ │ │ │ │ │ └── values-pa.xml │ │ │ │ │ │ ├── values-pl │ │ │ │ │ │ │ └── values-pl.xml │ │ │ │ │ │ ├── values-port │ │ │ │ │ │ │ └── values-port.xml │ │ │ │ │ │ ├── values-pt-rBR │ │ │ │ │ │ │ └── values-pt-rBR.xml │ │ │ │ │ │ ├── values-pt-rPT │ │ │ │ │ │ │ └── values-pt-rPT.xml │ │ │ │ │ │ ├── values-pt │ │ │ │ │ │ │ └── values-pt.xml │ │ │ │ │ │ ├── values-ro │ │ │ │ │ │ │ └── values-ro.xml │ │ │ │ │ │ ├── values-ru │ │ │ │ │ │ │ └── values-ru.xml │ │ │ │ │ │ ├── values-si │ │ │ │ │ │ │ └── values-si.xml │ │ │ │ │ │ ├── values-sk │ │ │ │ │ │ │ └── values-sk.xml │ │ │ │ │ │ ├── values-sl │ │ │ │ │ │ │ └── values-sl.xml │ │ │ │ │ │ ├── values-small-v4 │ │ │ │ │ │ │ └── values-small-v4.xml │ │ │ │ │ │ ├── values-sq │ │ │ │ │ │ │ └── values-sq.xml │ │ │ │ │ │ ├── values-sr │ │ │ │ │ │ │ └── values-sr.xml │ │ │ │ │ │ ├── values-sv │ │ │ │ │ │ │ └── values-sv.xml │ │ │ │ │ │ ├── values-sw │ │ │ │ │ │ │ └── values-sw.xml │ │ │ │ │ │ ├── values-sw600dp-v13 │ │ │ │ │ │ │ └── values-sw600dp-v13.xml │ │ │ │ │ │ ├── values-ta │ │ │ │ │ │ │ └── values-ta.xml │ │ │ │ │ │ ├── values-te │ │ │ │ │ │ │ └── values-te.xml │ │ │ │ │ │ ├── values-th │ │ │ │ │ │ │ └── values-th.xml │ │ │ │ │ │ ├── values-tl │ │ │ │ │ │ │ └── values-tl.xml │ │ │ │ │ │ ├── values-tr │ │ │ │ │ │ │ └── values-tr.xml │ │ │ │ │ │ ├── values-uk │ │ │ │ │ │ │ └── values-uk.xml │ │ │ │ │ │ ├── values-ur │ │ │ │ │ │ │ └── values-ur.xml │ │ │ │ │ │ ├── values-uz │ │ │ │ │ │ │ └── values-uz.xml │ │ │ │ │ │ ├── values-v16 │ │ │ │ │ │ │ └── values-v16.xml │ │ │ │ │ │ ├── values-v17 │ │ │ │ │ │ │ └── values-v17.xml │ │ │ │ │ │ ├── values-v18 │ │ │ │ │ │ │ └── values-v18.xml │ │ │ │ │ │ ├── values-v21 │ │ │ │ │ │ │ └── values-v21.xml │ │ │ │ │ │ ├── values-v22 │ │ │ │ │ │ │ └── values-v22.xml │ │ │ │ │ │ ├── values-v23 │ │ │ │ │ │ │ └── values-v23.xml │ │ │ │ │ │ ├── values-v24 │ │ │ │ │ │ │ └── values-v24.xml │ │ │ │ │ │ ├── values-v25 │ │ │ │ │ │ │ └── values-v25.xml │ │ │ │ │ │ ├── values-v26 │ │ │ │ │ │ │ └── values-v26.xml │ │ │ │ │ │ ├── values-v28 │ │ │ │ │ │ │ └── values-v28.xml │ │ │ │ │ │ ├── values-v31 │ │ │ │ │ │ │ └── values-v31.xml │ │ │ │ │ │ ├── values-v34 │ │ │ │ │ │ │ └── values-v34.xml │ │ │ │ │ │ ├── values-vi │ │ │ │ │ │ │ └── values-vi.xml │ │ │ │ │ │ ├── values-w320dp-land-v13 │ │ │ │ │ │ │ └── values-w320dp-land-v13.xml │ │ │ │ │ │ ├── values-w360dp-port-v13 │ │ │ │ │ │ │ └── values-w360dp-port-v13.xml │ │ │ │ │ │ ├── values-w400dp-port-v13 │ │ │ │ │ │ │ └── values-w400dp-port-v13.xml │ │ │ │ │ │ ├── values-w600dp-land-v13 │ │ │ │ │ │ │ └── values-w600dp-land-v13.xml │ │ │ │ │ │ ├── values-watch-v20 │ │ │ │ │ │ │ └── values-watch-v20.xml │ │ │ │ │ │ ├── values-watch-v21 │ │ │ │ │ │ │ └── values-watch-v21.xml │ │ │ │ │ │ ├── values-xlarge-v4 │ │ │ │ │ │ │ └── values-xlarge-v4.xml │ │ │ │ │ │ ├── values-zh-rCN │ │ │ │ │ │ │ └── values-zh-rCN.xml │ │ │ │ │ │ ├── values-zh-rHK │ │ │ │ │ │ │ └── values-zh-rHK.xml │ │ │ │ │ │ ├── values-zh-rTW │ │ │ │ │ │ │ └── values-zh-rTW.xml │ │ │ │ │ │ ├── values-zu │ │ │ │ │ │ │ └── values-zu.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ │ └── values.xml │ │ │ │ │ ├── merger.xml │ │ │ │ │ └── stripped.dir │ │ │ │ │ │ └── layout │ │ │ │ │ │ └── activity_new_photo_picker.xml │ │ │ │ └── packageDebugResources │ │ │ │ │ ├── compile-file-map.properties │ │ │ │ │ ├── merged.dir │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ │ ├── merger.xml │ │ │ │ │ └── stripped.dir │ │ │ │ │ └── layout │ │ │ │ │ └── activity_new_photo_picker.xml │ │ │ ├── mergeDebugAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ └── packageDebug │ │ │ │ └── tmp │ │ │ │ └── debug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ └── zip-cache │ │ │ │ ├── androidResources │ │ │ │ └── javaResources0 │ │ ├── java_res │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── META-INF │ │ │ │ └── app_debug.kotlin_module │ │ ├── javac │ │ │ └── debug │ │ │ │ └── classes │ │ │ │ ├── androidx │ │ │ │ └── databinding │ │ │ │ │ ├── DataBinderMapperImpl.class │ │ │ │ │ ├── DataBindingComponent.class │ │ │ │ │ └── library │ │ │ │ │ └── baseAdapters │ │ │ │ │ └── BR.class │ │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── parth │ │ │ │ ├── BR.class │ │ │ │ ├── DataBinderMapperImpl$InnerBrLookup.class │ │ │ │ ├── DataBinderMapperImpl$InnerLayoutIdLookup.class │ │ │ │ ├── DataBinderMapperImpl.class │ │ │ │ ├── DataBindingTriggerClass.class │ │ │ │ └── databinding │ │ │ │ ├── ActivityNewPhotoPickerBinding.class │ │ │ │ └── ActivityNewPhotoPickerBindingImpl.class │ │ ├── local_only_symbol_list │ │ │ └── debug │ │ │ │ ├── R-def.txt │ │ │ │ └── parseDebugLocalResources │ │ │ │ └── R-def.txt │ │ ├── manifest_merge_blame_file │ │ │ └── debug │ │ │ │ ├── manifest-merger-blame-debug-report.txt │ │ │ │ └── processDebugMainManifest │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ ├── merged_java_res │ │ │ └── debug │ │ │ │ └── base.jar │ │ ├── merged_manifest │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── processDebugMainManifest │ │ │ │ └── AndroidManifest.xml │ │ ├── merged_manifests │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── output-metadata.json │ │ │ │ └── processDebugManifest │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── merged_res │ │ │ └── debug │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ ├── layout_activity_new_photo_picker.xml.flat │ │ │ │ ├── mergeDebugResources │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ ├── layout_activity_new_photo_picker.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ ├── mipmap-anydpi-v33_ic_launcher.xml.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ ├── values-b+es+419_values-b+es+419.arsc.flat │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ ├── values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat │ │ │ │ ├── values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat │ │ │ │ ├── values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat │ │ │ │ ├── values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ ├── values-ldrtl-v17_values-ldrtl-v17.arsc.flat │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ ├── values-small-v4_values-small-v4.arsc.flat │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ ├── values-v31_values-v31.arsc.flat │ │ │ │ ├── values-v34_values-v34.arsc.flat │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ ├── values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat │ │ │ │ ├── values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat │ │ │ │ ├── values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat │ │ │ │ ├── values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ ├── values_values.arsc.flat │ │ │ │ ├── xml_backup_rules.xml.flat │ │ │ │ ├── xml_data_extraction_rules.xml.flat │ │ │ │ └── xml_provider_paths.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ ├── mipmap-anydpi-v33_ic_launcher.xml.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.webp.flat │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ ├── values-b+es+419_values-b+es+419.arsc.flat │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ ├── values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat │ │ │ │ ├── values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat │ │ │ │ ├── values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat │ │ │ │ ├── values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ ├── values-ldrtl-v17_values-ldrtl-v17.arsc.flat │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ ├── values-small-v4_values-small-v4.arsc.flat │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ ├── values-v31_values-v31.arsc.flat │ │ │ │ ├── values-v34_values-v34.arsc.flat │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ ├── values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat │ │ │ │ ├── values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat │ │ │ │ ├── values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat │ │ │ │ ├── values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ ├── values_values.arsc.flat │ │ │ │ ├── xml_backup_rules.xml.flat │ │ │ │ ├── xml_data_extraction_rules.xml.flat │ │ │ │ └── xml_provider_paths.xml.flat │ │ ├── merged_res_blame_folder │ │ │ └── debug │ │ │ │ ├── mergeDebugResources │ │ │ │ └── out │ │ │ │ │ ├── multi-v2 │ │ │ │ │ ├── mergeDebugResources.json │ │ │ │ │ ├── values-af.json │ │ │ │ │ ├── values-am.json │ │ │ │ │ ├── values-ar.json │ │ │ │ │ ├── values-as.json │ │ │ │ │ ├── values-az.json │ │ │ │ │ ├── values-b+es+419.json │ │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ │ ├── values-be.json │ │ │ │ │ ├── values-bg.json │ │ │ │ │ ├── values-bn.json │ │ │ │ │ ├── values-bs.json │ │ │ │ │ ├── values-ca.json │ │ │ │ │ ├── values-cs.json │ │ │ │ │ ├── values-da.json │ │ │ │ │ ├── values-de.json │ │ │ │ │ ├── values-el.json │ │ │ │ │ ├── values-en-rAU.json │ │ │ │ │ ├── values-en-rCA.json │ │ │ │ │ ├── values-en-rGB.json │ │ │ │ │ ├── values-en-rIN.json │ │ │ │ │ ├── values-en-rXC.json │ │ │ │ │ ├── values-es-rUS.json │ │ │ │ │ ├── values-es.json │ │ │ │ │ ├── values-et.json │ │ │ │ │ ├── values-eu.json │ │ │ │ │ ├── values-fa.json │ │ │ │ │ ├── values-fi.json │ │ │ │ │ ├── values-fr-rCA.json │ │ │ │ │ ├── values-fr.json │ │ │ │ │ ├── values-gl.json │ │ │ │ │ ├── values-gu.json │ │ │ │ │ ├── values-h320dp-port-v13.json │ │ │ │ │ ├── values-h360dp-land-v13.json │ │ │ │ │ ├── values-h480dp-land-v13.json │ │ │ │ │ ├── values-h550dp-port-v13.json │ │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ │ ├── values-hi.json │ │ │ │ │ ├── values-hr.json │ │ │ │ │ ├── values-hu.json │ │ │ │ │ ├── values-hy.json │ │ │ │ │ ├── values-in.json │ │ │ │ │ ├── values-is.json │ │ │ │ │ ├── values-it.json │ │ │ │ │ ├── values-iw.json │ │ │ │ │ ├── values-ja.json │ │ │ │ │ ├── values-ka.json │ │ │ │ │ ├── values-kk.json │ │ │ │ │ ├── values-km.json │ │ │ │ │ ├── values-kn.json │ │ │ │ │ ├── values-ko.json │ │ │ │ │ ├── values-ky.json │ │ │ │ │ ├── values-land.json │ │ │ │ │ ├── values-large-v4.json │ │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ │ ├── values-ldrtl-v17.json │ │ │ │ │ ├── values-lo.json │ │ │ │ │ ├── values-lt.json │ │ │ │ │ ├── values-lv.json │ │ │ │ │ ├── values-mk.json │ │ │ │ │ ├── values-ml.json │ │ │ │ │ ├── values-mn.json │ │ │ │ │ ├── values-mr.json │ │ │ │ │ ├── values-ms.json │ │ │ │ │ ├── values-my.json │ │ │ │ │ ├── values-nb.json │ │ │ │ │ ├── values-ne.json │ │ │ │ │ ├── values-night-v8.json │ │ │ │ │ ├── values-nl.json │ │ │ │ │ ├── values-or.json │ │ │ │ │ ├── values-pa.json │ │ │ │ │ ├── values-pl.json │ │ │ │ │ ├── values-port.json │ │ │ │ │ ├── values-pt-rBR.json │ │ │ │ │ ├── values-pt-rPT.json │ │ │ │ │ ├── values-pt.json │ │ │ │ │ ├── values-ro.json │ │ │ │ │ ├── values-ru.json │ │ │ │ │ ├── values-si.json │ │ │ │ │ ├── values-sk.json │ │ │ │ │ ├── values-sl.json │ │ │ │ │ ├── values-small-v4.json │ │ │ │ │ ├── values-sq.json │ │ │ │ │ ├── values-sr.json │ │ │ │ │ ├── values-sv.json │ │ │ │ │ ├── values-sw.json │ │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ │ ├── values-ta.json │ │ │ │ │ ├── values-te.json │ │ │ │ │ ├── values-th.json │ │ │ │ │ ├── values-tl.json │ │ │ │ │ ├── values-tr.json │ │ │ │ │ ├── values-uk.json │ │ │ │ │ ├── values-ur.json │ │ │ │ │ ├── values-uz.json │ │ │ │ │ ├── values-v16.json │ │ │ │ │ ├── values-v17.json │ │ │ │ │ ├── values-v18.json │ │ │ │ │ ├── values-v21.json │ │ │ │ │ ├── values-v22.json │ │ │ │ │ ├── values-v23.json │ │ │ │ │ ├── values-v24.json │ │ │ │ │ ├── values-v25.json │ │ │ │ │ ├── values-v26.json │ │ │ │ │ ├── values-v28.json │ │ │ │ │ ├── values-v31.json │ │ │ │ │ ├── values-v34.json │ │ │ │ │ ├── values-vi.json │ │ │ │ │ ├── values-w320dp-land-v13.json │ │ │ │ │ ├── values-w360dp-port-v13.json │ │ │ │ │ ├── values-w400dp-port-v13.json │ │ │ │ │ ├── values-w600dp-land-v13.json │ │ │ │ │ ├── values-watch-v20.json │ │ │ │ │ ├── values-watch-v21.json │ │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ │ ├── values-zh-rCN.json │ │ │ │ │ ├── values-zh-rHK.json │ │ │ │ │ ├── values-zh-rTW.json │ │ │ │ │ ├── values-zu.json │ │ │ │ │ └── values.json │ │ │ │ │ └── single │ │ │ │ │ ├── layout.json │ │ │ │ │ └── mergeDebugResources.json │ │ │ │ └── out │ │ │ │ ├── multi-v2 │ │ │ │ ├── debug.json │ │ │ │ ├── values-af.json │ │ │ │ ├── values-am.json │ │ │ │ ├── values-ar.json │ │ │ │ ├── values-as.json │ │ │ │ ├── values-az.json │ │ │ │ ├── values-b+es+419.json │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ ├── values-be.json │ │ │ │ ├── values-bg.json │ │ │ │ ├── values-bn.json │ │ │ │ ├── values-bs.json │ │ │ │ ├── values-ca.json │ │ │ │ ├── values-cs.json │ │ │ │ ├── values-da.json │ │ │ │ ├── values-de.json │ │ │ │ ├── values-el.json │ │ │ │ ├── values-en-rAU.json │ │ │ │ ├── values-en-rCA.json │ │ │ │ ├── values-en-rGB.json │ │ │ │ ├── values-en-rIN.json │ │ │ │ ├── values-en-rXC.json │ │ │ │ ├── values-es-rUS.json │ │ │ │ ├── values-es.json │ │ │ │ ├── values-et.json │ │ │ │ ├── values-eu.json │ │ │ │ ├── values-fa.json │ │ │ │ ├── values-fi.json │ │ │ │ ├── values-fr-rCA.json │ │ │ │ ├── values-fr.json │ │ │ │ ├── values-gl.json │ │ │ │ ├── values-gu.json │ │ │ │ ├── values-h320dp-port-v13.json │ │ │ │ ├── values-h360dp-land-v13.json │ │ │ │ ├── values-h480dp-land-v13.json │ │ │ │ ├── values-h550dp-port-v13.json │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ ├── values-hi.json │ │ │ │ ├── values-hr.json │ │ │ │ ├── values-hu.json │ │ │ │ ├── values-hy.json │ │ │ │ ├── values-in.json │ │ │ │ ├── values-is.json │ │ │ │ ├── values-it.json │ │ │ │ ├── values-iw.json │ │ │ │ ├── values-ja.json │ │ │ │ ├── values-ka.json │ │ │ │ ├── values-kk.json │ │ │ │ ├── values-km.json │ │ │ │ ├── values-kn.json │ │ │ │ ├── values-ko.json │ │ │ │ ├── values-ky.json │ │ │ │ ├── values-land.json │ │ │ │ ├── values-large-v4.json │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ ├── values-ldrtl-v17.json │ │ │ │ ├── values-lo.json │ │ │ │ ├── values-lt.json │ │ │ │ ├── values-lv.json │ │ │ │ ├── values-mk.json │ │ │ │ ├── values-ml.json │ │ │ │ ├── values-mn.json │ │ │ │ ├── values-mr.json │ │ │ │ ├── values-ms.json │ │ │ │ ├── values-my.json │ │ │ │ ├── values-nb.json │ │ │ │ ├── values-ne.json │ │ │ │ ├── values-night-v8.json │ │ │ │ ├── values-nl.json │ │ │ │ ├── values-or.json │ │ │ │ ├── values-pa.json │ │ │ │ ├── values-pl.json │ │ │ │ ├── values-port.json │ │ │ │ ├── values-pt-rBR.json │ │ │ │ ├── values-pt-rPT.json │ │ │ │ ├── values-pt.json │ │ │ │ ├── values-ro.json │ │ │ │ ├── values-ru.json │ │ │ │ ├── values-si.json │ │ │ │ ├── values-sk.json │ │ │ │ ├── values-sl.json │ │ │ │ ├── values-small-v4.json │ │ │ │ ├── values-sq.json │ │ │ │ ├── values-sr.json │ │ │ │ ├── values-sv.json │ │ │ │ ├── values-sw.json │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ ├── values-ta.json │ │ │ │ ├── values-te.json │ │ │ │ ├── values-th.json │ │ │ │ ├── values-tl.json │ │ │ │ ├── values-tr.json │ │ │ │ ├── values-uk.json │ │ │ │ ├── values-ur.json │ │ │ │ ├── values-uz.json │ │ │ │ ├── values-v16.json │ │ │ │ ├── values-v17.json │ │ │ │ ├── values-v18.json │ │ │ │ ├── values-v21.json │ │ │ │ ├── values-v22.json │ │ │ │ ├── values-v23.json │ │ │ │ ├── values-v24.json │ │ │ │ ├── values-v25.json │ │ │ │ ├── values-v26.json │ │ │ │ ├── values-v28.json │ │ │ │ ├── values-v31.json │ │ │ │ ├── values-v34.json │ │ │ │ ├── values-vi.json │ │ │ │ ├── values-w320dp-land-v13.json │ │ │ │ ├── values-w360dp-port-v13.json │ │ │ │ ├── values-w400dp-port-v13.json │ │ │ │ ├── values-w600dp-land-v13.json │ │ │ │ ├── values-watch-v20.json │ │ │ │ ├── values-watch-v21.json │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ ├── values-zh-rCN.json │ │ │ │ ├── values-zh-rHK.json │ │ │ │ ├── values-zh-rTW.json │ │ │ │ ├── values-zu.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ ├── debug.json │ │ │ │ └── layout.json │ │ ├── navigation_json │ │ │ └── debug │ │ │ │ ├── extractDeepLinksDebug │ │ │ │ └── navigation.json │ │ │ │ └── navigation.json │ │ ├── nested_resources_validation_report │ │ │ └── debug │ │ │ │ └── generateDebugResources │ │ │ │ └── nestedResourcesValidationReport.txt │ │ ├── packaged_manifests │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── output-metadata.json │ │ │ │ └── processDebugManifestForPackage │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── packaged_res │ │ │ └── debug │ │ │ │ ├── drawable-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ └── ic_launcher_background.xml │ │ │ │ ├── layout │ │ │ │ └── activity_new_photo_picker.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-anydpi-v33 │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-mdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xhdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxhdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxxhdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── packageDebugResources │ │ │ │ ├── drawable-v24 │ │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ │ └── ic_launcher_background.xml │ │ │ │ ├── layout │ │ │ │ │ └── activity_new_photo_picker.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ │ ├── ic_launcher.xml │ │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-anydpi-v33 │ │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-mdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxxhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── values │ │ │ │ │ └── values.xml │ │ │ │ └── xml │ │ │ │ │ ├── backup_rules.xml │ │ │ │ │ ├── data_extraction_rules.xml │ │ │ │ │ └── provider_paths.xml │ │ │ │ ├── values │ │ │ │ └── values.xml │ │ │ │ └── xml │ │ │ │ ├── backup_rules.xml │ │ │ │ ├── data_extraction_rules.xml │ │ │ │ └── provider_paths.xml │ │ ├── processed_res │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── output-metadata.json │ │ │ │ └── resources-debug.ap_ │ │ ├── project_dex_archive │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── 7b55485e1a1cc4ffcfa7e9deeae0a5cb7a79d07bad251aa9e0ca58594adaf1a4_0.jar │ │ │ │ ├── 7b55485e1a1cc4ffcfa7e9deeae0a5cb7a79d07bad251aa9e0ca58594adaf1a4_1.jar │ │ │ │ ├── androidx │ │ │ │ └── databinding │ │ │ │ │ ├── DataBinderMapperImpl.dex │ │ │ │ │ ├── DataBindingComponent.dex │ │ │ │ │ └── library │ │ │ │ │ └── baseAdapters │ │ │ │ │ └── BR.dex │ │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── parth │ │ │ │ ├── BR.dex │ │ │ │ ├── ComposableSingletons$FilePickerActivityKt$lambda-1$1.dex │ │ │ │ ├── ComposableSingletons$FilePickerActivityKt$lambda-2$1.dex │ │ │ │ ├── ComposableSingletons$FilePickerActivityKt$lambda-3$1.dex │ │ │ │ ├── ComposableSingletons$FilePickerActivityKt.dex │ │ │ │ ├── DataBinderMapperImpl$InnerBrLookup.dex │ │ │ │ ├── DataBinderMapperImpl$InnerLayoutIdLookup.dex │ │ │ │ ├── DataBinderMapperImpl.dex │ │ │ │ ├── DataBindingTriggerClass.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1$1$1$1.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1$1$1$2.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1$pickCamera$1$1.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1$requestPermissionLauncher$1$1.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1$requestPermissionLauncher$1.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1$singleFilePickerLauncher$1$1.dex │ │ │ │ ├── FilePickerActivity$onCreate$1$1.dex │ │ │ │ ├── FilePickerActivity$onCreate$1.dex │ │ │ │ ├── FilePickerActivity.dex │ │ │ │ ├── FilePickerActivityKt$Greeting$1.dex │ │ │ │ ├── FilePickerActivityKt$GreetingPreview$1.dex │ │ │ │ ├── FilePickerActivityKt.dex │ │ │ │ ├── NewPhotoPicker$pickCamera$1.dex │ │ │ │ ├── NewPhotoPicker$pickMedia$1.dex │ │ │ │ ├── NewPhotoPicker$requestPermissionLauncher$1.dex │ │ │ │ ├── NewPhotoPicker$takePicture$1.dex │ │ │ │ ├── NewPhotoPicker.dex │ │ │ │ ├── databinding │ │ │ │ ├── ActivityNewPhotoPickerBinding.dex │ │ │ │ └── ActivityNewPhotoPickerBindingImpl.dex │ │ │ │ └── ui │ │ │ │ └── theme │ │ │ │ ├── ColorKt.dex │ │ │ │ ├── ShapeKt.dex │ │ │ │ ├── ThemeKt$PhotoPicker$1.dex │ │ │ │ ├── ThemeKt.dex │ │ │ │ └── TypeKt.dex │ │ ├── runtime_symbol_list │ │ │ └── debug │ │ │ │ └── R.txt │ │ ├── signing_config_versions │ │ │ └── debug │ │ │ │ └── signing-config-versions.json │ │ ├── source_set_path_map │ │ │ └── debug │ │ │ │ ├── file-map.txt │ │ │ │ └── mapDebugSourceSetPaths │ │ │ │ └── file-map.txt │ │ ├── stable_resource_ids_file │ │ │ └── debug │ │ │ │ └── stableIds.txt │ │ ├── symbol_list_with_package_name │ │ │ └── debug │ │ │ │ └── package-aware-r.txt │ │ └── variant_model │ │ │ └── debug │ │ │ └── variant_model.json │ ├── kotlin │ │ └── compileDebugKotlin │ │ │ ├── cacheable │ │ │ ├── caches-jvm │ │ │ │ ├── inputs │ │ │ │ │ ├── source-to-output.tab │ │ │ │ │ ├── source-to-output.tab.keystream │ │ │ │ │ ├── source-to-output.tab.keystream.len │ │ │ │ │ ├── source-to-output.tab.len │ │ │ │ │ ├── source-to-output.tab.values.at │ │ │ │ │ ├── source-to-output.tab_i │ │ │ │ │ └── source-to-output.tab_i.len │ │ │ │ ├── jvm │ │ │ │ │ └── kotlin │ │ │ │ │ │ ├── class-attributes.tab │ │ │ │ │ │ ├── class-attributes.tab.keystream │ │ │ │ │ │ ├── class-attributes.tab.keystream.len │ │ │ │ │ │ ├── class-attributes.tab.len │ │ │ │ │ │ ├── class-attributes.tab.values.at │ │ │ │ │ │ ├── class-attributes.tab_i │ │ │ │ │ │ ├── class-attributes.tab_i.len │ │ │ │ │ │ ├── class-fq-name-to-source.tab │ │ │ │ │ │ ├── class-fq-name-to-source.tab.keystream │ │ │ │ │ │ ├── class-fq-name-to-source.tab.keystream.len │ │ │ │ │ │ ├── class-fq-name-to-source.tab.len │ │ │ │ │ │ ├── class-fq-name-to-source.tab.values.at │ │ │ │ │ │ ├── class-fq-name-to-source.tab_i │ │ │ │ │ │ ├── class-fq-name-to-source.tab_i.len │ │ │ │ │ │ ├── internal-name-to-source.tab │ │ │ │ │ │ ├── internal-name-to-source.tab.keystream │ │ │ │ │ │ ├── internal-name-to-source.tab.keystream.len │ │ │ │ │ │ ├── internal-name-to-source.tab.len │ │ │ │ │ │ ├── internal-name-to-source.tab.values.at │ │ │ │ │ │ ├── internal-name-to-source.tab_i │ │ │ │ │ │ ├── internal-name-to-source.tab_i.len │ │ │ │ │ │ ├── java-sources-proto-map.tab │ │ │ │ │ │ ├── java-sources-proto-map.tab.keystream │ │ │ │ │ │ ├── java-sources-proto-map.tab.keystream.len │ │ │ │ │ │ ├── java-sources-proto-map.tab.len │ │ │ │ │ │ ├── java-sources-proto-map.tab.values.at │ │ │ │ │ │ ├── java-sources-proto-map.tab_i │ │ │ │ │ │ ├── java-sources-proto-map.tab_i.len │ │ │ │ │ │ ├── package-parts.tab │ │ │ │ │ │ ├── package-parts.tab.keystream │ │ │ │ │ │ ├── package-parts.tab.keystream.len │ │ │ │ │ │ ├── package-parts.tab.len │ │ │ │ │ │ ├── package-parts.tab.values.at │ │ │ │ │ │ ├── package-parts.tab_i │ │ │ │ │ │ ├── package-parts.tab_i.len │ │ │ │ │ │ ├── proto.tab │ │ │ │ │ │ ├── proto.tab.keystream │ │ │ │ │ │ ├── proto.tab.keystream.len │ │ │ │ │ │ ├── proto.tab.len │ │ │ │ │ │ ├── proto.tab.values.at │ │ │ │ │ │ ├── proto.tab_i │ │ │ │ │ │ ├── proto.tab_i.len │ │ │ │ │ │ ├── source-to-classes.tab │ │ │ │ │ │ ├── source-to-classes.tab.keystream │ │ │ │ │ │ ├── source-to-classes.tab.keystream.len │ │ │ │ │ │ ├── source-to-classes.tab.len │ │ │ │ │ │ ├── source-to-classes.tab.values.at │ │ │ │ │ │ ├── source-to-classes.tab_i │ │ │ │ │ │ ├── source-to-classes.tab_i.len │ │ │ │ │ │ ├── subtypes.tab │ │ │ │ │ │ ├── subtypes.tab.keystream │ │ │ │ │ │ ├── subtypes.tab.keystream.len │ │ │ │ │ │ ├── subtypes.tab.len │ │ │ │ │ │ ├── subtypes.tab.values.at │ │ │ │ │ │ ├── subtypes.tab_i │ │ │ │ │ │ ├── subtypes.tab_i.len │ │ │ │ │ │ ├── supertypes.tab │ │ │ │ │ │ ├── supertypes.tab.keystream │ │ │ │ │ │ ├── supertypes.tab.keystream.len │ │ │ │ │ │ ├── supertypes.tab.len │ │ │ │ │ │ ├── supertypes.tab.values.at │ │ │ │ │ │ ├── supertypes.tab_i │ │ │ │ │ │ └── supertypes.tab_i.len │ │ │ │ └── lookups │ │ │ │ │ ├── counters.tab │ │ │ │ │ ├── file-to-id.tab │ │ │ │ │ ├── file-to-id.tab.keystream │ │ │ │ │ ├── file-to-id.tab.keystream.len │ │ │ │ │ ├── file-to-id.tab.len │ │ │ │ │ ├── file-to-id.tab.values.at │ │ │ │ │ ├── file-to-id.tab_i │ │ │ │ │ ├── file-to-id.tab_i.len │ │ │ │ │ ├── id-to-file.tab │ │ │ │ │ ├── id-to-file.tab.keystream │ │ │ │ │ ├── id-to-file.tab.keystream.len │ │ │ │ │ ├── id-to-file.tab.len │ │ │ │ │ ├── id-to-file.tab.values.at │ │ │ │ │ ├── id-to-file.tab_i │ │ │ │ │ ├── id-to-file.tab_i.len │ │ │ │ │ ├── lookups.tab │ │ │ │ │ ├── lookups.tab.keystream │ │ │ │ │ ├── lookups.tab.keystream.len │ │ │ │ │ ├── lookups.tab.len │ │ │ │ │ ├── lookups.tab.values.at │ │ │ │ │ ├── lookups.tab_i │ │ │ │ │ └── lookups.tab_i.len │ │ │ └── last-build.bin │ │ │ └── local-state │ │ │ └── build-history.bin │ ├── outputs │ │ └── logs │ │ │ └── manifest-merger-debug-report.txt │ └── tmp │ │ ├── compileDebugJavaWithJavac │ │ └── previous-compilation-data.bin │ │ └── kotlin-classes │ │ └── debug │ │ ├── META-INF │ │ └── app_debug.kotlin_module │ │ └── com │ │ └── android │ │ └── parth │ │ ├── ComposableSingletons$FilePickerActivityKt$lambda-1$1.class │ │ ├── ComposableSingletons$FilePickerActivityKt$lambda-2$1.class │ │ ├── ComposableSingletons$FilePickerActivityKt$lambda-3$1.class │ │ ├── ComposableSingletons$FilePickerActivityKt.class │ │ ├── FilePickerActivity$onCreate$1$1$1$1$1.class │ │ ├── FilePickerActivity$onCreate$1$1$1$1$2.class │ │ ├── FilePickerActivity$onCreate$1$1$pickCamera$1$1.class │ │ ├── FilePickerActivity$onCreate$1$1$requestPermissionLauncher$1$1.class │ │ ├── FilePickerActivity$onCreate$1$1$requestPermissionLauncher$1.class │ │ ├── FilePickerActivity$onCreate$1$1$singleFilePickerLauncher$1$1.class │ │ ├── FilePickerActivity$onCreate$1$1.class │ │ ├── FilePickerActivity$onCreate$1.class │ │ ├── FilePickerActivity.class │ │ ├── FilePickerActivityKt$Greeting$1.class │ │ ├── FilePickerActivityKt$GreetingPreview$1.class │ │ ├── FilePickerActivityKt.class │ │ ├── NewPhotoPicker$pickCamera$1.class │ │ ├── NewPhotoPicker$pickMedia$1.class │ │ ├── NewPhotoPicker$requestPermissionLauncher$1.class │ │ ├── NewPhotoPicker$takePicture$1.class │ │ ├── NewPhotoPicker.class │ │ └── ui │ │ └── theme │ │ ├── ColorKt.class │ │ ├── ShapeKt.class │ │ ├── ThemeKt$PhotoPicker$1.class │ │ ├── ThemeKt.class │ │ └── TypeKt.class ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── android │ │ └── parth │ │ └── ExampleInstrumentedTest.kt │ ├── main │ ├── AndroidManifest.xml │ ├── java │ │ └── com │ │ │ └── android │ │ │ └── parth │ │ │ ├── FilePickerActivity.kt │ │ │ ├── NewPhotoPicker.kt │ │ │ └── ui │ │ │ └── theme │ │ │ ├── Color.kt │ │ │ ├── Shape.kt │ │ │ ├── Theme.kt │ │ │ └── Type.kt │ └── res │ │ ├── drawable-v24 │ │ └── ic_launcher_foreground.xml │ │ ├── drawable │ │ └── ic_launcher_background.xml │ │ ├── layout │ │ └── activity_new_photo_picker.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-anydpi-v33 │ │ └── ic_launcher.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ └── themes.xml │ │ └── xml │ │ ├── backup_rules.xml │ │ ├── data_extraction_rules.xml │ │ └── provider_paths.xml │ └── test │ └── java │ └── com │ └── android │ └── parth │ └── ExampleUnitTest.kt ├── art ├── ss_photopicker1.png ├── ss_photopicker2.png └── ss_photopicker3.png ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── jitpack.yml ├── local.properties ├── photoPicker ├── CreateFile.kt ├── FileUriUtils.kt ├── FileUtil.kt ├── TakePictureWithUriReturnContract.kt ├── build.gradle ├── build │ ├── .transforms │ │ ├── 222871c8d2d96f61b84fee12e6406dda │ │ │ ├── results.bin │ │ │ └── transformed │ │ │ │ └── debug │ │ │ │ ├── com │ │ │ │ └── plandroid │ │ │ │ │ └── photopicker │ │ │ │ │ ├── FileUriUtils.dex │ │ │ │ │ ├── FileUtil.dex │ │ │ │ │ └── TakePictureWithUriReturnContract.dex │ │ │ │ └── desugar_graph.bin │ │ ├── 535c25d304a49046dd67efa02b7ea1a1 │ │ │ └── results.bin │ │ ├── 6883a525f91766c965a61c40b87a955e │ │ │ └── results.bin │ │ └── 9194cc654abdb4bbef2fd7844c73fce9 │ │ │ ├── results.bin │ │ │ └── transformed │ │ │ └── debug │ │ │ ├── com │ │ │ └── plandroid │ │ │ │ └── photopicker │ │ │ │ ├── FileUriUtils.dex │ │ │ │ ├── FileUtil.dex │ │ │ │ └── TakePictureWithUriReturnContract.dex │ │ │ └── desugar_graph.bin │ ├── 20250531_8176433377720801646.compiler.options │ ├── intermediates │ │ ├── aapt_friendly_merged_manifests │ │ │ └── debug │ │ │ │ ├── aapt │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ │ │ └── processDebugManifest │ │ │ │ └── aapt │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output-metadata.json │ │ ├── aar_metadata │ │ │ └── debug │ │ │ │ ├── aar-metadata.properties │ │ │ │ └── writeDebugAarMetadata │ │ │ │ └── aar-metadata.properties │ │ ├── annotation_processor_list │ │ │ └── debug │ │ │ │ └── annotationProcessors.json │ │ ├── compile_library_classes_jar │ │ │ └── debug │ │ │ │ └── classes.jar │ │ ├── compile_r_class_jar │ │ │ └── debug │ │ │ │ ├── R.jar │ │ │ │ └── generateDebugRFile │ │ │ │ └── R.jar │ │ ├── compile_symbol_list │ │ │ └── debug │ │ │ │ ├── R.txt │ │ │ │ └── generateDebugRFile │ │ │ │ └── R.txt │ │ ├── compiled_local_resources │ │ │ └── debug │ │ │ │ ├── compileDebugLibraryResources │ │ │ │ └── out │ │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat │ │ │ │ │ ├── drawable_audio.png.flat │ │ │ │ │ ├── drawable_doc.webp.flat │ │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ │ ├── drawable_img_not_supported.png.flat │ │ │ │ │ ├── drawable_video.png.flat │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ │ ├── mipmap-anydpi-v33_ic_launcher.xml.flat │ │ │ │ │ ├── mipmap-hdpi-v4_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-hdpi-v4_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-mdpi-v4_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-mdpi-v4_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-xhdpi-v4_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-xhdpi-v4_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-xxhdpi-v4_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-xxhdpi-v4_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-xxxhdpi-v4_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-xxxhdpi-v4_ic_launcher_round.webp.flat │ │ │ │ │ ├── xml_backup_rules.xml.flat │ │ │ │ │ ├── xml_data_extraction_rules.xml.flat │ │ │ │ │ └── xml_provider_paths.xml.flat │ │ │ │ └── out │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat │ │ │ │ ├── drawable_audio.png.flat │ │ │ │ ├── drawable_doc.webp.flat │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ ├── drawable_img_not_supported.png.flat │ │ │ │ ├── drawable_video.png.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ ├── mipmap-anydpi-v33_ic_launcher.xml.flat │ │ │ │ ├── mipmap-hdpi-v4_ic_launcher.webp.flat │ │ │ │ ├── mipmap-hdpi-v4_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-mdpi-v4_ic_launcher.webp.flat │ │ │ │ ├── mipmap-mdpi-v4_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xhdpi-v4_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xhdpi-v4_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxhdpi-v4_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxhdpi-v4_ic_launcher_round.webp.flat │ │ │ │ ├── mipmap-xxxhdpi-v4_ic_launcher.webp.flat │ │ │ │ ├── mipmap-xxxhdpi-v4_ic_launcher_round.webp.flat │ │ │ │ ├── xml_backup_rules.xml.flat │ │ │ │ ├── xml_data_extraction_rules.xml.flat │ │ │ │ └── xml_provider_paths.xml.flat │ │ ├── incremental │ │ │ ├── debug │ │ │ │ └── packageDebugResources │ │ │ │ │ ├── compile-file-map.properties │ │ │ │ │ ├── merged.dir │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ └── packageDebugAssets │ │ │ │ └── merger.xml │ │ ├── java_res │ │ │ └── debug │ │ │ │ └── out │ │ │ │ └── META-INF │ │ │ │ └── photoPicker_debug.kotlin_module │ │ ├── local_only_symbol_list │ │ │ └── debug │ │ │ │ ├── R-def.txt │ │ │ │ └── parseDebugLocalResources │ │ │ │ └── R-def.txt │ │ ├── manifest_merge_blame_file │ │ │ └── debug │ │ │ │ ├── manifest-merger-blame-debug-report.txt │ │ │ │ └── processDebugManifest │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ ├── merged_manifest │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── processDebugManifest │ │ │ │ └── AndroidManifest.xml │ │ ├── navigation_json │ │ │ └── debug │ │ │ │ ├── extractDeepLinksDebug │ │ │ │ └── navigation.json │ │ │ │ └── navigation.json │ │ ├── nested_resources_validation_report │ │ │ └── debug │ │ │ │ └── generateDebugResources │ │ │ │ └── nestedResourcesValidationReport.txt │ │ ├── packaged_res │ │ │ └── debug │ │ │ │ ├── drawable-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ ├── audio.png │ │ │ │ ├── doc.webp │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ ├── img_not_supported.png │ │ │ │ └── video.png │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-anydpi-v33 │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-mdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xhdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxhdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxxhdpi-v4 │ │ │ │ ├── ic_launcher.webp │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── packageDebugResources │ │ │ │ ├── drawable-v24 │ │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ │ ├── audio.png │ │ │ │ │ ├── doc.webp │ │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ │ ├── img_not_supported.png │ │ │ │ │ └── video.png │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ │ ├── ic_launcher.xml │ │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-anydpi-v33 │ │ │ │ │ └── ic_launcher.xml │ │ │ │ ├── mipmap-hdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-mdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── mipmap-xxxhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ ├── values │ │ │ │ │ └── values.xml │ │ │ │ └── xml │ │ │ │ │ ├── backup_rules.xml │ │ │ │ │ ├── data_extraction_rules.xml │ │ │ │ │ └── provider_paths.xml │ │ │ │ ├── values │ │ │ │ └── values.xml │ │ │ │ └── xml │ │ │ │ ├── backup_rules.xml │ │ │ │ ├── data_extraction_rules.xml │ │ │ │ └── provider_paths.xml │ │ ├── runtime_library_classes_dir │ │ │ └── debug │ │ │ │ ├── META-INF │ │ │ │ └── photoPicker_debug.kotlin_module │ │ │ │ └── com │ │ │ │ └── plandroid │ │ │ │ └── photopicker │ │ │ │ ├── FileUriUtils.class │ │ │ │ ├── FileUtil.class │ │ │ │ └── TakePictureWithUriReturnContract.class │ │ └── symbol_list_with_package_name │ │ │ └── debug │ │ │ ├── generateDebugRFile │ │ │ └── package-aware-r.txt │ │ │ └── package-aware-r.txt │ ├── outputs │ │ └── logs │ │ │ └── manifest-merger-debug-report.txt │ └── tmp │ │ └── kotlin-classes │ │ └── debug │ │ ├── META-INF │ │ └── photoPicker_debug.kotlin_module │ │ └── com │ │ └── plandroid │ │ └── photopicker │ │ ├── FileUriUtils.class │ │ ├── FileUtil.class │ │ └── TakePictureWithUriReturnContract.class ├── consumer-rules.pro ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── com │ │ └── plandroid │ │ └── photopicker │ │ └── ExampleInstrumentedTest.kt │ ├── main │ ├── AndroidManifest.xml │ ├── java │ │ └── com │ │ │ └── plandroid │ │ │ └── photopicker │ │ │ ├── FileUriUtils.kt │ │ │ ├── FileUtil.kt │ │ │ └── TakePictureWithUriReturnContract.kt │ └── res │ │ ├── drawable-v24 │ │ └── ic_launcher_foreground.xml │ │ ├── drawable │ │ ├── audio.png │ │ ├── doc.webp │ │ ├── ic_launcher_background.xml │ │ ├── img_not_supported.png │ │ └── video.png │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-anydpi-v33 │ │ └── ic_launcher.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.webp │ │ └── ic_launcher_round.webp │ │ ├── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ └── themes.xml │ │ └── xml │ │ ├── backup_rules.xml │ │ ├── data_extraction_rules.xml │ │ └── provider_paths.xml │ └── test │ └── java │ └── com │ └── plandroid │ └── photopicker │ └── ExampleUnitTest.kt └── settings.gradle /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gradle/8.11.1/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/8.11.1/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /.gradle/8.11.1/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /.gradle/8.11.1/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/8.11.1/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/8.11.1/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/8.11.1/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/8.11.1/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/8.11.1/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.11.1/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/8.11.1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/8.2/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/8.2/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /.gradle/8.2/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /.gradle/8.2/dependencies-accessors/dependencies-accessors.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/dependencies-accessors/dependencies-accessors.lock -------------------------------------------------------------------------------- /.gradle/8.2/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/8.2/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/8.2/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/8.2/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/8.2/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/8.2/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/8.2/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/8.2/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/8.2/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Sat May 31 12:41:36 IST 2025 2 | gradle.version=8.11.1 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/config.properties -------------------------------------------------------------------------------- /.gradle/file-system.probe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.gradle/file-system.probe -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | NewPhotoPickerAndroid13 -------------------------------------------------------------------------------- /.idea/AndroidProjectSystem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/AndroidProjectSystem.xml -------------------------------------------------------------------------------- /.idea/caches/deviceStreaming.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/caches/deviceStreaming.xml -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/deploymentTargetDropDown.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/deploymentTargetDropDown.xml -------------------------------------------------------------------------------- /.idea/deploymentTargetSelector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/deploymentTargetSelector.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/kotlinc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/kotlinc.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_1_8_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_activity_activity_1_8_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_1_8_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_activity_activity_1_8_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_compose_1_8_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_activity_activity_compose_1_8_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_activity_activity_ktx_1_8_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_activity_activity_ktx_1_8_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_3_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_3_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_jvm_1_6_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_annotation_annotation_jvm_1_6_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_annotation_annotation_jvm_1_7_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_annotation_annotation_jvm_1_7_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_appcompat_appcompat_1_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_common_2_2_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_arch_core_core_common_2_2_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_2_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_2_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_collection_collection_jvm_1_4_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_collection_collection_jvm_1_4_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_animation_animation_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_animation_animation_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_animation_animation_core_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_animation_animation_core_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_foundation_foundation_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_foundation_foundation_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material3_material3_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_material3_material3_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material_material_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_material_material_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_material_material_ripple_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_material_material_ripple_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_runtime_runtime_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_runtime_runtime_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_runtime_runtime_saveable_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_runtime_runtime_saveable_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_geometry_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_geometry_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_graphics_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_graphics_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_test_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_test_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_test_junit4_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_test_junit4_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_test_manifest_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_test_manifest_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_text_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_text_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_data_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_data_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_preview_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_tooling_preview_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_unit_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_unit_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_compose_ui_ui_util_android_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_compose_ui_ui_util_android_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_concurrent_concurrent_futures_1_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_concurrent_concurrent_futures_1_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_0_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_0_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_4_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_4_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_solver_2_0_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_solver_2_0_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_1_12_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_core_core_1_12_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_core_core_ktx_1_12_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_core_core_ktx_1_12_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_adapters_8_10_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_databinding_databinding_adapters_8_10_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_common_8_10_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_databinding_databinding_common_8_10_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_ktx_8_10_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_databinding_databinding_ktx_8_10_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_databinding_runtime_8_10_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_databinding_databinding_runtime_8_10_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_databinding_viewbinding_8_10_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_databinding_viewbinding_8_10_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_fragment_fragment_1_3_6_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_fragment_fragment_1_3_6_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_fragment_fragment_1_6_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_fragment_fragment_1_6_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_6_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_6_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_7_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_7_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_ktx_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_ktx_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_process_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_process_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_ktx_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_ktx_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_service_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_service_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_ktx_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_ktx_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_7_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_7_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_1_2_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_2_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_savedstate_savedstate_ktx_1_2_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_savedstate_savedstate_ktx_1_2_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_startup_startup_runtime_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_startup_startup_runtime_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_annotation_1_0_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_annotation_1_0_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_core_1_5_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_core_1_5_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_5_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_5_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_5_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_5_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_ext_junit_1_1_5_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_5_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_monitor_1_6_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_monitor_1_6_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_runner_1_5_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_runner_1_5_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_test_services_storage_1_4_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_test_services_storage_1_4_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_tracing_tracing_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_tracing_tracing_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_android_material_material_1_11_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_google_android_material_material_1_11_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_2.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_gson_gson_2_9_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_google_code_gson_gson_2_9_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_guava_listenablefuture_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_google_guava_listenablefuture_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okhttp3_logging_interceptor_4_9_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_okhttp3_logging_interceptor_4_9_2.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_4_9_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_okhttp3_okhttp_4_9_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_okio_okio_jvm_3_0_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_okio_okio_jvm_3_0_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_retrofit2_adapter_rxjava2_2_6_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_retrofit2_adapter_rxjava2_2_6_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_retrofit2_converter_gson_2_6_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_retrofit2_converter_gson_2_6_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_retrofit2_retrofit_2_6_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__com_squareup_retrofit2_retrofit_2_6_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__io_coil_kt_coil_2_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__io_coil_kt_coil_2_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__io_coil_kt_coil_base_2_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__io_coil_kt_coil_base_2_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__io_coil_kt_coil_compose_2_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__io_coil_kt_coil_compose_2_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__io_coil_kt_coil_compose_base_2_1_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__io_coil_kt_coil_compose_base_2_1_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__io_reactivex_rxjava2_rxandroid_2_0_2_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__io_reactivex_rxjava2_rxandroid_2_0_2_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__io_reactivex_rxjava2_rxjava_2_1_14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__io_reactivex_rxjava2_rxjava_2_1_14.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_13_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__junit_junit_4_13_2.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_annotations_23_0_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_annotations_23_0_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_8_22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_8_22.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_2_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_2_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_8_22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_8_22.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_8_22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_8_22.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_2_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_2_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_8_22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_8_22.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_2_1_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk8_2_1_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_6_4.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_6_4.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_jetbrains_kotlinx_kotlinx_coroutines_test_jvm_1_7_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_reactivestreams_reactive_streams_1_0_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/libraries/Gradle__org_reactivestreams_reactive_streams_1_0_2.xml -------------------------------------------------------------------------------- /.idea/migrations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/migrations.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/modules/NewPhotoPickerAndroid13.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/NewPhotoPickerAndroid13.iml -------------------------------------------------------------------------------- /.idea/modules/app/NewPhotoPickerAndroid13.app.androidTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/app/NewPhotoPickerAndroid13.app.androidTest.iml -------------------------------------------------------------------------------- /.idea/modules/app/NewPhotoPickerAndroid13.app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/app/NewPhotoPickerAndroid13.app.iml -------------------------------------------------------------------------------- /.idea/modules/app/NewPhotoPickerAndroid13.app.main.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/app/NewPhotoPickerAndroid13.app.main.iml -------------------------------------------------------------------------------- /.idea/modules/app/NewPhotoPickerAndroid13.app.unitTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/app/NewPhotoPickerAndroid13.app.unitTest.iml -------------------------------------------------------------------------------- /.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.androidTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.androidTest.iml -------------------------------------------------------------------------------- /.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.iml -------------------------------------------------------------------------------- /.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.main.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.main.iml -------------------------------------------------------------------------------- /.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.unitTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/modules/photoPicker/NewPhotoPickerAndroid13.photoPicker.unitTest.iml -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/README.md -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/build/generated/ap_generated_sources/debug/out/com/android/parth/BR.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/generated/ap_generated_sources/debug/out/com/android/parth/BR.java -------------------------------------------------------------------------------- /app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json -------------------------------------------------------------------------------- /app/build/intermediates/apk/debug/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/apk/debug/app-debug.apk -------------------------------------------------------------------------------- /app/build/intermediates/apk/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/apk/debug/output-metadata.json -------------------------------------------------------------------------------- /app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt -------------------------------------------------------------------------------- /app/build/intermediates/app_metadata/debug/app-metadata.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/app_metadata/debug/app-metadata.properties -------------------------------------------------------------------------------- /app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json -------------------------------------------------------------------------------- /app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_artifact/debug/com.android.parth-br.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/data_binding_artifact/debug/com.android.parth-br.bin -------------------------------------------------------------------------------- /app/build/intermediates/data_binding_artifact/debug/com.android.parth-setter_store.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/data_binding_artifact/debug/com.android.parth-setter_store.json -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeExtDexDebug/classes3.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeExtDexDebug/classes3.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeLibDexDebug/6/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeLibDexDebug/6/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeProjectDexDebug/7/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/dex_archive_input_jar_hashes/debug/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/dex_archive_input_jar_hashes/debug/out -------------------------------------------------------------------------------- /app/build/intermediates/dex_number_of_buckets_file/debug/out: -------------------------------------------------------------------------------- 1 | 2 -------------------------------------------------------------------------------- /app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug/packageDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/mergeDebugAssets/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 -------------------------------------------------------------------------------- /app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/java_res/debug/out/META-INF/app_debug.kotlin_module -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/android/parth/BR.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/javac/debug/classes/com/android/parth/BR.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/com/android/parth/DataBinderMapperImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/javac/debug/classes/com/android/parth/DataBinderMapperImpl.class -------------------------------------------------------------------------------- /app/build/intermediates/local_only_symbol_list/debug/R-def.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/local_only_symbol_list/debug/R-def.txt -------------------------------------------------------------------------------- /app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt -------------------------------------------------------------------------------- /app/build/intermediates/merged_java_res/debug/base.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_java_res/debug/base.jar -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_manifests/debug/output-metadata.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/layout_activity_new_photo_picker.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/layout_activity_new_photo_picker.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mergeDebugResources/xml_backup_rules.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_backup_rules.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mergeDebugResources/xml_provider_paths.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_provider_paths.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-anydpi-v33_ic_launcher.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-v34_values-v34.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-v34_values-v34.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res/debug/xml_provider_paths.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res/debug/xml_provider_paths.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v34.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json -------------------------------------------------------------------------------- /app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /app/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt: -------------------------------------------------------------------------------- 1 | 0 Warning/Error -------------------------------------------------------------------------------- /app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_manifests/debug/output-metadata.json -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/layout/activity_new_photo_picker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/layout/activity_new_photo_picker.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/packageDebugResources/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/packageDebugResources/xml/backup_rules.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/packageDebugResources/xml/provider_paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/packageDebugResources/xml/provider_paths.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml -------------------------------------------------------------------------------- /app/build/intermediates/packaged_res/debug/xml/provider_paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/packaged_res/debug/xml/provider_paths.xml -------------------------------------------------------------------------------- /app/build/intermediates/processed_res/debug/out/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/processed_res/debug/out/output-metadata.json -------------------------------------------------------------------------------- /app/build/intermediates/processed_res/debug/out/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/project_dex_archive/debug/out/com/android/parth/BR.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/project_dex_archive/debug/out/com/android/parth/BR.dex -------------------------------------------------------------------------------- /app/build/intermediates/runtime_symbol_list/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/runtime_symbol_list/debug/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/signing_config_versions/debug/signing-config-versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json -------------------------------------------------------------------------------- /app/build/intermediates/source_set_path_map/debug/file-map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/source_set_path_map/debug/file-map.txt -------------------------------------------------------------------------------- /app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt -------------------------------------------------------------------------------- /app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt -------------------------------------------------------------------------------- /app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt -------------------------------------------------------------------------------- /app/build/intermediates/variant_model/debug/variant_model.json: -------------------------------------------------------------------------------- 1 |  2 | com.android.parth -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len: -------------------------------------------------------------------------------- 1 | c` -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len: -------------------------------------------------------------------------------- 1 | c`Fv -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len: -------------------------------------------------------------------------------- 1 | c`&m -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab: -------------------------------------------------------------------------------- 1 | 6 2 | 0 -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len: -------------------------------------------------------------------------------- 1 | c`6 -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len: -------------------------------------------------------------------------------- 1 | c`5 -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin -------------------------------------------------------------------------------- /app/build/kotlin/compileDebugKotlin/local-state/build-history.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/kotlin/compileDebugKotlin/local-state/build-history.bin -------------------------------------------------------------------------------- /app/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/FilePickerActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/FilePickerActivity.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/FilePickerActivityKt.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/FilePickerActivityKt.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/NewPhotoPicker$pickMedia$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/NewPhotoPicker$pickMedia$1.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/NewPhotoPicker.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/NewPhotoPicker.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/ColorKt.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/ColorKt.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/ShapeKt.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/ShapeKt.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/ThemeKt.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/ThemeKt.class -------------------------------------------------------------------------------- /app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/TypeKt.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/build/tmp/kotlin-classes/debug/com/android/parth/ui/theme/TypeKt.class -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/src/androidTest/java/com/android/parth/ExampleInstrumentedTest.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/androidTest/java/com/android/parth/ExampleInstrumentedTest.kt -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/java/com/android/parth/FilePickerActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/java/com/android/parth/FilePickerActivity.kt -------------------------------------------------------------------------------- /app/src/main/java/com/android/parth/NewPhotoPicker.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/java/com/android/parth/NewPhotoPicker.kt -------------------------------------------------------------------------------- /app/src/main/java/com/android/parth/ui/theme/Color.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/java/com/android/parth/ui/theme/Color.kt -------------------------------------------------------------------------------- /app/src/main/java/com/android/parth/ui/theme/Shape.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/java/com/android/parth/ui/theme/Shape.kt -------------------------------------------------------------------------------- /app/src/main/java/com/android/parth/ui/theme/Theme.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/java/com/android/parth/ui/theme/Theme.kt -------------------------------------------------------------------------------- /app/src/main/java/com/android/parth/ui/theme/Type.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/java/com/android/parth/ui/theme/Type.kt -------------------------------------------------------------------------------- /app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_new_photo_picker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/layout/activity_new_photo_picker.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/values/themes.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/xml/backup_rules.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/data_extraction_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/xml/data_extraction_rules.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/provider_paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/main/res/xml/provider_paths.xml -------------------------------------------------------------------------------- /app/src/test/java/com/android/parth/ExampleUnitTest.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/app/src/test/java/com/android/parth/ExampleUnitTest.kt -------------------------------------------------------------------------------- /art/ss_photopicker1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/art/ss_photopicker1.png -------------------------------------------------------------------------------- /art/ss_photopicker2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/art/ss_photopicker2.png -------------------------------------------------------------------------------- /art/ss_photopicker3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/art/ss_photopicker3.png -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/gradlew.bat -------------------------------------------------------------------------------- /jitpack.yml: -------------------------------------------------------------------------------- 1 | jdk: 2 | - openjdk17 -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/local.properties -------------------------------------------------------------------------------- /photoPicker/CreateFile.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/CreateFile.kt -------------------------------------------------------------------------------- /photoPicker/FileUriUtils.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/FileUriUtils.kt -------------------------------------------------------------------------------- /photoPicker/FileUtil.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/FileUtil.kt -------------------------------------------------------------------------------- /photoPicker/TakePictureWithUriReturnContract.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/TakePictureWithUriReturnContract.kt -------------------------------------------------------------------------------- /photoPicker/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build.gradle -------------------------------------------------------------------------------- /photoPicker/build/.transforms/222871c8d2d96f61b84fee12e6406dda/results.bin: -------------------------------------------------------------------------------- 1 | o/debug 2 | -------------------------------------------------------------------------------- /photoPicker/build/.transforms/535c25d304a49046dd67efa02b7ea1a1/results.bin: -------------------------------------------------------------------------------- 1 | i/ 2 | -------------------------------------------------------------------------------- /photoPicker/build/.transforms/6883a525f91766c965a61c40b87a955e/results.bin: -------------------------------------------------------------------------------- 1 | i/ 2 | -------------------------------------------------------------------------------- /photoPicker/build/.transforms/9194cc654abdb4bbef2fd7844c73fce9/results.bin: -------------------------------------------------------------------------------- 1 | o/debug 2 | -------------------------------------------------------------------------------- /photoPicker/build/20250531_8176433377720801646.compiler.options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/20250531_8176433377720801646.compiler.options -------------------------------------------------------------------------------- /photoPicker/build/intermediates/aar_metadata/debug/aar-metadata.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/aar_metadata/debug/aar-metadata.properties -------------------------------------------------------------------------------- /photoPicker/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /photoPicker/build/intermediates/compile_library_classes_jar/debug/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/compile_library_classes_jar/debug/classes.jar -------------------------------------------------------------------------------- /photoPicker/build/intermediates/compile_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/compile_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /photoPicker/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar -------------------------------------------------------------------------------- /photoPicker/build/intermediates/compile_symbol_list/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/compile_symbol_list/debug/R.txt -------------------------------------------------------------------------------- /photoPicker/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt -------------------------------------------------------------------------------- /photoPicker/build/intermediates/incremental/debug/packageDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/incremental/debug/packageDebugResources/merger.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/incremental/packageDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/incremental/packageDebugAssets/merger.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/local_only_symbol_list/debug/R-def.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/local_only_symbol_list/debug/R-def.txt -------------------------------------------------------------------------------- /photoPicker/build/intermediates/merged_manifest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/merged_manifest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /photoPicker/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /photoPicker/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt: -------------------------------------------------------------------------------- 1 | 0 Warning/Error -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/drawable/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/drawable/audio.png -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/drawable/doc.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/drawable/doc.webp -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/drawable/img_not_supported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/drawable/img_not_supported.png -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/drawable/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/drawable/video.png -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-anydpi-v33/ic_launcher.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/values/values.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/xml/backup_rules.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml -------------------------------------------------------------------------------- /photoPicker/build/intermediates/packaged_res/debug/xml/provider_paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/intermediates/packaged_res/debug/xml/provider_paths.xml -------------------------------------------------------------------------------- /photoPicker/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /photoPicker/build/tmp/kotlin-classes/debug/META-INF/photoPicker_debug.kotlin_module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/tmp/kotlin-classes/debug/META-INF/photoPicker_debug.kotlin_module -------------------------------------------------------------------------------- /photoPicker/build/tmp/kotlin-classes/debug/com/plandroid/photopicker/FileUtil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/build/tmp/kotlin-classes/debug/com/plandroid/photopicker/FileUtil.class -------------------------------------------------------------------------------- /photoPicker/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /photoPicker/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/proguard-rules.pro -------------------------------------------------------------------------------- /photoPicker/src/androidTest/java/com/plandroid/photopicker/ExampleInstrumentedTest.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/androidTest/java/com/plandroid/photopicker/ExampleInstrumentedTest.kt -------------------------------------------------------------------------------- /photoPicker/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /photoPicker/src/main/java/com/plandroid/photopicker/FileUriUtils.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/java/com/plandroid/photopicker/FileUriUtils.kt -------------------------------------------------------------------------------- /photoPicker/src/main/java/com/plandroid/photopicker/FileUtil.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/java/com/plandroid/photopicker/FileUtil.kt -------------------------------------------------------------------------------- /photoPicker/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/drawable/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/drawable/audio.png -------------------------------------------------------------------------------- /photoPicker/src/main/res/drawable/doc.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/drawable/doc.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/drawable/img_not_supported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/drawable/img_not_supported.png -------------------------------------------------------------------------------- /photoPicker/src/main/res/drawable/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/drawable/video.png -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-anydpi-v33/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-anydpi-v33/ic_launcher.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-hdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-hdpi/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-hdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-hdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-mdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-mdpi/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-mdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-mdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-xhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-xhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-xhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-xhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-xxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-xxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-xxxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-xxxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /photoPicker/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/values/themes.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/xml/backup_rules.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/xml/data_extraction_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/xml/data_extraction_rules.xml -------------------------------------------------------------------------------- /photoPicker/src/main/res/xml/provider_paths.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/main/res/xml/provider_paths.xml -------------------------------------------------------------------------------- /photoPicker/src/test/java/com/plandroid/photopicker/ExampleUnitTest.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/photoPicker/src/test/java/com/plandroid/photopicker/ExampleUnitTest.kt -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParthLotia/FilePicker/HEAD/settings.gradle --------------------------------------------------------------------------------