├── .idea ├── BluetoothCommunication2 - Copy.iml ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── workspace.xml ├── App.apk ├── README.md ├── app ├── .idea │ ├── app.iml │ ├── compiler.xml │ ├── copyright │ │ └── profiles_settings.xml │ ├── misc.xml │ ├── modules.xml │ └── workspace.xml ├── build │ ├── intermediates │ │ ├── exploded-aar │ │ │ ├── com.android.support.test.espresso │ │ │ │ ├── espresso-core │ │ │ │ │ └── 2.2.2 │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── R.txt │ │ │ │ │ │ ├── aapt │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ │ └── jars │ │ │ │ │ │ └── classes.jar │ │ │ │ └── espresso-idling-resource │ │ │ │ │ └── 2.2.2 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aapt │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ ├── com.android.support.test │ │ │ │ ├── exposed-instrumentation-api-publish │ │ │ │ │ └── 0.5 │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── aapt │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ │ └── jars │ │ │ │ │ │ └── classes.jar │ │ │ │ ├── rules │ │ │ │ │ └── 0.5 │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── R.txt │ │ │ │ │ │ ├── aapt │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ │ ├── annotations.zip │ │ │ │ │ │ ├── jars │ │ │ │ │ │ └── classes.jar │ │ │ │ │ │ └── res │ │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ └── runner │ │ │ │ │ └── 0.5 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aapt │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ └── com.android.support │ │ │ │ ├── appcompat-v7 │ │ │ │ └── 25.3.1 │ │ │ │ │ └── res │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png │ │ │ │ │ ├── abc_list_focused_holo.9.png │ │ │ │ │ ├── abc_list_longpressed_holo.9.png │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png │ │ │ │ │ ├── drawable-xxxhdpi-v4 │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── layout-v11 │ │ │ │ │ ├── notification_media_action.xml │ │ │ │ │ ├── notification_media_cancel_action.xml │ │ │ │ │ ├── notification_template_big_media.xml │ │ │ │ │ ├── notification_template_big_media_custom.xml │ │ │ │ │ ├── notification_template_big_media_narrow.xml │ │ │ │ │ └── notification_template_big_media_narrow_custom.xml │ │ │ │ │ ├── layout-v16 │ │ │ │ │ └── notification_template_custom_big.xml │ │ │ │ │ ├── layout-v21 │ │ │ │ │ ├── notification_action.xml │ │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ │ └── notification_template_icon_group.xml │ │ │ │ │ ├── layout │ │ │ │ │ ├── abc_action_bar_title_item.xml │ │ │ │ │ ├── abc_action_bar_up_container.xml │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml │ │ │ │ │ ├── abc_action_menu_item_layout.xml │ │ │ │ │ ├── abc_action_menu_layout.xml │ │ │ │ │ ├── abc_action_mode_bar.xml │ │ │ │ │ ├── abc_action_mode_close_item_material.xml │ │ │ │ │ ├── abc_activity_chooser_view.xml │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml │ │ │ │ │ ├── abc_alert_dialog_material.xml │ │ │ │ │ ├── abc_alert_dialog_title_material.xml │ │ │ │ │ ├── abc_dialog_title_material.xml │ │ │ │ │ ├── abc_expanded_menu_layout.xml │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml │ │ │ │ │ ├── abc_list_menu_item_icon.xml │ │ │ │ │ ├── abc_list_menu_item_layout.xml │ │ │ │ │ ├── abc_list_menu_item_radio.xml │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml │ │ │ │ │ ├── abc_popup_menu_item_layout.xml │ │ │ │ │ ├── abc_screen_content_include.xml │ │ │ │ │ ├── abc_screen_simple.xml │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml │ │ │ │ │ ├── abc_screen_toolbar.xml │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml │ │ │ │ │ ├── abc_search_view.xml │ │ │ │ │ ├── abc_select_dialog_material.xml │ │ │ │ │ ├── notification_action.xml │ │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ │ ├── notification_template_icon_group.xml │ │ │ │ │ ├── notification_template_lines_media.xml │ │ │ │ │ ├── notification_template_media.xml │ │ │ │ │ ├── notification_template_media_custom.xml │ │ │ │ │ ├── notification_template_part_chronometer.xml │ │ │ │ │ ├── notification_template_part_time.xml │ │ │ │ │ ├── select_dialog_item_material.xml │ │ │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ │ │ ├── select_dialog_singlechoice_material.xml │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml │ │ │ │ │ ├── values-af │ │ │ │ │ └── values-af.xml │ │ │ │ │ ├── values-am │ │ │ │ │ └── values-am.xml │ │ │ │ │ ├── values-ar │ │ │ │ │ └── values-ar.xml │ │ │ │ │ ├── values-az-rAZ │ │ │ │ │ └── values-az-rAZ.xml │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ ├── values-be-rBY │ │ │ │ │ └── values-be-rBY.xml │ │ │ │ │ ├── values-bg │ │ │ │ │ └── values-bg.xml │ │ │ │ │ ├── values-bn-rBD │ │ │ │ │ └── values-bn-rBD.xml │ │ │ │ │ ├── values-bs-rBA │ │ │ │ │ └── values-bs-rBA.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-rGB │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ ├── values-es │ │ │ │ │ └── values-es.xml │ │ │ │ │ ├── values-et-rEE │ │ │ │ │ └── values-et-rEE.xml │ │ │ │ │ ├── values-eu-rES │ │ │ │ │ └── values-eu-rES.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-rES │ │ │ │ │ └── values-gl-rES.xml │ │ │ │ │ ├── values-gu-rIN │ │ │ │ │ └── values-gu-rIN.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-rAM │ │ │ │ │ └── values-hy-rAM.xml │ │ │ │ │ ├── values-in │ │ │ │ │ └── values-in.xml │ │ │ │ │ ├── values-is-rIS │ │ │ │ │ └── values-is-rIS.xml │ │ │ │ │ ├── values-it │ │ │ │ │ └── values-it.xml │ │ │ │ │ ├── values-iw │ │ │ │ │ └── values-iw.xml │ │ │ │ │ ├── values-ja │ │ │ │ │ └── values-ja.xml │ │ │ │ │ ├── values-ka-rGE │ │ │ │ │ └── values-ka-rGE.xml │ │ │ │ │ ├── values-kk-rKZ │ │ │ │ │ └── values-kk-rKZ.xml │ │ │ │ │ ├── values-km-rKH │ │ │ │ │ └── values-km-rKH.xml │ │ │ │ │ ├── values-kn-rIN │ │ │ │ │ └── values-kn-rIN.xml │ │ │ │ │ ├── values-ko │ │ │ │ │ └── values-ko.xml │ │ │ │ │ ├── values-ky-rKG │ │ │ │ │ └── values-ky-rKG.xml │ │ │ │ │ ├── values-land │ │ │ │ │ └── values-land.xml │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ ├── values-lo-rLA │ │ │ │ │ └── values-lo-rLA.xml │ │ │ │ │ ├── values-lt │ │ │ │ │ └── values-lt.xml │ │ │ │ │ ├── values-lv │ │ │ │ │ └── values-lv.xml │ │ │ │ │ ├── values-mk-rMK │ │ │ │ │ └── values-mk-rMK.xml │ │ │ │ │ ├── values-ml-rIN │ │ │ │ │ └── values-ml-rIN.xml │ │ │ │ │ ├── values-mn-rMN │ │ │ │ │ └── values-mn-rMN.xml │ │ │ │ │ ├── values-mr-rIN │ │ │ │ │ └── values-mr-rIN.xml │ │ │ │ │ ├── values-ms-rMY │ │ │ │ │ └── values-ms-rMY.xml │ │ │ │ │ ├── values-my-rMM │ │ │ │ │ └── values-my-rMM.xml │ │ │ │ │ ├── values-nb │ │ │ │ │ └── values-nb.xml │ │ │ │ │ ├── values-ne-rNP │ │ │ │ │ └── values-ne-rNP.xml │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ ├── values-nl │ │ │ │ │ └── values-nl.xml │ │ │ │ │ ├── values-pa-rIN │ │ │ │ │ └── values-pa-rIN.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-rLK │ │ │ │ │ └── values-si-rLK.xml │ │ │ │ │ ├── values-sk │ │ │ │ │ └── values-sk.xml │ │ │ │ │ ├── values-sl │ │ │ │ │ └── values-sl.xml │ │ │ │ │ ├── values-sq-rAL │ │ │ │ │ └── values-sq-rAL.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-rIN │ │ │ │ │ └── values-ta-rIN.xml │ │ │ │ │ ├── values-te-rIN │ │ │ │ │ └── values-te-rIN.xml │ │ │ │ │ ├── values-th │ │ │ │ │ └── values-th.xml │ │ │ │ │ ├── values-tl │ │ │ │ │ └── values-tl.xml │ │ │ │ │ ├── values-tr │ │ │ │ │ └── values-tr.xml │ │ │ │ │ ├── values-uk │ │ │ │ │ └── values-uk.xml │ │ │ │ │ ├── values-ur-rPK │ │ │ │ │ └── values-ur-rPK.xml │ │ │ │ │ ├── values-uz-rUZ │ │ │ │ │ └── values-uz-rUZ.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v12 │ │ │ │ │ └── values-v12.xml │ │ │ │ │ ├── values-v13 │ │ │ │ │ └── values-v13.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.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-vi │ │ │ │ │ └── values-vi.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 │ │ │ │ ├── support-compat │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aidl │ │ │ │ │ └── android │ │ │ │ │ │ └── support │ │ │ │ │ │ └── v4 │ │ │ │ │ │ └── os │ │ │ │ │ │ └── ResultReceiver.aidl │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-core-ui │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ └── proguard.txt │ │ │ │ ├── support-core-utils │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-fragment │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-media-compat │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aidl │ │ │ │ │ └── android │ │ │ │ │ │ └── support │ │ │ │ │ │ └── v4 │ │ │ │ │ │ └── media │ │ │ │ │ │ ├── MediaDescriptionCompat.aidl │ │ │ │ │ │ ├── MediaMetadataCompat.aidl │ │ │ │ │ │ ├── RatingCompat.aidl │ │ │ │ │ │ └── session │ │ │ │ │ │ ├── MediaSessionCompat.aidl │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl │ │ │ │ │ │ └── PlaybackStateCompat.aidl │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-v4 │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ └── support-vector-drawable │ │ │ │ └── 25.3.1 │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── jars │ │ │ │ └── classes.jar │ │ ├── incremental-classes │ │ │ └── debug │ │ │ │ └── instant-run-bootstrap.jar │ │ ├── incremental-runtime-classes │ │ │ └── debug │ │ │ │ └── instant-run.jar │ │ ├── incremental-safeguard │ │ │ └── debug │ │ │ │ └── tag.txt │ │ ├── incremental-verifier │ │ │ └── debug │ │ │ │ ├── android │ │ │ │ └── support │ │ │ │ │ └── v7 │ │ │ │ │ └── appcompat │ │ │ │ │ ├── R$anim.class │ │ │ │ │ ├── R$attr.class │ │ │ │ │ ├── R$bool.class │ │ │ │ │ ├── R$color.class │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ ├── R$id.class │ │ │ │ │ ├── R$integer.class │ │ │ │ │ ├── R$layout.class │ │ │ │ │ ├── R$string.class │ │ │ │ │ ├── R$style.class │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ └── R.class │ │ │ │ └── bangalore │ │ │ │ └── pes │ │ │ │ └── bluetoothcommunication │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── Connection$1.class │ │ │ │ ├── Connection$2.class │ │ │ │ ├── Connection$3$1.class │ │ │ │ ├── Connection$3.class │ │ │ │ ├── Connection$4.class │ │ │ │ ├── Connection$ConnectBT.class │ │ │ │ ├── Connection.class │ │ │ │ ├── DeviceListAdapter.class │ │ │ │ ├── MainActivity$1.class │ │ │ │ ├── MainActivity$2.class │ │ │ │ ├── MainActivity$3.class │ │ │ │ ├── MainActivity$4.class │ │ │ │ ├── MainActivity$5.class │ │ │ │ ├── MainActivity$6.class │ │ │ │ ├── MainActivity$7.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$bool.class │ │ │ │ ├── R$color.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$integer.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$mipmap.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ └── R.class │ │ ├── incremental │ │ │ ├── compileDebugAidl │ │ │ │ └── dependency.store │ │ │ ├── compileDebugAndroidTestAidl │ │ │ │ └── dependency.store │ │ │ ├── mergeDebugAndroidTestResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ ├── merged.dir │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ ├── merged.dir │ │ │ │ │ ├── values-af │ │ │ │ │ │ └── values-af.xml │ │ │ │ │ ├── values-am │ │ │ │ │ │ └── values-am.xml │ │ │ │ │ ├── values-ar │ │ │ │ │ │ └── values-ar.xml │ │ │ │ │ ├── values-az-rAZ │ │ │ │ │ │ └── values-az-rAZ.xml │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ ├── values-be-rBY │ │ │ │ │ │ └── values-be-rBY.xml │ │ │ │ │ ├── values-bg │ │ │ │ │ │ └── values-bg.xml │ │ │ │ │ ├── values-bn-rBD │ │ │ │ │ │ └── values-bn-rBD.xml │ │ │ │ │ ├── values-bs-rBA │ │ │ │ │ │ └── values-bs-rBA.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-rGB │ │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ ├── values-es │ │ │ │ │ │ └── values-es.xml │ │ │ │ │ ├── values-et-rEE │ │ │ │ │ │ └── values-et-rEE.xml │ │ │ │ │ ├── values-eu-rES │ │ │ │ │ │ └── values-eu-rES.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-rES │ │ │ │ │ │ └── values-gl-rES.xml │ │ │ │ │ ├── values-gu-rIN │ │ │ │ │ │ └── values-gu-rIN.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-rAM │ │ │ │ │ │ └── values-hy-rAM.xml │ │ │ │ │ ├── values-in │ │ │ │ │ │ └── values-in.xml │ │ │ │ │ ├── values-is-rIS │ │ │ │ │ │ └── values-is-rIS.xml │ │ │ │ │ ├── values-it │ │ │ │ │ │ └── values-it.xml │ │ │ │ │ ├── values-iw │ │ │ │ │ │ └── values-iw.xml │ │ │ │ │ ├── values-ja │ │ │ │ │ │ └── values-ja.xml │ │ │ │ │ ├── values-ka-rGE │ │ │ │ │ │ └── values-ka-rGE.xml │ │ │ │ │ ├── values-kk-rKZ │ │ │ │ │ │ └── values-kk-rKZ.xml │ │ │ │ │ ├── values-km-rKH │ │ │ │ │ │ └── values-km-rKH.xml │ │ │ │ │ ├── values-kn-rIN │ │ │ │ │ │ └── values-kn-rIN.xml │ │ │ │ │ ├── values-ko │ │ │ │ │ │ └── values-ko.xml │ │ │ │ │ ├── values-ky-rKG │ │ │ │ │ │ └── values-ky-rKG.xml │ │ │ │ │ ├── values-land │ │ │ │ │ │ └── values-land.xml │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ ├── values-lo-rLA │ │ │ │ │ │ └── values-lo-rLA.xml │ │ │ │ │ ├── values-lt │ │ │ │ │ │ └── values-lt.xml │ │ │ │ │ ├── values-lv │ │ │ │ │ │ └── values-lv.xml │ │ │ │ │ ├── values-mk-rMK │ │ │ │ │ │ └── values-mk-rMK.xml │ │ │ │ │ ├── values-ml-rIN │ │ │ │ │ │ └── values-ml-rIN.xml │ │ │ │ │ ├── values-mn-rMN │ │ │ │ │ │ └── values-mn-rMN.xml │ │ │ │ │ ├── values-mr-rIN │ │ │ │ │ │ └── values-mr-rIN.xml │ │ │ │ │ ├── values-ms-rMY │ │ │ │ │ │ └── values-ms-rMY.xml │ │ │ │ │ ├── values-my-rMM │ │ │ │ │ │ └── values-my-rMM.xml │ │ │ │ │ ├── values-nb │ │ │ │ │ │ └── values-nb.xml │ │ │ │ │ ├── values-ne-rNP │ │ │ │ │ │ └── values-ne-rNP.xml │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ ├── values-nl │ │ │ │ │ │ └── values-nl.xml │ │ │ │ │ ├── values-pa-rIN │ │ │ │ │ │ └── values-pa-rIN.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-rLK │ │ │ │ │ │ └── values-si-rLK.xml │ │ │ │ │ ├── values-sk │ │ │ │ │ │ └── values-sk.xml │ │ │ │ │ ├── values-sl │ │ │ │ │ │ └── values-sl.xml │ │ │ │ │ ├── values-sq-rAL │ │ │ │ │ │ └── values-sq-rAL.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-rIN │ │ │ │ │ │ └── values-ta-rIN.xml │ │ │ │ │ ├── values-te-rIN │ │ │ │ │ │ └── values-te-rIN.xml │ │ │ │ │ ├── values-th │ │ │ │ │ │ └── values-th.xml │ │ │ │ │ ├── values-tl │ │ │ │ │ │ └── values-tl.xml │ │ │ │ │ ├── values-tr │ │ │ │ │ │ └── values-tr.xml │ │ │ │ │ ├── values-uk │ │ │ │ │ │ └── values-uk.xml │ │ │ │ │ ├── values-ur-rPK │ │ │ │ │ │ └── values-ur-rPK.xml │ │ │ │ │ ├── values-uz-rUZ │ │ │ │ │ │ └── values-uz-rUZ.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v12 │ │ │ │ │ │ └── values-v12.xml │ │ │ │ │ ├── values-v13 │ │ │ │ │ │ └── values-v13.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── values-v14.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-vi │ │ │ │ │ │ └── values-vi.xml │ │ │ │ │ ├── values-w820dp-v13 │ │ │ │ │ │ └── values-w820dp-v13.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 │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ ├── packageDebug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ ├── file-input-save-data.txt │ │ │ │ └── zip-cache │ │ │ │ │ └── KRptU3BQbs5bwHWtxHQnB+4bwyk= │ │ │ └── packageInstantRunResourcesDebug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ ├── file-input-save-data.txt │ │ │ │ └── zip-cache │ │ │ │ └── KRptU3BQbs5bwHWtxHQnB+4bwyk= │ │ ├── instant-run-resources │ │ │ └── resources-debug.ir.ap_ │ │ ├── instant-run-support │ │ │ └── debug │ │ │ │ ├── instant-run.zip │ │ │ │ ├── manifest.crc │ │ │ │ └── manifest.xml │ │ ├── manifest │ │ │ └── androidTest │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── manifests │ │ │ ├── full │ │ │ │ └── debug │ │ │ │ │ └── AndroidManifest.xml │ │ │ └── instant-run │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── res │ │ │ ├── merged │ │ │ │ ├── androidTest │ │ │ │ │ └── debug │ │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ └── debug │ │ │ │ │ ├── anim │ │ │ │ │ ├── abc_fade_in.xml │ │ │ │ │ ├── abc_fade_out.xml │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml │ │ │ │ │ ├── abc_popup_enter.xml │ │ │ │ │ ├── abc_popup_exit.xml │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml │ │ │ │ │ ├── abc_slide_in_bottom.xml │ │ │ │ │ ├── abc_slide_in_top.xml │ │ │ │ │ ├── abc_slide_out_bottom.xml │ │ │ │ │ └── abc_slide_out_top.xml │ │ │ │ │ ├── color-v11 │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml │ │ │ │ │ ├── color-v23 │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml │ │ │ │ │ ├── abc_btn_colored_text_material.xml │ │ │ │ │ ├── abc_color_highlight_material.xml │ │ │ │ │ ├── abc_tint_btn_checkable.xml │ │ │ │ │ ├── abc_tint_default.xml │ │ │ │ │ ├── abc_tint_edittext.xml │ │ │ │ │ ├── abc_tint_seek_thumb.xml │ │ │ │ │ ├── abc_tint_spinner.xml │ │ │ │ │ ├── abc_tint_switch_thumb.xml │ │ │ │ │ └── abc_tint_switch_track.xml │ │ │ │ │ ├── color │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml │ │ │ │ │ ├── abc_btn_colored_text_material.xml │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml │ │ │ │ │ ├── abc_hint_foreground_material_light.xml │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml │ │ │ │ │ ├── abc_primary_text_material_dark.xml │ │ │ │ │ ├── abc_primary_text_material_light.xml │ │ │ │ │ ├── abc_search_url_text.xml │ │ │ │ │ ├── abc_secondary_text_material_dark.xml │ │ │ │ │ ├── abc_secondary_text_material_light.xml │ │ │ │ │ ├── abc_tint_btn_checkable.xml │ │ │ │ │ ├── abc_tint_default.xml │ │ │ │ │ ├── abc_tint_edittext.xml │ │ │ │ │ ├── abc_tint_seek_thumb.xml │ │ │ │ │ ├── abc_tint_spinner.xml │ │ │ │ │ ├── abc_tint_switch_thumb.xml │ │ │ │ │ ├── abc_tint_switch_track.xml │ │ │ │ │ ├── switch_thumb_material_dark.xml │ │ │ │ │ └── switch_thumb_material_light.xml │ │ │ │ │ ├── drawable-hdpi-v4 │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png │ │ │ │ │ ├── abc_list_focused_holo.9.png │ │ │ │ │ ├── abc_list_longpressed_holo.9.png │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17 │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17 │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17 │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17 │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17 │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── drawable-mdpi-v4 │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png │ │ │ │ │ ├── abc_list_focused_holo.9.png │ │ │ │ │ ├── abc_list_longpressed_holo.9.png │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ │ ├── drawable-v21 │ │ │ │ │ ├── abc_action_bar_item_background_material.xml │ │ │ │ │ ├── abc_btn_colored_material.xml │ │ │ │ │ ├── abc_edit_text_material.xml │ │ │ │ │ └── notification_action_background.xml │ │ │ │ │ ├── drawable-v23 │ │ │ │ │ └── abc_control_background_material.xml │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png │ │ │ │ │ ├── abc_list_focused_holo.9.png │ │ │ │ │ ├── abc_list_longpressed_holo.9.png │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png │ │ │ │ │ ├── abc_list_focused_holo.9.png │ │ │ │ │ ├── abc_list_longpressed_holo.9.png │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png │ │ │ │ │ ├── drawable-xxxhdpi-v4 │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── drawable │ │ │ │ │ ├── abc_btn_borderless_material.xml │ │ │ │ │ ├── abc_btn_check_material.xml │ │ │ │ │ ├── abc_btn_colored_material.xml │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml │ │ │ │ │ ├── abc_btn_radio_material.xml │ │ │ │ │ ├── abc_cab_background_internal_bg.xml │ │ │ │ │ ├── abc_cab_background_top_material.xml │ │ │ │ │ ├── abc_dialog_material_background.xml │ │ │ │ │ ├── abc_edit_text_material.xml │ │ │ │ │ ├── abc_ic_ab_back_material.xml │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml │ │ │ │ │ ├── abc_ic_clear_material.xml │ │ │ │ │ ├── abc_ic_go_search_api_material.xml │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml │ │ │ │ │ ├── abc_ic_search_api_material.xml │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml │ │ │ │ │ ├── abc_item_background_holo_dark.xml │ │ │ │ │ ├── abc_item_background_holo_light.xml │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml │ │ │ │ │ ├── abc_list_selector_holo_dark.xml │ │ │ │ │ ├── abc_list_selector_holo_light.xml │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml │ │ │ │ │ ├── abc_ratingbar_material.xml │ │ │ │ │ ├── abc_ratingbar_small_material.xml │ │ │ │ │ ├── abc_seekbar_thumb_material.xml │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml │ │ │ │ │ ├── abc_seekbar_track_material.xml │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml │ │ │ │ │ ├── abc_switch_thumb_material.xml │ │ │ │ │ ├── abc_tab_indicator_material.xml │ │ │ │ │ ├── abc_text_cursor_material.xml │ │ │ │ │ ├── abc_textfield_search_material.xml │ │ │ │ │ ├── abc_vector_test.xml │ │ │ │ │ ├── notification_bg.xml │ │ │ │ │ ├── notification_bg_low.xml │ │ │ │ │ ├── notification_icon_background.xml │ │ │ │ │ └── notification_tile_bg.xml │ │ │ │ │ ├── layout-v11 │ │ │ │ │ ├── notification_media_action.xml │ │ │ │ │ ├── notification_media_cancel_action.xml │ │ │ │ │ ├── notification_template_big_media.xml │ │ │ │ │ ├── notification_template_big_media_custom.xml │ │ │ │ │ ├── notification_template_big_media_narrow.xml │ │ │ │ │ └── notification_template_big_media_narrow_custom.xml │ │ │ │ │ ├── layout-v16 │ │ │ │ │ └── notification_template_custom_big.xml │ │ │ │ │ ├── layout-v21 │ │ │ │ │ ├── notification_action.xml │ │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ │ └── notification_template_icon_group.xml │ │ │ │ │ ├── layout │ │ │ │ │ ├── abc_action_bar_title_item.xml │ │ │ │ │ ├── abc_action_bar_up_container.xml │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml │ │ │ │ │ ├── abc_action_menu_item_layout.xml │ │ │ │ │ ├── abc_action_menu_layout.xml │ │ │ │ │ ├── abc_action_mode_bar.xml │ │ │ │ │ ├── abc_action_mode_close_item_material.xml │ │ │ │ │ ├── abc_activity_chooser_view.xml │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml │ │ │ │ │ ├── abc_alert_dialog_material.xml │ │ │ │ │ ├── abc_alert_dialog_title_material.xml │ │ │ │ │ ├── abc_dialog_title_material.xml │ │ │ │ │ ├── abc_expanded_menu_layout.xml │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml │ │ │ │ │ ├── abc_list_menu_item_icon.xml │ │ │ │ │ ├── abc_list_menu_item_layout.xml │ │ │ │ │ ├── abc_list_menu_item_radio.xml │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml │ │ │ │ │ ├── abc_popup_menu_item_layout.xml │ │ │ │ │ ├── abc_screen_content_include.xml │ │ │ │ │ ├── abc_screen_simple.xml │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml │ │ │ │ │ ├── abc_screen_toolbar.xml │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml │ │ │ │ │ ├── abc_search_view.xml │ │ │ │ │ ├── abc_select_dialog_material.xml │ │ │ │ │ ├── activity_connection.xml │ │ │ │ │ ├── activity_discover.xml │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── notification_action.xml │ │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ │ ├── notification_template_icon_group.xml │ │ │ │ │ ├── notification_template_lines_media.xml │ │ │ │ │ ├── notification_template_media.xml │ │ │ │ │ ├── notification_template_media_custom.xml │ │ │ │ │ ├── notification_template_part_chronometer.xml │ │ │ │ │ ├── notification_template_part_time.xml │ │ │ │ │ ├── select_dialog_item_material.xml │ │ │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ │ │ ├── select_dialog_singlechoice_material.xml │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── values-af │ │ │ │ │ └── values-af.xml │ │ │ │ │ ├── values-am │ │ │ │ │ └── values-am.xml │ │ │ │ │ ├── values-ar │ │ │ │ │ └── values-ar.xml │ │ │ │ │ ├── values-az-rAZ │ │ │ │ │ └── values-az-rAZ.xml │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ ├── values-be-rBY │ │ │ │ │ └── values-be-rBY.xml │ │ │ │ │ ├── values-bg │ │ │ │ │ └── values-bg.xml │ │ │ │ │ ├── values-bn-rBD │ │ │ │ │ └── values-bn-rBD.xml │ │ │ │ │ ├── values-bs-rBA │ │ │ │ │ └── values-bs-rBA.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-rGB │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ ├── values-es │ │ │ │ │ └── values-es.xml │ │ │ │ │ ├── values-et-rEE │ │ │ │ │ └── values-et-rEE.xml │ │ │ │ │ ├── values-eu-rES │ │ │ │ │ └── values-eu-rES.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-rES │ │ │ │ │ └── values-gl-rES.xml │ │ │ │ │ ├── values-gu-rIN │ │ │ │ │ └── values-gu-rIN.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-rAM │ │ │ │ │ └── values-hy-rAM.xml │ │ │ │ │ ├── values-in │ │ │ │ │ └── values-in.xml │ │ │ │ │ ├── values-is-rIS │ │ │ │ │ └── values-is-rIS.xml │ │ │ │ │ ├── values-it │ │ │ │ │ └── values-it.xml │ │ │ │ │ ├── values-iw │ │ │ │ │ └── values-iw.xml │ │ │ │ │ ├── values-ja │ │ │ │ │ └── values-ja.xml │ │ │ │ │ ├── values-ka-rGE │ │ │ │ │ └── values-ka-rGE.xml │ │ │ │ │ ├── values-kk-rKZ │ │ │ │ │ └── values-kk-rKZ.xml │ │ │ │ │ ├── values-km-rKH │ │ │ │ │ └── values-km-rKH.xml │ │ │ │ │ ├── values-kn-rIN │ │ │ │ │ └── values-kn-rIN.xml │ │ │ │ │ ├── values-ko │ │ │ │ │ └── values-ko.xml │ │ │ │ │ ├── values-ky-rKG │ │ │ │ │ └── values-ky-rKG.xml │ │ │ │ │ ├── values-land │ │ │ │ │ └── values-land.xml │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ ├── values-lo-rLA │ │ │ │ │ └── values-lo-rLA.xml │ │ │ │ │ ├── values-lt │ │ │ │ │ └── values-lt.xml │ │ │ │ │ ├── values-lv │ │ │ │ │ └── values-lv.xml │ │ │ │ │ ├── values-mk-rMK │ │ │ │ │ └── values-mk-rMK.xml │ │ │ │ │ ├── values-ml-rIN │ │ │ │ │ └── values-ml-rIN.xml │ │ │ │ │ ├── values-mn-rMN │ │ │ │ │ └── values-mn-rMN.xml │ │ │ │ │ ├── values-mr-rIN │ │ │ │ │ └── values-mr-rIN.xml │ │ │ │ │ ├── values-ms-rMY │ │ │ │ │ └── values-ms-rMY.xml │ │ │ │ │ ├── values-my-rMM │ │ │ │ │ └── values-my-rMM.xml │ │ │ │ │ ├── values-nb │ │ │ │ │ └── values-nb.xml │ │ │ │ │ ├── values-ne-rNP │ │ │ │ │ └── values-ne-rNP.xml │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ ├── values-nl │ │ │ │ │ └── values-nl.xml │ │ │ │ │ ├── values-pa-rIN │ │ │ │ │ └── values-pa-rIN.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-rLK │ │ │ │ │ └── values-si-rLK.xml │ │ │ │ │ ├── values-sk │ │ │ │ │ └── values-sk.xml │ │ │ │ │ ├── values-sl │ │ │ │ │ └── values-sl.xml │ │ │ │ │ ├── values-sq-rAL │ │ │ │ │ └── values-sq-rAL.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-rIN │ │ │ │ │ └── values-ta-rIN.xml │ │ │ │ │ ├── values-te-rIN │ │ │ │ │ └── values-te-rIN.xml │ │ │ │ │ ├── values-th │ │ │ │ │ └── values-th.xml │ │ │ │ │ ├── values-tl │ │ │ │ │ └── values-tl.xml │ │ │ │ │ ├── values-tr │ │ │ │ │ └── values-tr.xml │ │ │ │ │ ├── values-uk │ │ │ │ │ └── values-uk.xml │ │ │ │ │ ├── values-ur-rPK │ │ │ │ │ └── values-ur-rPK.xml │ │ │ │ │ ├── values-uz-rUZ │ │ │ │ │ └── values-uz-rUZ.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v12 │ │ │ │ │ └── values-v12.xml │ │ │ │ │ ├── values-v13 │ │ │ │ │ └── values-v13.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.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-vi │ │ │ │ │ └── values-vi.xml │ │ │ │ │ ├── values-w820dp-v13 │ │ │ │ │ └── values-w820dp-v13.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 │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ └── resources-debug.ap_ │ │ ├── restart-dex │ │ │ └── debug │ │ │ │ └── build-info.xml │ │ ├── symbols │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── R.txt │ │ │ └── debug │ │ │ │ └── R.txt │ │ └── transforms │ │ │ ├── dex │ │ │ └── debug │ │ │ │ └── folders │ │ │ │ └── 1000 │ │ │ │ ├── 5 │ │ │ │ ├── slice_0 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_1 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_2 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_3 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_4 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_5 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_6 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_7 │ │ │ │ │ └── classes.dex │ │ │ │ ├── slice_8 │ │ │ │ │ └── classes.dex │ │ │ │ └── slice_9 │ │ │ │ │ └── classes.dex │ │ │ │ └── 10 │ │ │ │ ├── com.android.support-animated-vector-drawable-25.3.1_0b932778f4251dab7036d55b6be010b400be3b2b │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-appcompat-v7-25.3.1_49bc37e1280a60450fdd4ef37aafa61440d82511 │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-compat-25.3.1_3f8addd5296f5fbf3834e50978e034f00bde704c │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-core-ui-25.3.1_cb24a1d0e66461306efe6b531d27541235f3fb64 │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-core-utils-25.3.1_2298394f569c39fd5ef4e22c9a3227d69095e737 │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-fragment-25.3.1_cc9fb1f5b8beac620dc57d0601e82c568993e27f │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-media-compat-25.3.1_e107163c57500f2257e96935d49cfbb3a677986b │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-v4-25.3.1_ef5b2a5db0ae679017f2b20f5d359ecaf7ed6d67 │ │ │ │ └── classes.dex │ │ │ │ ├── com.android.support-support-vector-drawable-25.3.1_76e69f4b3393795aeb9c2f7a51af972955e58cef │ │ │ │ └── classes.dex │ │ │ │ ├── instant-run-bootstrap_8f633c9a7c479f7340302712349094de1acc1e1b │ │ │ │ └── classes.dex │ │ │ │ ├── instant-run_e6bfc142ee9d8b7c05c78fd9e739733657b492b4 │ │ │ │ └── classes.dex │ │ │ │ └── support-annotations-25.3.1_4ac3675705d532e0cd8950abbbfd5e32c728f66d │ │ │ │ └── classes.dex │ │ │ ├── instantRun │ │ │ └── debug │ │ │ │ └── folders │ │ │ │ └── 1 │ │ │ │ └── 5 │ │ │ │ └── main │ │ │ │ ├── android │ │ │ │ └── support │ │ │ │ │ └── v7 │ │ │ │ │ └── appcompat │ │ │ │ │ ├── R$anim.class │ │ │ │ │ ├── R$attr.class │ │ │ │ │ ├── R$bool.class │ │ │ │ │ ├── R$color.class │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ ├── R$id.class │ │ │ │ │ ├── R$integer.class │ │ │ │ │ ├── R$layout.class │ │ │ │ │ ├── R$string.class │ │ │ │ │ ├── R$style.class │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ └── R.class │ │ │ │ └── bangalore │ │ │ │ └── pes │ │ │ │ └── bluetoothcommunication │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── Connection$1.class │ │ │ │ ├── Connection$2.class │ │ │ │ ├── Connection$3$1.class │ │ │ │ ├── Connection$3.class │ │ │ │ ├── Connection$4.class │ │ │ │ ├── Connection$ConnectBT.class │ │ │ │ ├── Connection.class │ │ │ │ ├── DeviceListAdapter.class │ │ │ │ ├── MainActivity$1.class │ │ │ │ ├── MainActivity$2.class │ │ │ │ ├── MainActivity$3.class │ │ │ │ ├── MainActivity$4.class │ │ │ │ ├── MainActivity$5.class │ │ │ │ ├── MainActivity$6.class │ │ │ │ ├── MainActivity$7.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$bool.class │ │ │ │ ├── R$color.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$integer.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$mipmap.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ └── R.class │ │ │ └── instantRunSlicer │ │ │ └── debug │ │ │ └── folders │ │ │ └── 1 │ │ │ └── 5 │ │ │ ├── slice_0 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_0.class │ │ │ ├── slice_1 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_1.class │ │ │ ├── slice_2 │ │ │ ├── android │ │ │ │ └── support │ │ │ │ │ └── v7 │ │ │ │ │ └── appcompat │ │ │ │ │ ├── R$anim.class │ │ │ │ │ ├── R$attr.class │ │ │ │ │ ├── R$bool.class │ │ │ │ │ ├── R$color.class │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ ├── R$id.class │ │ │ │ │ ├── R$integer.class │ │ │ │ │ ├── R$layout.class │ │ │ │ │ ├── R$string.class │ │ │ │ │ ├── R$style.class │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ └── R.class │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_2.class │ │ │ ├── slice_3 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_3.class │ │ │ ├── slice_4 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_4.class │ │ │ ├── slice_5 │ │ │ ├── bangalore │ │ │ │ └── pes │ │ │ │ │ └── bluetoothcommunication │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ ├── Connection$1.class │ │ │ │ │ ├── Connection$2.class │ │ │ │ │ ├── Connection$3$1.class │ │ │ │ │ ├── Connection$3.class │ │ │ │ │ ├── Connection$4.class │ │ │ │ │ ├── Connection$ConnectBT.class │ │ │ │ │ ├── Connection.class │ │ │ │ │ ├── DeviceListAdapter.class │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ ├── MainActivity$2.class │ │ │ │ │ ├── MainActivity$3.class │ │ │ │ │ ├── MainActivity$4.class │ │ │ │ │ ├── MainActivity$5.class │ │ │ │ │ ├── MainActivity$6.class │ │ │ │ │ ├── MainActivity$7.class │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ ├── R$anim.class │ │ │ │ │ ├── R$attr.class │ │ │ │ │ ├── R$bool.class │ │ │ │ │ ├── R$color.class │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ ├── R$id.class │ │ │ │ │ ├── R$integer.class │ │ │ │ │ ├── R$layout.class │ │ │ │ │ ├── R$mipmap.class │ │ │ │ │ ├── R$string.class │ │ │ │ │ ├── R$style.class │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ └── R.class │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_5.class │ │ │ ├── slice_6 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_6.class │ │ │ ├── slice_7 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_7.class │ │ │ ├── slice_8 │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── tools │ │ │ │ └── fd │ │ │ │ └── dummy │ │ │ │ └── slice_8.class │ │ │ └── slice_9 │ │ │ └── com │ │ │ └── android │ │ │ └── tools │ │ │ └── fd │ │ │ └── dummy │ │ │ └── slice_9.class │ └── outputs │ │ ├── apk │ │ └── app-debug.apk │ │ └── logs │ │ └── manifest-merger-debug-report.txt └── src │ ├── androidTest │ └── java │ │ └── bangalore │ │ └── pes │ │ └── bluetoothcommunication │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── ic_launcher-web.png │ ├── java │ │ └── bangalore │ │ │ └── pes │ │ │ └── bluetoothcommunication │ │ │ ├── Connection.java │ │ │ ├── DeviceListAdapter.java │ │ │ └── MainActivity.java │ └── res │ │ ├── layout │ │ ├── activity_connection.xml │ │ ├── activity_discover.xml │ │ └── activity_main.xml │ │ ├── mipmap-hdpi │ │ └── ic_launcher.png │ │ ├── mipmap-mdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxxhdpi │ │ └── ic_launcher.png │ │ ├── values-w820dp │ │ └── dimens.xml │ │ └── values │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml │ └── test │ └── java │ └── bangalore │ └── pes │ └── bluetoothcommunication │ └── ExampleUnitTest.java ├── arduino.ino └── gradle └── wrapper ├── gradle-wrapper.jar └── gradle-wrapper.properties /.idea/BluetoothCommunication2 - Copy.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/.idea/BluetoothCommunication2 - Copy.iml -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /App.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/App.apk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/README.md -------------------------------------------------------------------------------- /app/.idea/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/.idea/app.iml -------------------------------------------------------------------------------- /app/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/.idea/compiler.xml -------------------------------------------------------------------------------- /app/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /app/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/.idea/misc.xml -------------------------------------------------------------------------------- /app/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/.idea/modules.xml -------------------------------------------------------------------------------- /app/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/.idea/workspace.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.2/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f020000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f020000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/aapt/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/aapt/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/res/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/res/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/aapt/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/aapt/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-compat/25.3.1/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-compat/25.3.1/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-compat/25.3.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-compat/25.3.1/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-compat/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-compat/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/proguard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-core-ui/25.3.1/proguard.txt -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-core-utils/25.3.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-core-utils/25.3.1/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-core-utils/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-core-utils/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-fragment/25.3.1/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-fragment/25.3.1/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-fragment/25.3.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-fragment/25.3.1/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-fragment/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-fragment/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-media-compat/25.3.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-media-compat/25.3.1/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-v4/25.3.1/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-v4/25.3.1/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/support-v4/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-v4/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar -------------------------------------------------------------------------------- /app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar -------------------------------------------------------------------------------- /app/build/intermediates/incremental-safeguard/debug/tag.txt: -------------------------------------------------------------------------------- 1 | incremental task execution -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$color.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$dimen.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$drawable.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$integer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$integer.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental-verifier/debug/bangalore/pes/bluetoothcommunication/R.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties: -------------------------------------------------------------------------------- 1 | #Thu Jun 22 14:10:24 IST 2017 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugAssets/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az-rAZ/values-az-rAZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az-rAZ/values-az-rAZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be-rBY/values-be-rBY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be-rBY/values-be-rBY.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn-rBD/values-bn-rBD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn-rBD/values-bn-rBD.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs-rBA/values-bs-rBA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs-rBA/values-bs-rBA.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et-rEE/values-et-rEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et-rEE/values-et-rEE.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu-rES/values-eu-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu-rES/values-eu-rES.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v12/values-v12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v12/values-v12.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v13/values-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v13/values-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v14/values-v14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v14/values-v14.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/dex-renamer-state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/packageDebug/dex-renamer-state.txt -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/file-input-save-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/packageDebug/file-input-save-data.txt -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/zip-cache/KRptU3BQbs5bwHWtxHQnB+4bwyk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/packageDebug/zip-cache/KRptU3BQbs5bwHWtxHQnB+4bwyk= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageInstantRunResourcesDebug/dex-renamer-state.txt: -------------------------------------------------------------------------------- 1 | #Thu Jun 22 14:10:25 IST 2017 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageInstantRunResourcesDebug/file-input-save-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/incremental/packageInstantRunResourcesDebug/file-input-save-data.txt -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-resources/resources-debug.ir.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/instant-run-resources/resources-debug.ir.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-support/debug/instant-run.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/instant-run-support/debug/instant-run.zip -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-support/debug/manifest.crc: -------------------------------------------------------------------------------- 1 | 1196782054 -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-support/debug/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/instant-run-support/debug/manifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifests/full/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/manifests/full/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifests/instant-run/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/manifests/instant-run/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/androidTest/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/androidTest/debug/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_btn_colored_borderless_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_btn_colored_borderless_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_btn_colored_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_btn_colored_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_btn_checkable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_btn_checkable.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_default.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_edittext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_edittext.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_seek_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_seek_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_spinner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_spinner.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_track.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_track.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_btn_colored_borderless_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_btn_colored_borderless_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_btn_colored_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_btn_colored_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_btn_checkable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_btn_checkable.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_default.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_edittext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_edittext.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_seek_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_seek_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_spinner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_spinner.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_switch_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_switch_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_switch_track.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_switch_track.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_pressed.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal_pressed.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notify_panel_notification_icon_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notify_panel_notification_icon_bg.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_pressed.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal_pressed.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notify_panel_notification_icon_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notify_panel_notification_icon_bg.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/abc_edit_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/abc_edit_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/notification_action_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/notification_action_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_low_pressed.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_ab_back_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_ab_back_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_arrow_drop_right_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_arrow_drop_right_black_24dp.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_clear_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_clear_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_go_search_api_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_go_search_api_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_menu_overflow_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_menu_overflow_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_search_api_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_search_api_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_voice_search_api_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_voice_search_api_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_indicator_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_indicator_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_small_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_small_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_seekbar_tick_mark_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_tick_mark_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_vector_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_vector_test.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_bg_low.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_bg_low.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_icon_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_icon_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_tile_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_tile_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_media_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_media_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_media_cancel_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_media_cancel_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media_custom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media_custom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media_narrow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media_narrow.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v16/notification_template_custom_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v16/notification_template_custom_big.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_action_tombstone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_action_tombstone.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_template_custom_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_template_custom_big.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_template_icon_group.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_template_icon_group.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_button_bar_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_button_bar_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_title_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_title_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_popup_menu_header_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_header_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_search_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_connection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/activity_connection.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_discover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/activity_discover.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/activity_main.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_action_tombstone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_action_tombstone.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_custom_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_custom_big.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_icon_group.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_icon_group.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_lines_media.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_lines_media.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_media.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_media_custom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_media_custom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-af/values-af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-af/values-af.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-am/values-am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-am/values-am.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ar/values-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-b+sr+Latn/values-b+sr+Latn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-b+sr+Latn/values-b+sr+Latn.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-be-rBY/values-be-rBY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-be-rBY/values-be-rBY.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bg/values-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bs-rBA/values-bs-rBA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-bs-rBA/values-bs-rBA.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ca/values-ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-cs/values-cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-da/values-da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-da/values-da.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-de/values-de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-de/values-de.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-el/values-el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-el/values-el.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es/values-es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-es/values-es.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fa/values-fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fi/values-fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr/values-fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hi/values-hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hr/values-hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hu/values-hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-in/values-in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-in/values-in.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-it/values-it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-it/values-it.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-iw/values-iw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ja/values-ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ko/values-ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-land/values-land.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-land/values-land.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lt/values-lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lv/values-lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nb/values-nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-night-v8/values-night-v8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-night-v8/values-night-v8.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nl/values-nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pl/values-pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-port/values-port.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-port/values-port.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt/values-pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ro/values-ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ru/values-ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sk/values-sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sl/values-sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sr/values-sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sv/values-sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw/values-sw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-th/values-th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-th/values-th.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tl/values-tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tr/values-tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uk/values-uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v11/values-v11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v12/values-v12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v13/values-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v13/values-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v14/values-v14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v16/values-v16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v16/values-v16.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v17/values-v17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v18/values-v18.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v21/values-v21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v22/values-v22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v22/values-v22.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v23/values-v23.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v24/values-v24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v25/values-v25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-v25/values-v25.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-vi/values-vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zu/values-zu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/merged/debug/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/resources-debug-androidTest.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/resources-debug-androidTest.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/res/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/res/resources-debug.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/restart-dex/debug/build-info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/restart-dex/debug/build-info.xml -------------------------------------------------------------------------------- /app/build/intermediates/symbols/androidTest/debug/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f020000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/symbols/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/symbols/debug/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_0/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_0/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_1/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_1/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_2/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_2/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_3/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_3/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_4/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_4/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_5/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_5/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_6/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_6/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_7/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_7/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_8/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_8/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_9/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/5/slice_9/classes.dex -------------------------------------------------------------------------------- /app/build/outputs/apk/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/outputs/apk/app-debug.apk -------------------------------------------------------------------------------- /app/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /app/src/androidTest/java/bangalore/pes/bluetoothcommunication/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/androidTest/java/bangalore/pes/bluetoothcommunication/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/ic_launcher-web.png -------------------------------------------------------------------------------- /app/src/main/java/bangalore/pes/bluetoothcommunication/Connection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/java/bangalore/pes/bluetoothcommunication/Connection.java -------------------------------------------------------------------------------- /app/src/main/java/bangalore/pes/bluetoothcommunication/DeviceListAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/java/bangalore/pes/bluetoothcommunication/DeviceListAdapter.java -------------------------------------------------------------------------------- /app/src/main/java/bangalore/pes/bluetoothcommunication/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/java/bangalore/pes/bluetoothcommunication/MainActivity.java -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_connection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/layout/activity_connection.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_discover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/layout/activity_discover.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/src/test/java/bangalore/pes/bluetoothcommunication/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/app/src/test/java/bangalore/pes/bluetoothcommunication/ExampleUnitTest.java -------------------------------------------------------------------------------- /arduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/arduino.ino -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IamMayankThakur/android-arduino-using-bluetooth/HEAD/gradle/wrapper/gradle-wrapper.properties --------------------------------------------------------------------------------