├── .gradle ├── 2.14.1 │ ├── taskArtifacts │ │ ├── cache.properties │ │ ├── cache.properties.lock │ │ ├── fileHashes.bin │ │ ├── fileSnapshots.bin │ │ ├── fileSnapshotsToTreeSnapshotsIndex.bin │ │ └── taskArtifacts.bin │ └── tasks │ │ └── _app_compileDebugJavaWithJavac │ │ ├── localClassSetAnalysis │ │ ├── localClassSetAnalysis.bin │ │ └── localClassSetAnalysis.lock │ │ └── localJarClasspathSnapshot │ │ ├── localJarClasspathSnapshot.bin │ │ └── localJarClasspathSnapshot.lock ├── 4.5.1 │ ├── fileChanges │ │ └── last-build.bin │ └── fileHashes │ │ ├── fileHashes.bin │ │ └── fileHashes.lock ├── 4.5 │ ├── fileChanges │ │ └── last-build.bin │ └── fileHashes │ │ ├── fileHashes.bin │ │ └── fileHashes.lock ├── 5.4.1 │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileContent │ │ └── fileContent.lock │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ ├── gc.properties │ └── javaCompile │ │ ├── classAnalysis.bin │ │ ├── jarAnalysis.bin │ │ ├── javaCompile.lock │ │ └── taskHistory.bin ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── config.properties ├── vcs-1 │ └── gc.properties ├── vcsWorkingDirs │ └── gc.properties ├── workspace-id.txt └── workspace-id.txt.lock ├── .idea ├── .gitignore ├── codeStyleSettings.xml ├── codeStyles │ ├── Project.xml │ └── codeStyleConfig.xml ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── deploymentTargetSelector.xml ├── gradle.xml ├── libraries │ ├── Gradle__android_arch_core_common_1_1_1.xml │ ├── Gradle__android_arch_core_runtime_1_1_1_aar.xml │ ├── Gradle__android_arch_lifecycle_common_1_1_1.xml │ ├── Gradle__android_arch_lifecycle_livedata_1_1_1_aar.xml │ ├── Gradle__android_arch_lifecycle_livedata_core_1_1_1_aar.xml │ ├── Gradle__android_arch_lifecycle_runtime_1_1_1_aar.xml │ ├── Gradle__android_arch_lifecycle_viewmodel_1_1_1_aar.xml │ ├── Gradle__com_android_support_animated_vector_drawable_28_0_0_aar.xml │ ├── Gradle__com_android_support_appcompat_v7_28_0_0_aar.xml │ ├── Gradle__com_android_support_asynclayoutinflater_28_0_0_aar.xml │ ├── Gradle__com_android_support_cardview_v7_28_0_0_aar.xml │ ├── Gradle__com_android_support_collections_28_0_0.xml │ ├── Gradle__com_android_support_coordinatorlayout_28_0_0_aar.xml │ ├── Gradle__com_android_support_cursoradapter_28_0_0_aar.xml │ ├── Gradle__com_android_support_customview_28_0_0_aar.xml │ ├── Gradle__com_android_support_design_28_0_0_aar.xml │ ├── Gradle__com_android_support_documentfile_28_0_0_aar.xml │ ├── Gradle__com_android_support_drawerlayout_28_0_0_aar.xml │ ├── Gradle__com_android_support_interpolator_28_0_0_aar.xml │ ├── Gradle__com_android_support_loader_28_0_0_aar.xml │ ├── Gradle__com_android_support_localbroadcastmanager_28_0_0_aar.xml │ ├── Gradle__com_android_support_print_28_0_0_aar.xml │ ├── Gradle__com_android_support_recyclerview_v7_28_0_0_aar.xml │ ├── Gradle__com_android_support_slidingpanelayout_28_0_0_aar.xml │ ├── Gradle__com_android_support_support_annotations_28_0_0.xml │ ├── Gradle__com_android_support_support_compat_28_0_0_aar.xml │ ├── Gradle__com_android_support_support_core_ui_28_0_0_aar.xml │ ├── Gradle__com_android_support_support_core_utils_28_0_0_aar.xml │ ├── Gradle__com_android_support_support_fragment_28_0_0_aar.xml │ ├── Gradle__com_android_support_support_vector_drawable_28_0_0_aar.xml │ ├── Gradle__com_android_support_swiperefreshlayout_28_0_0_aar.xml │ ├── Gradle__com_android_support_test_espresso_espresso_core_2_2_2_aar.xml │ ├── Gradle__com_android_support_test_espresso_espresso_idling_resource_2_2_2_aar.xml │ ├── Gradle__com_android_support_test_exposed_instrumentation_api_publish_0_5_aar.xml │ ├── Gradle__com_android_support_test_rules_0_5_aar.xml │ ├── Gradle__com_android_support_test_runner_0_5_aar.xml │ ├── Gradle__com_android_support_transition_28_0_0_aar.xml │ ├── Gradle__com_android_support_versionedparcelable_28_0_0_aar.xml │ ├── Gradle__com_android_support_viewpager_28_0_0_aar.xml │ ├── Gradle__com_google_code_findbugs_jsr305_2_0_1.xml │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ ├── Gradle__javax_annotation_javax_annotation_api_1_2.xml │ ├── Gradle__javax_inject_javax_inject_1.xml │ ├── Gradle__junit_junit_4_12.xml │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ ├── Gradle__org_hamcrest_hamcrest_library_1_3.xml │ ├── animated_vector_drawable_26_0_0_alpha1.xml │ ├── appcompat_v7_26_0_0_alpha1.xml │ ├── design_26_0_0_alpha1.xml │ ├── espresso_core_2_2_2.xml │ ├── espresso_idling_resource_2_2_2.xml │ ├── exposed_instrumentation_api_publish_0_5.xml │ ├── hamcrest_core_1_3.xml │ ├── hamcrest_integration_1_3.xml │ ├── hamcrest_library_1_3.xml │ ├── javawriter_2_1_1.xml │ ├── javax_annotation_api_1_2.xml │ ├── javax_inject_1.xml │ ├── jsr305_2_0_1.xml │ ├── junit_4_12.xml │ ├── recyclerview_v7_26_0_0_alpha1.xml │ ├── rules_0_5.xml │ ├── runner_0_5.xml │ ├── support_annotations_26_0_0_alpha1.xml │ ├── support_compat_26_0_0_alpha1.xml │ ├── support_core_ui_26_0_0_alpha1.xml │ ├── support_core_utils_26_0_0_alpha1.xml │ ├── support_fragment_26_0_0_alpha1.xml │ ├── support_media_compat_26_0_0_alpha1.xml │ ├── support_v4_26_0_0_alpha1.xml │ ├── support_vector_drawable_26_0_0_alpha1.xml │ └── transition_26_0_0_alpha1.xml ├── migrations.xml ├── misc.xml ├── modules.xml ├── modules │ ├── SuperMario-master.iml │ └── app │ │ ├── SuperMario-master.app.androidTest.iml │ │ ├── SuperMario-master.app.iml │ │ ├── SuperMario-master.app.main.iml │ │ └── SuperMario-master.app.unitTest.iml └── vcs.xml ├── AndroidGame25.iml ├── README.md ├── SuperMario.iml ├── WechatIMG1.png ├── app ├── app.iml ├── build.gradle ├── build │ ├── generated │ │ ├── not_namespaced_r_class_sources │ │ │ ├── debug │ │ │ │ └── r │ │ │ │ │ ├── android │ │ │ │ │ ├── arch │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ └── R.java │ │ │ │ │ │ └── lifecycle │ │ │ │ │ │ │ ├── R.java │ │ │ │ │ │ │ ├── livedata │ │ │ │ │ │ │ ├── R.java │ │ │ │ │ │ │ └── core │ │ │ │ │ │ │ │ └── R.java │ │ │ │ │ │ │ └── viewmodel │ │ │ │ │ │ │ └── R.java │ │ │ │ │ └── support │ │ │ │ │ │ ├── asynclayoutinflater │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── compat │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── coordinatorlayout │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── coreui │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── coreutils │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── cursoradapter │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── customview │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── design │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── documentfile │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── drawerlayout │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── fragment │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── graphics │ │ │ │ │ │ └── drawable │ │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── interpolator │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── loader │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── localbroadcastmanager │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── print │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── slidingpanelayout │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── swiperefreshlayout │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── transition │ │ │ │ │ │ └── R.java │ │ │ │ │ │ └── v7 │ │ │ │ │ │ ├── appcompat │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── cardview │ │ │ │ │ │ └── R.java │ │ │ │ │ │ ├── recyclerview │ │ │ │ │ │ └── R.java │ │ │ │ │ │ └── viewpager │ │ │ │ │ │ └── R.java │ │ │ │ │ ├── androidx │ │ │ │ │ └── versionedparcelable │ │ │ │ │ │ └── R.java │ │ │ │ │ └── com │ │ │ │ │ └── suramire │ │ │ │ │ └── androidgame25 │ │ │ │ │ └── R.java │ │ │ └── debugAndroidTest │ │ │ │ └── r │ │ │ │ ├── android │ │ │ │ ├── app │ │ │ │ │ └── R.java │ │ │ │ └── support │ │ │ │ │ └── test │ │ │ │ │ ├── R.java │ │ │ │ │ ├── espresso │ │ │ │ │ ├── R.java │ │ │ │ │ └── idling │ │ │ │ │ │ └── R.java │ │ │ │ │ └── rule │ │ │ │ │ └── R.java │ │ │ │ └── com │ │ │ │ └── suramire │ │ │ │ └── androidgame25 │ │ │ │ └── test │ │ │ │ └── R.java │ │ └── source │ │ │ ├── buildConfig │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── com │ │ │ │ │ └── suramire │ │ │ │ │ └── androidgame25 │ │ │ │ │ └── test │ │ │ │ │ └── BuildConfig.java │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── suramire │ │ │ │ └── androidgame25 │ │ │ │ └── BuildConfig.java │ │ │ └── r │ │ │ └── debug │ │ │ └── com │ │ │ └── suramire │ │ │ └── androidgame25 │ │ │ └── R.java │ ├── intermediates │ │ ├── annotation_processor_list │ │ │ ├── debug │ │ │ │ └── annotationProcessors.json │ │ │ ├── debugAndroidTest │ │ │ │ └── annotationProcessors.json │ │ │ └── debugUnitTest │ │ │ │ └── annotationProcessors.json │ │ ├── apk_list │ │ │ ├── debug │ │ │ │ └── mainApkListPersistenceDebug │ │ │ │ │ └── apk-list.gson │ │ │ └── debugAndroidTest │ │ │ │ └── mainApkListPersistenceDebugAndroidTest │ │ │ │ └── apk-list.gson │ │ ├── app_classes │ │ │ └── debug │ │ │ │ └── bundleDebugClasses │ │ │ │ └── classes.jar │ │ ├── assets │ │ │ └── debug │ │ │ │ ├── button │ │ │ │ ├── a.png │ │ │ │ ├── b.png │ │ │ │ ├── down.png │ │ │ │ ├── left.png │ │ │ │ └── right.png │ │ │ │ └── map │ │ │ │ └── map1.png │ │ ├── blame │ │ │ └── res │ │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── multi-v2 │ │ │ │ │ ├── debug.json │ │ │ │ │ └── values.json │ │ │ │ └── debug │ │ │ │ ├── multi-v2 │ │ │ │ ├── debug.json │ │ │ │ ├── values-af.json │ │ │ │ ├── values-am.json │ │ │ │ ├── values-ar.json │ │ │ │ ├── values-as.json │ │ │ │ ├── values-az.json │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ ├── values-be.json │ │ │ │ ├── values-bg.json │ │ │ │ ├── values-bn.json │ │ │ │ ├── values-bs.json │ │ │ │ ├── values-ca.json │ │ │ │ ├── values-cs.json │ │ │ │ ├── values-da.json │ │ │ │ ├── values-de.json │ │ │ │ ├── values-el.json │ │ │ │ ├── values-en-rAU.json │ │ │ │ ├── values-en-rCA.json │ │ │ │ ├── values-en-rGB.json │ │ │ │ ├── values-en-rIN.json │ │ │ │ ├── values-en-rXC.json │ │ │ │ ├── values-es-rUS.json │ │ │ │ ├── values-es.json │ │ │ │ ├── values-et.json │ │ │ │ ├── values-eu.json │ │ │ │ ├── values-fa.json │ │ │ │ ├── values-fi.json │ │ │ │ ├── values-fr-rCA.json │ │ │ │ ├── values-fr.json │ │ │ │ ├── values-gl.json │ │ │ │ ├── values-gu.json │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ ├── values-hi.json │ │ │ │ ├── values-hr.json │ │ │ │ ├── values-hu.json │ │ │ │ ├── values-hy.json │ │ │ │ ├── values-in.json │ │ │ │ ├── values-is.json │ │ │ │ ├── values-it.json │ │ │ │ ├── values-iw.json │ │ │ │ ├── values-ja.json │ │ │ │ ├── values-ka.json │ │ │ │ ├── values-kk.json │ │ │ │ ├── values-km.json │ │ │ │ ├── values-kn.json │ │ │ │ ├── values-ko.json │ │ │ │ ├── values-ky.json │ │ │ │ ├── values-land.json │ │ │ │ ├── values-large-v4.json │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ ├── values-lo.json │ │ │ │ ├── values-lt.json │ │ │ │ ├── values-lv.json │ │ │ │ ├── values-mk.json │ │ │ │ ├── values-ml.json │ │ │ │ ├── values-mn.json │ │ │ │ ├── values-mr.json │ │ │ │ ├── values-ms.json │ │ │ │ ├── values-my.json │ │ │ │ ├── values-nb.json │ │ │ │ ├── values-ne.json │ │ │ │ ├── values-night-v8.json │ │ │ │ ├── values-nl.json │ │ │ │ ├── values-or.json │ │ │ │ ├── values-pa.json │ │ │ │ ├── values-pl.json │ │ │ │ ├── values-port.json │ │ │ │ ├── values-pt-rBR.json │ │ │ │ ├── values-pt-rPT.json │ │ │ │ ├── values-pt.json │ │ │ │ ├── values-ro.json │ │ │ │ ├── values-ru.json │ │ │ │ ├── values-si.json │ │ │ │ ├── values-sk.json │ │ │ │ ├── values-sl.json │ │ │ │ ├── values-sq.json │ │ │ │ ├── values-sr.json │ │ │ │ ├── values-sv.json │ │ │ │ ├── values-sw.json │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ ├── values-ta.json │ │ │ │ ├── values-te.json │ │ │ │ ├── values-th.json │ │ │ │ ├── values-tl.json │ │ │ │ ├── values-tr.json │ │ │ │ ├── values-uk.json │ │ │ │ ├── values-ur.json │ │ │ │ ├── values-uz.json │ │ │ │ ├── values-v11.json │ │ │ │ ├── values-v14.json │ │ │ │ ├── values-v16.json │ │ │ │ ├── values-v17.json │ │ │ │ ├── values-v18.json │ │ │ │ ├── values-v21.json │ │ │ │ ├── values-v22.json │ │ │ │ ├── values-v23.json │ │ │ │ ├── values-v24.json │ │ │ │ ├── values-v25.json │ │ │ │ ├── values-v26.json │ │ │ │ ├── values-v28.json │ │ │ │ ├── values-vi.json │ │ │ │ ├── values-watch-v20.json │ │ │ │ ├── values-watch-v21.json │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ ├── values-zh-rCN.json │ │ │ │ ├── values-zh-rHK.json │ │ │ │ ├── values-zh-rTW.json │ │ │ │ ├── values-zu.json │ │ │ │ └── values.json │ │ │ │ ├── multi │ │ │ │ ├── values-v11.json │ │ │ │ ├── values-v14.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ ├── debug.json │ │ │ │ ├── drawable-hdpi.json │ │ │ │ ├── drawable-mdpi.json │ │ │ │ ├── drawable-xhdpi.json │ │ │ │ ├── drawable-xxhdpi.json │ │ │ │ └── layout.json │ │ ├── bundle_manifest │ │ │ └── debug │ │ │ │ └── processDebugManifest │ │ │ │ └── bundle-manifest │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output.json │ │ ├── classes │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── suramire │ │ │ │ └── androidgame25 │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── Mario$1.class │ │ │ │ ├── Mario.class │ │ │ │ ├── MyView2.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R.class │ │ │ │ ├── Sprite.class │ │ │ │ └── TiledLayer.class │ │ ├── compatible_screen_manifest │ │ │ └── debug │ │ │ │ └── createDebugCompatibleScreenManifests │ │ │ │ └── out │ │ │ │ └── output.json │ │ ├── dex │ │ │ ├── debug │ │ │ │ └── mergeDexDebug │ │ │ │ │ └── out │ │ │ │ │ └── classes.dex │ │ │ └── debugAndroidTest │ │ │ │ └── mergeDexDebugAndroidTest │ │ │ │ └── out │ │ │ │ └── classes.dex │ │ ├── external_libs_dex │ │ │ ├── debug │ │ │ │ └── mergeExtDexDebug │ │ │ │ │ └── out │ │ │ │ │ └── classes.dex │ │ │ └── debugAndroidTest │ │ │ │ └── mergeExtDexDebugAndroidTest │ │ │ │ └── out │ │ │ │ └── classes.dex │ │ ├── incremental-safeguard │ │ │ └── debug │ │ │ │ └── tag.txt │ │ ├── incremental │ │ │ ├── compileDebugAidl │ │ │ │ └── dependency.store │ │ │ ├── compileDebugAndroidTestAidl │ │ │ │ └── dependency.store │ │ │ ├── debug-mergeJavaRes │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── 0jLM6zEaYOdg3L+LWqrfG0Kl0eI= │ │ │ │ │ ├── 1BavVKRUXAuodmsA_hio71kc4qs= │ │ │ │ │ ├── 3FHj02la3B3qw6exCL7p9uDp_Kg= │ │ │ │ │ ├── 3p00uieO1Mbjzy9fI6v3Fvb8fXE= │ │ │ │ │ ├── 4HdNcmyKEZzG5j1xx78cWu+g5FE= │ │ │ │ │ ├── 6bT5O5oruQSd+_1aIFWlHwP9QOQ= │ │ │ │ │ ├── B2HcN0nUO3ciFawR5zHD4oTXO1s= │ │ │ │ │ ├── BC3I0ibHOfhIK2Iib01AsfGbbMg= │ │ │ │ │ ├── BzNYXFvhukrwcpSroOoMtphnao8= │ │ │ │ │ ├── C8732ipCkbeQ+IEw0hGjvGY1w20= │ │ │ │ │ ├── CnnnffYgIEVLW2oJOGxAuB3yd0I= │ │ │ │ │ ├── FkSD3Hwzr6motMTrs2OhHw4kf3o= │ │ │ │ │ ├── HiIbBRkvSxiic23n3_BJCG4V2RI= │ │ │ │ │ ├── JGfl174mLkqnLrNh_GllCM88v9A= │ │ │ │ │ ├── Ji+ie7bqx4WA_TQCx8g6rHgFLqw= │ │ │ │ │ ├── PNiR4faLEqS0GTmg+AHtn6UN_qQ= │ │ │ │ │ ├── QtpDxrz+xgYpKuPBdtlF3QsDomw= │ │ │ │ │ ├── TAGCoywyOjTjU7gSACKurWKvJ0U= │ │ │ │ │ ├── TD7EN4_7pT4XpG0MfY5lWQb_oG8= │ │ │ │ │ ├── UNswyCB_rOwFL4r02GXui1BmHKo= │ │ │ │ │ ├── YPniBHw4DLE0iXUGxtDg2j9c1Go= │ │ │ │ │ ├── _R3QF+QITPG02z2o_VCV90Iu_YY= │ │ │ │ │ ├── a1Dwsryn9inBxfPe0j4vJ_P8j6U= │ │ │ │ │ ├── b7wjLzwrwF6kF8fntFYvVPh+M6M= │ │ │ │ │ ├── bgP1PL1HEXC7e7RMac4ZUnH_NLA= │ │ │ │ │ ├── dq1u9WW56ycGUpB7vpE5tdeZdnA= │ │ │ │ │ ├── hgumt8mB8jWjyVIjcREsdig8dFM= │ │ │ │ │ ├── kceWDHEqnYAgMrXEoM1GvguX3kM= │ │ │ │ │ ├── m0uQWnaSZMNPq1MdWjBXdm2g6ow= │ │ │ │ │ ├── nlE78Nz+q4xX8BjxSW8H2eIK6GM= │ │ │ │ │ ├── rISh70tTPwMzbMDIY4PtDWN9xgw= │ │ │ │ │ ├── wzS6iFORE1ARhIK1l+OMI4nH8xE= │ │ │ │ │ ├── ydnwMZMV8siGwuL8w9iunMTFfBQ= │ │ │ │ │ └── zM0nCGWx6wNr+qtPEWokdlSdyHw= │ │ │ ├── debug-mergeNativeLibs │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── 0jLM6zEaYOdg3L+LWqrfG0Kl0eI= │ │ │ │ │ ├── 1BavVKRUXAuodmsA_hio71kc4qs= │ │ │ │ │ ├── 3FHj02la3B3qw6exCL7p9uDp_Kg= │ │ │ │ │ ├── 3p00uieO1Mbjzy9fI6v3Fvb8fXE= │ │ │ │ │ ├── 4HdNcmyKEZzG5j1xx78cWu+g5FE= │ │ │ │ │ ├── 6bT5O5oruQSd+_1aIFWlHwP9QOQ= │ │ │ │ │ ├── B2HcN0nUO3ciFawR5zHD4oTXO1s= │ │ │ │ │ ├── BC3I0ibHOfhIK2Iib01AsfGbbMg= │ │ │ │ │ ├── BzNYXFvhukrwcpSroOoMtphnao8= │ │ │ │ │ ├── C8732ipCkbeQ+IEw0hGjvGY1w20= │ │ │ │ │ ├── CnnnffYgIEVLW2oJOGxAuB3yd0I= │ │ │ │ │ ├── FkSD3Hwzr6motMTrs2OhHw4kf3o= │ │ │ │ │ ├── HiIbBRkvSxiic23n3_BJCG4V2RI= │ │ │ │ │ ├── JGfl174mLkqnLrNh_GllCM88v9A= │ │ │ │ │ ├── Ji+ie7bqx4WA_TQCx8g6rHgFLqw= │ │ │ │ │ ├── PNiR4faLEqS0GTmg+AHtn6UN_qQ= │ │ │ │ │ ├── QtpDxrz+xgYpKuPBdtlF3QsDomw= │ │ │ │ │ ├── TAGCoywyOjTjU7gSACKurWKvJ0U= │ │ │ │ │ ├── TD7EN4_7pT4XpG0MfY5lWQb_oG8= │ │ │ │ │ ├── UNswyCB_rOwFL4r02GXui1BmHKo= │ │ │ │ │ ├── YPniBHw4DLE0iXUGxtDg2j9c1Go= │ │ │ │ │ ├── _R3QF+QITPG02z2o_VCV90Iu_YY= │ │ │ │ │ ├── a1Dwsryn9inBxfPe0j4vJ_P8j6U= │ │ │ │ │ ├── b7wjLzwrwF6kF8fntFYvVPh+M6M= │ │ │ │ │ ├── bgP1PL1HEXC7e7RMac4ZUnH_NLA= │ │ │ │ │ ├── dq1u9WW56ycGUpB7vpE5tdeZdnA= │ │ │ │ │ ├── hgumt8mB8jWjyVIjcREsdig8dFM= │ │ │ │ │ ├── kceWDHEqnYAgMrXEoM1GvguX3kM= │ │ │ │ │ ├── m0uQWnaSZMNPq1MdWjBXdm2g6ow= │ │ │ │ │ ├── nlE78Nz+q4xX8BjxSW8H2eIK6GM= │ │ │ │ │ ├── rISh70tTPwMzbMDIY4PtDWN9xgw= │ │ │ │ │ ├── wzS6iFORE1ARhIK1l+OMI4nH8xE= │ │ │ │ │ ├── ydnwMZMV8siGwuL8w9iunMTFfBQ= │ │ │ │ │ └── zM0nCGWx6wNr+qtPEWokdlSdyHw= │ │ │ ├── debugAndroidTest-mergeJavaRes │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── CYNguciCH2NCnWYNGbCoiCnMBBU= │ │ │ │ │ ├── JPtZbkjRiZbsxnKHvEKfVSzN308= │ │ │ │ │ ├── N8mD4LJljHEONDnxDoNUfjVFJC8= │ │ │ │ │ ├── OTfW6O1bUVq7rV3BKSNiL2I5ZMc= │ │ │ │ │ ├── RGrIXm0Z4fHP_jDnsBjrauApcEk= │ │ │ │ │ ├── dGQfnoct52mmtcSzBBN9VE7tz3A= │ │ │ │ │ ├── hTznngwPOso6eLz6FAD_Y+aPIRs= │ │ │ │ │ ├── j4dozqDQBv8jfyXvYsN5bddMWWU= │ │ │ │ │ ├── jNno88Fs2Ig4AwPCzhvpe722hTE= │ │ │ │ │ ├── mmRdtuecNxmwy4vcjyrZKeFYV0M= │ │ │ │ │ ├── pUIsAV7hKQ4BiwLBWS4ELWwaLOI= │ │ │ │ │ ├── qPVTfjrwalN06B2bWqmcfb5q13c= │ │ │ │ │ └── v9ZBfJmU5AePL8E5QhWWTxt5pLk= │ │ │ ├── debugAndroidTest-mergeNativeLibs │ │ │ │ ├── merge-state │ │ │ │ └── zip-cache │ │ │ │ │ ├── CYNguciCH2NCnWYNGbCoiCnMBBU= │ │ │ │ │ ├── JPtZbkjRiZbsxnKHvEKfVSzN308= │ │ │ │ │ ├── N8mD4LJljHEONDnxDoNUfjVFJC8= │ │ │ │ │ ├── OTfW6O1bUVq7rV3BKSNiL2I5ZMc= │ │ │ │ │ ├── RGrIXm0Z4fHP_jDnsBjrauApcEk= │ │ │ │ │ ├── dGQfnoct52mmtcSzBBN9VE7tz3A= │ │ │ │ │ ├── hTznngwPOso6eLz6FAD_Y+aPIRs= │ │ │ │ │ ├── j4dozqDQBv8jfyXvYsN5bddMWWU= │ │ │ │ │ ├── jNno88Fs2Ig4AwPCzhvpe722hTE= │ │ │ │ │ ├── mmRdtuecNxmwy4vcjyrZKeFYV0M= │ │ │ │ │ ├── pUIsAV7hKQ4BiwLBWS4ELWwaLOI= │ │ │ │ │ ├── qPVTfjrwalN06B2bWqmcfb5q13c= │ │ │ │ │ └── v9ZBfJmU5AePL8E5QhWWTxt5pLk= │ │ │ ├── mergeDebugAndroidTestAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAndroidTestJniLibFolders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAndroidTestResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ ├── merged.dir │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAndroidTestShaders │ │ │ │ └── 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-as │ │ │ │ │ │ └── values-as.xml │ │ │ │ │ ├── values-az │ │ │ │ │ │ └── values-az.xml │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ ├── values-be │ │ │ │ │ │ └── values-be.xml │ │ │ │ │ ├── values-bg │ │ │ │ │ │ └── values-bg.xml │ │ │ │ │ ├── values-bn │ │ │ │ │ │ └── values-bn.xml │ │ │ │ │ ├── values-bs │ │ │ │ │ │ └── values-bs.xml │ │ │ │ │ ├── values-ca │ │ │ │ │ │ └── values-ca.xml │ │ │ │ │ ├── values-cs │ │ │ │ │ │ └── values-cs.xml │ │ │ │ │ ├── values-da │ │ │ │ │ │ └── values-da.xml │ │ │ │ │ ├── values-de │ │ │ │ │ │ └── values-de.xml │ │ │ │ │ ├── values-el │ │ │ │ │ │ └── values-el.xml │ │ │ │ │ ├── values-en-rAU │ │ │ │ │ │ └── values-en-rAU.xml │ │ │ │ │ ├── values-en-rCA │ │ │ │ │ │ └── values-en-rCA.xml │ │ │ │ │ ├── values-en-rGB │ │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ ├── values-en-rXC │ │ │ │ │ │ └── values-en-rXC.xml │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ ├── values-es │ │ │ │ │ │ └── values-es.xml │ │ │ │ │ ├── values-et │ │ │ │ │ │ └── values-et.xml │ │ │ │ │ ├── values-eu │ │ │ │ │ │ └── values-eu.xml │ │ │ │ │ ├── values-fa │ │ │ │ │ │ └── values-fa.xml │ │ │ │ │ ├── values-fi │ │ │ │ │ │ └── values-fi.xml │ │ │ │ │ ├── values-fr-rCA │ │ │ │ │ │ └── values-fr-rCA.xml │ │ │ │ │ ├── values-fr │ │ │ │ │ │ └── values-fr.xml │ │ │ │ │ ├── values-gl │ │ │ │ │ │ └── values-gl.xml │ │ │ │ │ ├── values-gu │ │ │ │ │ │ └── values-gu.xml │ │ │ │ │ ├── values-h720dp-v13 │ │ │ │ │ │ └── values-h720dp-v13.xml │ │ │ │ │ ├── values-hdpi-v4 │ │ │ │ │ │ └── values-hdpi-v4.xml │ │ │ │ │ ├── values-hi │ │ │ │ │ │ └── values-hi.xml │ │ │ │ │ ├── values-hr │ │ │ │ │ │ └── values-hr.xml │ │ │ │ │ ├── values-hu │ │ │ │ │ │ └── values-hu.xml │ │ │ │ │ ├── values-hy │ │ │ │ │ │ └── values-hy.xml │ │ │ │ │ ├── values-in │ │ │ │ │ │ └── values-in.xml │ │ │ │ │ ├── values-is │ │ │ │ │ │ └── values-is.xml │ │ │ │ │ ├── values-it │ │ │ │ │ │ └── values-it.xml │ │ │ │ │ ├── values-iw │ │ │ │ │ │ └── values-iw.xml │ │ │ │ │ ├── values-ja │ │ │ │ │ │ └── values-ja.xml │ │ │ │ │ ├── values-ka │ │ │ │ │ │ └── values-ka.xml │ │ │ │ │ ├── values-kk │ │ │ │ │ │ └── values-kk.xml │ │ │ │ │ ├── values-km │ │ │ │ │ │ └── values-km.xml │ │ │ │ │ ├── values-kn │ │ │ │ │ │ └── values-kn.xml │ │ │ │ │ ├── values-ko │ │ │ │ │ │ └── values-ko.xml │ │ │ │ │ ├── values-ky │ │ │ │ │ │ └── values-ky.xml │ │ │ │ │ ├── values-land │ │ │ │ │ │ └── values-land.xml │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ ├── values-lo │ │ │ │ │ │ └── values-lo.xml │ │ │ │ │ ├── values-lt │ │ │ │ │ │ └── values-lt.xml │ │ │ │ │ ├── values-lv │ │ │ │ │ │ └── values-lv.xml │ │ │ │ │ ├── values-mk │ │ │ │ │ │ └── values-mk.xml │ │ │ │ │ ├── values-ml │ │ │ │ │ │ └── values-ml.xml │ │ │ │ │ ├── values-mn │ │ │ │ │ │ └── values-mn.xml │ │ │ │ │ ├── values-mr │ │ │ │ │ │ └── values-mr.xml │ │ │ │ │ ├── values-ms │ │ │ │ │ │ └── values-ms.xml │ │ │ │ │ ├── values-my │ │ │ │ │ │ └── values-my.xml │ │ │ │ │ ├── values-nb │ │ │ │ │ │ └── values-nb.xml │ │ │ │ │ ├── values-ne │ │ │ │ │ │ └── values-ne.xml │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ ├── values-nl │ │ │ │ │ │ └── values-nl.xml │ │ │ │ │ ├── values-or │ │ │ │ │ │ └── values-or.xml │ │ │ │ │ ├── values-pa │ │ │ │ │ │ └── values-pa.xml │ │ │ │ │ ├── values-pl │ │ │ │ │ │ └── values-pl.xml │ │ │ │ │ ├── values-port │ │ │ │ │ │ └── values-port.xml │ │ │ │ │ ├── values-pt-rBR │ │ │ │ │ │ └── values-pt-rBR.xml │ │ │ │ │ ├── values-pt-rPT │ │ │ │ │ │ └── values-pt-rPT.xml │ │ │ │ │ ├── values-pt │ │ │ │ │ │ └── values-pt.xml │ │ │ │ │ ├── values-ro │ │ │ │ │ │ └── values-ro.xml │ │ │ │ │ ├── values-ru │ │ │ │ │ │ └── values-ru.xml │ │ │ │ │ ├── values-si │ │ │ │ │ │ └── values-si.xml │ │ │ │ │ ├── values-sk │ │ │ │ │ │ └── values-sk.xml │ │ │ │ │ ├── values-sl │ │ │ │ │ │ └── values-sl.xml │ │ │ │ │ ├── values-sq │ │ │ │ │ │ └── values-sq.xml │ │ │ │ │ ├── values-sr │ │ │ │ │ │ └── values-sr.xml │ │ │ │ │ ├── values-sv │ │ │ │ │ │ └── values-sv.xml │ │ │ │ │ ├── values-sw │ │ │ │ │ │ └── values-sw.xml │ │ │ │ │ ├── values-sw600dp-v13 │ │ │ │ │ │ └── values-sw600dp-v13.xml │ │ │ │ │ ├── values-ta │ │ │ │ │ │ └── values-ta.xml │ │ │ │ │ ├── values-te │ │ │ │ │ │ └── values-te.xml │ │ │ │ │ ├── values-th │ │ │ │ │ │ └── values-th.xml │ │ │ │ │ ├── values-tl │ │ │ │ │ │ └── values-tl.xml │ │ │ │ │ ├── values-tr │ │ │ │ │ │ └── values-tr.xml │ │ │ │ │ ├── values-uk │ │ │ │ │ │ └── values-uk.xml │ │ │ │ │ ├── values-ur │ │ │ │ │ │ └── values-ur.xml │ │ │ │ │ ├── values-uz │ │ │ │ │ │ └── values-uz.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── values-v11.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-v26 │ │ │ │ │ │ └── values-v26.xml │ │ │ │ │ ├── values-v28 │ │ │ │ │ │ └── values-v28.xml │ │ │ │ │ ├── values-vi │ │ │ │ │ │ └── values-vi.xml │ │ │ │ │ ├── values-watch-v20 │ │ │ │ │ │ └── values-watch-v20.xml │ │ │ │ │ ├── values-watch-v21 │ │ │ │ │ │ └── values-watch-v21.xml │ │ │ │ │ ├── values-xlarge-v4 │ │ │ │ │ │ └── values-xlarge-v4.xml │ │ │ │ │ ├── values-zh-rCN │ │ │ │ │ │ └── values-zh-rCN.xml │ │ │ │ │ ├── values-zh-rHK │ │ │ │ │ │ └── values-zh-rHK.xml │ │ │ │ │ ├── values-zh-rTW │ │ │ │ │ │ └── values-zh-rTW.xml │ │ │ │ │ ├── values-zu │ │ │ │ │ │ └── values-zu.xml │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ └── packageDebug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ └── tmp │ │ │ │ └── debug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ └── zip-cache │ │ │ │ ├── EiwmcM55XLJHuLNl0ovi5zsdq5g= │ │ │ │ └── O7SucL88nOQuRkRNyf1qlAZj2mw= │ │ ├── instant_app_manifest │ │ │ └── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output.json │ │ ├── javac │ │ │ ├── debug │ │ │ │ └── classes │ │ │ │ │ ├── android │ │ │ │ │ ├── arch │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ └── R.class │ │ │ │ │ │ └── lifecycle │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ ├── livedata │ │ │ │ │ │ │ ├── R.class │ │ │ │ │ │ │ └── core │ │ │ │ │ │ │ │ └── R.class │ │ │ │ │ │ │ └── viewmodel │ │ │ │ │ │ │ └── R.class │ │ │ │ │ └── support │ │ │ │ │ │ ├── asynclayoutinflater │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── compat │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── coordinatorlayout │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── coreui │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── coreutils │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── cursoradapter │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── customview │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── design │ │ │ │ │ │ ├── R$anim.class │ │ │ │ │ │ ├── R$animator.class │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ ├── R$bool.class │ │ │ │ │ │ ├── R$color.class │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ │ ├── R$id.class │ │ │ │ │ │ ├── R$integer.class │ │ │ │ │ │ ├── R$interpolator.class │ │ │ │ │ │ ├── R$layout.class │ │ │ │ │ │ ├── R$string.class │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── documentfile │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── drawerlayout │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── fragment │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── graphics │ │ │ │ │ │ └── drawable │ │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── interpolator │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── loader │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── localbroadcastmanager │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── print │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── slidingpanelayout │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── swiperefreshlayout │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ ├── transition │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ └── 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 │ │ │ │ │ │ ├── cardview │ │ │ │ │ │ ├── R$attr.class │ │ │ │ │ │ ├── R$color.class │ │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ │ ├── R$style.class │ │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ │ └── R.class │ │ │ │ │ │ ├── recyclerview │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ │ └── viewpager │ │ │ │ │ │ ├── R$attr.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 │ │ │ │ │ ├── androidx │ │ │ │ │ └── versionedparcelable │ │ │ │ │ │ └── R.class │ │ │ │ │ └── com │ │ │ │ │ └── suramire │ │ │ │ │ └── androidgame25 │ │ │ │ │ ├── BuildConfig.class │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ ├── MainActivity$2.class │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ ├── Mario$1.class │ │ │ │ │ ├── Mario$2.class │ │ │ │ │ ├── Mario.class │ │ │ │ │ ├── MyView2$1.class │ │ │ │ │ ├── MyView2$2.class │ │ │ │ │ ├── MyView2.class │ │ │ │ │ ├── R$anim.class │ │ │ │ │ ├── R$animator.class │ │ │ │ │ ├── R$attr.class │ │ │ │ │ ├── R$bool.class │ │ │ │ │ ├── R$color.class │ │ │ │ │ ├── R$dimen.class │ │ │ │ │ ├── R$drawable.class │ │ │ │ │ ├── R$id.class │ │ │ │ │ ├── R$integer.class │ │ │ │ │ ├── R$interpolator.class │ │ │ │ │ ├── R$layout.class │ │ │ │ │ ├── R$string.class │ │ │ │ │ ├── R$style.class │ │ │ │ │ ├── R$styleable.class │ │ │ │ │ ├── R.class │ │ │ │ │ ├── Sprite$1.class │ │ │ │ │ ├── Sprite.class │ │ │ │ │ ├── TiledLayer.class │ │ │ │ │ ├── audio │ │ │ │ │ ├── MyMusic.class │ │ │ │ │ └── MySoundPool.class │ │ │ │ │ ├── enemy │ │ │ │ │ ├── Cannon.class │ │ │ │ │ ├── Chestunt.class │ │ │ │ │ ├── Enemy.class │ │ │ │ │ ├── Turtle$1.class │ │ │ │ │ └── Turtle.class │ │ │ │ │ ├── enums │ │ │ │ │ ├── GameState.class │ │ │ │ │ ├── ItemType.class │ │ │ │ │ └── Site.class │ │ │ │ │ └── item │ │ │ │ │ ├── Bullet.class │ │ │ │ │ ├── Coin.class │ │ │ │ │ ├── EnemyBullet.class │ │ │ │ │ ├── Flower.class │ │ │ │ │ ├── ItemSprite.class │ │ │ │ │ ├── Mushroom.class │ │ │ │ │ ├── Star.class │ │ │ │ │ └── brick │ │ │ │ │ ├── Brick$1.class │ │ │ │ │ ├── Brick.class │ │ │ │ │ ├── Broken.class │ │ │ │ │ ├── CommonBrick.class │ │ │ │ │ └── Pipe.class │ │ │ └── debugAndroidTest │ │ │ │ └── classes │ │ │ │ ├── android │ │ │ │ ├── app │ │ │ │ │ └── R.class │ │ │ │ └── support │ │ │ │ │ └── test │ │ │ │ │ ├── R.class │ │ │ │ │ ├── espresso │ │ │ │ │ ├── R$string.class │ │ │ │ │ ├── R.class │ │ │ │ │ └── idling │ │ │ │ │ │ └── R.class │ │ │ │ │ └── rule │ │ │ │ │ ├── R$string.class │ │ │ │ │ └── R.class │ │ │ │ └── com │ │ │ │ └── suramire │ │ │ │ └── androidgame25 │ │ │ │ └── test │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── R$string.class │ │ │ │ └── R.class │ │ ├── manifest │ │ │ └── androidTest │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── manifest_merge_blame_file │ │ │ ├── debug │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ │ └── debugAndroidTest │ │ │ │ └── manifest-merger-blame-debug-androidTest-report.txt │ │ ├── manifests │ │ │ └── full │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── merged_assets │ │ │ └── debug │ │ │ │ └── out │ │ │ │ ├── brick │ │ │ │ ├── brick_00.png │ │ │ │ ├── brick_01.png │ │ │ │ ├── brick_02.png │ │ │ │ ├── brick_03.png │ │ │ │ ├── brick_04.png │ │ │ │ ├── broken │ │ │ │ │ ├── broken_00.png │ │ │ │ │ ├── broken_01.png │ │ │ │ │ ├── broken_02.png │ │ │ │ │ ├── broken_03.png │ │ │ │ │ ├── broken_04.png │ │ │ │ │ ├── broken_05.png │ │ │ │ │ ├── broken_06.png │ │ │ │ │ ├── broken_07.png │ │ │ │ │ ├── broken_08.png │ │ │ │ │ └── broken_09.png │ │ │ │ ├── commonBrick.png │ │ │ │ └── pipe.png │ │ │ │ ├── button │ │ │ │ ├── a.png │ │ │ │ ├── b.png │ │ │ │ ├── down.png │ │ │ │ ├── left.png │ │ │ │ └── right.png │ │ │ │ ├── enemy │ │ │ │ ├── cannon.png │ │ │ │ ├── chestunt │ │ │ │ │ ├── chestunt_00.png │ │ │ │ │ ├── chestunt_01.png │ │ │ │ │ └── chestunt_02.png │ │ │ │ ├── enemy_bullet.png │ │ │ │ └── turtle │ │ │ │ │ ├── turtle_00.png │ │ │ │ │ ├── turtle_01.png │ │ │ │ │ ├── turtle_02.png │ │ │ │ │ ├── turtle_03.png │ │ │ │ │ └── turtle_04.png │ │ │ │ ├── font │ │ │ │ └── Bit8.ttf │ │ │ │ ├── item │ │ │ │ ├── coin │ │ │ │ │ ├── coin_00.png │ │ │ │ │ ├── coin_01.png │ │ │ │ │ ├── coin_02.png │ │ │ │ │ ├── coin_03.png │ │ │ │ │ └── coin_04.png │ │ │ │ ├── fire │ │ │ │ │ ├── fire_00.png │ │ │ │ │ ├── fire_01.png │ │ │ │ │ ├── fire_02.png │ │ │ │ │ └── fire_03.png │ │ │ │ ├── flower │ │ │ │ │ ├── flower_00.png │ │ │ │ │ ├── flower_01.png │ │ │ │ │ ├── flower_02.png │ │ │ │ │ └── flower_03.png │ │ │ │ ├── mushroom.png │ │ │ │ ├── object_fireball.png │ │ │ │ └── star │ │ │ │ │ ├── item_star_00.png │ │ │ │ │ ├── item_star_01.png │ │ │ │ │ ├── item_star_02.png │ │ │ │ │ └── item_star_03.png │ │ │ │ ├── logo │ │ │ │ ├── finish.jpg │ │ │ │ ├── gameover.png │ │ │ │ └── logo.jpg │ │ │ │ ├── map │ │ │ │ └── map1.png │ │ │ │ ├── mario │ │ │ │ ├── big │ │ │ │ │ ├── mario_00.png │ │ │ │ │ ├── mario_01.png │ │ │ │ │ ├── mario_02.png │ │ │ │ │ ├── mario_03.png │ │ │ │ │ ├── mario_04.png │ │ │ │ │ ├── mario_05.png │ │ │ │ │ ├── mario_06.png │ │ │ │ │ ├── mario_12.png │ │ │ │ │ ├── mario_inv_00.png │ │ │ │ │ ├── mario_inv_01.png │ │ │ │ │ ├── mario_inv_02.png │ │ │ │ │ ├── mario_inv_03.png │ │ │ │ │ ├── mario_inv_04.png │ │ │ │ │ ├── mario_inv_05.png │ │ │ │ │ └── mario_inv_06.png │ │ │ │ ├── fire │ │ │ │ │ ├── mario_00.png │ │ │ │ │ ├── mario_01.png │ │ │ │ │ ├── mario_02.png │ │ │ │ │ ├── mario_03.png │ │ │ │ │ ├── mario_04.png │ │ │ │ │ ├── mario_05.png │ │ │ │ │ ├── mario_06.png │ │ │ │ │ ├── mario_inv_00.png │ │ │ │ │ ├── mario_inv_01.png │ │ │ │ │ ├── mario_inv_02.png │ │ │ │ │ ├── mario_inv_03.png │ │ │ │ │ ├── mario_inv_04.png │ │ │ │ │ ├── mario_inv_05.png │ │ │ │ │ └── mario_inv_06.png │ │ │ │ └── small │ │ │ │ │ ├── mario_00.png │ │ │ │ │ ├── mario_01.png │ │ │ │ │ ├── mario_02.png │ │ │ │ │ ├── mario_03.png │ │ │ │ │ ├── mario_04.png │ │ │ │ │ ├── mario_05.png │ │ │ │ │ ├── mario_06.png │ │ │ │ │ ├── mario_inv_00.png │ │ │ │ │ ├── mario_inv_01.png │ │ │ │ │ ├── mario_inv_02.png │ │ │ │ │ ├── mario_inv_03.png │ │ │ │ │ ├── mario_inv_04.png │ │ │ │ │ ├── mario_inv_05.png │ │ │ │ │ └── mario_inv_06.png │ │ │ │ ├── music │ │ │ │ ├── bgm.mp3 │ │ │ │ ├── finish.mp3 │ │ │ │ ├── invincible.mp3 │ │ │ │ └── over.mp3 │ │ │ │ └── sounds │ │ │ │ ├── broken.mp3 │ │ │ │ ├── cannon.mp3 │ │ │ │ ├── cannotbreak.mp3 │ │ │ │ ├── coin.mp3 │ │ │ │ ├── duang.mp3 │ │ │ │ ├── hitbrick.mp3 │ │ │ │ ├── hitenemy.mp3 │ │ │ │ ├── hurryup.mp3 │ │ │ │ ├── hurt.mp3 │ │ │ │ ├── jump.mp3 │ │ │ │ ├── mushroom.mp3 │ │ │ │ └── transfer.mp3 │ │ ├── merged_java_res │ │ │ ├── debug │ │ │ │ └── out.jar │ │ │ └── debugAndroidTest │ │ │ │ └── out.jar │ │ ├── merged_manifests │ │ │ ├── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output.json │ │ │ └── debugAndroidTest │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── output.json │ │ ├── metadata_feature_manifest │ │ │ └── debug │ │ │ │ └── processDebugManifest │ │ │ │ └── metadata-feature │ │ │ │ └── output.json │ │ ├── processed_res │ │ │ ├── debug │ │ │ │ └── processDebugResources │ │ │ │ │ └── out │ │ │ │ │ ├── output.json │ │ │ │ │ └── resources-debug.ap_ │ │ │ └── debugAndroidTest │ │ │ │ └── processDebugAndroidTestResources │ │ │ │ └── out │ │ │ │ ├── output.json │ │ │ │ └── resources-debugAndroidTest.ap_ │ │ ├── res │ │ │ ├── merged │ │ │ │ ├── androidTest │ │ │ │ │ └── debug │ │ │ │ │ │ └── values_values.arsc.flat │ │ │ │ └── debug │ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_in.xml.flat │ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_out.xml.flat │ │ │ │ │ ├── anim_abc_fade_in.xml.flat │ │ │ │ │ ├── anim_abc_fade_out.xml.flat │ │ │ │ │ ├── anim_abc_grow_fade_in_from_bottom.xml.flat │ │ │ │ │ ├── anim_abc_popup_enter.xml.flat │ │ │ │ │ ├── anim_abc_popup_exit.xml.flat │ │ │ │ │ ├── anim_abc_shrink_fade_out_from_bottom.xml.flat │ │ │ │ │ ├── anim_abc_slide_in_bottom.xml.flat │ │ │ │ │ ├── anim_abc_slide_in_top.xml.flat │ │ │ │ │ ├── anim_abc_slide_out_bottom.xml.flat │ │ │ │ │ ├── anim_abc_slide_out_top.xml.flat │ │ │ │ │ ├── anim_abc_tooltip_enter.xml.flat │ │ │ │ │ ├── anim_abc_tooltip_exit.xml.flat │ │ │ │ │ ├── anim_design_bottom_sheet_slide_in.xml.flat │ │ │ │ │ ├── anim_design_bottom_sheet_slide_out.xml.flat │ │ │ │ │ ├── anim_design_snackbar_in.xml.flat │ │ │ │ │ ├── anim_design_snackbar_out.xml.flat │ │ │ │ │ ├── animator-v21_design_appbar_state_list_animator.xml.flat │ │ │ │ │ ├── animator_design_fab_hide_motion_spec.xml.flat │ │ │ │ │ ├── animator_design_fab_show_motion_spec.xml.flat │ │ │ │ │ ├── animator_mtrl_btn_state_list_anim.xml.flat │ │ │ │ │ ├── animator_mtrl_btn_unelevated_state_list_anim.xml.flat │ │ │ │ │ ├── animator_mtrl_chip_state_list_anim.xml.flat │ │ │ │ │ ├── animator_mtrl_fab_hide_motion_spec.xml.flat │ │ │ │ │ ├── animator_mtrl_fab_show_motion_spec.xml.flat │ │ │ │ │ ├── animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat │ │ │ │ │ ├── animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat │ │ │ │ │ ├── color-v21_abc_btn_colored_borderless_text_material.xml.flat │ │ │ │ │ ├── color-v23_abc_btn_colored_borderless_text_material.xml.flat │ │ │ │ │ ├── color-v23_abc_btn_colored_text_material.xml.flat │ │ │ │ │ ├── color-v23_abc_color_highlight_material.xml.flat │ │ │ │ │ ├── color-v23_abc_tint_btn_checkable.xml.flat │ │ │ │ │ ├── color-v23_abc_tint_default.xml.flat │ │ │ │ │ ├── color-v23_abc_tint_edittext.xml.flat │ │ │ │ │ ├── color-v23_abc_tint_seek_thumb.xml.flat │ │ │ │ │ ├── color-v23_abc_tint_spinner.xml.flat │ │ │ │ │ ├── color-v23_abc_tint_switch_track.xml.flat │ │ │ │ │ ├── color-v23_design_tint_password_toggle.xml.flat │ │ │ │ │ ├── color_abc_background_cache_hint_selector_material_dark.xml.flat │ │ │ │ │ ├── color_abc_background_cache_hint_selector_material_light.xml.flat │ │ │ │ │ ├── color_abc_btn_colored_borderless_text_material.xml.flat │ │ │ │ │ ├── color_abc_btn_colored_text_material.xml.flat │ │ │ │ │ ├── color_abc_hint_foreground_material_dark.xml.flat │ │ │ │ │ ├── color_abc_hint_foreground_material_light.xml.flat │ │ │ │ │ ├── color_abc_primary_text_disable_only_material_dark.xml.flat │ │ │ │ │ ├── color_abc_primary_text_disable_only_material_light.xml.flat │ │ │ │ │ ├── color_abc_primary_text_material_dark.xml.flat │ │ │ │ │ ├── color_abc_primary_text_material_light.xml.flat │ │ │ │ │ ├── color_abc_search_url_text.xml.flat │ │ │ │ │ ├── color_abc_secondary_text_material_dark.xml.flat │ │ │ │ │ ├── color_abc_secondary_text_material_light.xml.flat │ │ │ │ │ ├── color_abc_tint_btn_checkable.xml.flat │ │ │ │ │ ├── color_abc_tint_default.xml.flat │ │ │ │ │ ├── color_abc_tint_edittext.xml.flat │ │ │ │ │ ├── color_abc_tint_seek_thumb.xml.flat │ │ │ │ │ ├── color_abc_tint_spinner.xml.flat │ │ │ │ │ ├── color_abc_tint_switch_track.xml.flat │ │ │ │ │ ├── color_design_error.xml.flat │ │ │ │ │ ├── color_design_tint_password_toggle.xml.flat │ │ │ │ │ ├── color_mtrl_bottom_nav_colored_item_tint.xml.flat │ │ │ │ │ ├── color_mtrl_bottom_nav_item_tint.xml.flat │ │ │ │ │ ├── color_mtrl_btn_bg_color_selector.xml.flat │ │ │ │ │ ├── color_mtrl_btn_ripple_color.xml.flat │ │ │ │ │ ├── color_mtrl_btn_stroke_color_selector.xml.flat │ │ │ │ │ ├── color_mtrl_btn_text_btn_ripple_color.xml.flat │ │ │ │ │ ├── color_mtrl_btn_text_color_selector.xml.flat │ │ │ │ │ ├── color_mtrl_chip_background_color.xml.flat │ │ │ │ │ ├── color_mtrl_chip_close_icon_tint.xml.flat │ │ │ │ │ ├── color_mtrl_chip_ripple_color.xml.flat │ │ │ │ │ ├── color_mtrl_chip_text_color.xml.flat │ │ │ │ │ ├── color_mtrl_fab_ripple_color.xml.flat │ │ │ │ │ ├── color_mtrl_tabs_colored_ripple_color.xml.flat │ │ │ │ │ ├── color_mtrl_tabs_icon_color_selector.xml.flat │ │ │ │ │ ├── color_mtrl_tabs_icon_color_selector_colored.xml.flat │ │ │ │ │ ├── color_mtrl_tabs_legacy_text_color_selector.xml.flat │ │ │ │ │ ├── color_mtrl_tabs_ripple_color.xml.flat │ │ │ │ │ ├── color_mtrl_text_btn_text_color_selector.xml.flat │ │ │ │ │ ├── color_switch_thumb_material_dark.xml.flat │ │ │ │ │ ├── color_switch_thumb_material_light.xml.flat │ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility.xml.flat │ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility_off.xml.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_focused_holo.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility_off.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_normal.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat │ │ │ │ │ ├── drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat │ │ │ │ │ ├── drawable-hdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-hdpi_ic_launcher.png.flat │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_focused_holo.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility_off.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_normal.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat │ │ │ │ │ ├── drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat │ │ │ │ │ ├── drawable-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi_ic_launcher.png.flat │ │ │ │ │ ├── drawable-v21_abc_action_bar_item_background_material.xml.flat │ │ │ │ │ ├── drawable-v21_abc_btn_colored_material.xml.flat │ │ │ │ │ ├── drawable-v21_abc_dialog_material_background.xml.flat │ │ │ │ │ ├── drawable-v21_abc_edit_text_material.xml.flat │ │ │ │ │ ├── drawable-v21_abc_list_divider_material.xml.flat │ │ │ │ │ ├── drawable-v21_avd_hide_password.xml.flat │ │ │ │ │ ├── drawable-v21_avd_show_password.xml.flat │ │ │ │ │ ├── drawable-v21_design_bottom_navigation_item_background.xml.flat │ │ │ │ │ ├── drawable-v21_design_password_eye.xml.flat │ │ │ │ │ ├── drawable-v21_notification_action_background.xml.flat │ │ │ │ │ ├── drawable-v23_abc_control_background_material.xml.flat │ │ │ │ │ ├── drawable-watch-v20_abc_dialog_material_background.xml.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility_off.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat │ │ │ │ │ ├── drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat │ │ │ │ │ ├── drawable-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi_ic_launcher.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility.png.flat │ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility_off.png.flat │ │ │ │ │ ├── drawable-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── mario.png │ │ │ │ │ ├── drawable-xxhdpi_ic_launcher.png.flat │ │ │ │ │ ├── drawable-xxhdpi_mario.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility.png.flat │ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat │ │ │ │ │ ├── drawable_abc_btn_borderless_material.xml.flat │ │ │ │ │ ├── drawable_abc_btn_check_material.xml.flat │ │ │ │ │ ├── drawable_abc_btn_colored_material.xml.flat │ │ │ │ │ ├── drawable_abc_btn_default_mtrl_shape.xml.flat │ │ │ │ │ ├── drawable_abc_btn_radio_material.xml.flat │ │ │ │ │ ├── drawable_abc_cab_background_internal_bg.xml.flat │ │ │ │ │ ├── drawable_abc_cab_background_top_material.xml.flat │ │ │ │ │ ├── drawable_abc_dialog_material_background.xml.flat │ │ │ │ │ ├── drawable_abc_edit_text_material.xml.flat │ │ │ │ │ ├── drawable_abc_ic_ab_back_material.xml.flat │ │ │ │ │ ├── drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat │ │ │ │ │ ├── drawable_abc_ic_clear_material.xml.flat │ │ │ │ │ ├── drawable_abc_ic_go_search_api_material.xml.flat │ │ │ │ │ ├── drawable_abc_ic_menu_overflow_material.xml.flat │ │ │ │ │ ├── drawable_abc_ic_search_api_material.xml.flat │ │ │ │ │ ├── drawable_abc_ic_voice_search_api_material.xml.flat │ │ │ │ │ ├── drawable_abc_item_background_holo_dark.xml.flat │ │ │ │ │ ├── drawable_abc_item_background_holo_light.xml.flat │ │ │ │ │ ├── drawable_abc_list_divider_material.xml.flat │ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_dark.xml.flat │ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_light.xml.flat │ │ │ │ │ ├── drawable_abc_list_selector_holo_dark.xml.flat │ │ │ │ │ ├── drawable_abc_list_selector_holo_light.xml.flat │ │ │ │ │ ├── drawable_abc_ratingbar_indicator_material.xml.flat │ │ │ │ │ ├── drawable_abc_ratingbar_material.xml.flat │ │ │ │ │ ├── drawable_abc_ratingbar_small_material.xml.flat │ │ │ │ │ ├── drawable_abc_seekbar_thumb_material.xml.flat │ │ │ │ │ ├── drawable_abc_seekbar_tick_mark_material.xml.flat │ │ │ │ │ ├── drawable_abc_seekbar_track_material.xml.flat │ │ │ │ │ ├── drawable_abc_spinner_textfield_background_material.xml.flat │ │ │ │ │ ├── drawable_abc_switch_thumb_material.xml.flat │ │ │ │ │ ├── drawable_abc_tab_indicator_material.xml.flat │ │ │ │ │ ├── drawable_abc_text_cursor_material.xml.flat │ │ │ │ │ ├── drawable_abc_textfield_search_material.xml.flat │ │ │ │ │ ├── drawable_abc_vector_test.xml.flat │ │ │ │ │ ├── drawable_design_bottom_navigation_item_background.xml.flat │ │ │ │ │ ├── drawable_design_fab_background.xml.flat │ │ │ │ │ ├── drawable_design_password_eye.xml.flat │ │ │ │ │ ├── drawable_design_snackbar_background.xml.flat │ │ │ │ │ ├── drawable_ic_mtrl_chip_checked_black.xml.flat │ │ │ │ │ ├── drawable_ic_mtrl_chip_checked_circle.xml.flat │ │ │ │ │ ├── drawable_ic_mtrl_chip_close_circle.xml.flat │ │ │ │ │ ├── drawable_mtrl_snackbar_background.xml.flat │ │ │ │ │ ├── drawable_mtrl_tabs_default_indicator.xml.flat │ │ │ │ │ ├── drawable_navigation_empty_icon.xml.flat │ │ │ │ │ ├── drawable_notification_bg.xml.flat │ │ │ │ │ ├── drawable_notification_bg_low.xml.flat │ │ │ │ │ ├── drawable_notification_icon_background.xml.flat │ │ │ │ │ ├── drawable_notification_tile_bg.xml.flat │ │ │ │ │ ├── drawable_tooltip_frame_dark.xml.flat │ │ │ │ │ ├── drawable_tooltip_frame_light.xml.flat │ │ │ │ │ ├── interpolator-v21_mtrl_fast_out_linear_in.xml.flat │ │ │ │ │ ├── interpolator-v21_mtrl_fast_out_slow_in.xml.flat │ │ │ │ │ ├── interpolator-v21_mtrl_linear_out_slow_in.xml.flat │ │ │ │ │ ├── interpolator_mtrl_fast_out_linear_in.xml.flat │ │ │ │ │ ├── interpolator_mtrl_fast_out_slow_in.xml.flat │ │ │ │ │ ├── interpolator_mtrl_linear.xml.flat │ │ │ │ │ ├── interpolator_mtrl_linear_out_slow_in.xml.flat │ │ │ │ │ ├── layout-sw600dp-v13_design_layout_snackbar.xml.flat │ │ │ │ │ ├── layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat │ │ │ │ │ ├── layout-v16_notification_template_custom_big.xml.flat │ │ │ │ │ ├── layout-v21_notification_action.xml.flat │ │ │ │ │ ├── layout-v21_notification_action_tombstone.xml.flat │ │ │ │ │ ├── layout-v21_notification_template_custom_big.xml.flat │ │ │ │ │ ├── layout-v21_notification_template_icon_group.xml.flat │ │ │ │ │ ├── layout-v26_abc_screen_toolbar.xml.flat │ │ │ │ │ ├── layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat │ │ │ │ │ ├── layout-watch-v20_abc_alert_dialog_title_material.xml.flat │ │ │ │ │ ├── layout │ │ │ │ │ └── activity_main.xml │ │ │ │ │ ├── layout_abc_action_bar_title_item.xml.flat │ │ │ │ │ ├── layout_abc_action_bar_up_container.xml.flat │ │ │ │ │ ├── layout_abc_action_menu_item_layout.xml.flat │ │ │ │ │ ├── layout_abc_action_menu_layout.xml.flat │ │ │ │ │ ├── layout_abc_action_mode_bar.xml.flat │ │ │ │ │ ├── layout_abc_action_mode_close_item_material.xml.flat │ │ │ │ │ ├── layout_abc_activity_chooser_view.xml.flat │ │ │ │ │ ├── layout_abc_activity_chooser_view_list_item.xml.flat │ │ │ │ │ ├── layout_abc_alert_dialog_button_bar_material.xml.flat │ │ │ │ │ ├── layout_abc_alert_dialog_material.xml.flat │ │ │ │ │ ├── layout_abc_alert_dialog_title_material.xml.flat │ │ │ │ │ ├── layout_abc_cascading_menu_item_layout.xml.flat │ │ │ │ │ ├── layout_abc_dialog_title_material.xml.flat │ │ │ │ │ ├── layout_abc_expanded_menu_layout.xml.flat │ │ │ │ │ ├── layout_abc_list_menu_item_checkbox.xml.flat │ │ │ │ │ ├── layout_abc_list_menu_item_icon.xml.flat │ │ │ │ │ ├── layout_abc_list_menu_item_layout.xml.flat │ │ │ │ │ ├── layout_abc_list_menu_item_radio.xml.flat │ │ │ │ │ ├── layout_abc_popup_menu_header_item_layout.xml.flat │ │ │ │ │ ├── layout_abc_popup_menu_item_layout.xml.flat │ │ │ │ │ ├── layout_abc_screen_content_include.xml.flat │ │ │ │ │ ├── layout_abc_screen_simple.xml.flat │ │ │ │ │ ├── layout_abc_screen_simple_overlay_action_mode.xml.flat │ │ │ │ │ ├── layout_abc_screen_toolbar.xml.flat │ │ │ │ │ ├── layout_abc_search_dropdown_item_icons_2line.xml.flat │ │ │ │ │ ├── layout_abc_search_view.xml.flat │ │ │ │ │ ├── layout_abc_select_dialog_material.xml.flat │ │ │ │ │ ├── layout_abc_tooltip.xml.flat │ │ │ │ │ ├── layout_activity_main.xml.flat │ │ │ │ │ ├── layout_design_bottom_navigation_item.xml.flat │ │ │ │ │ ├── layout_design_bottom_sheet_dialog.xml.flat │ │ │ │ │ ├── layout_design_layout_snackbar.xml.flat │ │ │ │ │ ├── layout_design_layout_snackbar_include.xml.flat │ │ │ │ │ ├── layout_design_layout_tab_icon.xml.flat │ │ │ │ │ ├── layout_design_layout_tab_text.xml.flat │ │ │ │ │ ├── layout_design_menu_item_action_area.xml.flat │ │ │ │ │ ├── layout_design_navigation_item.xml.flat │ │ │ │ │ ├── layout_design_navigation_item_header.xml.flat │ │ │ │ │ ├── layout_design_navigation_item_separator.xml.flat │ │ │ │ │ ├── layout_design_navigation_item_subheader.xml.flat │ │ │ │ │ ├── layout_design_navigation_menu.xml.flat │ │ │ │ │ ├── layout_design_navigation_menu_item.xml.flat │ │ │ │ │ ├── layout_design_text_input_password_icon.xml.flat │ │ │ │ │ ├── layout_mtrl_layout_snackbar.xml.flat │ │ │ │ │ ├── layout_mtrl_layout_snackbar_include.xml.flat │ │ │ │ │ ├── layout_notification_action.xml.flat │ │ │ │ │ ├── layout_notification_action_tombstone.xml.flat │ │ │ │ │ ├── layout_notification_template_icon_group.xml.flat │ │ │ │ │ ├── layout_notification_template_part_chronometer.xml.flat │ │ │ │ │ ├── layout_notification_template_part_time.xml.flat │ │ │ │ │ ├── layout_select_dialog_item_material.xml.flat │ │ │ │ │ ├── layout_select_dialog_multichoice_material.xml.flat │ │ │ │ │ ├── layout_select_dialog_singlechoice_material.xml.flat │ │ │ │ │ ├── layout_support_simple_spinner_dropdown_item.xml.flat │ │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ │ ├── values-v11 │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v11_values-v11.arsc.flat │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.xml │ │ │ │ │ ├── values-v14_values-v14.arsc.flat │ │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ │ ├── values │ │ │ │ │ └── values.xml │ │ │ │ │ └── values_values.arsc.flat │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ ├── resources-debug.ap_ │ │ │ └── symbol-table-with-package │ │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── package-aware-r.txt │ │ │ │ └── debug │ │ │ │ └── package-aware-r.txt │ │ ├── signing_config │ │ │ ├── debug │ │ │ │ └── out │ │ │ │ │ └── signing-config.json │ │ │ └── debugAndroidTest │ │ │ │ └── out │ │ │ │ └── signing-config.json │ │ ├── symbols │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── R.txt │ │ │ └── debug │ │ │ │ └── R.txt │ │ └── transforms │ │ │ ├── dex │ │ │ └── debug │ │ │ │ └── folders │ │ │ │ └── 1000 │ │ │ │ └── 1f │ │ │ │ └── main │ │ │ │ └── classes.dex │ │ │ └── dexBuilder │ │ │ ├── androidTest │ │ │ └── debug │ │ │ │ ├── 0 │ │ │ │ ├── android │ │ │ │ │ ├── app │ │ │ │ │ │ └── R.dex │ │ │ │ │ └── support │ │ │ │ │ │ └── test │ │ │ │ │ │ ├── R.dex │ │ │ │ │ │ ├── espresso │ │ │ │ │ │ ├── R$string.dex │ │ │ │ │ │ ├── R.dex │ │ │ │ │ │ └── idling │ │ │ │ │ │ │ └── R.dex │ │ │ │ │ │ └── rule │ │ │ │ │ │ ├── R$string.dex │ │ │ │ │ │ └── R.dex │ │ │ │ └── com │ │ │ │ │ └── suramire │ │ │ │ │ └── androidgame25 │ │ │ │ │ └── test │ │ │ │ │ ├── BuildConfig.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ └── R.dex │ │ │ │ └── __content__.json │ │ │ └── debug │ │ │ ├── 0 │ │ │ ├── android │ │ │ │ ├── arch │ │ │ │ │ ├── core │ │ │ │ │ │ └── R.dex │ │ │ │ │ └── lifecycle │ │ │ │ │ │ ├── R.dex │ │ │ │ │ │ ├── livedata │ │ │ │ │ │ ├── R.dex │ │ │ │ │ │ └── core │ │ │ │ │ │ │ └── R.dex │ │ │ │ │ │ └── viewmodel │ │ │ │ │ │ └── R.dex │ │ │ │ └── support │ │ │ │ │ ├── asynclayoutinflater │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── compat │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── coordinatorlayout │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── coreui │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── coreutils │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── cursoradapter │ │ │ │ │ └── R.dex │ │ │ │ │ ├── customview │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── design │ │ │ │ │ ├── R$anim.dex │ │ │ │ │ ├── R$animator.dex │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$bool.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$interpolator.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── documentfile │ │ │ │ │ └── R.dex │ │ │ │ │ ├── drawerlayout │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── fragment │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── graphics │ │ │ │ │ └── drawable │ │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ │ ├── R$color.dex │ │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ │ ├── R$id.dex │ │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ │ ├── R$string.dex │ │ │ │ │ │ ├── R$style.dex │ │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ │ └── R.dex │ │ │ │ │ ├── interpolator │ │ │ │ │ └── R.dex │ │ │ │ │ ├── loader │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── localbroadcastmanager │ │ │ │ │ └── R.dex │ │ │ │ │ ├── print │ │ │ │ │ └── R.dex │ │ │ │ │ ├── slidingpanelayout │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── swiperefreshlayout │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── transition │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ └── v7 │ │ │ │ │ ├── appcompat │ │ │ │ │ ├── R$anim.dex │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$bool.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── cardview │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ ├── recyclerview │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ │ │ └── viewpager │ │ │ │ │ ├── R$attr.dex │ │ │ │ │ ├── R$color.dex │ │ │ │ │ ├── R$dimen.dex │ │ │ │ │ ├── R$drawable.dex │ │ │ │ │ ├── R$id.dex │ │ │ │ │ ├── R$integer.dex │ │ │ │ │ ├── R$layout.dex │ │ │ │ │ ├── R$string.dex │ │ │ │ │ ├── R$style.dex │ │ │ │ │ ├── R$styleable.dex │ │ │ │ │ └── R.dex │ │ │ ├── androidx │ │ │ │ └── versionedparcelable │ │ │ │ │ └── R.dex │ │ │ └── com │ │ │ │ └── suramire │ │ │ │ └── androidgame25 │ │ │ │ ├── BuildConfig.dex │ │ │ │ ├── MainActivity$1.dex │ │ │ │ ├── MainActivity$2.dex │ │ │ │ ├── MainActivity.dex │ │ │ │ ├── Mario$1.dex │ │ │ │ ├── Mario$2.dex │ │ │ │ ├── Mario.dex │ │ │ │ ├── MyView2$1.dex │ │ │ │ ├── MyView2$2.dex │ │ │ │ ├── MyView2.dex │ │ │ │ ├── R$anim.dex │ │ │ │ ├── R$animator.dex │ │ │ │ ├── R$attr.dex │ │ │ │ ├── R$bool.dex │ │ │ │ ├── R$color.dex │ │ │ │ ├── R$dimen.dex │ │ │ │ ├── R$drawable.dex │ │ │ │ ├── R$id.dex │ │ │ │ ├── R$integer.dex │ │ │ │ ├── R$interpolator.dex │ │ │ │ ├── R$layout.dex │ │ │ │ ├── R$string.dex │ │ │ │ ├── R$style.dex │ │ │ │ ├── R$styleable.dex │ │ │ │ ├── R.dex │ │ │ │ ├── Sprite$1.dex │ │ │ │ ├── Sprite.dex │ │ │ │ ├── TiledLayer.dex │ │ │ │ ├── audio │ │ │ │ ├── MyMusic.dex │ │ │ │ └── MySoundPool.dex │ │ │ │ ├── enemy │ │ │ │ ├── Cannon.dex │ │ │ │ ├── Chestunt.dex │ │ │ │ ├── Enemy.dex │ │ │ │ ├── Turtle$1.dex │ │ │ │ └── Turtle.dex │ │ │ │ ├── enums │ │ │ │ ├── GameState.dex │ │ │ │ ├── ItemType.dex │ │ │ │ └── Site.dex │ │ │ │ └── item │ │ │ │ ├── Bullet.dex │ │ │ │ ├── Coin.dex │ │ │ │ ├── EnemyBullet.dex │ │ │ │ ├── Flower.dex │ │ │ │ ├── ItemSprite.dex │ │ │ │ ├── Mushroom.dex │ │ │ │ ├── Star.dex │ │ │ │ └── brick │ │ │ │ ├── Brick$1.dex │ │ │ │ ├── Brick.dex │ │ │ │ ├── Broken.dex │ │ │ │ ├── CommonBrick.dex │ │ │ │ └── Pipe.dex │ │ │ └── __content__.json │ └── outputs │ │ ├── apk │ │ ├── app-debug.apk │ │ └── debug │ │ │ ├── app-debug.apk │ │ │ └── output.json │ │ └── logs │ │ └── manifest-merger-debug-report.txt └── src │ └── main │ ├── AndroidManifest.xml │ ├── assets │ ├── brick │ │ ├── brick_00.png │ │ ├── brick_01.png │ │ ├── brick_02.png │ │ ├── brick_03.png │ │ ├── brick_04.png │ │ ├── broken │ │ │ ├── broken_00.png │ │ │ ├── broken_01.png │ │ │ ├── broken_02.png │ │ │ ├── broken_03.png │ │ │ ├── broken_04.png │ │ │ ├── broken_05.png │ │ │ ├── broken_06.png │ │ │ ├── broken_07.png │ │ │ ├── broken_08.png │ │ │ └── broken_09.png │ │ ├── commonBrick.png │ │ └── pipe.png │ ├── button │ │ ├── a.png │ │ ├── b.png │ │ ├── down.png │ │ ├── left.png │ │ └── right.png │ ├── enemy │ │ ├── cannon.png │ │ ├── chestunt │ │ │ ├── chestunt_00.png │ │ │ ├── chestunt_01.png │ │ │ └── chestunt_02.png │ │ ├── enemy_bullet.png │ │ └── turtle │ │ │ ├── turtle_00.png │ │ │ ├── turtle_01.png │ │ │ ├── turtle_02.png │ │ │ ├── turtle_03.png │ │ │ └── turtle_04.png │ ├── font │ │ └── Bit8.ttf │ ├── item │ │ ├── coin │ │ │ ├── coin_00.png │ │ │ ├── coin_01.png │ │ │ ├── coin_02.png │ │ │ ├── coin_03.png │ │ │ └── coin_04.png │ │ ├── fire │ │ │ ├── fire_00.png │ │ │ ├── fire_01.png │ │ │ ├── fire_02.png │ │ │ └── fire_03.png │ │ ├── flower │ │ │ ├── flower_00.png │ │ │ ├── flower_01.png │ │ │ ├── flower_02.png │ │ │ └── flower_03.png │ │ ├── mushroom.png │ │ ├── object_fireball.png │ │ └── star │ │ │ ├── item_star_00.png │ │ │ ├── item_star_01.png │ │ │ ├── item_star_02.png │ │ │ └── item_star_03.png │ ├── logo │ │ ├── finish.jpg │ │ ├── gameover.png │ │ └── logo.jpg │ ├── map │ │ └── map1.png │ ├── mario │ │ ├── big │ │ │ ├── mario_00.png │ │ │ ├── mario_01.png │ │ │ ├── mario_02.png │ │ │ ├── mario_03.png │ │ │ ├── mario_04.png │ │ │ ├── mario_05.png │ │ │ ├── mario_06.png │ │ │ ├── mario_12.png │ │ │ ├── mario_inv_00.png │ │ │ ├── mario_inv_01.png │ │ │ ├── mario_inv_02.png │ │ │ ├── mario_inv_03.png │ │ │ ├── mario_inv_04.png │ │ │ ├── mario_inv_05.png │ │ │ └── mario_inv_06.png │ │ ├── fire │ │ │ ├── mario_00.png │ │ │ ├── mario_01.png │ │ │ ├── mario_02.png │ │ │ ├── mario_03.png │ │ │ ├── mario_04.png │ │ │ ├── mario_05.png │ │ │ ├── mario_06.png │ │ │ ├── mario_inv_00.png │ │ │ ├── mario_inv_01.png │ │ │ ├── mario_inv_02.png │ │ │ ├── mario_inv_03.png │ │ │ ├── mario_inv_04.png │ │ │ ├── mario_inv_05.png │ │ │ └── mario_inv_06.png │ │ └── small │ │ │ ├── mario_00.png │ │ │ ├── mario_01.png │ │ │ ├── mario_02.png │ │ │ ├── mario_03.png │ │ │ ├── mario_04.png │ │ │ ├── mario_05.png │ │ │ ├── mario_06.png │ │ │ ├── mario_inv_00.png │ │ │ ├── mario_inv_01.png │ │ │ ├── mario_inv_02.png │ │ │ ├── mario_inv_03.png │ │ │ ├── mario_inv_04.png │ │ │ ├── mario_inv_05.png │ │ │ └── mario_inv_06.png │ ├── music │ │ ├── bgm.mp3 │ │ ├── finish.mp3 │ │ ├── invincible.mp3 │ │ └── over.mp3 │ └── sounds │ │ ├── broken.mp3 │ │ ├── cannon.mp3 │ │ ├── cannotbreak.mp3 │ │ ├── coin.mp3 │ │ ├── duang.mp3 │ │ ├── hitbrick.mp3 │ │ ├── hitenemy.mp3 │ │ ├── hurryup.mp3 │ │ ├── hurt.mp3 │ │ ├── jump.mp3 │ │ ├── mushroom.mp3 │ │ └── transfer.mp3 │ ├── java │ └── com │ │ └── suramire │ │ └── androidgame25 │ │ ├── MainActivity.java │ │ ├── Mario.java │ │ ├── MyView2.java │ │ ├── Sprite.java │ │ ├── TiledLayer.java │ │ ├── audio │ │ ├── MyMusic.java │ │ └── MySoundPool.java │ │ ├── enemy │ │ ├── Cannon.java │ │ ├── Chestunt.java │ │ ├── Enemy.java │ │ └── Turtle.java │ │ ├── enums │ │ ├── GameState.java │ │ ├── ItemType.java │ │ └── Site.java │ │ └── item │ │ ├── Bullet.java │ │ ├── Coin.java │ │ ├── EnemyBullet.java │ │ ├── Flower.java │ │ ├── ItemSprite.java │ │ ├── Mushroom.java │ │ ├── Star.java │ │ └── brick │ │ ├── Brick.java │ │ ├── Broken.java │ │ ├── CommonBrick.java │ │ └── Pipe.java │ └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ ├── drawable-xxhdpi │ ├── ic_launcher.png │ └── mario.png │ ├── layout │ └── activity_main.xml │ ├── values-v11 │ └── styles.xml │ ├── values-v14 │ └── styles.xml │ └── values │ ├── strings.xml │ └── styles.xml ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── import-summary.txt ├── local.properties └── settings.gradle /.gradle/2.14.1/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Wed Nov 22 15:02:35 CST 2017 2 | -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/2.14.1/taskArtifacts/cache.properties.lock -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/2.14.1/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/2.14.1/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/2.14.1/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /.gradle/4.5.1/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/4.5.1/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/4.5.1/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/4.5.1/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/4.5.1/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/4.5/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/4.5/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/4.5/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/4.5/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/4.5/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/5.4.1/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/5.4.1/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/5.4.1/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/5.4.1/fileContent/fileContent.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/fileContent/fileContent.lock -------------------------------------------------------------------------------- /.gradle/5.4.1/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/5.4.1/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/5.4.1/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/5.4.1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/5.4.1/javaCompile/classAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/javaCompile/classAnalysis.bin -------------------------------------------------------------------------------- /.gradle/5.4.1/javaCompile/jarAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/javaCompile/jarAnalysis.bin -------------------------------------------------------------------------------- /.gradle/5.4.1/javaCompile/javaCompile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/javaCompile/javaCompile.lock -------------------------------------------------------------------------------- /.gradle/5.4.1/javaCompile/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/5.4.1/javaCompile/taskHistory.bin -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Fri May 31 23:11:29 CST 2024 2 | gradle.version=5.4.1 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/config.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/config.properties -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/vcsWorkingDirs/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/workspace-id.txt: -------------------------------------------------------------------------------- 1 | u5p5a3scvnf4haa2ur7gadzfjm -------------------------------------------------------------------------------- /.gradle/workspace-id.txt.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.gradle/workspace-id.txt.lock -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/codeStyleSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/codeStyleSettings.xml -------------------------------------------------------------------------------- /.idea/codeStyles/Project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/codeStyles/Project.xml -------------------------------------------------------------------------------- /.idea/codeStyles/codeStyleConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/codeStyles/codeStyleConfig.xml -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/deploymentTargetSelector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/deploymentTargetSelector.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_core_common_1_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_core_common_1_1_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_core_runtime_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_core_runtime_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_cardview_v7_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_cardview_v7_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_collections_28_0_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_collections_28_0_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_cursoradapter_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_cursoradapter_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_customview_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_customview_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_design_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_design_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_documentfile_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_documentfile_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_drawerlayout_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_drawerlayout_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_interpolator_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_interpolator_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_loader_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_loader_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_print_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_print_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_recyclerview_v7_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_recyclerview_v7_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_slidingpanelayout_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_slidingpanelayout_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_support_annotations_28_0_0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_support_annotations_28_0_0.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_support_compat_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_support_compat_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_support_core_ui_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_support_core_ui_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_support_core_utils_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_support_core_utils_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_support_fragment_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_support_fragment_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_swiperefreshlayout_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_swiperefreshlayout_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_test_rules_0_5_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_test_rules_0_5_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_test_runner_0_5_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_test_runner_0_5_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_transition_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_transition_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_versionedparcelable_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_versionedparcelable_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_android_support_viewpager_28_0_0_aar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_android_support_viewpager_28_0_0_aar.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_annotation_javax_annotation_api_1_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__javax_annotation_javax_annotation_api_1_2.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__junit_junit_4_12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__junit_junit_4_12.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/animated_vector_drawable_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/animated_vector_drawable_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/appcompat_v7_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/appcompat_v7_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/design_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/design_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/espresso_core_2_2_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/espresso_core_2_2_2.xml -------------------------------------------------------------------------------- /.idea/libraries/espresso_idling_resource_2_2_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/espresso_idling_resource_2_2_2.xml -------------------------------------------------------------------------------- /.idea/libraries/exposed_instrumentation_api_publish_0_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/exposed_instrumentation_api_publish_0_5.xml -------------------------------------------------------------------------------- /.idea/libraries/hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/hamcrest_core_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/hamcrest_integration_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/hamcrest_library_1_3.xml -------------------------------------------------------------------------------- /.idea/libraries/javawriter_2_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/javawriter_2_1_1.xml -------------------------------------------------------------------------------- /.idea/libraries/javax_annotation_api_1_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/javax_annotation_api_1_2.xml -------------------------------------------------------------------------------- /.idea/libraries/javax_inject_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/javax_inject_1.xml -------------------------------------------------------------------------------- /.idea/libraries/jsr305_2_0_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/jsr305_2_0_1.xml -------------------------------------------------------------------------------- /.idea/libraries/junit_4_12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/junit_4_12.xml -------------------------------------------------------------------------------- /.idea/libraries/recyclerview_v7_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/recyclerview_v7_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/rules_0_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/rules_0_5.xml -------------------------------------------------------------------------------- /.idea/libraries/runner_0_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/runner_0_5.xml -------------------------------------------------------------------------------- /.idea/libraries/support_annotations_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_annotations_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_compat_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_compat_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_core_ui_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_core_ui_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_core_utils_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_core_utils_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_fragment_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_fragment_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_media_compat_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_media_compat_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_v4_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_v4_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/support_vector_drawable_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/support_vector_drawable_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/libraries/transition_26_0_0_alpha1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/libraries/transition_26_0_0_alpha1.xml -------------------------------------------------------------------------------- /.idea/migrations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/migrations.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/modules/SuperMario-master.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/modules/SuperMario-master.iml -------------------------------------------------------------------------------- /.idea/modules/app/SuperMario-master.app.androidTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/modules/app/SuperMario-master.app.androidTest.iml -------------------------------------------------------------------------------- /.idea/modules/app/SuperMario-master.app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/modules/app/SuperMario-master.app.iml -------------------------------------------------------------------------------- /.idea/modules/app/SuperMario-master.app.main.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/modules/app/SuperMario-master.app.main.iml -------------------------------------------------------------------------------- /.idea/modules/app/SuperMario-master.app.unitTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/modules/app/SuperMario-master.app.unitTest.iml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /AndroidGame25.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/AndroidGame25.iml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/README.md -------------------------------------------------------------------------------- /SuperMario.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/SuperMario.iml -------------------------------------------------------------------------------- /WechatIMG1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/WechatIMG1.png -------------------------------------------------------------------------------- /app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/app.iml -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/build/generated/source/r/debug/com/suramire/androidgame25/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/generated/source/r/debug/com/suramire/androidgame25/R.java -------------------------------------------------------------------------------- /app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /app/build/intermediates/annotation_processor_list/debugAndroidTest/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /app/build/intermediates/annotation_processor_list/debugUnitTest/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /app/build/intermediates/app_classes/debug/bundleDebugClasses/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/app_classes/debug/bundleDebugClasses/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/assets/debug/button/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/assets/debug/button/a.png -------------------------------------------------------------------------------- /app/build/intermediates/assets/debug/button/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/assets/debug/button/b.png -------------------------------------------------------------------------------- /app/build/intermediates/assets/debug/button/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/assets/debug/button/down.png -------------------------------------------------------------------------------- /app/build/intermediates/assets/debug/button/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/assets/debug/button/left.png -------------------------------------------------------------------------------- /app/build/intermediates/assets/debug/button/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/assets/debug/button/right.png -------------------------------------------------------------------------------- /app/build/intermediates/assets/debug/map/map1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/assets/debug/map/map1.png -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/androidTest/debug/multi-v2/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/androidTest/debug/multi-v2/debug.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/androidTest/debug/multi-v2/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/androidTest/debug/multi-v2/values.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/debug.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-af.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-am.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-am.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-as.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-as.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-az.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-az.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-be.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-da.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-de.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-el.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-es.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-et.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-gu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-in.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-is.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-it.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-iw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-kk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-km.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-km.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-kn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-land.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-land.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-lo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-mn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-mr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-my.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-my.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-or.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-or.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-pa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-port.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-si.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-si.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-te.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-th.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-tl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-ur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-uz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v11.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v14.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-v28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values-zu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi-v2/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi-v2/values.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi/values-v11.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi/values-v14.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/multi/values.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/single/debug.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-hdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/single/drawable-hdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-mdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/single/drawable-mdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xhdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/single/drawable-xhdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xxhdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/layout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/blame/res/debug/single/layout.json -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/Mario$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/Mario$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/Mario.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/Mario.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/MyView2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/MyView2.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/suramire/androidgame25/Sprite.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/classes/debug/com/suramire/androidgame25/Sprite.class -------------------------------------------------------------------------------- /app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/dex/debug/mergeDexDebug/out/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/incremental-safeguard/debug/tag.txt: -------------------------------------------------------------------------------- 1 | incremental task execution -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/debugAndroidTest-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties: -------------------------------------------------------------------------------- 1 | #Fri May 31 23:17:50 CST 2024 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugAssets/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/dex-renamer-state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/incremental/packageDebug/dex-renamer-state.txt -------------------------------------------------------------------------------- /app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/instant_app_manifest/debug/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/instant_app_manifest/debug/output.json -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/arch/core/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/arch/core/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/arch/lifecycle/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/compat/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/compat/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/compat/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/compat/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/coreui/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/coreui/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/coreui/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/coreui/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/coreutils/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/customview/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/customview/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/design/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/design/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/design/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/design/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/design/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/design/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/design/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/fragment/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/fragment/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/fragment/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/loader/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/loader/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debug/classes/android/support/print/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debug/classes/android/support/print/R.class -------------------------------------------------------------------------------- /app/build/intermediates/javac/debugAndroidTest/classes/android/app/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/javac/debugAndroidTest/classes/android/app/R.class -------------------------------------------------------------------------------- /app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifests/full/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/manifests/full/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/brick_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/brick_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/brick_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/brick_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/brick_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/brick_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/brick_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/brick_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/brick_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/brick_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_07.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_08.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/broken/broken_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/broken/broken_09.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/commonBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/commonBrick.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/brick/pipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/brick/pipe.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/button/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/button/a.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/button/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/button/b.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/button/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/button/down.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/button/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/button/left.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/button/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/button/right.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/cannon.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/enemy_bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/enemy_bullet.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/enemy/turtle/turtle_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/font/Bit8.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/font/Bit8.ttf -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/coin/coin_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/coin/coin_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/coin/coin_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/coin/coin_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/coin/coin_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/coin/coin_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/coin/coin_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/coin/coin_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/coin/coin_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/coin/coin_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/fire/fire_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/fire/fire_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/fire/fire_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/fire/fire_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/fire/fire_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/fire/fire_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/fire/fire_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/fire/fire_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/flower/flower_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/flower/flower_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/flower/flower_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/flower/flower_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/flower/flower_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/flower/flower_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/flower/flower_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/flower/flower_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/mushroom.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/object_fireball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/object_fireball.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/star/item_star_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/star/item_star_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/star/item_star_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/star/item_star_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/star/item_star_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/star/item_star_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/item/star/item_star_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/item/star/item_star_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/logo/finish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/logo/finish.jpg -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/logo/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/logo/gameover.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/logo/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/logo/logo.jpg -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/map/map1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/map/map1.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_12.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/big/mario_inv_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/fire/mario_inv_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_00.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_01.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_02.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_03.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_04.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_05.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/mario/small/mario_inv_06.png -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/music/bgm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/music/bgm.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/music/finish.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/music/finish.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/music/invincible.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/music/invincible.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/music/over.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/music/over.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/broken.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/broken.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/cannon.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/cannon.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/cannotbreak.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/cannotbreak.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/coin.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/coin.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/duang.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/duang.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/hitbrick.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/hitbrick.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/hitenemy.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/hitenemy.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/hurryup.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/hurryup.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/hurt.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/hurt.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/jump.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/jump.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/mushroom.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/mushroom.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_assets/debug/out/sounds/transfer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_assets/debug/out/sounds/transfer.mp3 -------------------------------------------------------------------------------- /app/build/intermediates/merged_java_res/debug/out.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_java_res/debug/out.jar -------------------------------------------------------------------------------- /app/build/intermediates/merged_java_res/debugAndroidTest/out.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_java_res/debugAndroidTest/out.jar -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debug/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_manifests/debug/output.json -------------------------------------------------------------------------------- /app/build/intermediates/merged_manifests/debugAndroidTest/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/merged_manifests/debugAndroidTest/output.json -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/androidTest/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/androidTest/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_design_snackbar_in.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/anim_design_snackbar_out.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_design_error.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_design_error.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color_mtrl_chip_text_color.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/color_mtrl_chip_text_color.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi/mario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi/mario.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi_mario.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi_mario.png.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/interpolator_mtrl_linear.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/interpolator_mtrl_linear.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout/activity_main.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v11/values-v11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v11_values-v11.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v14/values-v14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v14_values-v14.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/merged/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /app/build/intermediates/res/resources-debug-androidTest.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/resources-debug-androidTest.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/res/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/res/resources-debug.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/res/symbol-table-with-package/androidTest/debug/package-aware-r.txt: -------------------------------------------------------------------------------- 1 | com.suramire.androidgame25.test 2 | string app_name 3 | -------------------------------------------------------------------------------- /app/build/intermediates/signing_config/debug/out/signing-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/signing_config/debug/out/signing-config.json -------------------------------------------------------------------------------- /app/build/intermediates/symbols/androidTest/debug/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f010000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/symbols/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/symbols/debug/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dexBuilder/debug/__content__.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/intermediates/transforms/dexBuilder/debug/__content__.json -------------------------------------------------------------------------------- /app/build/outputs/apk/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/outputs/apk/app-debug.apk -------------------------------------------------------------------------------- /app/build/outputs/apk/debug/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/outputs/apk/debug/app-debug.apk -------------------------------------------------------------------------------- /app/build/outputs/apk/debug/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/outputs/apk/debug/output.json -------------------------------------------------------------------------------- /app/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/assets/brick/brick_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/brick_00.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/brick_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/brick_01.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/brick_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/brick_02.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/brick_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/brick_03.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/brick_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/brick_04.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_00.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_01.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_02.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_03.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_04.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_05.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_06.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_07.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_08.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/broken/broken_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/broken/broken_09.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/commonBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/commonBrick.png -------------------------------------------------------------------------------- /app/src/main/assets/brick/pipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/brick/pipe.png -------------------------------------------------------------------------------- /app/src/main/assets/button/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/button/a.png -------------------------------------------------------------------------------- /app/src/main/assets/button/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/button/b.png -------------------------------------------------------------------------------- /app/src/main/assets/button/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/button/down.png -------------------------------------------------------------------------------- /app/src/main/assets/button/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/button/left.png -------------------------------------------------------------------------------- /app/src/main/assets/button/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/button/right.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/cannon.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/chestunt/chestunt_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/chestunt/chestunt_00.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/chestunt/chestunt_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/chestunt/chestunt_01.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/chestunt/chestunt_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/chestunt/chestunt_02.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/enemy_bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/enemy_bullet.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/turtle/turtle_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/turtle/turtle_00.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/turtle/turtle_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/turtle/turtle_01.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/turtle/turtle_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/turtle/turtle_02.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/turtle/turtle_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/turtle/turtle_03.png -------------------------------------------------------------------------------- /app/src/main/assets/enemy/turtle/turtle_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/enemy/turtle/turtle_04.png -------------------------------------------------------------------------------- /app/src/main/assets/font/Bit8.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/font/Bit8.ttf -------------------------------------------------------------------------------- /app/src/main/assets/item/coin/coin_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/coin/coin_00.png -------------------------------------------------------------------------------- /app/src/main/assets/item/coin/coin_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/coin/coin_01.png -------------------------------------------------------------------------------- /app/src/main/assets/item/coin/coin_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/coin/coin_02.png -------------------------------------------------------------------------------- /app/src/main/assets/item/coin/coin_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/coin/coin_03.png -------------------------------------------------------------------------------- /app/src/main/assets/item/coin/coin_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/coin/coin_04.png -------------------------------------------------------------------------------- /app/src/main/assets/item/fire/fire_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/fire/fire_00.png -------------------------------------------------------------------------------- /app/src/main/assets/item/fire/fire_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/fire/fire_01.png -------------------------------------------------------------------------------- /app/src/main/assets/item/fire/fire_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/fire/fire_02.png -------------------------------------------------------------------------------- /app/src/main/assets/item/fire/fire_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/fire/fire_03.png -------------------------------------------------------------------------------- /app/src/main/assets/item/flower/flower_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/flower/flower_00.png -------------------------------------------------------------------------------- /app/src/main/assets/item/flower/flower_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/flower/flower_01.png -------------------------------------------------------------------------------- /app/src/main/assets/item/flower/flower_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/flower/flower_02.png -------------------------------------------------------------------------------- /app/src/main/assets/item/flower/flower_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/flower/flower_03.png -------------------------------------------------------------------------------- /app/src/main/assets/item/mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/mushroom.png -------------------------------------------------------------------------------- /app/src/main/assets/item/object_fireball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/object_fireball.png -------------------------------------------------------------------------------- /app/src/main/assets/item/star/item_star_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/star/item_star_00.png -------------------------------------------------------------------------------- /app/src/main/assets/item/star/item_star_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/star/item_star_01.png -------------------------------------------------------------------------------- /app/src/main/assets/item/star/item_star_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/star/item_star_02.png -------------------------------------------------------------------------------- /app/src/main/assets/item/star/item_star_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/item/star/item_star_03.png -------------------------------------------------------------------------------- /app/src/main/assets/logo/finish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/logo/finish.jpg -------------------------------------------------------------------------------- /app/src/main/assets/logo/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/logo/gameover.png -------------------------------------------------------------------------------- /app/src/main/assets/logo/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/logo/logo.jpg -------------------------------------------------------------------------------- /app/src/main/assets/map/map1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/map/map1.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_00.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_01.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_02.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_03.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_04.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_05.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_06.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_12.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_00.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_01.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_02.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_03.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_04.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_05.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/big/mario_inv_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/big/mario_inv_06.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_00.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_01.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_02.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_03.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_04.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_05.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_06.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_00.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_01.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_02.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_03.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_04.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_05.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/fire/mario_inv_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/fire/mario_inv_06.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_00.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_01.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_02.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_03.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_04.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_05.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_06.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_00.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_01.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_02.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_03.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_04.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_05.png -------------------------------------------------------------------------------- /app/src/main/assets/mario/small/mario_inv_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/mario/small/mario_inv_06.png -------------------------------------------------------------------------------- /app/src/main/assets/music/bgm.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/music/bgm.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/music/finish.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/music/finish.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/music/invincible.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/music/invincible.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/music/over.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/music/over.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/broken.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/broken.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/cannon.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/cannon.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/cannotbreak.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/cannotbreak.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/coin.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/coin.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/duang.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/duang.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/hitbrick.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/hitbrick.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/hitenemy.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/hitenemy.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/hurryup.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/hurryup.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/hurt.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/hurt.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/jump.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/jump.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/mushroom.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/mushroom.mp3 -------------------------------------------------------------------------------- /app/src/main/assets/sounds/transfer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/assets/sounds/transfer.mp3 -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/MainActivity.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/Mario.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/Mario.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/MyView2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/MyView2.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/Sprite.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/Sprite.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/TiledLayer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/TiledLayer.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/audio/MyMusic.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/audio/MyMusic.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/audio/MySoundPool.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/audio/MySoundPool.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enemy/Cannon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enemy/Cannon.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enemy/Chestunt.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enemy/Chestunt.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enemy/Enemy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enemy/Enemy.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enemy/Turtle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enemy/Turtle.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enums/GameState.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enums/GameState.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enums/ItemType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enums/ItemType.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/enums/Site.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/enums/Site.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/Bullet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/Bullet.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/Coin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/Coin.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/EnemyBullet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/EnemyBullet.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/Flower.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/Flower.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/ItemSprite.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/ItemSprite.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/Mushroom.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/Mushroom.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/Star.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/Star.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/brick/Brick.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/brick/Brick.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/brick/Broken.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/brick/Broken.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/brick/CommonBrick.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/brick/CommonBrick.java -------------------------------------------------------------------------------- /app/src/main/java/com/suramire/androidgame25/item/brick/Pipe.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/java/com/suramire/androidgame25/item/brick/Pipe.java -------------------------------------------------------------------------------- /app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/drawable-xxhdpi/mario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/drawable-xxhdpi/mario.png -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /app/src/main/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/values-v11/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/values-v14/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/gradlew.bat -------------------------------------------------------------------------------- /import-summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/import-summary.txt -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Suramire/SuperMario/HEAD/local.properties -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | --------------------------------------------------------------------------------