diff --git a/App.js b/App.js deleted file mode 100644 index 81118c3..0000000 --- a/App.js +++ /dev/null @@ -1,27 +0,0 @@ -import { createAppContainer,createDrawerNavigator } from 'react-navigation'; -import MeusAudios from './src/componentes/MeusAudios'; -import Conectar from './src/componentes/Conectar'; -import Teste from './src/componentes/Teste'; -import Home from './src/componentes/Home'; -import CriarSala from './src/componentes/CriarSala'; - -const MyDrawerNavigator = createDrawerNavigator({ - Home:{ - screen:Home - }, - CriarSala:{ - screen:CriarSala - }, - Audios:{ - screen: MeusAudios, - }, - Conectar:{ - screen: Conectar - }, - Teste:{ - screen: Teste - }, - -}); - -export default createAppContainer(MyDrawerNavigator); \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e1c3eab..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,22 +0,0 @@ - -The MIT License (MIT) - -Copyright (c) 2018 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/android/.gradle/4.4/fileChanges/last-build.bin b/android/.gradle/4.4/fileChanges/last-build.bin deleted file mode 100644 index f76dd23..0000000 Binary files a/android/.gradle/4.4/fileChanges/last-build.bin and /dev/null differ diff --git a/android/.gradle/4.4/fileContent/fileContent.lock b/android/.gradle/4.4/fileContent/fileContent.lock deleted file mode 100644 index a4f5ff2..0000000 Binary files a/android/.gradle/4.4/fileContent/fileContent.lock and /dev/null differ diff --git a/android/.gradle/4.4/fileHashes/fileHashes.bin b/android/.gradle/4.4/fileHashes/fileHashes.bin deleted file mode 100644 index b7433f5..0000000 Binary files a/android/.gradle/4.4/fileHashes/fileHashes.bin and /dev/null differ diff --git a/android/.gradle/4.4/fileHashes/fileHashes.lock b/android/.gradle/4.4/fileHashes/fileHashes.lock deleted file mode 100644 index d741d5a..0000000 Binary files a/android/.gradle/4.4/fileHashes/fileHashes.lock and /dev/null differ diff --git a/android/.gradle/4.4/fileHashes/resourceHashesCache.bin b/android/.gradle/4.4/fileHashes/resourceHashesCache.bin deleted file mode 100644 index 58592e3..0000000 Binary files a/android/.gradle/4.4/fileHashes/resourceHashesCache.bin and /dev/null differ diff --git a/android/.gradle/4.4/javaCompile/classAnalysis.bin b/android/.gradle/4.4/javaCompile/classAnalysis.bin deleted file mode 100644 index e4bdb96..0000000 Binary files a/android/.gradle/4.4/javaCompile/classAnalysis.bin and /dev/null differ diff --git a/android/.gradle/4.4/javaCompile/jarAnalysis.bin b/android/.gradle/4.4/javaCompile/jarAnalysis.bin deleted file mode 100644 index 0c5c808..0000000 Binary files a/android/.gradle/4.4/javaCompile/jarAnalysis.bin and /dev/null differ diff --git a/android/.gradle/4.4/javaCompile/javaCompile.lock b/android/.gradle/4.4/javaCompile/javaCompile.lock deleted file mode 100644 index 82adc6a..0000000 Binary files a/android/.gradle/4.4/javaCompile/javaCompile.lock and /dev/null differ diff --git a/android/.gradle/4.4/javaCompile/taskHistory.bin b/android/.gradle/4.4/javaCompile/taskHistory.bin deleted file mode 100644 index 8e61589..0000000 Binary files a/android/.gradle/4.4/javaCompile/taskHistory.bin and /dev/null differ diff --git a/android/.gradle/4.4/javaCompile/taskJars.bin b/android/.gradle/4.4/javaCompile/taskJars.bin deleted file mode 100644 index 56195cd..0000000 Binary files a/android/.gradle/4.4/javaCompile/taskJars.bin and /dev/null differ diff --git a/android/.gradle/4.4/taskHistory/taskHistory.bin b/android/.gradle/4.4/taskHistory/taskHistory.bin deleted file mode 100644 index 4f38b75..0000000 Binary files a/android/.gradle/4.4/taskHistory/taskHistory.bin and /dev/null differ diff --git a/android/.gradle/4.4/taskHistory/taskHistory.lock b/android/.gradle/4.4/taskHistory/taskHistory.lock deleted file mode 100644 index aae350e..0000000 Binary files a/android/.gradle/4.4/taskHistory/taskHistory.lock and /dev/null differ diff --git a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock deleted file mode 100644 index 7856812..0000000 Binary files a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock and /dev/null differ diff --git a/android/.gradle/buildOutputCleanup/cache.properties b/android/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index 8d673f0..0000000 --- a/android/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Sat Nov 24 22:46:08 BRT 2018 -gradle.version=4.4 diff --git a/android/.gradle/buildOutputCleanup/outputFiles.bin b/android/.gradle/buildOutputCleanup/outputFiles.bin deleted file mode 100644 index f3fef39..0000000 Binary files a/android/.gradle/buildOutputCleanup/outputFiles.bin and /dev/null differ diff --git a/android/app/BUCK b/android/app/BUCK deleted file mode 100644 index 9a0dfa1..0000000 --- a/android/app/BUCK +++ /dev/null @@ -1,65 +0,0 @@ -# To learn about Buck see [Docs](https://buckbuild.com/). -# To run your application with Buck: -# - install Buck -# - `npm start` - to start the packager -# - `cd android` -# - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"` -# - `./gradlew :app:copyDownloadableDepsToLibs` - make all Gradle compile dependencies available to Buck -# - `buck install -r android/app` - compile, install and run application -# - -lib_deps = [] - -for jarfile in glob(['libs/*.jar']): - name = 'jars__' + jarfile[jarfile.rindex('/') + 1: jarfile.rindex('.jar')] - lib_deps.append(':' + name) - prebuilt_jar( - name = name, - binary_jar = jarfile, - ) - -for aarfile in glob(['libs/*.aar']): - name = 'aars__' + aarfile[aarfile.rindex('/') + 1: aarfile.rindex('.aar')] - lib_deps.append(':' + name) - android_prebuilt_aar( - name = name, - aar = aarfile, - ) - -android_library( - name = "all-libs", - exported_deps = lib_deps, -) - -android_library( - name = "app-code", - srcs = glob([ - "src/main/java/**/*.java", - ]), - deps = [ - ":all-libs", - ":build_config", - ":res", - ], -) - -android_build_config( - name = "build_config", - package = "com.microfone", -) - -android_resource( - name = "res", - package = "com.microfone", - res = "src/main/res", -) - -android_binary( - name = "app", - keystore = "//android/keystores:debug", - manifest = "src/main/AndroidManifest.xml", - package_type = "debug", - deps = [ - ":app-code", - ], -) diff --git a/android/app/build.gradle b/android/app/build.gradle deleted file mode 100644 index d29176f..0000000 --- a/android/app/build.gradle +++ /dev/null @@ -1,153 +0,0 @@ -apply plugin: "com.android.application" - -import com.android.build.OutputFile - -/** - * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets - * and bundleReleaseJsAndAssets). - * These basically call `react-native bundle` with the correct arguments during the Android build - * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the - * bundle directly from the development server. Below you can see all the possible configurations - * and their defaults. If you decide to add a configuration block, make sure to add it before the - * `apply from: "../../node_modules/react-native/react.gradle"` line. - * - * project.ext.react = [ - * // the name of the generated asset file containing your JS bundle - * bundleAssetName: "index.android.bundle", - * - * // the entry file for bundle generation - * entryFile: "index.android.js", - * - * // whether to bundle JS and assets in debug mode - * bundleInDebug: false, - * - * // whether to bundle JS and assets in release mode - * bundleInRelease: true, - * - * // whether to bundle JS and assets in another build variant (if configured). - * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants - * // The configuration property can be in the following formats - * // 'bundleIn${productFlavor}${buildType}' - * // 'bundleIn${buildType}' - * // bundleInFreeDebug: true, - * // bundleInPaidRelease: true, - * // bundleInBeta: true, - * - * // whether to disable dev mode in custom build variants (by default only disabled in release) - * // for example: to disable dev mode in the staging build type (if configured) - * devDisabledInStaging: true, - * // The configuration property can be in the following formats - * // 'devDisabledIn${productFlavor}${buildType}' - * // 'devDisabledIn${buildType}' - * - * // the root of your project, i.e. where "package.json" lives - * root: "../../", - * - * // where to put the JS bundle asset in debug mode - * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", - * - * // where to put the JS bundle asset in release mode - * jsBundleDirRelease: "$buildDir/intermediates/assets/release", - * - * // where to put drawable resources / React Native assets, e.g. the ones you use via - * // require('./image.png')), in debug mode - * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", - * - * // where to put drawable resources / React Native assets, e.g. the ones you use via - * // require('./image.png')), in release mode - * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", - * - * // by default the gradle tasks are skipped if none of the JS files or assets change; this means - * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to - * // date; if you have any other folders that you want to ignore for performance reasons (gradle - * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ - * // for example, you might want to remove it from here. - * inputExcludes: ["android/**", "ios/**"], - * - * // override which node gets called and with what additional arguments - * nodeExecutableAndArgs: ["node"], - * - * // supply additional arguments to the packager - * extraPackagerArgs: [] - * ] - */ - -project.ext.react = [ - entryFile: "index.js" -] - -apply from: "../../node_modules/react-native/react.gradle" - -/** - * Set this to true to create two separate APKs instead of one: - * - An APK that only works on ARM devices - * - An APK that only works on x86 devices - * The advantage is the size of the APK is reduced by about 4MB. - * Upload all the APKs to the Play Store and people will download - * the correct one based on the CPU architecture of their device. - */ -def enableSeparateBuildPerCPUArchitecture = false - -/** - * Run Proguard to shrink the Java bytecode in release builds. - */ -def enableProguardInReleaseBuilds = false - -android { - compileSdkVersion rootProject.ext.compileSdkVersion - buildToolsVersion rootProject.ext.buildToolsVersion - - defaultConfig { - applicationId "com.microfone" - minSdkVersion rootProject.ext.minSdkVersion - targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "1.0" - ndk { - abiFilters "armeabi-v7a", "x86" - } - } - splits { - abi { - reset() - enable enableSeparateBuildPerCPUArchitecture - universalApk false // If true, also generate a universal APK - include "armeabi-v7a", "x86" - } - } - buildTypes { - release { - minifyEnabled enableProguardInReleaseBuilds - proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" - } - } - // applicationVariants are e.g. debug, release - applicationVariants.all { variant -> - variant.outputs.each { output -> - // For each separate APK per architecture, set a unique version code as described here: - // http://tools.android.com/tech-docs/new-build-system/user-guide/apk-splits - def versionCodes = ["armeabi-v7a":1, "x86":2] - def abi = output.getFilter(OutputFile.ABI) - if (abi != null) { // null for the universal-debug, universal-release variants - output.versionCodeOverride = - versionCodes.get(abi) * 1048576 + defaultConfig.versionCode - } - } - } -} - -dependencies { - compile project(':react-native-sound') - compile project(':react-native-audio') - compile project(':react-native-gesture-handler') - implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" - implementation "com.facebook.react:react-native:+" // From node_modules -} - -// Run this once to be able to run the application with BUCK -// puts all compile dependencies into folder libs for BUCK to use -task copyDownloadableDepsToLibs(type: Copy) { - from configurations.compile - into 'libs' -} diff --git a/android/app/build/generated/source/buildConfig/debug/com/microfone/BuildConfig.java b/android/app/build/generated/source/buildConfig/debug/com/microfone/BuildConfig.java deleted file mode 100644 index 4ebf294..0000000 --- a/android/app/build/generated/source/buildConfig/debug/com/microfone/BuildConfig.java +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.microfone; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "com.microfone"; - public static final String BUILD_TYPE = "debug"; - public static final String FLAVOR = ""; - public static final int VERSION_CODE = 1; - public static final String VERSION_NAME = "1.0"; -} diff --git a/android/app/build/generated/source/r/debug/android/arch/core/R.java b/android/app/build/generated/source/r/debug/android/arch/core/R.java deleted file mode 100644 index d71a32b..0000000 --- a/android/app/build/generated/source/r/debug/android/arch/core/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.arch.core; - -public final class R { -} diff --git a/android/app/build/generated/source/r/debug/android/arch/lifecycle/R.java b/android/app/build/generated/source/r/debug/android/arch/lifecycle/R.java deleted file mode 100644 index b0be5d7..0000000 --- a/android/app/build/generated/source/r/debug/android/arch/lifecycle/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.arch.lifecycle; - -public final class R { -} diff --git a/android/app/build/generated/source/r/debug/android/arch/lifecycle/livedata/core/R.java b/android/app/build/generated/source/r/debug/android/arch/lifecycle/livedata/core/R.java deleted file mode 100644 index 8998425..0000000 --- a/android/app/build/generated/source/r/debug/android/arch/lifecycle/livedata/core/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.arch.lifecycle.livedata.core; - -public final class R { -} diff --git a/android/app/build/generated/source/r/debug/android/arch/lifecycle/viewmodel/R.java b/android/app/build/generated/source/r/debug/android/arch/lifecycle/viewmodel/R.java deleted file mode 100644 index 113673c..0000000 --- a/android/app/build/generated/source/r/debug/android/arch/lifecycle/viewmodel/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.arch.lifecycle.viewmodel; - -public final class R { -} diff --git a/android/app/build/generated/source/r/debug/android/support/compat/R.java b/android/app/build/generated/source/r/debug/android/support/compat/R.java deleted file mode 100644 index bc4585a..0000000 --- a/android/app/build/generated/source/r/debug/android/support/compat/R.java +++ /dev/null @@ -1,133 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.compat; - -public final class R { - public static final class attr { - public static final int font = 0x7f020078; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - } - public static final class color { - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_light = 0x7f040049; - } - public static final class dimen { - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - } - public static final class drawable { - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - } - public static final class id { - public static final int action_container = 0x7f07000f; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int chronometer = 0x7f07002b; - public static final int forever = 0x7f070042; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - } - public static final class integer { - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - } - public static final class string { - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - } - public static final class styleable { - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - } -} diff --git a/android/app/build/generated/source/r/debug/android/support/coreui/R.java b/android/app/build/generated/source/r/debug/android/support/coreui/R.java deleted file mode 100644 index 71a955d..0000000 --- a/android/app/build/generated/source/r/debug/android/support/coreui/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.coreui; - -public final class R { - public static final class attr { - public static final int coordinatorLayoutStyle = 0x7f020062; - public static final int font = 0x7f020078; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - public static final int keylines = 0x7f020091; - public static final int layout_anchor = 0x7f020093; - public static final int layout_anchorGravity = 0x7f020094; - public static final int layout_behavior = 0x7f020095; - public static final int layout_dodgeInsetEdges = 0x7f020096; - public static final int layout_insetEdge = 0x7f020097; - public static final int layout_keyline = 0x7f020098; - public static final int statusBarBackground = 0x7f0200e9; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - } - public static final class color { - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_light = 0x7f040049; - } - public static final class dimen { - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - } - public static final class drawable { - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - } - public static final class id { - public static final int action_container = 0x7f07000f; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int bottom = 0x7f070022; - public static final int chronometer = 0x7f07002b; - public static final int end = 0x7f070036; - public static final int forever = 0x7f070042; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int left = 0x7f07004c; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int none = 0x7f070055; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int right = 0x7f07005f; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int start = 0x7f070084; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - public static final int top = 0x7f070091; - } - public static final class integer { - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - } - public static final class string { - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - public static final int Widget_Support_CoordinatorLayout = 0x7f0c0168; - } - public static final class styleable { - public static final int[] CoordinatorLayout = { 0x7f020091, 0x7f0200e9 }; - public static final int CoordinatorLayout_keylines = 0; - public static final int CoordinatorLayout_statusBarBackground = 1; - public static final int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f020098 }; - public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static final int CoordinatorLayout_Layout_layout_anchor = 1; - public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static final int CoordinatorLayout_Layout_layout_behavior = 3; - public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static final int CoordinatorLayout_Layout_layout_keyline = 6; - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - } -} diff --git a/android/app/build/generated/source/r/debug/android/support/coreutils/R.java b/android/app/build/generated/source/r/debug/android/support/coreutils/R.java deleted file mode 100644 index f2d3b7a..0000000 --- a/android/app/build/generated/source/r/debug/android/support/coreutils/R.java +++ /dev/null @@ -1,133 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.coreutils; - -public final class R { - public static final class attr { - public static final int font = 0x7f020078; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - } - public static final class color { - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_light = 0x7f040049; - } - public static final class dimen { - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - } - public static final class drawable { - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - } - public static final class id { - public static final int action_container = 0x7f07000f; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int chronometer = 0x7f07002b; - public static final int forever = 0x7f070042; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - } - public static final class integer { - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - } - public static final class string { - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - } - public static final class styleable { - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - } -} diff --git a/android/app/build/generated/source/r/debug/android/support/fragment/R.java b/android/app/build/generated/source/r/debug/android/support/fragment/R.java deleted file mode 100644 index 1f740c6..0000000 --- a/android/app/build/generated/source/r/debug/android/support/fragment/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.fragment; - -public final class R { - public static final class attr { - public static final int coordinatorLayoutStyle = 0x7f020062; - public static final int font = 0x7f020078; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - public static final int keylines = 0x7f020091; - public static final int layout_anchor = 0x7f020093; - public static final int layout_anchorGravity = 0x7f020094; - public static final int layout_behavior = 0x7f020095; - public static final int layout_dodgeInsetEdges = 0x7f020096; - public static final int layout_insetEdge = 0x7f020097; - public static final int layout_keyline = 0x7f020098; - public static final int statusBarBackground = 0x7f0200e9; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - } - public static final class color { - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_light = 0x7f040049; - } - public static final class dimen { - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - } - public static final class drawable { - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - } - public static final class id { - public static final int action_container = 0x7f07000f; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int bottom = 0x7f070022; - public static final int chronometer = 0x7f07002b; - public static final int end = 0x7f070036; - public static final int forever = 0x7f070042; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int left = 0x7f07004c; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int none = 0x7f070055; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int right = 0x7f07005f; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int start = 0x7f070084; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - public static final int top = 0x7f070091; - } - public static final class integer { - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - } - public static final class string { - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - public static final int Widget_Support_CoordinatorLayout = 0x7f0c0168; - } - public static final class styleable { - public static final int[] CoordinatorLayout = { 0x7f020091, 0x7f0200e9 }; - public static final int CoordinatorLayout_keylines = 0; - public static final int CoordinatorLayout_statusBarBackground = 1; - public static final int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f020098 }; - public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static final int CoordinatorLayout_Layout_layout_anchor = 1; - public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static final int CoordinatorLayout_Layout_layout_behavior = 3; - public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static final int CoordinatorLayout_Layout_layout_keyline = 6; - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - } -} diff --git a/android/app/build/generated/source/r/debug/android/support/graphics/drawable/R.java b/android/app/build/generated/source/r/debug/android/support/graphics/drawable/R.java deleted file mode 100644 index bbca653..0000000 --- a/android/app/build/generated/source/r/debug/android/support/graphics/drawable/R.java +++ /dev/null @@ -1,133 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.graphics.drawable; - -public final class R { - public static final class attr { - public static final int font = 0x7f020078; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - } - public static final class color { - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_light = 0x7f040049; - } - public static final class dimen { - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - } - public static final class drawable { - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - } - public static final class id { - public static final int action_container = 0x7f07000f; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int chronometer = 0x7f07002b; - public static final int forever = 0x7f070042; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - } - public static final class integer { - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - } - public static final class string { - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - } - public static final class styleable { - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - } -} diff --git a/android/app/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java b/android/app/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java deleted file mode 100644 index 3935675..0000000 --- a/android/app/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java +++ /dev/null @@ -1,161 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.graphics.drawable.animated; - -public final class R { - public static final class attr { - public static final int coordinatorLayoutStyle = 0x7f020062; - public static final int font = 0x7f020078; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - public static final int keylines = 0x7f020091; - public static final int layout_anchor = 0x7f020093; - public static final int layout_anchorGravity = 0x7f020094; - public static final int layout_behavior = 0x7f020095; - public static final int layout_dodgeInsetEdges = 0x7f020096; - public static final int layout_insetEdge = 0x7f020097; - public static final int layout_keyline = 0x7f020098; - public static final int statusBarBackground = 0x7f0200e9; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - } - public static final class color { - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_light = 0x7f040049; - } - public static final class dimen { - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - } - public static final class drawable { - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - } - public static final class id { - public static final int action_container = 0x7f07000f; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int bottom = 0x7f070022; - public static final int chronometer = 0x7f07002b; - public static final int end = 0x7f070036; - public static final int forever = 0x7f070042; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int left = 0x7f07004c; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int none = 0x7f070055; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int right = 0x7f07005f; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int start = 0x7f070084; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - public static final int top = 0x7f070091; - } - public static final class integer { - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - } - public static final class string { - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - public static final int Widget_Support_CoordinatorLayout = 0x7f0c0168; - } - public static final class styleable { - public static final int[] CoordinatorLayout = { 0x7f020091, 0x7f0200e9 }; - public static final int CoordinatorLayout_keylines = 0; - public static final int CoordinatorLayout_statusBarBackground = 1; - public static final int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f020098 }; - public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static final int CoordinatorLayout_Layout_layout_anchor = 1; - public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static final int CoordinatorLayout_Layout_layout_behavior = 3; - public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static final int CoordinatorLayout_Layout_layout_keyline = 6; - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - } -} diff --git a/android/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/android/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java deleted file mode 100644 index 00007ae..0000000 --- a/android/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java +++ /dev/null @@ -1,1533 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package android.support.v7.appcompat; - -public final class R { - public static final class anim { - public static final int abc_fade_in = 0x7f010000; - public static final int abc_fade_out = 0x7f010001; - public static final int abc_grow_fade_in_from_bottom = 0x7f010002; - public static final int abc_popup_enter = 0x7f010003; - public static final int abc_popup_exit = 0x7f010004; - public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; - public static final int abc_slide_in_bottom = 0x7f010006; - public static final int abc_slide_in_top = 0x7f010007; - public static final int abc_slide_out_bottom = 0x7f010008; - public static final int abc_slide_out_top = 0x7f010009; - public static final int abc_tooltip_enter = 0x7f01000a; - public static final int abc_tooltip_exit = 0x7f01000b; - } - public static final class attr { - public static final int actionBarDivider = 0x7f020000; - public static final int actionBarItemBackground = 0x7f020001; - public static final int actionBarPopupTheme = 0x7f020002; - public static final int actionBarSize = 0x7f020003; - public static final int actionBarSplitStyle = 0x7f020004; - public static final int actionBarStyle = 0x7f020005; - public static final int actionBarTabBarStyle = 0x7f020006; - public static final int actionBarTabStyle = 0x7f020007; - public static final int actionBarTabTextStyle = 0x7f020008; - public static final int actionBarTheme = 0x7f020009; - public static final int actionBarWidgetTheme = 0x7f02000a; - public static final int actionButtonStyle = 0x7f02000b; - public static final int actionDropDownStyle = 0x7f02000c; - public static final int actionLayout = 0x7f02000d; - public static final int actionMenuTextAppearance = 0x7f02000e; - public static final int actionMenuTextColor = 0x7f02000f; - public static final int actionModeBackground = 0x7f020010; - public static final int actionModeCloseButtonStyle = 0x7f020011; - public static final int actionModeCloseDrawable = 0x7f020012; - public static final int actionModeCopyDrawable = 0x7f020013; - public static final int actionModeCutDrawable = 0x7f020014; - public static final int actionModeFindDrawable = 0x7f020015; - public static final int actionModePasteDrawable = 0x7f020016; - public static final int actionModePopupWindowStyle = 0x7f020017; - public static final int actionModeSelectAllDrawable = 0x7f020018; - public static final int actionModeShareDrawable = 0x7f020019; - public static final int actionModeSplitBackground = 0x7f02001a; - public static final int actionModeStyle = 0x7f02001b; - public static final int actionModeWebSearchDrawable = 0x7f02001c; - public static final int actionOverflowButtonStyle = 0x7f02001d; - public static final int actionOverflowMenuStyle = 0x7f02001e; - public static final int actionProviderClass = 0x7f02001f; - public static final int actionViewClass = 0x7f020020; - public static final int activityChooserViewStyle = 0x7f020021; - public static final int alertDialogButtonGroupStyle = 0x7f020025; - public static final int alertDialogCenterButtons = 0x7f020026; - public static final int alertDialogStyle = 0x7f020027; - public static final int alertDialogTheme = 0x7f020028; - public static final int allowStacking = 0x7f020029; - public static final int alpha = 0x7f02002a; - public static final int alphabeticModifiers = 0x7f02002b; - public static final int arrowHeadLength = 0x7f02002c; - public static final int arrowShaftLength = 0x7f02002d; - public static final int autoCompleteTextViewStyle = 0x7f02002e; - public static final int autoSizeMaxTextSize = 0x7f02002f; - public static final int autoSizeMinTextSize = 0x7f020030; - public static final int autoSizePresetSizes = 0x7f020031; - public static final int autoSizeStepGranularity = 0x7f020032; - public static final int autoSizeTextType = 0x7f020033; - public static final int background = 0x7f020034; - public static final int backgroundSplit = 0x7f020036; - public static final int backgroundStacked = 0x7f020037; - public static final int backgroundTint = 0x7f020038; - public static final int backgroundTintMode = 0x7f020039; - public static final int barLength = 0x7f02003a; - public static final int borderlessButtonStyle = 0x7f02003b; - public static final int buttonBarButtonStyle = 0x7f02003c; - public static final int buttonBarNegativeButtonStyle = 0x7f02003d; - public static final int buttonBarNeutralButtonStyle = 0x7f02003e; - public static final int buttonBarPositiveButtonStyle = 0x7f02003f; - public static final int buttonBarStyle = 0x7f020040; - public static final int buttonGravity = 0x7f020041; - public static final int buttonIconDimen = 0x7f020042; - public static final int buttonPanelSideLayout = 0x7f020043; - public static final int buttonStyle = 0x7f020044; - public static final int buttonStyleSmall = 0x7f020045; - public static final int buttonTint = 0x7f020046; - public static final int buttonTintMode = 0x7f020047; - public static final int checkboxStyle = 0x7f020048; - public static final int checkedTextViewStyle = 0x7f020049; - public static final int closeIcon = 0x7f02004a; - public static final int closeItemLayout = 0x7f02004b; - public static final int collapseContentDescription = 0x7f02004c; - public static final int collapseIcon = 0x7f02004d; - public static final int color = 0x7f02004e; - public static final int colorAccent = 0x7f02004f; - public static final int colorBackgroundFloating = 0x7f020050; - public static final int colorButtonNormal = 0x7f020051; - public static final int colorControlActivated = 0x7f020052; - public static final int colorControlHighlight = 0x7f020053; - public static final int colorControlNormal = 0x7f020054; - public static final int colorError = 0x7f020055; - public static final int colorPrimary = 0x7f020056; - public static final int colorPrimaryDark = 0x7f020057; - public static final int colorSwitchThumbNormal = 0x7f020058; - public static final int commitIcon = 0x7f020059; - public static final int contentDescription = 0x7f02005a; - public static final int contentInsetEnd = 0x7f02005b; - public static final int contentInsetEndWithActions = 0x7f02005c; - public static final int contentInsetLeft = 0x7f02005d; - public static final int contentInsetRight = 0x7f02005e; - public static final int contentInsetStart = 0x7f02005f; - public static final int contentInsetStartWithNavigation = 0x7f020060; - public static final int controlBackground = 0x7f020061; - public static final int coordinatorLayoutStyle = 0x7f020062; - public static final int customNavigationLayout = 0x7f020063; - public static final int defaultQueryHint = 0x7f020064; - public static final int dialogPreferredPadding = 0x7f020065; - public static final int dialogTheme = 0x7f020066; - public static final int displayOptions = 0x7f020067; - public static final int divider = 0x7f020068; - public static final int dividerHorizontal = 0x7f020069; - public static final int dividerPadding = 0x7f02006a; - public static final int dividerVertical = 0x7f02006b; - public static final int drawableSize = 0x7f02006c; - public static final int drawerArrowStyle = 0x7f02006d; - public static final int dropDownListViewStyle = 0x7f02006e; - public static final int dropdownListPreferredItemHeight = 0x7f02006f; - public static final int editTextBackground = 0x7f020070; - public static final int editTextColor = 0x7f020071; - public static final int editTextStyle = 0x7f020072; - public static final int elevation = 0x7f020073; - public static final int expandActivityOverflowButtonDrawable = 0x7f020074; - public static final int font = 0x7f020078; - public static final int fontFamily = 0x7f020079; - public static final int fontProviderAuthority = 0x7f02007a; - public static final int fontProviderCerts = 0x7f02007b; - public static final int fontProviderFetchStrategy = 0x7f02007c; - public static final int fontProviderFetchTimeout = 0x7f02007d; - public static final int fontProviderPackage = 0x7f02007e; - public static final int fontProviderQuery = 0x7f02007f; - public static final int fontStyle = 0x7f020080; - public static final int fontWeight = 0x7f020081; - public static final int gapBetweenBars = 0x7f020082; - public static final int goIcon = 0x7f020083; - public static final int height = 0x7f020084; - public static final int hideOnContentScroll = 0x7f020085; - public static final int homeAsUpIndicator = 0x7f020086; - public static final int homeLayout = 0x7f020087; - public static final int icon = 0x7f020088; - public static final int iconTint = 0x7f020089; - public static final int iconTintMode = 0x7f02008a; - public static final int iconifiedByDefault = 0x7f02008b; - public static final int imageButtonStyle = 0x7f02008c; - public static final int indeterminateProgressStyle = 0x7f02008d; - public static final int initialActivityCount = 0x7f02008e; - public static final int isLightTheme = 0x7f02008f; - public static final int itemPadding = 0x7f020090; - public static final int keylines = 0x7f020091; - public static final int layout = 0x7f020092; - public static final int layout_anchor = 0x7f020093; - public static final int layout_anchorGravity = 0x7f020094; - public static final int layout_behavior = 0x7f020095; - public static final int layout_dodgeInsetEdges = 0x7f020096; - public static final int layout_insetEdge = 0x7f020097; - public static final int layout_keyline = 0x7f020098; - public static final int listChoiceBackgroundIndicator = 0x7f020099; - public static final int listDividerAlertDialog = 0x7f02009a; - public static final int listItemLayout = 0x7f02009b; - public static final int listLayout = 0x7f02009c; - public static final int listMenuViewStyle = 0x7f02009d; - public static final int listPopupWindowStyle = 0x7f02009e; - public static final int listPreferredItemHeight = 0x7f02009f; - public static final int listPreferredItemHeightLarge = 0x7f0200a0; - public static final int listPreferredItemHeightSmall = 0x7f0200a1; - public static final int listPreferredItemPaddingLeft = 0x7f0200a2; - public static final int listPreferredItemPaddingRight = 0x7f0200a3; - public static final int logo = 0x7f0200a4; - public static final int logoDescription = 0x7f0200a5; - public static final int maxButtonHeight = 0x7f0200a6; - public static final int measureWithLargestChild = 0x7f0200a7; - public static final int multiChoiceItemLayout = 0x7f0200a8; - public static final int navigationContentDescription = 0x7f0200a9; - public static final int navigationIcon = 0x7f0200aa; - public static final int navigationMode = 0x7f0200ab; - public static final int numericModifiers = 0x7f0200ac; - public static final int overlapAnchor = 0x7f0200ad; - public static final int paddingBottomNoButtons = 0x7f0200af; - public static final int paddingEnd = 0x7f0200b0; - public static final int paddingStart = 0x7f0200b1; - public static final int paddingTopNoTitle = 0x7f0200b2; - public static final int panelBackground = 0x7f0200b3; - public static final int panelMenuListTheme = 0x7f0200b4; - public static final int panelMenuListWidth = 0x7f0200b5; - public static final int popupMenuStyle = 0x7f0200b8; - public static final int popupTheme = 0x7f0200b9; - public static final int popupWindowStyle = 0x7f0200ba; - public static final int preserveIconSpacing = 0x7f0200bb; - public static final int progressBarPadding = 0x7f0200c0; - public static final int progressBarStyle = 0x7f0200c1; - public static final int queryBackground = 0x7f0200c2; - public static final int queryHint = 0x7f0200c3; - public static final int radioButtonStyle = 0x7f0200c4; - public static final int ratingBarStyle = 0x7f0200c5; - public static final int ratingBarStyleIndicator = 0x7f0200c6; - public static final int ratingBarStyleSmall = 0x7f0200c7; - public static final int searchHintIcon = 0x7f0200d8; - public static final int searchIcon = 0x7f0200d9; - public static final int searchViewStyle = 0x7f0200da; - public static final int seekBarStyle = 0x7f0200db; - public static final int selectableItemBackground = 0x7f0200dc; - public static final int selectableItemBackgroundBorderless = 0x7f0200dd; - public static final int showAsAction = 0x7f0200de; - public static final int showDividers = 0x7f0200df; - public static final int showText = 0x7f0200e0; - public static final int showTitle = 0x7f0200e1; - public static final int singleChoiceItemLayout = 0x7f0200e2; - public static final int spinBars = 0x7f0200e3; - public static final int spinnerDropDownItemStyle = 0x7f0200e4; - public static final int spinnerStyle = 0x7f0200e5; - public static final int splitTrack = 0x7f0200e6; - public static final int srcCompat = 0x7f0200e7; - public static final int state_above_anchor = 0x7f0200e8; - public static final int statusBarBackground = 0x7f0200e9; - public static final int subMenuArrow = 0x7f0200ea; - public static final int submitBackground = 0x7f0200eb; - public static final int subtitle = 0x7f0200ec; - public static final int subtitleTextAppearance = 0x7f0200ed; - public static final int subtitleTextColor = 0x7f0200ee; - public static final int subtitleTextStyle = 0x7f0200ef; - public static final int suggestionRowLayout = 0x7f0200f0; - public static final int switchMinWidth = 0x7f0200f1; - public static final int switchPadding = 0x7f0200f2; - public static final int switchStyle = 0x7f0200f3; - public static final int switchTextAppearance = 0x7f0200f4; - public static final int textAllCaps = 0x7f0200f5; - public static final int textAppearanceLargePopupMenu = 0x7f0200f6; - public static final int textAppearanceListItem = 0x7f0200f7; - public static final int textAppearanceListItemSecondary = 0x7f0200f8; - public static final int textAppearanceListItemSmall = 0x7f0200f9; - public static final int textAppearancePopupMenuHeader = 0x7f0200fa; - public static final int textAppearanceSearchResultSubtitle = 0x7f0200fb; - public static final int textAppearanceSearchResultTitle = 0x7f0200fc; - public static final int textAppearanceSmallPopupMenu = 0x7f0200fd; - public static final int textColorAlertDialogListItem = 0x7f0200fe; - public static final int textColorSearchUrl = 0x7f0200ff; - public static final int theme = 0x7f020100; - public static final int thickness = 0x7f020101; - public static final int thumbTextPadding = 0x7f020102; - public static final int thumbTint = 0x7f020103; - public static final int thumbTintMode = 0x7f020104; - public static final int tickMark = 0x7f020105; - public static final int tickMarkTint = 0x7f020106; - public static final int tickMarkTintMode = 0x7f020107; - public static final int tint = 0x7f020108; - public static final int tintMode = 0x7f020109; - public static final int title = 0x7f02010a; - public static final int titleMargin = 0x7f02010b; - public static final int titleMarginBottom = 0x7f02010c; - public static final int titleMarginEnd = 0x7f02010d; - public static final int titleMarginStart = 0x7f02010e; - public static final int titleMarginTop = 0x7f02010f; - public static final int titleMargins = 0x7f020110; - public static final int titleTextAppearance = 0x7f020111; - public static final int titleTextColor = 0x7f020112; - public static final int titleTextStyle = 0x7f020113; - public static final int toolbarNavigationButtonStyle = 0x7f020114; - public static final int toolbarStyle = 0x7f020115; - public static final int tooltipForegroundColor = 0x7f020116; - public static final int tooltipFrameBackground = 0x7f020117; - public static final int tooltipText = 0x7f020118; - public static final int track = 0x7f020119; - public static final int trackTint = 0x7f02011a; - public static final int trackTintMode = 0x7f02011b; - public static final int viewInflaterClass = 0x7f02011d; - public static final int voiceIcon = 0x7f02011e; - public static final int windowActionBar = 0x7f02011f; - public static final int windowActionBarOverlay = 0x7f020120; - public static final int windowActionModeOverlay = 0x7f020121; - public static final int windowFixedHeightMajor = 0x7f020122; - public static final int windowFixedHeightMinor = 0x7f020123; - public static final int windowFixedWidthMajor = 0x7f020124; - public static final int windowFixedWidthMinor = 0x7f020125; - public static final int windowMinWidthMajor = 0x7f020126; - public static final int windowMinWidthMinor = 0x7f020127; - public static final int windowNoTitle = 0x7f020128; - } - public static final class bool { - public static final int abc_action_bar_embed_tabs = 0x7f030000; - public static final int abc_allow_stacked_button_bar = 0x7f030001; - public static final int abc_config_actionMenuItemAllCaps = 0x7f030002; - public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f030003; - } - public static final class color { - public static final int abc_background_cache_hint_selector_material_dark = 0x7f040000; - public static final int abc_background_cache_hint_selector_material_light = 0x7f040001; - public static final int abc_btn_colored_borderless_text_material = 0x7f040002; - public static final int abc_btn_colored_text_material = 0x7f040003; - public static final int abc_color_highlight_material = 0x7f040004; - public static final int abc_hint_foreground_material_dark = 0x7f040005; - public static final int abc_hint_foreground_material_light = 0x7f040006; - public static final int abc_input_method_navigation_guard = 0x7f040007; - public static final int abc_primary_text_disable_only_material_dark = 0x7f040008; - public static final int abc_primary_text_disable_only_material_light = 0x7f040009; - public static final int abc_primary_text_material_dark = 0x7f04000a; - public static final int abc_primary_text_material_light = 0x7f04000b; - public static final int abc_search_url_text = 0x7f04000c; - public static final int abc_search_url_text_normal = 0x7f04000d; - public static final int abc_search_url_text_pressed = 0x7f04000e; - public static final int abc_search_url_text_selected = 0x7f04000f; - public static final int abc_secondary_text_material_dark = 0x7f040010; - public static final int abc_secondary_text_material_light = 0x7f040011; - public static final int abc_tint_btn_checkable = 0x7f040012; - public static final int abc_tint_default = 0x7f040013; - public static final int abc_tint_edittext = 0x7f040014; - public static final int abc_tint_seek_thumb = 0x7f040015; - public static final int abc_tint_spinner = 0x7f040016; - public static final int abc_tint_switch_track = 0x7f040017; - public static final int accent_material_dark = 0x7f040018; - public static final int accent_material_light = 0x7f040019; - public static final int background_floating_material_dark = 0x7f04001a; - public static final int background_floating_material_light = 0x7f04001b; - public static final int background_material_dark = 0x7f04001c; - public static final int background_material_light = 0x7f04001d; - public static final int bright_foreground_disabled_material_dark = 0x7f04001e; - public static final int bright_foreground_disabled_material_light = 0x7f04001f; - public static final int bright_foreground_inverse_material_dark = 0x7f040020; - public static final int bright_foreground_inverse_material_light = 0x7f040021; - public static final int bright_foreground_material_dark = 0x7f040022; - public static final int bright_foreground_material_light = 0x7f040023; - public static final int button_material_dark = 0x7f040024; - public static final int button_material_light = 0x7f040025; - public static final int dim_foreground_disabled_material_dark = 0x7f040027; - public static final int dim_foreground_disabled_material_light = 0x7f040028; - public static final int dim_foreground_material_dark = 0x7f040029; - public static final int dim_foreground_material_light = 0x7f04002a; - public static final int error_color_material = 0x7f04002b; - public static final int foreground_material_dark = 0x7f04002c; - public static final int foreground_material_light = 0x7f04002d; - public static final int highlighted_text_material_dark = 0x7f04002e; - public static final int highlighted_text_material_light = 0x7f04002f; - public static final int material_blue_grey_800 = 0x7f040030; - public static final int material_blue_grey_900 = 0x7f040031; - public static final int material_blue_grey_950 = 0x7f040032; - public static final int material_deep_teal_200 = 0x7f040033; - public static final int material_deep_teal_500 = 0x7f040034; - public static final int material_grey_100 = 0x7f040035; - public static final int material_grey_300 = 0x7f040036; - public static final int material_grey_50 = 0x7f040037; - public static final int material_grey_600 = 0x7f040038; - public static final int material_grey_800 = 0x7f040039; - public static final int material_grey_850 = 0x7f04003a; - public static final int material_grey_900 = 0x7f04003b; - public static final int notification_action_color_filter = 0x7f04003c; - public static final int notification_icon_bg_color = 0x7f04003d; - public static final int primary_dark_material_dark = 0x7f04003e; - public static final int primary_dark_material_light = 0x7f04003f; - public static final int primary_material_dark = 0x7f040040; - public static final int primary_material_light = 0x7f040041; - public static final int primary_text_default_material_dark = 0x7f040042; - public static final int primary_text_default_material_light = 0x7f040043; - public static final int primary_text_disabled_material_dark = 0x7f040044; - public static final int primary_text_disabled_material_light = 0x7f040045; - public static final int ripple_material_dark = 0x7f040046; - public static final int ripple_material_light = 0x7f040047; - public static final int secondary_text_default_material_dark = 0x7f040048; - public static final int secondary_text_default_material_light = 0x7f040049; - public static final int secondary_text_disabled_material_dark = 0x7f04004a; - public static final int secondary_text_disabled_material_light = 0x7f04004b; - public static final int switch_thumb_disabled_material_dark = 0x7f04004c; - public static final int switch_thumb_disabled_material_light = 0x7f04004d; - public static final int switch_thumb_material_dark = 0x7f04004e; - public static final int switch_thumb_material_light = 0x7f04004f; - public static final int switch_thumb_normal_material_dark = 0x7f040050; - public static final int switch_thumb_normal_material_light = 0x7f040051; - public static final int tooltip_background_dark = 0x7f040052; - public static final int tooltip_background_light = 0x7f040053; - } - public static final class dimen { - public static final int abc_action_bar_content_inset_material = 0x7f050000; - public static final int abc_action_bar_content_inset_with_nav = 0x7f050001; - public static final int abc_action_bar_default_height_material = 0x7f050002; - public static final int abc_action_bar_default_padding_end_material = 0x7f050003; - public static final int abc_action_bar_default_padding_start_material = 0x7f050004; - public static final int abc_action_bar_elevation_material = 0x7f050005; - public static final int abc_action_bar_icon_vertical_padding_material = 0x7f050006; - public static final int abc_action_bar_overflow_padding_end_material = 0x7f050007; - public static final int abc_action_bar_overflow_padding_start_material = 0x7f050008; - public static final int abc_action_bar_progress_bar_size = 0x7f050009; - public static final int abc_action_bar_stacked_max_height = 0x7f05000a; - public static final int abc_action_bar_stacked_tab_max_width = 0x7f05000b; - public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f05000c; - public static final int abc_action_bar_subtitle_top_margin_material = 0x7f05000d; - public static final int abc_action_button_min_height_material = 0x7f05000e; - public static final int abc_action_button_min_width_material = 0x7f05000f; - public static final int abc_action_button_min_width_overflow_material = 0x7f050010; - public static final int abc_alert_dialog_button_bar_height = 0x7f050011; - public static final int abc_alert_dialog_button_dimen = 0x7f050012; - public static final int abc_button_inset_horizontal_material = 0x7f050013; - public static final int abc_button_inset_vertical_material = 0x7f050014; - public static final int abc_button_padding_horizontal_material = 0x7f050015; - public static final int abc_button_padding_vertical_material = 0x7f050016; - public static final int abc_cascading_menus_min_smallest_width = 0x7f050017; - public static final int abc_config_prefDialogWidth = 0x7f050018; - public static final int abc_control_corner_material = 0x7f050019; - public static final int abc_control_inset_material = 0x7f05001a; - public static final int abc_control_padding_material = 0x7f05001b; - public static final int abc_dialog_fixed_height_major = 0x7f05001c; - public static final int abc_dialog_fixed_height_minor = 0x7f05001d; - public static final int abc_dialog_fixed_width_major = 0x7f05001e; - public static final int abc_dialog_fixed_width_minor = 0x7f05001f; - public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f050020; - public static final int abc_dialog_list_padding_top_no_title = 0x7f050021; - public static final int abc_dialog_min_width_major = 0x7f050022; - public static final int abc_dialog_min_width_minor = 0x7f050023; - public static final int abc_dialog_padding_material = 0x7f050024; - public static final int abc_dialog_padding_top_material = 0x7f050025; - public static final int abc_dialog_title_divider_material = 0x7f050026; - public static final int abc_disabled_alpha_material_dark = 0x7f050027; - public static final int abc_disabled_alpha_material_light = 0x7f050028; - public static final int abc_dropdownitem_icon_width = 0x7f050029; - public static final int abc_dropdownitem_text_padding_left = 0x7f05002a; - public static final int abc_dropdownitem_text_padding_right = 0x7f05002b; - public static final int abc_edit_text_inset_bottom_material = 0x7f05002c; - public static final int abc_edit_text_inset_horizontal_material = 0x7f05002d; - public static final int abc_edit_text_inset_top_material = 0x7f05002e; - public static final int abc_floating_window_z = 0x7f05002f; - public static final int abc_list_item_padding_horizontal_material = 0x7f050030; - public static final int abc_panel_menu_list_width = 0x7f050031; - public static final int abc_progress_bar_height_material = 0x7f050032; - public static final int abc_search_view_preferred_height = 0x7f050033; - public static final int abc_search_view_preferred_width = 0x7f050034; - public static final int abc_seekbar_track_background_height_material = 0x7f050035; - public static final int abc_seekbar_track_progress_height_material = 0x7f050036; - public static final int abc_select_dialog_padding_start_material = 0x7f050037; - public static final int abc_switch_padding = 0x7f050038; - public static final int abc_text_size_body_1_material = 0x7f050039; - public static final int abc_text_size_body_2_material = 0x7f05003a; - public static final int abc_text_size_button_material = 0x7f05003b; - public static final int abc_text_size_caption_material = 0x7f05003c; - public static final int abc_text_size_display_1_material = 0x7f05003d; - public static final int abc_text_size_display_2_material = 0x7f05003e; - public static final int abc_text_size_display_3_material = 0x7f05003f; - public static final int abc_text_size_display_4_material = 0x7f050040; - public static final int abc_text_size_headline_material = 0x7f050041; - public static final int abc_text_size_large_material = 0x7f050042; - public static final int abc_text_size_medium_material = 0x7f050043; - public static final int abc_text_size_menu_header_material = 0x7f050044; - public static final int abc_text_size_menu_material = 0x7f050045; - public static final int abc_text_size_small_material = 0x7f050046; - public static final int abc_text_size_subhead_material = 0x7f050047; - public static final int abc_text_size_subtitle_material_toolbar = 0x7f050048; - public static final int abc_text_size_title_material = 0x7f050049; - public static final int abc_text_size_title_material_toolbar = 0x7f05004a; - public static final int compat_button_inset_horizontal_material = 0x7f05004b; - public static final int compat_button_inset_vertical_material = 0x7f05004c; - public static final int compat_button_padding_horizontal_material = 0x7f05004d; - public static final int compat_button_padding_vertical_material = 0x7f05004e; - public static final int compat_control_corner_material = 0x7f05004f; - public static final int disabled_alpha_material_dark = 0x7f050050; - public static final int disabled_alpha_material_light = 0x7f050051; - public static final int highlight_alpha_material_colored = 0x7f050052; - public static final int highlight_alpha_material_dark = 0x7f050053; - public static final int highlight_alpha_material_light = 0x7f050054; - public static final int hint_alpha_material_dark = 0x7f050055; - public static final int hint_alpha_material_light = 0x7f050056; - public static final int hint_pressed_alpha_material_dark = 0x7f050057; - public static final int hint_pressed_alpha_material_light = 0x7f050058; - public static final int notification_action_icon_size = 0x7f050059; - public static final int notification_action_text_size = 0x7f05005a; - public static final int notification_big_circle_margin = 0x7f05005b; - public static final int notification_content_margin_start = 0x7f05005c; - public static final int notification_large_icon_height = 0x7f05005d; - public static final int notification_large_icon_width = 0x7f05005e; - public static final int notification_main_column_padding_top = 0x7f05005f; - public static final int notification_media_narrow_margin = 0x7f050060; - public static final int notification_right_icon_size = 0x7f050061; - public static final int notification_right_side_padding_top = 0x7f050062; - public static final int notification_small_icon_background_padding = 0x7f050063; - public static final int notification_small_icon_size_as_large = 0x7f050064; - public static final int notification_subtext_size = 0x7f050065; - public static final int notification_top_pad = 0x7f050066; - public static final int notification_top_pad_large_text = 0x7f050067; - public static final int tooltip_corner_radius = 0x7f050068; - public static final int tooltip_horizontal_padding = 0x7f050069; - public static final int tooltip_margin = 0x7f05006a; - public static final int tooltip_precise_anchor_extra_offset = 0x7f05006b; - public static final int tooltip_precise_anchor_threshold = 0x7f05006c; - public static final int tooltip_vertical_padding = 0x7f05006d; - public static final int tooltip_y_offset_non_touch = 0x7f05006e; - public static final int tooltip_y_offset_touch = 0x7f05006f; - } - public static final class drawable { - public static final int abc_ab_share_pack_mtrl_alpha = 0x7f060000; - public static final int abc_action_bar_item_background_material = 0x7f060001; - public static final int abc_btn_borderless_material = 0x7f060002; - public static final int abc_btn_check_material = 0x7f060003; - public static final int abc_btn_check_to_on_mtrl_000 = 0x7f060004; - public static final int abc_btn_check_to_on_mtrl_015 = 0x7f060005; - public static final int abc_btn_colored_material = 0x7f060006; - public static final int abc_btn_default_mtrl_shape = 0x7f060007; - public static final int abc_btn_radio_material = 0x7f060008; - public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f060009; - public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f06000a; - public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f06000b; - public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f06000c; - public static final int abc_cab_background_internal_bg = 0x7f06000d; - public static final int abc_cab_background_top_material = 0x7f06000e; - public static final int abc_cab_background_top_mtrl_alpha = 0x7f06000f; - public static final int abc_control_background_material = 0x7f060010; - public static final int abc_dialog_material_background = 0x7f060011; - public static final int abc_edit_text_material = 0x7f060012; - public static final int abc_ic_ab_back_material = 0x7f060013; - public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f060014; - public static final int abc_ic_clear_material = 0x7f060015; - public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f060016; - public static final int abc_ic_go_search_api_material = 0x7f060017; - public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f060018; - public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f060019; - public static final int abc_ic_menu_overflow_material = 0x7f06001a; - public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f06001b; - public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f06001c; - public static final int abc_ic_menu_share_mtrl_alpha = 0x7f06001d; - public static final int abc_ic_search_api_material = 0x7f06001e; - public static final int abc_ic_star_black_16dp = 0x7f06001f; - public static final int abc_ic_star_black_36dp = 0x7f060020; - public static final int abc_ic_star_black_48dp = 0x7f060021; - public static final int abc_ic_star_half_black_16dp = 0x7f060022; - public static final int abc_ic_star_half_black_36dp = 0x7f060023; - public static final int abc_ic_star_half_black_48dp = 0x7f060024; - public static final int abc_ic_voice_search_api_material = 0x7f060025; - public static final int abc_item_background_holo_dark = 0x7f060026; - public static final int abc_item_background_holo_light = 0x7f060027; - public static final int abc_list_divider_mtrl_alpha = 0x7f060028; - public static final int abc_list_focused_holo = 0x7f060029; - public static final int abc_list_longpressed_holo = 0x7f06002a; - public static final int abc_list_pressed_holo_dark = 0x7f06002b; - public static final int abc_list_pressed_holo_light = 0x7f06002c; - public static final int abc_list_selector_background_transition_holo_dark = 0x7f06002d; - public static final int abc_list_selector_background_transition_holo_light = 0x7f06002e; - public static final int abc_list_selector_disabled_holo_dark = 0x7f06002f; - public static final int abc_list_selector_disabled_holo_light = 0x7f060030; - public static final int abc_list_selector_holo_dark = 0x7f060031; - public static final int abc_list_selector_holo_light = 0x7f060032; - public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f060033; - public static final int abc_popup_background_mtrl_mult = 0x7f060034; - public static final int abc_ratingbar_indicator_material = 0x7f060035; - public static final int abc_ratingbar_material = 0x7f060036; - public static final int abc_ratingbar_small_material = 0x7f060037; - public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f060038; - public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f060039; - public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f06003a; - public static final int abc_scrubber_primary_mtrl_alpha = 0x7f06003b; - public static final int abc_scrubber_track_mtrl_alpha = 0x7f06003c; - public static final int abc_seekbar_thumb_material = 0x7f06003d; - public static final int abc_seekbar_tick_mark_material = 0x7f06003e; - public static final int abc_seekbar_track_material = 0x7f06003f; - public static final int abc_spinner_mtrl_am_alpha = 0x7f060040; - public static final int abc_spinner_textfield_background_material = 0x7f060041; - public static final int abc_switch_thumb_material = 0x7f060042; - public static final int abc_switch_track_mtrl_alpha = 0x7f060043; - public static final int abc_tab_indicator_material = 0x7f060044; - public static final int abc_tab_indicator_mtrl_alpha = 0x7f060045; - public static final int abc_text_cursor_material = 0x7f060046; - public static final int abc_text_select_handle_left_mtrl_dark = 0x7f060047; - public static final int abc_text_select_handle_left_mtrl_light = 0x7f060048; - public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f060049; - public static final int abc_text_select_handle_middle_mtrl_light = 0x7f06004a; - public static final int abc_text_select_handle_right_mtrl_dark = 0x7f06004b; - public static final int abc_text_select_handle_right_mtrl_light = 0x7f06004c; - public static final int abc_textfield_activated_mtrl_alpha = 0x7f06004d; - public static final int abc_textfield_default_mtrl_alpha = 0x7f06004e; - public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f06004f; - public static final int abc_textfield_search_default_mtrl_alpha = 0x7f060050; - public static final int abc_textfield_search_material = 0x7f060051; - public static final int abc_vector_test = 0x7f060052; - public static final int notification_action_background = 0x7f060053; - public static final int notification_bg = 0x7f060054; - public static final int notification_bg_low = 0x7f060055; - public static final int notification_bg_low_normal = 0x7f060056; - public static final int notification_bg_low_pressed = 0x7f060057; - public static final int notification_bg_normal = 0x7f060058; - public static final int notification_bg_normal_pressed = 0x7f060059; - public static final int notification_icon_background = 0x7f06005a; - public static final int notification_template_icon_bg = 0x7f06005b; - public static final int notification_template_icon_low_bg = 0x7f06005c; - public static final int notification_tile_bg = 0x7f06005d; - public static final int notify_panel_notification_icon_bg = 0x7f06005e; - public static final int tooltip_frame_dark = 0x7f06005f; - public static final int tooltip_frame_light = 0x7f060060; - } - public static final class id { - public static final int action_bar = 0x7f070008; - public static final int action_bar_activity_content = 0x7f070009; - public static final int action_bar_container = 0x7f07000a; - public static final int action_bar_root = 0x7f07000b; - public static final int action_bar_spinner = 0x7f07000c; - public static final int action_bar_subtitle = 0x7f07000d; - public static final int action_bar_title = 0x7f07000e; - public static final int action_container = 0x7f07000f; - public static final int action_context_bar = 0x7f070010; - public static final int action_divider = 0x7f070011; - public static final int action_image = 0x7f070012; - public static final int action_menu_divider = 0x7f070013; - public static final int action_menu_presenter = 0x7f070014; - public static final int action_mode_bar = 0x7f070015; - public static final int action_mode_bar_stub = 0x7f070016; - public static final int action_mode_close_button = 0x7f070017; - public static final int action_text = 0x7f070018; - public static final int actions = 0x7f070019; - public static final int activity_chooser_view_content = 0x7f07001a; - public static final int add = 0x7f07001b; - public static final int alertTitle = 0x7f07001c; - public static final int async = 0x7f07001f; - public static final int blocking = 0x7f070021; - public static final int bottom = 0x7f070022; - public static final int buttonPanel = 0x7f070023; - public static final int checkbox = 0x7f07002a; - public static final int chronometer = 0x7f07002b; - public static final int contentPanel = 0x7f07002f; - public static final int custom = 0x7f070030; - public static final int customPanel = 0x7f070031; - public static final int decor_content_parent = 0x7f070032; - public static final int default_activity_button = 0x7f070033; - public static final int edit_query = 0x7f070035; - public static final int end = 0x7f070036; - public static final int expand_activities_button = 0x7f070037; - public static final int expanded_menu = 0x7f070038; - public static final int forever = 0x7f070042; - public static final int home = 0x7f070044; - public static final int icon = 0x7f070046; - public static final int icon_group = 0x7f070047; - public static final int image = 0x7f070049; - public static final int info = 0x7f07004a; - public static final int italic = 0x7f07004b; - public static final int left = 0x7f07004c; - public static final int line1 = 0x7f07004d; - public static final int line3 = 0x7f07004e; - public static final int listMode = 0x7f07004f; - public static final int list_item = 0x7f070050; - public static final int message = 0x7f070051; - public static final int multiply = 0x7f070053; - public static final int none = 0x7f070055; - public static final int normal = 0x7f070056; - public static final int notification_background = 0x7f070057; - public static final int notification_main_column = 0x7f070058; - public static final int notification_main_column_container = 0x7f070059; - public static final int parentPanel = 0x7f07005a; - public static final int progress_circular = 0x7f07005b; - public static final int progress_horizontal = 0x7f07005c; - public static final int radio = 0x7f07005d; - public static final int right = 0x7f07005f; - public static final int right_icon = 0x7f070060; - public static final int right_side = 0x7f070061; - public static final int screen = 0x7f07006c; - public static final int scrollIndicatorDown = 0x7f07006d; - public static final int scrollIndicatorUp = 0x7f07006e; - public static final int scrollView = 0x7f07006f; - public static final int search_badge = 0x7f070070; - public static final int search_bar = 0x7f070071; - public static final int search_button = 0x7f070072; - public static final int search_close_btn = 0x7f070073; - public static final int search_edit_frame = 0x7f070074; - public static final int search_go_btn = 0x7f070075; - public static final int search_mag_icon = 0x7f070076; - public static final int search_plate = 0x7f070077; - public static final int search_src_text = 0x7f070078; - public static final int search_voice_btn = 0x7f070079; - public static final int select_dialog_listview = 0x7f07007a; - public static final int shortcut = 0x7f07007b; - public static final int spacer = 0x7f07007f; - public static final int split_action_bar = 0x7f070080; - public static final int src_atop = 0x7f070081; - public static final int src_in = 0x7f070082; - public static final int src_over = 0x7f070083; - public static final int start = 0x7f070084; - public static final int submenuarrow = 0x7f070085; - public static final int submit_area = 0x7f070086; - public static final int tabMode = 0x7f070087; - public static final int tag_transition_group = 0x7f070088; - public static final int text = 0x7f070089; - public static final int text2 = 0x7f07008a; - public static final int textSpacerNoButtons = 0x7f07008b; - public static final int textSpacerNoTitle = 0x7f07008c; - public static final int time = 0x7f07008d; - public static final int title = 0x7f07008e; - public static final int titleDividerNoCustom = 0x7f07008f; - public static final int title_template = 0x7f070090; - public static final int top = 0x7f070091; - public static final int topPanel = 0x7f070092; - public static final int uniform = 0x7f070093; - public static final int up = 0x7f070094; - public static final int wrap_content = 0x7f070099; - } - public static final class integer { - public static final int abc_config_activityDefaultDur = 0x7f080000; - public static final int abc_config_activityShortDur = 0x7f080001; - public static final int cancel_button_image_alpha = 0x7f080002; - public static final int config_tooltipAnimTime = 0x7f080003; - public static final int status_bar_notification_info_maxnum = 0x7f080004; - } - public static final class layout { - public static final int abc_action_bar_title_item = 0x7f090000; - public static final int abc_action_bar_up_container = 0x7f090001; - public static final int abc_action_menu_item_layout = 0x7f090002; - public static final int abc_action_menu_layout = 0x7f090003; - public static final int abc_action_mode_bar = 0x7f090004; - public static final int abc_action_mode_close_item_material = 0x7f090005; - public static final int abc_activity_chooser_view = 0x7f090006; - public static final int abc_activity_chooser_view_list_item = 0x7f090007; - public static final int abc_alert_dialog_button_bar_material = 0x7f090008; - public static final int abc_alert_dialog_material = 0x7f090009; - public static final int abc_alert_dialog_title_material = 0x7f09000a; - public static final int abc_dialog_title_material = 0x7f09000b; - public static final int abc_expanded_menu_layout = 0x7f09000c; - public static final int abc_list_menu_item_checkbox = 0x7f09000d; - public static final int abc_list_menu_item_icon = 0x7f09000e; - public static final int abc_list_menu_item_layout = 0x7f09000f; - public static final int abc_list_menu_item_radio = 0x7f090010; - public static final int abc_popup_menu_header_item_layout = 0x7f090011; - public static final int abc_popup_menu_item_layout = 0x7f090012; - public static final int abc_screen_content_include = 0x7f090013; - public static final int abc_screen_simple = 0x7f090014; - public static final int abc_screen_simple_overlay_action_mode = 0x7f090015; - public static final int abc_screen_toolbar = 0x7f090016; - public static final int abc_search_dropdown_item_icons_2line = 0x7f090017; - public static final int abc_search_view = 0x7f090018; - public static final int abc_select_dialog_material = 0x7f090019; - public static final int abc_tooltip = 0x7f09001a; - public static final int notification_action = 0x7f09001d; - public static final int notification_action_tombstone = 0x7f09001e; - public static final int notification_template_custom_big = 0x7f09001f; - public static final int notification_template_icon_group = 0x7f090020; - public static final int notification_template_part_chronometer = 0x7f090021; - public static final int notification_template_part_time = 0x7f090022; - public static final int select_dialog_item_material = 0x7f090026; - public static final int select_dialog_multichoice_material = 0x7f090027; - public static final int select_dialog_singlechoice_material = 0x7f090028; - public static final int support_simple_spinner_dropdown_item = 0x7f090029; - } - public static final class string { - public static final int abc_action_bar_home_description = 0x7f0b0000; - public static final int abc_action_bar_up_description = 0x7f0b0001; - public static final int abc_action_menu_overflow_description = 0x7f0b0002; - public static final int abc_action_mode_done = 0x7f0b0003; - public static final int abc_activity_chooser_view_see_all = 0x7f0b0004; - public static final int abc_activitychooserview_choose_application = 0x7f0b0005; - public static final int abc_capital_off = 0x7f0b0006; - public static final int abc_capital_on = 0x7f0b0007; - public static final int abc_font_family_body_1_material = 0x7f0b0008; - public static final int abc_font_family_body_2_material = 0x7f0b0009; - public static final int abc_font_family_button_material = 0x7f0b000a; - public static final int abc_font_family_caption_material = 0x7f0b000b; - public static final int abc_font_family_display_1_material = 0x7f0b000c; - public static final int abc_font_family_display_2_material = 0x7f0b000d; - public static final int abc_font_family_display_3_material = 0x7f0b000e; - public static final int abc_font_family_display_4_material = 0x7f0b000f; - public static final int abc_font_family_headline_material = 0x7f0b0010; - public static final int abc_font_family_menu_material = 0x7f0b0011; - public static final int abc_font_family_subhead_material = 0x7f0b0012; - public static final int abc_font_family_title_material = 0x7f0b0013; - public static final int abc_search_hint = 0x7f0b0014; - public static final int abc_searchview_description_clear = 0x7f0b0015; - public static final int abc_searchview_description_query = 0x7f0b0016; - public static final int abc_searchview_description_search = 0x7f0b0017; - public static final int abc_searchview_description_submit = 0x7f0b0018; - public static final int abc_searchview_description_voice = 0x7f0b0019; - public static final int abc_shareactionprovider_share_with = 0x7f0b001a; - public static final int abc_shareactionprovider_share_with_application = 0x7f0b001b; - public static final int abc_toolbar_collapse_description = 0x7f0b001c; - public static final int search_menu_title = 0x7f0b003b; - public static final int status_bar_notification_info_overflow = 0x7f0b003c; - } - public static final class style { - public static final int AlertDialog_AppCompat = 0x7f0c0000; - public static final int AlertDialog_AppCompat_Light = 0x7f0c0001; - public static final int Animation_AppCompat_Dialog = 0x7f0c0002; - public static final int Animation_AppCompat_DropDownUp = 0x7f0c0003; - public static final int Animation_AppCompat_Tooltip = 0x7f0c0004; - public static final int Base_AlertDialog_AppCompat = 0x7f0c0007; - public static final int Base_AlertDialog_AppCompat_Light = 0x7f0c0008; - public static final int Base_Animation_AppCompat_Dialog = 0x7f0c0009; - public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c000a; - public static final int Base_Animation_AppCompat_Tooltip = 0x7f0c000b; - public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0c000d; - public static final int Base_DialogWindowTitle_AppCompat = 0x7f0c000c; - public static final int Base_TextAppearance_AppCompat = 0x7f0c000e; - public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c000f; - public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c0010; - public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c0011; - public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0012; - public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0013; - public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0014; - public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c0015; - public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c0016; - public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c0017; - public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c0018; - public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c0019; - public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c001a; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c001b; - public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c001c; - public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c001d; - public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c001e; - public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c001f; - public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c0020; - public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c0021; - public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0022; - public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0023; - public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0024; - public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c0025; - public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c0026; - public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c0027; - public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c0028; - public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0c0029; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c002a; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c002b; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c002c; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c002d; - public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c002e; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c002f; - public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c0030; - public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0c0031; - public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0c0032; - public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0c0033; - public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c0034; - public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0035; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0c0036; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c0037; - public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0038; - public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c0039; - public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c003a; - public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c003b; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c003c; - public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c003d; - public static final int Base_ThemeOverlay_AppCompat = 0x7f0c004c; - public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c004d; - public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c004e; - public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c004f; - public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0c0050; - public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0c0051; - public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c0052; - public static final int Base_Theme_AppCompat = 0x7f0c003e; - public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c003f; - public static final int Base_Theme_AppCompat_Dialog = 0x7f0c0040; - public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c0044; - public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0c0041; - public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c0042; - public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0c0043; - public static final int Base_Theme_AppCompat_Light = 0x7f0c0045; - public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c0046; - public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c0047; - public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c004b; - public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0048; - public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c0049; - public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c004a; - public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0c0057; - public static final int Base_V21_Theme_AppCompat = 0x7f0c0053; - public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c0054; - public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c0055; - public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c0056; - public static final int Base_V22_Theme_AppCompat = 0x7f0c0058; - public static final int Base_V22_Theme_AppCompat_Light = 0x7f0c0059; - public static final int Base_V23_Theme_AppCompat = 0x7f0c005a; - public static final int Base_V23_Theme_AppCompat_Light = 0x7f0c005b; - public static final int Base_V26_Theme_AppCompat = 0x7f0c005c; - public static final int Base_V26_Theme_AppCompat_Light = 0x7f0c005d; - public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0c005e; - public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0c0063; - public static final int Base_V7_Theme_AppCompat = 0x7f0c005f; - public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c0060; - public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c0061; - public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0c0062; - public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0064; - public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0c0065; - public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0c0066; - public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c0067; - public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c0068; - public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c0069; - public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c006a; - public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c006b; - public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c006c; - public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c006d; - public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c006e; - public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c006f; - public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c0070; - public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0071; - public static final int Base_Widget_AppCompat_Button = 0x7f0c0072; - public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0c0078; - public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c0079; - public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0c0073; - public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0c0074; - public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c0075; - public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0c0076; - public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c0077; - public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c007a; - public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c007b; - public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c007c; - public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c007d; - public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c007e; - public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c007f; - public static final int Base_Widget_AppCompat_EditText = 0x7f0c0080; - public static final int Base_Widget_AppCompat_ImageButton = 0x7f0c0081; - public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c0082; - public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0083; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0084; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0085; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0086; - public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0087; - public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0088; - public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c0089; - public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0c008a; - public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c008b; - public static final int Base_Widget_AppCompat_ListView = 0x7f0c008c; - public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c008d; - public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c008e; - public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c008f; - public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0090; - public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c0091; - public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c0092; - public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0093; - public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0094; - public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0c0095; - public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0c0096; - public static final int Base_Widget_AppCompat_SearchView = 0x7f0c0097; - public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0c0098; - public static final int Base_Widget_AppCompat_SeekBar = 0x7f0c0099; - public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0c009a; - public static final int Base_Widget_AppCompat_Spinner = 0x7f0c009b; - public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c009c; - public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c009d; - public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c009e; - public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c009f; - public static final int Platform_AppCompat = 0x7f0c00a6; - public static final int Platform_AppCompat_Light = 0x7f0c00a7; - public static final int Platform_ThemeOverlay_AppCompat = 0x7f0c00a8; - public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0c00a9; - public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0c00aa; - public static final int Platform_V21_AppCompat = 0x7f0c00ab; - public static final int Platform_V21_AppCompat_Light = 0x7f0c00ac; - public static final int Platform_V25_AppCompat = 0x7f0c00ad; - public static final int Platform_V25_AppCompat_Light = 0x7f0c00ae; - public static final int Platform_Widget_AppCompat_Spinner = 0x7f0c00af; - public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0c00b0; - public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c00b1; - public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0c00b2; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c00b3; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c00b4; - public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c00b5; - public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c00bb; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c00b6; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c00b7; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c00b8; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c00b9; - public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c00ba; - public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0c00bc; - public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c00bd; - public static final int TextAppearance_AppCompat = 0x7f0c00c2; - public static final int TextAppearance_AppCompat_Body1 = 0x7f0c00c3; - public static final int TextAppearance_AppCompat_Body2 = 0x7f0c00c4; - public static final int TextAppearance_AppCompat_Button = 0x7f0c00c5; - public static final int TextAppearance_AppCompat_Caption = 0x7f0c00c6; - public static final int TextAppearance_AppCompat_Display1 = 0x7f0c00c7; - public static final int TextAppearance_AppCompat_Display2 = 0x7f0c00c8; - public static final int TextAppearance_AppCompat_Display3 = 0x7f0c00c9; - public static final int TextAppearance_AppCompat_Display4 = 0x7f0c00ca; - public static final int TextAppearance_AppCompat_Headline = 0x7f0c00cb; - public static final int TextAppearance_AppCompat_Inverse = 0x7f0c00cc; - public static final int TextAppearance_AppCompat_Large = 0x7f0c00cd; - public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c00ce; - public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c00cf; - public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c00d0; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c00d1; - public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c00d2; - public static final int TextAppearance_AppCompat_Medium = 0x7f0c00d3; - public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c00d4; - public static final int TextAppearance_AppCompat_Menu = 0x7f0c00d5; - public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c00d6; - public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c00d7; - public static final int TextAppearance_AppCompat_Small = 0x7f0c00d8; - public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c00d9; - public static final int TextAppearance_AppCompat_Subhead = 0x7f0c00da; - public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c00db; - public static final int TextAppearance_AppCompat_Title = 0x7f0c00dc; - public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c00dd; - public static final int TextAppearance_AppCompat_Tooltip = 0x7f0c00de; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c00df; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c00e0; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c00e1; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c00e2; - public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c00e3; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c00e4; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c00e5; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c00e6; - public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c00e7; - public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0c00e8; - public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0c00e9; - public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0c00ea; - public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c00eb; - public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c00ec; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0c00ed; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c00ee; - public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c00ef; - public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c00f0; - public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c00f1; - public static final int TextAppearance_Compat_Notification = 0x7f0c00f2; - public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00f3; - public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00f4; - public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00f5; - public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f6; - public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c00f7; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c00f8; - public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c00f9; - public static final int ThemeOverlay_AppCompat = 0x7f0c0117; - public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c0118; - public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c0119; - public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c011a; - public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0c011b; - public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0c011c; - public static final int ThemeOverlay_AppCompat_Light = 0x7f0c011d; - public static final int Theme_AppCompat = 0x7f0c00fb; - public static final int Theme_AppCompat_CompactMenu = 0x7f0c00fc; - public static final int Theme_AppCompat_DayNight = 0x7f0c00fd; - public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0c00fe; - public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0c00ff; - public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0c0102; - public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0c0100; - public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0c0101; - public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0c0103; - public static final int Theme_AppCompat_Dialog = 0x7f0c0104; - public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c0107; - public static final int Theme_AppCompat_Dialog_Alert = 0x7f0c0105; - public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0c0106; - public static final int Theme_AppCompat_Light = 0x7f0c0108; - public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c0109; - public static final int Theme_AppCompat_Light_Dialog = 0x7f0c010a; - public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c010d; - public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0c010b; - public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c010c; - public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c010e; - public static final int Theme_AppCompat_NoActionBar = 0x7f0c010f; - public static final int Widget_AppCompat_ActionBar = 0x7f0c011e; - public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c011f; - public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c0120; - public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c0121; - public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c0122; - public static final int Widget_AppCompat_ActionButton = 0x7f0c0123; - public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c0124; - public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c0125; - public static final int Widget_AppCompat_ActionMode = 0x7f0c0126; - public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c0127; - public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c0128; - public static final int Widget_AppCompat_Button = 0x7f0c0129; - public static final int Widget_AppCompat_ButtonBar = 0x7f0c012f; - public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c0130; - public static final int Widget_AppCompat_Button_Borderless = 0x7f0c012a; - public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0c012b; - public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c012c; - public static final int Widget_AppCompat_Button_Colored = 0x7f0c012d; - public static final int Widget_AppCompat_Button_Small = 0x7f0c012e; - public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c0131; - public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c0132; - public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c0133; - public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c0134; - public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0135; - public static final int Widget_AppCompat_EditText = 0x7f0c0136; - public static final int Widget_AppCompat_ImageButton = 0x7f0c0137; - public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c0138; - public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0139; - public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c013a; - public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c013b; - public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c013c; - public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c013d; - public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c013e; - public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c013f; - public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c0140; - public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c0141; - public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c0142; - public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c0143; - public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c0144; - public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c0145; - public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c0146; - public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c0147; - public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c0148; - public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c0149; - public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c014a; - public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c014b; - public static final int Widget_AppCompat_Light_SearchView = 0x7f0c014c; - public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c014d; - public static final int Widget_AppCompat_ListMenuView = 0x7f0c014e; - public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c014f; - public static final int Widget_AppCompat_ListView = 0x7f0c0150; - public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c0151; - public static final int Widget_AppCompat_ListView_Menu = 0x7f0c0152; - public static final int Widget_AppCompat_PopupMenu = 0x7f0c0153; - public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0154; - public static final int Widget_AppCompat_PopupWindow = 0x7f0c0155; - public static final int Widget_AppCompat_ProgressBar = 0x7f0c0156; - public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0157; - public static final int Widget_AppCompat_RatingBar = 0x7f0c0158; - public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0c0159; - public static final int Widget_AppCompat_RatingBar_Small = 0x7f0c015a; - public static final int Widget_AppCompat_SearchView = 0x7f0c015b; - public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0c015c; - public static final int Widget_AppCompat_SeekBar = 0x7f0c015d; - public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0c015e; - public static final int Widget_AppCompat_Spinner = 0x7f0c015f; - public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c0160; - public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0161; - public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c0162; - public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0163; - public static final int Widget_AppCompat_Toolbar = 0x7f0c0164; - public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0165; - public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0166; - public static final int Widget_Compat_NotificationActionText = 0x7f0c0167; - public static final int Widget_Support_CoordinatorLayout = 0x7f0c0168; - } - public static final class styleable { - public static final int[] ActionBar = { 0x7f020034, 0x7f020036, 0x7f020037, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020063, 0x7f020067, 0x7f020068, 0x7f020073, 0x7f020084, 0x7f020085, 0x7f020086, 0x7f020087, 0x7f020088, 0x7f02008d, 0x7f020090, 0x7f0200a4, 0x7f0200ab, 0x7f0200b9, 0x7f0200c0, 0x7f0200c1, 0x7f0200ec, 0x7f0200ef, 0x7f02010a, 0x7f020113 }; - public static final int ActionBar_background = 0; - public static final int ActionBar_backgroundSplit = 1; - public static final int ActionBar_backgroundStacked = 2; - public static final int ActionBar_contentInsetEnd = 3; - public static final int ActionBar_contentInsetEndWithActions = 4; - public static final int ActionBar_contentInsetLeft = 5; - public static final int ActionBar_contentInsetRight = 6; - public static final int ActionBar_contentInsetStart = 7; - public static final int ActionBar_contentInsetStartWithNavigation = 8; - public static final int ActionBar_customNavigationLayout = 9; - public static final int ActionBar_displayOptions = 10; - public static final int ActionBar_divider = 11; - public static final int ActionBar_elevation = 12; - public static final int ActionBar_height = 13; - public static final int ActionBar_hideOnContentScroll = 14; - public static final int ActionBar_homeAsUpIndicator = 15; - public static final int ActionBar_homeLayout = 16; - public static final int ActionBar_icon = 17; - public static final int ActionBar_indeterminateProgressStyle = 18; - public static final int ActionBar_itemPadding = 19; - public static final int ActionBar_logo = 20; - public static final int ActionBar_navigationMode = 21; - public static final int ActionBar_popupTheme = 22; - public static final int ActionBar_progressBarPadding = 23; - public static final int ActionBar_progressBarStyle = 24; - public static final int ActionBar_subtitle = 25; - public static final int ActionBar_subtitleTextStyle = 26; - public static final int ActionBar_title = 27; - public static final int ActionBar_titleTextStyle = 28; - public static final int[] ActionBarLayout = { 0x010100b3 }; - public static final int ActionBarLayout_android_layout_gravity = 0; - public static final int[] ActionMenuItemView = { 0x0101013f }; - public static final int ActionMenuItemView_android_minWidth = 0; - public static final int[] ActionMode = { 0x7f020034, 0x7f020036, 0x7f02004b, 0x7f020084, 0x7f0200ef, 0x7f020113 }; - public static final int ActionMode_background = 0; - public static final int ActionMode_backgroundSplit = 1; - public static final int ActionMode_closeItemLayout = 2; - public static final int ActionMode_height = 3; - public static final int ActionMode_subtitleTextStyle = 4; - public static final int ActionMode_titleTextStyle = 5; - public static final int[] ActivityChooserView = { 0x7f020074, 0x7f02008e }; - public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; - public static final int ActivityChooserView_initialActivityCount = 1; - public static final int[] AlertDialog = { 0x010100f2, 0x7f020042, 0x7f020043, 0x7f02009b, 0x7f02009c, 0x7f0200a8, 0x7f0200e1, 0x7f0200e2 }; - public static final int AlertDialog_android_layout = 0; - public static final int AlertDialog_buttonIconDimen = 1; - public static final int AlertDialog_buttonPanelSideLayout = 2; - public static final int AlertDialog_listItemLayout = 3; - public static final int AlertDialog_listLayout = 4; - public static final int AlertDialog_multiChoiceItemLayout = 5; - public static final int AlertDialog_showTitle = 6; - public static final int AlertDialog_singleChoiceItemLayout = 7; - public static final int[] AppCompatImageView = { 0x01010119, 0x7f0200e7, 0x7f020108, 0x7f020109 }; - public static final int AppCompatImageView_android_src = 0; - public static final int AppCompatImageView_srcCompat = 1; - public static final int AppCompatImageView_tint = 2; - public static final int AppCompatImageView_tintMode = 3; - public static final int[] AppCompatSeekBar = { 0x01010142, 0x7f020105, 0x7f020106, 0x7f020107 }; - public static final int AppCompatSeekBar_android_thumb = 0; - public static final int AppCompatSeekBar_tickMark = 1; - public static final int AppCompatSeekBar_tickMarkTint = 2; - public static final int AppCompatSeekBar_tickMarkTintMode = 3; - public static final int[] AppCompatTextHelper = { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }; - public static final int AppCompatTextHelper_android_textAppearance = 0; - public static final int AppCompatTextHelper_android_drawableTop = 1; - public static final int AppCompatTextHelper_android_drawableBottom = 2; - public static final int AppCompatTextHelper_android_drawableLeft = 3; - public static final int AppCompatTextHelper_android_drawableRight = 4; - public static final int AppCompatTextHelper_android_drawableStart = 5; - public static final int AppCompatTextHelper_android_drawableEnd = 6; - public static final int[] AppCompatTextView = { 0x01010034, 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, 0x7f020033, 0x7f020079, 0x7f0200f5 }; - public static final int AppCompatTextView_android_textAppearance = 0; - public static final int AppCompatTextView_autoSizeMaxTextSize = 1; - public static final int AppCompatTextView_autoSizeMinTextSize = 2; - public static final int AppCompatTextView_autoSizePresetSizes = 3; - public static final int AppCompatTextView_autoSizeStepGranularity = 4; - public static final int AppCompatTextView_autoSizeTextType = 5; - public static final int AppCompatTextView_fontFamily = 6; - public static final int AppCompatTextView_textAllCaps = 7; - public static final int[] AppCompatTheme = { 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020025, 0x7f020026, 0x7f020027, 0x7f020028, 0x7f02002e, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, 0x7f020044, 0x7f020045, 0x7f020048, 0x7f020049, 0x7f02004f, 0x7f020050, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020061, 0x7f020065, 0x7f020066, 0x7f020069, 0x7f02006b, 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, 0x7f020072, 0x7f020086, 0x7f02008c, 0x7f020099, 0x7f02009a, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b8, 0x7f0200ba, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200da, 0x7f0200db, 0x7f0200dc, 0x7f0200dd, 0x7f0200e4, 0x7f0200e5, 0x7f0200f3, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200f9, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f0200fe, 0x7f0200ff, 0x7f020114, 0x7f020115, 0x7f020116, 0x7f020117, 0x7f02011d, 0x7f02011f, 0x7f020120, 0x7f020121, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020125, 0x7f020126, 0x7f020127, 0x7f020128 }; - public static final int AppCompatTheme_android_windowIsFloating = 0; - public static final int AppCompatTheme_android_windowAnimationStyle = 1; - public static final int AppCompatTheme_actionBarDivider = 2; - public static final int AppCompatTheme_actionBarItemBackground = 3; - public static final int AppCompatTheme_actionBarPopupTheme = 4; - public static final int AppCompatTheme_actionBarSize = 5; - public static final int AppCompatTheme_actionBarSplitStyle = 6; - public static final int AppCompatTheme_actionBarStyle = 7; - public static final int AppCompatTheme_actionBarTabBarStyle = 8; - public static final int AppCompatTheme_actionBarTabStyle = 9; - public static final int AppCompatTheme_actionBarTabTextStyle = 10; - public static final int AppCompatTheme_actionBarTheme = 11; - public static final int AppCompatTheme_actionBarWidgetTheme = 12; - public static final int AppCompatTheme_actionButtonStyle = 13; - public static final int AppCompatTheme_actionDropDownStyle = 14; - public static final int AppCompatTheme_actionMenuTextAppearance = 15; - public static final int AppCompatTheme_actionMenuTextColor = 16; - public static final int AppCompatTheme_actionModeBackground = 17; - public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; - public static final int AppCompatTheme_actionModeCloseDrawable = 19; - public static final int AppCompatTheme_actionModeCopyDrawable = 20; - public static final int AppCompatTheme_actionModeCutDrawable = 21; - public static final int AppCompatTheme_actionModeFindDrawable = 22; - public static final int AppCompatTheme_actionModePasteDrawable = 23; - public static final int AppCompatTheme_actionModePopupWindowStyle = 24; - public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; - public static final int AppCompatTheme_actionModeShareDrawable = 26; - public static final int AppCompatTheme_actionModeSplitBackground = 27; - public static final int AppCompatTheme_actionModeStyle = 28; - public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; - public static final int AppCompatTheme_actionOverflowButtonStyle = 30; - public static final int AppCompatTheme_actionOverflowMenuStyle = 31; - public static final int AppCompatTheme_activityChooserViewStyle = 32; - public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; - public static final int AppCompatTheme_alertDialogCenterButtons = 34; - public static final int AppCompatTheme_alertDialogStyle = 35; - public static final int AppCompatTheme_alertDialogTheme = 36; - public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; - public static final int AppCompatTheme_borderlessButtonStyle = 38; - public static final int AppCompatTheme_buttonBarButtonStyle = 39; - public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; - public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; - public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; - public static final int AppCompatTheme_buttonBarStyle = 43; - public static final int AppCompatTheme_buttonStyle = 44; - public static final int AppCompatTheme_buttonStyleSmall = 45; - public static final int AppCompatTheme_checkboxStyle = 46; - public static final int AppCompatTheme_checkedTextViewStyle = 47; - public static final int AppCompatTheme_colorAccent = 48; - public static final int AppCompatTheme_colorBackgroundFloating = 49; - public static final int AppCompatTheme_colorButtonNormal = 50; - public static final int AppCompatTheme_colorControlActivated = 51; - public static final int AppCompatTheme_colorControlHighlight = 52; - public static final int AppCompatTheme_colorControlNormal = 53; - public static final int AppCompatTheme_colorError = 54; - public static final int AppCompatTheme_colorPrimary = 55; - public static final int AppCompatTheme_colorPrimaryDark = 56; - public static final int AppCompatTheme_colorSwitchThumbNormal = 57; - public static final int AppCompatTheme_controlBackground = 58; - public static final int AppCompatTheme_dialogPreferredPadding = 59; - public static final int AppCompatTheme_dialogTheme = 60; - public static final int AppCompatTheme_dividerHorizontal = 61; - public static final int AppCompatTheme_dividerVertical = 62; - public static final int AppCompatTheme_dropDownListViewStyle = 63; - public static final int AppCompatTheme_dropdownListPreferredItemHeight = 64; - public static final int AppCompatTheme_editTextBackground = 65; - public static final int AppCompatTheme_editTextColor = 66; - public static final int AppCompatTheme_editTextStyle = 67; - public static final int AppCompatTheme_homeAsUpIndicator = 68; - public static final int AppCompatTheme_imageButtonStyle = 69; - public static final int AppCompatTheme_listChoiceBackgroundIndicator = 70; - public static final int AppCompatTheme_listDividerAlertDialog = 71; - public static final int AppCompatTheme_listMenuViewStyle = 72; - public static final int AppCompatTheme_listPopupWindowStyle = 73; - public static final int AppCompatTheme_listPreferredItemHeight = 74; - public static final int AppCompatTheme_listPreferredItemHeightLarge = 75; - public static final int AppCompatTheme_listPreferredItemHeightSmall = 76; - public static final int AppCompatTheme_listPreferredItemPaddingLeft = 77; - public static final int AppCompatTheme_listPreferredItemPaddingRight = 78; - public static final int AppCompatTheme_panelBackground = 79; - public static final int AppCompatTheme_panelMenuListTheme = 80; - public static final int AppCompatTheme_panelMenuListWidth = 81; - public static final int AppCompatTheme_popupMenuStyle = 82; - public static final int AppCompatTheme_popupWindowStyle = 83; - public static final int AppCompatTheme_radioButtonStyle = 84; - public static final int AppCompatTheme_ratingBarStyle = 85; - public static final int AppCompatTheme_ratingBarStyleIndicator = 86; - public static final int AppCompatTheme_ratingBarStyleSmall = 87; - public static final int AppCompatTheme_searchViewStyle = 88; - public static final int AppCompatTheme_seekBarStyle = 89; - public static final int AppCompatTheme_selectableItemBackground = 90; - public static final int AppCompatTheme_selectableItemBackgroundBorderless = 91; - public static final int AppCompatTheme_spinnerDropDownItemStyle = 92; - public static final int AppCompatTheme_spinnerStyle = 93; - public static final int AppCompatTheme_switchStyle = 94; - public static final int AppCompatTheme_textAppearanceLargePopupMenu = 95; - public static final int AppCompatTheme_textAppearanceListItem = 96; - public static final int AppCompatTheme_textAppearanceListItemSecondary = 97; - public static final int AppCompatTheme_textAppearanceListItemSmall = 98; - public static final int AppCompatTheme_textAppearancePopupMenuHeader = 99; - public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 100; - public static final int AppCompatTheme_textAppearanceSearchResultTitle = 101; - public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 102; - public static final int AppCompatTheme_textColorAlertDialogListItem = 103; - public static final int AppCompatTheme_textColorSearchUrl = 104; - public static final int AppCompatTheme_toolbarNavigationButtonStyle = 105; - public static final int AppCompatTheme_toolbarStyle = 106; - public static final int AppCompatTheme_tooltipForegroundColor = 107; - public static final int AppCompatTheme_tooltipFrameBackground = 108; - public static final int AppCompatTheme_viewInflaterClass = 109; - public static final int AppCompatTheme_windowActionBar = 110; - public static final int AppCompatTheme_windowActionBarOverlay = 111; - public static final int AppCompatTheme_windowActionModeOverlay = 112; - public static final int AppCompatTheme_windowFixedHeightMajor = 113; - public static final int AppCompatTheme_windowFixedHeightMinor = 114; - public static final int AppCompatTheme_windowFixedWidthMajor = 115; - public static final int AppCompatTheme_windowFixedWidthMinor = 116; - public static final int AppCompatTheme_windowMinWidthMajor = 117; - public static final int AppCompatTheme_windowMinWidthMinor = 118; - public static final int AppCompatTheme_windowNoTitle = 119; - public static final int[] ButtonBarLayout = { 0x7f020029 }; - public static final int ButtonBarLayout_allowStacking = 0; - public static final int[] ColorStateListItem = { 0x010101a5, 0x0101031f, 0x7f02002a }; - public static final int ColorStateListItem_android_color = 0; - public static final int ColorStateListItem_android_alpha = 1; - public static final int ColorStateListItem_alpha = 2; - public static final int[] CompoundButton = { 0x01010107, 0x7f020046, 0x7f020047 }; - public static final int CompoundButton_android_button = 0; - public static final int CompoundButton_buttonTint = 1; - public static final int CompoundButton_buttonTintMode = 2; - public static final int[] CoordinatorLayout = { 0x7f020091, 0x7f0200e9 }; - public static final int CoordinatorLayout_keylines = 0; - public static final int CoordinatorLayout_statusBarBackground = 1; - public static final int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f020098 }; - public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; - public static final int CoordinatorLayout_Layout_layout_anchor = 1; - public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2; - public static final int CoordinatorLayout_Layout_layout_behavior = 3; - public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4; - public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; - public static final int CoordinatorLayout_Layout_layout_keyline = 6; - public static final int[] DrawerArrowToggle = { 0x7f02002c, 0x7f02002d, 0x7f02003a, 0x7f02004e, 0x7f02006c, 0x7f020082, 0x7f0200e3, 0x7f020101 }; - public static final int DrawerArrowToggle_arrowHeadLength = 0; - public static final int DrawerArrowToggle_arrowShaftLength = 1; - public static final int DrawerArrowToggle_barLength = 2; - public static final int DrawerArrowToggle_color = 3; - public static final int DrawerArrowToggle_drawableSize = 4; - public static final int DrawerArrowToggle_gapBetweenBars = 5; - public static final int DrawerArrowToggle_spinBars = 6; - public static final int DrawerArrowToggle_thickness = 7; - public static final int[] FontFamily = { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f }; - public static final int FontFamily_fontProviderAuthority = 0; - public static final int FontFamily_fontProviderCerts = 1; - public static final int FontFamily_fontProviderFetchStrategy = 2; - public static final int FontFamily_fontProviderFetchTimeout = 3; - public static final int FontFamily_fontProviderPackage = 4; - public static final int FontFamily_fontProviderQuery = 5; - public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 }; - public static final int FontFamilyFont_android_font = 0; - public static final int FontFamilyFont_android_fontWeight = 1; - public static final int FontFamilyFont_android_fontStyle = 2; - public static final int FontFamilyFont_font = 3; - public static final int FontFamilyFont_fontStyle = 4; - public static final int FontFamilyFont_fontWeight = 5; - public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f020068, 0x7f02006a, 0x7f0200a7, 0x7f0200df }; - public static final int LinearLayoutCompat_android_gravity = 0; - public static final int LinearLayoutCompat_android_orientation = 1; - public static final int LinearLayoutCompat_android_baselineAligned = 2; - public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; - public static final int LinearLayoutCompat_android_weightSum = 4; - public static final int LinearLayoutCompat_divider = 5; - public static final int LinearLayoutCompat_dividerPadding = 6; - public static final int LinearLayoutCompat_measureWithLargestChild = 7; - public static final int LinearLayoutCompat_showDividers = 8; - public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; - public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; - public static final int LinearLayoutCompat_Layout_android_layout_width = 1; - public static final int LinearLayoutCompat_Layout_android_layout_height = 2; - public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; - public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; - public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; - public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; - public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; - public static final int MenuGroup_android_enabled = 0; - public static final int MenuGroup_android_id = 1; - public static final int MenuGroup_android_visible = 2; - public static final int MenuGroup_android_menuCategory = 3; - public static final int MenuGroup_android_orderInCategory = 4; - public static final int MenuGroup_android_checkableBehavior = 5; - public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f02002b, 0x7f02005a, 0x7f020089, 0x7f02008a, 0x7f0200ac, 0x7f0200de, 0x7f020118 }; - public static final int MenuItem_android_icon = 0; - public static final int MenuItem_android_enabled = 1; - public static final int MenuItem_android_id = 2; - public static final int MenuItem_android_checked = 3; - public static final int MenuItem_android_visible = 4; - public static final int MenuItem_android_menuCategory = 5; - public static final int MenuItem_android_orderInCategory = 6; - public static final int MenuItem_android_title = 7; - public static final int MenuItem_android_titleCondensed = 8; - public static final int MenuItem_android_alphabeticShortcut = 9; - public static final int MenuItem_android_numericShortcut = 10; - public static final int MenuItem_android_checkable = 11; - public static final int MenuItem_android_onClick = 12; - public static final int MenuItem_actionLayout = 13; - public static final int MenuItem_actionProviderClass = 14; - public static final int MenuItem_actionViewClass = 15; - public static final int MenuItem_alphabeticModifiers = 16; - public static final int MenuItem_contentDescription = 17; - public static final int MenuItem_iconTint = 18; - public static final int MenuItem_iconTintMode = 19; - public static final int MenuItem_numericModifiers = 20; - public static final int MenuItem_showAsAction = 21; - public static final int MenuItem_tooltipText = 22; - public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0200bb, 0x7f0200ea }; - public static final int MenuView_android_windowAnimationStyle = 0; - public static final int MenuView_android_itemTextAppearance = 1; - public static final int MenuView_android_horizontalDivider = 2; - public static final int MenuView_android_verticalDivider = 3; - public static final int MenuView_android_headerBackground = 4; - public static final int MenuView_android_itemBackground = 5; - public static final int MenuView_android_itemIconDisabledAlpha = 6; - public static final int MenuView_preserveIconSpacing = 7; - public static final int MenuView_subMenuArrow = 8; - public static final int[] PopupWindow = { 0x01010176, 0x010102c9, 0x7f0200ad }; - public static final int PopupWindow_android_popupBackground = 0; - public static final int PopupWindow_android_popupAnimationStyle = 1; - public static final int PopupWindow_overlapAnchor = 2; - public static final int[] PopupWindowBackgroundState = { 0x7f0200e8 }; - public static final int PopupWindowBackgroundState_state_above_anchor = 0; - public static final int[] RecycleListView = { 0x7f0200af, 0x7f0200b2 }; - public static final int RecycleListView_paddingBottomNoButtons = 0; - public static final int RecycleListView_paddingTopNoTitle = 1; - public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f02004a, 0x7f020059, 0x7f020064, 0x7f020083, 0x7f02008b, 0x7f020092, 0x7f0200c2, 0x7f0200c3, 0x7f0200d8, 0x7f0200d9, 0x7f0200eb, 0x7f0200f0, 0x7f02011e }; - public static final int SearchView_android_focusable = 0; - public static final int SearchView_android_maxWidth = 1; - public static final int SearchView_android_inputType = 2; - public static final int SearchView_android_imeOptions = 3; - public static final int SearchView_closeIcon = 4; - public static final int SearchView_commitIcon = 5; - public static final int SearchView_defaultQueryHint = 6; - public static final int SearchView_goIcon = 7; - public static final int SearchView_iconifiedByDefault = 8; - public static final int SearchView_layout = 9; - public static final int SearchView_queryBackground = 10; - public static final int SearchView_queryHint = 11; - public static final int SearchView_searchHintIcon = 12; - public static final int SearchView_searchIcon = 13; - public static final int SearchView_submitBackground = 14; - public static final int SearchView_suggestionRowLayout = 15; - public static final int SearchView_voiceIcon = 16; - public static final int[] Spinner = { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0200b9 }; - public static final int Spinner_android_entries = 0; - public static final int Spinner_android_popupBackground = 1; - public static final int Spinner_android_prompt = 2; - public static final int Spinner_android_dropDownWidth = 3; - public static final int Spinner_popupTheme = 4; - public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f0200e0, 0x7f0200e6, 0x7f0200f1, 0x7f0200f2, 0x7f0200f4, 0x7f020102, 0x7f020103, 0x7f020104, 0x7f020119, 0x7f02011a, 0x7f02011b }; - public static final int SwitchCompat_android_textOn = 0; - public static final int SwitchCompat_android_textOff = 1; - public static final int SwitchCompat_android_thumb = 2; - public static final int SwitchCompat_showText = 3; - public static final int SwitchCompat_splitTrack = 4; - public static final int SwitchCompat_switchMinWidth = 5; - public static final int SwitchCompat_switchPadding = 6; - public static final int SwitchCompat_switchTextAppearance = 7; - public static final int SwitchCompat_thumbTextPadding = 8; - public static final int SwitchCompat_thumbTint = 9; - public static final int SwitchCompat_thumbTintMode = 10; - public static final int SwitchCompat_track = 11; - public static final int SwitchCompat_trackTint = 12; - public static final int SwitchCompat_trackTintMode = 13; - public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f020079, 0x7f0200f5 }; - public static final int TextAppearance_android_textSize = 0; - public static final int TextAppearance_android_typeface = 1; - public static final int TextAppearance_android_textStyle = 2; - public static final int TextAppearance_android_textColor = 3; - public static final int TextAppearance_android_textColorHint = 4; - public static final int TextAppearance_android_textColorLink = 5; - public static final int TextAppearance_android_shadowColor = 6; - public static final int TextAppearance_android_shadowDx = 7; - public static final int TextAppearance_android_shadowDy = 8; - public static final int TextAppearance_android_shadowRadius = 9; - public static final int TextAppearance_android_fontFamily = 10; - public static final int TextAppearance_fontFamily = 11; - public static final int TextAppearance_textAllCaps = 12; - public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f020041, 0x7f02004c, 0x7f02004d, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a9, 0x7f0200aa, 0x7f0200b9, 0x7f0200ec, 0x7f0200ed, 0x7f0200ee, 0x7f02010a, 0x7f02010b, 0x7f02010c, 0x7f02010d, 0x7f02010e, 0x7f02010f, 0x7f020110, 0x7f020111, 0x7f020112 }; - public static final int Toolbar_android_gravity = 0; - public static final int Toolbar_android_minHeight = 1; - public static final int Toolbar_buttonGravity = 2; - public static final int Toolbar_collapseContentDescription = 3; - public static final int Toolbar_collapseIcon = 4; - public static final int Toolbar_contentInsetEnd = 5; - public static final int Toolbar_contentInsetEndWithActions = 6; - public static final int Toolbar_contentInsetLeft = 7; - public static final int Toolbar_contentInsetRight = 8; - public static final int Toolbar_contentInsetStart = 9; - public static final int Toolbar_contentInsetStartWithNavigation = 10; - public static final int Toolbar_logo = 11; - public static final int Toolbar_logoDescription = 12; - public static final int Toolbar_maxButtonHeight = 13; - public static final int Toolbar_navigationContentDescription = 14; - public static final int Toolbar_navigationIcon = 15; - public static final int Toolbar_popupTheme = 16; - public static final int Toolbar_subtitle = 17; - public static final int Toolbar_subtitleTextAppearance = 18; - public static final int Toolbar_subtitleTextColor = 19; - public static final int Toolbar_title = 20; - public static final int Toolbar_titleMargin = 21; - public static final int Toolbar_titleMarginBottom = 22; - public static final int Toolbar_titleMarginEnd = 23; - public static final int Toolbar_titleMarginStart = 24; - public static final int Toolbar_titleMarginTop = 25; - public static final int Toolbar_titleMargins = 26; - public static final int Toolbar_titleTextAppearance = 27; - public static final int Toolbar_titleTextColor = 28; - public static final int[] View = { 0x01010000, 0x010100da, 0x7f0200b0, 0x7f0200b1, 0x7f020100 }; - public static final int View_android_theme = 0; - public static final int View_android_focusable = 1; - public static final int View_paddingEnd = 2; - public static final int View_paddingStart = 3; - public static final int View_theme = 4; - public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f020038, 0x7f020039 }; - public static final int ViewBackgroundHelper_android_background = 0; - public static final int ViewBackgroundHelper_backgroundTint = 1; - public static final int ViewBackgroundHelper_backgroundTintMode = 2; - public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; - public static final int ViewStubCompat_android_id = 0; - public static final int ViewStubCompat_android_layout = 1; - public static final int ViewStubCompat_android_inflatedId = 2; - } -} diff --git a/android/app/build/generated/source/r/debug/org/webkit/android_jsc/R.java b/android/app/build/generated/source/r/debug/org/webkit/android_jsc/R.java deleted file mode 100644 index a9d9aaa..0000000 --- a/android/app/build/generated/source/r/debug/org/webkit/android_jsc/R.java +++ /dev/null @@ -1,10 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * gradle plugin from the resource data it found. It - * should not be modified by hand. - */ -package org.webkit.android_jsc; - -public final class R { -} diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/android/app/build/intermediates/blame/res/debug/multi-v2/debug.json deleted file mode 100644 index 9890fb4..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/debug.json +++ /dev/null @@ -1,3082 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2002", - "endColumns": "100", - "endOffsets": "2098" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,752,836,917,1004,1111,1223,1325,1433,1540,1647,1818,1917", - "endColumns": "119,105,106,88,100,123,83,80,86,106,111,101,107,106,106,170,98,84", - "endOffsets": "220,326,433,522,623,747,831,912,999,1106,1218,1320,1428,1535,1642,1813,1912,1997" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-af/values-af.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,415,500,603,721,797,874,955,1062,1165,1262,1370,1472,1574,1728,1826", - "endColumns": "103,99,105,84,102,117,75,76,80,106,102,96,107,101,101,153,97,79", - "endOffsets": "204,304,410,495,598,716,792,869,950,1057,1160,1257,1365,1467,1569,1723,1821,1901" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-af/values-af.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1906", - "endColumns": "100", - "endOffsets": "2002" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hu/values-hu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2021", - "endColumns": "100", - "endOffsets": "2117" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hu/values-hu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,318,433,517,629,759,835,911,994,1104,1215,1315,1426,1534,1653,1835,1938", - "endColumns": "107,104,114,83,111,129,75,75,82,109,110,99,110,107,118,181,102,82", - "endOffsets": "208,313,428,512,624,754,830,906,989,1099,1210,1310,1421,1529,1648,1830,1933,2016" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-night-v8/values-night-v8.xml", - "from": { - "startLines": "2,3,4,5,6,7,8", - "startColumns": "4,4,4,4,4,4,4", - "startOffsets": "55,125,209,293,389,491,593", - "endColumns": "69,83,83,95,101,101,93", - "endOffsets": "120,204,288,384,486,588,682" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-gu/values-gu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1937", - "endColumns": "100", - "endOffsets": "2033" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-gu/values-gu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,318,425,512,613,736,813,891,971,1077,1179,1276,1385,1484,1594,1754,1857", - "endColumns": "108,103,106,86,100,122,76,77,79,105,101,96,108,98,109,159,102,79", - "endOffsets": "209,313,420,507,608,731,808,886,966,1072,1174,1271,1380,1479,1589,1749,1852,1932" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zu/values-zu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,320,434,522,625,752,832,912,998,1102,1208,1306,1413,1519,1625,1782,1878", - "endColumns": "107,106,113,87,102,126,79,79,85,103,105,97,106,105,105,156,95,80", - "endOffsets": "208,315,429,517,620,747,827,907,993,1097,1203,1301,1408,1514,1620,1777,1873,1954" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zu/values-zu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1959", - "endColumns": "100", - "endOffsets": "2055" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hy/values-hy.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1945", - "endColumns": "100", - "endOffsets": "2041" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hy/values-hy.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,309,419,508,614,729,811,892,977,1084,1191,1290,1400,1507,1607,1764,1863", - "endColumns": "102,100,109,88,105,114,81,80,84,106,106,98,109,106,99,156,98,81", - "endOffsets": "203,304,414,503,609,724,806,887,972,1079,1186,1285,1395,1502,1602,1759,1858,1940" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-lv/values-lv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,333,442,528,632,754,836,918,1003,1112,1224,1323,1434,1543,1648,1822,1921", - "endColumns": "119,107,108,85,103,121,81,81,84,108,111,98,110,108,104,173,98,81", - "endOffsets": "220,328,437,523,627,749,831,913,998,1107,1219,1318,1429,1538,1643,1817,1916,1998" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-lv/values-lv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2003", - "endColumns": "100", - "endOffsets": "2099" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-bs/values-bs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,333,440,526,630,752,834,915,1001,1104,1209,1307,1412,1525,1630,1805,1902", - "endColumns": "118,108,106,85,103,121,81,80,85,102,104,97,104,112,104,174,96,83", - "endOffsets": "219,328,435,521,625,747,829,910,996,1099,1204,1302,1407,1520,1625,1800,1897,1981" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-bs/values-bs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1986", - "endColumns": "100", - "endOffsets": "2082" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v24/values-v24.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,212", - "endColumns": "156,134", - "endOffsets": "207,342" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-el/values-el.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,334,451,536,641,767,855,941,1026,1137,1247,1349,1460,1569,1677,1837,1937", - "endColumns": "117,110,116,84,104,125,87,85,84,110,109,101,110,108,107,159,99,84", - "endOffsets": "218,329,446,531,636,762,850,936,1021,1132,1242,1344,1455,1564,1672,1832,1932,2017" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-el/values-el.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2022", - "endColumns": "100", - "endOffsets": "2118" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,13", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,159,223,290,354,470,596,722,850,1022", - "endLines": "2,3,4,5,6,7,8,9,12,17", - "endColumns": "103,63,66,63,115,125,125,127,12,12", - "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" - }, - "to": { - "startLines": "2,3,4,5,263,264,265,266,267,270", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,159,223,290,19262,19378,19504,19630,19758,19930", - "endLines": "2,3,4,5,263,264,265,266,269,274", - "endColumns": "103,63,66,63,115,125,125,127,12,12", - "endOffsets": "154,218,285,349,19373,19499,19625,19753,19925,20263" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8799,11879,12076,12275,12398,12521,12634,12817,12948,13149,13238,13349,13582,13683,13778,13901,14030,14147,14324,14423,14558,14701,14836,14955,15156,15275,15368,15479,15535,15642,15837,15948,16081,16176,16267,16358,16475,16614,16685,16768,17448,17505,17563,18257", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", - "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8794,11874,12071,12270,12393,12516,12629,12812,12943,13144,13233,13344,13577,13678,13773,13896,14025,14142,14319,14418,14553,14696,14831,14950,15151,15270,15363,15474,15530,15637,15832,15943,16076,16171,16262,16353,16470,16609,16680,16763,17443,17500,17558,18252,18958" - }, - "to": { - "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,164,166,168,170,173,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,225,226,227,237,238,239,251", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9098,12178,12375,12574,12697,12820,12933,13116,13247,13448,13537,13648,13881,13982,14077,14200,14329,14446,14623,14722,14857,15000,15135,15254,15455,15574,15667,15778,15834,15941,16136,16247,16380,16475,16566,16657,16774,16913,16984,17067,17747,17804,17862,18556", - "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,165,167,169,172,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,224,225,226,236,237,238,250,262", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", - "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9093,12173,12370,12569,12692,12815,12928,13111,13242,13443,13532,13643,13876,13977,14072,14195,14324,14441,14618,14717,14852,14995,15130,15249,15450,15569,15662,15773,15829,15936,16131,16242,16375,16470,16561,16652,16769,16908,16979,17062,17742,17799,17857,18551,19257" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-eu/values-eu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,312,422,508,614,738,825,909,991,1100,1210,1309,1418,1524,1635,1806,1905", - "endColumns": "108,97,109,85,105,123,86,83,81,108,109,98,108,105,110,170,98,81", - "endOffsets": "209,307,417,503,609,733,820,904,986,1095,1205,1304,1413,1519,1630,1801,1900,1982" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-eu/values-eu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1987", - "endColumns": "100", - "endOffsets": "2083" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values/values.xml", - "from": { - "startLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,54,55,59,60,61", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,124,1245,1315,1383,1455,1525,1586,1647,1708,1770,1834,1896,1957,2025,2125,2185,2251,2324,2393,2450,2502,2564,2636,2712,2747,2782,2832,2866,2901,2936,3006,3077,3194,3395,3505,3706,3835,3907", - "endLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,54,58,59,60,61", - "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,33,34,34,69,70,116,12,109,12,128,71,66", - "endOffsets": "119,182,1310,1378,1450,1520,1581,1642,1703,1765,1829,1891,1952,2020,2120,2180,2246,2319,2388,2445,2497,2559,2631,2707,2742,2777,2827,2861,2896,2931,3001,3072,3189,3390,3500,3701,3830,3902,3969" - }, - "to": { - "startLines": "51,52,461,462,463,464,465,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,498,499,507,508,513,514,515,516,524,585,1928,1929,1933,1934,1938,2106,2107", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "3413,3482,40302,40372,40440,40512,40582,41427,41488,41549,41611,41675,41737,41798,41866,41966,42026,42092,42165,42234,42291,42343,42858,42930,43341,43376,43596,43646,43680,43715,44127,49613,138897,139014,139215,139325,139526,152242,152314", - "endLines": "51,52,461,462,463,464,465,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,498,499,507,508,513,514,515,516,524,585,1928,1932,1933,1937,1938,2106,2107", - "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,33,34,34,69,70,116,12,109,12,128,71,66", - "endOffsets": "3477,3540,40367,40435,40507,40577,40638,41483,41544,41606,41670,41732,41793,41861,41961,42021,42087,42160,42229,42286,42338,42400,42925,43001,43371,43406,43641,43675,43710,43745,44192,49679,139009,139210,139320,139521,139650,152309,152376" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,397,398,402,406,410,415,421,428,432,436,441,445,449,453,457,461,465,471,475,481,485,491,495,500,504,507,511,517,521,527,531,537,540,544,548,552,556,560,561,562,563,566,569,572,575,579,580,581,582,583,586,588,590,592,597,598,602,608,612,613,615,626,627,631,637,641,642,643,647,674,678,679,683,711,878,904,1072,1098,1129,1137,1143,1157,1179,1184,1189,1199,1208,1217,1221,1228,1236,1243,1244,1253,1256,1259,1263,1267,1271,1274,1275,1279,1283,1293,1298,1305,1311,1312,1315,1319,1324,1326,1328,1331,1334,1336,1340,1343,1350,1353,1356,1360,1362,1366,1368,1370,1372,1376,1384,1392,1404,1410,1419,1422,1433,1436,1441,1442,1447,1505,1564,1565,1575,1584,1585,1587,1591,1594,1597,1600,1603,1607,1610,1613,1616,1620,1623,1627,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1653,1655,1656,1657,1658,1659,1660,1661,1662,1664,1665,1667,1668,1670,1672,1673,1675,1676,1677,1678,1679,1680,1682,1683,1684,1685,1686,1687,1689,1691,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1709,1710,1711,1712,1714,1718,1722,1723,1724,1725,1726,1727,1728,1729,1731,1733,1735,1737,1739,1740,1741,1742,1744,1746,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1762,1763,1764,1765,1767,1769,1770,1772,1773,1775,1777,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1792,1793,1794,1795,1797,1798,1799,1800,1801,1803,1805,1807,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,160,205,254,295,350,409,471,549,630,691,766,842,919,997,1082,1164,1240,1316,1393,1471,1577,1683,1762,1842,1899,1957,2031,2106,2171,2237,2292,2364,2437,2504,2572,2631,2690,2749,2808,2867,2921,2975,3028,3082,3136,3190,3244,3318,3397,3470,3544,3615,3687,3759,3832,3889,3947,4020,4094,4168,4243,4315,4388,4458,4529,4589,27058,27127,27196,27266,27340,27416,27480,27557,27633,27710,27775,27844,27921,27996,28065,28133,28210,28276,28337,28434,28499,28568,28667,28738,28797,28855,28912,28971,29042,29114,29186,29258,29330,29397,29465,29533,29592,29655,29719,29809,29900,29960,30026,30093,30159,30229,30293,30346,30459,30517,30580,30645,30710,30785,30858,30930,30979,31040,31101,31162,31224,31288,31352,31416,31481,31544,31604,31665,31731,31790,31850,31912,31983,32043,32111,32197,32284,32374,32461,32549,32631,32714,32804,32895,32947,33005,33050,33116,33180,33237,33294,33348,33405,33453,33502,33553,33587,33634,33683,33729,33761,33825,33887,33947,34004,34078,34148,34226,34280,34350,34435,34483,34529,34600,34678,34756,34828,34902,34976,35050,35130,35203,35272,35344,35421,35473,35546,35620,35689,35764,35838,35912,36053,36123,36176,36254,36344,36432,36528,36618,37200,37289,37536,37817,38069,38354,38747,39224,39446,39668,39944,40171,40401,40631,40861,41091,41318,41737,41963,42388,42618,43046,43265,43548,43756,43887,44114,44540,44765,45192,45413,45838,45958,46234,46535,46859,47150,47464,47601,47732,47837,48079,48246,48450,48658,48929,49041,49153,49258,49375,49589,49735,49875,49961,50309,50397,50643,51061,51310,51392,51490,52107,52207,52459,52883,53138,53232,53321,53558,55610,55852,55954,56207,58391,69019,70535,81261,82789,84546,85172,85592,86653,87918,88174,88410,88957,89451,90056,90254,90834,91398,91773,91891,92429,92586,92782,93055,93311,93481,93622,93686,93968,94254,94930,95194,95532,95885,95979,96165,96471,96733,96858,96985,97224,97435,97554,97747,97924,98379,98560,98682,98941,99054,99241,99343,99450,99579,99854,100362,100858,101735,102029,102599,102748,103480,103652,103988,104080,104358,108702,113189,113251,113881,114495,114586,114699,114928,115088,115240,115411,115578,115821,115991,116164,116335,116609,116808,117013,117343,117427,117523,117619,117717,117817,117919,118021,118123,118225,118327,118427,118523,118635,118764,118887,119018,119149,119247,119361,119455,119595,119729,119825,119937,120037,120153,120249,120361,120461,120601,120737,120901,121031,121189,121339,121480,121624,121759,121871,122021,122149,122277,122413,122545,122675,122805,122917,123057,123203,123347,123485,123551,123641,123717,123821,123911,124013,124121,124229,124329,124409,124501,124599,124709,124787,124893,124985,125089,125199,125321,125484,125641,125721,125821,125911,126021,126115,126221,126313,126413,126525,126639,126755,126871,126965,127079,127191,127293,127413,127535,127617,127721,127841,127967,128065,128159,128247,128359,128475,128597,128709,128884,129000,129086,129178,129290,129414,129481,129607,129675,129803,129947,130075,130144,130239,130354,130467,130566,130675,130786,130897,130998,131103,131203,131333,131424,131547,131641,131753,131839,131943,132039,132127,132245,132349,132453,132579,132667,132775,132875,132965,133075,133159,133261,133345,133399,133463,133569,133679,133763", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,396,397,401,405,409,414,420,427,431,435,440,444,448,452,456,460,464,470,474,480,484,490,494,499,503,506,510,516,520,526,530,536,539,543,547,551,555,559,560,561,562,565,568,571,574,578,579,580,581,582,585,587,589,591,596,597,601,607,611,612,614,625,626,630,636,640,641,642,646,673,677,678,682,710,877,903,1071,1097,1128,1136,1142,1156,1178,1183,1188,1198,1207,1216,1220,1227,1235,1242,1243,1252,1255,1258,1262,1266,1270,1273,1274,1278,1282,1292,1297,1304,1310,1311,1314,1318,1323,1325,1327,1330,1333,1335,1339,1342,1349,1352,1355,1359,1361,1365,1367,1369,1371,1375,1383,1391,1403,1409,1418,1421,1432,1435,1440,1441,1446,1504,1563,1564,1574,1583,1584,1586,1590,1593,1596,1599,1602,1606,1609,1612,1615,1619,1622,1626,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1652,1654,1655,1656,1657,1658,1659,1660,1661,1663,1664,1666,1667,1669,1671,1672,1674,1675,1676,1677,1678,1679,1681,1682,1683,1684,1685,1686,1688,1690,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1706,1707,1708,1709,1710,1711,1713,1717,1721,1722,1723,1724,1725,1726,1727,1728,1730,1732,1734,1736,1738,1739,1740,1741,1743,1745,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1761,1762,1763,1764,1766,1768,1769,1771,1772,1774,1776,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1791,1792,1793,1794,1796,1797,1798,1799,1800,1802,1804,1806,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822", - "endColumns": "54,44,48,40,54,58,61,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", - "endOffsets": "155,200,249,290,345,404,466,544,625,686,761,837,914,992,1077,1159,1235,1311,1388,1466,1572,1678,1757,1837,1894,1952,2026,2101,2166,2232,2287,2359,2432,2499,2567,2626,2685,2744,2803,2862,2916,2970,3023,3077,3131,3185,3239,3313,3392,3465,3539,3610,3682,3754,3827,3884,3942,4015,4089,4163,4238,4310,4383,4453,4524,4584,4645,27122,27191,27261,27335,27411,27475,27552,27628,27705,27770,27839,27916,27991,28060,28128,28205,28271,28332,28429,28494,28563,28662,28733,28792,28850,28907,28966,29037,29109,29181,29253,29325,29392,29460,29528,29587,29650,29714,29804,29895,29955,30021,30088,30154,30224,30288,30341,30454,30512,30575,30640,30705,30780,30853,30925,30974,31035,31096,31157,31219,31283,31347,31411,31476,31539,31599,31660,31726,31785,31845,31907,31978,32038,32106,32192,32279,32369,32456,32544,32626,32709,32799,32890,32942,33000,33045,33111,33175,33232,33289,33343,33400,33448,33497,33548,33582,33629,33678,33724,33756,33820,33882,33942,33999,34073,34143,34221,34275,34345,34430,34478,34524,34595,34673,34751,34823,34897,34971,35045,35125,35198,35267,35339,35416,35468,35541,35615,35684,35759,35833,35907,36048,36118,36171,36249,36339,36427,36523,36613,37195,37284,37531,37812,38064,38349,38742,39219,39441,39663,39939,40166,40396,40626,40856,41086,41313,41732,41958,42383,42613,43041,43260,43543,43751,43882,44109,44535,44760,45187,45408,45833,45953,46229,46530,46854,47145,47459,47596,47727,47832,48074,48241,48445,48653,48924,49036,49148,49253,49370,49584,49730,49870,49956,50304,50392,50638,51056,51305,51387,51485,52102,52202,52454,52878,53133,53227,53316,53553,55605,55847,55949,56202,58386,69014,70530,81256,82784,84541,85167,85587,86648,87913,88169,88405,88952,89446,90051,90249,90829,91393,91768,91886,92424,92581,92777,93050,93306,93476,93617,93681,93963,94249,94925,95189,95527,95880,95974,96160,96466,96728,96853,96980,97219,97430,97549,97742,97919,98374,98555,98677,98936,99049,99236,99338,99445,99574,99849,100357,100853,101730,102024,102594,102743,103475,103647,103983,104075,104353,108697,113184,113246,113876,114490,114581,114694,114923,115083,115235,115406,115573,115816,115986,116159,116330,116604,116803,117008,117338,117422,117518,117614,117712,117812,117914,118016,118118,118220,118322,118422,118518,118630,118759,118882,119013,119144,119242,119356,119450,119590,119724,119820,119932,120032,120148,120244,120356,120456,120596,120732,120896,121026,121184,121334,121475,121619,121754,121866,122016,122144,122272,122408,122540,122670,122800,122912,123052,123198,123342,123480,123546,123636,123712,123816,123906,124008,124116,124224,124324,124404,124496,124594,124704,124782,124888,124980,125084,125194,125316,125479,125636,125716,125816,125906,126016,126110,126216,126308,126408,126520,126634,126750,126866,126960,127074,127186,127288,127408,127530,127612,127716,127836,127962,128060,128154,128242,128354,128470,128592,128704,128879,128995,129081,129173,129285,129409,129476,129602,129670,129798,129942,130070,130139,130234,130349,130462,130561,130670,130781,130892,130993,131098,131198,131328,131419,131542,131636,131748,131834,131938,132034,132122,132240,132344,132448,132574,132662,132770,132870,132960,133070,133154,133256,133340,133394,133458,133564,133674,133758,133878" - }, - "to": { - "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,466,467,468,469,470,471,472,473,474,490,491,492,493,494,495,496,497,502,503,504,505,506,509,510,512,517,520,521,522,523,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,584,586,587,588,589,590,598,606,607,611,615,619,624,630,637,641,645,650,654,658,662,666,670,674,680,684,690,694,700,704,709,713,716,720,726,730,736,740,746,749,753,757,761,765,769,770,771,772,775,778,781,784,788,789,790,791,792,795,797,799,801,806,807,811,817,821,822,824,835,836,840,846,850,851,852,856,883,887,888,892,920,1087,1113,1281,1307,1338,1346,1352,1366,1388,1393,1398,1408,1417,1426,1430,1437,1445,1452,1453,1462,1465,1468,1472,1476,1480,1483,1484,1488,1492,1502,1507,1514,1520,1521,1524,1528,1533,1535,1537,1540,1543,1545,1549,1552,1559,1562,1565,1569,1571,1575,1577,1579,1581,1585,1593,1601,1613,1619,1628,1631,1642,1645,1650,1651,1676,1734,1793,1794,1804,1813,1814,1816,1820,1823,1826,1829,1832,1836,1839,1842,1845,1849,1852,1856,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1894,1896,1897,1898,1899,1900,1901,1902,1903,1905,1906,1908,1909,1911,1913,1914,1916,1917,1918,1919,1920,1921,1923,1924,1925,1926,1927,1939,1941,1943,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1960,1961,1962,1963,1964,1965,1967,1971,2005,2006,2007,2008,2009,2010,2011,2012,2014,2016,2018,2020,2022,2023,2024,2025,2027,2029,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2045,2046,2047,2048,2050,2052,2053,2055,2056,2058,2060,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2075,2076,2077,2078,2080,2081,2082,2083,2084,2086,2088,2090,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "211,266,311,360,401,456,515,577,655,736,797,872,948,1025,1103,1188,1270,1346,1422,1499,1577,1683,1789,1868,1948,2005,2126,2200,2275,2340,2406,2461,2533,2606,2673,2741,2800,2859,2918,2977,3036,3090,3144,3197,3251,3305,3359,3545,3619,3698,3771,3845,3916,3988,4060,4133,4190,4248,4321,4395,4469,4544,4616,4689,4759,4830,4890,35249,35318,35387,35457,35531,35607,35671,35748,35824,35901,35966,36035,36112,36187,36256,36324,36401,36467,36528,36625,36690,36759,36858,36929,36988,37046,37103,37162,37233,37305,37377,37449,37521,37588,37656,37724,37783,37846,37910,38000,38091,38151,38217,38284,38350,38420,38484,38537,38650,38708,38771,38836,38901,38976,39049,39121,39170,39231,39292,39353,39415,39479,39543,39607,39672,39735,39795,39856,39922,39981,40041,40103,40174,40234,40643,40729,40816,40906,40993,41081,41163,41246,41336,42405,42457,42515,42560,42626,42690,42747,42804,43102,43159,43207,43256,43307,43411,43458,43550,43750,43884,43948,44010,44070,44197,44271,44341,44419,44473,44543,44628,44676,44722,44793,44871,44949,45021,45095,45169,45243,45323,45396,45465,45537,45614,45666,45739,45813,45882,45957,46031,46105,46246,49560,49684,49762,49852,49940,50036,50502,51084,51173,51420,51701,51953,52238,52631,53108,53330,53552,53828,54055,54285,54515,54745,54975,55202,55621,55847,56272,56502,56930,57149,57432,57640,57771,57998,58424,58649,59076,59297,59722,59842,60118,60419,60743,61034,61348,61485,61616,61721,61963,62130,62334,62542,62813,62925,63037,63142,63259,63473,63619,63759,63845,64193,64281,64527,64945,65194,65276,65374,65991,66091,66343,66767,67022,67116,67205,67442,69494,69736,69838,70091,72275,82903,84419,95145,96673,98430,99056,99476,100537,101802,102058,102294,102841,103335,103940,104138,104718,105282,105657,105775,106313,106470,106666,106939,107195,107365,107506,107570,107852,108138,108814,109078,109416,109769,109863,110049,110355,110617,110742,110869,111108,111319,111438,111631,111808,112263,112444,112566,112825,112938,113125,113227,113334,113463,113738,114246,114742,115619,115913,116483,116632,117364,117536,117872,117964,119422,123766,128253,128315,128945,129559,129650,129763,129992,130152,130304,130475,130642,130885,131055,131228,131399,131673,131872,132077,133183,133267,133363,133459,133557,133657,133759,133861,133963,134065,134167,134267,134363,134475,134604,134727,134858,134989,135087,135201,135295,135435,135569,135665,135777,135877,135993,136089,136201,136301,136441,136577,136741,136871,137029,137179,137320,137464,137599,137711,137861,137989,138117,138253,138385,138515,138645,138757,139655,139801,139945,140109,140175,140265,140341,140445,140535,140637,140745,140853,140953,141033,141125,141223,141333,141411,141517,141609,141713,141823,141945,142108,144000,144080,144180,144270,144380,144474,144580,144672,144772,144884,144998,145114,145230,145324,145438,145550,145652,145772,145894,145976,146080,146200,146326,146424,146518,146606,146718,146834,146956,147068,147243,147359,147445,147537,147649,147773,147840,147966,148034,148162,148306,148434,148503,148598,148713,148826,148925,149034,149145,149256,149357,149462,149562,149692,149783,149906,150000,150112,150198,150302,150398,150486,150604,150708,150812,150938,151026,151134,151234,151324,151434,151518,151620,151704,151758,151822,151928,152038,152122", - "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,466,467,468,469,470,471,472,473,474,490,491,492,493,494,495,496,497,502,503,504,505,506,509,510,512,517,520,521,522,523,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,584,586,587,588,589,590,605,606,610,614,618,623,629,636,640,644,649,653,657,661,665,669,673,679,683,689,693,699,703,708,712,715,719,725,729,735,739,745,748,752,756,760,764,768,769,770,771,774,777,780,783,787,788,789,790,791,794,796,798,800,805,806,810,816,820,821,823,834,835,839,845,849,850,851,855,882,886,887,891,919,1086,1112,1280,1306,1337,1345,1351,1365,1387,1392,1397,1407,1416,1425,1429,1436,1444,1451,1452,1461,1464,1467,1471,1475,1479,1482,1483,1487,1491,1501,1506,1513,1519,1520,1523,1527,1532,1534,1536,1539,1542,1544,1548,1551,1558,1561,1564,1568,1570,1574,1576,1578,1580,1584,1592,1600,1612,1618,1627,1630,1641,1644,1649,1650,1655,1733,1792,1793,1803,1812,1813,1815,1819,1822,1825,1828,1831,1835,1838,1841,1844,1848,1851,1855,1859,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1893,1895,1896,1897,1898,1899,1900,1901,1902,1904,1905,1907,1908,1910,1912,1913,1915,1916,1917,1918,1919,1920,1922,1923,1924,1925,1926,1927,1940,1942,1944,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1959,1960,1961,1962,1963,1964,1966,1970,1974,2005,2006,2007,2008,2009,2010,2011,2013,2015,2017,2019,2021,2022,2023,2024,2026,2028,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2044,2045,2046,2047,2049,2051,2052,2054,2055,2057,2059,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2074,2075,2076,2077,2079,2080,2081,2082,2083,2085,2087,2089,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105", - "endColumns": "54,44,48,40,54,58,61,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", - "endOffsets": "261,306,355,396,451,510,572,650,731,792,867,943,1020,1098,1183,1265,1341,1417,1494,1572,1678,1784,1863,1943,2000,2058,2195,2270,2335,2401,2456,2528,2601,2668,2736,2795,2854,2913,2972,3031,3085,3139,3192,3246,3300,3354,3408,3614,3693,3766,3840,3911,3983,4055,4128,4185,4243,4316,4390,4464,4539,4611,4684,4754,4825,4885,4946,35313,35382,35452,35526,35602,35666,35743,35819,35896,35961,36030,36107,36182,36251,36319,36396,36462,36523,36620,36685,36754,36853,36924,36983,37041,37098,37157,37228,37300,37372,37444,37516,37583,37651,37719,37778,37841,37905,37995,38086,38146,38212,38279,38345,38415,38479,38532,38645,38703,38766,38831,38896,38971,39044,39116,39165,39226,39287,39348,39410,39474,39538,39602,39667,39730,39790,39851,39917,39976,40036,40098,40169,40229,40297,40724,40811,40901,40988,41076,41158,41241,41331,41422,42452,42510,42555,42621,42685,42742,42799,42853,43154,43202,43251,43302,43336,43453,43502,43591,43777,43943,44005,44065,44122,44266,44336,44414,44468,44538,44623,44671,44717,44788,44866,44944,45016,45090,45164,45238,45318,45391,45460,45532,45609,45661,45734,45808,45877,45952,46026,46100,46241,46311,49608,49757,49847,49935,50031,50121,51079,51168,51415,51696,51948,52233,52626,53103,53325,53547,53823,54050,54280,54510,54740,54970,55197,55616,55842,56267,56497,56925,57144,57427,57635,57766,57993,58419,58644,59071,59292,59717,59837,60113,60414,60738,61029,61343,61480,61611,61716,61958,62125,62329,62537,62808,62920,63032,63137,63254,63468,63614,63754,63840,64188,64276,64522,64940,65189,65271,65369,65986,66086,66338,66762,67017,67111,67200,67437,69489,69731,69833,70086,72270,82898,84414,95140,96668,98425,99051,99471,100532,101797,102053,102289,102836,103330,103935,104133,104713,105277,105652,105770,106308,106465,106661,106934,107190,107360,107501,107565,107847,108133,108809,109073,109411,109764,109858,110044,110350,110612,110737,110864,111103,111314,111433,111626,111803,112258,112439,112561,112820,112933,113120,113222,113329,113458,113733,114241,114737,115614,115908,116478,116627,117359,117531,117867,117959,118237,123761,128248,128310,128940,129554,129645,129758,129987,130147,130299,130470,130637,130880,131050,131223,131394,131668,131867,132072,132402,133262,133358,133454,133552,133652,133754,133856,133958,134060,134162,134262,134358,134470,134599,134722,134853,134984,135082,135196,135290,135430,135564,135660,135772,135872,135988,136084,136196,136296,136436,136572,136736,136866,137024,137174,137315,137459,137594,137706,137856,137984,138112,138248,138380,138510,138640,138752,138892,139796,139940,140078,140170,140260,140336,140440,140530,140632,140740,140848,140948,141028,141120,141218,141328,141406,141512,141604,141708,141818,141940,142103,142260,144075,144175,144265,144375,144469,144575,144667,144767,144879,144993,145109,145225,145319,145433,145545,145647,145767,145889,145971,146075,146195,146321,146419,146513,146601,146713,146829,146951,147063,147238,147354,147440,147532,147644,147768,147835,147961,148029,148157,148301,148429,148498,148593,148708,148821,148920,149029,149140,149251,149352,149457,149557,149687,149778,149901,149995,150107,150193,150297,150393,150481,150599,150703,150807,150933,151021,151129,151229,151319,151429,151513,151615,151699,151753,151817,151923,152033,152117,152237" - } - }, - { - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/values/strings.xml", - "from": { - "startLines": "1", - "startColumns": "4", - "startOffsets": "16", - "endColumns": "46", - "endOffsets": "58" - }, - "to": { - "startLines": "555", - "startColumns": "4", - "startOffsets": "46399", - "endColumns": "46", - "endOffsets": "46441" - } - }, - { - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/values/styles.xml", - "from": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "54", - "endLines": "5", - "endColumns": "12", - "endOffsets": "177" - }, - "to": { - "startLines": "595", - "startColumns": "4", - "startOffsets": "50374", - "endLines": "597", - "endColumns": "12", - "endOffsets": "50497" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,44,47,50,53,57,61,64,67,70,73,74,75,82,89,92,95,98,104", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "100,163,211,259,302,356,404,487,581,684,797,959,1073,1180,1292,1395,1516,1642,1833,1941,2054,2167,2275,2387,2516,2627,2720,2852,2977,3075,3174,3288,3376,3449,3520,3601,3849,4052,4243,4438,4621,4823,5029,5230,5419,5618,5805,5831,5866,6284,6662,6839,7018,7201,7566", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,40,43,46,49,52,56,60,63,66,69,72,73,74,81,88,91,94,97,103,113", - "endColumns": "62,47,47,42,53,47,82,93,102,112,161,113,106,111,102,120,125,190,107,112,112,107,111,128,110,92,131,124,97,98,113,87,72,70,80,10,12,12,12,12,10,10,12,12,12,12,25,34,10,10,10,10,12,12,10", - "endOffsets": "158,206,254,297,351,399,482,576,679,792,954,1068,1175,1287,1390,1511,1637,1828,1936,2049,2162,2270,2382,2511,2622,2715,2847,2972,3070,3169,3283,3371,3444,3515,3596,3844,4047,4238,4433,4616,4818,5024,5225,5414,5613,5800,5826,5861,6279,6657,6834,7013,7196,7561,8002" - }, - "to": { - "startLines": "29,500,501,511,518,519,554,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,591,1656,1659,1662,1665,1668,1672,1860,1863,1866,1869,1945,1975,1976,1983,1990,1993,1996,1999,2111", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2063,43006,43054,43507,43782,43836,46316,46446,46540,46643,46756,46918,47032,47139,47251,47354,47475,47601,47792,47900,48013,48126,48234,48346,48475,48586,48679,48811,48936,49034,49133,49247,49335,49408,49479,50126,118242,118445,118636,118831,119014,119216,132407,132608,132797,132996,140083,142265,142300,142718,143096,143273,143452,143635,152526", - "endLines": "29,500,501,511,518,519,554,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,594,1658,1661,1664,1667,1671,1675,1862,1865,1868,1871,1945,1975,1982,1989,1992,1995,1998,2004,2120", - "endColumns": "62,47,47,42,53,47,82,93,102,112,161,113,106,111,102,120,125,190,107,112,112,107,111,128,110,92,131,124,97,98,113,87,72,70,80,10,12,12,12,12,10,10,12,12,12,12,25,34,10,10,10,10,12,12,10", - "endOffsets": "2121,43049,43097,43545,43831,43879,46394,46535,46638,46751,46913,47027,47134,47246,47349,47470,47596,47787,47895,48008,48121,48229,48341,48470,48581,48674,48806,48931,49029,49128,49242,49330,49403,49474,49555,50369,118440,118631,118826,119009,119211,119417,132603,132792,132991,133178,140104,142295,142713,143091,143268,143447,143630,143995,152962" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-core-ui-27.1.1.aar/2f31cb18220035b96ad50c91510c7cd7/res/values/values.xml", - "from": { - "startLines": "2,66", - "startColumns": "4,4", - "startOffsets": "55,2487", - "endLines": "2,68", - "endColumns": "60,12", - "endOffsets": "111,2627" - }, - "to": { - "startLines": "2,2108", - "startColumns": "4,4", - "startOffsets": "150,152381", - "endLines": "2,2110", - "endColumns": "60,12", - "endOffsets": "206,152521" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-km/values-km.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,308,420,507,611,729,806,883,966,1070,1175,1275,1385,1492,1600,1762,1860", - "endColumns": "102,99,111,86,103,117,76,76,82,103,104,99,109,106,107,161,97,82", - "endOffsets": "203,303,415,502,606,724,801,878,961,1065,1170,1270,1380,1487,1595,1757,1855,1938" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-km/values-km.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1943", - "endColumns": "100", - "endOffsets": "2039" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-te/values-te.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2006", - "endColumns": "100", - "endOffsets": "2102" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-te/values-te.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,328,439,529,634,759,841,923,1007,1120,1228,1327,1438,1540,1657,1823,1924", - "endColumns": "113,108,110,89,104,124,81,81,83,112,107,98,110,101,116,165,100,81", - "endOffsets": "214,323,434,524,629,754,836,918,1002,1115,1223,1322,1433,1535,1652,1818,1919,2001" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-gl/values-gl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1972", - "endColumns": "100", - "endOffsets": "2068" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-gl/values-gl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,329,437,522,624,750,834,915,997,1104,1213,1312,1420,1524,1631,1790,1890", - "endColumns": "111,111,107,84,101,125,83,80,81,106,108,98,107,103,106,158,99,81", - "endOffsets": "212,324,432,517,619,745,829,910,992,1099,1208,1307,1415,1519,1626,1785,1885,1967" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,746,829,909,996,1103,1215,1317,1425,1532,1642,1804,1904", - "endColumns": "119,105,106,88,100,117,82,79,86,106,111,101,107,106,109,161,99,84", - "endOffsets": "220,326,433,522,623,741,824,904,991,1098,1210,1312,1420,1527,1637,1799,1899,1984" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1989", - "endColumns": "100", - "endOffsets": "2085" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-land/values-land.xml", - "from": { - "startLines": "2,3,4,5", - "startColumns": "4,4,4,4", - "startOffsets": "55,125,189,260", - "endColumns": "69,63,70,67", - "endOffsets": "120,184,255,323" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-mr/values-mr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,322,429,519,620,735,812,890,970,1082,1184,1280,1389,1490,1605,1762,1867", - "endColumns": "110,105,106,89,100,114,76,77,79,111,101,95,108,100,114,156,104,79", - "endOffsets": "211,317,424,514,615,730,807,885,965,1077,1179,1275,1384,1485,1600,1757,1862,1942" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-mr/values-mr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1947", - "endColumns": "100", - "endOffsets": "2043" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-si/values-si.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1965", - "endColumns": "100", - "endOffsets": "2061" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-si/values-si.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,322,429,517,622,738,827,914,998,1107,1212,1310,1420,1519,1625,1784,1883", - "endColumns": "109,106,106,87,104,115,88,86,83,108,104,97,109,98,105,158,98,81", - "endOffsets": "210,317,424,512,617,733,822,909,993,1102,1207,1305,1415,1514,1620,1779,1878,1960" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ky/values-ky.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,304,423,507,614,731,809,888,969,1079,1186,1284,1390,1497,1598,1759,1862", - "endColumns": "103,94,118,83,106,116,77,78,80,109,106,97,105,106,100,160,102,80", - "endOffsets": "204,299,418,502,609,726,804,883,964,1074,1181,1279,1385,1492,1593,1754,1857,1938" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ky/values-ky.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1943", - "endColumns": "100", - "endOffsets": "2039" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-it/values-it.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,314,423,507,616,741,818,894,975,1081,1189,1287,1391,1496,1603,1766,1866", - "endColumns": "108,99,108,83,108,124,76,75,80,105,107,97,103,104,106,162,99,82", - "endOffsets": "209,309,418,502,611,736,813,889,970,1076,1184,1282,1386,1491,1598,1761,1861,1944" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-it/values-it.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1949", - "endColumns": "100", - "endOffsets": "2045" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sr/values-sr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1955", - "endColumns": "100", - "endOffsets": "2051" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sr/values-sr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,317,423,509,613,731,812,892,980,1085,1193,1294,1398,1506,1607,1774,1871", - "endColumns": "108,102,105,85,103,117,80,79,87,104,107,100,103,107,100,166,96,83", - "endOffsets": "209,312,418,504,608,726,807,887,975,1080,1188,1289,1393,1501,1602,1769,1866,1950" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "65", - "endOffsets": "116" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "5", - "endColumns": "12", - "endOffsets": "223" - }, - "to": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "121", - "endLines": "6", - "endColumns": "12", - "endOffsets": "289" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-bg/values-bg.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1977", - "endColumns": "100", - "endOffsets": "2073" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-bg/values-bg.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,327,432,518,623,744,823,901,984,1098,1207,1307,1421,1527,1635,1795,1894", - "endColumns": "114,106,104,85,104,120,78,77,82,113,108,99,113,105,107,159,98,82", - "endOffsets": "215,322,427,513,618,739,818,896,979,1093,1202,1302,1416,1522,1630,1790,1889,1972" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ca/values-ca.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1981", - "endColumns": "100", - "endOffsets": "2077" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ca/values-ca.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,329,436,519,627,753,837,918,1001,1112,1221,1319,1429,1533,1641,1801,1900", - "endColumns": "117,105,106,82,107,125,83,80,82,110,108,97,109,103,107,159,98,80", - "endOffsets": "218,324,431,514,622,748,832,913,996,1107,1216,1314,1424,1528,1636,1796,1895,1976" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-cs/values-cs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,423,509,614,731,812,893,977,1081,1190,1289,1395,1505,1612,1775,1873", - "endColumns": "106,101,108,85,104,116,80,80,83,103,108,98,105,109,106,162,97,81", - "endOffsets": "207,309,418,504,609,726,807,888,972,1076,1185,1284,1390,1500,1607,1770,1868,1950" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-cs/values-cs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1955", - "endColumns": "100", - "endOffsets": "2051" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sv/values-sv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1903", - "endColumns": "100", - "endOffsets": "1999" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sv/values-sv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,314,425,510,612,725,801,877,957,1063,1163,1259,1364,1466,1568,1722,1824", - "endColumns": "105,102,110,84,101,112,75,75,79,105,99,95,104,101,101,153,101,78", - "endOffsets": "206,309,420,505,607,720,796,872,952,1058,1158,1254,1359,1461,1563,1717,1819,1898" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pt/values-pt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,746,829,909,996,1103,1215,1317,1425,1532,1642,1804,1904", - "endColumns": "119,105,106,88,100,117,82,79,86,106,111,101,107,106,109,161,99,84", - "endOffsets": "220,326,433,522,623,741,824,904,991,1098,1210,1312,1420,1527,1637,1799,1899,1984" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pt/values-pt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1989", - "endColumns": "100", - "endOffsets": "2085" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ne/values-ne.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2049", - "endColumns": "100", - "endOffsets": "2145" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ne/values-ne.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,314,422,513,620,747,841,931,1019,1129,1245,1348,1463,1565,1680,1851,1963", - "endColumns": "104,103,107,90,106,126,93,89,87,109,115,102,114,101,114,170,111,85", - "endOffsets": "205,309,417,508,615,742,836,926,1014,1124,1240,1343,1458,1560,1675,1846,1958,2044" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pa/values-pa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1900", - "endColumns": "100", - "endOffsets": "1996" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pa/values-pa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,410,496,596,709,786,862,941,1042,1146,1243,1352,1451,1561,1720,1820", - "endColumns": "102,96,104,85,99,112,76,75,78,100,103,96,108,98,109,158,99,79", - "endOffsets": "203,300,405,491,591,704,781,857,936,1037,1141,1238,1347,1446,1556,1715,1815,1895" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sw/values-sw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,306,414,504,609,726,808,891,973,1074,1183,1282,1389,1498,1603,1765,1862", - "endColumns": "102,97,107,89,104,116,81,82,81,100,108,98,106,108,104,161,96,81", - "endOffsets": "203,301,409,499,604,721,803,886,968,1069,1178,1277,1384,1493,1598,1760,1857,1939" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sw/values-sw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1944", - "endColumns": "100", - "endOffsets": "2040" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hr/values-hr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,307,417,503,607,726,810,893,979,1083,1196,1302,1407,1520,1627,1796,1893", - "endColumns": "104,96,109,85,103,118,83,82,85,103,112,105,104,112,106,168,96,88", - "endOffsets": "205,302,412,498,602,721,805,888,974,1078,1191,1297,1402,1515,1622,1791,1888,1977" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hr/values-hr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1982", - "endColumns": "100", - "endOffsets": "2078" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ta/values-ta.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,324,439,528,635,761,839,916,998,1100,1204,1301,1411,1513,1620,1777,1877", - "endColumns": "113,104,114,88,106,125,77,76,81,101,103,96,109,101,106,156,99,79", - "endOffsets": "214,319,434,523,630,756,834,911,993,1095,1199,1296,1406,1508,1615,1772,1872,1952" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ta/values-ta.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1957", - "endColumns": "100", - "endOffsets": "2053" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ro/values-ro.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,330,443,531,643,764,849,930,1013,1125,1238,1338,1452,1557,1663,1827,1930", - "endColumns": "120,103,112,87,111,120,84,80,82,111,112,99,113,104,105,163,102,82", - "endOffsets": "221,325,438,526,638,759,844,925,1008,1120,1233,1333,1447,1552,1658,1822,1925,2008" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ro/values-ro.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2013", - "endColumns": "100", - "endOffsets": "2109" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hi/values-hi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,308,418,504,606,728,805,883,973,1082,1185,1287,1397,1498,1613,1775,1876", - "endColumns": "105,96,109,85,101,121,76,77,89,108,102,101,109,100,114,161,100,79", - "endOffsets": "206,303,413,499,601,723,800,878,968,1077,1180,1282,1392,1493,1608,1770,1871,1951" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hi/values-hi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1956", - "endColumns": "100", - "endOffsets": "2052" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fr/values-fr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,442,524,630,760,843,923,1009,1119,1231,1334,1445,1552,1659,1818,1917", - "endColumns": "110,114,110,81,105,129,82,79,85,109,111,102,110,106,106,158,98,85", - "endOffsets": "211,326,437,519,625,755,838,918,1004,1114,1226,1329,1440,1547,1654,1813,1912,1998" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fr/values-fr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2003", - "endColumns": "100", - "endOffsets": "2099" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-et/values-et.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,329,440,526,628,745,825,903,986,1097,1202,1301,1411,1512,1615,1781,1883", - "endColumns": "116,106,110,85,101,116,79,77,82,110,104,98,109,100,102,165,101,81", - "endOffsets": "217,324,435,521,623,740,820,898,981,1092,1197,1296,1406,1507,1610,1776,1878,1960" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-et/values-et.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1965", - "endColumns": "100", - "endOffsets": "2061" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ur/values-ur.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "102", - "endOffsets": "153" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1958", - "endColumns": "102", - "endOffsets": "2056" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ur/values-ur.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,321,430,516,620,740,816,892,977,1085,1194,1296,1407,1507,1615,1780,1878", - "endColumns": "109,105,108,85,103,119,75,75,84,107,108,101,110,99,107,164,97,79", - "endOffsets": "210,316,425,511,615,735,811,887,972,1080,1189,1291,1402,1502,1610,1775,1873,1953" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,756,832,910,1006,1102,1197,1294,1389,1489,1639,1733", - "endColumns": "94,92,99,81,96,107,75,75,77,95,95,94,96,94,99,149,93,77", - "endOffsets": "195,288,388,470,567,675,751,827,905,1001,1097,1192,1289,1384,1484,1634,1728,1806" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1811", - "endColumns": "100", - "endOffsets": "1907" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ml/values-ml.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,342,457,550,655,787,864,940,1022,1133,1239,1337,1451,1551,1662,1821,1922", - "endColumns": "118,117,114,92,104,131,76,75,81,110,105,97,113,99,110,158,100,81", - "endOffsets": "219,337,452,545,650,782,859,935,1017,1128,1234,1332,1446,1546,1657,1816,1917,1999" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ml/values-ml.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2004", - "endColumns": "100", - "endOffsets": "2100" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v18/values-v18.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "48", - "endOffsets": "99" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-az/values-az.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,312,424,512,619,733,814,893,978,1085,1192,1292,1401,1505,1615,1773,1875", - "endColumns": "107,98,111,87,106,113,80,78,84,106,106,99,108,103,109,157,101,82", - "endOffsets": "208,307,419,507,614,728,809,888,973,1080,1187,1287,1396,1500,1610,1768,1870,1953" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-az/values-az.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1958", - "endColumns": "100", - "endOffsets": "2054" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ru/values-ru.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,434,520,625,745,824,902,982,1088,1196,1294,1403,1509,1617,1792,1892", - "endColumns": "114,101,111,85,104,119,78,77,79,105,107,97,108,105,107,174,99,80", - "endOffsets": "215,317,429,515,620,740,819,897,977,1083,1191,1289,1398,1504,1612,1787,1887,1968" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ru/values-ru.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1973", - "endColumns": "100", - "endOffsets": "2069" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ko/values-ko.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,294,396,478,576,682,761,837,917,1015,1110,1205,1305,1401,1500,1652,1746", - "endColumns": "94,93,101,81,97,105,78,75,79,97,94,94,99,95,98,151,93,77", - "endOffsets": "195,289,391,473,571,677,756,832,912,1010,1105,1200,1300,1396,1495,1647,1741,1819" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ko/values-ko.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1824", - "endColumns": "100", - "endOffsets": "1920" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-lo/values-lo.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,412,497,602,714,791,869,949,1056,1153,1251,1356,1459,1563,1720,1816", - "endColumns": "102,96,106,84,104,111,76,77,79,106,96,97,104,102,103,156,95,80", - "endOffsets": "203,300,407,492,597,709,786,864,944,1051,1148,1246,1351,1454,1558,1715,1811,1892" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-lo/values-lo.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1897", - "endColumns": "100", - "endOffsets": "1993" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-th/values-th.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1906", - "endColumns": "100", - "endOffsets": "2002" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-th/values-th.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,416,505,607,717,794,872,953,1061,1165,1263,1371,1476,1577,1730,1825", - "endColumns": "104,97,107,88,101,109,76,77,80,107,103,97,107,104,100,152,94,80", - "endOffsets": "205,303,411,500,602,712,789,867,948,1056,1160,1258,1366,1471,1572,1725,1820,1901" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-mk/values-mk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1961", - "endColumns": "100", - "endOffsets": "2057" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-mk/values-mk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,425,511,616,735,818,900,987,1093,1200,1301,1408,1519,1623,1779,1877", - "endColumns": "107,103,107,85,104,118,82,81,86,105,106,100,106,110,103,155,97,83", - "endOffsets": "208,312,420,506,611,730,813,895,982,1088,1195,1296,1403,1514,1618,1774,1872,1956" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sw600dp-v13/values-sw600dp-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,124,193,263,337,413,472,543", - "endColumns": "68,68,69,73,75,58,70,67", - "endOffsets": "119,188,258,332,408,467,538,606" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fi/values-fi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1930", - "endColumns": "100", - "endOffsets": "2026" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fi/values-fi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,414,500,605,723,810,892,972,1079,1182,1279,1385,1484,1588,1751,1850", - "endColumns": "107,99,100,85,104,117,86,81,79,106,102,96,105,98,103,162,98,79", - "endOffsets": "208,308,409,495,600,718,805,887,967,1074,1177,1274,1380,1479,1583,1746,1845,1925" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ja/values-ja.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,295,400,482,580,688,765,841,919,1021,1120,1215,1318,1413,1509,1657,1754", - "endColumns": "96,92,104,81,97,107,76,75,77,101,98,94,102,94,95,147,96,77", - "endOffsets": "197,290,395,477,575,683,760,836,914,1016,1115,1210,1313,1408,1504,1652,1749,1827" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ja/values-ja.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1832", - "endColumns": "100", - "endOffsets": "1928" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-nb/values-nb.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1883", - "endColumns": "100", - "endOffsets": "1979" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-nb/values-nb.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,308,422,508,608,721,797,873,953,1056,1155,1251,1355,1453,1554,1707,1804", - "endColumns": "107,94,113,85,99,112,75,75,79,102,98,95,103,97,100,152,96,78", - "endOffsets": "208,303,417,503,603,716,792,868,948,1051,1150,1246,1350,1448,1549,1702,1799,1878" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pl/values-pl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1968", - "endColumns": "100", - "endOffsets": "2064" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pl/values-pl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,323,431,517,626,745,823,900,982,1091,1200,1299,1408,1519,1627,1790,1886", - "endColumns": "115,101,107,85,108,118,77,76,81,108,108,98,108,110,107,162,95,81", - "endOffsets": "216,318,426,512,621,740,818,895,977,1086,1195,1294,1403,1514,1622,1785,1881,1963" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sq/values-sq.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,431,518,628,751,832,911,994,1100,1205,1303,1409,1512,1628,1782,1881", - "endColumns": "113,99,111,86,109,122,80,78,82,105,104,97,105,102,115,153,98,80", - "endOffsets": "214,314,426,513,623,746,827,906,989,1095,1200,1298,1404,1507,1623,1777,1876,1957" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sq/values-sq.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1962", - "endColumns": "100", - "endOffsets": "2058" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-am/values-am.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1882", - "endColumns": "100", - "endOffsets": "1978" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-am/values-am.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,306,412,498,601,714,792,870,949,1049,1149,1245,1348,1447,1554,1707,1803", - "endColumns": "101,98,105,85,102,112,77,77,78,99,99,95,102,98,106,152,95,78", - "endOffsets": "202,301,407,493,596,709,787,865,944,1044,1144,1240,1343,1442,1549,1702,1798,1877" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hdpi-v4/values-hdpi-v4.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "6", - "endColumns": "13", - "endOffsets": "327" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-uz/values-uz.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1965", - "endColumns": "100", - "endOffsets": "2061" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-uz/values-uz.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,314,428,514,625,741,821,900,984,1093,1200,1301,1409,1514,1621,1782,1881", - "endColumns": "104,103,113,85,110,115,79,78,83,108,106,100,107,104,106,160,98,83", - "endOffsets": "205,309,423,509,620,736,816,895,979,1088,1195,1296,1404,1509,1616,1777,1876,1960" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-is/values-is.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,302,414,499,600,714,794,874,955,1065,1173,1271,1380,1479,1582,1737,1835", - "endColumns": "99,96,111,84,100,113,79,79,80,109,107,97,108,98,102,154,97,80", - "endOffsets": "200,297,409,494,595,709,789,869,950,1060,1168,1266,1375,1474,1577,1732,1830,1911" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-is/values-is.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1916", - "endColumns": "100", - "endOffsets": "2012" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v26/values-v26.xml", - "from": { - "startLines": "2,3,4,8,12,16", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,130,217,431,657,896", - "endLines": "2,3,7,11,15,16", - "endColumns": "74,86,12,12,12,92", - "endOffsets": "125,212,426,652,891,984" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-kk/values-kk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1950", - "endColumns": "100", - "endOffsets": "2046" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-kk/values-kk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,320,430,515,621,740,821,901,982,1085,1190,1288,1395,1504,1604,1770,1869", - "endColumns": "111,102,109,84,105,118,80,79,80,102,104,97,106,108,99,165,98,80", - "endOffsets": "212,315,425,510,616,735,816,896,977,1080,1185,1283,1390,1499,1599,1765,1864,1945" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ka/values-ka.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,318,429,517,622,735,819,901,984,1097,1204,1302,1415,1519,1623,1780,1878", - "endColumns": "108,103,110,87,104,112,83,81,82,112,106,97,112,103,103,156,97,80", - "endOffsets": "209,313,424,512,617,730,814,896,979,1092,1199,1297,1410,1514,1618,1775,1873,1954" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ka/values-ka.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1959", - "endColumns": "100", - "endOffsets": "2055" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,3,4,5,6,19,32,33,34,35,36", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", - "endLines": "2,3,4,5,18,31,32,33,34,35,36", - "endColumns": "134,134,74,86,12,12,126,104,114,106,112", - "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rCA/values-en-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-my/values-my.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,319,436,529,641,769,847,926,1012,1135,1247,1349,1475,1586,1696,1856,1956", - "endColumns": "108,104,116,92,111,127,77,78,85,122,111,101,125,110,109,159,99,83", - "endOffsets": "209,314,431,524,636,764,842,921,1007,1130,1242,1344,1470,1581,1691,1851,1951,2035" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-my/values-my.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2040", - "endColumns": "100", - "endOffsets": "2136" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-h720dp-v13/values-h720dp-v13.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "66", - "endOffsets": "117" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,201,296,396,478,575,681,757,833,911,1007,1103,1198,1295,1390,1488,1637,1731", - "endColumns": "95,94,99,81,96,105,75,75,77,95,95,94,96,94,97,148,93,77", - "endOffsets": "196,291,391,473,570,676,752,828,906,1002,1098,1193,1290,1385,1483,1632,1726,1804" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1809", - "endColumns": "100", - "endOffsets": "1905" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v22/values-v22.xml", - "from": { - "startLines": "2,3,4,9", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,553", - "endLines": "2,3,8,13", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,548,896" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ldltr-v21/values-ldltr-v21.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "112", - "endOffsets": "163" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sl/values-sl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,319,427,514,617,736,821,905,989,1097,1206,1306,1419,1526,1630,1810,1907", - "endColumns": "106,106,107,86,102,118,84,83,83,107,108,99,112,106,103,179,96,82", - "endOffsets": "207,314,422,509,612,731,816,900,984,1092,1201,1301,1414,1521,1625,1805,1902,1985" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sl/values-sl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1990", - "endColumns": "100", - "endOffsets": "2086" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-lt/values-lt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2005", - "endColumns": "100", - "endOffsets": "2101" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-lt/values-lt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,322,435,522,631,752,834,915,1000,1109,1218,1318,1428,1532,1645,1821,1922", - "endColumns": "115,100,112,86,108,120,81,80,84,108,108,99,109,103,112,175,100,82", - "endOffsets": "216,317,430,517,626,747,829,910,995,1104,1213,1313,1423,1527,1640,1816,1917,2000" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-port/values-port.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "55", - "endOffsets": "106" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-es/values-es.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,335,443,528,629,757,842,924,1006,1113,1213,1312,1420,1527,1634,1793,1893", - "endColumns": "116,112,107,84,100,127,84,81,81,106,99,98,107,106,106,158,99,81", - "endOffsets": "217,330,438,523,624,752,837,919,1001,1108,1208,1307,1415,1522,1629,1788,1888,1970" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-es/values-es.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1975", - "endColumns": "100", - "endOffsets": "2071" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-tl/values-tl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,332,449,537,643,764,843,921,1005,1114,1225,1326,1436,1553,1661,1824,1926", - "endColumns": "118,107,116,87,105,120,78,77,83,108,110,100,109,116,107,162,101,83", - "endOffsets": "219,327,444,532,638,759,838,916,1000,1109,1220,1321,1431,1548,1656,1819,1921,2005" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-tl/values-tl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2010", - "endColumns": "100", - "endOffsets": "2106" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-be/values-be.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "108", - "endOffsets": "159" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1974", - "endColumns": "108", - "endOffsets": "2078" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-be/values-be.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,328,444,530,638,756,835,913,996,1102,1208,1306,1414,1519,1624,1793,1893", - "endColumns": "119,102,115,85,107,117,78,77,82,105,105,97,107,104,104,168,99,80", - "endOffsets": "220,323,439,525,633,751,830,908,991,1097,1203,1301,1409,1514,1619,1788,1888,1969" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-bn/values-bn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,326,432,526,631,760,838,916,1003,1113,1221,1320,1430,1536,1649,1814,1919", - "endColumns": "108,111,105,93,104,128,77,77,86,109,107,98,109,105,112,164,104,81", - "endOffsets": "209,321,427,521,626,755,833,911,998,1108,1216,1315,1425,1531,1644,1809,1914,1996" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-bn/values-bn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2001", - "endColumns": "100", - "endOffsets": "2097" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-da/values-da.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,307,419,502,602,715,792,869,948,1057,1165,1261,1375,1477,1578,1731,1828", - "endColumns": "102,98,111,82,99,112,76,76,78,108,107,95,113,101,100,152,96,78", - "endOffsets": "203,302,414,497,597,710,787,864,943,1052,1160,1256,1370,1472,1573,1726,1823,1902" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-da/values-da.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1962", - "endColumns": "100", - "endOffsets": "2058" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,318,424,510,614,732,814,895,983,1089,1197,1298,1403,1511,1612,1781,1878", - "endColumns": "108,103,105,85,103,117,81,80,87,105,107,100,104,107,100,168,96,83", - "endOffsets": "209,313,419,505,609,727,809,890,978,1084,1192,1293,1398,1506,1607,1776,1873,1957" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rXC/values-en-rXC.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,310,510,719,904,1106,1321,1494,1671,1855,2059,2264,2465,2672,2874,3079,3351,3551", - "endColumns": "204,199,208,184,201,214,172,176,183,203,204,200,206,201,204,271,199,178", - "endOffsets": "305,505,714,899,1101,1316,1489,1666,1850,2054,2259,2460,2667,2869,3074,3346,3546,3725" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ar/values-ar.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1918", - "endColumns": "100", - "endOffsets": "2014" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ar/values-ar.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,326,435,517,618,732,811,890,969,1074,1175,1271,1379,1482,1585,1740,1837", - "endColumns": "116,103,108,81,100,113,78,78,78,104,100,95,107,102,102,154,96,80", - "endOffsets": "217,321,430,512,613,727,806,885,964,1069,1170,1266,1374,1477,1580,1735,1832,1913" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-xlarge-v4/values-xlarge-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,126,197,267,337,405", - "endColumns": "70,70,69,69,67,67", - "endOffsets": "121,192,262,332,400,468" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-mn/values-mn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,318,431,518,624,736,818,900,982,1091,1195,1292,1400,1501,1604,1763,1860", - "endColumns": "112,99,112,86,105,111,81,81,81,108,103,96,107,100,102,158,96,80", - "endOffsets": "213,313,426,513,619,731,813,895,977,1086,1190,1287,1395,1496,1599,1758,1855,1936" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-mn/values-mn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1941", - "endColumns": "100", - "endOffsets": "2037" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sk/values-sk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,312,423,509,617,735,816,897,981,1086,1195,1294,1400,1511,1620,1786,1884", - "endColumns": "106,99,110,85,107,117,80,80,83,104,108,98,105,110,108,165,97,87", - "endOffsets": "207,307,418,504,612,730,811,892,976,1081,1190,1289,1395,1506,1615,1781,1879,1967" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sk/values-sk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1972", - "endColumns": "100", - "endOffsets": "2068" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-large-v4/values-large-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,185,256,326,396,464,532,636", - "endColumns": "58,70,70,69,69,67,67,103,115", - "endOffsets": "109,180,251,321,391,459,527,631,747" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v25/values-v25.xml", - "from": { - "startLines": "2,3,4,6", - "startColumns": "4,4,4,4", - "startOffsets": "55,126,209,308", - "endLines": "2,3,5,7", - "endColumns": "70,82,12,12", - "endOffsets": "121,204,303,414" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-de/values-de.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,420,506,611,726,803,879,961,1072,1175,1274,1385,1487,1594,1750,1852", - "endColumns": "104,97,111,85,104,114,76,75,81,110,102,98,110,101,106,155,101,81", - "endOffsets": "205,303,415,501,606,721,798,874,956,1067,1170,1269,1380,1482,1589,1745,1847,1929" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-de/values-de.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1934", - "endColumns": "100", - "endOffsets": "2030" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fa/values-fa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,318,429,513,616,731,810,888,969,1081,1184,1282,1392,1496,1605,1766,1867", - "endColumns": "109,102,110,83,102,114,78,77,80,111,102,97,109,103,108,160,100,80", - "endOffsets": "210,313,424,508,611,726,805,883,964,1076,1179,1277,1387,1491,1600,1761,1862,1943" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fa/values-fa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1948", - "endColumns": "100", - "endOffsets": "2044" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-vi/values-vi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,327,436,520,623,742,819,896,980,1084,1193,1294,1399,1513,1618,1775,1874", - "endColumns": "113,107,108,83,102,118,76,76,83,103,108,100,104,113,104,156,98,83", - "endOffsets": "214,322,431,515,618,737,814,891,975,1079,1188,1289,1394,1508,1613,1770,1869,1953" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-vi/values-vi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1958", - "endColumns": "100", - "endOffsets": "2054" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-iw/values-iw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "102", - "endOffsets": "153" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1888", - "endColumns": "102", - "endOffsets": "1986" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-iw/values-iw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,308,416,500,600,714,792,870,951,1053,1157,1255,1358,1459,1559,1711,1807", - "endColumns": "103,98,107,83,99,113,77,77,80,101,103,97,102,100,99,151,95,80", - "endOffsets": "204,303,411,495,595,709,787,865,946,1048,1152,1250,1353,1454,1554,1706,1802,1883" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-in/values-in.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1948", - "endColumns": "100", - "endOffsets": "2044" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-in/values-in.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,317,422,509,613,729,811,890,976,1079,1188,1289,1393,1501,1609,1765,1864", - "endColumns": "109,101,104,86,103,115,81,78,85,102,108,100,103,107,107,155,98,83", - "endOffsets": "210,312,417,504,608,724,806,885,971,1074,1183,1284,1388,1496,1604,1760,1859,1943" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1976", - "endColumns": "100", - "endOffsets": "2072" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,334,442,527,628,751,836,918,1000,1112,1212,1313,1421,1528,1635,1794,1894", - "endColumns": "119,108,107,84,100,122,84,81,81,111,99,100,107,106,106,158,99,81", - "endOffsets": "220,329,437,522,623,746,831,913,995,1107,1207,1308,1416,1523,1630,1789,1889,1971" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-nl/values-nl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,328,435,521,629,749,826,903,985,1096,1200,1299,1414,1527,1630,1785,1888", - "endColumns": "117,104,106,85,107,119,76,76,81,110,103,98,114,112,102,154,102,81", - "endOffsets": "218,323,430,516,624,744,821,898,980,1091,1195,1294,1409,1522,1625,1780,1883,1965" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-nl/values-nl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1970", - "endColumns": "100", - "endOffsets": "2066" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2023", - "endColumns": "100", - "endOffsets": "2119" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,442,529,645,775,858,938,1034,1144,1256,1359,1470,1577,1679,1838,1937", - "endColumns": "110,114,110,86,115,129,82,79,95,109,111,102,110,106,101,158,98,85", - "endOffsets": "211,326,437,524,640,770,853,933,1029,1139,1251,1354,1465,1572,1674,1833,1932,2018" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ms/values-ms.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,321,429,516,620,731,809,888,968,1080,1189,1286,1395,1498,1605,1764,1865", - "endColumns": "110,104,107,86,103,110,77,78,79,111,108,96,108,102,106,158,100,79", - "endOffsets": "211,316,424,511,615,726,804,883,963,1075,1184,1281,1390,1493,1600,1759,1860,1940" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ms/values-ms.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1945", - "endColumns": "100", - "endOffsets": "2041" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,756,832,910,1006,1102,1197,1294,1389,1487,1638,1732", - "endColumns": "94,92,99,81,96,107,75,75,77,95,95,94,96,94,97,150,93,77", - "endOffsets": "195,288,388,470,567,675,751,827,905,1001,1097,1192,1289,1384,1482,1633,1727,1805" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "101", - "endOffsets": "152" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1810", - "endColumns": "101", - "endOffsets": "1907" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-uk/values-uk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,317,423,509,617,735,814,894,975,1081,1188,1286,1394,1500,1609,1779,1879", - "endColumns": "109,101,105,85,107,117,78,79,80,105,106,97,107,105,108,169,99,80", - "endOffsets": "210,312,418,504,612,730,809,889,970,1076,1183,1281,1389,1495,1604,1774,1874,1955" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-uk/values-uk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1960", - "endColumns": "100", - "endOffsets": "2056" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-tr/values-tr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1924", - "endColumns": "100", - "endOffsets": "2020" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-tr/values-tr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,309,421,506,612,732,811,887,966,1073,1178,1274,1381,1483,1591,1747,1845", - "endColumns": "104,98,111,84,105,119,78,75,78,106,104,95,106,101,107,155,97,78", - "endOffsets": "205,304,416,501,607,727,806,882,961,1068,1173,1269,1376,1478,1586,1742,1840,1919" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v17/values-v17.xml", - "from": { - "startLines": "2,5,9,12,15,18,22,26,29,32,35,39,42,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,228,456,614,764,936,1164,1406,1577,1751,1920,2193,2393,2597", - "endLines": "4,8,11,14,17,21,25,28,31,34,38,41,45,49", - "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", - "endOffsets": "223,451,609,759,931,1159,1401,1572,1746,1915,2188,2388,2592,2921" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-watch-v20/values-watch-v20.xml", - "from": { - "startLines": "2,5,8", - "startColumns": "4,4,4", - "startOffsets": "55,214,385", - "endLines": "4,7,10", - "endColumns": "12,12,12", - "endOffsets": "209,380,553" - } - } - ] - }, - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-kn/values-kn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,335,448,536,643,770,847,924,1006,1122,1233,1332,1445,1549,1663,1827,1927", - "endColumns": "117,111,112,87,106,126,76,76,81,115,110,98,112,103,113,163,99,81", - "endOffsets": "218,330,443,531,638,765,842,919,1001,1117,1228,1327,1440,1544,1658,1822,1922,2004" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-kn/values-kn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2009", - "endColumns": "100", - "endOffsets": "2105" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-af.json deleted file mode 100644 index 699ee4a..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-af.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-af/values-af.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,415,500,603,721,797,874,955,1062,1165,1262,1370,1472,1574,1728,1826", - "endColumns": "103,99,105,84,102,117,75,76,80,106,102,96,107,101,101,153,97,79", - "endOffsets": "204,304,410,495,598,716,792,869,950,1057,1160,1257,1365,1467,1569,1723,1821,1901" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-af/values-af.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1906", - "endColumns": "100", - "endOffsets": "2002" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-am.json deleted file mode 100644 index 31130ce..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-am.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-am/values-am.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1882", - "endColumns": "100", - "endOffsets": "1978" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-am/values-am.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,306,412,498,601,714,792,870,949,1049,1149,1245,1348,1447,1554,1707,1803", - "endColumns": "101,98,105,85,102,112,77,77,78,99,99,95,102,98,106,152,95,78", - "endOffsets": "202,301,407,493,596,709,787,865,944,1044,1144,1240,1343,1442,1549,1702,1798,1877" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json deleted file mode 100644 index e09a48c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ar/values-ar.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1918", - "endColumns": "100", - "endOffsets": "2014" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ar/values-ar.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,326,435,517,618,732,811,890,969,1074,1175,1271,1379,1482,1585,1740,1837", - "endColumns": "116,103,108,81,100,113,78,78,78,104,100,95,107,102,102,154,96,80", - "endOffsets": "217,321,430,512,613,727,806,885,964,1069,1170,1266,1374,1477,1580,1735,1832,1913" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-az.json deleted file mode 100644 index c054252..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-az.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-az/values-az.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,312,424,512,619,733,814,893,978,1085,1192,1292,1401,1505,1615,1773,1875", - "endColumns": "107,98,111,87,106,113,80,78,84,106,106,99,108,103,109,157,101,82", - "endOffsets": "208,307,419,507,614,728,809,888,973,1080,1187,1287,1396,1500,1610,1768,1870,1953" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-az/values-az.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1958", - "endColumns": "100", - "endOffsets": "2054" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json deleted file mode 100644 index 0695dea..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1962", - "endColumns": "100", - "endOffsets": "2058" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,318,424,510,614,732,814,895,983,1089,1197,1298,1403,1511,1612,1781,1878", - "endColumns": "108,103,105,85,103,117,81,80,87,105,107,100,104,107,100,168,96,83", - "endOffsets": "209,313,419,505,609,727,809,890,978,1084,1192,1293,1398,1506,1607,1776,1873,1957" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-be.json deleted file mode 100644 index 7cae1a4..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-be.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-be/values-be.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "108", - "endOffsets": "159" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1974", - "endColumns": "108", - "endOffsets": "2078" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-be/values-be.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,328,444,530,638,756,835,913,996,1102,1208,1306,1414,1519,1624,1793,1893", - "endColumns": "119,102,115,85,107,117,78,77,82,105,105,97,107,104,104,168,99,80", - "endOffsets": "220,323,439,525,633,751,830,908,991,1097,1203,1301,1409,1514,1619,1788,1888,1969" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json deleted file mode 100644 index 1493b25..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-bg/values-bg.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1977", - "endColumns": "100", - "endOffsets": "2073" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-bg/values-bg.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,327,432,518,623,744,823,901,984,1098,1207,1307,1421,1527,1635,1795,1894", - "endColumns": "114,106,104,85,104,120,78,77,82,113,108,99,113,105,107,159,98,82", - "endOffsets": "215,322,427,513,618,739,818,896,979,1093,1202,1302,1416,1522,1630,1790,1889,1972" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json deleted file mode 100644 index 8a19695..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-bn/values-bn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,326,432,526,631,760,838,916,1003,1113,1221,1320,1430,1536,1649,1814,1919", - "endColumns": "108,111,105,93,104,128,77,77,86,109,107,98,109,105,112,164,104,81", - "endOffsets": "209,321,427,521,626,755,833,911,998,1108,1216,1315,1425,1531,1644,1809,1914,1996" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-bn/values-bn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2001", - "endColumns": "100", - "endOffsets": "2097" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json deleted file mode 100644 index ebb8c26..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-bs/values-bs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,333,440,526,630,752,834,915,1001,1104,1209,1307,1412,1525,1630,1805,1902", - "endColumns": "118,108,106,85,103,121,81,80,85,102,104,97,104,112,104,174,96,83", - "endOffsets": "219,328,435,521,625,747,829,910,996,1099,1204,1302,1407,1520,1625,1800,1897,1981" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-bs/values-bs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1986", - "endColumns": "100", - "endOffsets": "2082" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json deleted file mode 100644 index a88830a..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ca/values-ca.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1981", - "endColumns": "100", - "endOffsets": "2077" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ca/values-ca.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,329,436,519,627,753,837,918,1001,1112,1221,1319,1429,1533,1641,1801,1900", - "endColumns": "117,105,106,82,107,125,83,80,82,110,108,97,109,103,107,159,98,80", - "endOffsets": "218,324,431,514,622,748,832,913,996,1107,1216,1314,1424,1528,1636,1796,1895,1976" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json deleted file mode 100644 index 4d54429..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-cs/values-cs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,423,509,614,731,812,893,977,1081,1190,1289,1395,1505,1612,1775,1873", - "endColumns": "106,101,108,85,104,116,80,80,83,103,108,98,105,109,106,162,97,81", - "endOffsets": "207,309,418,504,609,726,807,888,972,1076,1185,1284,1390,1500,1607,1770,1868,1950" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-cs/values-cs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1955", - "endColumns": "100", - "endOffsets": "2051" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-da.json deleted file mode 100644 index ad49807..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-da.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-da/values-da.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,307,419,502,602,715,792,869,948,1057,1165,1261,1375,1477,1578,1731,1828", - "endColumns": "102,98,111,82,99,112,76,76,78,108,107,95,113,101,100,152,96,78", - "endOffsets": "203,302,414,497,597,710,787,864,943,1052,1160,1256,1370,1472,1573,1726,1823,1902" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-da/values-da.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-de.json deleted file mode 100644 index 294d4fc..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-de.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-de/values-de.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,420,506,611,726,803,879,961,1072,1175,1274,1385,1487,1594,1750,1852", - "endColumns": "104,97,111,85,104,114,76,75,81,110,102,98,110,101,106,155,101,81", - "endOffsets": "205,303,415,501,606,721,798,874,956,1067,1170,1269,1380,1482,1589,1745,1847,1929" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-de/values-de.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1934", - "endColumns": "100", - "endOffsets": "2030" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-el.json deleted file mode 100644 index 413e73c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-el.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-el/values-el.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,334,451,536,641,767,855,941,1026,1137,1247,1349,1460,1569,1677,1837,1937", - "endColumns": "117,110,116,84,104,125,87,85,84,110,109,101,110,108,107,159,99,84", - "endOffsets": "218,329,446,531,636,762,850,936,1021,1132,1242,1344,1455,1564,1672,1832,1932,2017" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-el/values-el.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2022", - "endColumns": "100", - "endOffsets": "2118" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json deleted file mode 100644 index 3af259c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json deleted file mode 100644 index 1342016..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rCA/values-en-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json deleted file mode 100644 index 2ed0d60..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json deleted file mode 100644 index e044ed0..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1907", - "endColumns": "100", - "endOffsets": "2003" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,793,869,951,1054,1158,1257,1362,1465,1569,1725,1825", - "endColumns": "103,99,107,83,99,114,76,75,81,102,103,98,104,102,103,155,99,81", - "endOffsets": "204,304,412,496,596,711,788,864,946,1049,1153,1252,1357,1460,1564,1720,1820,1902" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json deleted file mode 100644 index 1bd8839..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-en-rXC/values-en-rXC.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,310,510,719,904,1106,1321,1494,1671,1855,2059,2264,2465,2672,2874,3079,3351,3551", - "endColumns": "204,199,208,184,201,214,172,176,183,203,204,200,206,201,204,271,199,178", - "endOffsets": "305,505,714,899,1101,1316,1489,1666,1850,2054,2259,2460,2667,2869,3074,3346,3546,3725" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json deleted file mode 100644 index 5a060d2..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1976", - "endColumns": "100", - "endOffsets": "2072" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,334,442,527,628,751,836,918,1000,1112,1212,1313,1421,1528,1635,1794,1894", - "endColumns": "119,108,107,84,100,122,84,81,81,111,99,100,107,106,106,158,99,81", - "endOffsets": "220,329,437,522,623,746,831,913,995,1107,1207,1308,1416,1523,1630,1789,1889,1971" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-es.json deleted file mode 100644 index 633b9e6..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-es.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-es/values-es.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,335,443,528,629,757,842,924,1006,1113,1213,1312,1420,1527,1634,1793,1893", - "endColumns": "116,112,107,84,100,127,84,81,81,106,99,98,107,106,106,158,99,81", - "endOffsets": "217,330,438,523,624,752,837,919,1001,1108,1208,1307,1415,1522,1629,1788,1888,1970" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-es/values-es.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1975", - "endColumns": "100", - "endOffsets": "2071" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-et.json deleted file mode 100644 index 166acc0..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-et.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-et/values-et.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,329,440,526,628,745,825,903,986,1097,1202,1301,1411,1512,1615,1781,1883", - "endColumns": "116,106,110,85,101,116,79,77,82,110,104,98,109,100,102,165,101,81", - "endOffsets": "217,324,435,521,623,740,820,898,981,1092,1197,1296,1406,1507,1610,1776,1878,1960" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-et/values-et.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1965", - "endColumns": "100", - "endOffsets": "2061" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json deleted file mode 100644 index a2c611c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-eu/values-eu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,312,422,508,614,738,825,909,991,1100,1210,1309,1418,1524,1635,1806,1905", - "endColumns": "108,97,109,85,105,123,86,83,81,108,109,98,108,105,110,170,98,81", - "endOffsets": "209,307,417,503,609,733,820,904,986,1095,1205,1304,1413,1519,1630,1801,1900,1982" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-eu/values-eu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1987", - "endColumns": "100", - "endOffsets": "2083" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json deleted file mode 100644 index 5f3c4d9..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fa/values-fa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,318,429,513,616,731,810,888,969,1081,1184,1282,1392,1496,1605,1766,1867", - "endColumns": "109,102,110,83,102,114,78,77,80,111,102,97,109,103,108,160,100,80", - "endOffsets": "210,313,424,508,611,726,805,883,964,1076,1179,1277,1387,1491,1600,1761,1862,1943" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fa/values-fa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1948", - "endColumns": "100", - "endOffsets": "2044" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json deleted file mode 100644 index c98cd47..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fi/values-fi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1930", - "endColumns": "100", - "endOffsets": "2026" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fi/values-fi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,414,500,605,723,810,892,972,1079,1182,1279,1385,1484,1588,1751,1850", - "endColumns": "107,99,100,85,104,117,86,81,79,106,102,96,105,98,103,162,98,79", - "endOffsets": "208,308,409,495,600,718,805,887,967,1074,1177,1274,1380,1479,1583,1746,1845,1925" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json deleted file mode 100644 index 2be14ae..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2023", - "endColumns": "100", - "endOffsets": "2119" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,442,529,645,775,858,938,1034,1144,1256,1359,1470,1577,1679,1838,1937", - "endColumns": "110,114,110,86,115,129,82,79,95,109,111,102,110,106,101,158,98,85", - "endOffsets": "211,326,437,524,640,770,853,933,1029,1139,1251,1354,1465,1572,1674,1833,1932,2018" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json deleted file mode 100644 index 1f58fb3..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-fr/values-fr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,442,524,630,760,843,923,1009,1119,1231,1334,1445,1552,1659,1818,1917", - "endColumns": "110,114,110,81,105,129,82,79,85,109,111,102,110,106,106,158,98,85", - "endOffsets": "211,326,437,519,625,755,838,918,1004,1114,1226,1329,1440,1547,1654,1813,1912,1998" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-fr/values-fr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2003", - "endColumns": "100", - "endOffsets": "2099" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json deleted file mode 100644 index 74309aa..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-gl/values-gl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1972", - "endColumns": "100", - "endOffsets": "2068" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-gl/values-gl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,329,437,522,624,750,834,915,997,1104,1213,1312,1420,1524,1631,1790,1890", - "endColumns": "111,111,107,84,101,125,83,80,81,106,108,98,107,103,106,158,99,81", - "endOffsets": "212,324,432,517,619,745,829,910,992,1099,1208,1307,1415,1519,1626,1785,1885,1967" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json deleted file mode 100644 index 9abfb60..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-gu/values-gu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1937", - "endColumns": "100", - "endOffsets": "2033" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-gu/values-gu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,318,425,512,613,736,813,891,971,1077,1179,1276,1385,1484,1594,1754,1857", - "endColumns": "108,103,106,86,100,122,76,77,79,105,101,96,108,98,109,159,102,79", - "endOffsets": "209,313,420,507,608,731,808,886,966,1072,1174,1271,1380,1479,1589,1749,1852,1932" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json deleted file mode 100644 index fdd4f5b..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-h720dp-v13/values-h720dp-v13.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "66", - "endOffsets": "117" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json deleted file mode 100644 index 5580821..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hdpi-v4/values-hdpi-v4.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "6", - "endColumns": "13", - "endOffsets": "327" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json deleted file mode 100644 index be6dace..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hi/values-hi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,308,418,504,606,728,805,883,973,1082,1185,1287,1397,1498,1613,1775,1876", - "endColumns": "105,96,109,85,101,121,76,77,89,108,102,101,109,100,114,161,100,79", - "endOffsets": "206,303,413,499,601,723,800,878,968,1077,1180,1282,1392,1493,1608,1770,1871,1951" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hi/values-hi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1956", - "endColumns": "100", - "endOffsets": "2052" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json deleted file mode 100644 index dba9ee3..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hr/values-hr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,307,417,503,607,726,810,893,979,1083,1196,1302,1407,1520,1627,1796,1893", - "endColumns": "104,96,109,85,103,118,83,82,85,103,112,105,104,112,106,168,96,88", - "endOffsets": "205,302,412,498,602,721,805,888,974,1078,1191,1297,1402,1515,1622,1791,1888,1977" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hr/values-hr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1982", - "endColumns": "100", - "endOffsets": "2078" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json deleted file mode 100644 index 4f84d46..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hu/values-hu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2021", - "endColumns": "100", - "endOffsets": "2117" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hu/values-hu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,318,433,517,629,759,835,911,994,1104,1215,1315,1426,1534,1653,1835,1938", - "endColumns": "107,104,114,83,111,129,75,75,82,109,110,99,110,107,118,181,102,82", - "endOffsets": "208,313,428,512,624,754,830,906,989,1099,1210,1310,1421,1529,1648,1830,1933,2016" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json deleted file mode 100644 index 0e9b86b..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-hy/values-hy.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1945", - "endColumns": "100", - "endOffsets": "2041" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-hy/values-hy.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,309,419,508,614,729,811,892,977,1084,1191,1290,1400,1507,1607,1764,1863", - "endColumns": "102,100,109,88,105,114,81,80,84,106,106,98,109,106,99,156,98,81", - "endOffsets": "203,304,414,503,609,724,806,887,972,1079,1186,1285,1395,1502,1602,1759,1858,1940" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-in.json deleted file mode 100644 index 60df074..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-in.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-in/values-in.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1948", - "endColumns": "100", - "endOffsets": "2044" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-in/values-in.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,317,422,509,613,729,811,890,976,1079,1188,1289,1393,1501,1609,1765,1864", - "endColumns": "109,101,104,86,103,115,81,78,85,102,108,100,103,107,107,155,98,83", - "endOffsets": "210,312,417,504,608,724,806,885,971,1074,1183,1284,1388,1496,1604,1760,1859,1943" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-is.json deleted file mode 100644 index c417c7f..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-is.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-is/values-is.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,302,414,499,600,714,794,874,955,1065,1173,1271,1380,1479,1582,1737,1835", - "endColumns": "99,96,111,84,100,113,79,79,80,109,107,97,108,98,102,154,97,80", - "endOffsets": "200,297,409,494,595,709,789,869,950,1060,1168,1266,1375,1474,1577,1732,1830,1911" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-is/values-is.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1916", - "endColumns": "100", - "endOffsets": "2012" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-it.json deleted file mode 100644 index 7de35ae..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-it.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-it/values-it.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,314,423,507,616,741,818,894,975,1081,1189,1287,1391,1496,1603,1766,1866", - "endColumns": "108,99,108,83,108,124,76,75,80,105,107,97,103,104,106,162,99,82", - "endOffsets": "209,309,418,502,611,736,813,889,970,1076,1184,1282,1386,1491,1598,1761,1861,1944" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-it/values-it.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1949", - "endColumns": "100", - "endOffsets": "2045" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json deleted file mode 100644 index 0ac401f..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-iw/values-iw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "102", - "endOffsets": "153" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1888", - "endColumns": "102", - "endOffsets": "1986" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-iw/values-iw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,308,416,500,600,714,792,870,951,1053,1157,1255,1358,1459,1559,1711,1807", - "endColumns": "103,98,107,83,99,113,77,77,80,101,103,97,102,100,99,151,95,80", - "endOffsets": "204,303,411,495,595,709,787,865,946,1048,1152,1250,1353,1454,1554,1706,1802,1883" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json deleted file mode 100644 index fa5d013..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ja/values-ja.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,295,400,482,580,688,765,841,919,1021,1120,1215,1318,1413,1509,1657,1754", - "endColumns": "96,92,104,81,97,107,76,75,77,101,98,94,102,94,95,147,96,77", - "endOffsets": "197,290,395,477,575,683,760,836,914,1016,1115,1210,1313,1408,1504,1652,1749,1827" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ja/values-ja.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1832", - "endColumns": "100", - "endOffsets": "1928" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json deleted file mode 100644 index 080927d..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ka/values-ka.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,318,429,517,622,735,819,901,984,1097,1204,1302,1415,1519,1623,1780,1878", - "endColumns": "108,103,110,87,104,112,83,81,82,112,106,97,112,103,103,156,97,80", - "endOffsets": "209,313,424,512,617,730,814,896,979,1092,1199,1297,1410,1514,1618,1775,1873,1954" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ka/values-ka.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1959", - "endColumns": "100", - "endOffsets": "2055" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json deleted file mode 100644 index 8cacf8e..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-kk/values-kk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1950", - "endColumns": "100", - "endOffsets": "2046" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-kk/values-kk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,320,430,515,621,740,821,901,982,1085,1190,1288,1395,1504,1604,1770,1869", - "endColumns": "111,102,109,84,105,118,80,79,80,102,104,97,106,108,99,165,98,80", - "endOffsets": "212,315,425,510,616,735,816,896,977,1080,1185,1283,1390,1499,1599,1765,1864,1945" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-km.json deleted file mode 100644 index 20b1590..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-km.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-km/values-km.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,308,420,507,611,729,806,883,966,1070,1175,1275,1385,1492,1600,1762,1860", - "endColumns": "102,99,111,86,103,117,76,76,82,103,104,99,109,106,107,161,97,82", - "endOffsets": "203,303,415,502,606,724,801,878,961,1065,1170,1270,1380,1487,1595,1757,1855,1938" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-km/values-km.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1943", - "endColumns": "100", - "endOffsets": "2039" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json deleted file mode 100644 index 215db56..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-kn/values-kn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,335,448,536,643,770,847,924,1006,1122,1233,1332,1445,1549,1663,1827,1927", - "endColumns": "117,111,112,87,106,126,76,76,81,115,110,98,112,103,113,163,99,81", - "endOffsets": "218,330,443,531,638,765,842,919,1001,1117,1228,1327,1440,1544,1658,1822,1922,2004" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-kn/values-kn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2009", - "endColumns": "100", - "endOffsets": "2105" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json deleted file mode 100644 index a8d6454..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ko/values-ko.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,294,396,478,576,682,761,837,917,1015,1110,1205,1305,1401,1500,1652,1746", - "endColumns": "94,93,101,81,97,105,78,75,79,97,94,94,99,95,98,151,93,77", - "endOffsets": "195,289,391,473,571,677,756,832,912,1010,1105,1200,1300,1396,1495,1647,1741,1819" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ko/values-ko.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1824", - "endColumns": "100", - "endOffsets": "1920" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json deleted file mode 100644 index 9880790..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ky/values-ky.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,304,423,507,614,731,809,888,969,1079,1186,1284,1390,1497,1598,1759,1862", - "endColumns": "103,94,118,83,106,116,77,78,80,109,106,97,105,106,100,160,102,80", - "endOffsets": "204,299,418,502,609,726,804,883,964,1074,1181,1279,1385,1492,1593,1754,1857,1938" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ky/values-ky.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1943", - "endColumns": "100", - "endOffsets": "2039" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-land.json deleted file mode 100644 index eecab6c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-land.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-land/values-land.xml", - "from": { - "startLines": "2,3,4,5", - "startColumns": "4,4,4,4", - "startOffsets": "55,125,189,260", - "endColumns": "69,63,70,67", - "endOffsets": "120,184,255,323" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json deleted file mode 100644 index be25302..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-large-v4/values-large-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,185,256,326,396,464,532,636", - "endColumns": "58,70,70,69,69,67,67,103,115", - "endOffsets": "109,180,251,321,391,459,527,631,747" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json deleted file mode 100644 index 77c88cc..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ldltr-v21/values-ldltr-v21.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "112", - "endOffsets": "163" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json deleted file mode 100644 index 6421eb3..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-lo/values-lo.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,412,497,602,714,791,869,949,1056,1153,1251,1356,1459,1563,1720,1816", - "endColumns": "102,96,106,84,104,111,76,77,79,106,96,97,104,102,103,156,95,80", - "endOffsets": "203,300,407,492,597,709,786,864,944,1051,1148,1246,1351,1454,1558,1715,1811,1892" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-lo/values-lo.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1897", - "endColumns": "100", - "endOffsets": "1993" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json deleted file mode 100644 index 1b7398b..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-lt/values-lt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2005", - "endColumns": "100", - "endOffsets": "2101" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-lt/values-lt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,322,435,522,631,752,834,915,1000,1109,1218,1318,1428,1532,1645,1821,1922", - "endColumns": "115,100,112,86,108,120,81,80,84,108,108,99,109,103,112,175,100,82", - "endOffsets": "216,317,430,517,626,747,829,910,995,1104,1213,1313,1423,1527,1640,1816,1917,2000" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json deleted file mode 100644 index eb73dcd..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-lv/values-lv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,333,442,528,632,754,836,918,1003,1112,1224,1323,1434,1543,1648,1822,1921", - "endColumns": "119,107,108,85,103,121,81,81,84,108,111,98,110,108,104,173,98,81", - "endOffsets": "220,328,437,523,627,749,831,913,998,1107,1219,1318,1429,1538,1643,1817,1916,1998" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-lv/values-lv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2003", - "endColumns": "100", - "endOffsets": "2099" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json deleted file mode 100644 index 75560c1..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-mk/values-mk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1961", - "endColumns": "100", - "endOffsets": "2057" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-mk/values-mk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,425,511,616,735,818,900,987,1093,1200,1301,1408,1519,1623,1779,1877", - "endColumns": "107,103,107,85,104,118,82,81,86,105,106,100,106,110,103,155,97,83", - "endOffsets": "208,312,420,506,611,730,813,895,982,1088,1195,1296,1403,1514,1618,1774,1872,1956" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json deleted file mode 100644 index 5d12d19..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ml/values-ml.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,342,457,550,655,787,864,940,1022,1133,1239,1337,1451,1551,1662,1821,1922", - "endColumns": "118,117,114,92,104,131,76,75,81,110,105,97,113,99,110,158,100,81", - "endOffsets": "219,337,452,545,650,782,859,935,1017,1128,1234,1332,1446,1546,1657,1816,1917,1999" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ml/values-ml.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2004", - "endColumns": "100", - "endOffsets": "2100" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json deleted file mode 100644 index c2a4aa9..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-mn/values-mn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,318,431,518,624,736,818,900,982,1091,1195,1292,1400,1501,1604,1763,1860", - "endColumns": "112,99,112,86,105,111,81,81,81,108,103,96,107,100,102,158,96,80", - "endOffsets": "213,313,426,513,619,731,813,895,977,1086,1190,1287,1395,1496,1599,1758,1855,1936" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-mn/values-mn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1941", - "endColumns": "100", - "endOffsets": "2037" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json deleted file mode 100644 index 6a69c30..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-mr/values-mr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,322,429,519,620,735,812,890,970,1082,1184,1280,1389,1490,1605,1762,1867", - "endColumns": "110,105,106,89,100,114,76,77,79,111,101,95,108,100,114,156,104,79", - "endOffsets": "211,317,424,514,615,730,807,885,965,1077,1179,1275,1384,1485,1600,1757,1862,1942" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-mr/values-mr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1947", - "endColumns": "100", - "endOffsets": "2043" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json deleted file mode 100644 index 79c078a..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ms/values-ms.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,321,429,516,620,731,809,888,968,1080,1189,1286,1395,1498,1605,1764,1865", - "endColumns": "110,104,107,86,103,110,77,78,79,111,108,96,108,102,106,158,100,79", - "endOffsets": "211,316,424,511,615,726,804,883,963,1075,1184,1281,1390,1493,1600,1759,1860,1940" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ms/values-ms.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1945", - "endColumns": "100", - "endOffsets": "2041" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-my.json deleted file mode 100644 index 781e3aa..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-my.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-my/values-my.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,319,436,529,641,769,847,926,1012,1135,1247,1349,1475,1586,1696,1856,1956", - "endColumns": "108,104,116,92,111,127,77,78,85,122,111,101,125,110,109,159,99,83", - "endOffsets": "209,314,431,524,636,764,842,921,1007,1130,1242,1344,1470,1581,1691,1851,1951,2035" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-my/values-my.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2040", - "endColumns": "100", - "endOffsets": "2136" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json deleted file mode 100644 index e9defa0..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-nb/values-nb.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1883", - "endColumns": "100", - "endOffsets": "1979" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-nb/values-nb.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,308,422,508,608,721,797,873,953,1056,1155,1251,1355,1453,1554,1707,1804", - "endColumns": "107,94,113,85,99,112,75,75,79,102,98,95,103,97,100,152,96,78", - "endOffsets": "208,303,417,503,603,716,792,868,948,1051,1150,1246,1350,1448,1549,1702,1799,1878" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json deleted file mode 100644 index 5936573..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ne/values-ne.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2049", - "endColumns": "100", - "endOffsets": "2145" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ne/values-ne.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,314,422,513,620,747,841,931,1019,1129,1245,1348,1463,1565,1680,1851,1963", - "endColumns": "104,103,107,90,106,126,93,89,87,109,115,102,114,101,114,170,111,85", - "endOffsets": "205,309,417,508,615,742,836,926,1014,1124,1240,1343,1458,1560,1675,1846,1958,2044" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json deleted file mode 100644 index 36374ed..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-night-v8/values-night-v8.xml", - "from": { - "startLines": "2,3,4,5,6,7,8", - "startColumns": "4,4,4,4,4,4,4", - "startOffsets": "55,125,209,293,389,491,593", - "endColumns": "69,83,83,95,101,101,93", - "endOffsets": "120,204,288,384,486,588,682" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json deleted file mode 100644 index e4cd76c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-nl/values-nl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,328,435,521,629,749,826,903,985,1096,1200,1299,1414,1527,1630,1785,1888", - "endColumns": "117,104,106,85,107,119,76,76,81,110,103,98,114,112,102,154,102,81", - "endOffsets": "218,323,430,516,624,744,821,898,980,1091,1195,1294,1409,1522,1625,1780,1883,1965" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-nl/values-nl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1970", - "endColumns": "100", - "endOffsets": "2066" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json deleted file mode 100644 index 6be51d7..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pa/values-pa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1900", - "endColumns": "100", - "endOffsets": "1996" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pa/values-pa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,410,496,596,709,786,862,941,1042,1146,1243,1352,1451,1561,1720,1820", - "endColumns": "102,96,104,85,99,112,76,75,78,100,103,96,108,98,109,158,99,79", - "endOffsets": "203,300,405,491,591,704,781,857,936,1037,1141,1238,1347,1446,1556,1715,1815,1895" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json deleted file mode 100644 index 4a1173a..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pl/values-pl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1968", - "endColumns": "100", - "endOffsets": "2064" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pl/values-pl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,323,431,517,626,745,823,900,982,1091,1200,1299,1408,1519,1627,1790,1886", - "endColumns": "115,101,107,85,108,118,77,76,81,108,108,98,108,110,107,162,95,81", - "endOffsets": "216,318,426,512,621,740,818,895,977,1086,1195,1294,1403,1514,1622,1785,1881,1963" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-port.json deleted file mode 100644 index 943cb69..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-port.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-port/values-port.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "55", - "endOffsets": "106" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json deleted file mode 100644 index 4cda64e..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,746,829,909,996,1103,1215,1317,1425,1532,1642,1804,1904", - "endColumns": "119,105,106,88,100,117,82,79,86,106,111,101,107,106,109,161,99,84", - "endOffsets": "220,326,433,522,623,741,824,904,991,1098,1210,1312,1420,1527,1637,1799,1899,1984" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1989", - "endColumns": "100", - "endOffsets": "2085" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json deleted file mode 100644 index 506c892..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2002", - "endColumns": "100", - "endOffsets": "2098" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,752,836,917,1004,1111,1223,1325,1433,1540,1647,1818,1917", - "endColumns": "119,105,106,88,100,123,83,80,86,106,111,101,107,106,106,170,98,84", - "endOffsets": "220,326,433,522,623,747,831,912,999,1106,1218,1320,1428,1535,1642,1813,1912,1997" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json deleted file mode 100644 index ca833ad..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-pt/values-pt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,746,829,909,996,1103,1215,1317,1425,1532,1642,1804,1904", - "endColumns": "119,105,106,88,100,117,82,79,86,106,111,101,107,106,109,161,99,84", - "endOffsets": "220,326,433,522,623,741,824,904,991,1098,1210,1312,1420,1527,1637,1799,1899,1984" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-pt/values-pt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1989", - "endColumns": "100", - "endOffsets": "2085" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json deleted file mode 100644 index ab705d9..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ro/values-ro.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,330,443,531,643,764,849,930,1013,1125,1238,1338,1452,1557,1663,1827,1930", - "endColumns": "120,103,112,87,111,120,84,80,82,111,112,99,113,104,105,163,102,82", - "endOffsets": "221,325,438,526,638,759,844,925,1008,1120,1233,1333,1447,1552,1658,1822,1925,2008" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ro/values-ro.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2013", - "endColumns": "100", - "endOffsets": "2109" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json deleted file mode 100644 index f002f44..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ru/values-ru.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,434,520,625,745,824,902,982,1088,1196,1294,1403,1509,1617,1792,1892", - "endColumns": "114,101,111,85,104,119,78,77,79,105,107,97,108,105,107,174,99,80", - "endOffsets": "215,317,429,515,620,740,819,897,977,1083,1191,1289,1398,1504,1612,1787,1887,1968" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ru/values-ru.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1973", - "endColumns": "100", - "endOffsets": "2069" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-si.json deleted file mode 100644 index 10bb980..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-si.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-si/values-si.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1965", - "endColumns": "100", - "endOffsets": "2061" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-si/values-si.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,322,429,517,622,738,827,914,998,1107,1212,1310,1420,1519,1625,1784,1883", - "endColumns": "109,106,106,87,104,115,88,86,83,108,104,97,109,98,105,158,98,81", - "endOffsets": "210,317,424,512,617,733,822,909,993,1102,1207,1305,1415,1514,1620,1779,1878,1960" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json deleted file mode 100644 index 1d71953..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sk/values-sk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,312,423,509,617,735,816,897,981,1086,1195,1294,1400,1511,1620,1786,1884", - "endColumns": "106,99,110,85,107,117,80,80,83,104,108,98,105,110,108,165,97,87", - "endOffsets": "207,307,418,504,612,730,811,892,976,1081,1190,1289,1395,1506,1615,1781,1879,1967" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sk/values-sk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1972", - "endColumns": "100", - "endOffsets": "2068" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json deleted file mode 100644 index 912d12d..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sl/values-sl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,319,427,514,617,736,821,905,989,1097,1206,1306,1419,1526,1630,1810,1907", - "endColumns": "106,106,107,86,102,118,84,83,83,107,108,99,112,106,103,179,96,82", - "endOffsets": "207,314,422,509,612,731,816,900,984,1092,1201,1301,1414,1521,1625,1805,1902,1985" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sl/values-sl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1990", - "endColumns": "100", - "endOffsets": "2086" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json deleted file mode 100644 index d488fd6..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sq/values-sq.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,431,518,628,751,832,911,994,1100,1205,1303,1409,1512,1628,1782,1881", - "endColumns": "113,99,111,86,109,122,80,78,82,105,104,97,105,102,115,153,98,80", - "endOffsets": "214,314,426,513,623,746,827,906,989,1095,1200,1298,1404,1507,1623,1777,1876,1957" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sq/values-sq.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1962", - "endColumns": "100", - "endOffsets": "2058" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json deleted file mode 100644 index 329af01..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sr/values-sr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1955", - "endColumns": "100", - "endOffsets": "2051" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sr/values-sr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,317,423,509,613,731,812,892,980,1085,1193,1294,1398,1506,1607,1774,1871", - "endColumns": "108,102,105,85,103,117,80,79,87,104,107,100,103,107,100,166,96,83", - "endOffsets": "209,312,418,504,608,726,807,887,975,1080,1188,1289,1393,1501,1602,1769,1866,1950" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json deleted file mode 100644 index 468d6ca..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sv/values-sv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1903", - "endColumns": "100", - "endOffsets": "1999" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sv/values-sv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,314,425,510,612,725,801,877,957,1063,1163,1259,1364,1466,1568,1722,1824", - "endColumns": "105,102,110,84,101,112,75,75,79,105,99,95,104,101,101,153,101,78", - "endOffsets": "206,309,420,505,607,720,796,872,952,1058,1158,1254,1359,1461,1563,1717,1819,1898" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json deleted file mode 100644 index e348941..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sw/values-sw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,306,414,504,609,726,808,891,973,1074,1183,1282,1389,1498,1603,1765,1862", - "endColumns": "102,97,107,89,104,116,81,82,81,100,108,98,106,108,104,161,96,81", - "endOffsets": "203,301,409,499,604,721,803,886,968,1069,1178,1277,1384,1493,1598,1760,1857,1939" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-sw/values-sw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1944", - "endColumns": "100", - "endOffsets": "2040" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json deleted file mode 100644 index c4d4b13..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-sw600dp-v13/values-sw600dp-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,124,193,263,337,413,472,543", - "endColumns": "68,68,69,73,75,58,70,67", - "endOffsets": "119,188,258,332,408,467,538,606" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json deleted file mode 100644 index 36e7bd1..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ta/values-ta.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,324,439,528,635,761,839,916,998,1100,1204,1301,1411,1513,1620,1777,1877", - "endColumns": "113,104,114,88,106,125,77,76,81,101,103,96,109,101,106,156,99,79", - "endOffsets": "214,319,434,523,630,756,834,911,993,1095,1199,1296,1406,1508,1615,1772,1872,1952" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ta/values-ta.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1957", - "endColumns": "100", - "endOffsets": "2053" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-te.json deleted file mode 100644 index 9093028..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-te.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-te/values-te.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2006", - "endColumns": "100", - "endOffsets": "2102" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-te/values-te.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,328,439,529,634,759,841,923,1007,1120,1228,1327,1438,1540,1657,1823,1924", - "endColumns": "113,108,110,89,104,124,81,81,83,112,107,98,110,101,116,165,100,81", - "endOffsets": "214,323,434,524,629,754,836,918,1002,1115,1223,1322,1433,1535,1652,1818,1919,2001" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-th.json deleted file mode 100644 index 2d932c7..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-th.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-th/values-th.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1906", - "endColumns": "100", - "endOffsets": "2002" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-th/values-th.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,416,505,607,717,794,872,953,1061,1165,1263,1371,1476,1577,1730,1825", - "endColumns": "104,97,107,88,101,109,76,77,80,107,103,97,107,104,100,152,94,80", - "endOffsets": "205,303,411,500,602,712,789,867,948,1056,1160,1258,1366,1471,1572,1725,1820,1901" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json deleted file mode 100644 index 6405e9f..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-tl/values-tl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,332,449,537,643,764,843,921,1005,1114,1225,1326,1436,1553,1661,1824,1926", - "endColumns": "118,107,116,87,105,120,78,77,83,108,110,100,109,116,107,162,101,83", - "endOffsets": "219,327,444,532,638,759,838,916,1000,1109,1220,1321,1431,1548,1656,1819,1921,2005" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-tl/values-tl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "2010", - "endColumns": "100", - "endOffsets": "2106" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json deleted file mode 100644 index 873607c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-tr/values-tr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1924", - "endColumns": "100", - "endOffsets": "2020" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-tr/values-tr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,309,421,506,612,732,811,887,966,1073,1178,1274,1381,1483,1591,1747,1845", - "endColumns": "104,98,111,84,105,119,78,75,78,106,104,95,106,101,107,155,97,78", - "endOffsets": "205,304,416,501,607,727,806,882,961,1068,1173,1269,1376,1478,1586,1742,1840,1919" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json deleted file mode 100644 index de656d8..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-uk/values-uk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,317,423,509,617,735,814,894,975,1081,1188,1286,1394,1500,1609,1779,1879", - "endColumns": "109,101,105,85,107,117,78,79,80,105,106,97,107,105,108,169,99,80", - "endOffsets": "210,312,418,504,612,730,809,889,970,1076,1183,1281,1389,1495,1604,1774,1874,1955" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-uk/values-uk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1960", - "endColumns": "100", - "endOffsets": "2056" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json deleted file mode 100644 index 88e057c..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-ur/values-ur.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "102", - "endOffsets": "153" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1958", - "endColumns": "102", - "endOffsets": "2056" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-ur/values-ur.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,321,430,516,620,740,816,892,977,1085,1194,1296,1407,1507,1615,1780,1878", - "endColumns": "109,105,108,85,103,119,75,75,84,107,108,101,110,99,107,164,97,79", - "endOffsets": "210,316,425,511,615,735,811,887,972,1080,1189,1291,1402,1502,1610,1775,1873,1953" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json deleted file mode 100644 index f6cdfa4..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-uz/values-uz.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1965", - "endColumns": "100", - "endOffsets": "2061" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-uz/values-uz.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,314,428,514,625,741,821,900,984,1093,1200,1301,1409,1514,1621,1782,1881", - "endColumns": "104,103,113,85,110,115,79,78,83,108,106,100,107,104,106,160,98,83", - "endOffsets": "205,309,423,509,620,736,816,895,979,1088,1195,1296,1404,1509,1616,1777,1876,1960" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json deleted file mode 100644 index 084aa57..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "65", - "endOffsets": "116" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "5", - "endColumns": "12", - "endOffsets": "223" - }, - "to": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "121", - "endLines": "6", - "endColumns": "12", - "endOffsets": "289" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json deleted file mode 100644 index 2a6da54..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v17/values-v17.xml", - "from": { - "startLines": "2,5,9,12,15,18,22,26,29,32,35,39,42,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,228,456,614,764,936,1164,1406,1577,1751,1920,2193,2393,2597", - "endLines": "4,8,11,14,17,21,25,28,31,34,38,41,45,49", - "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12", - "endOffsets": "223,451,609,759,931,1159,1401,1572,1746,1915,2188,2388,2592,2921" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json deleted file mode 100644 index b58a8f2..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v18/values-v18.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "48", - "endOffsets": "99" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json deleted file mode 100644 index 0aa7445..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,13", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,159,223,290,354,470,596,722,850,1022", - "endLines": "2,3,4,5,6,7,8,9,12,17", - "endColumns": "103,63,66,63,115,125,125,127,12,12", - "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" - }, - "to": { - "startLines": "2,3,4,5,263,264,265,266,267,270", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,159,223,290,19262,19378,19504,19630,19758,19930", - "endLines": "2,3,4,5,263,264,265,266,269,274", - "endColumns": "103,63,66,63,115,125,125,127,12,12", - "endOffsets": "154,218,285,349,19373,19499,19625,19753,19925,20263" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8799,11879,12076,12275,12398,12521,12634,12817,12948,13149,13238,13349,13582,13683,13778,13901,14030,14147,14324,14423,14558,14701,14836,14955,15156,15275,15368,15479,15535,15642,15837,15948,16081,16176,16267,16358,16475,16614,16685,16768,17448,17505,17563,18257", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", - "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8794,11874,12071,12270,12393,12516,12629,12812,12943,13144,13233,13344,13577,13678,13773,13896,14025,14142,14319,14418,14553,14696,14831,14950,15151,15270,15363,15474,15530,15637,15832,15943,16076,16171,16262,16353,16470,16609,16680,16763,17443,17500,17558,18252,18958" - }, - "to": { - "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,164,166,168,170,173,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,225,226,227,237,238,239,251", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9098,12178,12375,12574,12697,12820,12933,13116,13247,13448,13537,13648,13881,13982,14077,14200,14329,14446,14623,14722,14857,15000,15135,15254,15455,15574,15667,15778,15834,15941,16136,16247,16380,16475,16566,16657,16774,16913,16984,17067,17747,17804,17862,18556", - "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,165,167,169,172,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,224,225,226,236,237,238,250,262", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", - "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9093,12173,12370,12569,12692,12815,12928,13111,13242,13443,13532,13643,13876,13977,14072,14195,14324,14441,14618,14717,14852,14995,15130,15249,15450,15569,15662,15773,15829,15936,16131,16242,16375,16470,16561,16652,16769,16908,16979,17062,17742,17799,17857,18551,19257" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json deleted file mode 100644 index b8dbbfc..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v22/values-v22.xml", - "from": { - "startLines": "2,3,4,9", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,553", - "endLines": "2,3,8,13", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,548,896" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json deleted file mode 100644 index 2db7376..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,3,4,5,6,19,32,33,34,35,36", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", - "endLines": "2,3,4,5,18,31,32,33,34,35,36", - "endColumns": "134,134,74,86,12,12,126,104,114,106,112", - "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json deleted file mode 100644 index 7aa836e..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v24/values-v24.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,212", - "endColumns": "156,134", - "endOffsets": "207,342" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json deleted file mode 100644 index 1e8277b..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v25/values-v25.xml", - "from": { - "startLines": "2,3,4,6", - "startColumns": "4,4,4,4", - "startOffsets": "55,126,209,308", - "endLines": "2,3,5,7", - "endColumns": "70,82,12,12", - "endOffsets": "121,204,303,414" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json deleted file mode 100644 index c9b4299..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-v26/values-v26.xml", - "from": { - "startLines": "2,3,4,8,12,16", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,130,217,431,657,896", - "endLines": "2,3,7,11,15,16", - "endColumns": "74,86,12,12,12,92", - "endOffsets": "125,212,426,652,891,984" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json deleted file mode 100644 index 69fdb91..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-vi/values-vi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,327,436,520,623,742,819,896,980,1084,1193,1294,1399,1513,1618,1775,1874", - "endColumns": "113,107,108,83,102,118,76,76,83,103,108,100,104,113,104,156,98,83", - "endOffsets": "214,322,431,515,618,737,814,891,975,1079,1188,1289,1394,1508,1613,1770,1869,1953" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-vi/values-vi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1958", - "endColumns": "100", - "endOffsets": "2054" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json deleted file mode 100644 index 47db066..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-watch-v20/values-watch-v20.xml", - "from": { - "startLines": "2,5,8", - "startColumns": "4,4,4", - "startOffsets": "55,214,385", - "endLines": "4,7,10", - "endColumns": "12,12,12", - "endOffsets": "209,380,553" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json deleted file mode 100644 index 7c16a65..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-xlarge-v4/values-xlarge-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,126,197,267,337,405", - "endColumns": "70,70,69,69,67,67", - "endOffsets": "121,192,262,332,400,468" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json deleted file mode 100644 index c09523f..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,201,296,396,478,575,681,757,833,911,1007,1103,1198,1295,1390,1488,1637,1731", - "endColumns": "95,94,99,81,96,105,75,75,77,95,95,94,96,94,97,148,93,77", - "endOffsets": "196,291,391,473,570,676,752,828,906,1002,1098,1193,1290,1385,1483,1632,1726,1804" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1809", - "endColumns": "100", - "endOffsets": "1905" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json deleted file mode 100644 index adedd30..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,756,832,910,1006,1102,1197,1294,1389,1487,1638,1732", - "endColumns": "94,92,99,81,96,107,75,75,77,95,95,94,96,94,97,150,93,77", - "endOffsets": "195,288,388,470,567,675,751,827,905,1001,1097,1192,1289,1384,1482,1633,1727,1805" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "101", - "endOffsets": "152" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1810", - "endColumns": "101", - "endOffsets": "1907" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json deleted file mode 100644 index ca66fa2..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,756,832,910,1006,1102,1197,1294,1389,1489,1639,1733", - "endColumns": "94,92,99,81,96,107,75,75,77,95,95,94,96,94,99,149,93,77", - "endOffsets": "195,288,388,470,567,675,751,827,905,1001,1097,1192,1289,1384,1484,1634,1728,1806" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1811", - "endColumns": "100", - "endOffsets": "1907" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json deleted file mode 100644 index a748fd6..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values-zu/values-zu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,320,434,522,625,752,832,912,998,1102,1208,1306,1413,1519,1625,1782,1878", - "endColumns": "107,106,113,87,102,126,79,79,85,103,105,97,106,105,105,156,95,80", - "endOffsets": "208,315,429,517,620,747,827,907,993,1097,1203,1301,1408,1514,1620,1777,1873,1954" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values-zu/values-zu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "20", - "startColumns": "4", - "startOffsets": "1959", - "endColumns": "100", - "endOffsets": "2055" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/multi-v2/values.json b/android/app/build/intermediates/blame/res/debug/multi-v2/values.json deleted file mode 100644 index 27db94a..0000000 --- a/android/app/build/intermediates/blame/res/debug/multi-v2/values.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "logs": [ - { - "outputFile": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml", - "map": [ - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/values/values.xml", - "from": { - "startLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,54,55,59,60,61", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,124,1245,1315,1383,1455,1525,1586,1647,1708,1770,1834,1896,1957,2025,2125,2185,2251,2324,2393,2450,2502,2564,2636,2712,2747,2782,2832,2866,2901,2936,3006,3077,3194,3395,3505,3706,3835,3907", - "endLines": "2,3,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,53,54,58,59,60,61", - "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,33,34,34,69,70,116,12,109,12,128,71,66", - "endOffsets": "119,182,1310,1378,1450,1520,1581,1642,1703,1765,1829,1891,1952,2020,2120,2180,2246,2319,2388,2445,2497,2559,2631,2707,2742,2777,2827,2861,2896,2931,3001,3072,3189,3390,3500,3701,3830,3902,3969" - }, - "to": { - "startLines": "51,52,461,462,463,464,465,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,498,499,507,508,513,514,515,516,524,585,1928,1929,1933,1934,1938,2106,2107", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "3413,3482,40302,40372,40440,40512,40582,41427,41488,41549,41611,41675,41737,41798,41866,41966,42026,42092,42165,42234,42291,42343,42858,42930,43341,43376,43596,43646,43680,43715,44127,49613,138897,139014,139215,139325,139526,152242,152314", - "endLines": "51,52,461,462,463,464,465,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,498,499,507,508,513,514,515,516,524,585,1928,1932,1933,1937,1938,2106,2107", - "endColumns": "68,62,69,67,71,69,60,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,33,34,34,69,70,116,12,109,12,128,71,66", - "endOffsets": "3477,3540,40367,40435,40507,40577,40638,41483,41544,41606,41670,41732,41793,41861,41961,42021,42087,42160,42229,42286,42338,42400,42925,43001,43371,43406,43641,43675,43710,43745,44192,49679,139009,139210,139320,139521,139650,152309,152376" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,397,398,402,406,410,415,421,428,432,436,441,445,449,453,457,461,465,471,475,481,485,491,495,500,504,507,511,517,521,527,531,537,540,544,548,552,556,560,561,562,563,566,569,572,575,579,580,581,582,583,586,588,590,592,597,598,602,608,612,613,615,626,627,631,637,641,642,643,647,674,678,679,683,711,878,904,1072,1098,1129,1137,1143,1157,1179,1184,1189,1199,1208,1217,1221,1228,1236,1243,1244,1253,1256,1259,1263,1267,1271,1274,1275,1279,1283,1293,1298,1305,1311,1312,1315,1319,1324,1326,1328,1331,1334,1336,1340,1343,1350,1353,1356,1360,1362,1366,1368,1370,1372,1376,1384,1392,1404,1410,1419,1422,1433,1436,1441,1442,1447,1505,1564,1565,1575,1584,1585,1587,1591,1594,1597,1600,1603,1607,1610,1613,1616,1620,1623,1627,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1653,1655,1656,1657,1658,1659,1660,1661,1662,1664,1665,1667,1668,1670,1672,1673,1675,1676,1677,1678,1679,1680,1682,1683,1684,1685,1686,1687,1689,1691,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1709,1710,1711,1712,1714,1718,1722,1723,1724,1725,1726,1727,1728,1729,1731,1733,1735,1737,1739,1740,1741,1742,1744,1746,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1762,1763,1764,1765,1767,1769,1770,1772,1773,1775,1777,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1792,1793,1794,1795,1797,1798,1799,1800,1801,1803,1805,1807,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,160,205,254,295,350,409,471,549,630,691,766,842,919,997,1082,1164,1240,1316,1393,1471,1577,1683,1762,1842,1899,1957,2031,2106,2171,2237,2292,2364,2437,2504,2572,2631,2690,2749,2808,2867,2921,2975,3028,3082,3136,3190,3244,3318,3397,3470,3544,3615,3687,3759,3832,3889,3947,4020,4094,4168,4243,4315,4388,4458,4529,4589,27058,27127,27196,27266,27340,27416,27480,27557,27633,27710,27775,27844,27921,27996,28065,28133,28210,28276,28337,28434,28499,28568,28667,28738,28797,28855,28912,28971,29042,29114,29186,29258,29330,29397,29465,29533,29592,29655,29719,29809,29900,29960,30026,30093,30159,30229,30293,30346,30459,30517,30580,30645,30710,30785,30858,30930,30979,31040,31101,31162,31224,31288,31352,31416,31481,31544,31604,31665,31731,31790,31850,31912,31983,32043,32111,32197,32284,32374,32461,32549,32631,32714,32804,32895,32947,33005,33050,33116,33180,33237,33294,33348,33405,33453,33502,33553,33587,33634,33683,33729,33761,33825,33887,33947,34004,34078,34148,34226,34280,34350,34435,34483,34529,34600,34678,34756,34828,34902,34976,35050,35130,35203,35272,35344,35421,35473,35546,35620,35689,35764,35838,35912,36053,36123,36176,36254,36344,36432,36528,36618,37200,37289,37536,37817,38069,38354,38747,39224,39446,39668,39944,40171,40401,40631,40861,41091,41318,41737,41963,42388,42618,43046,43265,43548,43756,43887,44114,44540,44765,45192,45413,45838,45958,46234,46535,46859,47150,47464,47601,47732,47837,48079,48246,48450,48658,48929,49041,49153,49258,49375,49589,49735,49875,49961,50309,50397,50643,51061,51310,51392,51490,52107,52207,52459,52883,53138,53232,53321,53558,55610,55852,55954,56207,58391,69019,70535,81261,82789,84546,85172,85592,86653,87918,88174,88410,88957,89451,90056,90254,90834,91398,91773,91891,92429,92586,92782,93055,93311,93481,93622,93686,93968,94254,94930,95194,95532,95885,95979,96165,96471,96733,96858,96985,97224,97435,97554,97747,97924,98379,98560,98682,98941,99054,99241,99343,99450,99579,99854,100362,100858,101735,102029,102599,102748,103480,103652,103988,104080,104358,108702,113189,113251,113881,114495,114586,114699,114928,115088,115240,115411,115578,115821,115991,116164,116335,116609,116808,117013,117343,117427,117523,117619,117717,117817,117919,118021,118123,118225,118327,118427,118523,118635,118764,118887,119018,119149,119247,119361,119455,119595,119729,119825,119937,120037,120153,120249,120361,120461,120601,120737,120901,121031,121189,121339,121480,121624,121759,121871,122021,122149,122277,122413,122545,122675,122805,122917,123057,123203,123347,123485,123551,123641,123717,123821,123911,124013,124121,124229,124329,124409,124501,124599,124709,124787,124893,124985,125089,125199,125321,125484,125641,125721,125821,125911,126021,126115,126221,126313,126413,126525,126639,126755,126871,126965,127079,127191,127293,127413,127535,127617,127721,127841,127967,128065,128159,128247,128359,128475,128597,128709,128884,129000,129086,129178,129290,129414,129481,129607,129675,129803,129947,130075,130144,130239,130354,130467,130566,130675,130786,130897,130998,131103,131203,131333,131424,131547,131641,131753,131839,131943,132039,132127,132245,132349,132453,132579,132667,132775,132875,132965,133075,133159,133261,133345,133399,133463,133569,133679,133763", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,396,397,401,405,409,414,420,427,431,435,440,444,448,452,456,460,464,470,474,480,484,490,494,499,503,506,510,516,520,526,530,536,539,543,547,551,555,559,560,561,562,565,568,571,574,578,579,580,581,582,585,587,589,591,596,597,601,607,611,612,614,625,626,630,636,640,641,642,646,673,677,678,682,710,877,903,1071,1097,1128,1136,1142,1156,1178,1183,1188,1198,1207,1216,1220,1227,1235,1242,1243,1252,1255,1258,1262,1266,1270,1273,1274,1278,1282,1292,1297,1304,1310,1311,1314,1318,1323,1325,1327,1330,1333,1335,1339,1342,1349,1352,1355,1359,1361,1365,1367,1369,1371,1375,1383,1391,1403,1409,1418,1421,1432,1435,1440,1441,1446,1504,1563,1564,1574,1583,1584,1586,1590,1593,1596,1599,1602,1606,1609,1612,1615,1619,1622,1626,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1652,1654,1655,1656,1657,1658,1659,1660,1661,1663,1664,1666,1667,1669,1671,1672,1674,1675,1676,1677,1678,1679,1681,1682,1683,1684,1685,1686,1688,1690,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1706,1707,1708,1709,1710,1711,1713,1717,1721,1722,1723,1724,1725,1726,1727,1728,1730,1732,1734,1736,1738,1739,1740,1741,1743,1745,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1761,1762,1763,1764,1766,1768,1769,1771,1772,1774,1776,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1791,1792,1793,1794,1796,1797,1798,1799,1800,1802,1804,1806,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822", - "endColumns": "54,44,48,40,54,58,61,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", - "endOffsets": "155,200,249,290,345,404,466,544,625,686,761,837,914,992,1077,1159,1235,1311,1388,1466,1572,1678,1757,1837,1894,1952,2026,2101,2166,2232,2287,2359,2432,2499,2567,2626,2685,2744,2803,2862,2916,2970,3023,3077,3131,3185,3239,3313,3392,3465,3539,3610,3682,3754,3827,3884,3942,4015,4089,4163,4238,4310,4383,4453,4524,4584,4645,27122,27191,27261,27335,27411,27475,27552,27628,27705,27770,27839,27916,27991,28060,28128,28205,28271,28332,28429,28494,28563,28662,28733,28792,28850,28907,28966,29037,29109,29181,29253,29325,29392,29460,29528,29587,29650,29714,29804,29895,29955,30021,30088,30154,30224,30288,30341,30454,30512,30575,30640,30705,30780,30853,30925,30974,31035,31096,31157,31219,31283,31347,31411,31476,31539,31599,31660,31726,31785,31845,31907,31978,32038,32106,32192,32279,32369,32456,32544,32626,32709,32799,32890,32942,33000,33045,33111,33175,33232,33289,33343,33400,33448,33497,33548,33582,33629,33678,33724,33756,33820,33882,33942,33999,34073,34143,34221,34275,34345,34430,34478,34524,34595,34673,34751,34823,34897,34971,35045,35125,35198,35267,35339,35416,35468,35541,35615,35684,35759,35833,35907,36048,36118,36171,36249,36339,36427,36523,36613,37195,37284,37531,37812,38064,38349,38742,39219,39441,39663,39939,40166,40396,40626,40856,41086,41313,41732,41958,42383,42613,43041,43260,43543,43751,43882,44109,44535,44760,45187,45408,45833,45953,46229,46530,46854,47145,47459,47596,47727,47832,48074,48241,48445,48653,48924,49036,49148,49253,49370,49584,49730,49870,49956,50304,50392,50638,51056,51305,51387,51485,52102,52202,52454,52878,53133,53227,53316,53553,55605,55847,55949,56202,58386,69014,70530,81256,82784,84541,85167,85587,86648,87913,88169,88405,88952,89446,90051,90249,90829,91393,91768,91886,92424,92581,92777,93050,93306,93476,93617,93681,93963,94249,94925,95189,95527,95880,95974,96160,96466,96728,96853,96980,97219,97430,97549,97742,97919,98374,98555,98677,98936,99049,99236,99338,99445,99574,99849,100357,100853,101730,102024,102594,102743,103475,103647,103983,104075,104353,108697,113184,113246,113876,114490,114581,114694,114923,115083,115235,115406,115573,115816,115986,116159,116330,116604,116803,117008,117338,117422,117518,117614,117712,117812,117914,118016,118118,118220,118322,118422,118518,118630,118759,118882,119013,119144,119242,119356,119450,119590,119724,119820,119932,120032,120148,120244,120356,120456,120596,120732,120896,121026,121184,121334,121475,121619,121754,121866,122016,122144,122272,122408,122540,122670,122800,122912,123052,123198,123342,123480,123546,123636,123712,123816,123906,124008,124116,124224,124324,124404,124496,124594,124704,124782,124888,124980,125084,125194,125316,125479,125636,125716,125816,125906,126016,126110,126216,126308,126408,126520,126634,126750,126866,126960,127074,127186,127288,127408,127530,127612,127716,127836,127962,128060,128154,128242,128354,128470,128592,128704,128879,128995,129081,129173,129285,129409,129476,129602,129670,129798,129942,130070,130139,130234,130349,130462,130561,130670,130781,130892,130993,131098,131198,131328,131419,131542,131636,131748,131834,131938,132034,132122,132240,132344,132448,132574,132662,132770,132870,132960,133070,133154,133256,133340,133394,133458,133564,133674,133758,133878" - }, - "to": { - "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,466,467,468,469,470,471,472,473,474,490,491,492,493,494,495,496,497,502,503,504,505,506,509,510,512,517,520,521,522,523,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,584,586,587,588,589,590,598,606,607,611,615,619,624,630,637,641,645,650,654,658,662,666,670,674,680,684,690,694,700,704,709,713,716,720,726,730,736,740,746,749,753,757,761,765,769,770,771,772,775,778,781,784,788,789,790,791,792,795,797,799,801,806,807,811,817,821,822,824,835,836,840,846,850,851,852,856,883,887,888,892,920,1087,1113,1281,1307,1338,1346,1352,1366,1388,1393,1398,1408,1417,1426,1430,1437,1445,1452,1453,1462,1465,1468,1472,1476,1480,1483,1484,1488,1492,1502,1507,1514,1520,1521,1524,1528,1533,1535,1537,1540,1543,1545,1549,1552,1559,1562,1565,1569,1571,1575,1577,1579,1581,1585,1593,1601,1613,1619,1628,1631,1642,1645,1650,1651,1676,1734,1793,1794,1804,1813,1814,1816,1820,1823,1826,1829,1832,1836,1839,1842,1845,1849,1852,1856,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1894,1896,1897,1898,1899,1900,1901,1902,1903,1905,1906,1908,1909,1911,1913,1914,1916,1917,1918,1919,1920,1921,1923,1924,1925,1926,1927,1939,1941,1943,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1960,1961,1962,1963,1964,1965,1967,1971,2005,2006,2007,2008,2009,2010,2011,2012,2014,2016,2018,2020,2022,2023,2024,2025,2027,2029,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2045,2046,2047,2048,2050,2052,2053,2055,2056,2058,2060,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2075,2076,2077,2078,2080,2081,2082,2083,2084,2086,2088,2090,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "211,266,311,360,401,456,515,577,655,736,797,872,948,1025,1103,1188,1270,1346,1422,1499,1577,1683,1789,1868,1948,2005,2126,2200,2275,2340,2406,2461,2533,2606,2673,2741,2800,2859,2918,2977,3036,3090,3144,3197,3251,3305,3359,3545,3619,3698,3771,3845,3916,3988,4060,4133,4190,4248,4321,4395,4469,4544,4616,4689,4759,4830,4890,35249,35318,35387,35457,35531,35607,35671,35748,35824,35901,35966,36035,36112,36187,36256,36324,36401,36467,36528,36625,36690,36759,36858,36929,36988,37046,37103,37162,37233,37305,37377,37449,37521,37588,37656,37724,37783,37846,37910,38000,38091,38151,38217,38284,38350,38420,38484,38537,38650,38708,38771,38836,38901,38976,39049,39121,39170,39231,39292,39353,39415,39479,39543,39607,39672,39735,39795,39856,39922,39981,40041,40103,40174,40234,40643,40729,40816,40906,40993,41081,41163,41246,41336,42405,42457,42515,42560,42626,42690,42747,42804,43102,43159,43207,43256,43307,43411,43458,43550,43750,43884,43948,44010,44070,44197,44271,44341,44419,44473,44543,44628,44676,44722,44793,44871,44949,45021,45095,45169,45243,45323,45396,45465,45537,45614,45666,45739,45813,45882,45957,46031,46105,46246,49560,49684,49762,49852,49940,50036,50502,51084,51173,51420,51701,51953,52238,52631,53108,53330,53552,53828,54055,54285,54515,54745,54975,55202,55621,55847,56272,56502,56930,57149,57432,57640,57771,57998,58424,58649,59076,59297,59722,59842,60118,60419,60743,61034,61348,61485,61616,61721,61963,62130,62334,62542,62813,62925,63037,63142,63259,63473,63619,63759,63845,64193,64281,64527,64945,65194,65276,65374,65991,66091,66343,66767,67022,67116,67205,67442,69494,69736,69838,70091,72275,82903,84419,95145,96673,98430,99056,99476,100537,101802,102058,102294,102841,103335,103940,104138,104718,105282,105657,105775,106313,106470,106666,106939,107195,107365,107506,107570,107852,108138,108814,109078,109416,109769,109863,110049,110355,110617,110742,110869,111108,111319,111438,111631,111808,112263,112444,112566,112825,112938,113125,113227,113334,113463,113738,114246,114742,115619,115913,116483,116632,117364,117536,117872,117964,119422,123766,128253,128315,128945,129559,129650,129763,129992,130152,130304,130475,130642,130885,131055,131228,131399,131673,131872,132077,133183,133267,133363,133459,133557,133657,133759,133861,133963,134065,134167,134267,134363,134475,134604,134727,134858,134989,135087,135201,135295,135435,135569,135665,135777,135877,135993,136089,136201,136301,136441,136577,136741,136871,137029,137179,137320,137464,137599,137711,137861,137989,138117,138253,138385,138515,138645,138757,139655,139801,139945,140109,140175,140265,140341,140445,140535,140637,140745,140853,140953,141033,141125,141223,141333,141411,141517,141609,141713,141823,141945,142108,144000,144080,144180,144270,144380,144474,144580,144672,144772,144884,144998,145114,145230,145324,145438,145550,145652,145772,145894,145976,146080,146200,146326,146424,146518,146606,146718,146834,146956,147068,147243,147359,147445,147537,147649,147773,147840,147966,148034,148162,148306,148434,148503,148598,148713,148826,148925,149034,149145,149256,149357,149462,149562,149692,149783,149906,150000,150112,150198,150302,150398,150486,150604,150708,150812,150938,151026,151134,151234,151324,151434,151518,151620,151704,151758,151822,151928,152038,152122", - "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,466,467,468,469,470,471,472,473,474,490,491,492,493,494,495,496,497,502,503,504,505,506,509,510,512,517,520,521,522,523,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,584,586,587,588,589,590,605,606,610,614,618,623,629,636,640,644,649,653,657,661,665,669,673,679,683,689,693,699,703,708,712,715,719,725,729,735,739,745,748,752,756,760,764,768,769,770,771,774,777,780,783,787,788,789,790,791,794,796,798,800,805,806,810,816,820,821,823,834,835,839,845,849,850,851,855,882,886,887,891,919,1086,1112,1280,1306,1337,1345,1351,1365,1387,1392,1397,1407,1416,1425,1429,1436,1444,1451,1452,1461,1464,1467,1471,1475,1479,1482,1483,1487,1491,1501,1506,1513,1519,1520,1523,1527,1532,1534,1536,1539,1542,1544,1548,1551,1558,1561,1564,1568,1570,1574,1576,1578,1580,1584,1592,1600,1612,1618,1627,1630,1641,1644,1649,1650,1655,1733,1792,1793,1803,1812,1813,1815,1819,1822,1825,1828,1831,1835,1838,1841,1844,1848,1851,1855,1859,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1893,1895,1896,1897,1898,1899,1900,1901,1902,1904,1905,1907,1908,1910,1912,1913,1915,1916,1917,1918,1919,1920,1922,1923,1924,1925,1926,1927,1940,1942,1944,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1959,1960,1961,1962,1963,1964,1966,1970,1974,2005,2006,2007,2008,2009,2010,2011,2013,2015,2017,2019,2021,2022,2023,2024,2026,2028,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2044,2045,2046,2047,2049,2051,2052,2054,2055,2057,2059,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2074,2075,2076,2077,2079,2080,2081,2082,2083,2085,2087,2089,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105", - "endColumns": "54,44,48,40,54,58,61,77,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,54,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119", - "endOffsets": "261,306,355,396,451,510,572,650,731,792,867,943,1020,1098,1183,1265,1341,1417,1494,1572,1678,1784,1863,1943,2000,2058,2195,2270,2335,2401,2456,2528,2601,2668,2736,2795,2854,2913,2972,3031,3085,3139,3192,3246,3300,3354,3408,3614,3693,3766,3840,3911,3983,4055,4128,4185,4243,4316,4390,4464,4539,4611,4684,4754,4825,4885,4946,35313,35382,35452,35526,35602,35666,35743,35819,35896,35961,36030,36107,36182,36251,36319,36396,36462,36523,36620,36685,36754,36853,36924,36983,37041,37098,37157,37228,37300,37372,37444,37516,37583,37651,37719,37778,37841,37905,37995,38086,38146,38212,38279,38345,38415,38479,38532,38645,38703,38766,38831,38896,38971,39044,39116,39165,39226,39287,39348,39410,39474,39538,39602,39667,39730,39790,39851,39917,39976,40036,40098,40169,40229,40297,40724,40811,40901,40988,41076,41158,41241,41331,41422,42452,42510,42555,42621,42685,42742,42799,42853,43154,43202,43251,43302,43336,43453,43502,43591,43777,43943,44005,44065,44122,44266,44336,44414,44468,44538,44623,44671,44717,44788,44866,44944,45016,45090,45164,45238,45318,45391,45460,45532,45609,45661,45734,45808,45877,45952,46026,46100,46241,46311,49608,49757,49847,49935,50031,50121,51079,51168,51415,51696,51948,52233,52626,53103,53325,53547,53823,54050,54280,54510,54740,54970,55197,55616,55842,56267,56497,56925,57144,57427,57635,57766,57993,58419,58644,59071,59292,59717,59837,60113,60414,60738,61029,61343,61480,61611,61716,61958,62125,62329,62537,62808,62920,63032,63137,63254,63468,63614,63754,63840,64188,64276,64522,64940,65189,65271,65369,65986,66086,66338,66762,67017,67111,67200,67437,69489,69731,69833,70086,72270,82898,84414,95140,96668,98425,99051,99471,100532,101797,102053,102289,102836,103330,103935,104133,104713,105277,105652,105770,106308,106465,106661,106934,107190,107360,107501,107565,107847,108133,108809,109073,109411,109764,109858,110044,110350,110612,110737,110864,111103,111314,111433,111626,111803,112258,112439,112561,112820,112933,113120,113222,113329,113458,113733,114241,114737,115614,115908,116478,116627,117359,117531,117867,117959,118237,123761,128248,128310,128940,129554,129645,129758,129987,130147,130299,130470,130637,130880,131050,131223,131394,131668,131867,132072,132402,133262,133358,133454,133552,133652,133754,133856,133958,134060,134162,134262,134358,134470,134599,134722,134853,134984,135082,135196,135290,135430,135564,135660,135772,135872,135988,136084,136196,136296,136436,136572,136736,136866,137024,137174,137315,137459,137594,137706,137856,137984,138112,138248,138380,138510,138640,138752,138892,139796,139940,140078,140170,140260,140336,140440,140530,140632,140740,140848,140948,141028,141120,141218,141328,141406,141512,141604,141708,141818,141940,142103,142260,144075,144175,144265,144375,144469,144575,144667,144767,144879,144993,145109,145225,145319,145433,145545,145647,145767,145889,145971,146075,146195,146321,146419,146513,146601,146713,146829,146951,147063,147238,147354,147440,147532,147644,147768,147835,147961,148029,148157,148301,148429,148498,148593,148708,148821,148920,149029,149140,149251,149352,149457,149557,149687,149778,149901,149995,150107,150193,150297,150393,150481,150599,150703,150807,150933,151021,151129,151229,151319,151429,151513,151615,151699,151753,151817,151923,152033,152117,152237" - } - }, - { - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/values/strings.xml", - "from": { - "startLines": "1", - "startColumns": "4", - "startOffsets": "16", - "endColumns": "46", - "endOffsets": "58" - }, - "to": { - "startLines": "555", - "startColumns": "4", - "startOffsets": "46399", - "endColumns": "46", - "endOffsets": "46441" - } - }, - { - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/values/styles.xml", - "from": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "54", - "endLines": "5", - "endColumns": "12", - "endOffsets": "177" - }, - "to": { - "startLines": "595", - "startColumns": "4", - "startOffsets": "50374", - "endLines": "597", - "endColumns": "12", - "endOffsets": "50497" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,44,47,50,53,57,61,64,67,70,73,74,75,82,89,92,95,98,104", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "100,163,211,259,302,356,404,487,581,684,797,959,1073,1180,1292,1395,1516,1642,1833,1941,2054,2167,2275,2387,2516,2627,2720,2852,2977,3075,3174,3288,3376,3449,3520,3601,3849,4052,4243,4438,4621,4823,5029,5230,5419,5618,5805,5831,5866,6284,6662,6839,7018,7201,7566", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,40,43,46,49,52,56,60,63,66,69,72,73,74,81,88,91,94,97,103,113", - "endColumns": "62,47,47,42,53,47,82,93,102,112,161,113,106,111,102,120,125,190,107,112,112,107,111,128,110,92,131,124,97,98,113,87,72,70,80,10,12,12,12,12,10,10,12,12,12,12,25,34,10,10,10,10,12,12,10", - "endOffsets": "158,206,254,297,351,399,482,576,679,792,954,1068,1175,1287,1390,1511,1637,1828,1936,2049,2162,2270,2382,2511,2622,2715,2847,2972,3070,3169,3283,3371,3444,3515,3596,3844,4047,4238,4433,4616,4818,5024,5225,5414,5613,5800,5826,5861,6279,6657,6834,7013,7196,7561,8002" - }, - "to": { - "startLines": "29,500,501,511,518,519,554,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,591,1656,1659,1662,1665,1668,1672,1860,1863,1866,1869,1945,1975,1976,1983,1990,1993,1996,1999,2111", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2063,43006,43054,43507,43782,43836,46316,46446,46540,46643,46756,46918,47032,47139,47251,47354,47475,47601,47792,47900,48013,48126,48234,48346,48475,48586,48679,48811,48936,49034,49133,49247,49335,49408,49479,50126,118242,118445,118636,118831,119014,119216,132407,132608,132797,132996,140083,142265,142300,142718,143096,143273,143452,143635,152526", - "endLines": "29,500,501,511,518,519,554,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,594,1658,1661,1664,1667,1671,1675,1862,1865,1868,1871,1945,1975,1982,1989,1992,1995,1998,2004,2120", - "endColumns": "62,47,47,42,53,47,82,93,102,112,161,113,106,111,102,120,125,190,107,112,112,107,111,128,110,92,131,124,97,98,113,87,72,70,80,10,12,12,12,12,10,10,12,12,12,12,25,34,10,10,10,10,12,12,10", - "endOffsets": "2121,43049,43097,43545,43831,43879,46394,46535,46638,46751,46913,47027,47134,47246,47349,47470,47596,47787,47895,48008,48121,48229,48341,48470,48581,48674,48806,48931,49029,49128,49242,49330,49403,49474,49555,50369,118440,118631,118826,119009,119211,119417,132603,132792,132991,133178,140104,142295,142713,143091,143268,143447,143630,143995,152962" - } - }, - { - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-core-ui-27.1.1.aar/2f31cb18220035b96ad50c91510c7cd7/res/values/values.xml", - "from": { - "startLines": "2,66", - "startColumns": "4,4", - "startOffsets": "55,2487", - "endLines": "2,68", - "endColumns": "60,12", - "endOffsets": "111,2627" - }, - "to": { - "startLines": "2,2108", - "startColumns": "4,4", - "startOffsets": "150,152381", - "endLines": "2,2110", - "endColumns": "60,12", - "endOffsets": "206,152521" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/android/app/build/intermediates/blame/res/debug/single/debug.json b/android/app/build/intermediates/blame/res/debug/single/debug.json deleted file mode 100644 index 3c63f0e..0000000 --- a/android/app/build/intermediates/blame/res/debug/single/debug.json +++ /dev/null @@ -1,1598 +0,0 @@ -[ - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_background_cache_hint_selector_material_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_down.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_slide_down.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_spinner.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_btn_checkable.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_btn_colored_text_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_switch_track.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_seekbar_track_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_bar_title_item.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_edittext.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_menu_overflow_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/xml_preferences.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/xml/preferences.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_alert_dialog_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_normal.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v21/abc_btn_colored_borderless_text_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_dev_loading_view.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/dev_loading_view.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_search_dropdown_item_icons_2line.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-v21/notification_action_background.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_text_cursor_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_half_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_menu_layout.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_seekbar_thumb_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_low_normal.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_popup_menu_header_item_layout.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_item_background_holo_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_toolbar.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_half_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_template_part_chronometer.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_redbox_view.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/redbox_view.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v21/abc_action_bar_item_background_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_action.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_radio_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_btn_checkable.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_tab_indicator_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_background_transition_holo_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/select_dialog_multichoice_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_go_search_api_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_alert_dialog_button_bar_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_action.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_radio.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_normal.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_mode_bar.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_activity_chooser_view_list_item.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ratingbar_indicator_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_secondary_text_material_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_in.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_fade_in.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_hint_foreground_material_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_select_dialog_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_edittext.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_half_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_in_bottom.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/switch_thumb_material_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/tooltip_frame_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_textfield_search_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_popup_enter.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_popup_exit.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_action_tombstone.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/select_dialog_singlechoice_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_out.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_fade_out.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_simple.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_fps_view.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/fps_view.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_btn_colored_text_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_default_mtrl_shape.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_material_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_icon.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/support_simple_spinner_dropdown_item.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_grow_fade_in_from_bottom.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_action_tombstone.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_template_part_time.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_clear_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_seek_thumb.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_alert_dialog_title_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_secondary_text_material_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_material_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_half_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_checkbox.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_mode_close_item_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_spinner.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_up.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_slide_up.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_tile_bg.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-mdpi/ic_launcher.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_normal.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_low_normal.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_hint_foreground_material_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_switch_track.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_in_top.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v21/abc_edit_text_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_template_icon_group.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_background_cache_hint_selector_material_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_icon_background.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_dialog_material_background.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_redbox_item_frame.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/redbox_item_frame.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_fade_out.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/tooltip_frame_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_shrink_fade_out_from_bottom.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_check_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/switch_thumb_material_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_dialog_title_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_fade_in.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v23/abc_control_background_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_switch_thumb_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_default.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_color_highlight_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_in.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_push_up_in.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_out_bottom.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_bg.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_vector_test.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_bar_up_container.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_seekbar_tick_mark_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_half_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_tooltip.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_item_background_holo_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_out_top.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_search_view.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_btn_colored_borderless_text_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_disable_only_material_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_simple_overlay_action_mode.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_colored_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-hdpi/ic_launcher.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_cab_background_internal_bg.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_half_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_voice_search_api_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_ab_back_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_search_api_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_layout.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_btn_colored_borderless_text_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_template_custom_big.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/select_dialog_item_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_tooltip_enter.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_borderless_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_popup_menu_item_layout.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_background_transition_holo_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_spinner_textfield_background_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ratingbar_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_search_url_text.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_light.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ratingbar_small_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v16/notification_template_custom_big.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_disable_only_material_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_default.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_holo_light.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat", - "source": "/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout-v26/abc_screen_toolbar.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_tooltip_exit.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_template_icon_group.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_cab_background_top_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_redbox_item_title.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/redbox_item_title.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_holo_dark.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout-watch-v20/abc_alert_dialog_title_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_expanded_menu_layout.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-watch-v20/abc_dialog_material_background.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_black_48dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_out.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_push_up_out.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v21/abc_btn_colored_material.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_menu_item_layout.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_bg_low.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_content_include.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_seek_thumb.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_dark.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_activity_chooser_view.xml" - }, - { - "merged": "/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat", - "source": "/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_edit_text_material.xml" - } -] \ No newline at end of file diff --git a/android/app/build/intermediates/classes/debug/android/arch/core/R.class b/android/app/build/intermediates/classes/debug/android/arch/core/R.class deleted file mode 100644 index ee6c997..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/arch/core/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/arch/lifecycle/R.class b/android/app/build/intermediates/classes/debug/android/arch/lifecycle/R.class deleted file mode 100644 index 14396bd..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/arch/lifecycle/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/arch/lifecycle/livedata/core/R.class b/android/app/build/intermediates/classes/debug/android/arch/lifecycle/livedata/core/R.class deleted file mode 100644 index 8d4f6c7..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/arch/lifecycle/livedata/core/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/arch/lifecycle/viewmodel/R.class b/android/app/build/intermediates/classes/debug/android/arch/lifecycle/viewmodel/R.class deleted file mode 100644 index 4622073..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/arch/lifecycle/viewmodel/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$attr.class deleted file mode 100644 index b18b085..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$bool.class deleted file mode 100644 index a085236..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$color.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$color.class deleted file mode 100644 index 263db2e..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$dimen.class deleted file mode 100644 index d3ac213..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$drawable.class deleted file mode 100644 index 53d1a0f..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$id.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$id.class deleted file mode 100644 index 44e595e..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$integer.class deleted file mode 100644 index 18b970d..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$layout.class deleted file mode 100644 index 1a517c7..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$string.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$string.class deleted file mode 100644 index e1de082..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$style.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$style.class deleted file mode 100644 index 19b4f72..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/compat/R$styleable.class deleted file mode 100644 index 881d1da..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/compat/R.class b/android/app/build/intermediates/classes/debug/android/support/compat/R.class deleted file mode 100644 index 8b2dc63..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/compat/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$attr.class deleted file mode 100644 index 781bc60..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$bool.class deleted file mode 100644 index 856ae21..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$color.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$color.class deleted file mode 100644 index 95676e7..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$dimen.class deleted file mode 100644 index 2d56240..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$drawable.class deleted file mode 100644 index 3672114..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$id.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$id.class deleted file mode 100644 index 8c0d762..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$integer.class deleted file mode 100644 index 72bfb99..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$layout.class deleted file mode 100644 index f4a5737..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$string.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$string.class deleted file mode 100644 index 2afa2ff..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$style.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$style.class deleted file mode 100644 index 1ef0d8a..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R$styleable.class deleted file mode 100644 index 7e94179..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreui/R.class b/android/app/build/intermediates/classes/debug/android/support/coreui/R.class deleted file mode 100644 index 51efabb..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreui/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$attr.class deleted file mode 100644 index 88179e5..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$bool.class deleted file mode 100644 index a7922c0..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$color.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$color.class deleted file mode 100644 index 4a373b7..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class deleted file mode 100644 index 69e1593..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class deleted file mode 100644 index 743e8d7..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$id.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$id.class deleted file mode 100644 index 56825f6..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$integer.class deleted file mode 100644 index 974159d..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$layout.class deleted file mode 100644 index a578ea4..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$string.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$string.class deleted file mode 100644 index 6029b4f..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$style.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$style.class deleted file mode 100644 index 1ab4070..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class deleted file mode 100644 index ad8f9f8..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/coreutils/R.class b/android/app/build/intermediates/classes/debug/android/support/coreutils/R.class deleted file mode 100644 index 08a9295..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/coreutils/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$attr.class deleted file mode 100644 index 30f5c6e..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$bool.class deleted file mode 100644 index f3c0a86..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$color.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$color.class deleted file mode 100644 index 634092b..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$dimen.class deleted file mode 100644 index 7c59b40..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$drawable.class deleted file mode 100644 index 2ba82cd..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$id.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$id.class deleted file mode 100644 index a37c9bb..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$integer.class deleted file mode 100644 index 3767669..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$layout.class deleted file mode 100644 index f191a20..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$string.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$string.class deleted file mode 100644 index 52a1823..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$style.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$style.class deleted file mode 100644 index 05bc593..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R$styleable.class deleted file mode 100644 index b3d4dca..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/fragment/R.class b/android/app/build/intermediates/classes/debug/android/support/fragment/R.class deleted file mode 100644 index 6841d5c..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/fragment/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$attr.class deleted file mode 100644 index 5ec258a..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$bool.class deleted file mode 100644 index 5dd2fa7..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$color.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$color.class deleted file mode 100644 index 91fd334..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$dimen.class deleted file mode 100644 index c5807cc..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$drawable.class deleted file mode 100644 index 839c97c..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$id.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$id.class deleted file mode 100644 index 4128a37..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$integer.class deleted file mode 100644 index 3aa11bb..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$layout.class deleted file mode 100644 index 0453ade..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$string.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$string.class deleted file mode 100644 index 8797f96..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$style.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$style.class deleted file mode 100644 index 53778a2..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$styleable.class deleted file mode 100644 index ef4cb60..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R.class deleted file mode 100644 index 1d2a510..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$attr.class deleted file mode 100644 index e1d1478..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$bool.class deleted file mode 100644 index 9af461a..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$color.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$color.class deleted file mode 100644 index 3a947df..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$dimen.class deleted file mode 100644 index 9c2ecd1..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$drawable.class deleted file mode 100644 index f0c8250..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$id.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$id.class deleted file mode 100644 index aff1d62..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$integer.class deleted file mode 100644 index 1201cdc..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$layout.class deleted file mode 100644 index 1095e39..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$string.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$string.class deleted file mode 100644 index f027f6e..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$style.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$style.class deleted file mode 100644 index 278aeca..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$styleable.class deleted file mode 100644 index d8f415b..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R.class b/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R.class deleted file mode 100644 index e3b5be4..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/graphics/drawable/animated/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class deleted file mode 100644 index ad34973..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class deleted file mode 100644 index ce0daa3..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class deleted file mode 100644 index 34f8815..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class deleted file mode 100644 index f19576e..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class deleted file mode 100644 index 1fcc4e8..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class deleted file mode 100644 index 7a618b3..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class deleted file mode 100644 index 8caefa6..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class deleted file mode 100644 index b1eecc8..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class deleted file mode 100644 index 366762b..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class deleted file mode 100644 index db570ea..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class deleted file mode 100644 index 9f4d427..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class deleted file mode 100644 index fa36cf9..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class deleted file mode 100644 index 2c9d866..0000000 Binary files a/android/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$attr.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$attr.class deleted file mode 100644 index 92e8f3f..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$id.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$id.class deleted file mode 100644 index d08d563..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$styleable.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$styleable.class deleted file mode 100644 index 4cc418a..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/R.class deleted file mode 100644 index fae2206..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$attr.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$attr.class deleted file mode 100644 index c0bca8b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$id.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$id.class deleted file mode 100644 index 0be5e28..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$styleable.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$styleable.class deleted file mode 100644 index 8907c22..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R.class b/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R.class deleted file mode 100644 index 2152cce..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/drawee/backends/pipeline/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/fbcore/R.class b/android/app/build/intermediates/classes/debug/com/facebook/fbcore/R.class deleted file mode 100644 index b6f9aca..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/fbcore/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/imagepipeline/R.class b/android/app/build/intermediates/classes/debug/com/facebook/imagepipeline/R.class deleted file mode 100644 index 5ce39d4..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/imagepipeline/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/imagepipeline/backends/okhttp3/R.class b/android/app/build/intermediates/classes/debug/com/facebook/imagepipeline/backends/okhttp3/R.class deleted file mode 100644 index ac8ccb0..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/imagepipeline/backends/okhttp3/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/imagepipelinebase/R.class b/android/app/build/intermediates/classes/debug/com/facebook/imagepipelinebase/R.class deleted file mode 100644 index 310ce87..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/imagepipelinebase/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$anim.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$anim.class deleted file mode 100644 index c529bff..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$anim.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$attr.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$attr.class deleted file mode 100644 index de4d53e..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$bool.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$bool.class deleted file mode 100644 index 5d580bb..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$color.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$color.class deleted file mode 100644 index b25168a..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$dimen.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$dimen.class deleted file mode 100644 index 49128d3..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$drawable.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$drawable.class deleted file mode 100644 index 011729e..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$id.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$id.class deleted file mode 100644 index 763a326..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$integer.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$integer.class deleted file mode 100644 index 0be79e7..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$layout.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$layout.class deleted file mode 100644 index 4ae55a1..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$string.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$string.class deleted file mode 100644 index 4516fdd..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$style.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$style.class deleted file mode 100644 index 82a4e78..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$styleable.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$styleable.class deleted file mode 100644 index a90fe30..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R$xml.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R$xml.class deleted file mode 100644 index cf3123b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R$xml.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/react/R.class b/android/app/build/intermediates/classes/debug/com/facebook/react/R.class deleted file mode 100644 index d1ff64b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/react/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/facebook/soloader/R.class b/android/app/build/intermediates/classes/debug/com/facebook/soloader/R.class deleted file mode 100644 index 893d50b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/facebook/soloader/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/BuildConfig.class b/android/app/build/intermediates/classes/debug/com/microfone/BuildConfig.class deleted file mode 100644 index 0b0029a..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/BuildConfig.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/MainActivity$1.class b/android/app/build/intermediates/classes/debug/com/microfone/MainActivity$1.class deleted file mode 100644 index f2631a7..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/MainActivity$1.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/MainActivity.class b/android/app/build/intermediates/classes/debug/com/microfone/MainActivity.class deleted file mode 100644 index 3300cab..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/MainActivity.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/MainApplication$1.class b/android/app/build/intermediates/classes/debug/com/microfone/MainApplication$1.class deleted file mode 100644 index 695772e..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/MainApplication$1.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/MainApplication.class b/android/app/build/intermediates/classes/debug/com/microfone/MainApplication.class deleted file mode 100644 index 34b6428..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/MainApplication.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$anim.class b/android/app/build/intermediates/classes/debug/com/microfone/R$anim.class deleted file mode 100644 index 98c851e..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$anim.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$attr.class b/android/app/build/intermediates/classes/debug/com/microfone/R$attr.class deleted file mode 100644 index b01b18d..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$bool.class b/android/app/build/intermediates/classes/debug/com/microfone/R$bool.class deleted file mode 100644 index eeb0d30..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$color.class b/android/app/build/intermediates/classes/debug/com/microfone/R$color.class deleted file mode 100644 index 7c7f5c3..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$dimen.class b/android/app/build/intermediates/classes/debug/com/microfone/R$dimen.class deleted file mode 100644 index 7b7fdb3..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$drawable.class b/android/app/build/intermediates/classes/debug/com/microfone/R$drawable.class deleted file mode 100644 index 6a0853b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$id.class b/android/app/build/intermediates/classes/debug/com/microfone/R$id.class deleted file mode 100644 index d5d7754..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$integer.class b/android/app/build/intermediates/classes/debug/com/microfone/R$integer.class deleted file mode 100644 index c1886d3..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$layout.class b/android/app/build/intermediates/classes/debug/com/microfone/R$layout.class deleted file mode 100644 index b08bb62..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$mipmap.class b/android/app/build/intermediates/classes/debug/com/microfone/R$mipmap.class deleted file mode 100644 index 59a4e8a..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$mipmap.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$string.class b/android/app/build/intermediates/classes/debug/com/microfone/R$string.class deleted file mode 100644 index 55d52ed..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$style.class b/android/app/build/intermediates/classes/debug/com/microfone/R$style.class deleted file mode 100644 index 1048385..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$styleable.class b/android/app/build/intermediates/classes/debug/com/microfone/R$styleable.class deleted file mode 100644 index 966bd45..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R$xml.class b/android/app/build/intermediates/classes/debug/com/microfone/R$xml.class deleted file mode 100644 index 7672452..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R$xml.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/microfone/R.class b/android/app/build/intermediates/classes/debug/com/microfone/R.class deleted file mode 100644 index 0ebf732..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/microfone/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$anim.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$anim.class deleted file mode 100644 index 85df14f..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$anim.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$attr.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$attr.class deleted file mode 100644 index 886a3c9..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$bool.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$bool.class deleted file mode 100644 index f62a9cb..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$color.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$color.class deleted file mode 100644 index 5f1748b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$dimen.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$dimen.class deleted file mode 100644 index 25e42a0..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$drawable.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$drawable.class deleted file mode 100644 index 1c37ea6..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$id.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$id.class deleted file mode 100644 index 6b47899..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$integer.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$integer.class deleted file mode 100644 index be5d3fe..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$layout.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$layout.class deleted file mode 100644 index 229428b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$string.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$string.class deleted file mode 100644 index 73a4138..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$style.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$style.class deleted file mode 100644 index b178695..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$styleable.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$styleable.class deleted file mode 100644 index 288c5f7..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$xml.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$xml.class deleted file mode 100644 index c90c983..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R$xml.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R.class b/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R.class deleted file mode 100644 index bbae973..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/rnim/rn/audio/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/swmansion/gesturehandler/react/R.class b/android/app/build/intermediates/classes/debug/com/swmansion/gesturehandler/react/R.class deleted file mode 100644 index 246472b..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/swmansion/gesturehandler/react/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$anim.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$anim.class deleted file mode 100644 index 2c3cadf..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$anim.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$attr.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$attr.class deleted file mode 100644 index 1b38511..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$attr.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$bool.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$bool.class deleted file mode 100644 index 9102b14..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$bool.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$color.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$color.class deleted file mode 100644 index 8af175e..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$color.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$dimen.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$dimen.class deleted file mode 100644 index 7e5ac48..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$dimen.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$drawable.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$drawable.class deleted file mode 100644 index 2e8c99a..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$drawable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$id.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$id.class deleted file mode 100644 index ee93f59..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$id.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$integer.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$integer.class deleted file mode 100644 index a23f78a..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$integer.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$layout.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$layout.class deleted file mode 100644 index 7c48b85..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$layout.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$string.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$string.class deleted file mode 100644 index 65f72c2..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$string.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$style.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$style.class deleted file mode 100644 index 1ef8b7f..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$style.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$styleable.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$styleable.class deleted file mode 100644 index a12f717..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$styleable.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$xml.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$xml.class deleted file mode 100644 index c0f783d..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R$xml.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R.class b/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R.class deleted file mode 100644 index 4492920..0000000 Binary files a/android/app/build/intermediates/classes/debug/com/zmxv/RNSound/R.class and /dev/null differ diff --git a/android/app/build/intermediates/classes/debug/org/webkit/android_jsc/R.class b/android/app/build/intermediates/classes/debug/org/webkit/android_jsc/R.class deleted file mode 100644 index 67007f2..0000000 Binary files a/android/app/build/intermediates/classes/debug/org/webkit/android_jsc/R.class and /dev/null differ diff --git a/android/app/build/intermediates/incremental/compileDebugAidl/dependency.store b/android/app/build/intermediates/incremental/compileDebugAidl/dependency.store deleted file mode 100644 index 8b8400d..0000000 Binary files a/android/app/build/intermediates/incremental/compileDebugAidl/dependency.store and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state deleted file mode 100644 index 314ee3a..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0fRjm_SId3Ojk3jxvbRa4WKfWtk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0fRjm_SId3Ojk3jxvbRa4WKfWtk= deleted file mode 100644 index aa428e6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0fRjm_SId3Ojk3jxvbRa4WKfWtk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1YnlvcKPiBa09Q7f7E49MQBDSmk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1YnlvcKPiBa09Q7f7E49MQBDSmk= deleted file mode 100644 index 3a9bc14..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1YnlvcKPiBa09Q7f7E49MQBDSmk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2H6iiVFuo4VL78EBqKCgno7_V9s= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2H6iiVFuo4VL78EBqKCgno7_V9s= deleted file mode 100644 index 8dd53cd..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2H6iiVFuo4VL78EBqKCgno7_V9s= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/486H+FRfgrcBs5edCmrjxRf5tY8= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/486H+FRfgrcBs5edCmrjxRf5tY8= deleted file mode 100644 index 3b0d354..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/486H+FRfgrcBs5edCmrjxRf5tY8= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5y8kvwoEt36y308s2VyKc09kiog= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5y8kvwoEt36y308s2VyKc09kiog= deleted file mode 100644 index 5a44606..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5y8kvwoEt36y308s2VyKc09kiog= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/640R+0BNihJ0eJQ52ZmBgK94SjA= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/640R+0BNihJ0eJQ52ZmBgK94SjA= deleted file mode 100644 index da2cdbd..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/640R+0BNihJ0eJQ52ZmBgK94SjA= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/64DKrO8SLYXt2OLZZ46X98h4Uik= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/64DKrO8SLYXt2OLZZ46X98h4Uik= deleted file mode 100644 index 4cf5a7e..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/64DKrO8SLYXt2OLZZ46X98h4Uik= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8lN1qIZGELO4DXuIJhfDKkdbznE= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8lN1qIZGELO4DXuIJhfDKkdbznE= deleted file mode 100644 index 9ee4455..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8lN1qIZGELO4DXuIJhfDKkdbznE= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Dt8saZp_IUJTjwrIYzCewMC5OKw= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Dt8saZp_IUJTjwrIYzCewMC5OKw= deleted file mode 100644 index 8991273..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Dt8saZp_IUJTjwrIYzCewMC5OKw= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I_HWgMs1k9PkN2Frq5R1JZjKyC8= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I_HWgMs1k9PkN2Frq5R1JZjKyC8= deleted file mode 100644 index 59222d9..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I_HWgMs1k9PkN2Frq5R1JZjKyC8= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JVYAd_9YbYQ9tgdrgS6q4HNorvs= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JVYAd_9YbYQ9tgdrgS6q4HNorvs= deleted file mode 100644 index 414429a..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JVYAd_9YbYQ9tgdrgS6q4HNorvs= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MtLhujh5K6ux9lZouOsT2PO_S0I= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MtLhujh5K6ux9lZouOsT2PO_S0I= deleted file mode 100644 index 9993f3f..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MtLhujh5K6ux9lZouOsT2PO_S0I= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OAVlEiJ2t9wG5J2zg08l9hAijjk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OAVlEiJ2t9wG5J2zg08l9hAijjk= deleted file mode 100644 index d4118d6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OAVlEiJ2t9wG5J2zg08l9hAijjk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OJoIgql8p_fDLQnT7rhlXXn6NVY= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OJoIgql8p_fDLQnT7rhlXXn6NVY= deleted file mode 100644 index 0625ab6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OJoIgql8p_fDLQnT7rhlXXn6NVY= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P0ccdE7GJ1Zw__XpLAJdO4gKAww= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P0ccdE7GJ1Zw__XpLAJdO4gKAww= deleted file mode 100644 index 7f9e1f6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P0ccdE7GJ1Zw__XpLAJdO4gKAww= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WkS6s2HfNKXDQZlPSVyM1dtoAXM= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WkS6s2HfNKXDQZlPSVyM1dtoAXM= deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WkS6s2HfNKXDQZlPSVyM1dtoAXM= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XVVKmLi1KZhAE5eSPSIZ1BQLFu0= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XVVKmLi1KZhAE5eSPSIZ1BQLFu0= deleted file mode 100644 index a0ee347..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XVVKmLi1KZhAE5eSPSIZ1BQLFu0= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XhZxTI0P1wdFFzApx5nwg+ZXKOI= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XhZxTI0P1wdFFzApx5nwg+ZXKOI= deleted file mode 100644 index c7eacdc..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XhZxTI0P1wdFFzApx5nwg+ZXKOI= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b6xmdFGUh6YSgLge1jPahd9pBaU= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b6xmdFGUh6YSgLge1jPahd9pBaU= deleted file mode 100644 index 9fbe679..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b6xmdFGUh6YSgLge1jPahd9pBaU= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cFGfiB9lnMuinpelaPjiQMKTkvE= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cFGfiB9lnMuinpelaPjiQMKTkvE= deleted file mode 100644 index ca1b730..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cFGfiB9lnMuinpelaPjiQMKTkvE= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/epcEMN7R4UM1SOipgFcPDfZr24I= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/epcEMN7R4UM1SOipgFcPDfZr24I= deleted file mode 100644 index fe4ea95..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/epcEMN7R4UM1SOipgFcPDfZr24I= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i706m+RX8jCergz3mygmyiM2eSk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i706m+RX8jCergz3mygmyiM2eSk= deleted file mode 100644 index d1cedcf..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/i706m+RX8jCergz3mygmyiM2eSk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lWEEwyPVn40G9cJxCBdqeTSf6IY= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lWEEwyPVn40G9cJxCBdqeTSf6IY= deleted file mode 100644 index 44e4e4b..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lWEEwyPVn40G9cJxCBdqeTSf6IY= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pYfDq5lidvD658t_cYhRiVRUYb4= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pYfDq5lidvD658t_cYhRiVRUYb4= deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pYfDq5lidvD658t_cYhRiVRUYb4= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pva+PA8zomstq5+XOhiZmaEahhs= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pva+PA8zomstq5+XOhiZmaEahhs= deleted file mode 100644 index 3f10816..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pva+PA8zomstq5+XOhiZmaEahhs= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rHXU_SpLXnYIsahA_pWJFriK5g4= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rHXU_SpLXnYIsahA_pWJFriK5g4= deleted file mode 100644 index 8d11adb..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rHXU_SpLXnYIsahA_pWJFriK5g4= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhklMi2t7YxbG4L6rn+LGkKRLW8= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhklMi2t7YxbG4L6rn+LGkKRLW8= deleted file mode 100644 index e1d77de..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rhklMi2t7YxbG4L6rn+LGkKRLW8= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUWT9TJYdnCjgKYHFgMPPmEPGmk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUWT9TJYdnCjgKYHFgMPPmEPGmk= deleted file mode 100644 index 75530e5..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUWT9TJYdnCjgKYHFgMPPmEPGmk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUmSnRmkQYftDjQtSVftn2jXmd4= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUmSnRmkQYftDjQtSVftn2jXmd4= deleted file mode 100644 index 0e5f89f..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sUmSnRmkQYftDjQtSVftn2jXmd4= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tj3qdyfJMO5avF60IZPN8pA4CKk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tj3qdyfJMO5avF60IZPN8pA4CKk= deleted file mode 100644 index b2a9d0b..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tj3qdyfJMO5avF60IZPN8pA4CKk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vnFKLEa1Vl7tJ_JK1AQMIjaflSY= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vnFKLEa1Vl7tJ_JK1AQMIjaflSY= deleted file mode 100644 index a763a10..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vnFKLEa1Vl7tJ_JK1AQMIjaflSY= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wUWAcTH2oUthVNKHK5RzTsnJZOk= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wUWAcTH2oUthVNKHK5RzTsnJZOk= deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wUWAcTH2oUthVNKHK5RzTsnJZOk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zzUeYWhw+kgCTVH0sR6NzV1qEEM= b/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zzUeYWhw+kgCTVH0sR6NzV1qEEM= deleted file mode 100644 index 03d8391..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zzUeYWhw+kgCTVH0sR6NzV1qEEM= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/merge-state b/android/app/build/intermediates/incremental/debug-mergeJniLibs/merge-state deleted file mode 100644 index 824ff29..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/merge-state and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/0fRjm_SId3Ojk3jxvbRa4WKfWtk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/0fRjm_SId3Ojk3jxvbRa4WKfWtk= deleted file mode 100644 index aa428e6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/0fRjm_SId3Ojk3jxvbRa4WKfWtk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/1YnlvcKPiBa09Q7f7E49MQBDSmk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/1YnlvcKPiBa09Q7f7E49MQBDSmk= deleted file mode 100644 index 3a9bc14..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/1YnlvcKPiBa09Q7f7E49MQBDSmk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/2H6iiVFuo4VL78EBqKCgno7_V9s= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/2H6iiVFuo4VL78EBqKCgno7_V9s= deleted file mode 100644 index 8dd53cd..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/2H6iiVFuo4VL78EBqKCgno7_V9s= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/486H+FRfgrcBs5edCmrjxRf5tY8= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/486H+FRfgrcBs5edCmrjxRf5tY8= deleted file mode 100644 index 3b0d354..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/486H+FRfgrcBs5edCmrjxRf5tY8= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/5y8kvwoEt36y308s2VyKc09kiog= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/5y8kvwoEt36y308s2VyKc09kiog= deleted file mode 100644 index 5a44606..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/5y8kvwoEt36y308s2VyKc09kiog= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/640R+0BNihJ0eJQ52ZmBgK94SjA= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/640R+0BNihJ0eJQ52ZmBgK94SjA= deleted file mode 100644 index da2cdbd..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/640R+0BNihJ0eJQ52ZmBgK94SjA= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/64DKrO8SLYXt2OLZZ46X98h4Uik= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/64DKrO8SLYXt2OLZZ46X98h4Uik= deleted file mode 100644 index 4cf5a7e..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/64DKrO8SLYXt2OLZZ46X98h4Uik= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/8lN1qIZGELO4DXuIJhfDKkdbznE= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/8lN1qIZGELO4DXuIJhfDKkdbznE= deleted file mode 100644 index 9ee4455..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/8lN1qIZGELO4DXuIJhfDKkdbznE= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/Dt8saZp_IUJTjwrIYzCewMC5OKw= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/Dt8saZp_IUJTjwrIYzCewMC5OKw= deleted file mode 100644 index 8991273..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/Dt8saZp_IUJTjwrIYzCewMC5OKw= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/I_HWgMs1k9PkN2Frq5R1JZjKyC8= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/I_HWgMs1k9PkN2Frq5R1JZjKyC8= deleted file mode 100644 index 59222d9..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/I_HWgMs1k9PkN2Frq5R1JZjKyC8= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/JVYAd_9YbYQ9tgdrgS6q4HNorvs= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/JVYAd_9YbYQ9tgdrgS6q4HNorvs= deleted file mode 100644 index 414429a..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/JVYAd_9YbYQ9tgdrgS6q4HNorvs= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/MtLhujh5K6ux9lZouOsT2PO_S0I= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/MtLhujh5K6ux9lZouOsT2PO_S0I= deleted file mode 100644 index 9993f3f..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/MtLhujh5K6ux9lZouOsT2PO_S0I= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OAVlEiJ2t9wG5J2zg08l9hAijjk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OAVlEiJ2t9wG5J2zg08l9hAijjk= deleted file mode 100644 index d4118d6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OAVlEiJ2t9wG5J2zg08l9hAijjk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OJoIgql8p_fDLQnT7rhlXXn6NVY= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OJoIgql8p_fDLQnT7rhlXXn6NVY= deleted file mode 100644 index 0625ab6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/OJoIgql8p_fDLQnT7rhlXXn6NVY= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/P0ccdE7GJ1Zw__XpLAJdO4gKAww= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/P0ccdE7GJ1Zw__XpLAJdO4gKAww= deleted file mode 100644 index 7f9e1f6..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/P0ccdE7GJ1Zw__XpLAJdO4gKAww= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/WkS6s2HfNKXDQZlPSVyM1dtoAXM= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/WkS6s2HfNKXDQZlPSVyM1dtoAXM= deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/WkS6s2HfNKXDQZlPSVyM1dtoAXM= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/XVVKmLi1KZhAE5eSPSIZ1BQLFu0= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/XVVKmLi1KZhAE5eSPSIZ1BQLFu0= deleted file mode 100644 index a0ee347..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/XVVKmLi1KZhAE5eSPSIZ1BQLFu0= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/XhZxTI0P1wdFFzApx5nwg+ZXKOI= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/XhZxTI0P1wdFFzApx5nwg+ZXKOI= deleted file mode 100644 index c7eacdc..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/XhZxTI0P1wdFFzApx5nwg+ZXKOI= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/b6xmdFGUh6YSgLge1jPahd9pBaU= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/b6xmdFGUh6YSgLge1jPahd9pBaU= deleted file mode 100644 index 9fbe679..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/b6xmdFGUh6YSgLge1jPahd9pBaU= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/cFGfiB9lnMuinpelaPjiQMKTkvE= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/cFGfiB9lnMuinpelaPjiQMKTkvE= deleted file mode 100644 index ca1b730..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/cFGfiB9lnMuinpelaPjiQMKTkvE= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/epcEMN7R4UM1SOipgFcPDfZr24I= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/epcEMN7R4UM1SOipgFcPDfZr24I= deleted file mode 100644 index fe4ea95..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/epcEMN7R4UM1SOipgFcPDfZr24I= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/i706m+RX8jCergz3mygmyiM2eSk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/i706m+RX8jCergz3mygmyiM2eSk= deleted file mode 100644 index d1cedcf..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/i706m+RX8jCergz3mygmyiM2eSk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/lWEEwyPVn40G9cJxCBdqeTSf6IY= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/lWEEwyPVn40G9cJxCBdqeTSf6IY= deleted file mode 100644 index 44e4e4b..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/lWEEwyPVn40G9cJxCBdqeTSf6IY= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/pYfDq5lidvD658t_cYhRiVRUYb4= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/pYfDq5lidvD658t_cYhRiVRUYb4= deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/pYfDq5lidvD658t_cYhRiVRUYb4= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/pva+PA8zomstq5+XOhiZmaEahhs= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/pva+PA8zomstq5+XOhiZmaEahhs= deleted file mode 100644 index 3f10816..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/pva+PA8zomstq5+XOhiZmaEahhs= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/rHXU_SpLXnYIsahA_pWJFriK5g4= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/rHXU_SpLXnYIsahA_pWJFriK5g4= deleted file mode 100644 index 8d11adb..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/rHXU_SpLXnYIsahA_pWJFriK5g4= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/rhklMi2t7YxbG4L6rn+LGkKRLW8= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/rhklMi2t7YxbG4L6rn+LGkKRLW8= deleted file mode 100644 index e1d77de..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/rhklMi2t7YxbG4L6rn+LGkKRLW8= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/sUWT9TJYdnCjgKYHFgMPPmEPGmk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/sUWT9TJYdnCjgKYHFgMPPmEPGmk= deleted file mode 100644 index 75530e5..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/sUWT9TJYdnCjgKYHFgMPPmEPGmk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/sUmSnRmkQYftDjQtSVftn2jXmd4= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/sUmSnRmkQYftDjQtSVftn2jXmd4= deleted file mode 100644 index 0e5f89f..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/sUmSnRmkQYftDjQtSVftn2jXmd4= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/tj3qdyfJMO5avF60IZPN8pA4CKk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/tj3qdyfJMO5avF60IZPN8pA4CKk= deleted file mode 100644 index b2a9d0b..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/tj3qdyfJMO5avF60IZPN8pA4CKk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/vnFKLEa1Vl7tJ_JK1AQMIjaflSY= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/vnFKLEa1Vl7tJ_JK1AQMIjaflSY= deleted file mode 100644 index a763a10..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/vnFKLEa1Vl7tJ_JK1AQMIjaflSY= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/wUWAcTH2oUthVNKHK5RzTsnJZOk= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/wUWAcTH2oUthVNKHK5RzTsnJZOk= deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/wUWAcTH2oUthVNKHK5RzTsnJZOk= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/zzUeYWhw+kgCTVH0sR6NzV1qEEM= b/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/zzUeYWhw+kgCTVH0sR6NzV1qEEM= deleted file mode 100644 index 03d8391..0000000 Binary files a/android/app/build/intermediates/incremental/debug-mergeJniLibs/zip-cache/zzUeYWhw+kgCTVH0sR6NzV1qEEM= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml deleted file mode 100644 index 1ea47e1..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml deleted file mode 100644 index 3cf9cfb..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties deleted file mode 100644 index 58fa810..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties +++ /dev/null @@ -1,400 +0,0 @@ -#Thu Nov 29 15:38:04 BRT 2018 -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_tile_bg.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_spinner.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ratingbar_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_seekbar_thumb_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_template_icon_group.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_popup_enter.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_in_bottom.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_radio_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_menu_item_layout.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_action_tombstone.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_bar_up_container.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_in_top.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_alert_dialog_button_bar_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v21/abc_edit_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_normal.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/tooltip_frame_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_dialog_material_background.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_template_icon_group.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_push_up_out.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_out.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout-v26/abc_screen_toolbar.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_radio.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v23/abc_control_background_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_clear_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout-watch-v20/abc_alert_dialog_title_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_hint_foreground_material_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_disable_only_material_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_activity_chooser_view.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_holo_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_switch_track.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v21/abc_btn_colored_borderless_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_seek_thumb.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_background_cache_hint_selector_material_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/dev_loading_view.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_dev_loading_view.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_default.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_btn_checkable.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_shrink_fade_out_from_bottom.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_alert_dialog_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_simple.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_check_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_default_mtrl_shape.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_ab_back_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_btn_colored_borderless_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_popup_exit.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_bg_low.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/switch_thumb_material_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v21/abc_btn_colored_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_dialog_title_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_secondary_text_material_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_edit_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_half_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_disable_only_material_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_switch_track.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/tooltip_frame_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_spinner.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_menu_overflow_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_template_part_time.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_half_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_edittext.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_layout.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_normal.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-watch-v20/abc_dialog_material_background.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_btn_colored_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_action.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_bar_title_item.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_cab_background_top_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_fade_out.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-mdpi/ic_launcher.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/fps_view.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_fps_view.xml.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_tint_btn_checkable.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/switch_thumb_material_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_cab_background_internal_bg.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_tooltip_exit.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_activity_chooser_view_list_item.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_fade_in.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_in.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_material_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notification_bg_low_normal.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_low_normal.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_textfield_search_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/support_simple_spinner_dropdown_item.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_popup_menu_item_layout.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_switch_thumb_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_mode_close_item_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-hdpi/ic_launcher.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/redbox_view.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_redbox_view.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_template_custom_big.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_search_dropdown_item_icons_2line.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_primary_text_material_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-v21/notification_action_background.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_mode_bar.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_background_cache_hint_selector_material_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_seekbar_track_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_action_menu_layout.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/select_dialog_item_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_background_transition_holo_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_slide_up.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_up.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_seekbar_tick_mark_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_vector_test.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_item_background_holo_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_borderless_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_color_highlight_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_select_dialog_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_popup_menu_header_item_layout.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_checkbox.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_background_transition_holo_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/redbox_item_title.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_redbox_item_title.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v21/notification_action.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_toolbar.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_spinner_textfield_background_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_action_tombstone.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_slide_down.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_down.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_content_include.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_search_api_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_secondary_text_material_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_grow_fade_in_from_bottom.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_list_selector_holo_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/xml/preferences.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/xml_preferences.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_tooltip_enter.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_half_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_go_search_api_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_out_top.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_btn_colored_borderless_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_list_menu_item_icon.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_btn_colored_text_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_item_background_holo_light.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_search_url_text.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_fade_in.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-v21/abc_action_bar_item_background_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_push_up_in.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_in.xml.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_screen_simple_overlay_action_mode.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_star_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_expanded_menu_layout.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_seek_thumb.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ratingbar_small_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_text_cursor_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/anim/abc_slide_out_bottom.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout-v16/notification_template_custom_big.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_normal.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_search_view.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color/abc_hint_foreground_material_dark.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ratingbar_indicator_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_half_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/select_dialog_multichoice_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ic_star_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/layout/redbox_item_frame.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_redbox_item_frame.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_btn_colored_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_tab_indicator_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_tooltip.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/select_dialog_singlechoice_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_default.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_bg.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_ic_star_half_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_light.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/color-v23/abc_tint_edittext.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/layout/notification_template_part_chronometer.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat -/home/celso/Projetos/Ifal/microfone/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/react-native-0.57.5.aar/00c0bbcd2ca5552045a3febb94810308/res/anim/catalyst_fade_out.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_out.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_ic_star_black_16dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/support-compat-27.1.1.aar/8f2c51e7e03c4a401ff8775da9204059/res/drawable/notification_icon_background.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable/abc_ic_voice_search_api_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xxhdpi-v4/abc_ic_star_half_black_36dp.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/layout/abc_alert_dialog_title_material.xml=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat -/root/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/e2b0aa12f471f19c80ec93c87e961bd1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml deleted file mode 100644 index 360f8da..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navigeer tuis" - "Navigeer op" - "Nog opsies" - "Klaar" - "Sien alles" - "Kies \'n program" - "AF" - "AAN" - "Soek …" - "Vee navraag uit" - "Soeknavraag" - "Soek" - "Dien navraag in" - "Stemsoektog" - "Deel met" - "Deel met %s" - "Vou in" - "Soek" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml deleted file mode 100644 index d66ce07..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "ወደ መነሻ ይዳስሱ" - "ወደ ላይ ይዳስሱ" - "ተጨማሪ አማራጮች" - "ተከናውኗል" - "ሁሉንም ይመልከቱ" - "መተግበሪያ ይምረጡ" - "ጠፍቷል" - "በርቷል" - "ፈልግ…" - "መጠይቅ አጽዳ" - "የፍለጋ ጥያቄ" - "ፍለጋ" - "መጠይቅ ያስረክቡ" - "የድምፅ ፍለጋ" - "ከሚከተለው ጋር ያጋሩ" - "ከ%s ጋር አጋራ" - "ሰብስብ" - "ፈልግ" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml deleted file mode 100644 index 06cf9b1..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "التنقل إلى الشاشة الرئيسية" - "التنقل إلى أعلى" - "خيارات إضافية" - "تم" - "عرض الكل" - "اختيار تطبيق" - "إيقاف" - "تشغيل" - "بحث…" - "محو طلب البحث" - "طلب البحث" - "بحث" - "إرسال طلب البحث" - "البحث الصوتي" - "مشاركة مع" - "مشاركة مع %s" - "تصغير" - "البحث" - "+999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml deleted file mode 100644 index 5561346..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Evə naviqasiya et" - "Yuxarı get" - "Digər variantlar" - "Hazırdır" - "Hamısına baxın" - "Tətbiq seçin" - "DEAKTİV" - "AKTİV" - "Axtarış..." - "Sorğunu təmizlə" - "Axtarış sorğusu" - "Axtarış" - "Sorğunu göndərin" - "Səsli axtarış" - "Bununla paylaşın" - "%s ilə paylaşın" - "Yığışdırın" - "Axtarış" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml deleted file mode 100644 index e3efea5..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Odlazak na Početnu" - "Kretanje nagore" - "Još opcija" - "Gotovo" - "Prikaži sve" - "Izbor aplikacije" - "ISKLJUČI" - "UKLJUČI" - "Pretražite..." - "Brisanje upita" - "Upit za pretragu" - "Pretraga" - "Slanje upita" - "Glasovna pretraga" - "Deli sa" - "Deljenje sa aplikacijom %s" - "Skupi" - "Pretraži" - ">999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml deleted file mode 100644 index af5fefb..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Перайсці на галоўную старонку" - "Перайсці ўверх" - "Дадатковыя параметры" - "Гатова" - "Прагледзець усё" - "Выбраць праграму" - "ВЫКЛ." - "УКЛ." - "Пошук..." - "Выдалiць запыт" - "Запыт на пошук" - "Пошук" - "Адправіць запыт" - "Галасавы пошук" - "Абагуліць з" - "Абагуліць праз праграму %s" - "Згарнуць" - "Пошук" - "больш за 999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml deleted file mode 100644 index 63b42d2..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Придвижване към „Начало“" - "Придвижване нагоре" - "Още опции" - "Готово" - "Вижте всички" - "Изберете приложение" - "ИЗКЛ." - "ВКЛ." - "Търсете…" - "Изчистване на заявката" - "Заявка за търсене" - "Търсене" - "Изпращане на заявката" - "Гласово търсене" - "Споделяне със:" - "Споделяне със: %s" - "Свиване" - "Търсене" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml deleted file mode 100644 index 6549a4a..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "হোম এ নেভিগেট করুন" - "উপরের দিকে নেভিগেট করুন" - "আরও বিকল্প" - "সম্পন্ন হয়েছে" - "সবগুলো দেখুন" - "একটি অ্যাপ্লিকেশান বেছে নিন" - "বন্ধ" - "চালু" - "অনুসন্ধান..." - "ক্যোয়ারী সাফ করুন" - "ক্যোয়ারী খুঁজুন" - "খুঁজুন" - "ক্যোয়ারী জমা দিন" - "ভয়েস অনুসন্ধান" - "এর সাথে শেয়ার করুন" - "%s এর সাথে শেয়ার করুন" - "সঙ্কুচিত করুন" - "খুঁজুন" - "৯৯৯+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml deleted file mode 100644 index c59c7b1..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Vrati se na početnu stranicu" - "Navigiraj prema gore" - "Više opcija" - "Gotovo" - "Prikaži sve" - "Odaberite aplikaciju" - "ISKLJUČI" - "UKLJUČI" - "Pretraži..." - "Obriši upit" - "Pretraži upit" - "Traži" - "Pošalji upit" - "Glasovno pretraživanje" - "Podijeli sa" - "Podijeli koristeći aplikaciju %s" - "Skupi" - "Pretraži" - ">999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml deleted file mode 100644 index ed73b18..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navega a la pàgina d\'inici" - "Navega cap a dalt" - "Més opcions" - "Fet" - "Mostra\'ls tots" - "Selecciona una aplicació" - "DESACTIVAT" - "ACTIVAT" - "Cerca..." - "Esborra la consulta" - "Consulta de cerca" - "Cerca" - "Envia la consulta" - "Cerca per veu" - "Comparteix amb" - "Comparteix amb %s" - "Replega" - "Cerca" - "+999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml deleted file mode 100644 index 46ab63b..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Přejít na plochu" - "Přejít nahoru" - "Více možností" - "Hotovo" - "Zobrazit vše" - "Vybrat aplikaci" - "VYPNUTO" - "ZAPNUTO" - "Vyhledat…" - "Smazat dotaz" - "Vyhledávací dotaz" - "Hledat" - "Odeslat dotaz" - "Hlasové vyhledávání" - "Sdílet pomocí" - "Sdílet s aplikací %s" - "Sbalit" - "Hledat" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml deleted file mode 100644 index 70738dd..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Naviger hjem" - "Naviger op" - "Flere muligheder" - "Luk" - "Se alle" - "Vælg en app" - "FRA" - "TIL" - "Søg…" - "Ryd forespørgslen" - "Søgeforespørgsel" - "Søg" - "Indsend forespørgslen" - "Talesøgning" - "Del med" - "Del med %s" - "Skjul" - "Søg" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml deleted file mode 100644 index f08cc30..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Zur Startseite" - "Nach oben" - "Weitere Optionen" - "Fertig" - "Alle ansehen" - "App auswählen" - "Aus" - "An" - "Suchen…" - "Suchanfrage löschen" - "Suchanfrage" - "Suchen" - "Suchanfrage senden" - "Sprachsuche" - "Freigeben für" - "Mit %s teilen" - "Minimieren" - "Suchen" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml deleted file mode 100644 index ab45bb6..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Πλοήγηση στην αρχική σελίδα" - "Πλοήγηση προς τα επάνω" - "Περισσότερες επιλογές" - "Τέλος" - "Προβολή όλων" - "Επιλέξτε κάποια εφαρμογή" - "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" - "ΕΝΕΡΓΟΠΟΙΗΣΗ" - "Αναζήτηση…" - "Διαγραφή ερωτήματος" - "Ερώτημα αναζήτησης" - "Αναζήτηση" - "Υποβολή ερωτήματος" - "Φωνητική αναζήτηση" - "Κοινή χρήση με" - "Κοινή χρήση με %s" - "Σύμπτυξη" - "Αναζήτηση" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml deleted file mode 100644 index b25df01..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml deleted file mode 100644 index 5b7cfc2..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml deleted file mode 100644 index b25df01..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml deleted file mode 100644 index b25df01..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml deleted file mode 100644 index 5a9b90f..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‏‏‏‎‏‏‎‏‏‏‎‎‏‎‎‎‏‏‎‏‏‏‎‎‏‏‏‎‎‏‎‎‏‏‎‎‎‏‎Navigate home‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‏‏‎‏‎‎‏‏‎‏‎‎‎‎‎‏‏‏‎‏‎‎‎‎‎‏‏‎‏‏‎‎‏‎‏‎‏‏‏‏‏‎‎Navigate up‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‎‏‏‏‎‎‏‏‏‎‎‎‏‎‎‏‏‏‎‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‎‎‏‏‏‎‏‎‎‎‏‏‎‏‎‎‎‏‎‎‏‏‎‎More options‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‏‏‎‏‎‎‎‏‏‏‎‎‏‎‎‏‏‏‎‎‏‎‎‎‏‏‎‏‎‎‏‎‎‎‎‏‎‎‏‎‏‏‏‏‎‏‏‎Done‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‏‏‏‏‎‏‎‎‏‏‎‏‎‏‏‎‏‏‏‏‏‎‎‏‏‏‎‎‏‏‏‏‎‏‎‎‏‎‎‎‎‏‏‎‎‎‎‏‏‎‏‎‎‏‏‏‏‎‏‎See all‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‎‎‎‎‏‏‎‎‏‎‎‏‏‏‎‎‎‏‏‏‏‏‏‎‎‎‏‎‎‏‎‏‎‎‎‏‏‎‏‎‏‏‎‎‏‏‏‏‏‎‏‎‎‏‏‏‏‎‎Choose an app‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‏‎‏‎‏‏‏‎‎‏‎‏‏‎‏‎‏‏‎‏‎‏‏‎‎‏‎‏‏‎‎‏‏‎‎‎‏‏‎‎‎‎‏‏‏‎‏‎‎‎‎‎‏‎‎‏‎OFF‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‎‎‎‎‏‏‏‏‎‏‎‎‎‎‏‏‏‏‏‏‎‎‏‎‎‎‏‎‏‎‎‏‎‎‎‏‎‎‎‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎ON‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‎‏‏‎‎‏‏‎‎‎‎‎‏‎‎‎‏‎‏‎‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‏‏‎‎‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎Search…‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‏‏‎‎‏‏‏‎‏‏‏‏‏‏‎‏‏‏‏‏‎‏‎‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‎‎‏‎Clear query‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‎‎‏‏‎‏‏‎‎‏‎‏‎‎‎‏‏‏‏‏‎‎‏‎‏‎‏‎‎‏‎‏‏‎‎‎‏‎‎‎‎‎‏‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‎‎Search query‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‎‏‎‏‎‏‏‎‎‏‎‏‏‏‎‏‎‎‏‎‏‎‎‏‎‎‎‏‏‎‏‎‏‎‏‎‏‎‎‎‏‎‏‎‎‎‎‎‎‏‎‏‏‎‎‎‏‎‏‎Search‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‏‏‏‏‎‎‏‏‏‎‏‏‎‎‏‎‎‏‎‏‎‎‏‎‏‎‏‎‏‎‏‎‎‎‎‎‏‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‎‎‎‎‎‎Submit query‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‏‎‎‎‏‏‎‎‏‏‎‎‎‎‏‎‎‎‎‎‎‏‎‏‏‏‏‏‎‏‏‏‎‎‏‏‏‎‎‎‏‎‏‎‎‏‏‎‏‏‎‎‏‎‎‎‏‏‎‎Voice search‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‏‏‏‎‎‏‏‏‏‏‏‎‏‏‏‏‎‏‎‎‎‏‎‏‎‏‏‏‎‎‏‏‎‎‎‎‎‏‎‏‎‏‎‏‏‎‏‎‏‏‎‏‎‎‎Share with‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‎‏‏‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‏‎‏‏‎‎‎‎‎‎‎‎‏‎‏‎‏‎‏‎‏‎‎‏‎‏‏‏‏‏‎‏‎‏‎‎‏‏‏‎Share with ‎‏‎‎‏‏‎%s‎‏‎‎‏‏‏‎‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‏‎‎‎‎‎‎‏‏‏‎‏‏‏‎‎‎‎‏‏‏‎‏‏‏‎‎‎‏‏‏‎‎‎‏‏‎‎‏‏‎‏‏‏‏‏‎‏‏‎‏‏‏‎‏‎Collapse‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‎‏‎‎‎‎‎‎‏‏‏‎‏‏‎‎‏‏‏‎‎‏‎‎‎‏‏‎‎‏‎‏‎‎‎‏‎‎‏‎‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‎Search‎‏‎‎‏‎" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml deleted file mode 100644 index e88bb9c..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navegar a la página principal" - "Navegar hacia arriba" - "Más opciones" - "Listo" - "Ver todo" - "Elige una aplicación." - "DESACTIVADO" - "ACTIVADO" - "Buscar…" - "Eliminar la consulta" - "Búsqueda" - "Búsqueda" - "Enviar consulta" - "Búsqueda por voz" - "Compartir con" - "Compartir con %s" - "Contraer" - "Buscar" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml deleted file mode 100644 index 0b2dd47..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Ir a la pantalla de inicio" - "Desplazarse hacia arriba" - "Más opciones" - "Listo" - "Ver todo" - "Seleccionar una aplicación" - "DESACTIVADO" - "ACTIVADO" - "Buscar…" - "Borrar consulta" - "Consulta" - "Buscar" - "Enviar consulta" - "Búsqueda por voz" - "Compartir con" - "Compartir con %s" - "Contraer" - "Buscar" - "+999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml deleted file mode 100644 index 219c0c2..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navigeerimine avaekraanile" - "Navigeerimine üles" - "Rohkem valikuid" - "Valmis" - "Kuva kõik" - "Valige rakendus" - "VÄLJAS" - "SEES" - "Otsige …" - "Päringu tühistamine" - "Otsingupäring" - "Otsing" - "Päringu esitamine" - "Häälotsing" - "Jagamine:" - "Jagamine rakendusega %s" - "Ahendamine" - "Otsing" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml deleted file mode 100644 index 956f2d4..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Joan orri nagusira" - "Joan gora" - "Aukera gehiago" - "Eginda" - "Ikusi guztiak" - "Aukeratu aplikazio bat" - "DESAKTIBATUTA" - "AKTIBATUTA" - "Bilatu…" - "Garbitu kontsulta" - "Bilaketa-kontsulta" - "Bilatu" - "Bidali kontsulta" - "Ahozko bilaketa" - "Partekatu hauekin" - "Partekatu %s aplikazioarekin" - "Tolestu" - "Bilatu" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml deleted file mode 100644 index a476b69..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "پیمایش به صفحه اصلی" - "پیمایش به بالا" - "گزینه‌های بیشتر" - "تمام" - "مشاهده همه" - "انتخاب برنامه" - "خاموش" - "روشن" - "جستجو…" - "پاک کردن عبارت جستجو" - "عبارت جستجو" - "جستجو" - "ارسال عبارت جستجو" - "جستجوی گفتاری" - "اشتراک‌گذاری با" - "اشتراک‌گذاری با %s" - "کوچک کردن" - "جستجو" - "۹۹۹+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml deleted file mode 100644 index dc6cfe9..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Siirry etusivulle" - "Siirry ylös" - "Lisää" - "Valmis" - "Näytä kaikki" - "Valitse sovellus" - "POIS KÄYTÖSTÄ" - "KÄYTÖSSÄ" - "Haku…" - "Tyhjennä kysely" - "Hakulauseke" - "Haku" - "Lähetä kysely" - "Puhehaku" - "Jakaminen:" - "Jaa sovelluksessa %s" - "Kutista" - "Haku" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml deleted file mode 100644 index d744a0f..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Revenir à l\'accueil" - "Revenir en haut de la page" - "Plus d\'options" - "Terminé" - "Voir toutes les chaînes" - "Sélectionnez une application" - "DÉSACTIVÉ" - "ACTIVÉ" - "Recherche en cours..." - "Effacer la requête" - "Requête de recherche" - "Rechercher" - "Envoyer la requête" - "Recherche vocale" - "Partager" - "Partager avec %s" - "Réduire" - "Rechercher" - ">999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml deleted file mode 100644 index 68a4814..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Revenir à l\'accueil" - "Revenir en haut de la page" - "Plus d\'options" - "OK" - "Tout afficher" - "Sélectionner une application" - "DÉSACTIVÉ" - "ACTIVÉ" - "Rechercher…" - "Effacer la requête" - "Requête de recherche" - "Rechercher" - "Envoyer la requête" - "Recherche vocale" - "Partager avec" - "Partager avec %s" - "Réduire" - "Rechercher" - ">999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml deleted file mode 100644 index 34dceac..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Ir á páxina de inicio" - "Desprazarse cara arriba" - "Máis opcións" - "Feito" - "Ver todas" - "Escoller unha aplicación" - "DESACTIVAR" - "ACTIVAR" - "Buscar…" - "Borrar consulta" - "Consulta de busca" - "Buscar" - "Enviar consulta" - "Busca por voz" - "Compartir con" - "Compartir con %s" - "Contraer" - "Buscar" - ">999" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml deleted file mode 100644 index 15a38c4..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "હોમ પર નેવિગેટ કરો" - "ઉપર નેવિગેટ કરો" - "વધુ વિકલ્પો" - "થઈ ગયું" - "બધું જુઓ" - "એક ઍપ્લિકેશન પસંદ કરો" - "બંધ" - "ચાલુ" - "શોધો…" - "ક્વેરી સાફ કરો" - "શોધ ક્વેરી" - "શોધો" - "ક્વેરી સબમિટ કરો" - "વૉઇસ શોધ" - "આની સાથે શેર કરો" - "%sની સાથે શેર કરો" - "સંકુચિત કરો" - "શોધો" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml deleted file mode 100644 index e38bb90..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 54dip - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml deleted file mode 100644 index d5a138e..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml deleted file mode 100644 index 742f118..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "होम पेज पर जाएं" - "ऊपर जाएं" - "ज़्यादा विकल्प" - "हो गया" - "सभी देखें" - "कोई एप्‍लिकेशन चुनें" - "बंद" - "चालू" - "खोजा जा रहा है…" - "क्‍वेरी साफ़ करें" - "सर्च क्वेरी" - "सर्च करें" - "क्वेरी सबमिट करें" - "आवाज़ सर्च" - "इसके द्वारा साझा करें" - "%s के साथ साझा करें" - "छोटा करें" - "सर्च" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml deleted file mode 100644 index 74f3dd9..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Idi na početnu" - "Idi gore" - "Dodatne opcije" - "Gotovo" - "Prikaži sve" - "Odabir aplikacije" - "ISKLJUČENO" - "UKLJUČENO" - "Pretražite…" - "Izbriši upit" - "Upit za pretraživanje" - "Pretraživanje" - "Pošalji upit" - "Glasovno pretraživanje" - "Dijeljenje sa" - "Dijeli putem aplikacije %s" - "Sažmi" - "Pretraživanje" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml deleted file mode 100644 index 273dcf0..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Ugrás a főoldalra" - "Felfelé mozgatás" - "További lehetőségek" - "Kész" - "Összes megtekintése" - "Válasszon ki egy alkalmazást" - "KI" - "BE" - "Keresés…" - "Lekérdezés törlése" - "Keresési lekérdezés" - "Keresés" - "Lekérdezés küldése" - "Hangalapú keresés" - "Megosztás a következővel:" - "Megosztás a következő alkalmazással: %s" - "Összecsukás" - "Keresés" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml deleted file mode 100644 index ada0bf4..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Ուղղվել տուն" - "Ուղղվել վերև" - "Այլ ընտրանքներ" - "Պատրաստ է" - "Տեսնել բոլորը" - "Ընտրել ծրագիր" - "ԱՆՋԱՏՎԱԾ" - "ՄԻԱՑՎԱԾ" - "Որոնում..." - "Մաքրել հարցումը" - "Որոնման հարցում" - "Որոնել" - "Ուղարկել հարցումը" - "Ձայնային որոնում" - "Կիսվել" - "Ուղարկել %s-ին" - "Թաքցնել" - "Որոնել" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml deleted file mode 100644 index 0183cae..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Navigasi ke beranda" - "Navigasi naik" - "Opsi lain" - "Selesai" - "Lihat semua" - "Pilih aplikasi" - "NONAKTIF" - "AKTIF" - "Telusuri..." - "Hapus kueri" - "Kueri penelusuran" - "Telusuri" - "Kirim kueri" - "Penelusuran suara" - "Bagikan dengan" - "Bagikan ke %s" - "Ciutkan" - "Telusuri" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml deleted file mode 100644 index 0b86124..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Fara heim" - "Fara upp" - "Fleiri valkostir" - "Lokið" - "Sjá allt" - "Veldu forrit" - "SLÖKKT" - "KVEIKT" - "Leita…" - "Hreinsa fyrirspurn" - "Leitarfyrirspurn" - "Leita" - "Senda fyrirspurn" - "Raddleit" - "Deila með" - "Deila með %s" - "Minnka" - "Leita" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml deleted file mode 100644 index d6bcb7b..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Vai alla home page" - "Vai in alto" - "Altre opzioni" - "Fine" - "Visualizza tutte" - "Scegli un\'applicazione" - "OFF" - "ON" - "Cerca…" - "Cancella query" - "Query di ricerca" - "Cerca" - "Invia query" - "Ricerca vocale" - "Condividi con" - "Condividi tramite %s" - "Comprimi" - "Ricerca" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml deleted file mode 100644 index c040358..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "נווט לדף הבית" - "נווט למעלה" - "עוד אפשרויות" - "בוצע" - "ראה הכל" - "בחר אפליקציה" - "כבוי" - "פועל" - "חיפוש…" - "מחק שאילתה" - "שאילתת חיפוש" - "חיפוש" - "שלח שאילתה" - "חיפוש קולי" - "שתף עם" - "שתף עם %s" - "כווץ" - "חיפוש" - "‎999+‎" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml deleted file mode 100644 index 5527369..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "ホームへ移動" - "上へ移動" - "その他のオプション" - "完了" - "すべて表示" - "アプリの選択" - "OFF" - "ON" - "検索…" - "検索キーワードを削除" - "検索キーワード" - "検索" - "検索キーワードを送信" - "音声検索" - "共有" - "%sと共有" - "折りたたむ" - "検索" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml deleted file mode 100644 index 67b9e21..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "მთავარზე ნავიგაცია" - "ზემოთ ნავიგაცია" - "მეტი ვარიანტები" - "დასრულდა" - "ყველას ნახვა" - "აპის არჩევა" - "გამორთულია" - "ჩართულია" - "ძიება..." - "მოთხოვნის გასუფთავება" - "ძიების მოთხოვნა" - "ძიება" - "მოთხოვნის გადაგზავნა" - "ხმოვანი ძიება" - "გაზიარება:" - "გაუზიარეთ %s-ს" - "აკეცვა" - "ძიება" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml deleted file mode 100644 index 6d366b5..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Негізгі бетте қозғалу" - "Жоғары қозғалу" - "Басқа опциялар" - "Дайын" - "Барлығын көру" - "Қолданбаны таңдау" - "ӨШІРУЛІ" - "ҚОСУЛЫ" - "Іздеу…" - "Сұрақты жою" - "Сұрақты іздеу" - "Іздеу" - "Сұрақты жіберу" - "Дауыс арқылы іздеу" - "Бөлісу" - "%s қолданбасымен бөлісу" - "Тасалау" - "Іздеу" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml deleted file mode 100644 index 4cbfa75..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "រកមើល​ទៅ​ដើម" - "រកមើល​ឡើងលើ" - "ជម្រើស​ច្រើន​ទៀត" - "រួចរាល់" - "មើល​ទាំងអស់" - "ជ្រើស​កម្មវិធី​​" - "បិទ" - "បើក" - "ស្វែងរក…" - "សម្អាត​សំណួរ" - "ស្វែងរក​សំណួរ" - "ស្វែងរក" - "ដាក់​​​ស្នើ​សំណួរ" - "ការស្វែងរក​សំឡេង" - "ចែករំលែក​ជាមួយ" - "ចែក​រំលែក​ជា​មួយ %s" - "បង្រួម" - "ស្វែងរក" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml deleted file mode 100644 index 9b717b2..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" - "ಮುಗಿದಿದೆ" - "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" - "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ" - "ಆಫ್" - "ಆನ್" - "ಹುಡುಕಿ…" - "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು" - "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" - "ಹುಡುಕಿ" - "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು" - "ಧ್ವನಿ ಹುಡುಕಾಟ" - "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - "ಸಂಕುಚಿಸು" - "ಹುಡುಕಿ" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml deleted file mode 100644 index b6799d2..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "홈 탐색" - "위로 탐색" - "옵션 더보기" - "완료" - "전체 보기" - "앱 선택" - "사용 안함" - "사용" - "검색..." - "검색어 삭제" - "검색어" - "검색" - "검색어 보내기" - "음성 검색" - "공유 대상" - "%s와(과) 공유" - "접기" - "검색" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml deleted file mode 100644 index 934319c..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Үйгө багыттоо" - "Жогору" - "Көбүрөөк мүмкүнчүлүктөр" - "Даяр" - "Бардыгын көрүү" - "Колдонмо тандоо" - "ӨЧҮК" - "КҮЙҮК" - "Издөө…" - "Талаптарды тазалоо" - "Издөө талаптары" - "Издөө" - "Талап жөнөтүү" - "Үн аркылуу издөө" - "Бөлүшүү" - "%s аркылуу бөлүшүү" - "Жыйнап коюу" - "Издөө" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml deleted file mode 100644 index b337bad..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - 48dp - 32dp - 12dp - 14dp - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml deleted file mode 100644 index cc236eb..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - 440dp - 60% - 90% - 60% - 90% - 55% - 80% - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml deleted file mode 100644 index f9f23d1..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml deleted file mode 100644 index 7dad77f..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 0px - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml deleted file mode 100644 index 3691890..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml +++ /dev/null @@ -1,276 +0,0 @@ - - - @color/secondary_text_default_material_light - 0dp - 0dp - 12dp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml deleted file mode 100644 index d4a514a..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml deleted file mode 100644 index d807aae..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml deleted file mode 100644 index 8b28a46..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml deleted file mode 100644 index b499d2c..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - 60% - 90% - 50% - 70% - 45% - 72% - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml deleted file mode 100644 index 5040478..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "转到主屏幕" - "转到上一层级" - "更多选项" - "完成" - "查看全部" - "选择应用" - "关闭" - "开启" - "搜索…" - "清除查询" - "搜索查询" - "搜索" - "提交查询" - "语音搜索" - "分享方式" - "使用%s分享" - "收起" - "搜索" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml deleted file mode 100644 index 0871d3d..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "瀏覽主頁" - "向上瀏覽" - "更多選項" - "完成" - "顯示全部" - "選擇應用程式" - "關閉" - "開啟" - "搜尋…" - "清除查詢" - "搜尋查詢" - "搜尋" - "提交查詢" - "語音搜尋" - "分享對象" - "使用「%s」分享" - "收合" - "搜尋" - "999 +" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml deleted file mode 100644 index c70e376..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "瀏覽首頁" - "向上瀏覽" - "更多選項" - "完成" - "查看全部" - "選擇應用程式" - "關閉" - "開啟" - "搜尋…" - "清除查詢" - "搜尋查詢" - "搜尋" - "提交查詢" - "語音搜尋" - "選擇分享對象" - "與「%s」分享" - "收合" - "搜尋" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml deleted file mode 100644 index e72b7d6..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - "Zulazulela ekhaya" - "Zulazulela phezulu" - "Izinketho eziningi" - "Kwenziwe" - "Buka konke" - "Khetha uhlelo lokusebenza" - "VALIWE" - "VULIWE" - "Iyasesha..." - "Sula inkinga" - "Umbuzo wosesho" - "Sesha" - "Hambisa umbuzo" - "Ukusesha ngezwi" - "Yabelana no-" - "Yabelana ne-%s" - "Goqa" - "Sesha" - "999+" - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml deleted file mode 100644 index 145790e..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml +++ /dev/null @@ -1,2122 +0,0 @@ - - - - - - - - true - false - true - false - @android:color/black - #7fa87f - @android:color/black - @android:color/black - @color/material_deep_teal_200 - @color/material_deep_teal_500 - @color/material_grey_800 - @android:color/white - @color/material_grey_850 - @color/material_grey_50 - #80ffffff - #80000000 - @color/bright_foreground_material_light - @color/bright_foreground_material_dark - @android:color/white - @android:color/black - #ff5a595b - #ffd6d7d7 - #eecc0000 - #80bebebe - #80323232 - #ffbebebe - #ff323232 - #F4511E - @android:color/white - @android:color/black - #6680cbc4 - #66009688 - #ff37474f - #ff263238 - #ff21272b - #ff80cbc4 - #ff009688 - #fff5f5f5 - #ffe0e0e0 - #fffafafa - #ff757575 - #ff424242 - #ff303030 - #ff212121 - #ffffffff - #ff9e9e9e - @android:color/black - @color/material_grey_600 - @color/material_grey_900 - @color/material_grey_100 - #ffffffff - #de000000 - #4Dffffff - #39000000 - #33ffffff - #1f000000 - #b3ffffff - #8a000000 - #36ffffff - #24000000 - #ff616161 - #ffbdbdbd - #ffbdbdbd - #fff1f1f1 - #e6616161 - #e6FFFFFF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 16dp - 72dp - 56dp - 0dp - 0dp - 4dp - 16dp - 10dp - 6dp - 48dp - 180dp - 5dp - -3dp - 48dp - 48dp - 36dp - 48dp - 48dp - @dimen/abc_control_inset_material - 6dp - 8dp - @dimen/abc_control_padding_material - 720dp - 320dp - 2dp - 4dp - 4dp - 80% - 100% - 320dp - 320dp - 8dp - 8dp - 65% - 95% - 24dp - 18dp - 8dp - 0.30 - 0.26 - 32dip - 8dip - 8dip - 7dp - 4dp - 10dp - 16dp - @dimen/abc_action_bar_content_inset_material - 296dp - 4dp - 48dip - 320dip - 2dp - 2dp - 20dp - 3dp - 14sp - 14sp - 14sp - 12sp - 34sp - 45sp - 56sp - 112sp - 24sp - 22sp - 18sp - 14sp - 16sp - 14sp - 16sp - 16dp - 20sp - 20dp - 4dp - 6dp - 8dp - 4dp - 2dp - 0.30 - 0.26 - 0.26 - 0.20 - 0.12 - 0.50 - 0.38 - 0.70 - 0.54 - 32dp - 13sp - 12dp - 8dp - 64dp - 64dp - 10dp - @dimen/notification_content_margin_start - 16dp - 2dp - 3dp - 24dp - 13sp - 10dp - 5dp - 2dp - 16dp - 8dp - 8dp - 96dp - 6.5dp - 0dp - 16dp - #3333B5E5 - #0cffffff - - - - - - - - - - - - - - - - - - - - - 220 - 150 - 127 - 150 - 999 - Navigate home - Navigate up - More options - Done - See all - Choose an app - OFF - ON - sans-serif - sans-serif-medium - sans-serif-medium - sans-serif - sans-serif - sans-serif - sans-serif - sans-serif-light - sans-serif - sans-serif - sans-serif - sans-serif-medium - Search… - Clear query - Search query - Search - Submit query - Voice search - Share with - Share with %s - Collapse - Adjustable - microfone - Copy - Debug JS Remotely - Debug JS in Nuclide - The request to attach Nuclide could not reach Metro Bundler! - Stop Remote JS Debugging - Dismiss\n(ESC) - Toggle Inspector - Capture Heap - Enable Hot Reloading - Disable Hot Reloading - Unable to download JS bundle. Did you forget to start the development server or connect your device? - Enable Live Reload - Disable Live Reload - Loading from %1$s… - Show Perf Monitor - Hide Perf Monitor - Start/Stop Sampling Profiler - Reload\n(R,\u00A0R) - Reload - Unable to connect with remote debugger - Connecting to remote debugger - Report - Dev Settings - Catalyst Dev Settings - Button, Image - Image - Link - Search Field - Search - 999+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml deleted file mode 100644 index 687116a..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml +++ /dev/null @@ -1,2005 +0,0 @@ - -"999+""999+""+999""৯৯৯+""999+"">999""999+""999+""+999""999+""999+""၉၉၉+""999+"">999""999+""999+""999+""999+""999+""९९९+"">999""999+""999+""+999""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+"">999""999+""999+""999+""999+""999+"4dp"999+""999+""۹۹۹+"#ffffffff#ff9e9e9e#1f000000#8a000000 - - - - - - - - - - - 4dp6dp8dp4dp2dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""больш за 999""999+""999+""999+""+999""999+""999+""999+""999+""999+""999+""999+""999+""999+""‎999+‎"">999""999+""999+""999+"false"999+""‎999+‎"">999""999+"">999"">999""˃999""999+""999+""999+""999+""999+""999+""999 +""999+""999+" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Vai alla home page""Vai in alto""Altre opzioni""Fine""Visualizza tutte""Scegli un\'applicazione""OFF""ON""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi tramite %s""Comprimi""Ricerca""ກັບໄປໜ້າຫຼັກ""ຂຶ້ນເທິງ""ໂຕເລືອກອື່ນ""ແລ້ວໆ""ເບິ່ງທັງຫມົດ""ເລືອກແອັບຯ""ປິດ""ເປີດ""ຊອກຫາ""ລຶບຂໍ້ຄວາມຊອກຫາ""ຊອກຫາ""ຊອກຫາ""ສົ່ງການຊອກຫາ""ຊອກຫາດ້ວຍສຽງ""ແບ່ງປັນກັບ""ແບ່ງປັນດ້ວຍ %s""ຫຍໍ້""ຊອກຫາ""التنقل إلى الشاشة الرئيسية""التنقل إلى أعلى""خيارات إضافية""تم""عرض الكل""اختيار تطبيق""إيقاف""تشغيل""بحث…""محو طلب البحث""طلب البحث""بحث""إرسال طلب البحث""البحث الصوتي""مشاركة مع""مشاركة مع %s""تصغير""البحث""Перейти на головний""Перейти вгору""Інші опції""Готово""Переглянути всі""Вибрати програму""ВИМК.""УВІМК.""Пошук…""Очистити запит""Пошуковий запит""Пошук""Надіслати запит""Голосовий пошук""Надіслати через""Поділитися через додаток %s""Згорнути""Пошук""Vrati se na početnu stranicu""Navigiraj prema gore""Više opcija""Gotovo""Prikaži sve""Odaberite aplikaciju""ISKLJUČI""UKLJUČI""Pretraži...""Obriši upit""Pretraži upit""Traži""Pošalji upit""Glasovno pretraživanje""Podijeli sa""Podijeli koristeći aplikaciju %s""Skupi""Pretraži""Idi na početnu""Idi gore""Dodatne opcije""Gotovo""Prikaži sve""Odabir aplikacije""ISKLJUČENO""UKLJUČENO""Pretražite…""Izbriši upit""Upit za pretraživanje""Pretraživanje""Pošalji upit""Glasovno pretraživanje""Dijeljenje sa""Dijeli putem aplikacije %s""Sažmi""Pretraživanje""นำทางไปหน้าแรก""นำทางขึ้น""ตัวเลือกอื่น""เสร็จสิ้น""ดูทั้งหมด""เลือกแอป""ปิด""เปิด""ค้นหา…""ล้างข้อความค้นหา""ข้อความค้นหา""ค้นหา""ส่งข้อความค้นหา""ค้นหาด้วยเสียง""แชร์กับ""แชร์ทาง %s""ยุบ""ค้นหา""Ir a la pantalla de inicio""Desplazarse hacia arriba""Más opciones""Listo""Ver todo""Seleccionar una aplicación""DESACTIVADO""ACTIVADO""Buscar…""Borrar consulta""Consulta""Buscar""Enviar consulta""Búsqueda por voz""Compartir con""Compartir con %s""Contraer""Buscar""Navigasi skrin utama""Navigasi ke atas""Lagi pilihan""Selesai""Lihat semua""Pilih apl""MATI""HIDUP""Cari…""Kosongkan pertanyaan""Pertanyaan carian""Cari""Serah pertanyaan""Carian suara""Kongsi dengan""Kongsi dengan %s""Runtuhkan""Cari""Eiti į pagrindinį puslapį""Eiti į viršų""Daugiau parinkčių""Atlikta""Peržiūrėti viską""Pasirinkti programą""IŠJUNGTA""ĮJUNGTI""Ieškoti...""Išvalyti užklausą""Paieškos užklausa""Paieška""Pateikti užklausą""Paieška balsu""Bendrinti naudojant""Bendrinti naudojant programą „%s“""Sutraukti""Paieška""မူလနေရာကို သွားရန်""အပေါ်သို့သွားရန်""ပိုမိုရွေးချယ်စရာများ""ပြီးဆုံးပါပြီ""အားလုံးကို ကြည့်ရန်""အက်ပ်တစ်ခုခုကို ရွေးချယ်ပါ""ပိတ်""ဖွင့်""ရှာဖွေပါ...""ရှာစရာ အချက်အလက်များ ဖယ်ရှားရန်""ရှာစရာ အချက်အလက်နေရာ""ရှာဖွေရန်""ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်""အသံဖြင့် ရှာဖွေခြင်း""မျှဝေဖို့ ရွေးပါ""%s ဖြင့် မျှဝေရန်""ခေါက်ရန်""ရှာဖွေပါ""Ugrás a főoldalra""Felfelé mozgatás""További lehetőségek""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""KI""BE""Keresés…""Lekérdezés törlése""Keresési lekérdezés""Keresés""Lekérdezés küldése""Hangalapú keresés""Megosztás a következővel:""Megosztás a következő alkalmazással: %s""Összecsukás""Keresés""Ir á páxina de inicio""Desprazarse cara arriba""Máis opcións""Feito""Ver todas""Escoller unha aplicación""DESACTIVAR""ACTIVAR""Buscar…""Borrar consulta""Consulta de busca""Buscar""Enviar consulta""Busca por voz""Compartir con""Compartir con %s""Contraer""Buscar""హోమ్‌కు నావిగేట్ చేయండి""పైకి నావిగేట్ చేయండి""మరిన్ని ఎంపికలు""పూర్తయింది""అన్నీ చూడండి""అనువర్తనాన్ని ఎంచుకోండి""ఆఫ్ చేయి""ఆన్ చేయి""వెతుకు...""ప్రశ్నను క్లియర్ చేయి""ప్రశ్న శోధించండి""వెతుకు""ప్రశ్నని సమర్పించు""వాయిస్ శోధన""వీరితో భాగస్వామ్యం చేయి""%sతో భాగస్వామ్యం చేయండి""కుదించండి""వెతుకు""Naviger hjem""Naviger op""Flere muligheder""Luk""Se alle""Vælg en app""FRA""TIL""Søg…""Ryd forespørgslen""Søgeforespørgsel""Søg""Indsend forespørgslen""Talesøgning""Del med""Del med %s""Skjul""Søg""Ana ekrana git""Yukarı git""Diğer seçenekler""Bitti""Tümünü göster""Bir uygulama seçin""KAPAT""AÇ""Ara…""Sorguyu temizle""Arama sorgusu""Ara""Sorguyu gönder""Sesli arama""Şununla paylaş""%s ile paylaş""Daralt""Ara""Ուղղվել տուն""Ուղղվել վերև""Այլ ընտրանքներ""Պատրաստ է""Տեսնել բոլորը""Ընտրել ծրագիր""ԱՆՋԱՏՎԱԾ""ՄԻԱՑՎԱԾ""Որոնում...""Մաքրել հարցումը""Որոնման հարցում""Որոնել""Ուղարկել հարցումը""Ձայնային որոնում""Կիսվել""Ուղարկել %s-ին""Թաքցնել""Որոնել""Navegar para a página inicial""Navegar para cima""Mais opções""Concluído""Ver tudo""Selecione um app""DESATIVAR""ATIVAR""Pesquisar...""Limpar consulta""Consulta de pesquisa""Pesquisar""Enviar consulta""Pesquisa por voz""Compartilhar com""Compartilhar com %s""Recolher""Pesquisar""गृह खोज्नुहोस्""माथि खोज्नुहोस्""थप विकल्पहरू""सम्पन्न भयो""सबै हेर्नुहोस्""एउटा अनुप्रयोग छान्नुहोस्""निष्क्रिय पार्नुहोस्""सक्रिय गर्नुहोस्""खोज्नुहोस्...""प्रश्‍न हटाउनुहोस्""जिज्ञासाको खोज गर्नुहोस्""खोज्नुहोस्""जिज्ञासा पेस गर्नुहोस्""भ्वाइस खोजी""साझेदारी गर्नुहोस्...""%s सँग आदान-प्रदान गर्नुहोस्""संक्षिप्त पार्नुहोस्""खोज्नुहोस्""Revenir à l\'accueil""Revenir en haut de la page""Plus d\'options""OK""Tout afficher""Sélectionner une application""DÉSACTIVÉ""ACTIVÉ""Rechercher…""Effacer la requête""Requête de recherche""Rechercher""Envoyer la requête""Recherche vocale""Partager avec""Partager avec %s""Réduire""Rechercher""होमवर नेव्‍हिगेट करा""वर नेव्‍हिगेट करा""अधिक पर्याय""पूर्ण झाले""सर्व पहा""एक अ‍ॅप निवडा""बंद""चालू""शोधा…""क्‍वेरी स्‍पष्‍ट करा""शोध क्वेरी""शोध""क्वेरी सबमिट करा""व्हॉइस शोध""यांच्यासह सामायिक करा""%s सह शेअर करा""संक्षिप्त करा""शोधा""홈 탐색""위로 탐색""옵션 더보기""완료""전체 보기""앱 선택""사용 안함""사용""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상""%s와(과) 공유""접기""검색""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Navega a la pàgina d\'inici""Navega cap a dalt""Més opcions""Fet""Mostra\'ls tots""Selecciona una aplicació""DESACTIVAT""ACTIVAT""Cerca...""Esborra la consulta""Consulta de cerca""Cerca""Envia la consulta""Cerca per veu""Comparteix amb""Comparteix amb %s""Replega""Cerca""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""കൂടുതൽ‍ ഓപ്‌ഷനുകള്‍""പൂർത്തിയാക്കി""എല്ലാം കാണുക""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""ഓഫ്""ഓൺ""തിരയുക…""അന്വേഷണം മായ്‌ക്കുക""തിരയൽ അന്വേഷണം""തിരയൽ""അന്വേഷണം സമർപ്പിക്കുക""ശബ്ദതിരയൽ""ഇവരുമായി പങ്കിടുക""%s-മായി പങ്കിടുക""ചുരുക്കുക""തിരയുക""ወደ መነሻ ይዳስሱ""ወደ ላይ ይዳስሱ""ተጨማሪ አማራጮች""ተከናውኗል""ሁሉንም ይመልከቱ""መተግበሪያ ይምረጡ""ጠፍቷል""በርቷል""ፈልግ…""መጠይቅ አጽዳ""የፍለጋ ጥያቄ""ፍለጋ""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ከ%s ጋር አጋራ""ሰብስብ""ፈልግ""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‏‏‏‎‏‏‎‏‏‏‎‎‏‎‎‎‏‏‎‏‏‏‎‎‏‏‏‎‎‏‎‎‏‏‎‎‎‏‎Navigate home‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‏‏‎‏‎‎‏‏‎‏‎‎‎‎‎‏‏‏‎‏‎‎‎‎‎‏‏‎‏‏‎‎‏‎‏‎‏‏‏‏‏‎‎Navigate up‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‎‏‏‏‎‎‏‏‏‎‎‎‏‎‎‏‏‏‎‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‎‎‏‏‏‎‏‎‎‎‏‏‎‏‎‎‎‏‎‎‏‏‎‎More options‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‏‏‎‏‎‎‎‏‏‏‎‎‏‎‎‏‏‏‎‎‏‎‎‎‏‏‎‏‎‎‏‎‎‎‎‏‎‎‏‎‏‏‏‏‎‏‏‎Done‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‏‏‏‏‎‏‎‎‏‏‎‏‎‏‏‎‏‏‏‏‏‎‎‏‏‏‎‎‏‏‏‏‎‏‎‎‏‎‎‎‎‏‏‎‎‎‎‏‏‎‏‎‎‏‏‏‏‎‏‎See all‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‎‎‎‎‏‏‎‎‏‎‎‏‏‏‎‎‎‏‏‏‏‏‏‎‎‎‏‎‎‏‎‏‎‎‎‏‏‎‏‎‏‏‎‎‏‏‏‏‏‎‏‎‎‏‏‏‏‎‎Choose an app‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‏‎‏‎‏‏‏‎‎‏‎‏‏‎‏‎‏‏‎‏‎‏‏‎‎‏‎‏‏‎‎‏‏‎‎‎‏‏‎‎‎‎‏‏‏‎‏‎‎‎‎‎‏‎‎‏‎OFF‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‎‎‎‎‏‏‏‏‎‏‎‎‎‎‏‏‏‏‏‏‎‎‏‎‎‎‏‎‏‎‎‏‎‎‎‏‎‎‎‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎ON‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‎‏‏‎‎‏‏‎‎‎‎‎‏‎‎‎‏‎‏‎‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‏‏‎‎‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎Search…‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‏‏‎‎‏‏‏‎‏‏‏‏‏‏‎‏‏‏‏‏‎‏‎‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‎‎‏‎Clear query‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‎‎‏‏‎‏‏‎‎‏‎‏‎‎‎‏‏‏‏‏‎‎‏‎‏‎‏‎‎‏‎‏‏‎‎‎‏‎‎‎‎‎‏‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‎‎Search query‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‎‏‎‏‎‏‏‎‎‏‎‏‏‏‎‏‎‎‏‎‏‎‎‏‎‎‎‏‏‎‏‎‏‎‏‎‏‎‎‎‏‎‏‎‎‎‎‎‎‏‎‏‏‎‎‎‏‎‏‎Search‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‏‏‏‏‎‎‏‏‏‎‏‏‎‎‏‎‎‏‎‏‎‎‏‎‏‎‏‎‏‎‏‎‎‎‎‎‏‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‎‎‎‎‎‎Submit query‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‏‎‎‎‏‏‎‎‏‏‎‎‎‎‏‎‎‎‎‎‎‏‎‏‏‏‏‏‎‏‏‏‎‎‏‏‏‎‎‎‏‎‏‎‎‏‏‎‏‏‎‎‏‎‎‎‏‏‎‎Voice search‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‏‏‏‎‎‏‏‏‏‏‏‎‏‏‏‏‎‏‎‎‎‏‎‏‎‏‏‏‎‎‏‏‎‎‎‎‎‏‎‏‎‏‎‏‏‎‏‎‏‏‎‏‎‎‎Share with‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‎‏‏‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‏‎‏‏‎‎‎‎‎‎‎‎‏‎‏‎‏‎‏‎‏‎‎‏‎‏‏‏‏‏‎‏‎‏‎‎‏‏‏‎Share with ‎‏‎‎‏‏‎%s‎‏‎‎‏‏‏‎‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‏‎‎‎‎‎‎‏‏‏‎‏‏‏‎‎‎‎‏‏‏‎‏‏‏‎‎‎‏‏‏‎‎‎‏‏‎‎‏‏‎‏‏‏‏‏‎‏‏‎‏‏‏‎‏‎Collapse‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‎‏‎‎‎‎‎‎‏‏‏‎‏‏‎‎‏‏‏‎‎‏‎‎‎‏‏‎‎‏‎‏‎‎‎‏‎‎‏‎‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‎Search‎‏‎‎‏‎""Navigeren naar startpositie""Omhoog navigeren""Meer opties""Gereed""Alles weergeven""Een app selecteren""UIT""AAN""Zoeken…""Zoekopdracht wissen""Zoekopdracht""Zoeken""Zoekopdracht verzenden""Gesproken zoekopdracht""Delen met""Delen met %s""Samenvouwen""Zoeken""Mag-navigate patungo sa home""Mag-navigate pataas""Higit pang mga opsyon""Tapos na""Tingnan lahat""Pumili ng isang app""I-OFF""I-ON""Maghanap…""I-clear ang query""Query sa paghahanap""Maghanap""Isumite ang query""Paghahanap gamit ang boses""Ibahagi sa/kay""Ibahagi gamit ang %s""I-collapse""Maghanap"54dip"Navegar para a página inicial""Navegar para cima""Mais opções""Concluído""Ver tudo""Selecione um app""DESATIVAR""ATIVAR""Pesquisar...""Limpar consulta""Consulta de pesquisa""Pesquisar""Enviar consulta""Pesquisa por voz""Compartilhar com""Compartilhar com %s""Recolher""Pesquisar""Odlazak na Početnu""Kretanje nagore""Još opcija""Gotovo""Prikaži sve""Izbor aplikacije""ISKLJUČI""UKLJUČI""Pretražite...""Brisanje upita""Upit za pretragu""Pretraga""Slanje upita""Glasovna pretraga""Deli sa""Deljenje sa aplikacijom %s""Skupi""Pretraži""Navegar a la página principal""Navegar hacia arriba""Más opciones""Listo""Ver todo""Elige una aplicación.""DESACTIVADO""ACTIVADO""Buscar…""Eliminar la consulta""Búsqueda""Búsqueda""Enviar consulta""Búsqueda por voz""Compartir con""Compartir con %s""Contraer""Buscar""Điều hướng về trang chủ""Điều hướng lên trên""Thêm tùy chọn""Xong""Xem tất cả""Chọn một ứng dụng""TẮT""BẬT""Tìm kiếm…""Xóa truy vấn""Tìm kiếm truy vấn""Tìm kiếm""Gửi truy vấn""Tìm kiếm bằng giọng nói""Chia sẻ với""Chia sẻ với %s""Thu gọn""Tìm kiếm""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Przejdź do strony głównej""Przejdź wyżej""Więcej opcji""Gotowe""Zobacz wszystkie""Wybierz aplikację""WYŁ.""WŁ.""Szukaj…""Wyczyść zapytanie""Wyszukiwane hasło""Szukaj""Wyślij zapytanie""Wyszukiwanie głosowe""Udostępnij dla""Udostępnij przez: %s""Zwiń""Szukaj""Придвижване към „Начало“""Придвижване нагоре""Още опции""Готово""Вижте всички""Изберете приложение""ИЗКЛ.""ВКЛ.""Търсете…""Изчистване на заявката""Заявка за търсене""Търсене""Изпращане на заявката""Гласово търсене""Споделяне със:""Споделяне със: %s""Свиване""Търсене""Navigeer tuis""Navigeer op""Nog opsies""Klaar""Sien alles""Kies \'n program""AF""AAN""Soek …""Vee navraag uit""Soeknavraag""Soek""Dien navraag in""Stemsoektog""Deel met""Deel met %s""Vou in""Soek""Prejsť na plochu""Prejsť hore""Ďalšie možnosti""Hotovo""Zobraziť všetko""Zvoľte aplikáciu""VYPNUTÉ""ZAPNUTÉ""Vyhľadať…""Vymazať dopyt""Vyhľadávací dopyt""Hľadať""Odoslať dopyt""Hlasové vyhľadávanie""Zdieľať pomocou""Zdieľať s aplikáciou %s""Zbaliť""Vyhľadávanie""پیمایش به صفحه اصلی""پیمایش به بالا""گزینه‌های بیشتر""تمام""مشاهده همه""انتخاب برنامه""خاموش""روشن""جستجو…""پاک کردن عبارت جستجو""عبارت جستجو""جستجو""ارسال عبارت جستجو""جستجوی گفتاری""اشتراک‌گذاری با""اشتراک‌گذاری با %s""کوچک کردن""جستجو"truefalsetruefalse@android:color/black#7fa87f@android:color/black@android:color/black@color/material_deep_teal_200@color/material_deep_teal_500@color/material_grey_800@android:color/white@color/material_grey_850@color/material_grey_50#80ffffff#80000000@color/bright_foreground_material_light@color/bright_foreground_material_dark@android:color/white@android:color/black#ff5a595b#ffd6d7d7#80bebebe#80323232#ffbebebe#ff323232#F4511E@android:color/white@android:color/black#6680cbc4#66009688#ff37474f#ff263238#ff21272b#ff80cbc4#ff009688#fff5f5f5#ffe0e0e0#fffafafa#ff757575#ff424242#ff303030#ff212121@android:color/black@color/material_grey_600@color/material_grey_900@color/material_grey_100#ffffffff#de000000#4Dffffff#39000000#33ffffff#1f000000#b3ffffff#8a000000#36ffffff#24000000#ff616161#ffbdbdbd#ffbdbdbd#fff1f1f1#e6616161#e6FFFFFF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 16dp72dp56dp0dp0dp4dp16dp10dp6dp48dp180dp5dp-3dp48dp48dp36dp48dp48dp@dimen/abc_control_inset_material6dp8dp@dimen/abc_control_padding_material720dp320dp2dp4dp4dp80%100%320dp320dp8dp8dp65%95%24dp18dp8dp0.300.2632dip8dip8dip7dp4dp10dp16dp@dimen/abc_action_bar_content_inset_material296dp4dp48dip320dip2dp2dp20dp3dp14sp14sp14sp12sp34sp45sp56sp112sp24sp22sp18sp14sp16sp14sp16sp16dp20sp20dp0.300.260.260.200.120.500.380.700.542dp16dp8dp8dp96dp6.5dp0dp16dp220150127150Navigate homeNavigate upMore optionsDoneSee allChoose an appOFFONsans-serifsans-serif-mediumsans-serif-mediumsans-serifsans-serifsans-serifsans-serifsans-serif-lightsans-serifsans-serifsans-serifsans-serif-mediumSearch…Clear querySearch querySearchSubmit queryVoice searchShare withShare with %sCollapseSearch"转到主屏幕""转到上一层级""更多选项""完成""查看全部""选择应用""关闭""开启""搜索…""清除查询""搜索查询""搜索""提交查询""语音搜索""分享方式""使用%s分享""收起""搜索""Pārvietoties uz sākuma ekrānu""Pārvietoties augšup""Vairāk opciju""Gatavs""Skatīt visu""Izvēlieties lietotni""IZSLĒGTS""IESLĒGTS""Meklējiet…""Notīrīt vaicājumu""Meklēšanas vaicājums""Meklēt""Iesniegt vaicājumu""Meklēšana ar balsi""Kopīgot ar:""Kopīgot ar lietojumprogrammu %s""Sakļaut""Meklēt""Перайсці на галоўную старонку""Перайсці ўверх""Дадатковыя параметры""Гатова""Прагледзець усё""Выбраць праграму""ВЫКЛ.""УКЛ.""Пошук...""Выдалiць запыт""Запыт на пошук""Пошук""Адправіць запыт""Галасавы пошук""Абагуліць з""Абагуліць праз праграму %s""Згарнуць""Пошук""მთავარზე ნავიგაცია""ზემოთ ნავიგაცია""მეტი ვარიანტები""დასრულდა""ყველას ნახვა""აპის არჩევა""გამორთულია""ჩართულია""ძიება...""მოთხოვნის გასუფთავება""ძიების მოთხოვნა""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""გაუზიარეთ %s-ს""აკეცვა""ძიება""होम पेज पर जाएं""ऊपर जाएं""ज़्यादा विकल्प""हो गया""सभी देखें""कोई एप्‍लिकेशन चुनें""बंद""चालू""खोजा जा रहा है…""क्‍वेरी साफ़ करें""सर्च क्वेरी""सर्च करें""क्वेरी सबमिट करें""आवाज़ सर्च""इसके द्वारा साझा करें""%s के साथ साझा करें""छोटा करें""सर्च""Zur Startseite""Nach oben""Weitere Optionen""Fertig""Alle ansehen""App auswählen""Aus""An""Suchen…""Suchanfrage löschen""Suchanfrage""Suchen""Suchanfrage senden""Sprachsuche""Freigeben für""Mit %s teilen""Minimieren""Suchen""Navegar para a página inicial""Navegar para cima""Mais opções""Concluído""Ver tudo""Escolher uma aplicação""DESATIVADO""ATIVADO""Pesquisar...""Limpar consulta""Consulta de pesquisa""Pesquisar""Enviar consulta""Pesquisa por voz""Partilhar com""Partilhar com a aplicação %s""Reduzir""Pesquisar""Joan orri nagusira""Joan gora""Aukera gehiago""Eginda""Ikusi guztiak""Aukeratu aplikazio bat""DESAKTIBATUTA""AKTIBATUTA""Bilatu…""Garbitu kontsulta""Bilaketa-kontsulta""Bilatu""Bidali kontsulta""Ahozko bilaketa""Partekatu hauekin""Partekatu %s aplikazioarekin""Tolestu""Bilatu""Navigasi ke beranda""Navigasi naik""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Telusuri...""Hapus kueri""Kueri penelusuran""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan ke %s""Ciutkan""Telusuri""រកមើល​ទៅ​ដើម""រកមើល​ឡើងលើ""ជម្រើស​ច្រើន​ទៀត""រួចរាល់""មើល​ទាំងអស់""ជ្រើស​កម្មវិធី​​""បិទ""បើក""ស្វែងរក…""សម្អាត​សំណួរ""ស្វែងរក​សំណួរ""ស្វែងរក""ដាក់​​​ស្នើ​សំណួរ""ការស្វែងរក​សំឡេង""ចែករំលែក​ជាមួយ""ចែក​រំលែក​ជា​មួយ %s""បង្រួម""ស្វែងរក""ホームへ移動""上へ移動""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Движи се кон дома""Движи се нагоре""Повеќе опции""Готово""Види ги сите""Избери апликација""ИСКЛУЧЕНО""ВКЛУЧЕНО""Пребарување…""Исчисти барање""Пребарај барање""Пребарај""Поднеси барање""Гласовно пребарување""Сподели со""Сподели со %s""Собери""Пребарај""Boshiga o‘tish""Yuqoriga o‘tish""Boshqa parametrlar""Tayyor""Barchasini ko‘rish""Dastur tanlang""O‘CHIQ""YONIQ""Qidirish…""So‘rovni tozalash""So‘rovni izlash""Qidirish""So‘rov yaratish""Ovozli qidiruv""Ruxsat berish""%s orqali ulashish""Yig‘ish""Qidirish""Orientohu për në shtëpi""Ngjitu lart""Opsione të tjera""U krye!""Shikoji të gjitha""Zgjidh një aplikacion""JOAKTIV""AKTIV""Kërko...""Pastro pyetjen""Kërko pyetjen""Kërko""Dërgo pyetjen""Kërkim me zë""Shpërnda publikisht me""Ndaje me %s""Shpalos""Kërko""Siirry etusivulle""Siirry ylös""Lisää""Valmis""Näytä kaikki""Valitse sovellus""POIS KÄYTÖSTÄ""KÄYTÖSSÄ""Haku…""Tyhjennä kysely""Hakulauseke""Haku""Lähetä kysely""Puhehaku""Jakaminen:""Jaa sovelluksessa %s""Kutista""Haku""ہوم پر نیویگیٹ کریں""اوپر نیویگیٹ کریں""مزید اختیارات""ہو گیا""سبھی دیکھیں""ایک ایپ منتخب کریں""آف""آن""تلاش کریں…""استفسار صاف کریں""استفسار تلاش کریں""تلاش کریں""استفسار جمع کرائیں""صوتی تلاش""اشتراک کریں مع""%s کے ساتھ اشتراک کریں""سکیڑیں""تلاش""Visa startsidan""Navigera uppåt""Fler alternativ""Klart""Visa alla""Välj en app""AV""PÅ""Sök …""Ta bort frågan""Sökfråga""Sök""Skicka fråga""Röstsökning""Dela med""Dela med %s""Komprimera""Sök""Evə naviqasiya et""Yuxarı get""Digər variantlar""Hazırdır""Hamısına baxın""Tətbiq seçin""DEAKTİV""AKTİV""Axtarış...""Sorğunu təmizlə""Axtarış sorğusu""Axtarış""Sorğunu göndərin""Səsli axtarış""Bununla paylaşın""%s ilə paylaşın""Yığışdırın""Axtarış""Πλοήγηση στην αρχική σελίδα""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Προβολή όλων""Επιλέξτε κάποια εφαρμογή""ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ""ΕΝΕΡΓΟΠΟΙΗΣΗ""Αναζήτηση…""Διαγραφή ερωτήματος""Ερώτημα αναζήτησης""Αναζήτηση""Υποβολή ερωτήματος""Φωνητική αναζήτηση""Κοινή χρήση με""Κοινή χρήση με %s""Σύμπτυξη""Αναζήτηση""Zulazulela ekhaya""Zulazulela phezulu""Izinketho eziningi""Kwenziwe""Buka konke""Khetha uhlelo lokusebenza""VALIWE""VULIWE""Iyasesha...""Sula inkinga""Umbuzo wosesho""Sesha""Hambisa umbuzo""Ukusesha ngezwi""Yabelana no-""Yabelana ne-%s""Goqa""Sesha"false"ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಆಫ್""ಆನ್""ಹುಡುಕಿ…""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಹುಡುಕಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಹುಡುಕಿ""נווט לדף הבית""נווט למעלה""עוד אפשרויות""בוצע""ראה הכל""בחר אפליקציה""כבוי""פועל""חיפוש…""מחק שאילתה""שאילתת חיפוש""חיפוש""שלח שאילתה""חיפוש קולי""שתף עם""שתף עם %s""כווץ""חיפוש""Перейти на главный экран""Перейти вверх""Другие параметры""Готово""Показать все""Выбрать приложение""ОТКЛ.""ВКЛ.""Поиск""Удалить запрос""Поисковый запрос""Поиск""Отправить запрос""Голосовой поиск""Открыть доступ""Открыть доступ приложению \"%s\"""Свернуть""Поиск""Fara heim""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leita""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leita""Revenir à l\'accueil""Revenir en haut de la page""Plus d\'options""Terminé""Voir toutes les chaînes""Sélectionnez une application""DÉSACTIVÉ""ACTIVÉ""Recherche en cours...""Effacer la requête""Requête de recherche""Rechercher""Envoyer la requête""Recherche vocale""Partager""Partager avec %s""Réduire""Rechercher""Одлазак на Почетну""Кретање нагоре""Још опција""Готово""Прикажи све""Избор апликације""ИСКЉУЧИ""УКЉУЧИ""Претражите...""Брисање упита""Упит за претрагу""Претрага""Слање упита""Гласовна претрага""Дели са""Дељење са апликацијом %s""Скупи""Претражи"440dp60%90%60%90%55%80%microfone - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml deleted file mode 100644 index 2eb7265..0000000 --- a/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt deleted file mode 100644 index 1572ca9..0000000 --- a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +++ /dev/null @@ -1,4 +0,0 @@ -#Thu Nov 29 15:39:32 BRT 2018 -base.0=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/dexMerger/debug/0 -path.0=classes.dex -renamed.0=classes.dex diff --git a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/file-input-save-data.txt b/android/app/build/intermediates/incremental/packageDebug/tmp/debug/file-input-save-data.txt deleted file mode 100644 index 9dd089b..0000000 --- a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/file-input-save-data.txt +++ /dev/null @@ -1,107 +0,0 @@ -#Internal package file, do not edit. -#Thu Nov 29 15:39:35 BRT 2018 -17.baseType=DIRECTORY -4.path=lib/armeabi-v7a/libfolly_json.so -25.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -22.set=NATIVE_RESOURCE -8.set=NATIVE_RESOURCE -19.baseType=DIRECTORY -24.path=lib/x86/libreactnativejni.so -11.set=NATIVE_RESOURCE -2.baseType=DIRECTORY -4.baseType=DIRECTORY -14.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -16.set=NATIVE_RESOURCE -count=26 -6.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -13.path=lib/x86/libimagepipeline.so -6.baseType=DIRECTORY -2.set=NATIVE_RESOURCE -5.path=lib/x86_64/libimagepipeline.so -8.baseType=DIRECTORY -21.baseType=DIRECTORY -0.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -25.path=lib/armeabi-v7a/libfb.so -21.set=NATIVE_RESOURCE -7.set=NATIVE_RESOURCE -20.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/dexMerger/debug/0 -10.set=NATIVE_RESOURCE -10.baseType=DIRECTORY -15.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -7.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -14.path=lib/armeabi-v7a/libreactnativejni.so -15.set=NATIVE_RESOURCE -6.path=lib/armeabi-v7a/libicu_common.so -23.baseType=DIRECTORY -1.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -1.set=NATIVE_RESOURCE -25.baseType=DIRECTORY -0.path=lib/arm64-v8a/libimagepipeline.so -21.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -20.set=DEX -12.baseType=DIRECTORY -6.set=NATIVE_RESOURCE -20.path=classes.dex -16.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -8.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -15.path=lib/armeabi-v7a/libjsc.so -14.baseType=DIRECTORY -25.set=NATIVE_RESOURCE -17.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -10.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -7.path=lib/x86/libglog_init.so -16.baseType=DIRECTORY -14.set=NATIVE_RESOURCE -2.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -18.baseType=DIRECTORY -1.path=lib/x86/libicu_common.so -22.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -19.set=NATIVE_RESOURCE -0.set=NATIVE_RESOURCE -1.baseType=DIRECTORY -21.path=lib/x86/libgnustl_shared.so -3.baseType=DIRECTORY -5.set=NATIVE_RESOURCE -9.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -16.path=lib/x86/libglog.so -18.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -5.baseType=DIRECTORY -11.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -8.path=lib/armeabi-v7a/libglog.so -24.set=NATIVE_RESOURCE -17.path=lib/x86/libprivatedata.so -7.baseType=DIRECTORY -3.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -10.path=lib/armeabi-v7a/libgnustl_shared.so -20.baseType=DIRECTORY -13.set=NATIVE_RESOURCE -2.path=lib/x86/libfolly_json.so -9.baseType=DIRECTORY -23.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -22.baseType=DIRECTORY -22.path=lib/armeabi-v7a/libglog_init.so -18.set=NATIVE_RESOURCE -19.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -12.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -4.set=NATIVE_RESOURCE -9.path=lib/armeabi-v7a/libyoga.so -18.path=lib/armeabi/libicu_common.so -4.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -11.path=lib/armeabi-v7a/libprivatedata.so -23.set=NATIVE_RESOURCE -9.set=NATIVE_RESOURCE -3.path=lib/x86/libyoga.so -24.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -24.baseType=DIRECTORY -12.set=NATIVE_RESOURCE -23.path=lib/x86/libjsc.so -11.baseType=DIRECTORY -0.baseType=DIRECTORY -17.set=NATIVE_RESOURCE -13.baseType=DIRECTORY -13.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -19.path=lib/armeabi-v7a/libimagepipeline.so -15.baseType=DIRECTORY -3.set=NATIVE_RESOURCE -5.base=/home/celso/Projetos/Ifal/microfone/android/app/build/intermediates/transforms/mergeJniLibs/debug/0 -12.path=lib/x86/libfb.so diff --git a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/8bXVxXC6jSIfr5sVhwAQIYfgTQQ= b/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/8bXVxXC6jSIfr5sVhwAQIYfgTQQ= deleted file mode 100644 index a10db21..0000000 Binary files a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/8bXVxXC6jSIfr5sVhwAQIYfgTQQ= and /dev/null differ diff --git a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/M5k5kU9eVx6GSXyQ_a4MNzJEbbE= b/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/M5k5kU9eVx6GSXyQ_a4MNzJEbbE= deleted file mode 100644 index 423f8c8..0000000 Binary files a/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/M5k5kU9eVx6GSXyQ_a4MNzJEbbE= and /dev/null differ diff --git a/android/app/build/intermediates/javaPrecompile/debug/annotationProcessors.json b/android/app/build/intermediates/javaPrecompile/debug/annotationProcessors.json deleted file mode 100644 index 0637a08..0000000 --- a/android/app/build/intermediates/javaPrecompile/debug/annotationProcessors.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/android/app/build/intermediates/manifests/density/debug/output.json b/android/app/build/intermediates/manifests/density/debug/output.json deleted file mode 100644 index 0637a08..0000000 --- a/android/app/build/intermediates/manifests/density/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml deleted file mode 100644 index 66a3569..0000000 --- a/android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/android/app/build/intermediates/manifests/full/debug/output.json b/android/app/build/intermediates/manifests/full/debug/output.json deleted file mode 100644 index 5e688e3..0000000 --- a/android/app/build/intermediates/manifests/full/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.microfone","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/android/app/build/intermediates/manifests/instant-run/debug/output.json b/android/app/build/intermediates/manifests/instant-run/debug/output.json deleted file mode 100644 index a4810c7..0000000 --- a/android/app/build/intermediates/manifests/instant-run/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"INSTANT_RUN_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.microfone","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/android/app/build/intermediates/res/debug/output.json b/android/app/build/intermediates/res/debug/output.json deleted file mode 100644 index ba5a95f..0000000 --- a/android/app/build/intermediates/res/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"PROCESSED_RES"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"resources-debug.ap_","properties":{"packageId":"com.microfone","split":"","minSdkVersion":"16"}}] \ No newline at end of file diff --git a/android/app/build/intermediates/res/debug/resources-debug.ap_ b/android/app/build/intermediates/res/debug/resources-debug.ap_ deleted file mode 100644 index 423f8c8..0000000 Binary files a/android/app/build/intermediates/res/debug/resources-debug.ap_ and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat deleted file mode 100644 index 223a555..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat deleted file mode 100644 index 1804cb3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat deleted file mode 100644 index ee671b8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat deleted file mode 100644 index d39d4b3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat deleted file mode 100644 index 3be0f3b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat deleted file mode 100644 index 26db8fc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat deleted file mode 100644 index 00230cd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat deleted file mode 100644 index 5eabe1d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat deleted file mode 100644 index f7954d1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat deleted file mode 100644 index 3ddc0f9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat deleted file mode 100644 index fee6c23..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat deleted file mode 100644 index d3183ca..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_in.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_in.xml.flat deleted file mode 100644 index c1dca95..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_in.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_out.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_out.xml.flat deleted file mode 100644 index 14b5271..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_catalyst_fade_out.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_in.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_in.xml.flat deleted file mode 100644 index 5a536b4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_in.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_out.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_out.xml.flat deleted file mode 100644 index a9cf1df..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_catalyst_push_up_out.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_down.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_down.xml.flat deleted file mode 100644 index 684b2cb..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_down.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_up.xml.flat b/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_up.xml.flat deleted file mode 100644 index 8fde793..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/anim_catalyst_slide_up.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat deleted file mode 100644 index e3c133b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat deleted file mode 100644 index 02e924a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat deleted file mode 100644 index c7e6eb3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat deleted file mode 100644 index 14f7027..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat deleted file mode 100644 index 7be9327..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat deleted file mode 100644 index 2c724da..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat deleted file mode 100644 index 3dbb2d8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat deleted file mode 100644 index 267f5d8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat deleted file mode 100644 index ea7b9da..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat b/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat deleted file mode 100644 index 2757581..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat deleted file mode 100644 index d5abbec..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat deleted file mode 100644 index 3d3a9c7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat deleted file mode 100644 index 6289939..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat deleted file mode 100644 index fce292d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat deleted file mode 100644 index 428f283..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat deleted file mode 100644 index bf98de4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat deleted file mode 100644 index 86c231b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat deleted file mode 100644 index 5b0500e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat deleted file mode 100644 index 531145f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat deleted file mode 100644 index daaa576..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat deleted file mode 100644 index 25acede..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat deleted file mode 100644 index ca32e2d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat deleted file mode 100644 index 9bbe2a3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat deleted file mode 100644 index 5884049..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat deleted file mode 100644 index 0e7719a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat deleted file mode 100644 index 8d51ad7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat deleted file mode 100644 index 2b5e01a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat deleted file mode 100644 index af907f6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat b/android/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat deleted file mode 100644 index 1e7aed4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat deleted file mode 100644 index df6cf4d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat b/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat deleted file mode 100644 index a437d6a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat deleted file mode 100644 index ef64e80..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat deleted file mode 100644 index 63d9a2a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat deleted file mode 100644 index b6701c0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat deleted file mode 100644 index c70a65d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat deleted file mode 100644 index a9b30b4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat deleted file mode 100644 index 7d2b458..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat deleted file mode 100644 index 6bc9276..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat deleted file mode 100644 index a52bfea..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat deleted file mode 100644 index dab2c52..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index efd3696..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 3e1142f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat deleted file mode 100644 index 6c18f1b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat deleted file mode 100644 index 59b2116..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat deleted file mode 100644 index 4d36f29..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat deleted file mode 100644 index 99d751a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat deleted file mode 100644 index 2176462..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat deleted file mode 100644 index f9456d4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat deleted file mode 100644 index 2d56c4d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat deleted file mode 100644 index a0ec18f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat deleted file mode 100644 index 59ce272..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat deleted file mode 100644 index a3f0f82..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat deleted file mode 100644 index 0d842d4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat deleted file mode 100644 index fbaf416..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat deleted file mode 100644 index b3ed99d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat deleted file mode 100644 index a4abb0e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat deleted file mode 100644 index ccfbb41..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat deleted file mode 100644 index 311be7b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat deleted file mode 100644 index 27f3ca1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat deleted file mode 100644 index c3c8eb6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat deleted file mode 100644 index 80d37c8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat deleted file mode 100644 index 6f012f9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat deleted file mode 100644 index ce08a8e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat deleted file mode 100644 index 96caf08..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat deleted file mode 100644 index ad3af9c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 5d4f830..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat deleted file mode 100644 index 3f38e8f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat deleted file mode 100644 index 1b39971..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat deleted file mode 100644 index b4cef8c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat deleted file mode 100644 index cb1bac8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat deleted file mode 100644 index 7fe472c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat deleted file mode 100644 index 0faa250..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat deleted file mode 100644 index 8611019..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat deleted file mode 100644 index bf8d0fa..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index b59ca02..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat deleted file mode 100644 index 2626447..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index 4a82760..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat deleted file mode 100644 index 5c3681c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat deleted file mode 100644 index a7563f7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat deleted file mode 100644 index 69d77e1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat deleted file mode 100644 index 0a7ef7c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat deleted file mode 100644 index ef54c79..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat deleted file mode 100644 index 670c7da..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index f829ee2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 43e326d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 691edb5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index 280d13b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 2af539a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 10ad9e0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index 5e77402..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index c98d45b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 623e798..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index 58ce6b6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 2d5f9df..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index b6b7068..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index 85ce594..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 605c345..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index e140cb2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat deleted file mode 100644 index bd1f4e0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat deleted file mode 100644 index bb0e571..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat deleted file mode 100644 index f231060..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat deleted file mode 100644 index 4d8ad62..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat deleted file mode 100644 index 33570f7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat deleted file mode 100644 index d88fa67..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat deleted file mode 100644 index d31801e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat deleted file mode 100644 index d6ac412..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat deleted file mode 100644 index 894119c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index c73bdf1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index a2b76d3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat deleted file mode 100644 index 36a1d0d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat deleted file mode 100644 index 26fe614..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat deleted file mode 100644 index 4a904ad..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat deleted file mode 100644 index 078c6a2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat deleted file mode 100644 index 86ddb66..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat deleted file mode 100644 index b1908e8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat deleted file mode 100644 index fb03914..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat deleted file mode 100644 index c882f55..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat deleted file mode 100644 index d76d4e4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat deleted file mode 100644 index cd69c71..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat deleted file mode 100644 index 3844094..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat deleted file mode 100644 index e21fee2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat deleted file mode 100644 index ebe9d4e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat deleted file mode 100644 index 242f0fa..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat deleted file mode 100644 index 47307c2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat deleted file mode 100644 index 2d86f0a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat deleted file mode 100644 index 6553157..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat deleted file mode 100644 index a924d90..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat deleted file mode 100644 index c212b89..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat deleted file mode 100644 index 66c404d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat deleted file mode 100644 index cc5f80c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat deleted file mode 100644 index d4bcb03..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat deleted file mode 100644 index 3d0f1e2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 4dd7792..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat deleted file mode 100644 index da392e2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat deleted file mode 100644 index 807e767..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat deleted file mode 100644 index 453473c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat deleted file mode 100644 index 416aff5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat deleted file mode 100644 index fe18493..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat deleted file mode 100644 index b028ac0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat deleted file mode 100644 index 39b5260..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat deleted file mode 100644 index 79a3679..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index 4ba3717..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat deleted file mode 100644 index 8197d53..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index 4090b4f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat deleted file mode 100644 index d4f4150..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat deleted file mode 100644 index a675a19..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat deleted file mode 100644 index b1664b2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat deleted file mode 100644 index 03329b1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat deleted file mode 100644 index 377c3d4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat deleted file mode 100644 index 5e880b7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat deleted file mode 100644 index 112d4a5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat deleted file mode 100644 index ea817b2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat deleted file mode 100644 index cd54155..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat deleted file mode 100644 index 556f67f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat deleted file mode 100644 index 8ab3b8a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat deleted file mode 100644 index 0362290..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat deleted file mode 100644 index 4ebc00d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat deleted file mode 100644 index eee6c90..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat deleted file mode 100644 index ba00898..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat deleted file mode 100644 index c909d83..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat deleted file mode 100644 index af1e432..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat deleted file mode 100644 index 02bc675..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat deleted file mode 100644 index 4639a1b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat deleted file mode 100644 index 8ae1703..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat deleted file mode 100644 index b9c4190..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index 21a41d6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 52882b5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat deleted file mode 100644 index def9601..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat deleted file mode 100644 index 55828a0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat deleted file mode 100644 index aa937bd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat deleted file mode 100644 index f95936c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat deleted file mode 100644 index 574c349..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat deleted file mode 100644 index 93c6bf5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat deleted file mode 100644 index 02aadcf..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat deleted file mode 100644 index 2c3ed10..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat deleted file mode 100644 index c687959..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat deleted file mode 100644 index eed9f83..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat deleted file mode 100644 index 3b3ef20..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat deleted file mode 100644 index 73d1199..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat deleted file mode 100644 index 1e94306..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat deleted file mode 100644 index 5d56581..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat deleted file mode 100644 index 649ff57..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat deleted file mode 100644 index 033c3b5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat deleted file mode 100644 index d5bef18..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat deleted file mode 100644 index 965b5c4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat deleted file mode 100644 index 18a4fa4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat deleted file mode 100644 index a1428e4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat deleted file mode 100644 index 6f34996..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat deleted file mode 100644 index 98cd516..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat deleted file mode 100644 index 51daa9b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 17f082a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat deleted file mode 100644 index aa44124..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat deleted file mode 100644 index 1521bee..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat deleted file mode 100644 index 994efc8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat deleted file mode 100644 index 7bb833a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat deleted file mode 100644 index 2b36817..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat deleted file mode 100644 index d0c047a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat deleted file mode 100644 index f105a2d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat deleted file mode 100644 index 9cb0b44..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index 52a27d5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat deleted file mode 100644 index a64a8ea..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index 8ebb0c3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat deleted file mode 100644 index db0d1a6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat deleted file mode 100644 index 6eb6105..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat deleted file mode 100644 index 88c2d34..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat deleted file mode 100644 index 14431f6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat deleted file mode 100644 index bba9284..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat deleted file mode 100644 index 65c8b8d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat deleted file mode 100644 index 6bac1c4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat deleted file mode 100644 index 0a17baf..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat deleted file mode 100644 index 8df9098..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat deleted file mode 100644 index c4ecc5d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat deleted file mode 100644 index 4f3954d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat deleted file mode 100644 index 7c83736..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat deleted file mode 100644 index 6b39717..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat deleted file mode 100644 index 29d0e30..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat deleted file mode 100644 index aed8cce..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index f70a45d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 101a309..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat deleted file mode 100644 index d74662e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat deleted file mode 100644 index 925cafe..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat deleted file mode 100644 index f501ee2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat deleted file mode 100644 index 6f2f240..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat deleted file mode 100644 index 5a525cd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat deleted file mode 100644 index 9085ee7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat deleted file mode 100644 index f507b7a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat deleted file mode 100644 index b148b52..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat deleted file mode 100644 index e615b7c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat deleted file mode 100644 index b60a9ce..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat deleted file mode 100644 index 8de7a23..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat deleted file mode 100644 index 7d9e618..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat deleted file mode 100644 index 49927ad..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat deleted file mode 100644 index 12d9dcd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat deleted file mode 100644 index 03f944c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat deleted file mode 100644 index 7427349..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat deleted file mode 100644 index 10261f6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat deleted file mode 100644 index 7a5f3d3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat deleted file mode 100644 index 71c91ce..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat deleted file mode 100644 index 2445e39..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat deleted file mode 100644 index 57cc31a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat deleted file mode 100644 index 1908bc6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat deleted file mode 100644 index 5836a6d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 12ef0dc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat deleted file mode 100644 index ca882ae..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat deleted file mode 100644 index d824d3e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat deleted file mode 100644 index 481abf8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat deleted file mode 100644 index 74eee14..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat deleted file mode 100644 index 1251f01..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat deleted file mode 100644 index 17a4acb..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat deleted file mode 100644 index 3910881..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat deleted file mode 100644 index 7ce62f3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index c7b9a5e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat deleted file mode 100644 index 5b410bc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat deleted file mode 100644 index 3479538..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat deleted file mode 100644 index 8755432..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat deleted file mode 100644 index 7415db1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat deleted file mode 100644 index 3d7de55..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat deleted file mode 100644 index f17561d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat deleted file mode 100644 index fe71c66..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat deleted file mode 100644 index 968b6c3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat deleted file mode 100644 index f9b2379..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat deleted file mode 100644 index 973305e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat deleted file mode 100644 index 855bc01..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat deleted file mode 100644 index 7b77aea..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat deleted file mode 100644 index ab36fcc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat deleted file mode 100644 index 5fc5dd4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat deleted file mode 100644 index c748def..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat deleted file mode 100644 index bdbf40d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat deleted file mode 100644 index b247e3c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat deleted file mode 100644 index d183ed6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat deleted file mode 100644 index 7091fee..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat deleted file mode 100644 index f121196..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat deleted file mode 100644 index d48b4f4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat deleted file mode 100644 index a711b8f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat deleted file mode 100644 index 972460c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat deleted file mode 100644 index 41b6f43..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat deleted file mode 100644 index a6bd9d7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat deleted file mode 100644 index de05617..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat deleted file mode 100644 index 3c8e9e4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat deleted file mode 100644 index b914be1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat deleted file mode 100644 index 8f5fcb3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat deleted file mode 100644 index 2996753..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat deleted file mode 100644 index a12e257..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat deleted file mode 100644 index 20a06c8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat deleted file mode 100644 index 9759205..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat deleted file mode 100644 index 03ae8f1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat deleted file mode 100644 index b7f4be0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat deleted file mode 100644 index c650709..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat deleted file mode 100644 index 8bba209..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat deleted file mode 100644 index a550edb..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat deleted file mode 100644 index 58c1a3a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat deleted file mode 100644 index 0054cec..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat deleted file mode 100644 index b949e35..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat deleted file mode 100644 index cc5c6f8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat deleted file mode 100644 index eb374b4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat deleted file mode 100644 index 34019b7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat deleted file mode 100644 index c33bbc1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat deleted file mode 100644 index ac05f17..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat deleted file mode 100644 index 4651098..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat deleted file mode 100644 index 74b5a9e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat deleted file mode 100644 index fa72e99..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat deleted file mode 100644 index 193fa13..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat deleted file mode 100644 index 789d596..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat deleted file mode 100644 index cb475a8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat deleted file mode 100644 index 15c4884..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat deleted file mode 100644 index daebe7d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat deleted file mode 100644 index 489ea24..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat deleted file mode 100644 index 7b25c0f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat deleted file mode 100644 index 1cc59e4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat deleted file mode 100644 index 85471cd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat deleted file mode 100644 index 197ce97..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat deleted file mode 100644 index ea9a2fd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat deleted file mode 100644 index a4932f2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat deleted file mode 100644 index 3ac9815..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat deleted file mode 100644 index b859ac7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat deleted file mode 100644 index e055102..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat deleted file mode 100644 index 67ab1fa..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat deleted file mode 100644 index dd0c9b6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat deleted file mode 100644 index d3d681e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat deleted file mode 100644 index bf4d553..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat b/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat deleted file mode 100644 index 107aefa..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat deleted file mode 100644 index c0df1a9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat deleted file mode 100644 index f8e0b00..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat deleted file mode 100644 index 8822081..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat deleted file mode 100644 index 723c40e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat deleted file mode 100644 index 362fadd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat deleted file mode 100644 index f590bb5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat deleted file mode 100644 index ee01d1b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat deleted file mode 100644 index 1c4b4ae..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat deleted file mode 100644 index d469e65..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat deleted file mode 100644 index 07162ec..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat deleted file mode 100644 index a3eabef..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat deleted file mode 100644 index 049100f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat deleted file mode 100644 index 4e9d2b4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat deleted file mode 100644 index 69b8f0f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat deleted file mode 100644 index fd22077..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat deleted file mode 100644 index 5df8a83..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat deleted file mode 100644 index d492a92..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat deleted file mode 100644 index 1954f4b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat deleted file mode 100644 index c26355d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat deleted file mode 100644 index face2a2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat deleted file mode 100644 index d14dcb5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat deleted file mode 100644 index b5eb2b3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat deleted file mode 100644 index bd1131c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat deleted file mode 100644 index c0b0657..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat deleted file mode 100644 index 9c1f08b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat deleted file mode 100644 index 34fe728..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat deleted file mode 100644 index ba1077f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat deleted file mode 100644 index b84126f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat deleted file mode 100644 index 3e7fe20..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat deleted file mode 100644 index 0e23580..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat deleted file mode 100644 index 4be0e69..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat deleted file mode 100644 index ed53a27..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat deleted file mode 100644 index 8e7a5ff..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat deleted file mode 100644 index e64c0ce..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat deleted file mode 100644 index 85df81d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_dev_loading_view.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_dev_loading_view.xml.flat deleted file mode 100644 index 045bbff..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_dev_loading_view.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_fps_view.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_fps_view.xml.flat deleted file mode 100644 index d15e9b0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_fps_view.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat deleted file mode 100644 index 3fae8cc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat deleted file mode 100644 index 85813c8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat deleted file mode 100644 index daf8899..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat deleted file mode 100644 index 7b247c9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat deleted file mode 100644 index 5fd4851..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_redbox_item_frame.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_redbox_item_frame.xml.flat deleted file mode 100644 index 28ec0e7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_redbox_item_frame.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_redbox_item_title.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_redbox_item_title.xml.flat deleted file mode 100644 index b07a4f5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_redbox_item_title.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_redbox_view.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_redbox_view.xml.flat deleted file mode 100644 index 6041f89..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_redbox_view.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat deleted file mode 100644 index c05110c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat deleted file mode 100644 index 6cad052..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat deleted file mode 100644 index c604bb9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat b/android/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat deleted file mode 100644 index 3f84ab2..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat deleted file mode 100644 index cc4df5f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat deleted file mode 100644 index 0975681..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat deleted file mode 100644 index e4efc23..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat deleted file mode 100644 index 2cd3cfa..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat deleted file mode 100644 index 3cad090..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat deleted file mode 100644 index 2dcee4f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat deleted file mode 100644 index 49889cf..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat deleted file mode 100644 index e70a616..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat deleted file mode 100644 index 46c0302..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat deleted file mode 100644 index f99538b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat deleted file mode 100644 index 389172b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat deleted file mode 100644 index dc89416..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat deleted file mode 100644 index 518d2f5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat deleted file mode 100644 index ba7be94..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat deleted file mode 100644 index bb55a10..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat deleted file mode 100644 index 0a59a52..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat deleted file mode 100644 index 3921e7e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat deleted file mode 100644 index c6f8ee5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat deleted file mode 100644 index 913c33e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat deleted file mode 100644 index bcd7992..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat deleted file mode 100644 index 35f5212..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat deleted file mode 100644 index 7633f37..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat deleted file mode 100644 index 7815b6b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat deleted file mode 100644 index 14fbdc9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat deleted file mode 100644 index a50a30f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat deleted file mode 100644 index 78de95c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat deleted file mode 100644 index 6c28fc0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat deleted file mode 100644 index f87d541..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat deleted file mode 100644 index c1c8bba..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat deleted file mode 100644 index 143c70a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat deleted file mode 100644 index 17ed244..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat deleted file mode 100644 index 567d154..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat deleted file mode 100644 index 3a3bb14..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat deleted file mode 100644 index cf1e872..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat deleted file mode 100644 index 0aa39d7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat deleted file mode 100644 index 393893f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat deleted file mode 100644 index 3d05901..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat deleted file mode 100644 index bc0f7b5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat deleted file mode 100644 index 5fa44cc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat deleted file mode 100644 index c1cc349..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat deleted file mode 100644 index a81ad5c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat deleted file mode 100644 index 1adfd8d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat deleted file mode 100644 index e1032e6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat deleted file mode 100644 index b029766..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat deleted file mode 100644 index 68ec06b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat deleted file mode 100644 index 5c81c88..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat deleted file mode 100644 index c11ef1b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat deleted file mode 100644 index d94bd15..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat deleted file mode 100644 index 7915496..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat deleted file mode 100644 index 1cf19dd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat deleted file mode 100644 index abcef0c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat deleted file mode 100644 index 13e9659..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat deleted file mode 100644 index 5691d22..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat deleted file mode 100644 index 489a761..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat deleted file mode 100644 index 3a5b065..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat deleted file mode 100644 index 7a1f07f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat deleted file mode 100644 index 186e6a6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat deleted file mode 100644 index b984609..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat deleted file mode 100644 index 8df9a14..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat deleted file mode 100644 index 14227d4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat deleted file mode 100644 index 0d65c8c..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat deleted file mode 100644 index 459f20b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat deleted file mode 100644 index 49e6fb4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat deleted file mode 100644 index d5b02e4..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat deleted file mode 100644 index 87a3c7e..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat deleted file mode 100644 index 669e261..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat deleted file mode 100644 index 5e0fabc..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat deleted file mode 100644 index 54695e1..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat deleted file mode 100644 index e0ffaea..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat deleted file mode 100644 index aa8e004..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat deleted file mode 100644 index 2118490..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat deleted file mode 100644 index 4f5672d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat deleted file mode 100644 index e76603a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat deleted file mode 100644 index 99c1bea..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat deleted file mode 100644 index 416e984..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat deleted file mode 100644 index 0f3d0f5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat deleted file mode 100644 index 1b7168f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat deleted file mode 100644 index b98aaaf..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat deleted file mode 100644 index b723ae5..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat deleted file mode 100644 index 5bd6e65..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat deleted file mode 100644 index b29b3dd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat deleted file mode 100644 index 298e98b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat deleted file mode 100644 index 6d5e659..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat deleted file mode 100644 index 4c0435a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat deleted file mode 100644 index 1d11ecd..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat deleted file mode 100644 index 580f171..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat deleted file mode 100644 index c5b00c9..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat deleted file mode 100644 index c11f173..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat deleted file mode 100644 index ce00aa8..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat deleted file mode 100644 index fa6011a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat deleted file mode 100644 index 2fc33e7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat deleted file mode 100644 index 7182a79..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat deleted file mode 100644 index 700f8c7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat deleted file mode 100644 index b639e99..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat deleted file mode 100644 index d368de0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat deleted file mode 100644 index 8a1a378..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat deleted file mode 100644 index 426786b..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat deleted file mode 100644 index df36e4f..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat deleted file mode 100644 index 04b8800..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat deleted file mode 100644 index c60eef7..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat deleted file mode 100644 index 22cc0cb..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat deleted file mode 100644 index 23cc87a..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat deleted file mode 100644 index 5f65d38..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat deleted file mode 100644 index 4117759..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat deleted file mode 100644 index 36a8671..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat deleted file mode 100644 index 92f383d..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat deleted file mode 100644 index 52511d0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat deleted file mode 100644 index 72b7fff..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat deleted file mode 100644 index 3fab8b3..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat deleted file mode 100644 index a406478..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat deleted file mode 100644 index d272ea0..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat deleted file mode 100644 index 21d51de..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat deleted file mode 100644 index e03bc14..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/merged/debug/xml_preferences.xml.flat b/android/app/build/intermediates/res/merged/debug/xml_preferences.xml.flat deleted file mode 100644 index bf2a0f6..0000000 Binary files a/android/app/build/intermediates/res/merged/debug/xml_preferences.xml.flat and /dev/null differ diff --git a/android/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/android/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt deleted file mode 100644 index 7e6b5d7..0000000 --- a/android/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt +++ /dev/null @@ -1,1713 +0,0 @@ -com.microfone -int anim abc_fade_in 0x7f010000 -int anim abc_fade_out 0x7f010001 -int anim abc_grow_fade_in_from_bottom 0x7f010002 -int anim abc_popup_enter 0x7f010003 -int anim abc_popup_exit 0x7f010004 -int anim abc_shrink_fade_out_from_bottom 0x7f010005 -int anim abc_slide_in_bottom 0x7f010006 -int anim abc_slide_in_top 0x7f010007 -int anim abc_slide_out_bottom 0x7f010008 -int anim abc_slide_out_top 0x7f010009 -int anim abc_tooltip_enter 0x7f01000a -int anim abc_tooltip_exit 0x7f01000b -int anim catalyst_fade_in 0x7f01000c -int anim catalyst_fade_out 0x7f01000d -int anim catalyst_push_up_in 0x7f01000e -int anim catalyst_push_up_out 0x7f01000f -int anim catalyst_slide_down 0x7f010010 -int anim catalyst_slide_up 0x7f010011 -int attr actionBarDivider 0x7f020000 -int attr actionBarItemBackground 0x7f020001 -int attr actionBarPopupTheme 0x7f020002 -int attr actionBarSize 0x7f020003 -int attr actionBarSplitStyle 0x7f020004 -int attr actionBarStyle 0x7f020005 -int attr actionBarTabBarStyle 0x7f020006 -int attr actionBarTabStyle 0x7f020007 -int attr actionBarTabTextStyle 0x7f020008 -int attr actionBarTheme 0x7f020009 -int attr actionBarWidgetTheme 0x7f02000a -int attr actionButtonStyle 0x7f02000b -int attr actionDropDownStyle 0x7f02000c -int attr actionLayout 0x7f02000d -int attr actionMenuTextAppearance 0x7f02000e -int attr actionMenuTextColor 0x7f02000f -int attr actionModeBackground 0x7f020010 -int attr actionModeCloseButtonStyle 0x7f020011 -int attr actionModeCloseDrawable 0x7f020012 -int attr actionModeCopyDrawable 0x7f020013 -int attr actionModeCutDrawable 0x7f020014 -int attr actionModeFindDrawable 0x7f020015 -int attr actionModePasteDrawable 0x7f020016 -int attr actionModePopupWindowStyle 0x7f020017 -int attr actionModeSelectAllDrawable 0x7f020018 -int attr actionModeShareDrawable 0x7f020019 -int attr actionModeSplitBackground 0x7f02001a -int attr actionModeStyle 0x7f02001b -int attr actionModeWebSearchDrawable 0x7f02001c -int attr actionOverflowButtonStyle 0x7f02001d -int attr actionOverflowMenuStyle 0x7f02001e -int attr actionProviderClass 0x7f02001f -int attr actionViewClass 0x7f020020 -int attr activityChooserViewStyle 0x7f020021 -int attr actualImageResource 0x7f020022 -int attr actualImageScaleType 0x7f020023 -int attr actualImageUri 0x7f020024 -int attr alertDialogButtonGroupStyle 0x7f020025 -int attr alertDialogCenterButtons 0x7f020026 -int attr alertDialogStyle 0x7f020027 -int attr alertDialogTheme 0x7f020028 -int attr allowStacking 0x7f020029 -int attr alpha 0x7f02002a -int attr alphabeticModifiers 0x7f02002b -int attr arrowHeadLength 0x7f02002c -int attr arrowShaftLength 0x7f02002d -int attr autoCompleteTextViewStyle 0x7f02002e -int attr autoSizeMaxTextSize 0x7f02002f -int attr autoSizeMinTextSize 0x7f020030 -int attr autoSizePresetSizes 0x7f020031 -int attr autoSizeStepGranularity 0x7f020032 -int attr autoSizeTextType 0x7f020033 -int attr background 0x7f020034 -int attr backgroundImage 0x7f020035 -int attr backgroundSplit 0x7f020036 -int attr backgroundStacked 0x7f020037 -int attr backgroundTint 0x7f020038 -int attr backgroundTintMode 0x7f020039 -int attr barLength 0x7f02003a -int attr borderlessButtonStyle 0x7f02003b -int attr buttonBarButtonStyle 0x7f02003c -int attr buttonBarNegativeButtonStyle 0x7f02003d -int attr buttonBarNeutralButtonStyle 0x7f02003e -int attr buttonBarPositiveButtonStyle 0x7f02003f -int attr buttonBarStyle 0x7f020040 -int attr buttonGravity 0x7f020041 -int attr buttonIconDimen 0x7f020042 -int attr buttonPanelSideLayout 0x7f020043 -int attr buttonStyle 0x7f020044 -int attr buttonStyleSmall 0x7f020045 -int attr buttonTint 0x7f020046 -int attr buttonTintMode 0x7f020047 -int attr checkboxStyle 0x7f020048 -int attr checkedTextViewStyle 0x7f020049 -int attr closeIcon 0x7f02004a -int attr closeItemLayout 0x7f02004b -int attr collapseContentDescription 0x7f02004c -int attr collapseIcon 0x7f02004d -int attr color 0x7f02004e -int attr colorAccent 0x7f02004f -int attr colorBackgroundFloating 0x7f020050 -int attr colorButtonNormal 0x7f020051 -int attr colorControlActivated 0x7f020052 -int attr colorControlHighlight 0x7f020053 -int attr colorControlNormal 0x7f020054 -int attr colorError 0x7f020055 -int attr colorPrimary 0x7f020056 -int attr colorPrimaryDark 0x7f020057 -int attr colorSwitchThumbNormal 0x7f020058 -int attr commitIcon 0x7f020059 -int attr contentDescription 0x7f02005a -int attr contentInsetEnd 0x7f02005b -int attr contentInsetEndWithActions 0x7f02005c -int attr contentInsetLeft 0x7f02005d -int attr contentInsetRight 0x7f02005e -int attr contentInsetStart 0x7f02005f -int attr contentInsetStartWithNavigation 0x7f020060 -int attr controlBackground 0x7f020061 -int attr coordinatorLayoutStyle 0x7f020062 -int attr customNavigationLayout 0x7f020063 -int attr defaultQueryHint 0x7f020064 -int attr dialogPreferredPadding 0x7f020065 -int attr dialogTheme 0x7f020066 -int attr displayOptions 0x7f020067 -int attr divider 0x7f020068 -int attr dividerHorizontal 0x7f020069 -int attr dividerPadding 0x7f02006a -int attr dividerVertical 0x7f02006b -int attr drawableSize 0x7f02006c -int attr drawerArrowStyle 0x7f02006d -int attr dropDownListViewStyle 0x7f02006e -int attr dropdownListPreferredItemHeight 0x7f02006f -int attr editTextBackground 0x7f020070 -int attr editTextColor 0x7f020071 -int attr editTextStyle 0x7f020072 -int attr elevation 0x7f020073 -int attr expandActivityOverflowButtonDrawable 0x7f020074 -int attr fadeDuration 0x7f020075 -int attr failureImage 0x7f020076 -int attr failureImageScaleType 0x7f020077 -int attr font 0x7f020078 -int attr fontFamily 0x7f020079 -int attr fontProviderAuthority 0x7f02007a -int attr fontProviderCerts 0x7f02007b -int attr fontProviderFetchStrategy 0x7f02007c -int attr fontProviderFetchTimeout 0x7f02007d -int attr fontProviderPackage 0x7f02007e -int attr fontProviderQuery 0x7f02007f -int attr fontStyle 0x7f020080 -int attr fontWeight 0x7f020081 -int attr gapBetweenBars 0x7f020082 -int attr goIcon 0x7f020083 -int attr height 0x7f020084 -int attr hideOnContentScroll 0x7f020085 -int attr homeAsUpIndicator 0x7f020086 -int attr homeLayout 0x7f020087 -int attr icon 0x7f020088 -int attr iconTint 0x7f020089 -int attr iconTintMode 0x7f02008a -int attr iconifiedByDefault 0x7f02008b -int attr imageButtonStyle 0x7f02008c -int attr indeterminateProgressStyle 0x7f02008d -int attr initialActivityCount 0x7f02008e -int attr isLightTheme 0x7f02008f -int attr itemPadding 0x7f020090 -int attr keylines 0x7f020091 -int attr layout 0x7f020092 -int attr layout_anchor 0x7f020093 -int attr layout_anchorGravity 0x7f020094 -int attr layout_behavior 0x7f020095 -int attr layout_dodgeInsetEdges 0x7f020096 -int attr layout_insetEdge 0x7f020097 -int attr layout_keyline 0x7f020098 -int attr listChoiceBackgroundIndicator 0x7f020099 -int attr listDividerAlertDialog 0x7f02009a -int attr listItemLayout 0x7f02009b -int attr listLayout 0x7f02009c -int attr listMenuViewStyle 0x7f02009d -int attr listPopupWindowStyle 0x7f02009e -int attr listPreferredItemHeight 0x7f02009f -int attr listPreferredItemHeightLarge 0x7f0200a0 -int attr listPreferredItemHeightSmall 0x7f0200a1 -int attr listPreferredItemPaddingLeft 0x7f0200a2 -int attr listPreferredItemPaddingRight 0x7f0200a3 -int attr logo 0x7f0200a4 -int attr logoDescription 0x7f0200a5 -int attr maxButtonHeight 0x7f0200a6 -int attr measureWithLargestChild 0x7f0200a7 -int attr multiChoiceItemLayout 0x7f0200a8 -int attr navigationContentDescription 0x7f0200a9 -int attr navigationIcon 0x7f0200aa -int attr navigationMode 0x7f0200ab -int attr numericModifiers 0x7f0200ac -int attr overlapAnchor 0x7f0200ad -int attr overlayImage 0x7f0200ae -int attr paddingBottomNoButtons 0x7f0200af -int attr paddingEnd 0x7f0200b0 -int attr paddingStart 0x7f0200b1 -int attr paddingTopNoTitle 0x7f0200b2 -int attr panelBackground 0x7f0200b3 -int attr panelMenuListTheme 0x7f0200b4 -int attr panelMenuListWidth 0x7f0200b5 -int attr placeholderImage 0x7f0200b6 -int attr placeholderImageScaleType 0x7f0200b7 -int attr popupMenuStyle 0x7f0200b8 -int attr popupTheme 0x7f0200b9 -int attr popupWindowStyle 0x7f0200ba -int attr preserveIconSpacing 0x7f0200bb -int attr pressedStateOverlayImage 0x7f0200bc -int attr progressBarAutoRotateInterval 0x7f0200bd -int attr progressBarImage 0x7f0200be -int attr progressBarImageScaleType 0x7f0200bf -int attr progressBarPadding 0x7f0200c0 -int attr progressBarStyle 0x7f0200c1 -int attr queryBackground 0x7f0200c2 -int attr queryHint 0x7f0200c3 -int attr radioButtonStyle 0x7f0200c4 -int attr ratingBarStyle 0x7f0200c5 -int attr ratingBarStyleIndicator 0x7f0200c6 -int attr ratingBarStyleSmall 0x7f0200c7 -int attr retryImage 0x7f0200c8 -int attr retryImageScaleType 0x7f0200c9 -int attr roundAsCircle 0x7f0200ca -int attr roundBottomEnd 0x7f0200cb -int attr roundBottomLeft 0x7f0200cc -int attr roundBottomRight 0x7f0200cd -int attr roundBottomStart 0x7f0200ce -int attr roundTopEnd 0x7f0200cf -int attr roundTopLeft 0x7f0200d0 -int attr roundTopRight 0x7f0200d1 -int attr roundTopStart 0x7f0200d2 -int attr roundWithOverlayColor 0x7f0200d3 -int attr roundedCornerRadius 0x7f0200d4 -int attr roundingBorderColor 0x7f0200d5 -int attr roundingBorderPadding 0x7f0200d6 -int attr roundingBorderWidth 0x7f0200d7 -int attr searchHintIcon 0x7f0200d8 -int attr searchIcon 0x7f0200d9 -int attr searchViewStyle 0x7f0200da -int attr seekBarStyle 0x7f0200db -int attr selectableItemBackground 0x7f0200dc -int attr selectableItemBackgroundBorderless 0x7f0200dd -int attr showAsAction 0x7f0200de -int attr showDividers 0x7f0200df -int attr showText 0x7f0200e0 -int attr showTitle 0x7f0200e1 -int attr singleChoiceItemLayout 0x7f0200e2 -int attr spinBars 0x7f0200e3 -int attr spinnerDropDownItemStyle 0x7f0200e4 -int attr spinnerStyle 0x7f0200e5 -int attr splitTrack 0x7f0200e6 -int attr srcCompat 0x7f0200e7 -int attr state_above_anchor 0x7f0200e8 -int attr statusBarBackground 0x7f0200e9 -int attr subMenuArrow 0x7f0200ea -int attr submitBackground 0x7f0200eb -int attr subtitle 0x7f0200ec -int attr subtitleTextAppearance 0x7f0200ed -int attr subtitleTextColor 0x7f0200ee -int attr subtitleTextStyle 0x7f0200ef -int attr suggestionRowLayout 0x7f0200f0 -int attr switchMinWidth 0x7f0200f1 -int attr switchPadding 0x7f0200f2 -int attr switchStyle 0x7f0200f3 -int attr switchTextAppearance 0x7f0200f4 -int attr textAllCaps 0x7f0200f5 -int attr textAppearanceLargePopupMenu 0x7f0200f6 -int attr textAppearanceListItem 0x7f0200f7 -int attr textAppearanceListItemSecondary 0x7f0200f8 -int attr textAppearanceListItemSmall 0x7f0200f9 -int attr textAppearancePopupMenuHeader 0x7f0200fa -int attr textAppearanceSearchResultSubtitle 0x7f0200fb -int attr textAppearanceSearchResultTitle 0x7f0200fc -int attr textAppearanceSmallPopupMenu 0x7f0200fd -int attr textColorAlertDialogListItem 0x7f0200fe -int attr textColorSearchUrl 0x7f0200ff -int attr theme 0x7f020100 -int attr thickness 0x7f020101 -int attr thumbTextPadding 0x7f020102 -int attr thumbTint 0x7f020103 -int attr thumbTintMode 0x7f020104 -int attr tickMark 0x7f020105 -int attr tickMarkTint 0x7f020106 -int attr tickMarkTintMode 0x7f020107 -int attr tint 0x7f020108 -int attr tintMode 0x7f020109 -int attr title 0x7f02010a -int attr titleMargin 0x7f02010b -int attr titleMarginBottom 0x7f02010c -int attr titleMarginEnd 0x7f02010d -int attr titleMarginStart 0x7f02010e -int attr titleMarginTop 0x7f02010f -int attr titleMargins 0x7f020110 -int attr titleTextAppearance 0x7f020111 -int attr titleTextColor 0x7f020112 -int attr titleTextStyle 0x7f020113 -int attr toolbarNavigationButtonStyle 0x7f020114 -int attr toolbarStyle 0x7f020115 -int attr tooltipForegroundColor 0x7f020116 -int attr tooltipFrameBackground 0x7f020117 -int attr tooltipText 0x7f020118 -int attr track 0x7f020119 -int attr trackTint 0x7f02011a -int attr trackTintMode 0x7f02011b -int attr viewAspectRatio 0x7f02011c -int attr viewInflaterClass 0x7f02011d -int attr voiceIcon 0x7f02011e -int attr windowActionBar 0x7f02011f -int attr windowActionBarOverlay 0x7f020120 -int attr windowActionModeOverlay 0x7f020121 -int attr windowFixedHeightMajor 0x7f020122 -int attr windowFixedHeightMinor 0x7f020123 -int attr windowFixedWidthMajor 0x7f020124 -int attr windowFixedWidthMinor 0x7f020125 -int attr windowMinWidthMajor 0x7f020126 -int attr windowMinWidthMinor 0x7f020127 -int attr windowNoTitle 0x7f020128 -int bool abc_action_bar_embed_tabs 0x7f030000 -int bool abc_allow_stacked_button_bar 0x7f030001 -int bool abc_config_actionMenuItemAllCaps 0x7f030002 -int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f030003 -int color abc_background_cache_hint_selector_material_dark 0x7f040000 -int color abc_background_cache_hint_selector_material_light 0x7f040001 -int color abc_btn_colored_borderless_text_material 0x7f040002 -int color abc_btn_colored_text_material 0x7f040003 -int color abc_color_highlight_material 0x7f040004 -int color abc_hint_foreground_material_dark 0x7f040005 -int color abc_hint_foreground_material_light 0x7f040006 -int color abc_input_method_navigation_guard 0x7f040007 -int color abc_primary_text_disable_only_material_dark 0x7f040008 -int color abc_primary_text_disable_only_material_light 0x7f040009 -int color abc_primary_text_material_dark 0x7f04000a -int color abc_primary_text_material_light 0x7f04000b -int color abc_search_url_text 0x7f04000c -int color abc_search_url_text_normal 0x7f04000d -int color abc_search_url_text_pressed 0x7f04000e -int color abc_search_url_text_selected 0x7f04000f -int color abc_secondary_text_material_dark 0x7f040010 -int color abc_secondary_text_material_light 0x7f040011 -int color abc_tint_btn_checkable 0x7f040012 -int color abc_tint_default 0x7f040013 -int color abc_tint_edittext 0x7f040014 -int color abc_tint_seek_thumb 0x7f040015 -int color abc_tint_spinner 0x7f040016 -int color abc_tint_switch_track 0x7f040017 -int color accent_material_dark 0x7f040018 -int color accent_material_light 0x7f040019 -int color background_floating_material_dark 0x7f04001a -int color background_floating_material_light 0x7f04001b -int color background_material_dark 0x7f04001c -int color background_material_light 0x7f04001d -int color bright_foreground_disabled_material_dark 0x7f04001e -int color bright_foreground_disabled_material_light 0x7f04001f -int color bright_foreground_inverse_material_dark 0x7f040020 -int color bright_foreground_inverse_material_light 0x7f040021 -int color bright_foreground_material_dark 0x7f040022 -int color bright_foreground_material_light 0x7f040023 -int color button_material_dark 0x7f040024 -int color button_material_light 0x7f040025 -int color catalyst_redbox_background 0x7f040026 -int color dim_foreground_disabled_material_dark 0x7f040027 -int color dim_foreground_disabled_material_light 0x7f040028 -int color dim_foreground_material_dark 0x7f040029 -int color dim_foreground_material_light 0x7f04002a -int color error_color_material 0x7f04002b -int color foreground_material_dark 0x7f04002c -int color foreground_material_light 0x7f04002d -int color highlighted_text_material_dark 0x7f04002e -int color highlighted_text_material_light 0x7f04002f -int color material_blue_grey_800 0x7f040030 -int color material_blue_grey_900 0x7f040031 -int color material_blue_grey_950 0x7f040032 -int color material_deep_teal_200 0x7f040033 -int color material_deep_teal_500 0x7f040034 -int color material_grey_100 0x7f040035 -int color material_grey_300 0x7f040036 -int color material_grey_50 0x7f040037 -int color material_grey_600 0x7f040038 -int color material_grey_800 0x7f040039 -int color material_grey_850 0x7f04003a -int color material_grey_900 0x7f04003b -int color notification_action_color_filter 0x7f04003c -int color notification_icon_bg_color 0x7f04003d -int color primary_dark_material_dark 0x7f04003e -int color primary_dark_material_light 0x7f04003f -int color primary_material_dark 0x7f040040 -int color primary_material_light 0x7f040041 -int color primary_text_default_material_dark 0x7f040042 -int color primary_text_default_material_light 0x7f040043 -int color primary_text_disabled_material_dark 0x7f040044 -int color primary_text_disabled_material_light 0x7f040045 -int color ripple_material_dark 0x7f040046 -int color ripple_material_light 0x7f040047 -int color secondary_text_default_material_dark 0x7f040048 -int color secondary_text_default_material_light 0x7f040049 -int color secondary_text_disabled_material_dark 0x7f04004a -int color secondary_text_disabled_material_light 0x7f04004b -int color switch_thumb_disabled_material_dark 0x7f04004c -int color switch_thumb_disabled_material_light 0x7f04004d -int color switch_thumb_material_dark 0x7f04004e -int color switch_thumb_material_light 0x7f04004f -int color switch_thumb_normal_material_dark 0x7f040050 -int color switch_thumb_normal_material_light 0x7f040051 -int color tooltip_background_dark 0x7f040052 -int color tooltip_background_light 0x7f040053 -int dimen abc_action_bar_content_inset_material 0x7f050000 -int dimen abc_action_bar_content_inset_with_nav 0x7f050001 -int dimen abc_action_bar_default_height_material 0x7f050002 -int dimen abc_action_bar_default_padding_end_material 0x7f050003 -int dimen abc_action_bar_default_padding_start_material 0x7f050004 -int dimen abc_action_bar_elevation_material 0x7f050005 -int dimen abc_action_bar_icon_vertical_padding_material 0x7f050006 -int dimen abc_action_bar_overflow_padding_end_material 0x7f050007 -int dimen abc_action_bar_overflow_padding_start_material 0x7f050008 -int dimen abc_action_bar_progress_bar_size 0x7f050009 -int dimen abc_action_bar_stacked_max_height 0x7f05000a -int dimen abc_action_bar_stacked_tab_max_width 0x7f05000b -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f05000c -int dimen abc_action_bar_subtitle_top_margin_material 0x7f05000d -int dimen abc_action_button_min_height_material 0x7f05000e -int dimen abc_action_button_min_width_material 0x7f05000f -int dimen abc_action_button_min_width_overflow_material 0x7f050010 -int dimen abc_alert_dialog_button_bar_height 0x7f050011 -int dimen abc_alert_dialog_button_dimen 0x7f050012 -int dimen abc_button_inset_horizontal_material 0x7f050013 -int dimen abc_button_inset_vertical_material 0x7f050014 -int dimen abc_button_padding_horizontal_material 0x7f050015 -int dimen abc_button_padding_vertical_material 0x7f050016 -int dimen abc_cascading_menus_min_smallest_width 0x7f050017 -int dimen abc_config_prefDialogWidth 0x7f050018 -int dimen abc_control_corner_material 0x7f050019 -int dimen abc_control_inset_material 0x7f05001a -int dimen abc_control_padding_material 0x7f05001b -int dimen abc_dialog_fixed_height_major 0x7f05001c -int dimen abc_dialog_fixed_height_minor 0x7f05001d -int dimen abc_dialog_fixed_width_major 0x7f05001e -int dimen abc_dialog_fixed_width_minor 0x7f05001f -int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f050020 -int dimen abc_dialog_list_padding_top_no_title 0x7f050021 -int dimen abc_dialog_min_width_major 0x7f050022 -int dimen abc_dialog_min_width_minor 0x7f050023 -int dimen abc_dialog_padding_material 0x7f050024 -int dimen abc_dialog_padding_top_material 0x7f050025 -int dimen abc_dialog_title_divider_material 0x7f050026 -int dimen abc_disabled_alpha_material_dark 0x7f050027 -int dimen abc_disabled_alpha_material_light 0x7f050028 -int dimen abc_dropdownitem_icon_width 0x7f050029 -int dimen abc_dropdownitem_text_padding_left 0x7f05002a -int dimen abc_dropdownitem_text_padding_right 0x7f05002b -int dimen abc_edit_text_inset_bottom_material 0x7f05002c -int dimen abc_edit_text_inset_horizontal_material 0x7f05002d -int dimen abc_edit_text_inset_top_material 0x7f05002e -int dimen abc_floating_window_z 0x7f05002f -int dimen abc_list_item_padding_horizontal_material 0x7f050030 -int dimen abc_panel_menu_list_width 0x7f050031 -int dimen abc_progress_bar_height_material 0x7f050032 -int dimen abc_search_view_preferred_height 0x7f050033 -int dimen abc_search_view_preferred_width 0x7f050034 -int dimen abc_seekbar_track_background_height_material 0x7f050035 -int dimen abc_seekbar_track_progress_height_material 0x7f050036 -int dimen abc_select_dialog_padding_start_material 0x7f050037 -int dimen abc_switch_padding 0x7f050038 -int dimen abc_text_size_body_1_material 0x7f050039 -int dimen abc_text_size_body_2_material 0x7f05003a -int dimen abc_text_size_button_material 0x7f05003b -int dimen abc_text_size_caption_material 0x7f05003c -int dimen abc_text_size_display_1_material 0x7f05003d -int dimen abc_text_size_display_2_material 0x7f05003e -int dimen abc_text_size_display_3_material 0x7f05003f -int dimen abc_text_size_display_4_material 0x7f050040 -int dimen abc_text_size_headline_material 0x7f050041 -int dimen abc_text_size_large_material 0x7f050042 -int dimen abc_text_size_medium_material 0x7f050043 -int dimen abc_text_size_menu_header_material 0x7f050044 -int dimen abc_text_size_menu_material 0x7f050045 -int dimen abc_text_size_small_material 0x7f050046 -int dimen abc_text_size_subhead_material 0x7f050047 -int dimen abc_text_size_subtitle_material_toolbar 0x7f050048 -int dimen abc_text_size_title_material 0x7f050049 -int dimen abc_text_size_title_material_toolbar 0x7f05004a -int dimen compat_button_inset_horizontal_material 0x7f05004b -int dimen compat_button_inset_vertical_material 0x7f05004c -int dimen compat_button_padding_horizontal_material 0x7f05004d -int dimen compat_button_padding_vertical_material 0x7f05004e -int dimen compat_control_corner_material 0x7f05004f -int dimen disabled_alpha_material_dark 0x7f050050 -int dimen disabled_alpha_material_light 0x7f050051 -int dimen highlight_alpha_material_colored 0x7f050052 -int dimen highlight_alpha_material_dark 0x7f050053 -int dimen highlight_alpha_material_light 0x7f050054 -int dimen hint_alpha_material_dark 0x7f050055 -int dimen hint_alpha_material_light 0x7f050056 -int dimen hint_pressed_alpha_material_dark 0x7f050057 -int dimen hint_pressed_alpha_material_light 0x7f050058 -int dimen notification_action_icon_size 0x7f050059 -int dimen notification_action_text_size 0x7f05005a -int dimen notification_big_circle_margin 0x7f05005b -int dimen notification_content_margin_start 0x7f05005c -int dimen notification_large_icon_height 0x7f05005d -int dimen notification_large_icon_width 0x7f05005e -int dimen notification_main_column_padding_top 0x7f05005f -int dimen notification_media_narrow_margin 0x7f050060 -int dimen notification_right_icon_size 0x7f050061 -int dimen notification_right_side_padding_top 0x7f050062 -int dimen notification_small_icon_background_padding 0x7f050063 -int dimen notification_small_icon_size_as_large 0x7f050064 -int dimen notification_subtext_size 0x7f050065 -int dimen notification_top_pad 0x7f050066 -int dimen notification_top_pad_large_text 0x7f050067 -int dimen tooltip_corner_radius 0x7f050068 -int dimen tooltip_horizontal_padding 0x7f050069 -int dimen tooltip_margin 0x7f05006a -int dimen tooltip_precise_anchor_extra_offset 0x7f05006b -int dimen tooltip_precise_anchor_threshold 0x7f05006c -int dimen tooltip_vertical_padding 0x7f05006d -int dimen tooltip_y_offset_non_touch 0x7f05006e -int dimen tooltip_y_offset_touch 0x7f05006f -int drawable abc_ab_share_pack_mtrl_alpha 0x7f060000 -int drawable abc_action_bar_item_background_material 0x7f060001 -int drawable abc_btn_borderless_material 0x7f060002 -int drawable abc_btn_check_material 0x7f060003 -int drawable abc_btn_check_to_on_mtrl_000 0x7f060004 -int drawable abc_btn_check_to_on_mtrl_015 0x7f060005 -int drawable abc_btn_colored_material 0x7f060006 -int drawable abc_btn_default_mtrl_shape 0x7f060007 -int drawable abc_btn_radio_material 0x7f060008 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f060009 -int drawable abc_btn_radio_to_on_mtrl_015 0x7f06000a -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f06000b -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f06000c -int drawable abc_cab_background_internal_bg 0x7f06000d -int drawable abc_cab_background_top_material 0x7f06000e -int drawable abc_cab_background_top_mtrl_alpha 0x7f06000f -int drawable abc_control_background_material 0x7f060010 -int drawable abc_dialog_material_background 0x7f060011 -int drawable abc_edit_text_material 0x7f060012 -int drawable abc_ic_ab_back_material 0x7f060013 -int drawable abc_ic_arrow_drop_right_black_24dp 0x7f060014 -int drawable abc_ic_clear_material 0x7f060015 -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f060016 -int drawable abc_ic_go_search_api_material 0x7f060017 -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f060018 -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f060019 -int drawable abc_ic_menu_overflow_material 0x7f06001a -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f06001b -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f06001c -int drawable abc_ic_menu_share_mtrl_alpha 0x7f06001d -int drawable abc_ic_search_api_material 0x7f06001e -int drawable abc_ic_star_black_16dp 0x7f06001f -int drawable abc_ic_star_black_36dp 0x7f060020 -int drawable abc_ic_star_black_48dp 0x7f060021 -int drawable abc_ic_star_half_black_16dp 0x7f060022 -int drawable abc_ic_star_half_black_36dp 0x7f060023 -int drawable abc_ic_star_half_black_48dp 0x7f060024 -int drawable abc_ic_voice_search_api_material 0x7f060025 -int drawable abc_item_background_holo_dark 0x7f060026 -int drawable abc_item_background_holo_light 0x7f060027 -int drawable abc_list_divider_mtrl_alpha 0x7f060028 -int drawable abc_list_focused_holo 0x7f060029 -int drawable abc_list_longpressed_holo 0x7f06002a -int drawable abc_list_pressed_holo_dark 0x7f06002b -int drawable abc_list_pressed_holo_light 0x7f06002c -int drawable abc_list_selector_background_transition_holo_dark 0x7f06002d -int drawable abc_list_selector_background_transition_holo_light 0x7f06002e -int drawable abc_list_selector_disabled_holo_dark 0x7f06002f -int drawable abc_list_selector_disabled_holo_light 0x7f060030 -int drawable abc_list_selector_holo_dark 0x7f060031 -int drawable abc_list_selector_holo_light 0x7f060032 -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f060033 -int drawable abc_popup_background_mtrl_mult 0x7f060034 -int drawable abc_ratingbar_indicator_material 0x7f060035 -int drawable abc_ratingbar_material 0x7f060036 -int drawable abc_ratingbar_small_material 0x7f060037 -int drawable abc_scrubber_control_off_mtrl_alpha 0x7f060038 -int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f060039 -int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f06003a -int drawable abc_scrubber_primary_mtrl_alpha 0x7f06003b -int drawable abc_scrubber_track_mtrl_alpha 0x7f06003c -int drawable abc_seekbar_thumb_material 0x7f06003d -int drawable abc_seekbar_tick_mark_material 0x7f06003e -int drawable abc_seekbar_track_material 0x7f06003f -int drawable abc_spinner_mtrl_am_alpha 0x7f060040 -int drawable abc_spinner_textfield_background_material 0x7f060041 -int drawable abc_switch_thumb_material 0x7f060042 -int drawable abc_switch_track_mtrl_alpha 0x7f060043 -int drawable abc_tab_indicator_material 0x7f060044 -int drawable abc_tab_indicator_mtrl_alpha 0x7f060045 -int drawable abc_text_cursor_material 0x7f060046 -int drawable abc_text_select_handle_left_mtrl_dark 0x7f060047 -int drawable abc_text_select_handle_left_mtrl_light 0x7f060048 -int drawable abc_text_select_handle_middle_mtrl_dark 0x7f060049 -int drawable abc_text_select_handle_middle_mtrl_light 0x7f06004a -int drawable abc_text_select_handle_right_mtrl_dark 0x7f06004b -int drawable abc_text_select_handle_right_mtrl_light 0x7f06004c -int drawable abc_textfield_activated_mtrl_alpha 0x7f06004d -int drawable abc_textfield_default_mtrl_alpha 0x7f06004e -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f06004f -int drawable abc_textfield_search_default_mtrl_alpha 0x7f060050 -int drawable abc_textfield_search_material 0x7f060051 -int drawable abc_vector_test 0x7f060052 -int drawable notification_action_background 0x7f060053 -int drawable notification_bg 0x7f060054 -int drawable notification_bg_low 0x7f060055 -int drawable notification_bg_low_normal 0x7f060056 -int drawable notification_bg_low_pressed 0x7f060057 -int drawable notification_bg_normal 0x7f060058 -int drawable notification_bg_normal_pressed 0x7f060059 -int drawable notification_icon_background 0x7f06005a -int drawable notification_template_icon_bg 0x7f06005b -int drawable notification_template_icon_low_bg 0x7f06005c -int drawable notification_tile_bg 0x7f06005d -int drawable notify_panel_notification_icon_bg 0x7f06005e -int drawable tooltip_frame_dark 0x7f06005f -int drawable tooltip_frame_light 0x7f060060 -int id ALT 0x7f070000 -int id CTRL 0x7f070001 -int id FUNCTION 0x7f070002 -int id META 0x7f070003 -int id SHIFT 0x7f070004 -int id SYM 0x7f070005 -int id accessibility_hint 0x7f070006 -int id accessibility_role 0x7f070007 -int id action_bar 0x7f070008 -int id action_bar_activity_content 0x7f070009 -int id action_bar_container 0x7f07000a -int id action_bar_root 0x7f07000b -int id action_bar_spinner 0x7f07000c -int id action_bar_subtitle 0x7f07000d -int id action_bar_title 0x7f07000e -int id action_container 0x7f07000f -int id action_context_bar 0x7f070010 -int id action_divider 0x7f070011 -int id action_image 0x7f070012 -int id action_menu_divider 0x7f070013 -int id action_menu_presenter 0x7f070014 -int id action_mode_bar 0x7f070015 -int id action_mode_bar_stub 0x7f070016 -int id action_mode_close_button 0x7f070017 -int id action_text 0x7f070018 -int id actions 0x7f070019 -int id activity_chooser_view_content 0x7f07001a -int id add 0x7f07001b -int id alertTitle 0x7f07001c -int id all 0x7f07001d -int id always 0x7f07001e -int id async 0x7f07001f -int id beginning 0x7f070020 -int id blocking 0x7f070021 -int id bottom 0x7f070022 -int id buttonPanel 0x7f070023 -int id catalyst_redbox_title 0x7f070024 -int id center 0x7f070025 -int id centerCrop 0x7f070026 -int id centerInside 0x7f070027 -int id center_horizontal 0x7f070028 -int id center_vertical 0x7f070029 -int id checkbox 0x7f07002a -int id chronometer 0x7f07002b -int id clip_horizontal 0x7f07002c -int id clip_vertical 0x7f07002d -int id collapseActionView 0x7f07002e -int id contentPanel 0x7f07002f -int id custom 0x7f070030 -int id customPanel 0x7f070031 -int id decor_content_parent 0x7f070032 -int id default_activity_button 0x7f070033 -int id disableHome 0x7f070034 -int id edit_query 0x7f070035 -int id end 0x7f070036 -int id expand_activities_button 0x7f070037 -int id expanded_menu 0x7f070038 -int id fill 0x7f070039 -int id fill_horizontal 0x7f07003a -int id fill_vertical 0x7f07003b -int id fitBottomStart 0x7f07003c -int id fitCenter 0x7f07003d -int id fitEnd 0x7f07003e -int id fitStart 0x7f07003f -int id fitXY 0x7f070040 -int id focusCrop 0x7f070041 -int id forever 0x7f070042 -int id fps_text 0x7f070043 -int id home 0x7f070044 -int id homeAsUp 0x7f070045 -int id icon 0x7f070046 -int id icon_group 0x7f070047 -int id ifRoom 0x7f070048 -int id image 0x7f070049 -int id info 0x7f07004a -int id italic 0x7f07004b -int id left 0x7f07004c -int id line1 0x7f07004d -int id line3 0x7f07004e -int id listMode 0x7f07004f -int id list_item 0x7f070050 -int id message 0x7f070051 -int id middle 0x7f070052 -int id multiply 0x7f070053 -int id never 0x7f070054 -int id none 0x7f070055 -int id normal 0x7f070056 -int id notification_background 0x7f070057 -int id notification_main_column 0x7f070058 -int id notification_main_column_container 0x7f070059 -int id parentPanel 0x7f07005a -int id progress_circular 0x7f07005b -int id progress_horizontal 0x7f07005c -int id radio 0x7f07005d -int id react_test_id 0x7f07005e -int id right 0x7f07005f -int id right_icon 0x7f070060 -int id right_side 0x7f070061 -int id rn_frame_file 0x7f070062 -int id rn_frame_method 0x7f070063 -int id rn_redbox_copy_button 0x7f070064 -int id rn_redbox_dismiss_button 0x7f070065 -int id rn_redbox_line_separator 0x7f070066 -int id rn_redbox_loading_indicator 0x7f070067 -int id rn_redbox_reload_button 0x7f070068 -int id rn_redbox_report_button 0x7f070069 -int id rn_redbox_report_label 0x7f07006a -int id rn_redbox_stack 0x7f07006b -int id screen 0x7f07006c -int id scrollIndicatorDown 0x7f07006d -int id scrollIndicatorUp 0x7f07006e -int id scrollView 0x7f07006f -int id search_badge 0x7f070070 -int id search_bar 0x7f070071 -int id search_button 0x7f070072 -int id search_close_btn 0x7f070073 -int id search_edit_frame 0x7f070074 -int id search_go_btn 0x7f070075 -int id search_mag_icon 0x7f070076 -int id search_plate 0x7f070077 -int id search_src_text 0x7f070078 -int id search_voice_btn 0x7f070079 -int id select_dialog_listview 0x7f07007a -int id shortcut 0x7f07007b -int id showCustom 0x7f07007c -int id showHome 0x7f07007d -int id showTitle 0x7f07007e -int id spacer 0x7f07007f -int id split_action_bar 0x7f070080 -int id src_atop 0x7f070081 -int id src_in 0x7f070082 -int id src_over 0x7f070083 -int id start 0x7f070084 -int id submenuarrow 0x7f070085 -int id submit_area 0x7f070086 -int id tabMode 0x7f070087 -int id tag_transition_group 0x7f070088 -int id text 0x7f070089 -int id text2 0x7f07008a -int id textSpacerNoButtons 0x7f07008b -int id textSpacerNoTitle 0x7f07008c -int id time 0x7f07008d -int id title 0x7f07008e -int id titleDividerNoCustom 0x7f07008f -int id title_template 0x7f070090 -int id top 0x7f070091 -int id topPanel 0x7f070092 -int id uniform 0x7f070093 -int id up 0x7f070094 -int id useLogo 0x7f070095 -int id view_tag_instance_handle 0x7f070096 -int id view_tag_native_id 0x7f070097 -int id withText 0x7f070098 -int id wrap_content 0x7f070099 -int integer abc_config_activityDefaultDur 0x7f080000 -int integer abc_config_activityShortDur 0x7f080001 -int integer cancel_button_image_alpha 0x7f080002 -int integer config_tooltipAnimTime 0x7f080003 -int integer status_bar_notification_info_maxnum 0x7f080004 -int layout abc_action_bar_title_item 0x7f090000 -int layout abc_action_bar_up_container 0x7f090001 -int layout abc_action_menu_item_layout 0x7f090002 -int layout abc_action_menu_layout 0x7f090003 -int layout abc_action_mode_bar 0x7f090004 -int layout abc_action_mode_close_item_material 0x7f090005 -int layout abc_activity_chooser_view 0x7f090006 -int layout abc_activity_chooser_view_list_item 0x7f090007 -int layout abc_alert_dialog_button_bar_material 0x7f090008 -int layout abc_alert_dialog_material 0x7f090009 -int layout abc_alert_dialog_title_material 0x7f09000a -int layout abc_dialog_title_material 0x7f09000b -int layout abc_expanded_menu_layout 0x7f09000c -int layout abc_list_menu_item_checkbox 0x7f09000d -int layout abc_list_menu_item_icon 0x7f09000e -int layout abc_list_menu_item_layout 0x7f09000f -int layout abc_list_menu_item_radio 0x7f090010 -int layout abc_popup_menu_header_item_layout 0x7f090011 -int layout abc_popup_menu_item_layout 0x7f090012 -int layout abc_screen_content_include 0x7f090013 -int layout abc_screen_simple 0x7f090014 -int layout abc_screen_simple_overlay_action_mode 0x7f090015 -int layout abc_screen_toolbar 0x7f090016 -int layout abc_search_dropdown_item_icons_2line 0x7f090017 -int layout abc_search_view 0x7f090018 -int layout abc_select_dialog_material 0x7f090019 -int layout abc_tooltip 0x7f09001a -int layout dev_loading_view 0x7f09001b -int layout fps_view 0x7f09001c -int layout notification_action 0x7f09001d -int layout notification_action_tombstone 0x7f09001e -int layout notification_template_custom_big 0x7f09001f -int layout notification_template_icon_group 0x7f090020 -int layout notification_template_part_chronometer 0x7f090021 -int layout notification_template_part_time 0x7f090022 -int layout redbox_item_frame 0x7f090023 -int layout redbox_item_title 0x7f090024 -int layout redbox_view 0x7f090025 -int layout select_dialog_item_material 0x7f090026 -int layout select_dialog_multichoice_material 0x7f090027 -int layout select_dialog_singlechoice_material 0x7f090028 -int layout support_simple_spinner_dropdown_item 0x7f090029 -int mipmap ic_launcher 0x7f0a0000 -int mipmap ic_launcher_round 0x7f0a0001 -int string abc_action_bar_home_description 0x7f0b0000 -int string abc_action_bar_up_description 0x7f0b0001 -int string abc_action_menu_overflow_description 0x7f0b0002 -int string abc_action_mode_done 0x7f0b0003 -int string abc_activity_chooser_view_see_all 0x7f0b0004 -int string abc_activitychooserview_choose_application 0x7f0b0005 -int string abc_capital_off 0x7f0b0006 -int string abc_capital_on 0x7f0b0007 -int string abc_font_family_body_1_material 0x7f0b0008 -int string abc_font_family_body_2_material 0x7f0b0009 -int string abc_font_family_button_material 0x7f0b000a -int string abc_font_family_caption_material 0x7f0b000b -int string abc_font_family_display_1_material 0x7f0b000c -int string abc_font_family_display_2_material 0x7f0b000d -int string abc_font_family_display_3_material 0x7f0b000e -int string abc_font_family_display_4_material 0x7f0b000f -int string abc_font_family_headline_material 0x7f0b0010 -int string abc_font_family_menu_material 0x7f0b0011 -int string abc_font_family_subhead_material 0x7f0b0012 -int string abc_font_family_title_material 0x7f0b0013 -int string abc_search_hint 0x7f0b0014 -int string abc_searchview_description_clear 0x7f0b0015 -int string abc_searchview_description_query 0x7f0b0016 -int string abc_searchview_description_search 0x7f0b0017 -int string abc_searchview_description_submit 0x7f0b0018 -int string abc_searchview_description_voice 0x7f0b0019 -int string abc_shareactionprovider_share_with 0x7f0b001a -int string abc_shareactionprovider_share_with_application 0x7f0b001b -int string abc_toolbar_collapse_description 0x7f0b001c -int string adjustable_description 0x7f0b001d -int string app_name 0x7f0b001e -int string catalyst_copy_button 0x7f0b001f -int string catalyst_debugjs 0x7f0b0020 -int string catalyst_debugjs_nuclide 0x7f0b0021 -int string catalyst_debugjs_nuclide_failure 0x7f0b0022 -int string catalyst_debugjs_off 0x7f0b0023 -int string catalyst_dismiss_button 0x7f0b0024 -int string catalyst_element_inspector 0x7f0b0025 -int string catalyst_heap_capture 0x7f0b0026 -int string catalyst_hot_module_replacement 0x7f0b0027 -int string catalyst_hot_module_replacement_off 0x7f0b0028 -int string catalyst_jsload_error 0x7f0b0029 -int string catalyst_live_reload 0x7f0b002a -int string catalyst_live_reload_off 0x7f0b002b -int string catalyst_loading_from_url 0x7f0b002c -int string catalyst_perf_monitor 0x7f0b002d -int string catalyst_perf_monitor_off 0x7f0b002e -int string catalyst_poke_sampling_profiler 0x7f0b002f -int string catalyst_reload_button 0x7f0b0030 -int string catalyst_reloadjs 0x7f0b0031 -int string catalyst_remotedbg_error 0x7f0b0032 -int string catalyst_remotedbg_message 0x7f0b0033 -int string catalyst_report_button 0x7f0b0034 -int string catalyst_settings 0x7f0b0035 -int string catalyst_settings_title 0x7f0b0036 -int string image_button_description 0x7f0b0037 -int string image_description 0x7f0b0038 -int string link_description 0x7f0b0039 -int string search_description 0x7f0b003a -int string search_menu_title 0x7f0b003b -int string status_bar_notification_info_overflow 0x7f0b003c -int style AlertDialog_AppCompat 0x7f0c0000 -int style AlertDialog_AppCompat_Light 0x7f0c0001 -int style Animation_AppCompat_Dialog 0x7f0c0002 -int style Animation_AppCompat_DropDownUp 0x7f0c0003 -int style Animation_AppCompat_Tooltip 0x7f0c0004 -int style Animation_Catalyst_RedBox 0x7f0c0005 -int style AppTheme 0x7f0c0006 -int style Base_AlertDialog_AppCompat 0x7f0c0007 -int style Base_AlertDialog_AppCompat_Light 0x7f0c0008 -int style Base_Animation_AppCompat_Dialog 0x7f0c0009 -int style Base_Animation_AppCompat_DropDownUp 0x7f0c000a -int style Base_Animation_AppCompat_Tooltip 0x7f0c000b -int style Base_DialogWindowTitle_AppCompat 0x7f0c000c -int style Base_DialogWindowTitleBackground_AppCompat 0x7f0c000d -int style Base_TextAppearance_AppCompat 0x7f0c000e -int style Base_TextAppearance_AppCompat_Body1 0x7f0c000f -int style Base_TextAppearance_AppCompat_Body2 0x7f0c0010 -int style Base_TextAppearance_AppCompat_Button 0x7f0c0011 -int style Base_TextAppearance_AppCompat_Caption 0x7f0c0012 -int style Base_TextAppearance_AppCompat_Display1 0x7f0c0013 -int style Base_TextAppearance_AppCompat_Display2 0x7f0c0014 -int style Base_TextAppearance_AppCompat_Display3 0x7f0c0015 -int style Base_TextAppearance_AppCompat_Display4 0x7f0c0016 -int style Base_TextAppearance_AppCompat_Headline 0x7f0c0017 -int style Base_TextAppearance_AppCompat_Inverse 0x7f0c0018 -int style Base_TextAppearance_AppCompat_Large 0x7f0c0019 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0c001a -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c001b -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c001c -int style Base_TextAppearance_AppCompat_Medium 0x7f0c001d -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0c001e -int style Base_TextAppearance_AppCompat_Menu 0x7f0c001f -int style Base_TextAppearance_AppCompat_SearchResult 0x7f0c0020 -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c0021 -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0c0022 -int style Base_TextAppearance_AppCompat_Small 0x7f0c0023 -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0c0024 -int style Base_TextAppearance_AppCompat_Subhead 0x7f0c0025 -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0c0026 -int style Base_TextAppearance_AppCompat_Title 0x7f0c0027 -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0c0028 -int style Base_TextAppearance_AppCompat_Tooltip 0x7f0c0029 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c002a -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c002b -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c002c -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c002d -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c002e -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c002f -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c0030 -int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0c0031 -int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c0032 -int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c0033 -int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c0034 -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c0035 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c0036 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0037 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0038 -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0c0039 -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c003a -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c003b -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c003c -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c003d -int style Base_Theme_AppCompat 0x7f0c003e -int style Base_Theme_AppCompat_CompactMenu 0x7f0c003f -int style Base_Theme_AppCompat_Dialog 0x7f0c0040 -int style Base_Theme_AppCompat_Dialog_Alert 0x7f0c0041 -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0c0042 -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0c0043 -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0c0044 -int style Base_Theme_AppCompat_Light 0x7f0c0045 -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0c0046 -int style Base_Theme_AppCompat_Light_Dialog 0x7f0c0047 -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0c0048 -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0c0049 -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c004a -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0c004b -int style Base_ThemeOverlay_AppCompat 0x7f0c004c -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0c004d -int style Base_ThemeOverlay_AppCompat_Dark 0x7f0c004e -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c004f -int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0c0050 -int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c0051 -int style Base_ThemeOverlay_AppCompat_Light 0x7f0c0052 -int style Base_V21_Theme_AppCompat 0x7f0c0053 -int style Base_V21_Theme_AppCompat_Dialog 0x7f0c0054 -int style Base_V21_Theme_AppCompat_Light 0x7f0c0055 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0c0056 -int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0c0057 -int style Base_V22_Theme_AppCompat 0x7f0c0058 -int style Base_V22_Theme_AppCompat_Light 0x7f0c0059 -int style Base_V23_Theme_AppCompat 0x7f0c005a -int style Base_V23_Theme_AppCompat_Light 0x7f0c005b -int style Base_V26_Theme_AppCompat 0x7f0c005c -int style Base_V26_Theme_AppCompat_Light 0x7f0c005d -int style Base_V26_Widget_AppCompat_Toolbar 0x7f0c005e -int style Base_V7_Theme_AppCompat 0x7f0c005f -int style Base_V7_Theme_AppCompat_Dialog 0x7f0c0060 -int style Base_V7_Theme_AppCompat_Light 0x7f0c0061 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0c0062 -int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0c0063 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0c0064 -int style Base_V7_Widget_AppCompat_EditText 0x7f0c0065 -int style Base_V7_Widget_AppCompat_Toolbar 0x7f0c0066 -int style Base_Widget_AppCompat_ActionBar 0x7f0c0067 -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0c0068 -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0c0069 -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0c006a -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0c006b -int style Base_Widget_AppCompat_ActionButton 0x7f0c006c -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0c006d -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0c006e -int style Base_Widget_AppCompat_ActionMode 0x7f0c006f -int style Base_Widget_AppCompat_ActivityChooserView 0x7f0c0070 -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0c0071 -int style Base_Widget_AppCompat_Button 0x7f0c0072 -int style Base_Widget_AppCompat_Button_Borderless 0x7f0c0073 -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0c0074 -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c0075 -int style Base_Widget_AppCompat_Button_Colored 0x7f0c0076 -int style Base_Widget_AppCompat_Button_Small 0x7f0c0077 -int style Base_Widget_AppCompat_ButtonBar 0x7f0c0078 -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c0079 -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0c007a -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0c007b -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0c007c -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0c007d -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0c007e -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0c007f -int style Base_Widget_AppCompat_EditText 0x7f0c0080 -int style Base_Widget_AppCompat_ImageButton 0x7f0c0081 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f0c0082 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0083 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c0084 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0c0085 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c0086 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0087 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0c0088 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c0089 -int style Base_Widget_AppCompat_ListMenuView 0x7f0c008a -int style Base_Widget_AppCompat_ListPopupWindow 0x7f0c008b -int style Base_Widget_AppCompat_ListView 0x7f0c008c -int style Base_Widget_AppCompat_ListView_DropDown 0x7f0c008d -int style Base_Widget_AppCompat_ListView_Menu 0x7f0c008e -int style Base_Widget_AppCompat_PopupMenu 0x7f0c008f -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0c0090 -int style Base_Widget_AppCompat_PopupWindow 0x7f0c0091 -int style Base_Widget_AppCompat_ProgressBar 0x7f0c0092 -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0093 -int style Base_Widget_AppCompat_RatingBar 0x7f0c0094 -int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0c0095 -int style Base_Widget_AppCompat_RatingBar_Small 0x7f0c0096 -int style Base_Widget_AppCompat_SearchView 0x7f0c0097 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0c0098 -int style Base_Widget_AppCompat_SeekBar 0x7f0c0099 -int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0c009a -int style Base_Widget_AppCompat_Spinner 0x7f0c009b -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0c009c -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0c009d -int style Base_Widget_AppCompat_Toolbar 0x7f0c009e -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c009f -int style CalendarDatePickerDialog 0x7f0c00a0 -int style CalendarDatePickerStyle 0x7f0c00a1 -int style ClockTimePickerDialog 0x7f0c00a2 -int style ClockTimePickerStyle 0x7f0c00a3 -int style DialogAnimationFade 0x7f0c00a4 -int style DialogAnimationSlide 0x7f0c00a5 -int style Platform_AppCompat 0x7f0c00a6 -int style Platform_AppCompat_Light 0x7f0c00a7 -int style Platform_ThemeOverlay_AppCompat 0x7f0c00a8 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0c00a9 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f0c00aa -int style Platform_V21_AppCompat 0x7f0c00ab -int style Platform_V21_AppCompat_Light 0x7f0c00ac -int style Platform_V25_AppCompat 0x7f0c00ad -int style Platform_V25_AppCompat_Light 0x7f0c00ae -int style Platform_Widget_AppCompat_Spinner 0x7f0c00af -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0c00b0 -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0c00b1 -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0c00b2 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0c00b3 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0c00b4 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0c00b5 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0c00b6 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0c00b7 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0c00b8 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0c00b9 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0c00ba -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0c00bb -int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0c00bc -int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0c00bd -int style SpinnerDatePickerDialog 0x7f0c00be -int style SpinnerDatePickerStyle 0x7f0c00bf -int style SpinnerTimePickerDialog 0x7f0c00c0 -int style SpinnerTimePickerStyle 0x7f0c00c1 -int style TextAppearance_AppCompat 0x7f0c00c2 -int style TextAppearance_AppCompat_Body1 0x7f0c00c3 -int style TextAppearance_AppCompat_Body2 0x7f0c00c4 -int style TextAppearance_AppCompat_Button 0x7f0c00c5 -int style TextAppearance_AppCompat_Caption 0x7f0c00c6 -int style TextAppearance_AppCompat_Display1 0x7f0c00c7 -int style TextAppearance_AppCompat_Display2 0x7f0c00c8 -int style TextAppearance_AppCompat_Display3 0x7f0c00c9 -int style TextAppearance_AppCompat_Display4 0x7f0c00ca -int style TextAppearance_AppCompat_Headline 0x7f0c00cb -int style TextAppearance_AppCompat_Inverse 0x7f0c00cc -int style TextAppearance_AppCompat_Large 0x7f0c00cd -int style TextAppearance_AppCompat_Large_Inverse 0x7f0c00ce -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0c00cf -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0c00d0 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c00d1 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c00d2 -int style TextAppearance_AppCompat_Medium 0x7f0c00d3 -int style TextAppearance_AppCompat_Medium_Inverse 0x7f0c00d4 -int style TextAppearance_AppCompat_Menu 0x7f0c00d5 -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c00d6 -int style TextAppearance_AppCompat_SearchResult_Title 0x7f0c00d7 -int style TextAppearance_AppCompat_Small 0x7f0c00d8 -int style TextAppearance_AppCompat_Small_Inverse 0x7f0c00d9 -int style TextAppearance_AppCompat_Subhead 0x7f0c00da -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0c00db -int style TextAppearance_AppCompat_Title 0x7f0c00dc -int style TextAppearance_AppCompat_Title_Inverse 0x7f0c00dd -int style TextAppearance_AppCompat_Tooltip 0x7f0c00de -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c00df -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c00e0 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c00e1 -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c00e2 -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c00e3 -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c00e4 -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0c00e5 -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c00e6 -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0c00e7 -int style TextAppearance_AppCompat_Widget_Button 0x7f0c00e8 -int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c00e9 -int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c00ea -int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c00eb -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c00ec -int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c00ed -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c00ee -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c00ef -int style TextAppearance_AppCompat_Widget_Switch 0x7f0c00f0 -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c00f1 -int style TextAppearance_Compat_Notification 0x7f0c00f2 -int style TextAppearance_Compat_Notification_Info 0x7f0c00f3 -int style TextAppearance_Compat_Notification_Line2 0x7f0c00f4 -int style TextAppearance_Compat_Notification_Time 0x7f0c00f5 -int style TextAppearance_Compat_Notification_Title 0x7f0c00f6 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c00f7 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c00f8 -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c00f9 -int style Theme 0x7f0c00fa -int style Theme_AppCompat 0x7f0c00fb -int style Theme_AppCompat_CompactMenu 0x7f0c00fc -int style Theme_AppCompat_DayNight 0x7f0c00fd -int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0c00fe -int style Theme_AppCompat_DayNight_Dialog 0x7f0c00ff -int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0c0100 -int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0c0101 -int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0c0102 -int style Theme_AppCompat_DayNight_NoActionBar 0x7f0c0103 -int style Theme_AppCompat_Dialog 0x7f0c0104 -int style Theme_AppCompat_Dialog_Alert 0x7f0c0105 -int style Theme_AppCompat_Dialog_MinWidth 0x7f0c0106 -int style Theme_AppCompat_DialogWhenLarge 0x7f0c0107 -int style Theme_AppCompat_Light 0x7f0c0108 -int style Theme_AppCompat_Light_DarkActionBar 0x7f0c0109 -int style Theme_AppCompat_Light_Dialog 0x7f0c010a -int style Theme_AppCompat_Light_Dialog_Alert 0x7f0c010b -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c010c -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0c010d -int style Theme_AppCompat_Light_NoActionBar 0x7f0c010e -int style Theme_AppCompat_NoActionBar 0x7f0c010f -int style Theme_Catalyst 0x7f0c0110 -int style Theme_Catalyst_RedBox 0x7f0c0111 -int style Theme_FullScreenDialog 0x7f0c0112 -int style Theme_FullScreenDialogAnimatedFade 0x7f0c0113 -int style Theme_FullScreenDialogAnimatedSlide 0x7f0c0114 -int style Theme_ReactNative_AppCompat_Light 0x7f0c0115 -int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0c0116 -int style ThemeOverlay_AppCompat 0x7f0c0117 -int style ThemeOverlay_AppCompat_ActionBar 0x7f0c0118 -int style ThemeOverlay_AppCompat_Dark 0x7f0c0119 -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c011a -int style ThemeOverlay_AppCompat_Dialog 0x7f0c011b -int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c011c -int style ThemeOverlay_AppCompat_Light 0x7f0c011d -int style Widget_AppCompat_ActionBar 0x7f0c011e -int style Widget_AppCompat_ActionBar_Solid 0x7f0c011f -int style Widget_AppCompat_ActionBar_TabBar 0x7f0c0120 -int style Widget_AppCompat_ActionBar_TabText 0x7f0c0121 -int style Widget_AppCompat_ActionBar_TabView 0x7f0c0122 -int style Widget_AppCompat_ActionButton 0x7f0c0123 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f0c0124 -int style Widget_AppCompat_ActionButton_Overflow 0x7f0c0125 -int style Widget_AppCompat_ActionMode 0x7f0c0126 -int style Widget_AppCompat_ActivityChooserView 0x7f0c0127 -int style Widget_AppCompat_AutoCompleteTextView 0x7f0c0128 -int style Widget_AppCompat_Button 0x7f0c0129 -int style Widget_AppCompat_Button_Borderless 0x7f0c012a -int style Widget_AppCompat_Button_Borderless_Colored 0x7f0c012b -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c012c -int style Widget_AppCompat_Button_Colored 0x7f0c012d -int style Widget_AppCompat_Button_Small 0x7f0c012e -int style Widget_AppCompat_ButtonBar 0x7f0c012f -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c0130 -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0c0131 -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0c0132 -int style Widget_AppCompat_CompoundButton_Switch 0x7f0c0133 -int style Widget_AppCompat_DrawerArrowToggle 0x7f0c0134 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f0c0135 -int style Widget_AppCompat_EditText 0x7f0c0136 -int style Widget_AppCompat_ImageButton 0x7f0c0137 -int style Widget_AppCompat_Light_ActionBar 0x7f0c0138 -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0139 -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0c013a -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c013b -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0c013c -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0c013d -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c013e -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0c013f -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0c0140 -int style Widget_AppCompat_Light_ActionButton 0x7f0c0141 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0c0142 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0c0143 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0c0144 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f0c0145 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0c0146 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0c0147 -int style Widget_AppCompat_Light_ListPopupWindow 0x7f0c0148 -int style Widget_AppCompat_Light_ListView_DropDown 0x7f0c0149 -int style Widget_AppCompat_Light_PopupMenu 0x7f0c014a -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c014b -int style Widget_AppCompat_Light_SearchView 0x7f0c014c -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0c014d -int style Widget_AppCompat_ListMenuView 0x7f0c014e -int style Widget_AppCompat_ListPopupWindow 0x7f0c014f -int style Widget_AppCompat_ListView 0x7f0c0150 -int style Widget_AppCompat_ListView_DropDown 0x7f0c0151 -int style Widget_AppCompat_ListView_Menu 0x7f0c0152 -int style Widget_AppCompat_PopupMenu 0x7f0c0153 -int style Widget_AppCompat_PopupMenu_Overflow 0x7f0c0154 -int style Widget_AppCompat_PopupWindow 0x7f0c0155 -int style Widget_AppCompat_ProgressBar 0x7f0c0156 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0157 -int style Widget_AppCompat_RatingBar 0x7f0c0158 -int style Widget_AppCompat_RatingBar_Indicator 0x7f0c0159 -int style Widget_AppCompat_RatingBar_Small 0x7f0c015a -int style Widget_AppCompat_SearchView 0x7f0c015b -int style Widget_AppCompat_SearchView_ActionBar 0x7f0c015c -int style Widget_AppCompat_SeekBar 0x7f0c015d -int style Widget_AppCompat_SeekBar_Discrete 0x7f0c015e -int style Widget_AppCompat_Spinner 0x7f0c015f -int style Widget_AppCompat_Spinner_DropDown 0x7f0c0160 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c0161 -int style Widget_AppCompat_Spinner_Underlined 0x7f0c0162 -int style Widget_AppCompat_TextView_SpinnerItem 0x7f0c0163 -int style Widget_AppCompat_Toolbar 0x7f0c0164 -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c0165 -int style Widget_Compat_NotificationActionContainer 0x7f0c0166 -int style Widget_Compat_NotificationActionText 0x7f0c0167 -int style Widget_Support_CoordinatorLayout 0x7f0c0168 -int style redboxButton 0x7f0c0169 -int[] styleable ActionBar { 0x7f020034, 0x7f020036, 0x7f020037, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020063, 0x7f020067, 0x7f020068, 0x7f020073, 0x7f020084, 0x7f020085, 0x7f020086, 0x7f020087, 0x7f020088, 0x7f02008d, 0x7f020090, 0x7f0200a4, 0x7f0200ab, 0x7f0200b9, 0x7f0200c0, 0x7f0200c1, 0x7f0200ec, 0x7f0200ef, 0x7f02010a, 0x7f020113 } -int styleable ActionBar_background 0 -int styleable ActionBar_backgroundSplit 1 -int styleable ActionBar_backgroundStacked 2 -int styleable ActionBar_contentInsetEnd 3 -int styleable ActionBar_contentInsetEndWithActions 4 -int styleable ActionBar_contentInsetLeft 5 -int styleable ActionBar_contentInsetRight 6 -int styleable ActionBar_contentInsetStart 7 -int styleable ActionBar_contentInsetStartWithNavigation 8 -int styleable ActionBar_customNavigationLayout 9 -int styleable ActionBar_displayOptions 10 -int styleable ActionBar_divider 11 -int styleable ActionBar_elevation 12 -int styleable ActionBar_height 13 -int styleable ActionBar_hideOnContentScroll 14 -int styleable ActionBar_homeAsUpIndicator 15 -int styleable ActionBar_homeLayout 16 -int styleable ActionBar_icon 17 -int styleable ActionBar_indeterminateProgressStyle 18 -int styleable ActionBar_itemPadding 19 -int styleable ActionBar_logo 20 -int styleable ActionBar_navigationMode 21 -int styleable ActionBar_popupTheme 22 -int styleable ActionBar_progressBarPadding 23 -int styleable ActionBar_progressBarStyle 24 -int styleable ActionBar_subtitle 25 -int styleable ActionBar_subtitleTextStyle 26 -int styleable ActionBar_title 27 -int styleable ActionBar_titleTextStyle 28 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMenuView { } -int[] styleable ActionMode { 0x7f020034, 0x7f020036, 0x7f02004b, 0x7f020084, 0x7f0200ef, 0x7f020113 } -int styleable ActionMode_background 0 -int styleable ActionMode_backgroundSplit 1 -int styleable ActionMode_closeItemLayout 2 -int styleable ActionMode_height 3 -int styleable ActionMode_subtitleTextStyle 4 -int styleable ActionMode_titleTextStyle 5 -int[] styleable ActivityChooserView { 0x7f020074, 0x7f02008e } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 -int styleable ActivityChooserView_initialActivityCount 1 -int[] styleable AlertDialog { 0x010100f2, 0x7f020042, 0x7f020043, 0x7f02009b, 0x7f02009c, 0x7f0200a8, 0x7f0200e1, 0x7f0200e2 } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonIconDimen 1 -int styleable AlertDialog_buttonPanelSideLayout 2 -int styleable AlertDialog_listItemLayout 3 -int styleable AlertDialog_listLayout 4 -int styleable AlertDialog_multiChoiceItemLayout 5 -int styleable AlertDialog_showTitle 6 -int styleable AlertDialog_singleChoiceItemLayout 7 -int[] styleable AppCompatImageView { 0x01010119, 0x7f0200e7, 0x7f020108, 0x7f020109 } -int styleable AppCompatImageView_android_src 0 -int styleable AppCompatImageView_srcCompat 1 -int styleable AppCompatImageView_tint 2 -int styleable AppCompatImageView_tintMode 3 -int[] styleable AppCompatSeekBar { 0x01010142, 0x7f020105, 0x7f020106, 0x7f020107 } -int styleable AppCompatSeekBar_android_thumb 0 -int styleable AppCompatSeekBar_tickMark 1 -int styleable AppCompatSeekBar_tickMarkTint 2 -int styleable AppCompatSeekBar_tickMarkTintMode 3 -int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } -int styleable AppCompatTextHelper_android_textAppearance 0 -int styleable AppCompatTextHelper_android_drawableTop 1 -int styleable AppCompatTextHelper_android_drawableBottom 2 -int styleable AppCompatTextHelper_android_drawableLeft 3 -int styleable AppCompatTextHelper_android_drawableRight 4 -int styleable AppCompatTextHelper_android_drawableStart 5 -int styleable AppCompatTextHelper_android_drawableEnd 6 -int[] styleable AppCompatTextView { 0x01010034, 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, 0x7f020033, 0x7f020079, 0x7f0200f5 } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_autoSizeMaxTextSize 1 -int styleable AppCompatTextView_autoSizeMinTextSize 2 -int styleable AppCompatTextView_autoSizePresetSizes 3 -int styleable AppCompatTextView_autoSizeStepGranularity 4 -int styleable AppCompatTextView_autoSizeTextType 5 -int styleable AppCompatTextView_fontFamily 6 -int styleable AppCompatTextView_textAllCaps 7 -int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020025, 0x7f020026, 0x7f020027, 0x7f020028, 0x7f02002e, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, 0x7f020044, 0x7f020045, 0x7f020048, 0x7f020049, 0x7f02004f, 0x7f020050, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020061, 0x7f020065, 0x7f020066, 0x7f020069, 0x7f02006b, 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, 0x7f020072, 0x7f020086, 0x7f02008c, 0x7f020099, 0x7f02009a, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b8, 0x7f0200ba, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200da, 0x7f0200db, 0x7f0200dc, 0x7f0200dd, 0x7f0200e4, 0x7f0200e5, 0x7f0200f3, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200f9, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f0200fe, 0x7f0200ff, 0x7f020114, 0x7f020115, 0x7f020116, 0x7f020117, 0x7f02011d, 0x7f02011f, 0x7f020120, 0x7f020121, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020125, 0x7f020126, 0x7f020127, 0x7f020128 } -int styleable AppCompatTheme_android_windowIsFloating 0 -int styleable AppCompatTheme_android_windowAnimationStyle 1 -int styleable AppCompatTheme_actionBarDivider 2 -int styleable AppCompatTheme_actionBarItemBackground 3 -int styleable AppCompatTheme_actionBarPopupTheme 4 -int styleable AppCompatTheme_actionBarSize 5 -int styleable AppCompatTheme_actionBarSplitStyle 6 -int styleable AppCompatTheme_actionBarStyle 7 -int styleable AppCompatTheme_actionBarTabBarStyle 8 -int styleable AppCompatTheme_actionBarTabStyle 9 -int styleable AppCompatTheme_actionBarTabTextStyle 10 -int styleable AppCompatTheme_actionBarTheme 11 -int styleable AppCompatTheme_actionBarWidgetTheme 12 -int styleable AppCompatTheme_actionButtonStyle 13 -int styleable AppCompatTheme_actionDropDownStyle 14 -int styleable AppCompatTheme_actionMenuTextAppearance 15 -int styleable AppCompatTheme_actionMenuTextColor 16 -int styleable AppCompatTheme_actionModeBackground 17 -int styleable AppCompatTheme_actionModeCloseButtonStyle 18 -int styleable AppCompatTheme_actionModeCloseDrawable 19 -int styleable AppCompatTheme_actionModeCopyDrawable 20 -int styleable AppCompatTheme_actionModeCutDrawable 21 -int styleable AppCompatTheme_actionModeFindDrawable 22 -int styleable AppCompatTheme_actionModePasteDrawable 23 -int styleable AppCompatTheme_actionModePopupWindowStyle 24 -int styleable AppCompatTheme_actionModeSelectAllDrawable 25 -int styleable AppCompatTheme_actionModeShareDrawable 26 -int styleable AppCompatTheme_actionModeSplitBackground 27 -int styleable AppCompatTheme_actionModeStyle 28 -int styleable AppCompatTheme_actionModeWebSearchDrawable 29 -int styleable AppCompatTheme_actionOverflowButtonStyle 30 -int styleable AppCompatTheme_actionOverflowMenuStyle 31 -int styleable AppCompatTheme_activityChooserViewStyle 32 -int styleable AppCompatTheme_alertDialogButtonGroupStyle 33 -int styleable AppCompatTheme_alertDialogCenterButtons 34 -int styleable AppCompatTheme_alertDialogStyle 35 -int styleable AppCompatTheme_alertDialogTheme 36 -int styleable AppCompatTheme_autoCompleteTextViewStyle 37 -int styleable AppCompatTheme_borderlessButtonStyle 38 -int styleable AppCompatTheme_buttonBarButtonStyle 39 -int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 -int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 -int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 -int styleable AppCompatTheme_buttonBarStyle 43 -int styleable AppCompatTheme_buttonStyle 44 -int styleable AppCompatTheme_buttonStyleSmall 45 -int styleable AppCompatTheme_checkboxStyle 46 -int styleable AppCompatTheme_checkedTextViewStyle 47 -int styleable AppCompatTheme_colorAccent 48 -int styleable AppCompatTheme_colorBackgroundFloating 49 -int styleable AppCompatTheme_colorButtonNormal 50 -int styleable AppCompatTheme_colorControlActivated 51 -int styleable AppCompatTheme_colorControlHighlight 52 -int styleable AppCompatTheme_colorControlNormal 53 -int styleable AppCompatTheme_colorError 54 -int styleable AppCompatTheme_colorPrimary 55 -int styleable AppCompatTheme_colorPrimaryDark 56 -int styleable AppCompatTheme_colorSwitchThumbNormal 57 -int styleable AppCompatTheme_controlBackground 58 -int styleable AppCompatTheme_dialogPreferredPadding 59 -int styleable AppCompatTheme_dialogTheme 60 -int styleable AppCompatTheme_dividerHorizontal 61 -int styleable AppCompatTheme_dividerVertical 62 -int styleable AppCompatTheme_dropDownListViewStyle 63 -int styleable AppCompatTheme_dropdownListPreferredItemHeight 64 -int styleable AppCompatTheme_editTextBackground 65 -int styleable AppCompatTheme_editTextColor 66 -int styleable AppCompatTheme_editTextStyle 67 -int styleable AppCompatTheme_homeAsUpIndicator 68 -int styleable AppCompatTheme_imageButtonStyle 69 -int styleable AppCompatTheme_listChoiceBackgroundIndicator 70 -int styleable AppCompatTheme_listDividerAlertDialog 71 -int styleable AppCompatTheme_listMenuViewStyle 72 -int styleable AppCompatTheme_listPopupWindowStyle 73 -int styleable AppCompatTheme_listPreferredItemHeight 74 -int styleable AppCompatTheme_listPreferredItemHeightLarge 75 -int styleable AppCompatTheme_listPreferredItemHeightSmall 76 -int styleable AppCompatTheme_listPreferredItemPaddingLeft 77 -int styleable AppCompatTheme_listPreferredItemPaddingRight 78 -int styleable AppCompatTheme_panelBackground 79 -int styleable AppCompatTheme_panelMenuListTheme 80 -int styleable AppCompatTheme_panelMenuListWidth 81 -int styleable AppCompatTheme_popupMenuStyle 82 -int styleable AppCompatTheme_popupWindowStyle 83 -int styleable AppCompatTheme_radioButtonStyle 84 -int styleable AppCompatTheme_ratingBarStyle 85 -int styleable AppCompatTheme_ratingBarStyleIndicator 86 -int styleable AppCompatTheme_ratingBarStyleSmall 87 -int styleable AppCompatTheme_searchViewStyle 88 -int styleable AppCompatTheme_seekBarStyle 89 -int styleable AppCompatTheme_selectableItemBackground 90 -int styleable AppCompatTheme_selectableItemBackgroundBorderless 91 -int styleable AppCompatTheme_spinnerDropDownItemStyle 92 -int styleable AppCompatTheme_spinnerStyle 93 -int styleable AppCompatTheme_switchStyle 94 -int styleable AppCompatTheme_textAppearanceLargePopupMenu 95 -int styleable AppCompatTheme_textAppearanceListItem 96 -int styleable AppCompatTheme_textAppearanceListItemSecondary 97 -int styleable AppCompatTheme_textAppearanceListItemSmall 98 -int styleable AppCompatTheme_textAppearancePopupMenuHeader 99 -int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100 -int styleable AppCompatTheme_textAppearanceSearchResultTitle 101 -int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102 -int styleable AppCompatTheme_textColorAlertDialogListItem 103 -int styleable AppCompatTheme_textColorSearchUrl 104 -int styleable AppCompatTheme_toolbarNavigationButtonStyle 105 -int styleable AppCompatTheme_toolbarStyle 106 -int styleable AppCompatTheme_tooltipForegroundColor 107 -int styleable AppCompatTheme_tooltipFrameBackground 108 -int styleable AppCompatTheme_viewInflaterClass 109 -int styleable AppCompatTheme_windowActionBar 110 -int styleable AppCompatTheme_windowActionBarOverlay 111 -int styleable AppCompatTheme_windowActionModeOverlay 112 -int styleable AppCompatTheme_windowFixedHeightMajor 113 -int styleable AppCompatTheme_windowFixedHeightMinor 114 -int styleable AppCompatTheme_windowFixedWidthMajor 115 -int styleable AppCompatTheme_windowFixedWidthMinor 116 -int styleable AppCompatTheme_windowMinWidthMajor 117 -int styleable AppCompatTheme_windowMinWidthMinor 118 -int styleable AppCompatTheme_windowNoTitle 119 -int[] styleable ButtonBarLayout { 0x7f020029 } -int styleable ButtonBarLayout_allowStacking 0 -int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f02002a } -int styleable ColorStateListItem_android_color 0 -int styleable ColorStateListItem_android_alpha 1 -int styleable ColorStateListItem_alpha 2 -int[] styleable CompoundButton { 0x01010107, 0x7f020046, 0x7f020047 } -int styleable CompoundButton_android_button 0 -int styleable CompoundButton_buttonTint 1 -int styleable CompoundButton_buttonTintMode 2 -int[] styleable CoordinatorLayout { 0x7f020091, 0x7f0200e9 } -int styleable CoordinatorLayout_keylines 0 -int styleable CoordinatorLayout_statusBarBackground 1 -int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f020098 } -int styleable CoordinatorLayout_Layout_android_layout_gravity 0 -int styleable CoordinatorLayout_Layout_layout_anchor 1 -int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 -int styleable CoordinatorLayout_Layout_layout_behavior 3 -int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 -int styleable CoordinatorLayout_Layout_layout_insetEdge 5 -int styleable CoordinatorLayout_Layout_layout_keyline 6 -int[] styleable DrawerArrowToggle { 0x7f02002c, 0x7f02002d, 0x7f02003a, 0x7f02004e, 0x7f02006c, 0x7f020082, 0x7f0200e3, 0x7f020101 } -int styleable DrawerArrowToggle_arrowHeadLength 0 -int styleable DrawerArrowToggle_arrowShaftLength 1 -int styleable DrawerArrowToggle_barLength 2 -int styleable DrawerArrowToggle_color 3 -int styleable DrawerArrowToggle_drawableSize 4 -int styleable DrawerArrowToggle_gapBetweenBars 5 -int styleable DrawerArrowToggle_spinBars 6 -int styleable DrawerArrowToggle_thickness 7 -int[] styleable FontFamily { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f } -int styleable FontFamily_fontProviderAuthority 0 -int styleable FontFamily_fontProviderCerts 1 -int styleable FontFamily_fontProviderFetchStrategy 2 -int styleable FontFamily_fontProviderFetchTimeout 3 -int styleable FontFamily_fontProviderPackage 4 -int styleable FontFamily_fontProviderQuery 5 -int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 } -int styleable FontFamilyFont_android_font 0 -int styleable FontFamilyFont_android_fontWeight 1 -int styleable FontFamilyFont_android_fontStyle 2 -int styleable FontFamilyFont_font 3 -int styleable FontFamilyFont_fontStyle 4 -int styleable FontFamilyFont_fontWeight 5 -int[] styleable GenericDraweeHierarchy { 0x7f020023, 0x7f020035, 0x7f020075, 0x7f020076, 0x7f020077, 0x7f0200ae, 0x7f0200b6, 0x7f0200b7, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200ce, 0x7f0200cf, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f02011c } -int styleable GenericDraweeHierarchy_actualImageScaleType 0 -int styleable GenericDraweeHierarchy_backgroundImage 1 -int styleable GenericDraweeHierarchy_fadeDuration 2 -int styleable GenericDraweeHierarchy_failureImage 3 -int styleable GenericDraweeHierarchy_failureImageScaleType 4 -int styleable GenericDraweeHierarchy_overlayImage 5 -int styleable GenericDraweeHierarchy_placeholderImage 6 -int styleable GenericDraweeHierarchy_placeholderImageScaleType 7 -int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8 -int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9 -int styleable GenericDraweeHierarchy_progressBarImage 10 -int styleable GenericDraweeHierarchy_progressBarImageScaleType 11 -int styleable GenericDraweeHierarchy_retryImage 12 -int styleable GenericDraweeHierarchy_retryImageScaleType 13 -int styleable GenericDraweeHierarchy_roundAsCircle 14 -int styleable GenericDraweeHierarchy_roundBottomEnd 15 -int styleable GenericDraweeHierarchy_roundBottomLeft 16 -int styleable GenericDraweeHierarchy_roundBottomRight 17 -int styleable GenericDraweeHierarchy_roundBottomStart 18 -int styleable GenericDraweeHierarchy_roundTopEnd 19 -int styleable GenericDraweeHierarchy_roundTopLeft 20 -int styleable GenericDraweeHierarchy_roundTopRight 21 -int styleable GenericDraweeHierarchy_roundTopStart 22 -int styleable GenericDraweeHierarchy_roundWithOverlayColor 23 -int styleable GenericDraweeHierarchy_roundedCornerRadius 24 -int styleable GenericDraweeHierarchy_roundingBorderColor 25 -int styleable GenericDraweeHierarchy_roundingBorderPadding 26 -int styleable GenericDraweeHierarchy_roundingBorderWidth 27 -int styleable GenericDraweeHierarchy_viewAspectRatio 28 -int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f020068, 0x7f02006a, 0x7f0200a7, 0x7f0200df } -int styleable LinearLayoutCompat_android_gravity 0 -int styleable LinearLayoutCompat_android_orientation 1 -int styleable LinearLayoutCompat_android_baselineAligned 2 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 6 -int styleable LinearLayoutCompat_measureWithLargestChild 7 -int styleable LinearLayoutCompat_showDividers 8 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_width 1 -int styleable LinearLayoutCompat_Layout_android_layout_height 2 -int styleable LinearLayoutCompat_Layout_android_layout_weight 3 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } -int styleable MenuGroup_android_enabled 0 -int styleable MenuGroup_android_id 1 -int styleable MenuGroup_android_visible 2 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_checkableBehavior 5 -int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f02002b, 0x7f02005a, 0x7f020089, 0x7f02008a, 0x7f0200ac, 0x7f0200de, 0x7f020118 } -int styleable MenuItem_android_icon 0 -int styleable MenuItem_android_enabled 1 -int styleable MenuItem_android_id 2 -int styleable MenuItem_android_checked 3 -int styleable MenuItem_android_visible 4 -int styleable MenuItem_android_menuCategory 5 -int styleable MenuItem_android_orderInCategory 6 -int styleable MenuItem_android_title 7 -int styleable MenuItem_android_titleCondensed 8 -int styleable MenuItem_android_alphabeticShortcut 9 -int styleable MenuItem_android_numericShortcut 10 -int styleable MenuItem_android_checkable 11 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_actionLayout 13 -int styleable MenuItem_actionProviderClass 14 -int styleable MenuItem_actionViewClass 15 -int styleable MenuItem_alphabeticModifiers 16 -int styleable MenuItem_contentDescription 17 -int styleable MenuItem_iconTint 18 -int styleable MenuItem_iconTintMode 19 -int styleable MenuItem_numericModifiers 20 -int styleable MenuItem_showAsAction 21 -int styleable MenuItem_tooltipText 22 -int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0200bb, 0x7f0200ea } -int styleable MenuView_android_windowAnimationStyle 0 -int styleable MenuView_android_itemTextAppearance 1 -int styleable MenuView_android_horizontalDivider 2 -int styleable MenuView_android_verticalDivider 3 -int styleable MenuView_android_headerBackground 4 -int styleable MenuView_android_itemBackground 5 -int styleable MenuView_android_itemIconDisabledAlpha 6 -int styleable MenuView_preserveIconSpacing 7 -int styleable MenuView_subMenuArrow 8 -int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0200ad } -int styleable PopupWindow_android_popupBackground 0 -int styleable PopupWindow_android_popupAnimationStyle 1 -int styleable PopupWindow_overlapAnchor 2 -int[] styleable PopupWindowBackgroundState { 0x7f0200e8 } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable RecycleListView { 0x7f0200af, 0x7f0200b2 } -int styleable RecycleListView_paddingBottomNoButtons 0 -int styleable RecycleListView_paddingTopNoTitle 1 -int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f02004a, 0x7f020059, 0x7f020064, 0x7f020083, 0x7f02008b, 0x7f020092, 0x7f0200c2, 0x7f0200c3, 0x7f0200d8, 0x7f0200d9, 0x7f0200eb, 0x7f0200f0, 0x7f02011e } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_maxWidth 1 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_imeOptions 3 -int styleable SearchView_closeIcon 4 -int styleable SearchView_commitIcon 5 -int styleable SearchView_defaultQueryHint 6 -int styleable SearchView_goIcon 7 -int styleable SearchView_iconifiedByDefault 8 -int styleable SearchView_layout 9 -int styleable SearchView_queryBackground 10 -int styleable SearchView_queryHint 11 -int styleable SearchView_searchHintIcon 12 -int styleable SearchView_searchIcon 13 -int styleable SearchView_submitBackground 14 -int styleable SearchView_suggestionRowLayout 15 -int styleable SearchView_voiceIcon 16 -int[] styleable SimpleDraweeView { 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020035, 0x7f020075, 0x7f020076, 0x7f020077, 0x7f0200ae, 0x7f0200b6, 0x7f0200b7, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200ce, 0x7f0200cf, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f02011c } -int styleable SimpleDraweeView_actualImageResource 0 -int styleable SimpleDraweeView_actualImageScaleType 1 -int styleable SimpleDraweeView_actualImageUri 2 -int styleable SimpleDraweeView_backgroundImage 3 -int styleable SimpleDraweeView_fadeDuration 4 -int styleable SimpleDraweeView_failureImage 5 -int styleable SimpleDraweeView_failureImageScaleType 6 -int styleable SimpleDraweeView_overlayImage 7 -int styleable SimpleDraweeView_placeholderImage 8 -int styleable SimpleDraweeView_placeholderImageScaleType 9 -int styleable SimpleDraweeView_pressedStateOverlayImage 10 -int styleable SimpleDraweeView_progressBarAutoRotateInterval 11 -int styleable SimpleDraweeView_progressBarImage 12 -int styleable SimpleDraweeView_progressBarImageScaleType 13 -int styleable SimpleDraweeView_retryImage 14 -int styleable SimpleDraweeView_retryImageScaleType 15 -int styleable SimpleDraweeView_roundAsCircle 16 -int styleable SimpleDraweeView_roundBottomEnd 17 -int styleable SimpleDraweeView_roundBottomLeft 18 -int styleable SimpleDraweeView_roundBottomRight 19 -int styleable SimpleDraweeView_roundBottomStart 20 -int styleable SimpleDraweeView_roundTopEnd 21 -int styleable SimpleDraweeView_roundTopLeft 22 -int styleable SimpleDraweeView_roundTopRight 23 -int styleable SimpleDraweeView_roundTopStart 24 -int styleable SimpleDraweeView_roundWithOverlayColor 25 -int styleable SimpleDraweeView_roundedCornerRadius 26 -int styleable SimpleDraweeView_roundingBorderColor 27 -int styleable SimpleDraweeView_roundingBorderPadding 28 -int styleable SimpleDraweeView_roundingBorderWidth 29 -int styleable SimpleDraweeView_viewAspectRatio 30 -int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0200b9 } -int styleable Spinner_android_entries 0 -int styleable Spinner_android_popupBackground 1 -int styleable Spinner_android_prompt 2 -int styleable Spinner_android_dropDownWidth 3 -int styleable Spinner_popupTheme 4 -int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0200e0, 0x7f0200e6, 0x7f0200f1, 0x7f0200f2, 0x7f0200f4, 0x7f020102, 0x7f020103, 0x7f020104, 0x7f020119, 0x7f02011a, 0x7f02011b } -int styleable SwitchCompat_android_textOn 0 -int styleable SwitchCompat_android_textOff 1 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 3 -int styleable SwitchCompat_splitTrack 4 -int styleable SwitchCompat_switchMinWidth 5 -int styleable SwitchCompat_switchPadding 6 -int styleable SwitchCompat_switchTextAppearance 7 -int styleable SwitchCompat_thumbTextPadding 8 -int styleable SwitchCompat_thumbTint 9 -int styleable SwitchCompat_thumbTintMode 10 -int styleable SwitchCompat_track 11 -int styleable SwitchCompat_trackTint 12 -int styleable SwitchCompat_trackTintMode 13 -int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f020079, 0x7f0200f5 } -int styleable TextAppearance_android_textSize 0 -int styleable TextAppearance_android_typeface 1 -int styleable TextAppearance_android_textStyle 2 -int styleable TextAppearance_android_textColor 3 -int styleable TextAppearance_android_textColorHint 4 -int styleable TextAppearance_android_textColorLink 5 -int styleable TextAppearance_android_shadowColor 6 -int styleable TextAppearance_android_shadowDx 7 -int styleable TextAppearance_android_shadowDy 8 -int styleable TextAppearance_android_shadowRadius 9 -int styleable TextAppearance_android_fontFamily 10 -int styleable TextAppearance_fontFamily 11 -int styleable TextAppearance_textAllCaps 12 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f020041, 0x7f02004c, 0x7f02004d, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a9, 0x7f0200aa, 0x7f0200b9, 0x7f0200ec, 0x7f0200ed, 0x7f0200ee, 0x7f02010a, 0x7f02010b, 0x7f02010c, 0x7f02010d, 0x7f02010e, 0x7f02010f, 0x7f020110, 0x7f020111, 0x7f020112 } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_buttonGravity 2 -int styleable Toolbar_collapseContentDescription 3 -int styleable Toolbar_collapseIcon 4 -int styleable Toolbar_contentInsetEnd 5 -int styleable Toolbar_contentInsetEndWithActions 6 -int styleable Toolbar_contentInsetLeft 7 -int styleable Toolbar_contentInsetRight 8 -int styleable Toolbar_contentInsetStart 9 -int styleable Toolbar_contentInsetStartWithNavigation 10 -int styleable Toolbar_logo 11 -int styleable Toolbar_logoDescription 12 -int styleable Toolbar_maxButtonHeight 13 -int styleable Toolbar_navigationContentDescription 14 -int styleable Toolbar_navigationIcon 15 -int styleable Toolbar_popupTheme 16 -int styleable Toolbar_subtitle 17 -int styleable Toolbar_subtitleTextAppearance 18 -int styleable Toolbar_subtitleTextColor 19 -int styleable Toolbar_title 20 -int styleable Toolbar_titleMargin 21 -int styleable Toolbar_titleMarginBottom 22 -int styleable Toolbar_titleMarginEnd 23 -int styleable Toolbar_titleMarginStart 24 -int styleable Toolbar_titleMarginTop 25 -int styleable Toolbar_titleMargins 26 -int styleable Toolbar_titleTextAppearance 27 -int styleable Toolbar_titleTextColor 28 -int[] styleable View { 0x01010000, 0x010100da, 0x7f0200b0, 0x7f0200b1, 0x7f020100 } -int styleable View_android_theme 0 -int styleable View_android_focusable 1 -int styleable View_paddingEnd 2 -int styleable View_paddingStart 3 -int styleable View_theme 4 -int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f020038, 0x7f020039 } -int styleable ViewBackgroundHelper_android_background 0 -int styleable ViewBackgroundHelper_backgroundTint 1 -int styleable ViewBackgroundHelper_backgroundTintMode 2 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_layout 1 -int styleable ViewStubCompat_android_inflatedId 2 -int xml preferences 0x7f0e0000 diff --git a/android/app/build/intermediates/splits-support/debug/apk-list/apk-list.gson b/android/app/build/intermediates/splits-support/debug/apk-list/apk-list.gson deleted file mode 100644 index eaec468..0000000 --- a/android/app/build/intermediates/splits-support/debug/apk-list/apk-list.gson +++ /dev/null @@ -1 +0,0 @@ -[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}] \ No newline at end of file diff --git a/android/app/build/intermediates/splits-support/debug/split-list/split-list.gson b/android/app/build/intermediates/splits-support/debug/split-list/split-list.gson deleted file mode 100644 index a111e0b..0000000 --- a/android/app/build/intermediates/splits-support/debug/split-list/split-list.gson +++ /dev/null @@ -1 +0,0 @@ -[{"splitType":"DENSITY","filters":[]},{"splitType":"LANGUAGE","filters":[]},{"splitType":"ABI","filters":[]},{"splitType":"ResConfigs","filters":[]}] \ No newline at end of file diff --git a/android/app/build/intermediates/symbols/debug/R.txt b/android/app/build/intermediates/symbols/debug/R.txt deleted file mode 100644 index cc5894f..0000000 --- a/android/app/build/intermediates/symbols/debug/R.txt +++ /dev/null @@ -1,1712 +0,0 @@ -int anim abc_fade_in 0x7f010000 -int anim abc_fade_out 0x7f010001 -int anim abc_grow_fade_in_from_bottom 0x7f010002 -int anim abc_popup_enter 0x7f010003 -int anim abc_popup_exit 0x7f010004 -int anim abc_shrink_fade_out_from_bottom 0x7f010005 -int anim abc_slide_in_bottom 0x7f010006 -int anim abc_slide_in_top 0x7f010007 -int anim abc_slide_out_bottom 0x7f010008 -int anim abc_slide_out_top 0x7f010009 -int anim abc_tooltip_enter 0x7f01000a -int anim abc_tooltip_exit 0x7f01000b -int anim catalyst_fade_in 0x7f01000c -int anim catalyst_fade_out 0x7f01000d -int anim catalyst_push_up_in 0x7f01000e -int anim catalyst_push_up_out 0x7f01000f -int anim catalyst_slide_down 0x7f010010 -int anim catalyst_slide_up 0x7f010011 -int attr actionBarDivider 0x7f020000 -int attr actionBarItemBackground 0x7f020001 -int attr actionBarPopupTheme 0x7f020002 -int attr actionBarSize 0x7f020003 -int attr actionBarSplitStyle 0x7f020004 -int attr actionBarStyle 0x7f020005 -int attr actionBarTabBarStyle 0x7f020006 -int attr actionBarTabStyle 0x7f020007 -int attr actionBarTabTextStyle 0x7f020008 -int attr actionBarTheme 0x7f020009 -int attr actionBarWidgetTheme 0x7f02000a -int attr actionButtonStyle 0x7f02000b -int attr actionDropDownStyle 0x7f02000c -int attr actionLayout 0x7f02000d -int attr actionMenuTextAppearance 0x7f02000e -int attr actionMenuTextColor 0x7f02000f -int attr actionModeBackground 0x7f020010 -int attr actionModeCloseButtonStyle 0x7f020011 -int attr actionModeCloseDrawable 0x7f020012 -int attr actionModeCopyDrawable 0x7f020013 -int attr actionModeCutDrawable 0x7f020014 -int attr actionModeFindDrawable 0x7f020015 -int attr actionModePasteDrawable 0x7f020016 -int attr actionModePopupWindowStyle 0x7f020017 -int attr actionModeSelectAllDrawable 0x7f020018 -int attr actionModeShareDrawable 0x7f020019 -int attr actionModeSplitBackground 0x7f02001a -int attr actionModeStyle 0x7f02001b -int attr actionModeWebSearchDrawable 0x7f02001c -int attr actionOverflowButtonStyle 0x7f02001d -int attr actionOverflowMenuStyle 0x7f02001e -int attr actionProviderClass 0x7f02001f -int attr actionViewClass 0x7f020020 -int attr activityChooserViewStyle 0x7f020021 -int attr actualImageResource 0x7f020022 -int attr actualImageScaleType 0x7f020023 -int attr actualImageUri 0x7f020024 -int attr alertDialogButtonGroupStyle 0x7f020025 -int attr alertDialogCenterButtons 0x7f020026 -int attr alertDialogStyle 0x7f020027 -int attr alertDialogTheme 0x7f020028 -int attr allowStacking 0x7f020029 -int attr alpha 0x7f02002a -int attr alphabeticModifiers 0x7f02002b -int attr arrowHeadLength 0x7f02002c -int attr arrowShaftLength 0x7f02002d -int attr autoCompleteTextViewStyle 0x7f02002e -int attr autoSizeMaxTextSize 0x7f02002f -int attr autoSizeMinTextSize 0x7f020030 -int attr autoSizePresetSizes 0x7f020031 -int attr autoSizeStepGranularity 0x7f020032 -int attr autoSizeTextType 0x7f020033 -int attr background 0x7f020034 -int attr backgroundImage 0x7f020035 -int attr backgroundSplit 0x7f020036 -int attr backgroundStacked 0x7f020037 -int attr backgroundTint 0x7f020038 -int attr backgroundTintMode 0x7f020039 -int attr barLength 0x7f02003a -int attr borderlessButtonStyle 0x7f02003b -int attr buttonBarButtonStyle 0x7f02003c -int attr buttonBarNegativeButtonStyle 0x7f02003d -int attr buttonBarNeutralButtonStyle 0x7f02003e -int attr buttonBarPositiveButtonStyle 0x7f02003f -int attr buttonBarStyle 0x7f020040 -int attr buttonGravity 0x7f020041 -int attr buttonIconDimen 0x7f020042 -int attr buttonPanelSideLayout 0x7f020043 -int attr buttonStyle 0x7f020044 -int attr buttonStyleSmall 0x7f020045 -int attr buttonTint 0x7f020046 -int attr buttonTintMode 0x7f020047 -int attr checkboxStyle 0x7f020048 -int attr checkedTextViewStyle 0x7f020049 -int attr closeIcon 0x7f02004a -int attr closeItemLayout 0x7f02004b -int attr collapseContentDescription 0x7f02004c -int attr collapseIcon 0x7f02004d -int attr color 0x7f02004e -int attr colorAccent 0x7f02004f -int attr colorBackgroundFloating 0x7f020050 -int attr colorButtonNormal 0x7f020051 -int attr colorControlActivated 0x7f020052 -int attr colorControlHighlight 0x7f020053 -int attr colorControlNormal 0x7f020054 -int attr colorError 0x7f020055 -int attr colorPrimary 0x7f020056 -int attr colorPrimaryDark 0x7f020057 -int attr colorSwitchThumbNormal 0x7f020058 -int attr commitIcon 0x7f020059 -int attr contentDescription 0x7f02005a -int attr contentInsetEnd 0x7f02005b -int attr contentInsetEndWithActions 0x7f02005c -int attr contentInsetLeft 0x7f02005d -int attr contentInsetRight 0x7f02005e -int attr contentInsetStart 0x7f02005f -int attr contentInsetStartWithNavigation 0x7f020060 -int attr controlBackground 0x7f020061 -int attr coordinatorLayoutStyle 0x7f020062 -int attr customNavigationLayout 0x7f020063 -int attr defaultQueryHint 0x7f020064 -int attr dialogPreferredPadding 0x7f020065 -int attr dialogTheme 0x7f020066 -int attr displayOptions 0x7f020067 -int attr divider 0x7f020068 -int attr dividerHorizontal 0x7f020069 -int attr dividerPadding 0x7f02006a -int attr dividerVertical 0x7f02006b -int attr drawableSize 0x7f02006c -int attr drawerArrowStyle 0x7f02006d -int attr dropDownListViewStyle 0x7f02006e -int attr dropdownListPreferredItemHeight 0x7f02006f -int attr editTextBackground 0x7f020070 -int attr editTextColor 0x7f020071 -int attr editTextStyle 0x7f020072 -int attr elevation 0x7f020073 -int attr expandActivityOverflowButtonDrawable 0x7f020074 -int attr fadeDuration 0x7f020075 -int attr failureImage 0x7f020076 -int attr failureImageScaleType 0x7f020077 -int attr font 0x7f020078 -int attr fontFamily 0x7f020079 -int attr fontProviderAuthority 0x7f02007a -int attr fontProviderCerts 0x7f02007b -int attr fontProviderFetchStrategy 0x7f02007c -int attr fontProviderFetchTimeout 0x7f02007d -int attr fontProviderPackage 0x7f02007e -int attr fontProviderQuery 0x7f02007f -int attr fontStyle 0x7f020080 -int attr fontWeight 0x7f020081 -int attr gapBetweenBars 0x7f020082 -int attr goIcon 0x7f020083 -int attr height 0x7f020084 -int attr hideOnContentScroll 0x7f020085 -int attr homeAsUpIndicator 0x7f020086 -int attr homeLayout 0x7f020087 -int attr icon 0x7f020088 -int attr iconTint 0x7f020089 -int attr iconTintMode 0x7f02008a -int attr iconifiedByDefault 0x7f02008b -int attr imageButtonStyle 0x7f02008c -int attr indeterminateProgressStyle 0x7f02008d -int attr initialActivityCount 0x7f02008e -int attr isLightTheme 0x7f02008f -int attr itemPadding 0x7f020090 -int attr keylines 0x7f020091 -int attr layout 0x7f020092 -int attr layout_anchor 0x7f020093 -int attr layout_anchorGravity 0x7f020094 -int attr layout_behavior 0x7f020095 -int attr layout_dodgeInsetEdges 0x7f020096 -int attr layout_insetEdge 0x7f020097 -int attr layout_keyline 0x7f020098 -int attr listChoiceBackgroundIndicator 0x7f020099 -int attr listDividerAlertDialog 0x7f02009a -int attr listItemLayout 0x7f02009b -int attr listLayout 0x7f02009c -int attr listMenuViewStyle 0x7f02009d -int attr listPopupWindowStyle 0x7f02009e -int attr listPreferredItemHeight 0x7f02009f -int attr listPreferredItemHeightLarge 0x7f0200a0 -int attr listPreferredItemHeightSmall 0x7f0200a1 -int attr listPreferredItemPaddingLeft 0x7f0200a2 -int attr listPreferredItemPaddingRight 0x7f0200a3 -int attr logo 0x7f0200a4 -int attr logoDescription 0x7f0200a5 -int attr maxButtonHeight 0x7f0200a6 -int attr measureWithLargestChild 0x7f0200a7 -int attr multiChoiceItemLayout 0x7f0200a8 -int attr navigationContentDescription 0x7f0200a9 -int attr navigationIcon 0x7f0200aa -int attr navigationMode 0x7f0200ab -int attr numericModifiers 0x7f0200ac -int attr overlapAnchor 0x7f0200ad -int attr overlayImage 0x7f0200ae -int attr paddingBottomNoButtons 0x7f0200af -int attr paddingEnd 0x7f0200b0 -int attr paddingStart 0x7f0200b1 -int attr paddingTopNoTitle 0x7f0200b2 -int attr panelBackground 0x7f0200b3 -int attr panelMenuListTheme 0x7f0200b4 -int attr panelMenuListWidth 0x7f0200b5 -int attr placeholderImage 0x7f0200b6 -int attr placeholderImageScaleType 0x7f0200b7 -int attr popupMenuStyle 0x7f0200b8 -int attr popupTheme 0x7f0200b9 -int attr popupWindowStyle 0x7f0200ba -int attr preserveIconSpacing 0x7f0200bb -int attr pressedStateOverlayImage 0x7f0200bc -int attr progressBarAutoRotateInterval 0x7f0200bd -int attr progressBarImage 0x7f0200be -int attr progressBarImageScaleType 0x7f0200bf -int attr progressBarPadding 0x7f0200c0 -int attr progressBarStyle 0x7f0200c1 -int attr queryBackground 0x7f0200c2 -int attr queryHint 0x7f0200c3 -int attr radioButtonStyle 0x7f0200c4 -int attr ratingBarStyle 0x7f0200c5 -int attr ratingBarStyleIndicator 0x7f0200c6 -int attr ratingBarStyleSmall 0x7f0200c7 -int attr retryImage 0x7f0200c8 -int attr retryImageScaleType 0x7f0200c9 -int attr roundAsCircle 0x7f0200ca -int attr roundBottomEnd 0x7f0200cb -int attr roundBottomLeft 0x7f0200cc -int attr roundBottomRight 0x7f0200cd -int attr roundBottomStart 0x7f0200ce -int attr roundTopEnd 0x7f0200cf -int attr roundTopLeft 0x7f0200d0 -int attr roundTopRight 0x7f0200d1 -int attr roundTopStart 0x7f0200d2 -int attr roundWithOverlayColor 0x7f0200d3 -int attr roundedCornerRadius 0x7f0200d4 -int attr roundingBorderColor 0x7f0200d5 -int attr roundingBorderPadding 0x7f0200d6 -int attr roundingBorderWidth 0x7f0200d7 -int attr searchHintIcon 0x7f0200d8 -int attr searchIcon 0x7f0200d9 -int attr searchViewStyle 0x7f0200da -int attr seekBarStyle 0x7f0200db -int attr selectableItemBackground 0x7f0200dc -int attr selectableItemBackgroundBorderless 0x7f0200dd -int attr showAsAction 0x7f0200de -int attr showDividers 0x7f0200df -int attr showText 0x7f0200e0 -int attr showTitle 0x7f0200e1 -int attr singleChoiceItemLayout 0x7f0200e2 -int attr spinBars 0x7f0200e3 -int attr spinnerDropDownItemStyle 0x7f0200e4 -int attr spinnerStyle 0x7f0200e5 -int attr splitTrack 0x7f0200e6 -int attr srcCompat 0x7f0200e7 -int attr state_above_anchor 0x7f0200e8 -int attr statusBarBackground 0x7f0200e9 -int attr subMenuArrow 0x7f0200ea -int attr submitBackground 0x7f0200eb -int attr subtitle 0x7f0200ec -int attr subtitleTextAppearance 0x7f0200ed -int attr subtitleTextColor 0x7f0200ee -int attr subtitleTextStyle 0x7f0200ef -int attr suggestionRowLayout 0x7f0200f0 -int attr switchMinWidth 0x7f0200f1 -int attr switchPadding 0x7f0200f2 -int attr switchStyle 0x7f0200f3 -int attr switchTextAppearance 0x7f0200f4 -int attr textAllCaps 0x7f0200f5 -int attr textAppearanceLargePopupMenu 0x7f0200f6 -int attr textAppearanceListItem 0x7f0200f7 -int attr textAppearanceListItemSecondary 0x7f0200f8 -int attr textAppearanceListItemSmall 0x7f0200f9 -int attr textAppearancePopupMenuHeader 0x7f0200fa -int attr textAppearanceSearchResultSubtitle 0x7f0200fb -int attr textAppearanceSearchResultTitle 0x7f0200fc -int attr textAppearanceSmallPopupMenu 0x7f0200fd -int attr textColorAlertDialogListItem 0x7f0200fe -int attr textColorSearchUrl 0x7f0200ff -int attr theme 0x7f020100 -int attr thickness 0x7f020101 -int attr thumbTextPadding 0x7f020102 -int attr thumbTint 0x7f020103 -int attr thumbTintMode 0x7f020104 -int attr tickMark 0x7f020105 -int attr tickMarkTint 0x7f020106 -int attr tickMarkTintMode 0x7f020107 -int attr tint 0x7f020108 -int attr tintMode 0x7f020109 -int attr title 0x7f02010a -int attr titleMargin 0x7f02010b -int attr titleMarginBottom 0x7f02010c -int attr titleMarginEnd 0x7f02010d -int attr titleMarginStart 0x7f02010e -int attr titleMarginTop 0x7f02010f -int attr titleMargins 0x7f020110 -int attr titleTextAppearance 0x7f020111 -int attr titleTextColor 0x7f020112 -int attr titleTextStyle 0x7f020113 -int attr toolbarNavigationButtonStyle 0x7f020114 -int attr toolbarStyle 0x7f020115 -int attr tooltipForegroundColor 0x7f020116 -int attr tooltipFrameBackground 0x7f020117 -int attr tooltipText 0x7f020118 -int attr track 0x7f020119 -int attr trackTint 0x7f02011a -int attr trackTintMode 0x7f02011b -int attr viewAspectRatio 0x7f02011c -int attr viewInflaterClass 0x7f02011d -int attr voiceIcon 0x7f02011e -int attr windowActionBar 0x7f02011f -int attr windowActionBarOverlay 0x7f020120 -int attr windowActionModeOverlay 0x7f020121 -int attr windowFixedHeightMajor 0x7f020122 -int attr windowFixedHeightMinor 0x7f020123 -int attr windowFixedWidthMajor 0x7f020124 -int attr windowFixedWidthMinor 0x7f020125 -int attr windowMinWidthMajor 0x7f020126 -int attr windowMinWidthMinor 0x7f020127 -int attr windowNoTitle 0x7f020128 -int bool abc_action_bar_embed_tabs 0x7f030000 -int bool abc_allow_stacked_button_bar 0x7f030001 -int bool abc_config_actionMenuItemAllCaps 0x7f030002 -int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f030003 -int color abc_background_cache_hint_selector_material_dark 0x7f040000 -int color abc_background_cache_hint_selector_material_light 0x7f040001 -int color abc_btn_colored_borderless_text_material 0x7f040002 -int color abc_btn_colored_text_material 0x7f040003 -int color abc_color_highlight_material 0x7f040004 -int color abc_hint_foreground_material_dark 0x7f040005 -int color abc_hint_foreground_material_light 0x7f040006 -int color abc_input_method_navigation_guard 0x7f040007 -int color abc_primary_text_disable_only_material_dark 0x7f040008 -int color abc_primary_text_disable_only_material_light 0x7f040009 -int color abc_primary_text_material_dark 0x7f04000a -int color abc_primary_text_material_light 0x7f04000b -int color abc_search_url_text 0x7f04000c -int color abc_search_url_text_normal 0x7f04000d -int color abc_search_url_text_pressed 0x7f04000e -int color abc_search_url_text_selected 0x7f04000f -int color abc_secondary_text_material_dark 0x7f040010 -int color abc_secondary_text_material_light 0x7f040011 -int color abc_tint_btn_checkable 0x7f040012 -int color abc_tint_default 0x7f040013 -int color abc_tint_edittext 0x7f040014 -int color abc_tint_seek_thumb 0x7f040015 -int color abc_tint_spinner 0x7f040016 -int color abc_tint_switch_track 0x7f040017 -int color accent_material_dark 0x7f040018 -int color accent_material_light 0x7f040019 -int color background_floating_material_dark 0x7f04001a -int color background_floating_material_light 0x7f04001b -int color background_material_dark 0x7f04001c -int color background_material_light 0x7f04001d -int color bright_foreground_disabled_material_dark 0x7f04001e -int color bright_foreground_disabled_material_light 0x7f04001f -int color bright_foreground_inverse_material_dark 0x7f040020 -int color bright_foreground_inverse_material_light 0x7f040021 -int color bright_foreground_material_dark 0x7f040022 -int color bright_foreground_material_light 0x7f040023 -int color button_material_dark 0x7f040024 -int color button_material_light 0x7f040025 -int color catalyst_redbox_background 0x7f040026 -int color dim_foreground_disabled_material_dark 0x7f040027 -int color dim_foreground_disabled_material_light 0x7f040028 -int color dim_foreground_material_dark 0x7f040029 -int color dim_foreground_material_light 0x7f04002a -int color error_color_material 0x7f04002b -int color foreground_material_dark 0x7f04002c -int color foreground_material_light 0x7f04002d -int color highlighted_text_material_dark 0x7f04002e -int color highlighted_text_material_light 0x7f04002f -int color material_blue_grey_800 0x7f040030 -int color material_blue_grey_900 0x7f040031 -int color material_blue_grey_950 0x7f040032 -int color material_deep_teal_200 0x7f040033 -int color material_deep_teal_500 0x7f040034 -int color material_grey_100 0x7f040035 -int color material_grey_300 0x7f040036 -int color material_grey_50 0x7f040037 -int color material_grey_600 0x7f040038 -int color material_grey_800 0x7f040039 -int color material_grey_850 0x7f04003a -int color material_grey_900 0x7f04003b -int color notification_action_color_filter 0x7f04003c -int color notification_icon_bg_color 0x7f04003d -int color primary_dark_material_dark 0x7f04003e -int color primary_dark_material_light 0x7f04003f -int color primary_material_dark 0x7f040040 -int color primary_material_light 0x7f040041 -int color primary_text_default_material_dark 0x7f040042 -int color primary_text_default_material_light 0x7f040043 -int color primary_text_disabled_material_dark 0x7f040044 -int color primary_text_disabled_material_light 0x7f040045 -int color ripple_material_dark 0x7f040046 -int color ripple_material_light 0x7f040047 -int color secondary_text_default_material_dark 0x7f040048 -int color secondary_text_default_material_light 0x7f040049 -int color secondary_text_disabled_material_dark 0x7f04004a -int color secondary_text_disabled_material_light 0x7f04004b -int color switch_thumb_disabled_material_dark 0x7f04004c -int color switch_thumb_disabled_material_light 0x7f04004d -int color switch_thumb_material_dark 0x7f04004e -int color switch_thumb_material_light 0x7f04004f -int color switch_thumb_normal_material_dark 0x7f040050 -int color switch_thumb_normal_material_light 0x7f040051 -int color tooltip_background_dark 0x7f040052 -int color tooltip_background_light 0x7f040053 -int dimen abc_action_bar_content_inset_material 0x7f050000 -int dimen abc_action_bar_content_inset_with_nav 0x7f050001 -int dimen abc_action_bar_default_height_material 0x7f050002 -int dimen abc_action_bar_default_padding_end_material 0x7f050003 -int dimen abc_action_bar_default_padding_start_material 0x7f050004 -int dimen abc_action_bar_elevation_material 0x7f050005 -int dimen abc_action_bar_icon_vertical_padding_material 0x7f050006 -int dimen abc_action_bar_overflow_padding_end_material 0x7f050007 -int dimen abc_action_bar_overflow_padding_start_material 0x7f050008 -int dimen abc_action_bar_progress_bar_size 0x7f050009 -int dimen abc_action_bar_stacked_max_height 0x7f05000a -int dimen abc_action_bar_stacked_tab_max_width 0x7f05000b -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f05000c -int dimen abc_action_bar_subtitle_top_margin_material 0x7f05000d -int dimen abc_action_button_min_height_material 0x7f05000e -int dimen abc_action_button_min_width_material 0x7f05000f -int dimen abc_action_button_min_width_overflow_material 0x7f050010 -int dimen abc_alert_dialog_button_bar_height 0x7f050011 -int dimen abc_alert_dialog_button_dimen 0x7f050012 -int dimen abc_button_inset_horizontal_material 0x7f050013 -int dimen abc_button_inset_vertical_material 0x7f050014 -int dimen abc_button_padding_horizontal_material 0x7f050015 -int dimen abc_button_padding_vertical_material 0x7f050016 -int dimen abc_cascading_menus_min_smallest_width 0x7f050017 -int dimen abc_config_prefDialogWidth 0x7f050018 -int dimen abc_control_corner_material 0x7f050019 -int dimen abc_control_inset_material 0x7f05001a -int dimen abc_control_padding_material 0x7f05001b -int dimen abc_dialog_fixed_height_major 0x7f05001c -int dimen abc_dialog_fixed_height_minor 0x7f05001d -int dimen abc_dialog_fixed_width_major 0x7f05001e -int dimen abc_dialog_fixed_width_minor 0x7f05001f -int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f050020 -int dimen abc_dialog_list_padding_top_no_title 0x7f050021 -int dimen abc_dialog_min_width_major 0x7f050022 -int dimen abc_dialog_min_width_minor 0x7f050023 -int dimen abc_dialog_padding_material 0x7f050024 -int dimen abc_dialog_padding_top_material 0x7f050025 -int dimen abc_dialog_title_divider_material 0x7f050026 -int dimen abc_disabled_alpha_material_dark 0x7f050027 -int dimen abc_disabled_alpha_material_light 0x7f050028 -int dimen abc_dropdownitem_icon_width 0x7f050029 -int dimen abc_dropdownitem_text_padding_left 0x7f05002a -int dimen abc_dropdownitem_text_padding_right 0x7f05002b -int dimen abc_edit_text_inset_bottom_material 0x7f05002c -int dimen abc_edit_text_inset_horizontal_material 0x7f05002d -int dimen abc_edit_text_inset_top_material 0x7f05002e -int dimen abc_floating_window_z 0x7f05002f -int dimen abc_list_item_padding_horizontal_material 0x7f050030 -int dimen abc_panel_menu_list_width 0x7f050031 -int dimen abc_progress_bar_height_material 0x7f050032 -int dimen abc_search_view_preferred_height 0x7f050033 -int dimen abc_search_view_preferred_width 0x7f050034 -int dimen abc_seekbar_track_background_height_material 0x7f050035 -int dimen abc_seekbar_track_progress_height_material 0x7f050036 -int dimen abc_select_dialog_padding_start_material 0x7f050037 -int dimen abc_switch_padding 0x7f050038 -int dimen abc_text_size_body_1_material 0x7f050039 -int dimen abc_text_size_body_2_material 0x7f05003a -int dimen abc_text_size_button_material 0x7f05003b -int dimen abc_text_size_caption_material 0x7f05003c -int dimen abc_text_size_display_1_material 0x7f05003d -int dimen abc_text_size_display_2_material 0x7f05003e -int dimen abc_text_size_display_3_material 0x7f05003f -int dimen abc_text_size_display_4_material 0x7f050040 -int dimen abc_text_size_headline_material 0x7f050041 -int dimen abc_text_size_large_material 0x7f050042 -int dimen abc_text_size_medium_material 0x7f050043 -int dimen abc_text_size_menu_header_material 0x7f050044 -int dimen abc_text_size_menu_material 0x7f050045 -int dimen abc_text_size_small_material 0x7f050046 -int dimen abc_text_size_subhead_material 0x7f050047 -int dimen abc_text_size_subtitle_material_toolbar 0x7f050048 -int dimen abc_text_size_title_material 0x7f050049 -int dimen abc_text_size_title_material_toolbar 0x7f05004a -int dimen compat_button_inset_horizontal_material 0x7f05004b -int dimen compat_button_inset_vertical_material 0x7f05004c -int dimen compat_button_padding_horizontal_material 0x7f05004d -int dimen compat_button_padding_vertical_material 0x7f05004e -int dimen compat_control_corner_material 0x7f05004f -int dimen disabled_alpha_material_dark 0x7f050050 -int dimen disabled_alpha_material_light 0x7f050051 -int dimen highlight_alpha_material_colored 0x7f050052 -int dimen highlight_alpha_material_dark 0x7f050053 -int dimen highlight_alpha_material_light 0x7f050054 -int dimen hint_alpha_material_dark 0x7f050055 -int dimen hint_alpha_material_light 0x7f050056 -int dimen hint_pressed_alpha_material_dark 0x7f050057 -int dimen hint_pressed_alpha_material_light 0x7f050058 -int dimen notification_action_icon_size 0x7f050059 -int dimen notification_action_text_size 0x7f05005a -int dimen notification_big_circle_margin 0x7f05005b -int dimen notification_content_margin_start 0x7f05005c -int dimen notification_large_icon_height 0x7f05005d -int dimen notification_large_icon_width 0x7f05005e -int dimen notification_main_column_padding_top 0x7f05005f -int dimen notification_media_narrow_margin 0x7f050060 -int dimen notification_right_icon_size 0x7f050061 -int dimen notification_right_side_padding_top 0x7f050062 -int dimen notification_small_icon_background_padding 0x7f050063 -int dimen notification_small_icon_size_as_large 0x7f050064 -int dimen notification_subtext_size 0x7f050065 -int dimen notification_top_pad 0x7f050066 -int dimen notification_top_pad_large_text 0x7f050067 -int dimen tooltip_corner_radius 0x7f050068 -int dimen tooltip_horizontal_padding 0x7f050069 -int dimen tooltip_margin 0x7f05006a -int dimen tooltip_precise_anchor_extra_offset 0x7f05006b -int dimen tooltip_precise_anchor_threshold 0x7f05006c -int dimen tooltip_vertical_padding 0x7f05006d -int dimen tooltip_y_offset_non_touch 0x7f05006e -int dimen tooltip_y_offset_touch 0x7f05006f -int drawable abc_ab_share_pack_mtrl_alpha 0x7f060000 -int drawable abc_action_bar_item_background_material 0x7f060001 -int drawable abc_btn_borderless_material 0x7f060002 -int drawable abc_btn_check_material 0x7f060003 -int drawable abc_btn_check_to_on_mtrl_000 0x7f060004 -int drawable abc_btn_check_to_on_mtrl_015 0x7f060005 -int drawable abc_btn_colored_material 0x7f060006 -int drawable abc_btn_default_mtrl_shape 0x7f060007 -int drawable abc_btn_radio_material 0x7f060008 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f060009 -int drawable abc_btn_radio_to_on_mtrl_015 0x7f06000a -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f06000b -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f06000c -int drawable abc_cab_background_internal_bg 0x7f06000d -int drawable abc_cab_background_top_material 0x7f06000e -int drawable abc_cab_background_top_mtrl_alpha 0x7f06000f -int drawable abc_control_background_material 0x7f060010 -int drawable abc_dialog_material_background 0x7f060011 -int drawable abc_edit_text_material 0x7f060012 -int drawable abc_ic_ab_back_material 0x7f060013 -int drawable abc_ic_arrow_drop_right_black_24dp 0x7f060014 -int drawable abc_ic_clear_material 0x7f060015 -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f060016 -int drawable abc_ic_go_search_api_material 0x7f060017 -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f060018 -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f060019 -int drawable abc_ic_menu_overflow_material 0x7f06001a -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f06001b -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f06001c -int drawable abc_ic_menu_share_mtrl_alpha 0x7f06001d -int drawable abc_ic_search_api_material 0x7f06001e -int drawable abc_ic_star_black_16dp 0x7f06001f -int drawable abc_ic_star_black_36dp 0x7f060020 -int drawable abc_ic_star_black_48dp 0x7f060021 -int drawable abc_ic_star_half_black_16dp 0x7f060022 -int drawable abc_ic_star_half_black_36dp 0x7f060023 -int drawable abc_ic_star_half_black_48dp 0x7f060024 -int drawable abc_ic_voice_search_api_material 0x7f060025 -int drawable abc_item_background_holo_dark 0x7f060026 -int drawable abc_item_background_holo_light 0x7f060027 -int drawable abc_list_divider_mtrl_alpha 0x7f060028 -int drawable abc_list_focused_holo 0x7f060029 -int drawable abc_list_longpressed_holo 0x7f06002a -int drawable abc_list_pressed_holo_dark 0x7f06002b -int drawable abc_list_pressed_holo_light 0x7f06002c -int drawable abc_list_selector_background_transition_holo_dark 0x7f06002d -int drawable abc_list_selector_background_transition_holo_light 0x7f06002e -int drawable abc_list_selector_disabled_holo_dark 0x7f06002f -int drawable abc_list_selector_disabled_holo_light 0x7f060030 -int drawable abc_list_selector_holo_dark 0x7f060031 -int drawable abc_list_selector_holo_light 0x7f060032 -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f060033 -int drawable abc_popup_background_mtrl_mult 0x7f060034 -int drawable abc_ratingbar_indicator_material 0x7f060035 -int drawable abc_ratingbar_material 0x7f060036 -int drawable abc_ratingbar_small_material 0x7f060037 -int drawable abc_scrubber_control_off_mtrl_alpha 0x7f060038 -int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f060039 -int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f06003a -int drawable abc_scrubber_primary_mtrl_alpha 0x7f06003b -int drawable abc_scrubber_track_mtrl_alpha 0x7f06003c -int drawable abc_seekbar_thumb_material 0x7f06003d -int drawable abc_seekbar_tick_mark_material 0x7f06003e -int drawable abc_seekbar_track_material 0x7f06003f -int drawable abc_spinner_mtrl_am_alpha 0x7f060040 -int drawable abc_spinner_textfield_background_material 0x7f060041 -int drawable abc_switch_thumb_material 0x7f060042 -int drawable abc_switch_track_mtrl_alpha 0x7f060043 -int drawable abc_tab_indicator_material 0x7f060044 -int drawable abc_tab_indicator_mtrl_alpha 0x7f060045 -int drawable abc_text_cursor_material 0x7f060046 -int drawable abc_text_select_handle_left_mtrl_dark 0x7f060047 -int drawable abc_text_select_handle_left_mtrl_light 0x7f060048 -int drawable abc_text_select_handle_middle_mtrl_dark 0x7f060049 -int drawable abc_text_select_handle_middle_mtrl_light 0x7f06004a -int drawable abc_text_select_handle_right_mtrl_dark 0x7f06004b -int drawable abc_text_select_handle_right_mtrl_light 0x7f06004c -int drawable abc_textfield_activated_mtrl_alpha 0x7f06004d -int drawable abc_textfield_default_mtrl_alpha 0x7f06004e -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f06004f -int drawable abc_textfield_search_default_mtrl_alpha 0x7f060050 -int drawable abc_textfield_search_material 0x7f060051 -int drawable abc_vector_test 0x7f060052 -int drawable notification_action_background 0x7f060053 -int drawable notification_bg 0x7f060054 -int drawable notification_bg_low 0x7f060055 -int drawable notification_bg_low_normal 0x7f060056 -int drawable notification_bg_low_pressed 0x7f060057 -int drawable notification_bg_normal 0x7f060058 -int drawable notification_bg_normal_pressed 0x7f060059 -int drawable notification_icon_background 0x7f06005a -int drawable notification_template_icon_bg 0x7f06005b -int drawable notification_template_icon_low_bg 0x7f06005c -int drawable notification_tile_bg 0x7f06005d -int drawable notify_panel_notification_icon_bg 0x7f06005e -int drawable tooltip_frame_dark 0x7f06005f -int drawable tooltip_frame_light 0x7f060060 -int id ALT 0x7f070000 -int id CTRL 0x7f070001 -int id FUNCTION 0x7f070002 -int id META 0x7f070003 -int id SHIFT 0x7f070004 -int id SYM 0x7f070005 -int id accessibility_hint 0x7f070006 -int id accessibility_role 0x7f070007 -int id action_bar 0x7f070008 -int id action_bar_activity_content 0x7f070009 -int id action_bar_container 0x7f07000a -int id action_bar_root 0x7f07000b -int id action_bar_spinner 0x7f07000c -int id action_bar_subtitle 0x7f07000d -int id action_bar_title 0x7f07000e -int id action_container 0x7f07000f -int id action_context_bar 0x7f070010 -int id action_divider 0x7f070011 -int id action_image 0x7f070012 -int id action_menu_divider 0x7f070013 -int id action_menu_presenter 0x7f070014 -int id action_mode_bar 0x7f070015 -int id action_mode_bar_stub 0x7f070016 -int id action_mode_close_button 0x7f070017 -int id action_text 0x7f070018 -int id actions 0x7f070019 -int id activity_chooser_view_content 0x7f07001a -int id add 0x7f07001b -int id alertTitle 0x7f07001c -int id all 0x7f07001d -int id always 0x7f07001e -int id async 0x7f07001f -int id beginning 0x7f070020 -int id blocking 0x7f070021 -int id bottom 0x7f070022 -int id buttonPanel 0x7f070023 -int id catalyst_redbox_title 0x7f070024 -int id center 0x7f070025 -int id centerCrop 0x7f070026 -int id centerInside 0x7f070027 -int id center_horizontal 0x7f070028 -int id center_vertical 0x7f070029 -int id checkbox 0x7f07002a -int id chronometer 0x7f07002b -int id clip_horizontal 0x7f07002c -int id clip_vertical 0x7f07002d -int id collapseActionView 0x7f07002e -int id contentPanel 0x7f07002f -int id custom 0x7f070030 -int id customPanel 0x7f070031 -int id decor_content_parent 0x7f070032 -int id default_activity_button 0x7f070033 -int id disableHome 0x7f070034 -int id edit_query 0x7f070035 -int id end 0x7f070036 -int id expand_activities_button 0x7f070037 -int id expanded_menu 0x7f070038 -int id fill 0x7f070039 -int id fill_horizontal 0x7f07003a -int id fill_vertical 0x7f07003b -int id fitBottomStart 0x7f07003c -int id fitCenter 0x7f07003d -int id fitEnd 0x7f07003e -int id fitStart 0x7f07003f -int id fitXY 0x7f070040 -int id focusCrop 0x7f070041 -int id forever 0x7f070042 -int id fps_text 0x7f070043 -int id home 0x7f070044 -int id homeAsUp 0x7f070045 -int id icon 0x7f070046 -int id icon_group 0x7f070047 -int id ifRoom 0x7f070048 -int id image 0x7f070049 -int id info 0x7f07004a -int id italic 0x7f07004b -int id left 0x7f07004c -int id line1 0x7f07004d -int id line3 0x7f07004e -int id listMode 0x7f07004f -int id list_item 0x7f070050 -int id message 0x7f070051 -int id middle 0x7f070052 -int id multiply 0x7f070053 -int id never 0x7f070054 -int id none 0x7f070055 -int id normal 0x7f070056 -int id notification_background 0x7f070057 -int id notification_main_column 0x7f070058 -int id notification_main_column_container 0x7f070059 -int id parentPanel 0x7f07005a -int id progress_circular 0x7f07005b -int id progress_horizontal 0x7f07005c -int id radio 0x7f07005d -int id react_test_id 0x7f07005e -int id right 0x7f07005f -int id right_icon 0x7f070060 -int id right_side 0x7f070061 -int id rn_frame_file 0x7f070062 -int id rn_frame_method 0x7f070063 -int id rn_redbox_copy_button 0x7f070064 -int id rn_redbox_dismiss_button 0x7f070065 -int id rn_redbox_line_separator 0x7f070066 -int id rn_redbox_loading_indicator 0x7f070067 -int id rn_redbox_reload_button 0x7f070068 -int id rn_redbox_report_button 0x7f070069 -int id rn_redbox_report_label 0x7f07006a -int id rn_redbox_stack 0x7f07006b -int id screen 0x7f07006c -int id scrollIndicatorDown 0x7f07006d -int id scrollIndicatorUp 0x7f07006e -int id scrollView 0x7f07006f -int id search_badge 0x7f070070 -int id search_bar 0x7f070071 -int id search_button 0x7f070072 -int id search_close_btn 0x7f070073 -int id search_edit_frame 0x7f070074 -int id search_go_btn 0x7f070075 -int id search_mag_icon 0x7f070076 -int id search_plate 0x7f070077 -int id search_src_text 0x7f070078 -int id search_voice_btn 0x7f070079 -int id select_dialog_listview 0x7f07007a -int id shortcut 0x7f07007b -int id showCustom 0x7f07007c -int id showHome 0x7f07007d -int id showTitle 0x7f07007e -int id spacer 0x7f07007f -int id split_action_bar 0x7f070080 -int id src_atop 0x7f070081 -int id src_in 0x7f070082 -int id src_over 0x7f070083 -int id start 0x7f070084 -int id submenuarrow 0x7f070085 -int id submit_area 0x7f070086 -int id tabMode 0x7f070087 -int id tag_transition_group 0x7f070088 -int id text 0x7f070089 -int id text2 0x7f07008a -int id textSpacerNoButtons 0x7f07008b -int id textSpacerNoTitle 0x7f07008c -int id time 0x7f07008d -int id title 0x7f07008e -int id titleDividerNoCustom 0x7f07008f -int id title_template 0x7f070090 -int id top 0x7f070091 -int id topPanel 0x7f070092 -int id uniform 0x7f070093 -int id up 0x7f070094 -int id useLogo 0x7f070095 -int id view_tag_instance_handle 0x7f070096 -int id view_tag_native_id 0x7f070097 -int id withText 0x7f070098 -int id wrap_content 0x7f070099 -int integer abc_config_activityDefaultDur 0x7f080000 -int integer abc_config_activityShortDur 0x7f080001 -int integer cancel_button_image_alpha 0x7f080002 -int integer config_tooltipAnimTime 0x7f080003 -int integer status_bar_notification_info_maxnum 0x7f080004 -int layout abc_action_bar_title_item 0x7f090000 -int layout abc_action_bar_up_container 0x7f090001 -int layout abc_action_menu_item_layout 0x7f090002 -int layout abc_action_menu_layout 0x7f090003 -int layout abc_action_mode_bar 0x7f090004 -int layout abc_action_mode_close_item_material 0x7f090005 -int layout abc_activity_chooser_view 0x7f090006 -int layout abc_activity_chooser_view_list_item 0x7f090007 -int layout abc_alert_dialog_button_bar_material 0x7f090008 -int layout abc_alert_dialog_material 0x7f090009 -int layout abc_alert_dialog_title_material 0x7f09000a -int layout abc_dialog_title_material 0x7f09000b -int layout abc_expanded_menu_layout 0x7f09000c -int layout abc_list_menu_item_checkbox 0x7f09000d -int layout abc_list_menu_item_icon 0x7f09000e -int layout abc_list_menu_item_layout 0x7f09000f -int layout abc_list_menu_item_radio 0x7f090010 -int layout abc_popup_menu_header_item_layout 0x7f090011 -int layout abc_popup_menu_item_layout 0x7f090012 -int layout abc_screen_content_include 0x7f090013 -int layout abc_screen_simple 0x7f090014 -int layout abc_screen_simple_overlay_action_mode 0x7f090015 -int layout abc_screen_toolbar 0x7f090016 -int layout abc_search_dropdown_item_icons_2line 0x7f090017 -int layout abc_search_view 0x7f090018 -int layout abc_select_dialog_material 0x7f090019 -int layout abc_tooltip 0x7f09001a -int layout dev_loading_view 0x7f09001b -int layout fps_view 0x7f09001c -int layout notification_action 0x7f09001d -int layout notification_action_tombstone 0x7f09001e -int layout notification_template_custom_big 0x7f09001f -int layout notification_template_icon_group 0x7f090020 -int layout notification_template_part_chronometer 0x7f090021 -int layout notification_template_part_time 0x7f090022 -int layout redbox_item_frame 0x7f090023 -int layout redbox_item_title 0x7f090024 -int layout redbox_view 0x7f090025 -int layout select_dialog_item_material 0x7f090026 -int layout select_dialog_multichoice_material 0x7f090027 -int layout select_dialog_singlechoice_material 0x7f090028 -int layout support_simple_spinner_dropdown_item 0x7f090029 -int mipmap ic_launcher 0x7f0a0000 -int mipmap ic_launcher_round 0x7f0a0001 -int string abc_action_bar_home_description 0x7f0b0000 -int string abc_action_bar_up_description 0x7f0b0001 -int string abc_action_menu_overflow_description 0x7f0b0002 -int string abc_action_mode_done 0x7f0b0003 -int string abc_activity_chooser_view_see_all 0x7f0b0004 -int string abc_activitychooserview_choose_application 0x7f0b0005 -int string abc_capital_off 0x7f0b0006 -int string abc_capital_on 0x7f0b0007 -int string abc_font_family_body_1_material 0x7f0b0008 -int string abc_font_family_body_2_material 0x7f0b0009 -int string abc_font_family_button_material 0x7f0b000a -int string abc_font_family_caption_material 0x7f0b000b -int string abc_font_family_display_1_material 0x7f0b000c -int string abc_font_family_display_2_material 0x7f0b000d -int string abc_font_family_display_3_material 0x7f0b000e -int string abc_font_family_display_4_material 0x7f0b000f -int string abc_font_family_headline_material 0x7f0b0010 -int string abc_font_family_menu_material 0x7f0b0011 -int string abc_font_family_subhead_material 0x7f0b0012 -int string abc_font_family_title_material 0x7f0b0013 -int string abc_search_hint 0x7f0b0014 -int string abc_searchview_description_clear 0x7f0b0015 -int string abc_searchview_description_query 0x7f0b0016 -int string abc_searchview_description_search 0x7f0b0017 -int string abc_searchview_description_submit 0x7f0b0018 -int string abc_searchview_description_voice 0x7f0b0019 -int string abc_shareactionprovider_share_with 0x7f0b001a -int string abc_shareactionprovider_share_with_application 0x7f0b001b -int string abc_toolbar_collapse_description 0x7f0b001c -int string adjustable_description 0x7f0b001d -int string app_name 0x7f0b001e -int string catalyst_copy_button 0x7f0b001f -int string catalyst_debugjs 0x7f0b0020 -int string catalyst_debugjs_nuclide 0x7f0b0021 -int string catalyst_debugjs_nuclide_failure 0x7f0b0022 -int string catalyst_debugjs_off 0x7f0b0023 -int string catalyst_dismiss_button 0x7f0b0024 -int string catalyst_element_inspector 0x7f0b0025 -int string catalyst_heap_capture 0x7f0b0026 -int string catalyst_hot_module_replacement 0x7f0b0027 -int string catalyst_hot_module_replacement_off 0x7f0b0028 -int string catalyst_jsload_error 0x7f0b0029 -int string catalyst_live_reload 0x7f0b002a -int string catalyst_live_reload_off 0x7f0b002b -int string catalyst_loading_from_url 0x7f0b002c -int string catalyst_perf_monitor 0x7f0b002d -int string catalyst_perf_monitor_off 0x7f0b002e -int string catalyst_poke_sampling_profiler 0x7f0b002f -int string catalyst_reload_button 0x7f0b0030 -int string catalyst_reloadjs 0x7f0b0031 -int string catalyst_remotedbg_error 0x7f0b0032 -int string catalyst_remotedbg_message 0x7f0b0033 -int string catalyst_report_button 0x7f0b0034 -int string catalyst_settings 0x7f0b0035 -int string catalyst_settings_title 0x7f0b0036 -int string image_button_description 0x7f0b0037 -int string image_description 0x7f0b0038 -int string link_description 0x7f0b0039 -int string search_description 0x7f0b003a -int string search_menu_title 0x7f0b003b -int string status_bar_notification_info_overflow 0x7f0b003c -int style AlertDialog_AppCompat 0x7f0c0000 -int style AlertDialog_AppCompat_Light 0x7f0c0001 -int style Animation_AppCompat_Dialog 0x7f0c0002 -int style Animation_AppCompat_DropDownUp 0x7f0c0003 -int style Animation_AppCompat_Tooltip 0x7f0c0004 -int style Animation_Catalyst_RedBox 0x7f0c0005 -int style AppTheme 0x7f0c0006 -int style Base_AlertDialog_AppCompat 0x7f0c0007 -int style Base_AlertDialog_AppCompat_Light 0x7f0c0008 -int style Base_Animation_AppCompat_Dialog 0x7f0c0009 -int style Base_Animation_AppCompat_DropDownUp 0x7f0c000a -int style Base_Animation_AppCompat_Tooltip 0x7f0c000b -int style Base_DialogWindowTitle_AppCompat 0x7f0c000c -int style Base_DialogWindowTitleBackground_AppCompat 0x7f0c000d -int style Base_TextAppearance_AppCompat 0x7f0c000e -int style Base_TextAppearance_AppCompat_Body1 0x7f0c000f -int style Base_TextAppearance_AppCompat_Body2 0x7f0c0010 -int style Base_TextAppearance_AppCompat_Button 0x7f0c0011 -int style Base_TextAppearance_AppCompat_Caption 0x7f0c0012 -int style Base_TextAppearance_AppCompat_Display1 0x7f0c0013 -int style Base_TextAppearance_AppCompat_Display2 0x7f0c0014 -int style Base_TextAppearance_AppCompat_Display3 0x7f0c0015 -int style Base_TextAppearance_AppCompat_Display4 0x7f0c0016 -int style Base_TextAppearance_AppCompat_Headline 0x7f0c0017 -int style Base_TextAppearance_AppCompat_Inverse 0x7f0c0018 -int style Base_TextAppearance_AppCompat_Large 0x7f0c0019 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0c001a -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c001b -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c001c -int style Base_TextAppearance_AppCompat_Medium 0x7f0c001d -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0c001e -int style Base_TextAppearance_AppCompat_Menu 0x7f0c001f -int style Base_TextAppearance_AppCompat_SearchResult 0x7f0c0020 -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c0021 -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0c0022 -int style Base_TextAppearance_AppCompat_Small 0x7f0c0023 -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0c0024 -int style Base_TextAppearance_AppCompat_Subhead 0x7f0c0025 -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0c0026 -int style Base_TextAppearance_AppCompat_Title 0x7f0c0027 -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0c0028 -int style Base_TextAppearance_AppCompat_Tooltip 0x7f0c0029 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c002a -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c002b -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c002c -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c002d -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c002e -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c002f -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c0030 -int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0c0031 -int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c0032 -int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c0033 -int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c0034 -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c0035 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c0036 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0037 -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0038 -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0c0039 -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c003a -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c003b -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c003c -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c003d -int style Base_Theme_AppCompat 0x7f0c003e -int style Base_Theme_AppCompat_CompactMenu 0x7f0c003f -int style Base_Theme_AppCompat_Dialog 0x7f0c0040 -int style Base_Theme_AppCompat_Dialog_Alert 0x7f0c0041 -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0c0042 -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0c0043 -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0c0044 -int style Base_Theme_AppCompat_Light 0x7f0c0045 -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0c0046 -int style Base_Theme_AppCompat_Light_Dialog 0x7f0c0047 -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0c0048 -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0c0049 -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c004a -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0c004b -int style Base_ThemeOverlay_AppCompat 0x7f0c004c -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0c004d -int style Base_ThemeOverlay_AppCompat_Dark 0x7f0c004e -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c004f -int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0c0050 -int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c0051 -int style Base_ThemeOverlay_AppCompat_Light 0x7f0c0052 -int style Base_V21_Theme_AppCompat 0x7f0c0053 -int style Base_V21_Theme_AppCompat_Dialog 0x7f0c0054 -int style Base_V21_Theme_AppCompat_Light 0x7f0c0055 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0c0056 -int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0c0057 -int style Base_V22_Theme_AppCompat 0x7f0c0058 -int style Base_V22_Theme_AppCompat_Light 0x7f0c0059 -int style Base_V23_Theme_AppCompat 0x7f0c005a -int style Base_V23_Theme_AppCompat_Light 0x7f0c005b -int style Base_V26_Theme_AppCompat 0x7f0c005c -int style Base_V26_Theme_AppCompat_Light 0x7f0c005d -int style Base_V26_Widget_AppCompat_Toolbar 0x7f0c005e -int style Base_V7_Theme_AppCompat 0x7f0c005f -int style Base_V7_Theme_AppCompat_Dialog 0x7f0c0060 -int style Base_V7_Theme_AppCompat_Light 0x7f0c0061 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0c0062 -int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0c0063 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0c0064 -int style Base_V7_Widget_AppCompat_EditText 0x7f0c0065 -int style Base_V7_Widget_AppCompat_Toolbar 0x7f0c0066 -int style Base_Widget_AppCompat_ActionBar 0x7f0c0067 -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0c0068 -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0c0069 -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0c006a -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0c006b -int style Base_Widget_AppCompat_ActionButton 0x7f0c006c -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0c006d -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0c006e -int style Base_Widget_AppCompat_ActionMode 0x7f0c006f -int style Base_Widget_AppCompat_ActivityChooserView 0x7f0c0070 -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0c0071 -int style Base_Widget_AppCompat_Button 0x7f0c0072 -int style Base_Widget_AppCompat_Button_Borderless 0x7f0c0073 -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0c0074 -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c0075 -int style Base_Widget_AppCompat_Button_Colored 0x7f0c0076 -int style Base_Widget_AppCompat_Button_Small 0x7f0c0077 -int style Base_Widget_AppCompat_ButtonBar 0x7f0c0078 -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c0079 -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0c007a -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0c007b -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0c007c -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0c007d -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0c007e -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0c007f -int style Base_Widget_AppCompat_EditText 0x7f0c0080 -int style Base_Widget_AppCompat_ImageButton 0x7f0c0081 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f0c0082 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0083 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c0084 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0c0085 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c0086 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0087 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0c0088 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c0089 -int style Base_Widget_AppCompat_ListMenuView 0x7f0c008a -int style Base_Widget_AppCompat_ListPopupWindow 0x7f0c008b -int style Base_Widget_AppCompat_ListView 0x7f0c008c -int style Base_Widget_AppCompat_ListView_DropDown 0x7f0c008d -int style Base_Widget_AppCompat_ListView_Menu 0x7f0c008e -int style Base_Widget_AppCompat_PopupMenu 0x7f0c008f -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0c0090 -int style Base_Widget_AppCompat_PopupWindow 0x7f0c0091 -int style Base_Widget_AppCompat_ProgressBar 0x7f0c0092 -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0093 -int style Base_Widget_AppCompat_RatingBar 0x7f0c0094 -int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0c0095 -int style Base_Widget_AppCompat_RatingBar_Small 0x7f0c0096 -int style Base_Widget_AppCompat_SearchView 0x7f0c0097 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0c0098 -int style Base_Widget_AppCompat_SeekBar 0x7f0c0099 -int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0c009a -int style Base_Widget_AppCompat_Spinner 0x7f0c009b -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0c009c -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0c009d -int style Base_Widget_AppCompat_Toolbar 0x7f0c009e -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c009f -int style CalendarDatePickerDialog 0x7f0c00a0 -int style CalendarDatePickerStyle 0x7f0c00a1 -int style ClockTimePickerDialog 0x7f0c00a2 -int style ClockTimePickerStyle 0x7f0c00a3 -int style DialogAnimationFade 0x7f0c00a4 -int style DialogAnimationSlide 0x7f0c00a5 -int style Platform_AppCompat 0x7f0c00a6 -int style Platform_AppCompat_Light 0x7f0c00a7 -int style Platform_ThemeOverlay_AppCompat 0x7f0c00a8 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0c00a9 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f0c00aa -int style Platform_V21_AppCompat 0x7f0c00ab -int style Platform_V21_AppCompat_Light 0x7f0c00ac -int style Platform_V25_AppCompat 0x7f0c00ad -int style Platform_V25_AppCompat_Light 0x7f0c00ae -int style Platform_Widget_AppCompat_Spinner 0x7f0c00af -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0c00b0 -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0c00b1 -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0c00b2 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0c00b3 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0c00b4 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0c00b5 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0c00b6 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0c00b7 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0c00b8 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0c00b9 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0c00ba -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0c00bb -int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0c00bc -int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0c00bd -int style SpinnerDatePickerDialog 0x7f0c00be -int style SpinnerDatePickerStyle 0x7f0c00bf -int style SpinnerTimePickerDialog 0x7f0c00c0 -int style SpinnerTimePickerStyle 0x7f0c00c1 -int style TextAppearance_AppCompat 0x7f0c00c2 -int style TextAppearance_AppCompat_Body1 0x7f0c00c3 -int style TextAppearance_AppCompat_Body2 0x7f0c00c4 -int style TextAppearance_AppCompat_Button 0x7f0c00c5 -int style TextAppearance_AppCompat_Caption 0x7f0c00c6 -int style TextAppearance_AppCompat_Display1 0x7f0c00c7 -int style TextAppearance_AppCompat_Display2 0x7f0c00c8 -int style TextAppearance_AppCompat_Display3 0x7f0c00c9 -int style TextAppearance_AppCompat_Display4 0x7f0c00ca -int style TextAppearance_AppCompat_Headline 0x7f0c00cb -int style TextAppearance_AppCompat_Inverse 0x7f0c00cc -int style TextAppearance_AppCompat_Large 0x7f0c00cd -int style TextAppearance_AppCompat_Large_Inverse 0x7f0c00ce -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0c00cf -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0c00d0 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c00d1 -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c00d2 -int style TextAppearance_AppCompat_Medium 0x7f0c00d3 -int style TextAppearance_AppCompat_Medium_Inverse 0x7f0c00d4 -int style TextAppearance_AppCompat_Menu 0x7f0c00d5 -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c00d6 -int style TextAppearance_AppCompat_SearchResult_Title 0x7f0c00d7 -int style TextAppearance_AppCompat_Small 0x7f0c00d8 -int style TextAppearance_AppCompat_Small_Inverse 0x7f0c00d9 -int style TextAppearance_AppCompat_Subhead 0x7f0c00da -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0c00db -int style TextAppearance_AppCompat_Title 0x7f0c00dc -int style TextAppearance_AppCompat_Title_Inverse 0x7f0c00dd -int style TextAppearance_AppCompat_Tooltip 0x7f0c00de -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c00df -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c00e0 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c00e1 -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c00e2 -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c00e3 -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c00e4 -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0c00e5 -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c00e6 -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0c00e7 -int style TextAppearance_AppCompat_Widget_Button 0x7f0c00e8 -int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c00e9 -int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c00ea -int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c00eb -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c00ec -int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c00ed -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c00ee -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c00ef -int style TextAppearance_AppCompat_Widget_Switch 0x7f0c00f0 -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c00f1 -int style TextAppearance_Compat_Notification 0x7f0c00f2 -int style TextAppearance_Compat_Notification_Info 0x7f0c00f3 -int style TextAppearance_Compat_Notification_Line2 0x7f0c00f4 -int style TextAppearance_Compat_Notification_Time 0x7f0c00f5 -int style TextAppearance_Compat_Notification_Title 0x7f0c00f6 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c00f7 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c00f8 -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c00f9 -int style Theme 0x7f0c00fa -int style Theme_AppCompat 0x7f0c00fb -int style Theme_AppCompat_CompactMenu 0x7f0c00fc -int style Theme_AppCompat_DayNight 0x7f0c00fd -int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0c00fe -int style Theme_AppCompat_DayNight_Dialog 0x7f0c00ff -int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0c0100 -int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0c0101 -int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0c0102 -int style Theme_AppCompat_DayNight_NoActionBar 0x7f0c0103 -int style Theme_AppCompat_Dialog 0x7f0c0104 -int style Theme_AppCompat_Dialog_Alert 0x7f0c0105 -int style Theme_AppCompat_Dialog_MinWidth 0x7f0c0106 -int style Theme_AppCompat_DialogWhenLarge 0x7f0c0107 -int style Theme_AppCompat_Light 0x7f0c0108 -int style Theme_AppCompat_Light_DarkActionBar 0x7f0c0109 -int style Theme_AppCompat_Light_Dialog 0x7f0c010a -int style Theme_AppCompat_Light_Dialog_Alert 0x7f0c010b -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c010c -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0c010d -int style Theme_AppCompat_Light_NoActionBar 0x7f0c010e -int style Theme_AppCompat_NoActionBar 0x7f0c010f -int style Theme_Catalyst 0x7f0c0110 -int style Theme_Catalyst_RedBox 0x7f0c0111 -int style Theme_FullScreenDialog 0x7f0c0112 -int style Theme_FullScreenDialogAnimatedFade 0x7f0c0113 -int style Theme_FullScreenDialogAnimatedSlide 0x7f0c0114 -int style Theme_ReactNative_AppCompat_Light 0x7f0c0115 -int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0c0116 -int style ThemeOverlay_AppCompat 0x7f0c0117 -int style ThemeOverlay_AppCompat_ActionBar 0x7f0c0118 -int style ThemeOverlay_AppCompat_Dark 0x7f0c0119 -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c011a -int style ThemeOverlay_AppCompat_Dialog 0x7f0c011b -int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c011c -int style ThemeOverlay_AppCompat_Light 0x7f0c011d -int style Widget_AppCompat_ActionBar 0x7f0c011e -int style Widget_AppCompat_ActionBar_Solid 0x7f0c011f -int style Widget_AppCompat_ActionBar_TabBar 0x7f0c0120 -int style Widget_AppCompat_ActionBar_TabText 0x7f0c0121 -int style Widget_AppCompat_ActionBar_TabView 0x7f0c0122 -int style Widget_AppCompat_ActionButton 0x7f0c0123 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f0c0124 -int style Widget_AppCompat_ActionButton_Overflow 0x7f0c0125 -int style Widget_AppCompat_ActionMode 0x7f0c0126 -int style Widget_AppCompat_ActivityChooserView 0x7f0c0127 -int style Widget_AppCompat_AutoCompleteTextView 0x7f0c0128 -int style Widget_AppCompat_Button 0x7f0c0129 -int style Widget_AppCompat_Button_Borderless 0x7f0c012a -int style Widget_AppCompat_Button_Borderless_Colored 0x7f0c012b -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c012c -int style Widget_AppCompat_Button_Colored 0x7f0c012d -int style Widget_AppCompat_Button_Small 0x7f0c012e -int style Widget_AppCompat_ButtonBar 0x7f0c012f -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c0130 -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0c0131 -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0c0132 -int style Widget_AppCompat_CompoundButton_Switch 0x7f0c0133 -int style Widget_AppCompat_DrawerArrowToggle 0x7f0c0134 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f0c0135 -int style Widget_AppCompat_EditText 0x7f0c0136 -int style Widget_AppCompat_ImageButton 0x7f0c0137 -int style Widget_AppCompat_Light_ActionBar 0x7f0c0138 -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0139 -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0c013a -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c013b -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0c013c -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0c013d -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c013e -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0c013f -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0c0140 -int style Widget_AppCompat_Light_ActionButton 0x7f0c0141 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0c0142 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0c0143 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0c0144 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f0c0145 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0c0146 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0c0147 -int style Widget_AppCompat_Light_ListPopupWindow 0x7f0c0148 -int style Widget_AppCompat_Light_ListView_DropDown 0x7f0c0149 -int style Widget_AppCompat_Light_PopupMenu 0x7f0c014a -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c014b -int style Widget_AppCompat_Light_SearchView 0x7f0c014c -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0c014d -int style Widget_AppCompat_ListMenuView 0x7f0c014e -int style Widget_AppCompat_ListPopupWindow 0x7f0c014f -int style Widget_AppCompat_ListView 0x7f0c0150 -int style Widget_AppCompat_ListView_DropDown 0x7f0c0151 -int style Widget_AppCompat_ListView_Menu 0x7f0c0152 -int style Widget_AppCompat_PopupMenu 0x7f0c0153 -int style Widget_AppCompat_PopupMenu_Overflow 0x7f0c0154 -int style Widget_AppCompat_PopupWindow 0x7f0c0155 -int style Widget_AppCompat_ProgressBar 0x7f0c0156 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0157 -int style Widget_AppCompat_RatingBar 0x7f0c0158 -int style Widget_AppCompat_RatingBar_Indicator 0x7f0c0159 -int style Widget_AppCompat_RatingBar_Small 0x7f0c015a -int style Widget_AppCompat_SearchView 0x7f0c015b -int style Widget_AppCompat_SearchView_ActionBar 0x7f0c015c -int style Widget_AppCompat_SeekBar 0x7f0c015d -int style Widget_AppCompat_SeekBar_Discrete 0x7f0c015e -int style Widget_AppCompat_Spinner 0x7f0c015f -int style Widget_AppCompat_Spinner_DropDown 0x7f0c0160 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c0161 -int style Widget_AppCompat_Spinner_Underlined 0x7f0c0162 -int style Widget_AppCompat_TextView_SpinnerItem 0x7f0c0163 -int style Widget_AppCompat_Toolbar 0x7f0c0164 -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c0165 -int style Widget_Compat_NotificationActionContainer 0x7f0c0166 -int style Widget_Compat_NotificationActionText 0x7f0c0167 -int style Widget_Support_CoordinatorLayout 0x7f0c0168 -int style redboxButton 0x7f0c0169 -int[] styleable ActionBar { 0x7f020034, 0x7f020036, 0x7f020037, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020063, 0x7f020067, 0x7f020068, 0x7f020073, 0x7f020084, 0x7f020085, 0x7f020086, 0x7f020087, 0x7f020088, 0x7f02008d, 0x7f020090, 0x7f0200a4, 0x7f0200ab, 0x7f0200b9, 0x7f0200c0, 0x7f0200c1, 0x7f0200ec, 0x7f0200ef, 0x7f02010a, 0x7f020113 } -int styleable ActionBar_background 0 -int styleable ActionBar_backgroundSplit 1 -int styleable ActionBar_backgroundStacked 2 -int styleable ActionBar_contentInsetEnd 3 -int styleable ActionBar_contentInsetEndWithActions 4 -int styleable ActionBar_contentInsetLeft 5 -int styleable ActionBar_contentInsetRight 6 -int styleable ActionBar_contentInsetStart 7 -int styleable ActionBar_contentInsetStartWithNavigation 8 -int styleable ActionBar_customNavigationLayout 9 -int styleable ActionBar_displayOptions 10 -int styleable ActionBar_divider 11 -int styleable ActionBar_elevation 12 -int styleable ActionBar_height 13 -int styleable ActionBar_hideOnContentScroll 14 -int styleable ActionBar_homeAsUpIndicator 15 -int styleable ActionBar_homeLayout 16 -int styleable ActionBar_icon 17 -int styleable ActionBar_indeterminateProgressStyle 18 -int styleable ActionBar_itemPadding 19 -int styleable ActionBar_logo 20 -int styleable ActionBar_navigationMode 21 -int styleable ActionBar_popupTheme 22 -int styleable ActionBar_progressBarPadding 23 -int styleable ActionBar_progressBarStyle 24 -int styleable ActionBar_subtitle 25 -int styleable ActionBar_subtitleTextStyle 26 -int styleable ActionBar_title 27 -int styleable ActionBar_titleTextStyle 28 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMenuView { } -int[] styleable ActionMode { 0x7f020034, 0x7f020036, 0x7f02004b, 0x7f020084, 0x7f0200ef, 0x7f020113 } -int styleable ActionMode_background 0 -int styleable ActionMode_backgroundSplit 1 -int styleable ActionMode_closeItemLayout 2 -int styleable ActionMode_height 3 -int styleable ActionMode_subtitleTextStyle 4 -int styleable ActionMode_titleTextStyle 5 -int[] styleable ActivityChooserView { 0x7f020074, 0x7f02008e } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 -int styleable ActivityChooserView_initialActivityCount 1 -int[] styleable AlertDialog { 0x010100f2, 0x7f020042, 0x7f020043, 0x7f02009b, 0x7f02009c, 0x7f0200a8, 0x7f0200e1, 0x7f0200e2 } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonIconDimen 1 -int styleable AlertDialog_buttonPanelSideLayout 2 -int styleable AlertDialog_listItemLayout 3 -int styleable AlertDialog_listLayout 4 -int styleable AlertDialog_multiChoiceItemLayout 5 -int styleable AlertDialog_showTitle 6 -int styleable AlertDialog_singleChoiceItemLayout 7 -int[] styleable AppCompatImageView { 0x01010119, 0x7f0200e7, 0x7f020108, 0x7f020109 } -int styleable AppCompatImageView_android_src 0 -int styleable AppCompatImageView_srcCompat 1 -int styleable AppCompatImageView_tint 2 -int styleable AppCompatImageView_tintMode 3 -int[] styleable AppCompatSeekBar { 0x01010142, 0x7f020105, 0x7f020106, 0x7f020107 } -int styleable AppCompatSeekBar_android_thumb 0 -int styleable AppCompatSeekBar_tickMark 1 -int styleable AppCompatSeekBar_tickMarkTint 2 -int styleable AppCompatSeekBar_tickMarkTintMode 3 -int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } -int styleable AppCompatTextHelper_android_textAppearance 0 -int styleable AppCompatTextHelper_android_drawableTop 1 -int styleable AppCompatTextHelper_android_drawableBottom 2 -int styleable AppCompatTextHelper_android_drawableLeft 3 -int styleable AppCompatTextHelper_android_drawableRight 4 -int styleable AppCompatTextHelper_android_drawableStart 5 -int styleable AppCompatTextHelper_android_drawableEnd 6 -int[] styleable AppCompatTextView { 0x01010034, 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, 0x7f020033, 0x7f020079, 0x7f0200f5 } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_autoSizeMaxTextSize 1 -int styleable AppCompatTextView_autoSizeMinTextSize 2 -int styleable AppCompatTextView_autoSizePresetSizes 3 -int styleable AppCompatTextView_autoSizeStepGranularity 4 -int styleable AppCompatTextView_autoSizeTextType 5 -int styleable AppCompatTextView_fontFamily 6 -int styleable AppCompatTextView_textAllCaps 7 -int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020025, 0x7f020026, 0x7f020027, 0x7f020028, 0x7f02002e, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, 0x7f020044, 0x7f020045, 0x7f020048, 0x7f020049, 0x7f02004f, 0x7f020050, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020061, 0x7f020065, 0x7f020066, 0x7f020069, 0x7f02006b, 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, 0x7f020072, 0x7f020086, 0x7f02008c, 0x7f020099, 0x7f02009a, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b8, 0x7f0200ba, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200da, 0x7f0200db, 0x7f0200dc, 0x7f0200dd, 0x7f0200e4, 0x7f0200e5, 0x7f0200f3, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200f9, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f0200fe, 0x7f0200ff, 0x7f020114, 0x7f020115, 0x7f020116, 0x7f020117, 0x7f02011d, 0x7f02011f, 0x7f020120, 0x7f020121, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020125, 0x7f020126, 0x7f020127, 0x7f020128 } -int styleable AppCompatTheme_android_windowIsFloating 0 -int styleable AppCompatTheme_android_windowAnimationStyle 1 -int styleable AppCompatTheme_actionBarDivider 2 -int styleable AppCompatTheme_actionBarItemBackground 3 -int styleable AppCompatTheme_actionBarPopupTheme 4 -int styleable AppCompatTheme_actionBarSize 5 -int styleable AppCompatTheme_actionBarSplitStyle 6 -int styleable AppCompatTheme_actionBarStyle 7 -int styleable AppCompatTheme_actionBarTabBarStyle 8 -int styleable AppCompatTheme_actionBarTabStyle 9 -int styleable AppCompatTheme_actionBarTabTextStyle 10 -int styleable AppCompatTheme_actionBarTheme 11 -int styleable AppCompatTheme_actionBarWidgetTheme 12 -int styleable AppCompatTheme_actionButtonStyle 13 -int styleable AppCompatTheme_actionDropDownStyle 14 -int styleable AppCompatTheme_actionMenuTextAppearance 15 -int styleable AppCompatTheme_actionMenuTextColor 16 -int styleable AppCompatTheme_actionModeBackground 17 -int styleable AppCompatTheme_actionModeCloseButtonStyle 18 -int styleable AppCompatTheme_actionModeCloseDrawable 19 -int styleable AppCompatTheme_actionModeCopyDrawable 20 -int styleable AppCompatTheme_actionModeCutDrawable 21 -int styleable AppCompatTheme_actionModeFindDrawable 22 -int styleable AppCompatTheme_actionModePasteDrawable 23 -int styleable AppCompatTheme_actionModePopupWindowStyle 24 -int styleable AppCompatTheme_actionModeSelectAllDrawable 25 -int styleable AppCompatTheme_actionModeShareDrawable 26 -int styleable AppCompatTheme_actionModeSplitBackground 27 -int styleable AppCompatTheme_actionModeStyle 28 -int styleable AppCompatTheme_actionModeWebSearchDrawable 29 -int styleable AppCompatTheme_actionOverflowButtonStyle 30 -int styleable AppCompatTheme_actionOverflowMenuStyle 31 -int styleable AppCompatTheme_activityChooserViewStyle 32 -int styleable AppCompatTheme_alertDialogButtonGroupStyle 33 -int styleable AppCompatTheme_alertDialogCenterButtons 34 -int styleable AppCompatTheme_alertDialogStyle 35 -int styleable AppCompatTheme_alertDialogTheme 36 -int styleable AppCompatTheme_autoCompleteTextViewStyle 37 -int styleable AppCompatTheme_borderlessButtonStyle 38 -int styleable AppCompatTheme_buttonBarButtonStyle 39 -int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 -int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 -int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 -int styleable AppCompatTheme_buttonBarStyle 43 -int styleable AppCompatTheme_buttonStyle 44 -int styleable AppCompatTheme_buttonStyleSmall 45 -int styleable AppCompatTheme_checkboxStyle 46 -int styleable AppCompatTheme_checkedTextViewStyle 47 -int styleable AppCompatTheme_colorAccent 48 -int styleable AppCompatTheme_colorBackgroundFloating 49 -int styleable AppCompatTheme_colorButtonNormal 50 -int styleable AppCompatTheme_colorControlActivated 51 -int styleable AppCompatTheme_colorControlHighlight 52 -int styleable AppCompatTheme_colorControlNormal 53 -int styleable AppCompatTheme_colorError 54 -int styleable AppCompatTheme_colorPrimary 55 -int styleable AppCompatTheme_colorPrimaryDark 56 -int styleable AppCompatTheme_colorSwitchThumbNormal 57 -int styleable AppCompatTheme_controlBackground 58 -int styleable AppCompatTheme_dialogPreferredPadding 59 -int styleable AppCompatTheme_dialogTheme 60 -int styleable AppCompatTheme_dividerHorizontal 61 -int styleable AppCompatTheme_dividerVertical 62 -int styleable AppCompatTheme_dropDownListViewStyle 63 -int styleable AppCompatTheme_dropdownListPreferredItemHeight 64 -int styleable AppCompatTheme_editTextBackground 65 -int styleable AppCompatTheme_editTextColor 66 -int styleable AppCompatTheme_editTextStyle 67 -int styleable AppCompatTheme_homeAsUpIndicator 68 -int styleable AppCompatTheme_imageButtonStyle 69 -int styleable AppCompatTheme_listChoiceBackgroundIndicator 70 -int styleable AppCompatTheme_listDividerAlertDialog 71 -int styleable AppCompatTheme_listMenuViewStyle 72 -int styleable AppCompatTheme_listPopupWindowStyle 73 -int styleable AppCompatTheme_listPreferredItemHeight 74 -int styleable AppCompatTheme_listPreferredItemHeightLarge 75 -int styleable AppCompatTheme_listPreferredItemHeightSmall 76 -int styleable AppCompatTheme_listPreferredItemPaddingLeft 77 -int styleable AppCompatTheme_listPreferredItemPaddingRight 78 -int styleable AppCompatTheme_panelBackground 79 -int styleable AppCompatTheme_panelMenuListTheme 80 -int styleable AppCompatTheme_panelMenuListWidth 81 -int styleable AppCompatTheme_popupMenuStyle 82 -int styleable AppCompatTheme_popupWindowStyle 83 -int styleable AppCompatTheme_radioButtonStyle 84 -int styleable AppCompatTheme_ratingBarStyle 85 -int styleable AppCompatTheme_ratingBarStyleIndicator 86 -int styleable AppCompatTheme_ratingBarStyleSmall 87 -int styleable AppCompatTheme_searchViewStyle 88 -int styleable AppCompatTheme_seekBarStyle 89 -int styleable AppCompatTheme_selectableItemBackground 90 -int styleable AppCompatTheme_selectableItemBackgroundBorderless 91 -int styleable AppCompatTheme_spinnerDropDownItemStyle 92 -int styleable AppCompatTheme_spinnerStyle 93 -int styleable AppCompatTheme_switchStyle 94 -int styleable AppCompatTheme_textAppearanceLargePopupMenu 95 -int styleable AppCompatTheme_textAppearanceListItem 96 -int styleable AppCompatTheme_textAppearanceListItemSecondary 97 -int styleable AppCompatTheme_textAppearanceListItemSmall 98 -int styleable AppCompatTheme_textAppearancePopupMenuHeader 99 -int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 100 -int styleable AppCompatTheme_textAppearanceSearchResultTitle 101 -int styleable AppCompatTheme_textAppearanceSmallPopupMenu 102 -int styleable AppCompatTheme_textColorAlertDialogListItem 103 -int styleable AppCompatTheme_textColorSearchUrl 104 -int styleable AppCompatTheme_toolbarNavigationButtonStyle 105 -int styleable AppCompatTheme_toolbarStyle 106 -int styleable AppCompatTheme_tooltipForegroundColor 107 -int styleable AppCompatTheme_tooltipFrameBackground 108 -int styleable AppCompatTheme_viewInflaterClass 109 -int styleable AppCompatTheme_windowActionBar 110 -int styleable AppCompatTheme_windowActionBarOverlay 111 -int styleable AppCompatTheme_windowActionModeOverlay 112 -int styleable AppCompatTheme_windowFixedHeightMajor 113 -int styleable AppCompatTheme_windowFixedHeightMinor 114 -int styleable AppCompatTheme_windowFixedWidthMajor 115 -int styleable AppCompatTheme_windowFixedWidthMinor 116 -int styleable AppCompatTheme_windowMinWidthMajor 117 -int styleable AppCompatTheme_windowMinWidthMinor 118 -int styleable AppCompatTheme_windowNoTitle 119 -int[] styleable ButtonBarLayout { 0x7f020029 } -int styleable ButtonBarLayout_allowStacking 0 -int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f02002a } -int styleable ColorStateListItem_android_color 0 -int styleable ColorStateListItem_android_alpha 1 -int styleable ColorStateListItem_alpha 2 -int[] styleable CompoundButton { 0x01010107, 0x7f020046, 0x7f020047 } -int styleable CompoundButton_android_button 0 -int styleable CompoundButton_buttonTint 1 -int styleable CompoundButton_buttonTintMode 2 -int[] styleable CoordinatorLayout { 0x7f020091, 0x7f0200e9 } -int styleable CoordinatorLayout_keylines 0 -int styleable CoordinatorLayout_statusBarBackground 1 -int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f020098 } -int styleable CoordinatorLayout_Layout_android_layout_gravity 0 -int styleable CoordinatorLayout_Layout_layout_anchor 1 -int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 -int styleable CoordinatorLayout_Layout_layout_behavior 3 -int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 -int styleable CoordinatorLayout_Layout_layout_insetEdge 5 -int styleable CoordinatorLayout_Layout_layout_keyline 6 -int[] styleable DrawerArrowToggle { 0x7f02002c, 0x7f02002d, 0x7f02003a, 0x7f02004e, 0x7f02006c, 0x7f020082, 0x7f0200e3, 0x7f020101 } -int styleable DrawerArrowToggle_arrowHeadLength 0 -int styleable DrawerArrowToggle_arrowShaftLength 1 -int styleable DrawerArrowToggle_barLength 2 -int styleable DrawerArrowToggle_color 3 -int styleable DrawerArrowToggle_drawableSize 4 -int styleable DrawerArrowToggle_gapBetweenBars 5 -int styleable DrawerArrowToggle_spinBars 6 -int styleable DrawerArrowToggle_thickness 7 -int[] styleable FontFamily { 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f } -int styleable FontFamily_fontProviderAuthority 0 -int styleable FontFamily_fontProviderCerts 1 -int styleable FontFamily_fontProviderFetchStrategy 2 -int styleable FontFamily_fontProviderFetchTimeout 3 -int styleable FontFamily_fontProviderPackage 4 -int styleable FontFamily_fontProviderQuery 5 -int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x7f020078, 0x7f020080, 0x7f020081 } -int styleable FontFamilyFont_android_font 0 -int styleable FontFamilyFont_android_fontWeight 1 -int styleable FontFamilyFont_android_fontStyle 2 -int styleable FontFamilyFont_font 3 -int styleable FontFamilyFont_fontStyle 4 -int styleable FontFamilyFont_fontWeight 5 -int[] styleable GenericDraweeHierarchy { 0x7f020023, 0x7f020035, 0x7f020075, 0x7f020076, 0x7f020077, 0x7f0200ae, 0x7f0200b6, 0x7f0200b7, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200ce, 0x7f0200cf, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f02011c } -int styleable GenericDraweeHierarchy_actualImageScaleType 0 -int styleable GenericDraweeHierarchy_backgroundImage 1 -int styleable GenericDraweeHierarchy_fadeDuration 2 -int styleable GenericDraweeHierarchy_failureImage 3 -int styleable GenericDraweeHierarchy_failureImageScaleType 4 -int styleable GenericDraweeHierarchy_overlayImage 5 -int styleable GenericDraweeHierarchy_placeholderImage 6 -int styleable GenericDraweeHierarchy_placeholderImageScaleType 7 -int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8 -int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9 -int styleable GenericDraweeHierarchy_progressBarImage 10 -int styleable GenericDraweeHierarchy_progressBarImageScaleType 11 -int styleable GenericDraweeHierarchy_retryImage 12 -int styleable GenericDraweeHierarchy_retryImageScaleType 13 -int styleable GenericDraweeHierarchy_roundAsCircle 14 -int styleable GenericDraweeHierarchy_roundBottomEnd 15 -int styleable GenericDraweeHierarchy_roundBottomLeft 16 -int styleable GenericDraweeHierarchy_roundBottomRight 17 -int styleable GenericDraweeHierarchy_roundBottomStart 18 -int styleable GenericDraweeHierarchy_roundTopEnd 19 -int styleable GenericDraweeHierarchy_roundTopLeft 20 -int styleable GenericDraweeHierarchy_roundTopRight 21 -int styleable GenericDraweeHierarchy_roundTopStart 22 -int styleable GenericDraweeHierarchy_roundWithOverlayColor 23 -int styleable GenericDraweeHierarchy_roundedCornerRadius 24 -int styleable GenericDraweeHierarchy_roundingBorderColor 25 -int styleable GenericDraweeHierarchy_roundingBorderPadding 26 -int styleable GenericDraweeHierarchy_roundingBorderWidth 27 -int styleable GenericDraweeHierarchy_viewAspectRatio 28 -int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f020068, 0x7f02006a, 0x7f0200a7, 0x7f0200df } -int styleable LinearLayoutCompat_android_gravity 0 -int styleable LinearLayoutCompat_android_orientation 1 -int styleable LinearLayoutCompat_android_baselineAligned 2 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 6 -int styleable LinearLayoutCompat_measureWithLargestChild 7 -int styleable LinearLayoutCompat_showDividers 8 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_width 1 -int styleable LinearLayoutCompat_Layout_android_layout_height 2 -int styleable LinearLayoutCompat_Layout_android_layout_weight 3 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } -int styleable MenuGroup_android_enabled 0 -int styleable MenuGroup_android_id 1 -int styleable MenuGroup_android_visible 2 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_checkableBehavior 5 -int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f02002b, 0x7f02005a, 0x7f020089, 0x7f02008a, 0x7f0200ac, 0x7f0200de, 0x7f020118 } -int styleable MenuItem_android_icon 0 -int styleable MenuItem_android_enabled 1 -int styleable MenuItem_android_id 2 -int styleable MenuItem_android_checked 3 -int styleable MenuItem_android_visible 4 -int styleable MenuItem_android_menuCategory 5 -int styleable MenuItem_android_orderInCategory 6 -int styleable MenuItem_android_title 7 -int styleable MenuItem_android_titleCondensed 8 -int styleable MenuItem_android_alphabeticShortcut 9 -int styleable MenuItem_android_numericShortcut 10 -int styleable MenuItem_android_checkable 11 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_actionLayout 13 -int styleable MenuItem_actionProviderClass 14 -int styleable MenuItem_actionViewClass 15 -int styleable MenuItem_alphabeticModifiers 16 -int styleable MenuItem_contentDescription 17 -int styleable MenuItem_iconTint 18 -int styleable MenuItem_iconTintMode 19 -int styleable MenuItem_numericModifiers 20 -int styleable MenuItem_showAsAction 21 -int styleable MenuItem_tooltipText 22 -int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0200bb, 0x7f0200ea } -int styleable MenuView_android_windowAnimationStyle 0 -int styleable MenuView_android_itemTextAppearance 1 -int styleable MenuView_android_horizontalDivider 2 -int styleable MenuView_android_verticalDivider 3 -int styleable MenuView_android_headerBackground 4 -int styleable MenuView_android_itemBackground 5 -int styleable MenuView_android_itemIconDisabledAlpha 6 -int styleable MenuView_preserveIconSpacing 7 -int styleable MenuView_subMenuArrow 8 -int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0200ad } -int styleable PopupWindow_android_popupBackground 0 -int styleable PopupWindow_android_popupAnimationStyle 1 -int styleable PopupWindow_overlapAnchor 2 -int[] styleable PopupWindowBackgroundState { 0x7f0200e8 } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable RecycleListView { 0x7f0200af, 0x7f0200b2 } -int styleable RecycleListView_paddingBottomNoButtons 0 -int styleable RecycleListView_paddingTopNoTitle 1 -int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f02004a, 0x7f020059, 0x7f020064, 0x7f020083, 0x7f02008b, 0x7f020092, 0x7f0200c2, 0x7f0200c3, 0x7f0200d8, 0x7f0200d9, 0x7f0200eb, 0x7f0200f0, 0x7f02011e } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_maxWidth 1 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_imeOptions 3 -int styleable SearchView_closeIcon 4 -int styleable SearchView_commitIcon 5 -int styleable SearchView_defaultQueryHint 6 -int styleable SearchView_goIcon 7 -int styleable SearchView_iconifiedByDefault 8 -int styleable SearchView_layout 9 -int styleable SearchView_queryBackground 10 -int styleable SearchView_queryHint 11 -int styleable SearchView_searchHintIcon 12 -int styleable SearchView_searchIcon 13 -int styleable SearchView_submitBackground 14 -int styleable SearchView_suggestionRowLayout 15 -int styleable SearchView_voiceIcon 16 -int[] styleable SimpleDraweeView { 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020035, 0x7f020075, 0x7f020076, 0x7f020077, 0x7f0200ae, 0x7f0200b6, 0x7f0200b7, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200ce, 0x7f0200cf, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f02011c } -int styleable SimpleDraweeView_actualImageResource 0 -int styleable SimpleDraweeView_actualImageScaleType 1 -int styleable SimpleDraweeView_actualImageUri 2 -int styleable SimpleDraweeView_backgroundImage 3 -int styleable SimpleDraweeView_fadeDuration 4 -int styleable SimpleDraweeView_failureImage 5 -int styleable SimpleDraweeView_failureImageScaleType 6 -int styleable SimpleDraweeView_overlayImage 7 -int styleable SimpleDraweeView_placeholderImage 8 -int styleable SimpleDraweeView_placeholderImageScaleType 9 -int styleable SimpleDraweeView_pressedStateOverlayImage 10 -int styleable SimpleDraweeView_progressBarAutoRotateInterval 11 -int styleable SimpleDraweeView_progressBarImage 12 -int styleable SimpleDraweeView_progressBarImageScaleType 13 -int styleable SimpleDraweeView_retryImage 14 -int styleable SimpleDraweeView_retryImageScaleType 15 -int styleable SimpleDraweeView_roundAsCircle 16 -int styleable SimpleDraweeView_roundBottomEnd 17 -int styleable SimpleDraweeView_roundBottomLeft 18 -int styleable SimpleDraweeView_roundBottomRight 19 -int styleable SimpleDraweeView_roundBottomStart 20 -int styleable SimpleDraweeView_roundTopEnd 21 -int styleable SimpleDraweeView_roundTopLeft 22 -int styleable SimpleDraweeView_roundTopRight 23 -int styleable SimpleDraweeView_roundTopStart 24 -int styleable SimpleDraweeView_roundWithOverlayColor 25 -int styleable SimpleDraweeView_roundedCornerRadius 26 -int styleable SimpleDraweeView_roundingBorderColor 27 -int styleable SimpleDraweeView_roundingBorderPadding 28 -int styleable SimpleDraweeView_roundingBorderWidth 29 -int styleable SimpleDraweeView_viewAspectRatio 30 -int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0200b9 } -int styleable Spinner_android_entries 0 -int styleable Spinner_android_popupBackground 1 -int styleable Spinner_android_prompt 2 -int styleable Spinner_android_dropDownWidth 3 -int styleable Spinner_popupTheme 4 -int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0200e0, 0x7f0200e6, 0x7f0200f1, 0x7f0200f2, 0x7f0200f4, 0x7f020102, 0x7f020103, 0x7f020104, 0x7f020119, 0x7f02011a, 0x7f02011b } -int styleable SwitchCompat_android_textOn 0 -int styleable SwitchCompat_android_textOff 1 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 3 -int styleable SwitchCompat_splitTrack 4 -int styleable SwitchCompat_switchMinWidth 5 -int styleable SwitchCompat_switchPadding 6 -int styleable SwitchCompat_switchTextAppearance 7 -int styleable SwitchCompat_thumbTextPadding 8 -int styleable SwitchCompat_thumbTint 9 -int styleable SwitchCompat_thumbTintMode 10 -int styleable SwitchCompat_track 11 -int styleable SwitchCompat_trackTint 12 -int styleable SwitchCompat_trackTintMode 13 -int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f020079, 0x7f0200f5 } -int styleable TextAppearance_android_textSize 0 -int styleable TextAppearance_android_typeface 1 -int styleable TextAppearance_android_textStyle 2 -int styleable TextAppearance_android_textColor 3 -int styleable TextAppearance_android_textColorHint 4 -int styleable TextAppearance_android_textColorLink 5 -int styleable TextAppearance_android_shadowColor 6 -int styleable TextAppearance_android_shadowDx 7 -int styleable TextAppearance_android_shadowDy 8 -int styleable TextAppearance_android_shadowRadius 9 -int styleable TextAppearance_android_fontFamily 10 -int styleable TextAppearance_fontFamily 11 -int styleable TextAppearance_textAllCaps 12 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f020041, 0x7f02004c, 0x7f02004d, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a9, 0x7f0200aa, 0x7f0200b9, 0x7f0200ec, 0x7f0200ed, 0x7f0200ee, 0x7f02010a, 0x7f02010b, 0x7f02010c, 0x7f02010d, 0x7f02010e, 0x7f02010f, 0x7f020110, 0x7f020111, 0x7f020112 } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_buttonGravity 2 -int styleable Toolbar_collapseContentDescription 3 -int styleable Toolbar_collapseIcon 4 -int styleable Toolbar_contentInsetEnd 5 -int styleable Toolbar_contentInsetEndWithActions 6 -int styleable Toolbar_contentInsetLeft 7 -int styleable Toolbar_contentInsetRight 8 -int styleable Toolbar_contentInsetStart 9 -int styleable Toolbar_contentInsetStartWithNavigation 10 -int styleable Toolbar_logo 11 -int styleable Toolbar_logoDescription 12 -int styleable Toolbar_maxButtonHeight 13 -int styleable Toolbar_navigationContentDescription 14 -int styleable Toolbar_navigationIcon 15 -int styleable Toolbar_popupTheme 16 -int styleable Toolbar_subtitle 17 -int styleable Toolbar_subtitleTextAppearance 18 -int styleable Toolbar_subtitleTextColor 19 -int styleable Toolbar_title 20 -int styleable Toolbar_titleMargin 21 -int styleable Toolbar_titleMarginBottom 22 -int styleable Toolbar_titleMarginEnd 23 -int styleable Toolbar_titleMarginStart 24 -int styleable Toolbar_titleMarginTop 25 -int styleable Toolbar_titleMargins 26 -int styleable Toolbar_titleTextAppearance 27 -int styleable Toolbar_titleTextColor 28 -int[] styleable View { 0x01010000, 0x010100da, 0x7f0200b0, 0x7f0200b1, 0x7f020100 } -int styleable View_android_theme 0 -int styleable View_android_focusable 1 -int styleable View_paddingEnd 2 -int styleable View_paddingStart 3 -int styleable View_theme 4 -int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f020038, 0x7f020039 } -int styleable ViewBackgroundHelper_android_background 0 -int styleable ViewBackgroundHelper_backgroundTint 1 -int styleable ViewBackgroundHelper_backgroundTintMode 2 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_layout 1 -int styleable ViewStubCompat_android_inflatedId 2 -int xml preferences 0x7f0e0000 diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/0.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/0.jar deleted file mode 100644 index 0efa4ff..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/0.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/1.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/1.jar deleted file mode 100644 index 2b5b2f4..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/1.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/10.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/10.jar deleted file mode 100644 index 6715c72..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/10.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/11.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/11.jar deleted file mode 100644 index 1fb2a79..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/11.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/12.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/12.jar deleted file mode 100644 index 9062240..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/12.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/13.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/13.jar deleted file mode 100644 index 090fa1c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/13.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/14.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/14.jar deleted file mode 100644 index e188ade..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/14.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/15.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/15.jar deleted file mode 100644 index f3b6f1b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/15.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/16.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/16.jar deleted file mode 100644 index 2a548e4..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/16.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/17.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/17.jar deleted file mode 100644 index aadf667..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/17.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/18.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/18.jar deleted file mode 100644 index ef89498..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/18.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/19.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/19.jar deleted file mode 100644 index 21a3822..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/19.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/2.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/2.jar deleted file mode 100644 index db44b30..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/2.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/20.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/20.jar deleted file mode 100644 index f4a60cb..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/20.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/21.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/21.jar deleted file mode 100644 index 15cb0ec..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/21.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/22.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/22.jar deleted file mode 100644 index 1556c22..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/22.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/23.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/23.jar deleted file mode 100644 index ef7cd22..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/23.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/24.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/24.jar deleted file mode 100644 index a984fe0..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/24.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/25.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/25.jar deleted file mode 100644 index b6227ac..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/25.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/26.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/26.jar deleted file mode 100644 index 2506b60..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/26.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/27.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/27.jar deleted file mode 100644 index c9f64a0..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/27.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/28.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/28.jar deleted file mode 100644 index 98bf16a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/28.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/29.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/29.jar deleted file mode 100644 index c6dfbce..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/29.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/3.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/3.jar deleted file mode 100644 index dd93a2b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/3.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/30.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/30.jar deleted file mode 100644 index f7d7360..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/30.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/31.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/31.jar deleted file mode 100644 index a51df26..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/31.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/core/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/core/R.dex deleted file mode 100644 index 60618e4..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/core/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/R.dex deleted file mode 100644 index eb7ff21..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/livedata/core/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/livedata/core/R.dex deleted file mode 100644 index 6a24da6..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/livedata/core/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/viewmodel/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/viewmodel/R.dex deleted file mode 100644 index 6c64f65..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/arch/lifecycle/viewmodel/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$attr.dex deleted file mode 100644 index 611b56d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$bool.dex deleted file mode 100644 index 39bf29c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$color.dex deleted file mode 100644 index a87836e..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$dimen.dex deleted file mode 100644 index 588890c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$drawable.dex deleted file mode 100644 index 8ea1be6..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$id.dex deleted file mode 100644 index 4b4de06..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$integer.dex deleted file mode 100644 index aaa0722..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$layout.dex deleted file mode 100644 index 71bd4e0..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$string.dex deleted file mode 100644 index 6215cd3..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$style.dex deleted file mode 100644 index 0062838..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$styleable.dex deleted file mode 100644 index b7697ca..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R.dex deleted file mode 100644 index 2f009f0..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/compat/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$attr.dex deleted file mode 100644 index 6579e2d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$bool.dex deleted file mode 100644 index c0f8521..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$color.dex deleted file mode 100644 index 71518d2..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$dimen.dex deleted file mode 100644 index a470d46..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$drawable.dex deleted file mode 100644 index 72739d1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$id.dex deleted file mode 100644 index 2932f2a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$integer.dex deleted file mode 100644 index d87e3de..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$layout.dex deleted file mode 100644 index 9766aba..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$string.dex deleted file mode 100644 index 7088300..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$style.dex deleted file mode 100644 index 0a64824..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$styleable.dex deleted file mode 100644 index 48165b1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R.dex deleted file mode 100644 index 6e3c4bf..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreui/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$attr.dex deleted file mode 100644 index 7e6e4b2..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$bool.dex deleted file mode 100644 index ee83095..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$color.dex deleted file mode 100644 index a72e916..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$dimen.dex deleted file mode 100644 index 4501004..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$drawable.dex deleted file mode 100644 index a1d5942..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$id.dex deleted file mode 100644 index 053bab8..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$integer.dex deleted file mode 100644 index b665050..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$layout.dex deleted file mode 100644 index 0cf0732..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$string.dex deleted file mode 100644 index 9dcb3ce..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$style.dex deleted file mode 100644 index a7c8adf..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$styleable.dex deleted file mode 100644 index d8c8096..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R.dex deleted file mode 100644 index 619e237..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/coreutils/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$attr.dex deleted file mode 100644 index 4d15a15..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$bool.dex deleted file mode 100644 index d92be37..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$color.dex deleted file mode 100644 index b6af4df..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$dimen.dex deleted file mode 100644 index 7726e16..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$drawable.dex deleted file mode 100644 index 35af1fc..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$id.dex deleted file mode 100644 index 8e0dc68..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$integer.dex deleted file mode 100644 index 4f0c89f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$layout.dex deleted file mode 100644 index ec707c9..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$string.dex deleted file mode 100644 index bdb08be..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$style.dex deleted file mode 100644 index 5239b19..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$styleable.dex deleted file mode 100644 index d0b8b51..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R.dex deleted file mode 100644 index 0400480..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/fragment/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$attr.dex deleted file mode 100644 index 884afcb..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$bool.dex deleted file mode 100644 index 19a6d8a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$color.dex deleted file mode 100644 index 08cfb39..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$dimen.dex deleted file mode 100644 index ec88422..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$drawable.dex deleted file mode 100644 index e2bd3af..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$id.dex deleted file mode 100644 index b4c556a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$integer.dex deleted file mode 100644 index 230dab5..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$layout.dex deleted file mode 100644 index dd394b2..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$string.dex deleted file mode 100644 index b009fc6..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$style.dex deleted file mode 100644 index f42a18c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$styleable.dex deleted file mode 100644 index ae2336e..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R.dex deleted file mode 100644 index c858c89..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$attr.dex deleted file mode 100644 index c51ab83..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$bool.dex deleted file mode 100644 index 0ddeca1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$color.dex deleted file mode 100644 index 10db114..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$dimen.dex deleted file mode 100644 index 33c6668..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$drawable.dex deleted file mode 100644 index 11d285f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$id.dex deleted file mode 100644 index b51bef1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$integer.dex deleted file mode 100644 index e333b2d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$layout.dex deleted file mode 100644 index 501c2d8..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$string.dex deleted file mode 100644 index 63005f5..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$style.dex deleted file mode 100644 index ce6238b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$styleable.dex deleted file mode 100644 index 0213917..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R.dex deleted file mode 100644 index f7fba29..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/graphics/drawable/animated/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$anim.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$anim.dex deleted file mode 100644 index 24327a1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$anim.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$attr.dex deleted file mode 100644 index f06b15f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$bool.dex deleted file mode 100644 index 25337f1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$color.dex deleted file mode 100644 index ba28cdf..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$dimen.dex deleted file mode 100644 index a9cb39a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$drawable.dex deleted file mode 100644 index ec7c1da..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$id.dex deleted file mode 100644 index 9361f21..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$integer.dex deleted file mode 100644 index 6966637..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$layout.dex deleted file mode 100644 index c0ebf1d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$string.dex deleted file mode 100644 index a312034..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$style.dex deleted file mode 100644 index deca686..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$styleable.dex deleted file mode 100644 index 8ee8db7..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R.dex deleted file mode 100644 index a61d992..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/android/support/v7/appcompat/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$attr.dex deleted file mode 100644 index b32a2fe..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$id.dex deleted file mode 100644 index dc72f12..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$styleable.dex deleted file mode 100644 index c53bcb5..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R.dex deleted file mode 100644 index 8a75de8..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$attr.dex deleted file mode 100644 index 118a2d4..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$id.dex deleted file mode 100644 index 706c20b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$styleable.dex deleted file mode 100644 index e39d207..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R.dex deleted file mode 100644 index b3660ae..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/drawee/backends/pipeline/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/fbcore/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/fbcore/R.dex deleted file mode 100644 index 2d8f536..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/fbcore/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipeline/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipeline/R.dex deleted file mode 100644 index 0ac4aea..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipeline/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipeline/backends/okhttp3/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipeline/backends/okhttp3/R.dex deleted file mode 100644 index 8527247..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipeline/backends/okhttp3/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipelinebase/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipelinebase/R.dex deleted file mode 100644 index 487d3ba..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/imagepipelinebase/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$anim.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$anim.dex deleted file mode 100644 index c089a99..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$anim.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$attr.dex deleted file mode 100644 index f515710..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$bool.dex deleted file mode 100644 index f351355..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$color.dex deleted file mode 100644 index cc6da60..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$dimen.dex deleted file mode 100644 index 5f20415..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$drawable.dex deleted file mode 100644 index 355eff4..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$id.dex deleted file mode 100644 index 10ef68e..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$integer.dex deleted file mode 100644 index 1e24dbb..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$layout.dex deleted file mode 100644 index ab5760f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$string.dex deleted file mode 100644 index 8597901..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$style.dex deleted file mode 100644 index 78d3ed6..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$styleable.dex deleted file mode 100644 index 5b5da1f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$xml.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$xml.dex deleted file mode 100644 index 743b754..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R$xml.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R.dex deleted file mode 100644 index cd3805c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/react/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/soloader/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/soloader/R.dex deleted file mode 100644 index 20d5d7e..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/facebook/soloader/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/BuildConfig.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/BuildConfig.dex deleted file mode 100644 index 23f535f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/BuildConfig.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainActivity$1.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainActivity$1.dex deleted file mode 100644 index eade9e5..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainActivity$1.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainActivity.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainActivity.dex deleted file mode 100644 index c7ffddd..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainActivity.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainApplication$1.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainApplication$1.dex deleted file mode 100644 index 7ae1707..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainApplication$1.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainApplication.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainApplication.dex deleted file mode 100644 index 358f65b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/MainApplication.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$anim.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$anim.dex deleted file mode 100644 index d2a28c7..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$anim.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$attr.dex deleted file mode 100644 index 0712d2b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$bool.dex deleted file mode 100644 index 2d149e5..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$color.dex deleted file mode 100644 index ec6e23a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$dimen.dex deleted file mode 100644 index 654121d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$drawable.dex deleted file mode 100644 index d1e67c8..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$id.dex deleted file mode 100644 index 778c3d6..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$integer.dex deleted file mode 100644 index 795caac..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$layout.dex deleted file mode 100644 index f14f570..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$mipmap.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$mipmap.dex deleted file mode 100644 index 5643111..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$mipmap.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$string.dex deleted file mode 100644 index 28821fc..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$style.dex deleted file mode 100644 index 6777df6..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$styleable.dex deleted file mode 100644 index ac35fa2..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$xml.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$xml.dex deleted file mode 100644 index 3df8b56..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R$xml.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R.dex deleted file mode 100644 index a0bcd26..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/microfone/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$anim.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$anim.dex deleted file mode 100644 index 452164c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$anim.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$attr.dex deleted file mode 100644 index 374e577..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$bool.dex deleted file mode 100644 index 097169a..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$color.dex deleted file mode 100644 index 866af5b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$dimen.dex deleted file mode 100644 index 6357b7d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$drawable.dex deleted file mode 100644 index 101713c..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$id.dex deleted file mode 100644 index a393114..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$integer.dex deleted file mode 100644 index ec0c5be..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$layout.dex deleted file mode 100644 index 652d292..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$string.dex deleted file mode 100644 index c7a290d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$style.dex deleted file mode 100644 index 35a3a7e..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$styleable.dex deleted file mode 100644 index 8772910..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$xml.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$xml.dex deleted file mode 100644 index dcfd3cf..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R$xml.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R.dex deleted file mode 100644 index 174051d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/rnim/rn/audio/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/swmansion/gesturehandler/react/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/swmansion/gesturehandler/react/R.dex deleted file mode 100644 index 01be47d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/swmansion/gesturehandler/react/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$anim.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$anim.dex deleted file mode 100644 index 3c01ffb..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$anim.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$attr.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$attr.dex deleted file mode 100644 index bd04cf1..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$attr.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$bool.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$bool.dex deleted file mode 100644 index 89c48fd..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$bool.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$color.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$color.dex deleted file mode 100644 index 023db7b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$color.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$dimen.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$dimen.dex deleted file mode 100644 index 30327bf..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$dimen.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$drawable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$drawable.dex deleted file mode 100644 index cc3b4af..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$drawable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$id.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$id.dex deleted file mode 100644 index 087dfe0..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$id.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$integer.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$integer.dex deleted file mode 100644 index fab6f40..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$integer.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$layout.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$layout.dex deleted file mode 100644 index 88e9344..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$layout.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$string.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$string.dex deleted file mode 100644 index 7de6b99..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$string.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$style.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$style.dex deleted file mode 100644 index 5f1e28e..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$style.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$styleable.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$styleable.dex deleted file mode 100644 index d0e81bd..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$styleable.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$xml.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$xml.dex deleted file mode 100644 index e6ea524..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R$xml.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R.dex deleted file mode 100644 index 41236da..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/com/zmxv/RNSound/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/32/org/webkit/android_jsc/R.dex b/android/app/build/intermediates/transforms/dexBuilder/debug/32/org/webkit/android_jsc/R.dex deleted file mode 100644 index 90736f7..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/32/org/webkit/android_jsc/R.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/33.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/33.jar deleted file mode 100644 index cb4f628..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/33.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/34.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/34.jar deleted file mode 100644 index d48d8d3..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/34.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/36.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/36.jar deleted file mode 100644 index 516b9dc..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/36.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/37.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/37.jar deleted file mode 100644 index be0513f..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/37.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/4.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/4.jar deleted file mode 100644 index c588e7d..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/4.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/5.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/5.jar deleted file mode 100644 index a9b63b4..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/5.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/6.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/6.jar deleted file mode 100644 index 53f1d25..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/6.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/7.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/7.jar deleted file mode 100644 index f674ecf..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/7.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/8.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/8.jar deleted file mode 100644 index 3844a54..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/8.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/9.jar b/android/app/build/intermediates/transforms/dexBuilder/debug/9.jar deleted file mode 100644 index 8e24d0b..0000000 Binary files a/android/app/build/intermediates/transforms/dexBuilder/debug/9.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexBuilder/debug/__content__.json b/android/app/build/intermediates/transforms/dexBuilder/debug/__content__.json deleted file mode 100644 index 7b1deb8..0000000 --- a/android/app/build/intermediates/transforms/dexBuilder/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"com.facebook.react:react-native:0.57.5","index":0,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:appcompat-v7:27.1.1","index":1,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-fragment:27.1.1","index":2,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:animated-vector-drawable:27.1.1","index":3,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-core-ui:27.1.1","index":4,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-core-utils:27.1.1","index":5,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-vector-drawable:27.1.1","index":6,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-compat:27.1.1","index":7,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.android.support:support-annotations:27.1.1","index":8,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.infer.annotation:infer-annotation:0.11.2","index":9,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"javax.inject:javax.inject:1","index":10,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.fresco:fresco:1.10.0","index":11,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.fresco:imagepipeline-okhttp3:1.10.0","index":12,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.fresco:drawee:1.10.0","index":13,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.fresco:imagepipeline:1.10.0","index":14,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.fresco:imagepipeline-base:1.10.0","index":15,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.soloader:soloader:0.5.1","index":16,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.google.code.findbugs:jsr305:3.0.2","index":17,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.squareup.okhttp3:okhttp-urlconnection:3.11.0","index":18,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.squareup.okhttp3:okhttp:3.11.0","index":19,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.squareup.okio:okio:1.14.0","index":20,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"org.webkit:android-jsc:r174650","index":21,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.lifecycle:livedata-core:1.1.0","index":22,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.lifecycle:viewmodel:1.1.0","index":23,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.facebook.fresco:fbcore:1.10.0","index":24,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.lifecycle:runtime:1.1.0","index":25,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.lifecycle:common:1.1.0","index":26,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.core:runtime:1.1.0","index":27,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"android.arch.core:common:1.1.0","index":28,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"com.parse.bolts:bolts-tasks:1.4.0","index":29,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":":react-native-gesture-handler-0","index":30,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":":react-native-gesture-handler-1","index":31,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":"9562064f3fad21f303133183c93f90d22ef74c4c","index":32,"scopes":["PROJECT"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true},{"name":":react-native-audio-0","index":33,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":":react-native-audio-1","index":34,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":":react-native-audio","index":35,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":false},{"name":":react-native-sound-0","index":36,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":":react-native-sound-1","index":37,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":true},{"name":":react-native-sound","index":38,"scopes":["SUB_PROJECTS"],"types":["DEX_ARCHIVE"],"format":"JAR","present":false}] \ No newline at end of file diff --git a/android/app/build/intermediates/transforms/dexMerger/debug/0/classes.dex b/android/app/build/intermediates/transforms/dexMerger/debug/0/classes.dex deleted file mode 100644 index f0a5474..0000000 Binary files a/android/app/build/intermediates/transforms/dexMerger/debug/0/classes.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/dexMerger/debug/__content__.json b/android/app/build/intermediates/transforms/dexMerger/debug/__content__.json deleted file mode 100644 index 213e2f9..0000000 --- a/android/app/build/intermediates/transforms/dexMerger/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"main","index":0,"scopes":["SUB_PROJECTS","PROJECT","EXTERNAL_LIBRARIES"],"types":["DEX"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/android/app/build/intermediates/transforms/externalLibsDexMerger/debug/0/classes.dex b/android/app/build/intermediates/transforms/externalLibsDexMerger/debug/0/classes.dex deleted file mode 100644 index 8a74940..0000000 Binary files a/android/app/build/intermediates/transforms/externalLibsDexMerger/debug/0/classes.dex and /dev/null differ diff --git a/android/app/build/intermediates/transforms/externalLibsDexMerger/debug/__content__.json b/android/app/build/intermediates/transforms/externalLibsDexMerger/debug/__content__.json deleted file mode 100644 index 30a17cd..0000000 --- a/android/app/build/intermediates/transforms/externalLibsDexMerger/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"main","index":0,"scopes":["EXTERNAL_LIBRARIES"],"types":["DEX_ARCHIVE"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/android/app/build/intermediates/transforms/mergeJavaRes/debug/0.jar b/android/app/build/intermediates/transforms/mergeJavaRes/debug/0.jar deleted file mode 100644 index a10db21..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJavaRes/debug/0.jar and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJavaRes/debug/__content__.json b/android/app/build/intermediates/transforms/mergeJavaRes/debug/__content__.json deleted file mode 100644 index 3ac6766..0000000 --- a/android/app/build/intermediates/transforms/mergeJavaRes/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"resources","index":0,"scopes":["SUB_PROJECTS","PROJECT","EXTERNAL_LIBRARIES"],"types":["RESOURCES"],"format":"JAR","present":true}] \ No newline at end of file diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/arm64-v8a/libimagepipeline.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/arm64-v8a/libimagepipeline.so deleted file mode 100644 index 6c91630..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/arm64-v8a/libimagepipeline.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libfb.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libfb.so deleted file mode 100644 index 2a3195d..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libfb.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libfolly_json.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libfolly_json.so deleted file mode 100644 index 3c71b60..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libfolly_json.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libglog.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libglog.so deleted file mode 100644 index 5fbb4cf..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libglog.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libglog_init.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libglog_init.so deleted file mode 100644 index f0696f9..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libglog_init.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libgnustl_shared.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libgnustl_shared.so deleted file mode 100644 index 96c22a2..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libgnustl_shared.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libicu_common.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libicu_common.so deleted file mode 100644 index e92e859..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libicu_common.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libimagepipeline.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libimagepipeline.so deleted file mode 100644 index 6c3bddf..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libimagepipeline.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libjsc.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libjsc.so deleted file mode 100644 index c72d14e..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libjsc.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libprivatedata.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libprivatedata.so deleted file mode 100644 index b64286b..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libprivatedata.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libreactnativejni.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libreactnativejni.so deleted file mode 100644 index db4d8d9..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libreactnativejni.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libyoga.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libyoga.so deleted file mode 100644 index 8fb6a21..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi-v7a/libyoga.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi/libicu_common.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi/libicu_common.so deleted file mode 100644 index 828015d..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/armeabi/libicu_common.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libfb.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libfb.so deleted file mode 100644 index 88b64ee..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libfb.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libfolly_json.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libfolly_json.so deleted file mode 100644 index 978bb38..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libfolly_json.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libglog.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libglog.so deleted file mode 100644 index bded8da..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libglog.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libglog_init.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libglog_init.so deleted file mode 100644 index c0c139c..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libglog_init.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libgnustl_shared.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libgnustl_shared.so deleted file mode 100644 index 1eae31c..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libgnustl_shared.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libicu_common.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libicu_common.so deleted file mode 100644 index 802ff29..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libicu_common.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libimagepipeline.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libimagepipeline.so deleted file mode 100644 index 4143b71..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libimagepipeline.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libjsc.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libjsc.so deleted file mode 100644 index ea95c91..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libjsc.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libprivatedata.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libprivatedata.so deleted file mode 100644 index 97c10a0..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libprivatedata.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libreactnativejni.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libreactnativejni.so deleted file mode 100644 index 78502ac..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libreactnativejni.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libyoga.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libyoga.so deleted file mode 100644 index 283783b..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86/libyoga.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86_64/libimagepipeline.so b/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86_64/libimagepipeline.so deleted file mode 100644 index e6e663b..0000000 Binary files a/android/app/build/intermediates/transforms/mergeJniLibs/debug/0/lib/x86_64/libimagepipeline.so and /dev/null differ diff --git a/android/app/build/intermediates/transforms/mergeJniLibs/debug/__content__.json b/android/app/build/intermediates/transforms/mergeJniLibs/debug/__content__.json deleted file mode 100644 index 7d0236a..0000000 --- a/android/app/build/intermediates/transforms/mergeJniLibs/debug/__content__.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"resources","index":0,"scopes":["SUB_PROJECTS","PROJECT","EXTERNAL_LIBRARIES"],"types":["NATIVE_LIBS"],"format":"DIRECTORY","present":true}] \ No newline at end of file diff --git a/android/app/build/outputs/apk/debug/app-debug.apk b/android/app/build/outputs/apk/debug/app-debug.apk deleted file mode 100644 index be1467e..0000000 Binary files a/android/app/build/outputs/apk/debug/app-debug.apk and /dev/null differ diff --git a/android/app/build/outputs/apk/debug/output.json b/android/app/build/outputs/apk/debug/output.json deleted file mode 100644 index f20a39f..0000000 --- a/android/app/build/outputs/apk/debug/output.json +++ /dev/null @@ -1 +0,0 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"app-debug.apk","properties":{}}] \ No newline at end of file diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro deleted file mode 100644 index a92fa17..0000000 --- a/android/app/proguard-rules.pro +++ /dev/null @@ -1,17 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index 36e1346..0000000 --- a/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/android/app/src/main/java/com/microfone/MainActivity.java b/android/app/src/main/java/com/microfone/MainActivity.java deleted file mode 100644 index ddf1bb8..0000000 --- a/android/app/src/main/java/com/microfone/MainActivity.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.microfone; - -import com.facebook.react.ReactActivity; -import com.facebook.react.ReactActivityDelegate; -import com.facebook.react.ReactRootView; -import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView; - - -public class MainActivity extends ReactActivity { - - /** - * Returns the name of the main component registered from JavaScript. - * This is used to schedule rendering of the component. - */ - @Override - protected String getMainComponentName() { - return "microfone"; - } - @Override - protected ReactActivityDelegate createReactActivityDelegate() { - return new ReactActivityDelegate(this, getMainComponentName()) { - @Override - protected ReactRootView createRootView() { - return new RNGestureHandlerEnabledRootView(MainActivity.this); - } - }; - } -} diff --git a/android/app/src/main/java/com/microfone/MainApplication.java b/android/app/src/main/java/com/microfone/MainApplication.java deleted file mode 100644 index 86c1148..0000000 --- a/android/app/src/main/java/com/microfone/MainApplication.java +++ /dev/null @@ -1,51 +0,0 @@ -package com.microfone; - -import android.app.Application; - -import com.facebook.react.ReactApplication; -import com.zmxv.RNSound.RNSoundPackage; -import com.rnim.rn.audio.ReactNativeAudioPackage; -import com.swmansion.gesturehandler.react.RNGestureHandlerPackage; -import com.facebook.react.ReactNativeHost; -import com.facebook.react.ReactPackage; -import com.facebook.react.shell.MainReactPackage; -import com.facebook.soloader.SoLoader; - -import java.util.Arrays; -import java.util.List; - -public class MainApplication extends Application implements ReactApplication { - - private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { - @Override - public boolean getUseDeveloperSupport() { - return BuildConfig.DEBUG; - } - - @Override - protected List getPackages() { - return Arrays.asList( - new MainReactPackage(), - new RNSoundPackage(), - new ReactNativeAudioPackage(), - new RNGestureHandlerPackage() - ); - } - - @Override - protected String getJSMainModuleName() { - return "index"; - } - }; - - @Override - public ReactNativeHost getReactNativeHost() { - return mReactNativeHost; - } - - @Override - public void onCreate() { - super.onCreate(); - SoLoader.init(this, /* native exopackage */ false); - } -} diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index a2f5908..0000000 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 1b52399..0000000 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index ff10afd..0000000 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 115a4c7..0000000 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index dcd3cd8..0000000 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index 459ca60..0000000 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 8ca12fe..0000000 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 8e19b41..0000000 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index b824ebd..0000000 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index 4c19a13..0000000 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml deleted file mode 100644 index 7c7ceaf..0000000 --- a/android/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - microfone - diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml deleted file mode 100644 index 319eb0c..0000000 --- a/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/android/build.gradle b/android/build.gradle deleted file mode 100644 index 567d495..0000000 --- a/android/build.gradle +++ /dev/null @@ -1,39 +0,0 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - -buildscript { - ext { - buildToolsVersion = "27.0.3" - minSdkVersion = 16 - compileSdkVersion = 27 - targetSdkVersion = 26 - supportLibVersion = "27.1.1" - } - repositories { - google() - jcenter() - } - dependencies { - classpath 'com.android.tools.build:gradle:3.1.4' - compile project(':react-native-sqlite-storage') - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } -} - -allprojects { - repositories { - mavenLocal() - google() - jcenter() - maven { - // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url "$rootDir/../node_modules/react-native/android" - } - } -} - - -task wrapper(type: Wrapper) { - gradleVersion = '4.4' - distributionUrl = distributionUrl.replace("bin", "all") -} diff --git a/android/gradle.properties b/android/gradle.properties deleted file mode 100644 index 89e0d99..0000000 --- a/android/gradle.properties +++ /dev/null @@ -1,18 +0,0 @@ -# Project-wide Gradle settings. - -# IDE (e.g. Android Studio) users: -# Gradle settings configured through the IDE *will override* -# any settings specified in this file. - -# For more details on how to configure your build environment visit -# http://www.gradle.org/docs/current/userguide/build_environment.html - -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -# Default value: -Xmx10248m -XX:MaxPermSize=256m -# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 - -# When configured, Gradle will run in incubating parallel mode. -# This option should only be used with decoupled projects. More details, visit -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index 01b8bf6..0000000 Binary files a/android/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index b6517bb..0000000 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip diff --git a/android/gradlew b/android/gradlew deleted file mode 100755 index cccdd3d..0000000 --- a/android/gradlew +++ /dev/null @@ -1,172 +0,0 @@ -#!/usr/bin/env sh - -############################################################################## -## -## Gradle start up script for UN*X -## -############################################################################## - -# Attempt to set APP_HOME -# Resolve links: $0 may be a link -PRG="$0" -# Need this for relative symlinks. -while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG=`dirname "$PRG"`"/$link" - fi -done -SAVED="`pwd`" -cd "`dirname \"$PRG\"`/" >/dev/null -APP_HOME="`pwd -P`" -cd "$SAVED" >/dev/null - -APP_NAME="Gradle" -APP_BASE_NAME=`basename "$0"` - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS="" - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD="maximum" - -warn () { - echo "$*" -} - -die () { - echo - echo "$*" - echo - exit 1 -} - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "`uname`" in - CYGWIN* ) - cygwin=true - ;; - Darwin* ) - darwin=true - ;; - MINGW* ) - msys=true - ;; - NONSTOP* ) - nonstop=true - ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD="$JAVA_HOME/jre/sh/java" - else - JAVACMD="$JAVA_HOME/bin/java" - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD="java" - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." -fi - -# Increase the maximum file descriptors if we can. -if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then - MAX_FD_LIMIT=`ulimit -H -n` - if [ $? -eq 0 ] ; then - if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then - MAX_FD="$MAX_FD_LIMIT" - fi - ulimit -n $MAX_FD - if [ $? -ne 0 ] ; then - warn "Could not set maximum file descriptor limit: $MAX_FD" - fi - else - warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" - fi -fi - -# For Darwin, add options to specify how the application appears in the dock -if $darwin; then - GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" -fi - -# For Cygwin, switch paths to Windows format before running java -if $cygwin ; then - APP_HOME=`cygpath --path --mixed "$APP_HOME"` - CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` - JAVACMD=`cygpath --unix "$JAVACMD"` - - # We build the pattern for arguments to be converted via cygpath - ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` - SEP="" - for dir in $ROOTDIRSRAW ; do - ROOTDIRS="$ROOTDIRS$SEP$dir" - SEP="|" - done - OURCYGPATTERN="(^($ROOTDIRS))" - # Add a user-defined pattern to the cygpath arguments - if [ "$GRADLE_CYGPATTERN" != "" ] ; then - OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" - fi - # Now convert the arguments - kludge to limit ourselves to /bin/sh - i=0 - for arg in "$@" ; do - CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` - CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option - - if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition - eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` - else - eval `echo args$i`="\"$arg\"" - fi - i=$((i+1)) - done - case $i in - (0) set -- ;; - (1) set -- "$args0" ;; - (2) set -- "$args0" "$args1" ;; - (3) set -- "$args0" "$args1" "$args2" ;; - (4) set -- "$args0" "$args1" "$args2" "$args3" ;; - (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; - (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; - (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; - (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; - (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; - esac -fi - -# Escape application args -save () { - for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done - echo " " -} -APP_ARGS=$(save "$@") - -# Collect all arguments for the java command, following the shell quoting and substitution rules -eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" - -# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong -if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then - cd "$(dirname "$0")" -fi - -exec "$JAVACMD" "$@" diff --git a/android/gradlew.bat b/android/gradlew.bat deleted file mode 100644 index e95643d..0000000 --- a/android/gradlew.bat +++ /dev/null @@ -1,84 +0,0 @@ -@if "%DEBUG%" == "" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS= - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto init - -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto init - -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:init -@rem Get command-line arguments, handling Windows variants - -if not "%OS%" == "Windows_NT" goto win9xME_args - -:win9xME_args -@rem Slurp the command line arguments. -set CMD_LINE_ARGS= -set _SKIP=2 - -:win9xME_args_slurp -if "x%~1" == "x" goto execute - -set CMD_LINE_ARGS=%* - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% - -:end -@rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/android/keystores/BUCK b/android/keystores/BUCK deleted file mode 100644 index 88e4c31..0000000 --- a/android/keystores/BUCK +++ /dev/null @@ -1,8 +0,0 @@ -keystore( - name = "debug", - properties = "debug.keystore.properties", - store = "debug.keystore", - visibility = [ - "PUBLIC", - ], -) diff --git a/android/keystores/debug.keystore.properties b/android/keystores/debug.keystore.properties deleted file mode 100644 index 121bfb4..0000000 --- a/android/keystores/debug.keystore.properties +++ /dev/null @@ -1,4 +0,0 @@ -key.store=debug.keystore -key.alias=androiddebugkey -key.store.password=android -key.alias.password=android diff --git a/android/settings.gradle b/android/settings.gradle deleted file mode 100644 index fd21fa3..0000000 --- a/android/settings.gradle +++ /dev/null @@ -1,10 +0,0 @@ -rootProject.name = 'microfone' -include ':react-native-sound' -project(':react-native-sound').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sound/android') -include ':react-native-audio' -project(':react-native-audio').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-audio/android') -include ':react-native-gesture-handler' -project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android') -include ':react-native-sqlite-storage' -project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/src/android') -include ':app' diff --git a/app.json b/app.json deleted file mode 100644 index 9cd7e47..0000000 --- a/app.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "microfone", - "displayName": "microfone" -} \ No newline at end of file diff --git a/index.js b/index.js deleted file mode 100644 index 802b435..0000000 --- a/index.js +++ /dev/null @@ -1,7 +0,0 @@ -/** @format */ - -import {AppRegistry} from 'react-native'; -import App from './App'; -import {name as appName} from './app.json'; - -AppRegistry.registerComponent(appName, () => App); diff --git a/ios/microfone-tvOS/Info.plist b/ios/microfone-tvOS/Info.plist deleted file mode 100644 index 2fb6a11..0000000 --- a/ios/microfone-tvOS/Info.plist +++ /dev/null @@ -1,54 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - NSLocationWhenInUseUsageDescription - - NSAppTransportSecurity - - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - - diff --git a/ios/microfone-tvOSTests/Info.plist b/ios/microfone-tvOSTests/Info.plist deleted file mode 100644 index 886825c..0000000 --- a/ios/microfone-tvOSTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/ios/microfone.xcodeproj/project.pbxproj b/ios/microfone.xcodeproj/project.pbxproj deleted file mode 100644 index a099c23..0000000 --- a/ios/microfone.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1592 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { -/* Begin PBXBuildFile section */ - 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; - 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; - 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; }; - 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; - 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; - 00E356F31AD99517003FC87E /* microfoneTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* microfoneTests.m */; }; - 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; - 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; - 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; - 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; }; - 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; - 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; - 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; - 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; - 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; - 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; - 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; - 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; }; - 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; }; - 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; }; - 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; }; - 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; }; - 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; - 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; }; - 2DCD954D1E0B4F2C00145EB5 /* microfoneTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* microfoneTests.m */; }; - 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; }; - 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; - ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; - 32C7443E0D3344199ED452FE /* libRNGestureHandler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 641151327EBA43DC8355276C /* libRNGestureHandler.a */; }; - 2C99AE50662D4079B1843122 /* libRNAudio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE18C8C0E4104E59963055C4 /* libRNAudio.a */; }; - 6598693ACA944FDA92698EE4 /* libRNSound.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4491D536698D4CB490ADD0E2 /* libRNSound.a */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTActionSheet; - }; - 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTGeolocation; - }; - 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 58B5115D1A9E6B3D00147676; - remoteInfo = RCTImage; - }; - 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 58B511DB1A9E6C8500147676; - remoteInfo = RCTNetwork; - }; - 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 832C81801AAF6DEF007FA2F7; - remoteInfo = RCTVibration; - }; - 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = microfone; - }; - 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTSettings; - }; - 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3C86DF461ADF2C930047B81A; - remoteInfo = RCTWebSocket; - }; - 146834031AC3E56700842450 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192; - remoteInfo = React; - }; - 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; - remoteInfo = "microfone-tvOS"; - }; - 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = ADD01A681E09402E00F6D226; - remoteInfo = "RCTBlob-tvOS"; - }; - 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3DBE0D001F3B181A0099AA32; - remoteInfo = fishhook; - }; - 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32; - remoteInfo = "fishhook-tvOS"; - }; - 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = EBF21BDC1FC498900052F4D5; - remoteInfo = jsinspector; - }; - 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5; - remoteInfo = "jsinspector-tvOS"; - }; - 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7; - remoteInfo = "third-party"; - }; - 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D383D3C1EBD27B6005632C8; - remoteInfo = "third-party-tvOS"; - }; - 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 139D7E881E25C6D100323FB7; - remoteInfo = "double-conversion"; - }; - 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D383D621EBD27B9005632C8; - remoteInfo = "double-conversion-tvOS"; - }; - 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 9936F3131F5F2E4B0010BF04; - remoteInfo = privatedata; - }; - 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04; - remoteInfo = "privatedata-tvOS"; - }; - 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A283A1D9B042B00D4039D; - remoteInfo = "RCTImage-tvOS"; - }; - 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28471D9B043800D4039D; - remoteInfo = "RCTLinking-tvOS"; - }; - 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28541D9B044C00D4039D; - remoteInfo = "RCTNetwork-tvOS"; - }; - 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28611D9B046600D4039D; - remoteInfo = "RCTSettings-tvOS"; - }; - 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A287B1D9B048500D4039D; - remoteInfo = "RCTText-tvOS"; - }; - 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28881D9B049200D4039D; - remoteInfo = "RCTWebSocket-tvOS"; - }; - 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28131D9B038B00D4039D; - remoteInfo = "React-tvOS"; - }; - 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3C059A1DE3340900C268FA; - remoteInfo = yoga; - }; - 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3C06751DE3340C00C268FA; - remoteInfo = "yoga-tvOS"; - }; - 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4; - remoteInfo = cxxreact; - }; - 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; - remoteInfo = "cxxreact-tvOS"; - }; - 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4; - remoteInfo = jschelpers; - }; - 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4; - remoteInfo = "jschelpers-tvOS"; - }; - 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTAnimation; - }; - 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28201D9B03D100D4039D; - remoteInfo = "RCTAnimation-tvOS"; - }; - 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTLinking; - }; - 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 58B5119B1A9E6C1200147676; - remoteInfo = RCTText; - }; - ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 358F4ED71D1E81A9004DF814; - remoteInfo = RCTBlob; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; - 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = ""; }; - 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = ""; }; - 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = ""; }; - 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = ""; }; - 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = ""; }; - 00E356EE1AD99517003FC87E /* microfoneTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = microfoneTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* microfoneTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = microfoneTests.m; sourceTree = ""; }; - 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; - 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* microfone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = microfone.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = microfone/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = microfone/AppDelegate.m; sourceTree = ""; }; - 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = microfone/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = microfone/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = microfone/main.m; sourceTree = ""; }; - 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; - 2D02E47B1E0B4A5D006451C7 /* microfone-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "microfone-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E4901E0B4A5D006451C7 /* microfone-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "microfone-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; - 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; - 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; - ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; }; - 1EDDD8A72FB442E2B3E2C6E8 /* RNGestureHandler.xcodeproj */ = {isa = PBXFileReference; name = "RNGestureHandler.xcodeproj"; path = "../node_modules/react-native-gesture-handler/ios/RNGestureHandler.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 641151327EBA43DC8355276C /* libRNGestureHandler.a */ = {isa = PBXFileReference; name = "libRNGestureHandler.a"; path = "libRNGestureHandler.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 55A8F442343D4A28B9DCDD32 /* RNAudio.xcodeproj */ = {isa = PBXFileReference; name = "RNAudio.xcodeproj"; path = "../node_modules/react-native-audio/ios/RNAudio.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - EE18C8C0E4104E59963055C4 /* libRNAudio.a */ = {isa = PBXFileReference; name = "libRNAudio.a"; path = "libRNAudio.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 80C888F762D84D7DB9AF48BE /* RNSound.xcodeproj */ = {isa = PBXFileReference; name = "RNSound.xcodeproj"; path = "../node_modules/react-native-sound/RNSound.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 4491D536698D4CB490ADD0E2 /* libRNSound.a */ = {isa = PBXFileReference; name = "libRNSound.a"; path = "libRNSound.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 00E356EB1AD99517003FC87E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, - 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, - 146834051AC3E58100842450 /* libReact.a in Frameworks */, - 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, - 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, - 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */, - 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */, - 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */, - 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */, - 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */, - 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, - 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, - 32C7443E0D3344199ED452FE /* libRNGestureHandler.a in Frameworks */, - 2C99AE50662D4079B1843122 /* libRNAudio.a in Frameworks */, - 6598693ACA944FDA92698EE4 /* libRNSound.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E4781E0B4A5D006451C7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */, - 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */, - 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */, - 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */, - 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */, - 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */, - 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */, - 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 00C302A81ABCB8CE00DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302B61ABCB90400DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302BC1ABCB91800DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */, - 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302D41ABCB9D200DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */, - 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302E01ABCB9EE00DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */, - ); - name = Products; - sourceTree = ""; - }; - 00E356EF1AD99517003FC87E /* microfoneTests */ = { - isa = PBXGroup; - children = ( - 00E356F21AD99517003FC87E /* microfoneTests.m */, - 00E356F01AD99517003FC87E /* Supporting Files */, - ); - path = microfoneTests; - sourceTree = ""; - }; - 00E356F01AD99517003FC87E /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 00E356F11AD99517003FC87E /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 139105B71AF99BAD00B5F7CC /* Products */ = { - isa = PBXGroup; - children = ( - 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */, - 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 139FDEE71B06529A00C62182 /* Products */ = { - isa = PBXGroup; - children = ( - 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */, - 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */, - 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */, - 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 13B07FAE1A68108700A75B9A /* microfone */ = { - isa = PBXGroup; - children = ( - 008F07F21AC5B25A0029DE68 /* main.jsbundle */, - 13B07FAF1A68108700A75B9A /* AppDelegate.h */, - 13B07FB01A68108700A75B9A /* AppDelegate.m */, - 13B07FB51A68108700A75B9A /* Images.xcassets */, - 13B07FB61A68108700A75B9A /* Info.plist */, - 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, - 13B07FB71A68108700A75B9A /* main.m */, - ); - name = microfone; - sourceTree = ""; - }; - 146834001AC3E56700842450 /* Products */ = { - isa = PBXGroup; - children = ( - 146834041AC3E56700842450 /* libReact.a */, - 3DAD3EA31DF850E9000B6D8A /* libReact.a */, - 3DAD3EA51DF850E9000B6D8A /* libyoga.a */, - 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, - 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, - 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, - 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */, - 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */, - 2DF0FFDF2056DD460020B375 /* libjsinspector.a */, - 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */, - 2DF0FFE32056DD460020B375 /* libthird-party.a */, - 2DF0FFE52056DD460020B375 /* libthird-party.a */, - 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */, - 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */, - 2DF0FFEB2056DD460020B375 /* libprivatedata.a */, - 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 2D16E6891FA4F8E400B85C8A /* libReact.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 5E91572E1DD0AC6500FF2AA8 /* Products */ = { - isa = PBXGroup; - children = ( - 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */, - 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */, - ); - name = Products; - sourceTree = ""; - }; - 78C398B11ACF4ADC00677621 /* Products */ = { - isa = PBXGroup; - children = ( - 78C398B91ACF4ADC00677621 /* libRCTLinking.a */, - 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 832341AE1AAA6A7D00B99B32 /* Libraries */ = { - isa = PBXGroup; - children = ( - 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */, - 146833FF1AC3E56700842450 /* React.xcodeproj */, - 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */, - ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */, - 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */, - 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */, - 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */, - 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */, - 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */, - 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */, - 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, - 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, - 1EDDD8A72FB442E2B3E2C6E8 /* RNGestureHandler.xcodeproj */, - 55A8F442343D4A28B9DCDD32 /* RNAudio.xcodeproj */, - 80C888F762D84D7DB9AF48BE /* RNSound.xcodeproj */, - ); - name = Libraries; - sourceTree = ""; - }; - 832341B11AAA6A8300B99B32 /* Products */ = { - isa = PBXGroup; - children = ( - 832341B51AAA6A8300B99B32 /* libRCTText.a */, - 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 83CBB9F61A601CBA00E9B192 = { - isa = PBXGroup; - children = ( - 13B07FAE1A68108700A75B9A /* microfone */, - 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* microfoneTests */, - 83CBBA001A601CBA00E9B192 /* Products */, - 2D16E6871FA4F8E400B85C8A /* Frameworks */, - ); - indentWidth = 2; - sourceTree = ""; - tabWidth = 2; - usesTabs = 0; - }; - 83CBBA001A601CBA00E9B192 /* Products */ = { - isa = PBXGroup; - children = ( - 13B07F961A680F5B00A75B9A /* microfone.app */, - 00E356EE1AD99517003FC87E /* microfoneTests.xctest */, - 2D02E47B1E0B4A5D006451C7 /* microfone-tvOS.app */, - 2D02E4901E0B4A5D006451C7 /* microfone-tvOSTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - ADBDB9201DFEBF0600ED6528 /* Products */ = { - isa = PBXGroup; - children = ( - ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */, - 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* microfoneTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "microfoneTests" */; - buildPhases = ( - 00E356EA1AD99517003FC87E /* Sources */, - 00E356EB1AD99517003FC87E /* Frameworks */, - 00E356EC1AD99517003FC87E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 00E356F51AD99517003FC87E /* PBXTargetDependency */, - ); - name = microfoneTests; - productName = microfoneTests; - productReference = 00E356EE1AD99517003FC87E /* microfoneTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 13B07F861A680F5B00A75B9A /* microfone */ = { - isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "microfone" */; - buildPhases = ( - 13B07F871A680F5B00A75B9A /* Sources */, - 13B07F8C1A680F5B00A75B9A /* Frameworks */, - 13B07F8E1A680F5B00A75B9A /* Resources */, - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = microfone; - productName = "Hello World"; - productReference = 13B07F961A680F5B00A75B9A /* microfone.app */; - productType = "com.apple.product-type.application"; - }; - 2D02E47A1E0B4A5D006451C7 /* microfone-tvOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "microfone-tvOS" */; - buildPhases = ( - 2D02E4771E0B4A5D006451C7 /* Sources */, - 2D02E4781E0B4A5D006451C7 /* Frameworks */, - 2D02E4791E0B4A5D006451C7 /* Resources */, - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "microfone-tvOS"; - productName = "microfone-tvOS"; - productReference = 2D02E47B1E0B4A5D006451C7 /* microfone-tvOS.app */; - productType = "com.apple.product-type.application"; - }; - 2D02E48F1E0B4A5D006451C7 /* microfone-tvOSTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "microfone-tvOSTests" */; - buildPhases = ( - 2D02E48C1E0B4A5D006451C7 /* Sources */, - 2D02E48D1E0B4A5D006451C7 /* Frameworks */, - 2D02E48E1E0B4A5D006451C7 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, - ); - name = "microfone-tvOSTests"; - productName = "microfone-tvOSTests"; - productReference = 2D02E4901E0B4A5D006451C7 /* microfone-tvOSTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 83CBB9F71A601CBA00E9B192 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 940; - ORGANIZATIONNAME = Facebook; - TargetAttributes = { - 00E356ED1AD99517003FC87E = { - CreatedOnToolsVersion = 6.2; - TestTargetID = 13B07F861A680F5B00A75B9A; - }; - 2D02E47A1E0B4A5D006451C7 = { - CreatedOnToolsVersion = 8.2.1; - ProvisioningStyle = Automatic; - }; - 2D02E48F1E0B4A5D006451C7 = { - CreatedOnToolsVersion = 8.2.1; - ProvisioningStyle = Automatic; - TestTargetID = 2D02E47A1E0B4A5D006451C7; - }; - }; - }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "microfone" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 83CBB9F61A601CBA00E9B192; - productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */; - ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; - }, - { - ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */; - ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - }, - { - ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */; - ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; - }, - { - ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */; - ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; - }, - { - ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */; - ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; - }, - { - ProductGroup = 78C398B11ACF4ADC00677621 /* Products */; - ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; - }, - { - ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */; - ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; - }, - { - ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */; - ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; - }, - { - ProductGroup = 832341B11AAA6A8300B99B32 /* Products */; - ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; - }, - { - ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */; - ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; - }, - { - ProductGroup = 139FDEE71B06529A00C62182 /* Products */; - ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - }, - { - ProductGroup = 146834001AC3E56700842450 /* Products */; - ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - 13B07F861A680F5B00A75B9A /* microfone */, - 00E356ED1AD99517003FC87E /* microfoneTests */, - 2D02E47A1E0B4A5D006451C7 /* microfone-tvOS */, - 2D02E48F1E0B4A5D006451C7 /* microfone-tvOSTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTActionSheet.a; - remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTGeolocation.a; - remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTImage.a; - remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTNetwork.a; - remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTVibration.a; - remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTSettings.a; - remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTWebSocket.a; - remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 146834041AC3E56700842450 /* libReact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libReact.a; - remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTBlob-tvOS.a"; - remoteRef = 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libfishhook.a; - remoteRef = 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libfishhook-tvOS.a"; - remoteRef = 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFDF2056DD460020B375 /* libjsinspector.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjsinspector.a; - remoteRef = 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libjsinspector-tvOS.a"; - remoteRef = 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE32056DD460020B375 /* libthird-party.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libthird-party.a"; - remoteRef = 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE52056DD460020B375 /* libthird-party.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libthird-party.a"; - remoteRef = 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libdouble-conversion.a"; - remoteRef = 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libdouble-conversion.a"; - remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFEB2056DD460020B375 /* libprivatedata.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libprivatedata.a; - remoteRef = 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libprivatedata-tvOS.a"; - remoteRef = 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTImage-tvOS.a"; - remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTLinking-tvOS.a"; - remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTNetwork-tvOS.a"; - remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTSettings-tvOS.a"; - remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTText-tvOS.a"; - remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTWebSocket-tvOS.a"; - remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libReact.a; - remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libyoga.a; - remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libyoga.a; - remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libcxxreact.a; - remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libcxxreact.a; - remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjschelpers.a; - remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjschelpers.a; - remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTAnimation.a; - remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTAnimation.a; - remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTLinking.a; - remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 832341B51AAA6A8300B99B32 /* libRCTText.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTText.a; - remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTBlob.a; - remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXResourcesBuildPhase section */ - 00E356EC1AD99517003FC87E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F8E1A680F5B00A75B9A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, - 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E4791E0B4A5D006451C7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E48E1E0B4A5D006451C7 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native code and images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; - }; - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native Code And Images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 00E356EA1AD99517003FC87E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 00E356F31AD99517003FC87E /* microfoneTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F871A680F5B00A75B9A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */, - 13B07FC11A68108700A75B9A /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E4771E0B4A5D006451C7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */, - 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D02E48C1E0B4A5D006451C7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2DCD954D1E0B4F2C00145EB5 /* microfoneTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* microfone */; - targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; - }; - 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 2D02E47A1E0B4A5D006451C7 /* microfone-tvOS */; - targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = { - isa = PBXVariantGroup; - children = ( - 13B07FB21A68108700A75B9A /* Base */, - ); - name = LaunchScreen.xib; - path = microfone; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 00E356F61AD99517003FC87E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = microfoneTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/microfone.app/microfone"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Debug; - }; - 00E356F71AD99517003FC87E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = microfoneTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/microfone.app/microfone"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Release; - }; - 13B07F941A680F5B00A75B9A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1; - DEAD_CODE_STRIPPING = NO; - INFOPLIST_FILE = microfone/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = microfone; - VERSIONING_SYSTEM = "apple-generic"; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Debug; - }; - 13B07F951A680F5B00A75B9A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = microfone/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = microfone; - VERSIONING_SYSTEM = "apple-generic"; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Release; - }; - 2D02E4971E0B4A5E006451C7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_TESTABILITY = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "microfone-tvOS/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.microfone-tvOS"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.2; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Debug; - }; - 2D02E4981E0B4A5E006451C7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "microfone-tvOS/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.microfone-tvOS"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.2; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Release; - }; - 2D02E4991E0B4A5E006451C7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_TESTABILITY = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "microfone-tvOSTests/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.microfone-tvOSTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/microfone-tvOS.app/microfone-tvOS"; - TVOS_DEPLOYMENT_TARGET = 10.1; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Debug; - }; - 2D02E49A1E0B4A5E006451C7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - CLANG_ANALYZER_NONNULL = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "microfone-tvOSTests/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.microfone-tvOSTests"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/microfone-tvOS.app/microfone-tvOS"; - TVOS_DEPLOYMENT_TARGET = 10.1; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**", - "$(SRCROOT)/../node_modules/react-native-audio/ios", - "$(SRCROOT)/../node_modules/react-native-sound/RNSound", - ); - }; - name = Release; - }; - 83CBBA201A601CBA00E9B192 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 83CBBA211A601CBA00E9B192 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "microfoneTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 00E356F61AD99517003FC87E /* Debug */, - 00E356F71AD99517003FC87E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "microfone" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 13B07F941A680F5B00A75B9A /* Debug */, - 13B07F951A680F5B00A75B9A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "microfone-tvOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2D02E4971E0B4A5E006451C7 /* Debug */, - 2D02E4981E0B4A5E006451C7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "microfone-tvOSTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2D02E4991E0B4A5E006451C7 /* Debug */, - 2D02E49A1E0B4A5E006451C7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "microfone" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 83CBBA201A601CBA00E9B192 /* Debug */, - 83CBBA211A601CBA00E9B192 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; -} diff --git a/ios/microfone.xcodeproj/xcshareddata/xcschemes/microfone-tvOS.xcscheme b/ios/microfone.xcodeproj/xcshareddata/xcschemes/microfone-tvOS.xcscheme deleted file mode 100644 index e07c6e0..0000000 --- a/ios/microfone.xcodeproj/xcshareddata/xcschemes/microfone-tvOS.xcscheme +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/microfone.xcodeproj/xcshareddata/xcschemes/microfone.xcscheme b/ios/microfone.xcodeproj/xcshareddata/xcschemes/microfone.xcscheme deleted file mode 100644 index 29553d4..0000000 --- a/ios/microfone.xcodeproj/xcshareddata/xcschemes/microfone.xcscheme +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/microfone/AppDelegate.h b/ios/microfone/AppDelegate.h deleted file mode 100644 index d4f2580..0000000 --- a/ios/microfone/AppDelegate.h +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Copyright (c) 2015-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#import - -@interface AppDelegate : UIResponder - -@property (nonatomic, strong) UIWindow *window; - -@end diff --git a/ios/microfone/AppDelegate.m b/ios/microfone/AppDelegate.m deleted file mode 100644 index 25fadb0..0000000 --- a/ios/microfone/AppDelegate.m +++ /dev/null @@ -1,35 +0,0 @@ -/** - * Copyright (c) 2015-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#import "AppDelegate.h" - -#import -#import - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - NSURL *jsCodeLocation; - - jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil]; - - RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation - moduleName:@"microfone" - initialProperties:nil - launchOptions:launchOptions]; - rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; - - self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; - UIViewController *rootViewController = [UIViewController new]; - rootViewController.view = rootView; - self.window.rootViewController = rootViewController; - [self.window makeKeyAndVisible]; - return YES; -} - -@end diff --git a/ios/microfone/Base.lproj/LaunchScreen.xib b/ios/microfone/Base.lproj/LaunchScreen.xib deleted file mode 100644 index 9eaa1d4..0000000 --- a/ios/microfone/Base.lproj/LaunchScreen.xib +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/microfone/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/microfone/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 118c98f..0000000 --- a/ios/microfone/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/microfone/Images.xcassets/Contents.json b/ios/microfone/Images.xcassets/Contents.json deleted file mode 100644 index 2d92bd5..0000000 --- a/ios/microfone/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/microfone/Info.plist b/ios/microfone/Info.plist deleted file mode 100644 index 036bccc..0000000 --- a/ios/microfone/Info.plist +++ /dev/null @@ -1,60 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - microfone - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSLocationWhenInUseUsageDescription - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - NSLocationWhenInUseUsageDescription - - NSAppTransportSecurity - - - NSAllowsArbitraryLoads - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - - diff --git a/ios/microfone/main.m b/ios/microfone/main.m deleted file mode 100644 index c73e006..0000000 --- a/ios/microfone/main.m +++ /dev/null @@ -1,16 +0,0 @@ -/** - * Copyright (c) 2015-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#import - -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/ios/microfoneTests/Info.plist b/ios/microfoneTests/Info.plist deleted file mode 100644 index ba72822..0000000 --- a/ios/microfoneTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/ios/microfoneTests/microfoneTests.m b/ios/microfoneTests/microfoneTests.m deleted file mode 100644 index 684c921..0000000 --- a/ios/microfoneTests/microfoneTests.m +++ /dev/null @@ -1,68 +0,0 @@ -/** - * Copyright (c) 2015-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#import -#import - -#import -#import - -#define TIMEOUT_SECONDS 600 -#define TEXT_TO_LOOK_FOR @"Welcome to React Native!" - -@interface microfoneTests : XCTestCase - -@end - -@implementation microfoneTests - -- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test -{ - if (test(view)) { - return YES; - } - for (UIView *subview in [view subviews]) { - if ([self findSubviewInView:subview matching:test]) { - return YES; - } - } - return NO; -} - -- (void)testRendersWelcomeScreen -{ - UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController]; - NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS]; - BOOL foundElement = NO; - - __block NSString *redboxError = nil; - RCTSetLogFunction(^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) { - if (level >= RCTLogLevelError) { - redboxError = message; - } - }); - - while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) { - [[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; - [[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; - - foundElement = [self findSubviewInView:vc.view matching:^BOOL(UIView *view) { - if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) { - return YES; - } - return NO; - }]; - } - - RCTSetLogFunction(RCTDefaultLogFunction); - - XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); - XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); -} - - -@end diff --git a/package.json b/package.json deleted file mode 100644 index 34733dd..0000000 --- a/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "microfone", - "version": "0.0.1", - "private": true, - "scripts": { - "start": "node node_modules/react-native/local-cli/cli.js start", - "test": "jest" - }, - "dependencies": { - "react": "16.6.1", - "react-native": "0.57.5", - "react-native-audio": "^4.2.2", - "react-native-gesture-handler": "^1.0.9", - "react-native-sound": "^0.10.9", - "react-native-sqlite-storage": "^3.3.9", - "react-navigation": "^3.0.0" - }, - "devDependencies": { - "babel-jest": "23.6.0", - "jest": "23.6.0", - "metro-react-native-babel-preset": "0.49.2", - "react-test-renderer": "16.6.1" - }, - "jest": { - "preset": "react-native" - } -} diff --git a/src/componentes/Bar.js b/src/componentes/Bar.js deleted file mode 100644 index 6b45388..0000000 --- a/src/componentes/Bar.js +++ /dev/null @@ -1,14 +0,0 @@ -import React,{Component} from 'react'; -import {Image,TouchableOpacity,View} from 'react-native'; - -export default class Bar extends Component{ - - render(){ - return( - - - - ); - - } -} diff --git a/src/componentes/Conectar.js b/src/componentes/Conectar.js deleted file mode 100644 index 162b808..0000000 --- a/src/componentes/Conectar.js +++ /dev/null @@ -1,29 +0,0 @@ -import React,{Component} from 'react' -import {View,Text,Image,TouchableOpacity} from 'react-native' -import styles from './styles' -import Bar from './Bar' -export default class Conectar extends Component{ - static navigationOptions = { - drawerLabel: 'Conectar', - drawerIcon: ({ tintColor }) => ( - - ), - } - render(){ - return ( - - {this.props.navigation.openDrawer();}}> - - - - Formas de conexão: - - - - - ); - } -} \ No newline at end of file diff --git a/src/componentes/CriarSala.js b/src/componentes/CriarSala.js deleted file mode 100644 index a5aaf91..0000000 --- a/src/componentes/CriarSala.js +++ /dev/null @@ -1,78 +0,0 @@ -import React,{Component} from 'react' -import {View,Image,TouchableOpacity,Text,TextInput,ScrollView,Button} from 'react-native'; -import Bar from './Bar' -import styles from './styles' -export default class CriarSala extends Component{ - constructor(props){ - super(props); - this.state = {nomeSala:'',senhaSala:'',descricaoSala:''} - } - static navigationOptions = { - drawerLabel: 'Criar sala', - drawerIcon: ({ tintColor }) => ( - - ), - }; - render(){ - return( - - {this.props.navigation.openDrawer();}}> - - - - - - Nome: - this.setState({nomeSala:text})} - value = {this.state.nomeSala} - placeholder = "Nome da sala" - /> - - - Senha: - this.setState({senhaSala:text})} - value = {this.state.senhaSala} - placeholder = "Senha da sala" - /> - - - Descrição: - this.setState({descricaoSala:text})} - value = {this.state.descricaoSala} - placeholder = "Descrição da sala" - multiline = {true} - numberOfLines = {4} - editable = {true} - maxLength = {10} - /> - - - -