diff --git a/.README.md.swp b/.README.md.swp new file mode 100644 index 0000000..ac0e0ed Binary files /dev/null and b/.README.md.swp differ diff --git a/backend/controller/questionController.js b/backend/controller/questionController.js index c2c404b..dc3a99a 100644 --- a/backend/controller/questionController.js +++ b/backend/controller/questionController.js @@ -124,4 +124,4 @@ const searchQuestion = asyncHandler(async (req, res) => { res.send(questions) }) -module.exports = {getQuestions, createQuestion, getQuestionsById, updateQuestion, deleteQuestion, searchQuestion} \ No newline at end of file +module.exports = {getQuestions, createQuestion, getQuestionsById, updateQuestion, deleteQuestion, searchQuestion} diff --git a/backend/learnr b/backend/learnr new file mode 160000 index 0000000..aa1a345 --- /dev/null +++ b/backend/learnr @@ -0,0 +1 @@ +Subproject commit aa1a3456ca1cfb3d909a08a1f498298262c8415c diff --git a/backend/npm start b/backend/npm start new file mode 100644 index 0000000..e69de29 diff --git a/mobile/.bundle/config b/mobile/.bundle/config new file mode 100644 index 0000000..848943b --- /dev/null +++ b/mobile/.bundle/config @@ -0,0 +1,2 @@ +BUNDLE_PATH: "vendor/bundle" +BUNDLE_FORCE_RUBY_PLATFORM: 1 diff --git a/mobile/.eslintrc.js b/mobile/.eslintrc.js new file mode 100644 index 0000000..40c6dcd --- /dev/null +++ b/mobile/.eslintrc.js @@ -0,0 +1,4 @@ +module.exports = { + root: true, + extends: '@react-native-community', +}; diff --git a/mobile/.flowconfig b/mobile/.flowconfig new file mode 100644 index 0000000..f0bc7b9 --- /dev/null +++ b/mobile/.flowconfig @@ -0,0 +1,65 @@ +[ignore] +; We fork some components by platform +.*/*[.]android.js + +; Ignore "BUCK" generated dirs +/\.buckd/ + +; Ignore polyfills +node_modules/react-native/Libraries/polyfills/.* + +; Flow doesn't support platforms +.*/Libraries/Utilities/LoadingView.js + +[untyped] +.*/node_modules/@react-native-community/cli/.*/.* + +[include] + +[libs] +node_modules/react-native/interface.js +node_modules/react-native/flow/ + +[options] +emoji=true + +exact_by_default=true + +format.bracket_spacing=false + +module.file_ext=.js +module.file_ext=.json +module.file_ext=.ios.js + +munge_underscores=true + +module.name_mapper='^react-native/\(.*\)$' -> '/node_modules/react-native/\1' +module.name_mapper='^@?[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> '/node_modules/react-native/Libraries/Image/RelativeImageStub' + +suppress_type=$FlowIssue +suppress_type=$FlowFixMe +suppress_type=$FlowFixMeProps +suppress_type=$FlowFixMeState + +[lints] +sketchy-null-number=warn +sketchy-null-mixed=warn +sketchy-number=warn +untyped-type-import=warn +nonstrict-import=warn +deprecated-type=warn +unsafe-getters-setters=warn +unnecessary-invariant=warn +signature-verification-failure=warn + +[strict] +deprecated-type +nonstrict-import +sketchy-null +unclear-type +unsafe-getters-setters +untyped-import +untyped-type-import + +[version] +^0.162.0 diff --git a/mobile/.prettierrc.js b/mobile/.prettierrc.js new file mode 100644 index 0000000..84196d9 --- /dev/null +++ b/mobile/.prettierrc.js @@ -0,0 +1,7 @@ +module.exports = { + bracketSpacing: false, + jsxBracketSameLine: true, + singleQuote: true, + trailingComma: 'all', + arrowParens: 'avoid', +}; diff --git a/mobile/.watchmanconfig b/mobile/.watchmanconfig new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/mobile/.watchmanconfig @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/mobile/App.js b/mobile/App.js new file mode 100644 index 0000000..0cbf89a --- /dev/null +++ b/mobile/App.js @@ -0,0 +1,23 @@ +import * as React from 'react'; +import { Button, View, StyleSheet } from 'react-native'; +import { NavigationContainer } from '@react-navigation/native'; +import { createStackNavigator } from '@react-navigation/stack'; +import { AuthScreen, HomeScreen } from './screens'; + +const Stack = createStackNavigator() + +const App = () => { + return ( + + + + + + + + ) +} + +export default App + +const styles = StyleSheet.create({}) \ No newline at end of file diff --git a/mobile/Gemfile.lock b/mobile/Gemfile.lock new file mode 100644 index 0000000..640d2f1 --- /dev/null +++ b/mobile/Gemfile.lock @@ -0,0 +1,100 @@ +GEM + remote: https://rubygems.org/ + specs: + CFPropertyList (3.0.5) + rexml + activesupport (6.1.4.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + algoliasearch (1.27.5) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) + atomos (0.1.3) + claide (1.1.0) + cocoapods (1.11.2) + addressable (~> 2.8) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.11.2) + cocoapods-deintegrate (>= 1.0.3, < 2.0) + cocoapods-downloader (>= 1.4.0, < 2.0) + cocoapods-plugins (>= 1.0.0, < 2.0) + cocoapods-search (>= 1.0.0, < 2.0) + cocoapods-trunk (>= 1.4.0, < 2.0) + cocoapods-try (>= 1.1.0, < 2.0) + colored2 (~> 3.1) + escape (~> 0.0.4) + fourflusher (>= 2.3.0, < 3.0) + gh_inspector (~> 1.0) + molinillo (~> 0.8.0) + nap (~> 1.0) + ruby-macho (>= 1.0, < 3.0) + xcodeproj (>= 1.21.0, < 2.0) + cocoapods-core (1.11.2) + activesupport (>= 5.0, < 7) + addressable (~> 2.8) + algoliasearch (~> 1.0) + concurrent-ruby (~> 1.1) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + netrc (~> 0.11) + public_suffix (~> 4.0) + typhoeus (~> 1.0) + cocoapods-deintegrate (1.0.5) + cocoapods-downloader (1.5.1) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.1) + cocoapods-trunk (1.6.0) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.2.0) + colored2 (3.1.2) + concurrent-ruby (1.1.9) + escape (0.0.4) + ethon (0.15.0) + ffi (>= 1.15.0) + ffi (1.15.5) + fourflusher (2.3.1) + fuzzy_match (2.0.4) + gh_inspector (1.1.3) + httpclient (2.8.3) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + json (2.6.1) + minitest (5.15.0) + molinillo (0.8.0) + nanaimo (0.3.0) + nap (1.1.0) + netrc (0.11.0) + public_suffix (4.0.6) + rexml (3.2.5) + ruby-macho (2.5.1) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + xcodeproj (1.21.0) + CFPropertyList (>= 2.3.3, < 4.0) + atomos (~> 0.1.3) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) + nanaimo (~> 0.3.0) + rexml (~> 3.2.4) + zeitwerk (2.5.4) + +PLATFORMS + ruby + +DEPENDENCIES + cocoapods (~> 1.11, >= 1.11.2) + +RUBY VERSION + ruby 2.7.4p191 + +BUNDLED WITH + 2.2.27 diff --git a/mobile/__tests__/App-test.js b/mobile/__tests__/App-test.js new file mode 100644 index 0000000..1784766 --- /dev/null +++ b/mobile/__tests__/App-test.js @@ -0,0 +1,14 @@ +/** + * @format + */ + +import 'react-native'; +import React from 'react'; +import App from '../App'; + +// Note: test renderer must be required after react-native. +import renderer from 'react-test-renderer'; + +it('renders correctly', () => { + renderer.create(); +}); diff --git a/mobile/android/.gradle/7.2/dependencies-accessors/dependencies-accessors.lock b/mobile/android/.gradle/7.2/dependencies-accessors/dependencies-accessors.lock new file mode 100644 index 0000000..434e401 Binary files /dev/null and b/mobile/android/.gradle/7.2/dependencies-accessors/dependencies-accessors.lock differ diff --git a/mobile/android/.gradle/7.2/dependencies-accessors/gc.properties b/mobile/android/.gradle/7.2/dependencies-accessors/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/mobile/android/.gradle/7.2/executionHistory/executionHistory.bin b/mobile/android/.gradle/7.2/executionHistory/executionHistory.bin new file mode 100644 index 0000000..5970ce2 Binary files /dev/null and b/mobile/android/.gradle/7.2/executionHistory/executionHistory.bin differ diff --git a/mobile/android/.gradle/7.2/executionHistory/executionHistory.lock b/mobile/android/.gradle/7.2/executionHistory/executionHistory.lock new file mode 100644 index 0000000..1a1b00e Binary files /dev/null and b/mobile/android/.gradle/7.2/executionHistory/executionHistory.lock differ diff --git a/mobile/android/.gradle/7.2/fileChanges/last-build.bin b/mobile/android/.gradle/7.2/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/mobile/android/.gradle/7.2/fileChanges/last-build.bin differ diff --git a/mobile/android/.gradle/7.2/fileHashes/fileHashes.bin b/mobile/android/.gradle/7.2/fileHashes/fileHashes.bin new file mode 100644 index 0000000..24c2cc5 Binary files /dev/null and b/mobile/android/.gradle/7.2/fileHashes/fileHashes.bin differ diff --git a/mobile/android/.gradle/7.2/fileHashes/fileHashes.lock b/mobile/android/.gradle/7.2/fileHashes/fileHashes.lock new file mode 100644 index 0000000..e571d3f Binary files /dev/null and b/mobile/android/.gradle/7.2/fileHashes/fileHashes.lock differ diff --git a/mobile/android/.gradle/7.2/fileHashes/resourceHashesCache.bin b/mobile/android/.gradle/7.2/fileHashes/resourceHashesCache.bin new file mode 100644 index 0000000..119e07a Binary files /dev/null and b/mobile/android/.gradle/7.2/fileHashes/resourceHashesCache.bin differ diff --git a/mobile/android/.gradle/7.2/gc.properties b/mobile/android/.gradle/7.2/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/mobile/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/mobile/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock new file mode 100644 index 0000000..6e181a0 Binary files /dev/null and b/mobile/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/mobile/android/.gradle/buildOutputCleanup/cache.properties b/mobile/android/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..c2b56c9 --- /dev/null +++ b/mobile/android/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Tue Mar 08 00:39:11 IST 2022 +gradle.version=7.2 diff --git a/mobile/android/.gradle/buildOutputCleanup/outputFiles.bin b/mobile/android/.gradle/buildOutputCleanup/outputFiles.bin new file mode 100644 index 0000000..bbb27bd Binary files /dev/null and b/mobile/android/.gradle/buildOutputCleanup/outputFiles.bin differ diff --git a/mobile/android/.gradle/checksums/checksums.lock b/mobile/android/.gradle/checksums/checksums.lock new file mode 100644 index 0000000..37e054f Binary files /dev/null and b/mobile/android/.gradle/checksums/checksums.lock differ diff --git a/mobile/android/.gradle/checksums/md5-checksums.bin b/mobile/android/.gradle/checksums/md5-checksums.bin new file mode 100644 index 0000000..d047eec Binary files /dev/null and b/mobile/android/.gradle/checksums/md5-checksums.bin differ diff --git a/mobile/android/.gradle/checksums/sha1-checksums.bin b/mobile/android/.gradle/checksums/sha1-checksums.bin new file mode 100644 index 0000000..5e5bdae Binary files /dev/null and b/mobile/android/.gradle/checksums/sha1-checksums.bin differ diff --git a/mobile/android/.gradle/vcs-1/gc.properties b/mobile/android/.gradle/vcs-1/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/mobile/android/app/_BUCK b/mobile/android/app/_BUCK new file mode 100644 index 0000000..e481e82 --- /dev/null +++ b/mobile/android/app/_BUCK @@ -0,0 +1,55 @@ +# 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 +# + +load(":build_defs.bzl", "create_aar_targets", "create_jar_targets") + +lib_deps = [] + +create_aar_targets(glob(["libs/*.aar"])) + +create_jar_targets(glob(["libs/*.jar"])) + +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.mobile", +) + +android_resource( + name = "res", + package = "com.mobile", + 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/mobile/android/app/build.gradle b/mobile/android/app/build.gradle new file mode 100644 index 0000000..1254bc3 --- /dev/null +++ b/mobile/android/app/build.gradle @@ -0,0 +1,227 @@ +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. If none specified and + * // "index.android.js" exists, it will be used. Otherwise "index.js" is + * // default. Can be overridden with ENTRY_FILE environment variable. + * entryFile: "index.android.js", + * + * // https://reactnative.dev/docs/performance#enable-the-ram-format + * bundleCommand: "ram-bundle", + * + * // 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 = [ + enableHermes: false, // clean and rebuild if changing +] + +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 + +/** + * The preferred build flavor of JavaScriptCore. + * + * For example, to use the international variant, you can use: + * `def jscFlavor = 'org.webkit:android-jsc-intl:+'` + * + * The international variant includes ICU i18n library and necessary data + * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that + * give correct results when using with locales other than en-US. Note that + * this variant is about 6MiB larger per architecture than default. + */ +def jscFlavor = 'org.webkit:android-jsc:+' + +/** + * Whether to enable the Hermes VM. + * + * This should be set on project.ext.react and that value will be read here. If it is not set + * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode + * and the benefits of using Hermes will therefore be sharply reduced. + */ +def enableHermes = project.ext.react.get("enableHermes", false); + +/** + * Architectures to build native code for in debug. + */ +def nativeArchitectures = project.getProperties().get("reactNativeDebugArchitectures") + +android { + ndkVersion rootProject.ext.ndkVersion + + compileSdkVersion rootProject.ext.compileSdkVersion + + defaultConfig { + applicationId "com.mobile" + minSdkVersion rootProject.ext.minSdkVersion + targetSdkVersion rootProject.ext.targetSdkVersion + versionCode 1 + versionName "1.0" + } + splits { + abi { + reset() + enable enableSeparateBuildPerCPUArchitecture + universalApk false // If true, also generate a universal APK + include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" + } + } + signingConfigs { + debug { + storeFile file('debug.keystore') + storePassword 'android' + keyAlias 'androiddebugkey' + keyPassword 'android' + } + } + buildTypes { + debug { + signingConfig signingConfigs.debug + if (nativeArchitectures) { + ndk { + abiFilters nativeArchitectures.split(',') + } + } + } + release { + // Caution! In production, you need to generate your own keystore file. + // see https://reactnative.dev/docs/signed-apk-android. + signingConfig signingConfigs.debug + 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: + // https://developer.android.com/studio/build/configure-apk-splits.html + // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc. + def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4] + def abi = output.getFilter(OutputFile.ABI) + if (abi != null) { // null for the universal-debug, universal-release variants + output.versionCodeOverride = + defaultConfig.versionCode * 1000 + versionCodes.get(abi) + } + + } + } +} + +dependencies { + implementation fileTree(dir: "libs", include: ["*.jar"]) + //noinspection GradleDynamicVersion + implementation "com.facebook.react:react-native:+" // From node_modules + + implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" + + debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { + exclude group:'com.facebook.fbjni' + } + + debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { + exclude group:'com.facebook.flipper' + exclude group:'com.squareup.okhttp3', module:'okhttp' + } + + debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") { + exclude group:'com.facebook.flipper' + } + + if (enableHermes) { + def hermesPath = "../../node_modules/hermes-engine/android/"; + debugImplementation files(hermesPath + "hermes-debug.aar") + releaseImplementation files(hermesPath + "hermes-release.aar") + } else { + implementation jscFlavor + } +} + +// 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.implementation + into 'libs' +} + +apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) diff --git a/mobile/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml b/mobile/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml new file mode 100644 index 0000000..562b2b9 --- /dev/null +++ b/mobile/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml @@ -0,0 +1,11 @@ + + + + + + + 8081 + + 8081 + + diff --git a/mobile/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java b/mobile/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java new file mode 100644 index 0000000..7636659 --- /dev/null +++ b/mobile/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java @@ -0,0 +1,79 @@ + +package com.facebook.react; + +import android.app.Application; +import android.content.Context; +import android.content.res.Resources; + +import com.facebook.react.ReactPackage; +import com.facebook.react.shell.MainPackageConfig; +import com.facebook.react.shell.MainReactPackage; +import java.util.Arrays; +import java.util.ArrayList; + +// @react-native-masked-view/masked-view +import org.reactnative.maskedview.RNCMaskedViewPackage; +// react-native-gesture-handler +import com.swmansion.gesturehandler.RNGestureHandlerPackage; +// react-native-pager-view +import com.reactnativepagerview.PagerViewPackage; +// react-native-safe-area-context +import com.th3rdwave.safeareacontext.SafeAreaContextPackage; +// react-native-screens +import com.swmansion.rnscreens.RNScreensPackage; +// react-native-vector-icons +import com.oblador.vectoricons.VectorIconsPackage; + +public class PackageList { + private Application application; + private ReactNativeHost reactNativeHost; + private MainPackageConfig mConfig; + + public PackageList(ReactNativeHost reactNativeHost) { + this(reactNativeHost, null); + } + + public PackageList(Application application) { + this(application, null); + } + + public PackageList(ReactNativeHost reactNativeHost, MainPackageConfig config) { + this.reactNativeHost = reactNativeHost; + mConfig = config; + } + + public PackageList(Application application, MainPackageConfig config) { + this.reactNativeHost = null; + this.application = application; + mConfig = config; + } + + private ReactNativeHost getReactNativeHost() { + return this.reactNativeHost; + } + + private Resources getResources() { + return this.getApplication().getResources(); + } + + private Application getApplication() { + if (this.reactNativeHost == null) return this.application; + return this.reactNativeHost.getApplication(); + } + + private Context getApplicationContext() { + return this.getApplication().getApplicationContext(); + } + + public ArrayList getPackages() { + return new ArrayList<>(Arrays.asList( + new MainReactPackage(mConfig), + new RNCMaskedViewPackage(), + new RNGestureHandlerPackage(), + new PagerViewPackage(), + new SafeAreaContextPackage(), + new RNScreensPackage(), + new VectorIconsPackage() + )); + } +} diff --git a/mobile/android/app/build/generated/source/buildConfig/debug/com/mobile/BuildConfig.java b/mobile/android/app/build/generated/source/buildConfig/debug/com/mobile/BuildConfig.java new file mode 100644 index 0000000..b23ba31 --- /dev/null +++ b/mobile/android/app/build/generated/source/buildConfig/debug/com/mobile/BuildConfig.java @@ -0,0 +1,12 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.mobile; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.mobile"; + public static final String BUILD_TYPE = "debug"; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/mobile/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/mobile/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/mobile/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/app_metadata/debug/app-metadata.properties b/mobile/android/app/build/intermediates/app_metadata/debug/app-metadata.properties new file mode 100644 index 0000000..08c4969 --- /dev/null +++ b/mobile/android/app/build/intermediates/app_metadata/debug/app-metadata.properties @@ -0,0 +1,2 @@ +appMetadataVersion=1.0 +androidGradlePluginVersion=4.2.2 \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/mobile/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json new file mode 100644 index 0000000..fd0d329 --- /dev/null +++ b/mobile/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json @@ -0,0 +1,10 @@ +{ + "version": 2, + "artifactType": { + "type": "COMPATIBLE_SCREEN_MANIFEST", + "kind": "Directory" + }, + "applicationId": "com.mobile", + "variantName": "debug", + "elements": [] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/mobile/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar new file mode 100644 index 0000000..080c9fe Binary files /dev/null and b/mobile/android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ diff --git a/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin new file mode 100644 index 0000000..91bb449 Binary files /dev/null and b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin differ diff --git a/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin new file mode 100644 index 0000000..aeb7edc Binary files /dev/null and b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ diff --git a/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_36df1d336a95f9192f6afab76a50275810147914ffd1d6941c9aa468118e1cb3_bucket_0/graph.bin b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_36df1d336a95f9192f6afab76a50275810147914ffd1d6941c9aa468118e1cb3_bucket_0/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_36df1d336a95f9192f6afab76a50275810147914ffd1d6941c9aa468118e1cb3_bucket_0/graph.bin differ diff --git a/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_36df1d336a95f9192f6afab76a50275810147914ffd1d6941c9aa468118e1cb3_bucket_1/graph.bin b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_36df1d336a95f9192f6afab76a50275810147914ffd1d6941c9aa468118e1cb3_bucket_1/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/mobile/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_36df1d336a95f9192f6afab76a50275810147914ffd1d6941c9aa468118e1cb3_bucket_1/graph.bin differ diff --git a/mobile/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/mobile/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex new file mode 100644 index 0000000..218ca35 Binary files /dev/null and b/mobile/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/mobile/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex b/mobile/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex new file mode 100644 index 0000000..364597d Binary files /dev/null and b/mobile/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex differ diff --git a/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex new file mode 100644 index 0000000..08b7da8 Binary files /dev/null and b/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ diff --git a/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex b/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex new file mode 100644 index 0000000..0ea18ec Binary files /dev/null and b/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex differ diff --git a/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex b/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex new file mode 100644 index 0000000..c9253e9 Binary files /dev/null and b/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex differ diff --git a/mobile/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/mobile/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out new file mode 100644 index 0000000..4ba2e77 Binary files /dev/null and b/mobile/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ diff --git a/mobile/android/app/build/intermediates/dex_number_of_buckets_file/debug/out b/mobile/android/app/build/intermediates/dex_number_of_buckets_file/debug/out new file mode 100644 index 0000000..d8263ee --- /dev/null +++ b/mobile/android/app/build/intermediates/dex_number_of_buckets_file/debug/out @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..369c686 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+51P_ddQkzbfWD6MIkeZr7WeXQ= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+51P_ddQkzbfWD6MIkeZr7WeXQ= new file mode 100644 index 0000000..862ee84 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0+51P_ddQkzbfWD6MIkeZr7WeXQ= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/04yCrbKiBF7MgtawWuiSO_oLyKg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/04yCrbKiBF7MgtawWuiSO_oLyKg= new file mode 100644 index 0000000..5b308b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/04yCrbKiBF7MgtawWuiSO_oLyKg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0WZYsPb_3nrmNwIHCW7141eXylo= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0WZYsPb_3nrmNwIHCW7141eXylo= new file mode 100644 index 0000000..b54d080 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0WZYsPb_3nrmNwIHCW7141eXylo= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0kTjtYd07NMj3rEm+3busnMUKfQ= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0kTjtYd07NMj3rEm+3busnMUKfQ= new file mode 100644 index 0000000..995ec15 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0kTjtYd07NMj3rEm+3busnMUKfQ= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1OMMQf4qEclNlXTBEyOI8vRl1+M= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1OMMQf4qEclNlXTBEyOI8vRl1+M= new file mode 100644 index 0000000..f8c21da Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1OMMQf4qEclNlXTBEyOI8vRl1+M= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1d3EJQxyKcu3ZoxC+tNcMaQb6W4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1d3EJQxyKcu3ZoxC+tNcMaQb6W4= new file mode 100644 index 0000000..f224688 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1d3EJQxyKcu3ZoxC+tNcMaQb6W4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1eILtxNct7hb8fd9q1f2CHnwe34= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1eILtxNct7hb8fd9q1f2CHnwe34= new file mode 100644 index 0000000..8488a02 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1eILtxNct7hb8fd9q1f2CHnwe34= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1q6Beg5AX_2K+WiSszV7uvoTYVo= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1q6Beg5AX_2K+WiSszV7uvoTYVo= new file mode 100644 index 0000000..b2a9d0b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1q6Beg5AX_2K+WiSszV7uvoTYVo= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/27iWjZnIefUh7Jk67ieRBq_R8FA= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/27iWjZnIefUh7Jk67ieRBq_R8FA= new file mode 100644 index 0000000..a578fea Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/27iWjZnIefUh7Jk67ieRBq_R8FA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2onx6b9kZ1JqI6Zetinp9LsNIKM= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2onx6b9kZ1JqI6Zetinp9LsNIKM= new file mode 100644 index 0000000..4c9f6a2 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2onx6b9kZ1JqI6Zetinp9LsNIKM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3XNdHyH0HpTh8vPnEaXQ1gYen8w= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3XNdHyH0HpTh8vPnEaXQ1gYen8w= new file mode 100644 index 0000000..2015c21 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3XNdHyH0HpTh8vPnEaXQ1gYen8w= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3f7vBuI4qjBJ0kUhFw83a6NIbYk= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3f7vBuI4qjBJ0kUhFw83a6NIbYk= new file mode 100644 index 0000000..398ebb9 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3f7vBuI4qjBJ0kUhFw83a6NIbYk= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3y4BKgjSk_jJMEZ30hVZ39Jj6gY= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3y4BKgjSk_jJMEZ30hVZ39Jj6gY= new file mode 100644 index 0000000..6d92c32 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3y4BKgjSk_jJMEZ30hVZ39Jj6gY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/43oAjN+gJtjxfDegYjWpp97EXdY= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/43oAjN+gJtjxfDegYjWpp97EXdY= new file mode 100644 index 0000000..dfaf471 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/43oAjN+gJtjxfDegYjWpp97EXdY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4J4frQCJH54yN3rc7qcP6K2UDXY= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4J4frQCJH54yN3rc7qcP6K2UDXY= new file mode 100644 index 0000000..12dee8f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4J4frQCJH54yN3rc7qcP6K2UDXY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4u+_szcXo3Y5pCpYDM8_XfEdBLU= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4u+_szcXo3Y5pCpYDM8_XfEdBLU= new file mode 100644 index 0000000..f8d2608 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4u+_szcXo3Y5pCpYDM8_XfEdBLU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/55B6WiEr+Q2UJO0j2ywNo0+IVaA= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/55B6WiEr+Q2UJO0j2ywNo0+IVaA= new file mode 100644 index 0000000..9cade31 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/55B6WiEr+Q2UJO0j2ywNo0+IVaA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B4ctxumQjewYK4hlpSE4bHpizw= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B4ctxumQjewYK4hlpSE4bHpizw= new file mode 100644 index 0000000..092121f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5B4ctxumQjewYK4hlpSE4bHpizw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5eVCVy+JIuVUN1zQ1t7pE5kZa04= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5eVCVy+JIuVUN1zQ1t7pE5kZa04= new file mode 100644 index 0000000..b3c19c8 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5eVCVy+JIuVUN1zQ1t7pE5kZa04= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6KtA11Eg032G_UbkME2JbZoo8R8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6KtA11Eg032G_UbkME2JbZoo8R8= new file mode 100644 index 0000000..b0efa63 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6KtA11Eg032G_UbkME2JbZoo8R8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6RjN9x4K3+OWfDGL8IMvUy3LF0k= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6RjN9x4K3+OWfDGL8IMvUy3LF0k= new file mode 100644 index 0000000..ec7f3f7 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6RjN9x4K3+OWfDGL8IMvUy3LF0k= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6wESQ72su5CzXAXQm0+5qapwRSA= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6wESQ72su5CzXAXQm0+5qapwRSA= new file mode 100644 index 0000000..3ba6408 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6wESQ72su5CzXAXQm0+5qapwRSA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8gXx_0kE12WdTqLayWFuhpneat4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8gXx_0kE12WdTqLayWFuhpneat4= new file mode 100644 index 0000000..6f686cc Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8gXx_0kE12WdTqLayWFuhpneat4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8zMSGBbpXhbG6PwXw9FOiF7gHy4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8zMSGBbpXhbG6PwXw9FOiF7gHy4= new file mode 100644 index 0000000..e3c6fbd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8zMSGBbpXhbG6PwXw9FOiF7gHy4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9ND5dT0ahjgUChBo3i7931QLxIw= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9ND5dT0ahjgUChBo3i7931QLxIw= new file mode 100644 index 0000000..4d0a804 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9ND5dT0ahjgUChBo3i7931QLxIw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9o5DcQCsJxFSETi_B1R3_ExIWLM= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9o5DcQCsJxFSETi_B1R3_ExIWLM= new file mode 100644 index 0000000..29efcdd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9o5DcQCsJxFSETi_B1R3_ExIWLM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AbRHD6tXbBKNvPKYKFuntBDVfiM= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AbRHD6tXbBKNvPKYKFuntBDVfiM= new file mode 100644 index 0000000..1391454 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AbRHD6tXbBKNvPKYKFuntBDVfiM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Aqg9II5jmg5mMFau00wOPVEkC3Y= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Aqg9II5jmg5mMFau00wOPVEkC3Y= new file mode 100644 index 0000000..cdcdf9f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Aqg9II5jmg5mMFau00wOPVEkC3Y= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B313llcjfGF2czcuQN848MLwJQs= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B313llcjfGF2czcuQN848MLwJQs= new file mode 100644 index 0000000..de8a9ad Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B313llcjfGF2czcuQN848MLwJQs= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E2pYjm2Hj+DEMAh8FtzVGPYivgA= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E2pYjm2Hj+DEMAh8FtzVGPYivgA= new file mode 100644 index 0000000..638cb28 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E2pYjm2Hj+DEMAh8FtzVGPYivgA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EdfUIxaB2xJMNTLXvj0BrgsoWCg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EdfUIxaB2xJMNTLXvj0BrgsoWCg= new file mode 100644 index 0000000..696031b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EdfUIxaB2xJMNTLXvj0BrgsoWCg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EmXyp0iKLlw3c+oQJQrxcSQNHCc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EmXyp0iKLlw3c+oQJQrxcSQNHCc= new file mode 100644 index 0000000..6956bd6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EmXyp0iKLlw3c+oQJQrxcSQNHCc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EqO_lwmaruMQIl9y2QOEIv4h0SE= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EqO_lwmaruMQIl9y2QOEIv4h0SE= new file mode 100644 index 0000000..d0a17a9 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EqO_lwmaruMQIl9y2QOEIv4h0SE= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G62nigunPoVDOoG_tZ+6fbozazg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G62nigunPoVDOoG_tZ+6fbozazg= new file mode 100644 index 0000000..d4118d6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G62nigunPoVDOoG_tZ+6fbozazg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GYqnrqkaBR04v6Q33T8ZKqSqF18= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GYqnrqkaBR04v6Q33T8ZKqSqF18= new file mode 100644 index 0000000..7e2537c Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GYqnrqkaBR04v6Q33T8ZKqSqF18= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gbs_987svJEuHAPmDbjeL5buMl0= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gbs_987svJEuHAPmDbjeL5buMl0= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Gbs_987svJEuHAPmDbjeL5buMl0= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HACq7TXddej2cTMEwR0Kza7oHYw= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HACq7TXddej2cTMEwR0Kza7oHYw= new file mode 100644 index 0000000..c68ea7a Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HACq7TXddej2cTMEwR0Kza7oHYw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HtmXVa2g5aRz8FfPX4lOa+W_0tc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HtmXVa2g5aRz8FfPX4lOa+W_0tc= new file mode 100644 index 0000000..a769844 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HtmXVa2g5aRz8FfPX4lOa+W_0tc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J1cearfsPjsUBvxxZ3mB39KoNd4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J1cearfsPjsUBvxxZ3mB39KoNd4= new file mode 100644 index 0000000..46ce690 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J1cearfsPjsUBvxxZ3mB39KoNd4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JVW+KHv4NvBr6ym42xIDoersYrY= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JVW+KHv4NvBr6ym42xIDoersYrY= new file mode 100644 index 0000000..37fadce Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JVW+KHv4NvBr6ym42xIDoersYrY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jb02M6L6lkGpzqe7eKhQMmFAjQ0= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jb02M6L6lkGpzqe7eKhQMmFAjQ0= new file mode 100644 index 0000000..9be3bda Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jb02M6L6lkGpzqe7eKhQMmFAjQ0= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KnvXCqbVO2GlGpYLtDgyuINQdMU= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KnvXCqbVO2GlGpYLtDgyuINQdMU= new file mode 100644 index 0000000..be8ec46 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KnvXCqbVO2GlGpYLtDgyuINQdMU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KxjcsZDUJawLg57Yy6RBHkRJbYc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KxjcsZDUJawLg57Yy6RBHkRJbYc= new file mode 100644 index 0000000..b886455 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KxjcsZDUJawLg57Yy6RBHkRJbYc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N4agXN6c4th9NDKKzIolCrU5F6Y= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N4agXN6c4th9NDKKzIolCrU5F6Y= new file mode 100644 index 0000000..33a6966 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N4agXN6c4th9NDKKzIolCrU5F6Y= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5b7ZbtDIQghgWX9zXJUNzk57g8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5b7ZbtDIQghgWX9zXJUNzk57g8= new file mode 100644 index 0000000..7c49e1c Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5b7ZbtDIQghgWX9zXJUNzk57g8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5g3ErQId3QZGWdtgO7mOlXV5RU= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5g3ErQId3QZGWdtgO7mOlXV5RU= new file mode 100644 index 0000000..59222d9 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5g3ErQId3QZGWdtgO7mOlXV5RU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NNSX1hJ+Q0wD1XZDvS9REbY7PR8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NNSX1hJ+Q0wD1XZDvS9REbY7PR8= new file mode 100644 index 0000000..003f3d5 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NNSX1hJ+Q0wD1XZDvS9REbY7PR8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QhjiTzoVoPlOLGg+P_NsTxyT_fg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QhjiTzoVoPlOLGg+P_NsTxyT_fg= new file mode 100644 index 0000000..653ce23 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QhjiTzoVoPlOLGg+P_NsTxyT_fg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QoAvRy5nxh_tSNOwRQKdGTLhSBE= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QoAvRy5nxh_tSNOwRQKdGTLhSBE= new file mode 100644 index 0000000..f2ba52f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QoAvRy5nxh_tSNOwRQKdGTLhSBE= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T68pGEijLCMiMmdbSBKjTcs3bhs= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T68pGEijLCMiMmdbSBKjTcs3bhs= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T68pGEijLCMiMmdbSBKjTcs3bhs= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UwQ3MTtpLvhIXqzlLh7d0q0AsgU= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UwQ3MTtpLvhIXqzlLh7d0q0AsgU= new file mode 100644 index 0000000..5f24c2e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UwQ3MTtpLvhIXqzlLh7d0q0AsgU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V4DR8x4Yi4wRFq3ktOpleIG70Vk= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V4DR8x4Yi4wRFq3ktOpleIG70Vk= new file mode 100644 index 0000000..aa3b6a4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V4DR8x4Yi4wRFq3ktOpleIG70Vk= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VPUL3iC36ExFUnAYGkxRO7STu5g= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VPUL3iC36ExFUnAYGkxRO7STu5g= new file mode 100644 index 0000000..926710e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VPUL3iC36ExFUnAYGkxRO7STu5g= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WpYPQkq4O_HQqc4DIyOYrG09WNc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WpYPQkq4O_HQqc4DIyOYrG09WNc= new file mode 100644 index 0000000..b4e3da2 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WpYPQkq4O_HQqc4DIyOYrG09WNc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XLifvwYqKgF19NeijHHXNr8ixxQ= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XLifvwYqKgF19NeijHHXNr8ixxQ= new file mode 100644 index 0000000..fe3b040 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XLifvwYqKgF19NeijHHXNr8ixxQ= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XiFEfzpw+MljGVMa8sl0_HSfUrA= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XiFEfzpw+MljGVMa8sl0_HSfUrA= new file mode 100644 index 0000000..fd7a41f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XiFEfzpw+MljGVMa8sl0_HSfUrA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xu+LFMhT5WYLLK8RUUPK9sPdq0E= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xu+LFMhT5WYLLK8RUUPK9sPdq0E= new file mode 100644 index 0000000..5b0de3f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xu+LFMhT5WYLLK8RUUPK9sPdq0E= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YqOJCMu3mPgCFtMBj0QlNk4AFaI= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YqOJCMu3mPgCFtMBj0QlNk4AFaI= new file mode 100644 index 0000000..fb794be Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YqOJCMu3mPgCFtMBj0QlNk4AFaI= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZedXfMZVDo3y+vWNNrM8MmiyFFw= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZedXfMZVDo3y+vWNNrM8MmiyFFw= new file mode 100644 index 0000000..d2374a1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZedXfMZVDo3y+vWNNrM8MmiyFFw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZmIqpodPYud2CENT7vYaD2Oyn+Q= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZmIqpodPYud2CENT7vYaD2Oyn+Q= new file mode 100644 index 0000000..98675e3 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZmIqpodPYud2CENT7vYaD2Oyn+Q= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu6seffnJxzrOv3hjDa7Cis_5wg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu6seffnJxzrOv3hjDa7Cis_5wg= new file mode 100644 index 0000000..518cce4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu6seffnJxzrOv3hjDa7Cis_5wg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_oLWjqRO7bw8nckGf9m2chg0hzg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_oLWjqRO7bw8nckGf9m2chg0hzg= new file mode 100644 index 0000000..9ed07b4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_oLWjqRO7bw8nckGf9m2chg0hzg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/adpDtXJSFqxtswHN_do8ue9NgNc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/adpDtXJSFqxtswHN_do8ue9NgNc= new file mode 100644 index 0000000..98a5978 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/adpDtXJSFqxtswHN_do8ue9NgNc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cJizt7uzd7WDO_mBVklq9+Wh8y8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cJizt7uzd7WDO_mBVklq9+Wh8y8= new file mode 100644 index 0000000..b4c6c3e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cJizt7uzd7WDO_mBVklq9+Wh8y8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ctNWmm59+v+HILBBNIm7D0xkRPw= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ctNWmm59+v+HILBBNIm7D0xkRPw= new file mode 100644 index 0000000..7d09c25 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ctNWmm59+v+HILBBNIm7D0xkRPw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eFHtKhjGLrpP4heWq8Dartq9Ltg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eFHtKhjGLrpP4heWq8Dartq9Ltg= new file mode 100644 index 0000000..24b5745 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eFHtKhjGLrpP4heWq8Dartq9Ltg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUa9HYVbptrw5SJYpJyE_sPUUtY= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUa9HYVbptrw5SJYpJyE_sPUUtY= new file mode 100644 index 0000000..be5c585 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUa9HYVbptrw5SJYpJyE_sPUUtY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fAcWK9GiAk4hBhhNcIatjKpb1R4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fAcWK9GiAk4hBhhNcIatjKpb1R4= new file mode 100644 index 0000000..a474bcf Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fAcWK9GiAk4hBhhNcIatjKpb1R4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gccEihQ0VaTRcnOfzyGUjN1jwc8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gccEihQ0VaTRcnOfzyGUjN1jwc8= new file mode 100644 index 0000000..8a7bc9d Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gccEihQ0VaTRcnOfzyGUjN1jwc8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h060dv7dQsoT7IgC2YIZ+bKT7sA= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h060dv7dQsoT7IgC2YIZ+bKT7sA= new file mode 100644 index 0000000..c0b07b4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h060dv7dQsoT7IgC2YIZ+bKT7sA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hQmVV3Z+EoK486Gxi4AIPVXH+h0= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hQmVV3Z+EoK486Gxi4AIPVXH+h0= new file mode 100644 index 0000000..5ff5dc6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hQmVV3Z+EoK486Gxi4AIPVXH+h0= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iB6Nfem3oDM4rKAoN1V4RpJeYJc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iB6Nfem3oDM4rKAoN1V4RpJeYJc= new file mode 100644 index 0000000..a1d452e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iB6Nfem3oDM4rKAoN1V4RpJeYJc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUIbngwaqzPU49clSl2NPO7GkhM= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUIbngwaqzPU49clSl2NPO7GkhM= new file mode 100644 index 0000000..49eeef6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUIbngwaqzPU49clSl2NPO7GkhM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ijThBa_xRMwLD9II67_Bb5p3Ck4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ijThBa_xRMwLD9II67_Bb5p3Ck4= new file mode 100644 index 0000000..b42ca4f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ijThBa_xRMwLD9II67_Bb5p3Ck4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jtgGfuWzAXyu2Q63zcDkX1whB8A= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jtgGfuWzAXyu2Q63zcDkX1whB8A= new file mode 100644 index 0000000..44a52c1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jtgGfuWzAXyu2Q63zcDkX1whB8A= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kJ4oulJVdmr72TgCoCKPULofq6M= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kJ4oulJVdmr72TgCoCKPULofq6M= new file mode 100644 index 0000000..89fbacd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kJ4oulJVdmr72TgCoCKPULofq6M= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kNzD2RiVC7TqMV2Y_gRu8qn8mC8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kNzD2RiVC7TqMV2Y_gRu8qn8mC8= new file mode 100644 index 0000000..17965b1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kNzD2RiVC7TqMV2Y_gRu8qn8mC8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l54LtnjzB47iHhii+HqkzXiJ8hc= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l54LtnjzB47iHhii+HqkzXiJ8hc= new file mode 100644 index 0000000..5dd6acd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/l54LtnjzB47iHhii+HqkzXiJ8hc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lz95bnTSak6Lm2hg16loTfDYsz4= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lz95bnTSak6Lm2hg16loTfDYsz4= new file mode 100644 index 0000000..7b4450b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lz95bnTSak6Lm2hg16loTfDYsz4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rmWt2mFJX3yU09YTyEjGefFTOFI= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rmWt2mFJX3yU09YTyEjGefFTOFI= new file mode 100644 index 0000000..22bdb4e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rmWt2mFJX3yU09YTyEjGefFTOFI= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s90TwF93hT79YDZ6Ld10mjRmMLI= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s90TwF93hT79YDZ6Ld10mjRmMLI= new file mode 100644 index 0000000..628378a Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s90TwF93hT79YDZ6Ld10mjRmMLI= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMxjXJkDw3P_UegOHj931TjvvAY= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMxjXJkDw3P_UegOHj931TjvvAY= new file mode 100644 index 0000000..9fef6ad Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tMxjXJkDw3P_UegOHj931TjvvAY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tZ2SGlYuWG+wrYP1D975UXLwGjg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tZ2SGlYuWG+wrYP1D975UXLwGjg= new file mode 100644 index 0000000..5fd1e8c Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tZ2SGlYuWG+wrYP1D975UXLwGjg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tx_uw3252gUzoA_2hmPXmONw+Jg= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tx_uw3252gUzoA_2hmPXmONw+Jg= new file mode 100644 index 0000000..db85be6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tx_uw3252gUzoA_2hmPXmONw+Jg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uBQ2K87wnWD3iLmYOyB7WZ+3SR8= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uBQ2K87wnWD3iLmYOyB7WZ+3SR8= new file mode 100644 index 0000000..92c0470 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uBQ2K87wnWD3iLmYOyB7WZ+3SR8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vMdYwPYts8o0eku2HvGXJolz29g= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vMdYwPYts8o0eku2HvGXJolz29g= new file mode 100644 index 0000000..c5f9402 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vMdYwPYts8o0eku2HvGXJolz29g= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xfa66Acqnn8wiJCbe4FdtdC95+A= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xfa66Acqnn8wiJCbe4FdtdC95+A= new file mode 100644 index 0000000..e768faf Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xfa66Acqnn8wiJCbe4FdtdC95+A= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z2VNgoTZP_wQDuWSSwxoaItXDZw= b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z2VNgoTZP_wQDuWSSwxoaItXDZw= new file mode 100644 index 0000000..a58c4fd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z2VNgoTZP_wQDuWSSwxoaItXDZw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state new file mode 100644 index 0000000..110a880 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0+51P_ddQkzbfWD6MIkeZr7WeXQ= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0+51P_ddQkzbfWD6MIkeZr7WeXQ= new file mode 100644 index 0000000..862ee84 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0+51P_ddQkzbfWD6MIkeZr7WeXQ= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/04yCrbKiBF7MgtawWuiSO_oLyKg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/04yCrbKiBF7MgtawWuiSO_oLyKg= new file mode 100644 index 0000000..5b308b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/04yCrbKiBF7MgtawWuiSO_oLyKg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0WZYsPb_3nrmNwIHCW7141eXylo= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0WZYsPb_3nrmNwIHCW7141eXylo= new file mode 100644 index 0000000..5ab8cbd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0WZYsPb_3nrmNwIHCW7141eXylo= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0kTjtYd07NMj3rEm+3busnMUKfQ= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0kTjtYd07NMj3rEm+3busnMUKfQ= new file mode 100644 index 0000000..995ec15 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/0kTjtYd07NMj3rEm+3busnMUKfQ= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1OMMQf4qEclNlXTBEyOI8vRl1+M= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1OMMQf4qEclNlXTBEyOI8vRl1+M= new file mode 100644 index 0000000..ee31791 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1OMMQf4qEclNlXTBEyOI8vRl1+M= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1d3EJQxyKcu3ZoxC+tNcMaQb6W4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1d3EJQxyKcu3ZoxC+tNcMaQb6W4= new file mode 100644 index 0000000..f224688 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1d3EJQxyKcu3ZoxC+tNcMaQb6W4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1eILtxNct7hb8fd9q1f2CHnwe34= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1eILtxNct7hb8fd9q1f2CHnwe34= new file mode 100644 index 0000000..ab6eb53 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1eILtxNct7hb8fd9q1f2CHnwe34= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1q6Beg5AX_2K+WiSszV7uvoTYVo= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1q6Beg5AX_2K+WiSszV7uvoTYVo= new file mode 100644 index 0000000..b2a9d0b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/1q6Beg5AX_2K+WiSszV7uvoTYVo= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/27iWjZnIefUh7Jk67ieRBq_R8FA= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/27iWjZnIefUh7Jk67ieRBq_R8FA= new file mode 100644 index 0000000..176918b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/27iWjZnIefUh7Jk67ieRBq_R8FA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2onx6b9kZ1JqI6Zetinp9LsNIKM= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2onx6b9kZ1JqI6Zetinp9LsNIKM= new file mode 100644 index 0000000..4c9f6a2 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2onx6b9kZ1JqI6Zetinp9LsNIKM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3XNdHyH0HpTh8vPnEaXQ1gYen8w= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3XNdHyH0HpTh8vPnEaXQ1gYen8w= new file mode 100644 index 0000000..2015c21 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3XNdHyH0HpTh8vPnEaXQ1gYen8w= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3f7vBuI4qjBJ0kUhFw83a6NIbYk= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3f7vBuI4qjBJ0kUhFw83a6NIbYk= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3f7vBuI4qjBJ0kUhFw83a6NIbYk= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3y4BKgjSk_jJMEZ30hVZ39Jj6gY= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3y4BKgjSk_jJMEZ30hVZ39Jj6gY= new file mode 100644 index 0000000..2a6090f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3y4BKgjSk_jJMEZ30hVZ39Jj6gY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/43oAjN+gJtjxfDegYjWpp97EXdY= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/43oAjN+gJtjxfDegYjWpp97EXdY= new file mode 100644 index 0000000..dfaf471 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/43oAjN+gJtjxfDegYjWpp97EXdY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4J4frQCJH54yN3rc7qcP6K2UDXY= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4J4frQCJH54yN3rc7qcP6K2UDXY= new file mode 100644 index 0000000..12dee8f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4J4frQCJH54yN3rc7qcP6K2UDXY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4u+_szcXo3Y5pCpYDM8_XfEdBLU= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4u+_szcXo3Y5pCpYDM8_XfEdBLU= new file mode 100644 index 0000000..f8d2608 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/4u+_szcXo3Y5pCpYDM8_XfEdBLU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/55B6WiEr+Q2UJO0j2ywNo0+IVaA= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/55B6WiEr+Q2UJO0j2ywNo0+IVaA= new file mode 100644 index 0000000..9cade31 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/55B6WiEr+Q2UJO0j2ywNo0+IVaA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5B4ctxumQjewYK4hlpSE4bHpizw= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5B4ctxumQjewYK4hlpSE4bHpizw= new file mode 100644 index 0000000..092121f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5B4ctxumQjewYK4hlpSE4bHpizw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5eVCVy+JIuVUN1zQ1t7pE5kZa04= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5eVCVy+JIuVUN1zQ1t7pE5kZa04= new file mode 100644 index 0000000..5707aa8 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/5eVCVy+JIuVUN1zQ1t7pE5kZa04= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6KtA11Eg032G_UbkME2JbZoo8R8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6KtA11Eg032G_UbkME2JbZoo8R8= new file mode 100644 index 0000000..b0efa63 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6KtA11Eg032G_UbkME2JbZoo8R8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6RjN9x4K3+OWfDGL8IMvUy3LF0k= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6RjN9x4K3+OWfDGL8IMvUy3LF0k= new file mode 100644 index 0000000..6888d08 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6RjN9x4K3+OWfDGL8IMvUy3LF0k= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6wESQ72su5CzXAXQm0+5qapwRSA= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6wESQ72su5CzXAXQm0+5qapwRSA= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6wESQ72su5CzXAXQm0+5qapwRSA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8gXx_0kE12WdTqLayWFuhpneat4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8gXx_0kE12WdTqLayWFuhpneat4= new file mode 100644 index 0000000..6f686cc Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8gXx_0kE12WdTqLayWFuhpneat4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8zMSGBbpXhbG6PwXw9FOiF7gHy4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8zMSGBbpXhbG6PwXw9FOiF7gHy4= new file mode 100644 index 0000000..aeaa230 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8zMSGBbpXhbG6PwXw9FOiF7gHy4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9ND5dT0ahjgUChBo3i7931QLxIw= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9ND5dT0ahjgUChBo3i7931QLxIw= new file mode 100644 index 0000000..4d0a804 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9ND5dT0ahjgUChBo3i7931QLxIw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9o5DcQCsJxFSETi_B1R3_ExIWLM= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9o5DcQCsJxFSETi_B1R3_ExIWLM= new file mode 100644 index 0000000..29efcdd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9o5DcQCsJxFSETi_B1R3_ExIWLM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AbRHD6tXbBKNvPKYKFuntBDVfiM= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AbRHD6tXbBKNvPKYKFuntBDVfiM= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AbRHD6tXbBKNvPKYKFuntBDVfiM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Aqg9II5jmg5mMFau00wOPVEkC3Y= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Aqg9II5jmg5mMFau00wOPVEkC3Y= new file mode 100644 index 0000000..ebda46b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Aqg9II5jmg5mMFau00wOPVEkC3Y= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B313llcjfGF2czcuQN848MLwJQs= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B313llcjfGF2czcuQN848MLwJQs= new file mode 100644 index 0000000..7666b4e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B313llcjfGF2czcuQN848MLwJQs= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/E2pYjm2Hj+DEMAh8FtzVGPYivgA= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/E2pYjm2Hj+DEMAh8FtzVGPYivgA= new file mode 100644 index 0000000..638cb28 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/E2pYjm2Hj+DEMAh8FtzVGPYivgA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EdfUIxaB2xJMNTLXvj0BrgsoWCg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EdfUIxaB2xJMNTLXvj0BrgsoWCg= new file mode 100644 index 0000000..696031b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EdfUIxaB2xJMNTLXvj0BrgsoWCg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EmXyp0iKLlw3c+oQJQrxcSQNHCc= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EmXyp0iKLlw3c+oQJQrxcSQNHCc= new file mode 100644 index 0000000..c703ef4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EmXyp0iKLlw3c+oQJQrxcSQNHCc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EqO_lwmaruMQIl9y2QOEIv4h0SE= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EqO_lwmaruMQIl9y2QOEIv4h0SE= new file mode 100644 index 0000000..d0a17a9 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/EqO_lwmaruMQIl9y2QOEIv4h0SE= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G62nigunPoVDOoG_tZ+6fbozazg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G62nigunPoVDOoG_tZ+6fbozazg= new file mode 100644 index 0000000..d4118d6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G62nigunPoVDOoG_tZ+6fbozazg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GYqnrqkaBR04v6Q33T8ZKqSqF18= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GYqnrqkaBR04v6Q33T8ZKqSqF18= new file mode 100644 index 0000000..7e2537c Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GYqnrqkaBR04v6Q33T8ZKqSqF18= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gbs_987svJEuHAPmDbjeL5buMl0= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gbs_987svJEuHAPmDbjeL5buMl0= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Gbs_987svJEuHAPmDbjeL5buMl0= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HACq7TXddej2cTMEwR0Kza7oHYw= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HACq7TXddej2cTMEwR0Kza7oHYw= new file mode 100644 index 0000000..c68ea7a Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HACq7TXddej2cTMEwR0Kza7oHYw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HtmXVa2g5aRz8FfPX4lOa+W_0tc= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HtmXVa2g5aRz8FfPX4lOa+W_0tc= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/HtmXVa2g5aRz8FfPX4lOa+W_0tc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/J1cearfsPjsUBvxxZ3mB39KoNd4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/J1cearfsPjsUBvxxZ3mB39KoNd4= new file mode 100644 index 0000000..46ce690 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/J1cearfsPjsUBvxxZ3mB39KoNd4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JVW+KHv4NvBr6ym42xIDoersYrY= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JVW+KHv4NvBr6ym42xIDoersYrY= new file mode 100644 index 0000000..9426e40 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JVW+KHv4NvBr6ym42xIDoersYrY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Jb02M6L6lkGpzqe7eKhQMmFAjQ0= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Jb02M6L6lkGpzqe7eKhQMmFAjQ0= new file mode 100644 index 0000000..9be3bda Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Jb02M6L6lkGpzqe7eKhQMmFAjQ0= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KnvXCqbVO2GlGpYLtDgyuINQdMU= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KnvXCqbVO2GlGpYLtDgyuINQdMU= new file mode 100644 index 0000000..be8ec46 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KnvXCqbVO2GlGpYLtDgyuINQdMU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KxjcsZDUJawLg57Yy6RBHkRJbYc= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KxjcsZDUJawLg57Yy6RBHkRJbYc= new file mode 100644 index 0000000..b886455 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/KxjcsZDUJawLg57Yy6RBHkRJbYc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N4agXN6c4th9NDKKzIolCrU5F6Y= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N4agXN6c4th9NDKKzIolCrU5F6Y= new file mode 100644 index 0000000..33a6966 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N4agXN6c4th9NDKKzIolCrU5F6Y= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5b7ZbtDIQghgWX9zXJUNzk57g8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5b7ZbtDIQghgWX9zXJUNzk57g8= new file mode 100644 index 0000000..7c49e1c Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5b7ZbtDIQghgWX9zXJUNzk57g8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5g3ErQId3QZGWdtgO7mOlXV5RU= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5g3ErQId3QZGWdtgO7mOlXV5RU= new file mode 100644 index 0000000..59222d9 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5g3ErQId3QZGWdtgO7mOlXV5RU= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/NNSX1hJ+Q0wD1XZDvS9REbY7PR8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/NNSX1hJ+Q0wD1XZDvS9REbY7PR8= new file mode 100644 index 0000000..003f3d5 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/NNSX1hJ+Q0wD1XZDvS9REbY7PR8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QhjiTzoVoPlOLGg+P_NsTxyT_fg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QhjiTzoVoPlOLGg+P_NsTxyT_fg= new file mode 100644 index 0000000..81db71e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QhjiTzoVoPlOLGg+P_NsTxyT_fg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QoAvRy5nxh_tSNOwRQKdGTLhSBE= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QoAvRy5nxh_tSNOwRQKdGTLhSBE= new file mode 100644 index 0000000..7f6506d Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/QoAvRy5nxh_tSNOwRQKdGTLhSBE= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/T68pGEijLCMiMmdbSBKjTcs3bhs= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/T68pGEijLCMiMmdbSBKjTcs3bhs= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/T68pGEijLCMiMmdbSBKjTcs3bhs= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/V4DR8x4Yi4wRFq3ktOpleIG70Vk= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/V4DR8x4Yi4wRFq3ktOpleIG70Vk= new file mode 100644 index 0000000..54bd507 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/V4DR8x4Yi4wRFq3ktOpleIG70Vk= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VPUL3iC36ExFUnAYGkxRO7STu5g= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VPUL3iC36ExFUnAYGkxRO7STu5g= new file mode 100644 index 0000000..926710e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/VPUL3iC36ExFUnAYGkxRO7STu5g= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XLifvwYqKgF19NeijHHXNr8ixxQ= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XLifvwYqKgF19NeijHHXNr8ixxQ= new file mode 100644 index 0000000..fe3b040 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XLifvwYqKgF19NeijHHXNr8ixxQ= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XiFEfzpw+MljGVMa8sl0_HSfUrA= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XiFEfzpw+MljGVMa8sl0_HSfUrA= new file mode 100644 index 0000000..30185e4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/XiFEfzpw+MljGVMa8sl0_HSfUrA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Xu+LFMhT5WYLLK8RUUPK9sPdq0E= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Xu+LFMhT5WYLLK8RUUPK9sPdq0E= new file mode 100644 index 0000000..5b0de3f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Xu+LFMhT5WYLLK8RUUPK9sPdq0E= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/YqOJCMu3mPgCFtMBj0QlNk4AFaI= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/YqOJCMu3mPgCFtMBj0QlNk4AFaI= new file mode 100644 index 0000000..fb794be Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/YqOJCMu3mPgCFtMBj0QlNk4AFaI= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZedXfMZVDo3y+vWNNrM8MmiyFFw= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZedXfMZVDo3y+vWNNrM8MmiyFFw= new file mode 100644 index 0000000..d2374a1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZedXfMZVDo3y+vWNNrM8MmiyFFw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZmIqpodPYud2CENT7vYaD2Oyn+Q= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZmIqpodPYud2CENT7vYaD2Oyn+Q= new file mode 100644 index 0000000..4faab6e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZmIqpodPYud2CENT7vYaD2Oyn+Q= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zu6seffnJxzrOv3hjDa7Cis_5wg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zu6seffnJxzrOv3hjDa7Cis_5wg= new file mode 100644 index 0000000..422de52 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Zu6seffnJxzrOv3hjDa7Cis_5wg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_oLWjqRO7bw8nckGf9m2chg0hzg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_oLWjqRO7bw8nckGf9m2chg0hzg= new file mode 100644 index 0000000..9ed07b4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/_oLWjqRO7bw8nckGf9m2chg0hzg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/adpDtXJSFqxtswHN_do8ue9NgNc= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/adpDtXJSFqxtswHN_do8ue9NgNc= new file mode 100644 index 0000000..98a5978 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/adpDtXJSFqxtswHN_do8ue9NgNc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cJizt7uzd7WDO_mBVklq9+Wh8y8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cJizt7uzd7WDO_mBVklq9+Wh8y8= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cJizt7uzd7WDO_mBVklq9+Wh8y8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ctNWmm59+v+HILBBNIm7D0xkRPw= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ctNWmm59+v+HILBBNIm7D0xkRPw= new file mode 100644 index 0000000..2e07982 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ctNWmm59+v+HILBBNIm7D0xkRPw= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eFHtKhjGLrpP4heWq8Dartq9Ltg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eFHtKhjGLrpP4heWq8Dartq9Ltg= new file mode 100644 index 0000000..24b5745 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eFHtKhjGLrpP4heWq8Dartq9Ltg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eUa9HYVbptrw5SJYpJyE_sPUUtY= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eUa9HYVbptrw5SJYpJyE_sPUUtY= new file mode 100644 index 0000000..4e44be0 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/eUa9HYVbptrw5SJYpJyE_sPUUtY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/fAcWK9GiAk4hBhhNcIatjKpb1R4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/fAcWK9GiAk4hBhhNcIatjKpb1R4= new file mode 100644 index 0000000..a474bcf Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/fAcWK9GiAk4hBhhNcIatjKpb1R4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/gccEihQ0VaTRcnOfzyGUjN1jwc8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/gccEihQ0VaTRcnOfzyGUjN1jwc8= new file mode 100644 index 0000000..8a7bc9d Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/gccEihQ0VaTRcnOfzyGUjN1jwc8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/h060dv7dQsoT7IgC2YIZ+bKT7sA= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/h060dv7dQsoT7IgC2YIZ+bKT7sA= new file mode 100644 index 0000000..c0b07b4 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/h060dv7dQsoT7IgC2YIZ+bKT7sA= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hQmVV3Z+EoK486Gxi4AIPVXH+h0= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hQmVV3Z+EoK486Gxi4AIPVXH+h0= new file mode 100644 index 0000000..5ff5dc6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/hQmVV3Z+EoK486Gxi4AIPVXH+h0= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/iUIbngwaqzPU49clSl2NPO7GkhM= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/iUIbngwaqzPU49clSl2NPO7GkhM= new file mode 100644 index 0000000..49eeef6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/iUIbngwaqzPU49clSl2NPO7GkhM= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ijThBa_xRMwLD9II67_Bb5p3Ck4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ijThBa_xRMwLD9II67_Bb5p3Ck4= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ijThBa_xRMwLD9II67_Bb5p3Ck4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/jtgGfuWzAXyu2Q63zcDkX1whB8A= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/jtgGfuWzAXyu2Q63zcDkX1whB8A= new file mode 100644 index 0000000..44a52c1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/jtgGfuWzAXyu2Q63zcDkX1whB8A= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kJ4oulJVdmr72TgCoCKPULofq6M= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kJ4oulJVdmr72TgCoCKPULofq6M= new file mode 100644 index 0000000..89fbacd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kJ4oulJVdmr72TgCoCKPULofq6M= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kNzD2RiVC7TqMV2Y_gRu8qn8mC8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kNzD2RiVC7TqMV2Y_gRu8qn8mC8= new file mode 100644 index 0000000..17965b1 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/kNzD2RiVC7TqMV2Y_gRu8qn8mC8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/l54LtnjzB47iHhii+HqkzXiJ8hc= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/l54LtnjzB47iHhii+HqkzXiJ8hc= new file mode 100644 index 0000000..5dd6acd Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/l54LtnjzB47iHhii+HqkzXiJ8hc= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lz95bnTSak6Lm2hg16loTfDYsz4= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lz95bnTSak6Lm2hg16loTfDYsz4= new file mode 100644 index 0000000..7b4450b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lz95bnTSak6Lm2hg16loTfDYsz4= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rmWt2mFJX3yU09YTyEjGefFTOFI= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rmWt2mFJX3yU09YTyEjGefFTOFI= new file mode 100644 index 0000000..22bdb4e Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/rmWt2mFJX3yU09YTyEjGefFTOFI= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/s90TwF93hT79YDZ6Ld10mjRmMLI= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/s90TwF93hT79YDZ6Ld10mjRmMLI= new file mode 100644 index 0000000..40f58a5 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/s90TwF93hT79YDZ6Ld10mjRmMLI= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tMxjXJkDw3P_UegOHj931TjvvAY= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tMxjXJkDw3P_UegOHj931TjvvAY= new file mode 100644 index 0000000..18bcca6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tMxjXJkDw3P_UegOHj931TjvvAY= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tZ2SGlYuWG+wrYP1D975UXLwGjg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tZ2SGlYuWG+wrYP1D975UXLwGjg= new file mode 100644 index 0000000..5c88b2b Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tZ2SGlYuWG+wrYP1D975UXLwGjg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tx_uw3252gUzoA_2hmPXmONw+Jg= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tx_uw3252gUzoA_2hmPXmONw+Jg= new file mode 100644 index 0000000..db85be6 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/tx_uw3252gUzoA_2hmPXmONw+Jg= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uBQ2K87wnWD3iLmYOyB7WZ+3SR8= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uBQ2K87wnWD3iLmYOyB7WZ+3SR8= new file mode 100644 index 0000000..d872030 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uBQ2K87wnWD3iLmYOyB7WZ+3SR8= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vMdYwPYts8o0eku2HvGXJolz29g= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vMdYwPYts8o0eku2HvGXJolz29g= new file mode 100644 index 0000000..5a71002 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vMdYwPYts8o0eku2HvGXJolz29g= differ diff --git a/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xfa66Acqnn8wiJCbe4FdtdC95+A= b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xfa66Acqnn8wiJCbe4FdtdC95+A= new file mode 100644 index 0000000..e768faf Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xfa66Acqnn8wiJCbe4FdtdC95+A= differ diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..41a8eaa --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..e6fcdc0 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..4896c6b --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,12 @@ +#Tue Mar 08 01:20:52 IST 2022 +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/drawable_rn_edit_text_material.xml.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat +/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml new file mode 100644 index 0000000..304fd2e --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml @@ -0,0 +1,32 @@ + + + "Gaan na tuisskerm" + "Gaan op" + "Nog opsies" + "Klaar" + "Sien alles" + "Kies \'n program" + "AF" + "AAN" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Funksie+" + "Meta+" + "Shift+" + "spasiebalk" + "Simbool+" + "Kieslys+" + "Soek …" + "Vee navraag uit" + "Soektognavraag" + "Soek" + "Dien navraag in" + "Stemsoektog" + "Deel met" + "Deel met %s" + "Vou in" + "Soek" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml new file mode 100644 index 0000000..88b54b7 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml @@ -0,0 +1,32 @@ + + + "መነሻ ዳስስ" + "ወደ ላይ ያስሱ" + "ተጨማሪ አማራጮች" + "ተከናውኗል" + "ሁሉንም ይመልከቱ" + "አንድ መተግበሪያ ይምረጡ" + "አጥፋ" + "አብራ" + "Alt+" + "Ctrl+" + "ሰርዝ" + "enter" + "Function+" + "Meta+" + "Shift+" + "ክፍተት" + "Sym+" + "Menu+" + "ይፈልጉ…" + "መጠይቅ አጽዳ" + "የፍለጋ መጠይቅ" + "ፍለጋ" + "መጠይቅ አስገባ" + "የድምጽ ፍለጋ" + "አጋራ በ" + "ለ%s አጋራ" + "ሰብስብ" + "ፍለጋ" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml new file mode 100644 index 0000000..8aaa5ed --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml @@ -0,0 +1,32 @@ + + + "التوجه إلى المنزل" + "التنقل إلى أعلى" + "خيارات أكثر" + "تم" + "عرض الكل" + "اختيار تطبيق" + "إيقاف" + "تفعيل" + "Alt+" + "Ctrl+" + "حذف" + "enter" + "Function+" + "Meta+" + "Shift+" + "فضاء" + "Sym+" + "القائمة+" + "بحث…" + "محو طلب البحث" + "طلب بحث" + "البحث" + "إرسال طلب البحث" + "بحث صوتي" + "مشاركة مع" + "مشاركة مع %s" + "تصغير" + "البحث" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml new file mode 100644 index 0000000..e206074 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml @@ -0,0 +1,32 @@ + + + "গৃহ পৃষ্ঠালৈ যাওক" + "ওপৰলৈ যাওক" + "অধিক বিকল্প" + "সম্পন্ন হ’ল" + "সকলো চাওক" + "কোনো এপ্ বাছনি কৰক" + "অফ" + "অন" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "সন্ধান কৰক…" + "সন্ধান কৰা প্ৰশ্ন মচক" + "সন্ধান কৰা প্ৰশ্ন" + "Search" + "প্ৰশ্ন দাখিল কৰক" + "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান" + "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক" + "%sৰ জৰিয়তে শ্বেয়াৰ কৰক" + "সংকোচন কৰক" + "Search" + "৯৯৯+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml new file mode 100644 index 0000000..8f27789 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml @@ -0,0 +1,32 @@ + + + "Əsas səhifəyə keçin" + "Yuxarı keçin" + "Digər seçimlər" + "Hazırdır" + "Hamısına baxın" + "Tətbiq seçin" + "DEAKTİV" + "AKTİV" + "Alt+" + "Ctrl+" + "silin" + "daxil olun" + "Funksiya+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menyu+" + "Axtarış..." + "Sorğunu silin" + "Axtarış sorğusu" + "Axtarın" + "Sorğunu göndərin" + "Səsli axtarış" + "Paylaşın" + "%s ilə paylaşın" + "Yığcamlaşdırın" + "Axtarın" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml new file mode 100644 index 0000000..1742b18 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml @@ -0,0 +1,32 @@ + + + "Idite na početnu" + "Idite nagore" + "Još opcija" + "Gotovo" + "Prikaži sve" + "Izaberite aplikaciju" + "ISKLJUČENO" + "UKLJUČENO" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "taster za razmak" + "Sym+" + "Menu+" + "Pretražite…" + "Obrišite upit" + "Pretražite upit" + "Pretražite" + "Pošaljite upit" + "Glasovna pretraga" + "Delite pomoću" + "Delite pomoću aplikacije %s" + "Skupi" + "Pretražite" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml new file mode 100644 index 0000000..0cd2a62 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml @@ -0,0 +1,32 @@ + + + "Перайсці на галоўную старонку" + "Перайсці ўверх" + "Дадатковыя параметры" + "Гатова" + "Паказаць усе" + "Выберыце праграму" + "ВЫКЛ." + "УКЛ." + "Alt +" + "Ctrl +" + "Delete" + "Enter" + "Fn +" + "Meta +" + "Shift +" + "Прабел" + "Sym +" + "Меню +" + "Пошук…" + "Выдаліць запыт" + "Пошукавы запыт" + "Пошук" + "Адправіць запыт" + "Галасавы пошук" + "Абагуліць праз" + "Абагуліць праз праграму \"%s\"" + "Згарнуць" + "Пошук" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml new file mode 100644 index 0000000..31c32cb --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml @@ -0,0 +1,32 @@ + + + "Навигиране към началния екран" + "Навигиране нагоре" + "Още опции" + "Готово" + "Преглед на всички" + "Изберете приложение" + "ИЗКЛ." + "ВКЛ." + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "клавиша за интервал" + "Sym+" + "Menu+" + "Търсете…" + "Изчистване на заявката" + "Заявка за търсене" + "Търсене" + "Изпращане на заявката" + "Гласово търсене" + "Споделяне със:" + "Споделяне със: %s" + "Свиване" + "Търсене" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml new file mode 100644 index 0000000..65c84be --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml @@ -0,0 +1,32 @@ + + + "হোমে নেভিগেট করুন" + "উপরে নেভিগেট করুন" + "আরও বিকল্প" + "হয়ে গেছে" + "সবগুলি দেখুন" + "একটি অ্যাপ বেছে নিন" + "বন্ধ আছে" + "চালু করুন" + "Alt+" + "Ctrl+" + "মুছুন" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "সার্চ করুন…" + "কোয়েরি মুছে ফেলুন" + "সার্চ কোয়েরি" + "সার্চ করুন" + "কোয়েরি জমা দিন" + "ভয়েস সার্চ করুন" + "শেয়ার করুন" + "%s-এর সাথে শেয়ার করুন" + "সঙ্কুচিত করুন" + "সার্চ করুন" + "৯৯৯+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml new file mode 100644 index 0000000..008ce54 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml @@ -0,0 +1,32 @@ + + + "Vratite se na početnu stranicu" + "Idi gore" + "Više opcija" + "Gotovo" + "Prikaži sve" + "Odaberite aplikaciju" + "ISKLJUČENO" + "UKLJUČENO" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "razmak" + "Sym+" + "Menu+" + "Pretražite..." + "Obriši upit" + "Pretraži upit" + "Pretraži" + "Pošalji upit" + "Glasovno pretraživanje" + "Dijeli sa" + "Dijeli putem aplikacije %s" + "Suzi" + "Pretražite" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml new file mode 100644 index 0000000..c47fac8 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml @@ -0,0 +1,32 @@ + + + "Navega fins a la pàgina d\'inici" + "Navega cap amunt" + "Més opcions" + "Fet" + "Mostra-ho tot" + "Selecciona una aplicació" + "DESACTIVA" + "ACTIVA" + "Alt+" + "Ctrl+" + "Supr" + "Retorn" + "Funció+" + "Meta+" + "Maj+" + "Espai" + "Sym+" + "Menú+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml new file mode 100644 index 0000000..606075a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml @@ -0,0 +1,32 @@ + + + "Přejít na plochu" + "Přejít nahoru" + "Další možnosti" + "Hotovo" + "Zobrazit vše" + "Vybrat aplikaci" + "VYP" + "ZAP" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Fn+" + "Meta+" + "Shift+" + "mezerník" + "Sym+" + "Menu+" + "Vyhledat…" + "Smazat dotaz" + "Dotaz pro vyhledávání" + "Hledat" + "Odeslat dotaz" + "Hlasové vyhledávání" + "Sdílet s" + "Sdílet s aplikací %s" + "Sbalit" + "Hledat" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml new file mode 100644 index 0000000..6c4307e --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml @@ -0,0 +1,32 @@ + + + "Find hjem" + "Gå op" + "Flere valgmuligheder" + "Udfør" + "Se alle" + "Vælg en app" + "FRA" + "TIL" + "Alt+" + "Ctrl+" + "slet" + "enter" + "Fn+" + "Meta+" + "Shift+" + "mellemrum" + "Sym+" + "Menu+" + "Søg…" + "Ryd forespørgsel" + "Søgeforespørgsel" + "Søg" + "Indsend forespørgsel" + "Talesøgning" + "Del med" + "Del med %s" + "Skjul" + "Søg" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml new file mode 100644 index 0000000..a96e870 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml @@ -0,0 +1,32 @@ + + + "Zur Startseite" + "Nach oben" + "Weitere Optionen" + "Fertig" + "Alle anzeigen" + "App auswählen" + "AUS" + "AN" + "Alt +" + "Strg +" + "Löschen" + "Eingabetaste" + "Funktionstaste +" + "Meta-Taste +" + "Umschalttaste +" + "Leertaste" + "Sym-Taste +" + "Menütaste +" + "Suchen…" + "Suchanfrage löschen" + "Suchanfrage" + "Suche" + "Anfrage senden" + "Sprachsuche" + "Teilen mit" + "Mit %s teilen" + "Minimieren" + "Suche" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml new file mode 100644 index 0000000..4ebd780 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml @@ -0,0 +1,32 @@ + + + "Πλοήγηση στην αρχική σελίδα" + "Πλοήγηση προς τα επάνω" + "Περισσότερες επιλογές" + "Τέλος" + "Εμφάνιση όλων" + "Επιλέξτε μια εφαρμογή" + "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" + "ΕΝΕΡΓΟΠΟΙΗΣΗ" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "διάστημα" + "Sym+" + "Menu+" + "Αναζήτηση…" + "Διαγραφή ερωτήματος" + "Ερώτημα αναζήτησης" + "Αναζήτηση" + "Υποβολή ερωτήματος" + "Φωνητική αναζήτηση" + "Κοινοποίηση σε" + "Κοινοποίηση στην εφαρμογή %s" + "Σύμπτυξη" + "Αναζήτηση" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml new file mode 100644 index 0000000..14b21fa --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml @@ -0,0 +1,32 @@ + + + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‎‎‎‎‏‏‎‏‎‏‏‎‎‏‎‎‎‏‎‏‎‏‏‏‎‏‎‎‎‎‏‏‎‏‏‏‏‏‏‎‎Navigate home‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‎‎‎‏‏‎‏‎‎‎‏‏‎‎‎‏‏‏‏‎‏‎‎‎‎‏‏‎‏‏‎‏‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‎‎‎‎‏‏‏‎‎‎‎‎Navigate up‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‏‏‎‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‎‏‎‏‎‏‏‏‏‏‏‏‎‏‏‎‎‏‏‎‏‏‎‎‎‎‏‎‎‏‎‏‏‏‏‏‎‏‎‎‏‎More options‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‏‎‎‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‏‏‎‎‏‏‎‏‎‎‏‏‏‎‎‎‎‏‎‎‎‏‏‏‎‎‏‎‎‎‏‎‎‎‎‎Done‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‎‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‏‎‎‎‎‏‏‎‏‏‏‎‎‎‎‏‏‏‎‎‏‎‎‎‎‏‏‏‎‏‏‎‏‎‏‎‏‎‎‎‎‏‎See all‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‎‎‎‎‏‏‏‎‎‏‏‎‎‏‎‏‎‎‏‏‎‏‏‎‏‏‏‏‏‏‎‎‏‎‎‏‏‎‎‏‎‏‎‎‏‎‏‎‎‎‎‎‎‎‎‎‎Choose an app‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‎‎‎‏‎‎‎‏‏‏‎‏‏‎‎‏‏‎‏‏‎‏‎‎‎‎‎‏‏‎‏‎‏‏‎‏‏‏‎‎‏‎‎‏‏‎‎‏‏‏‎‏‏‎OFF‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‏‎‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‏‎‎‎‎‎‎‎‏‎‎‎‎‏‎‎‎‏‏‏‏‏‎‎‏‏‎‏‏‎‎‎‎ON‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‏‎‏‏‎‎‏‏‎‏‎‏‏‎‎‎‎‎‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‏‎‎‏‏‎‎‏‏‏‏‎‏‎‎Alt+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‏‏‎‏‏‎‏‎‏‏‎‎‎‎‎‏‎‏‎‏‎‎‏‏‏‏‎‎‏‎‎‎‏‎‎‏‎‏‎‎‎‎‎‏‎‏‎‎‏‎‏‎‏‎‏‎‎Ctrl+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‏‎‏‎‎‎‎‏‎‎‏‎‏‏‎‏‏‎‏‎‏‏‏‏‏‎‏‏‎‎‏‎‏‎‎‏‏‏‎‏‏‏‏‏‏‎‎‎‎‏‏‏‎‏‎‎‎delete‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‎‏‏‎‏‎‏‎‏‏‏‎‏‎‏‏‏‏‏‏‏‎‏‏‎‎‎‎‏‏‎‎‏‏‎‏‏‎‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‎‎‏‏‎enter‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‏‏‎‏‎‎‏‏‎‏‎‏‎‎‎‎‎‏‏‏‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‏‎‎‏‏‎‎‏‎‎‏‎‎‎‏‏‎‎‏‎‎‎‏‏‏‎Function+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‎‎‏‎‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‎‎‏‎‎‎‎‎‏‎‏‎‎‏‎‎‏‏‏‏‏‏‎‎Meta+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‏‏‏‎‎‏‏‎‏‎‏‏‎‎‎‎‎‏‏‎‎‎‎‏‎‎‎‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‎‎‏‎‎‎‏‏‎‎‎‎‏‏‎Shift+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‎‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‏‏‎‏‏‎‎‎‎‎‎‎‏‏‎‏‏‎‎‎‏‏‎‎‏‎‎‎‏‏‎‏‎‎‎‎‏‎‏‏‎‎space‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‏‎‏‏‏‎‎‎‏‎‏‏‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‏‏‏‏‏‎‏‎‎‎‎‎‎‎‎‎‎‎‏‎‎‎‏‎‎‏‏‎‏‏‏‎‎Sym+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‎‎‏‎‎‏‏‏‎‎‎‎‎‎‏‏‏‎‏‏‏‏‎‎‎‎‎‏‎‎‎‏‎‏‏‏‏‎‏‎‏‏‏‎‎‎‎‏‏‏‏‎‏‏‏‏‏‎‎Menu+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‏‎‎‎‎‎‎‏‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‎‏‎‎‎‏‏‏‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‎‏‏‎‏‎‎‎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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml new file mode 100644 index 0000000..47c7e5c --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml @@ -0,0 +1,32 @@ + + + "Navegar a la página principal" + "Navegar hacia arriba" + "Más opciones" + "Listo" + "Ver todas" + "Elegir una app" + "DESACTIVAR" + "ACTIVAR" + "Alt+" + "Ctrl+" + "borrar" + "intro" + "Función+" + "Meta+" + "Mayúscula+" + "espacio" + "Sym+" + "Menú+" + "Buscar…" + "Borrar consulta" + "Búsqueda" + "Buscar" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml new file mode 100644 index 0000000..3de2551 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml @@ -0,0 +1,32 @@ + + + "Ir a inicio" + "Desplazarse hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Seleccionar una aplicación" + "DESACTIVADO" + "ACTIVADO" + "Alt +" + "Ctrl +" + "Suprimir" + "Intro" + "Función +" + "Meta +" + "Mayús +" + "Espacio" + "Sym +" + "Menú +" + "Buscar…" + "Borrar consulta" + "Consulta de búsqueda" + "Buscar" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + "Ocultar" + "Buscar" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml new file mode 100644 index 0000000..f0d9121 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml @@ -0,0 +1,32 @@ + + + "Liigu avalehele" + "Liigu üles" + "Rohkem valikuid" + "Valmis" + "Kuva kõik" + "Valige rakendus" + "VÄLJAS" + "SEES" + "Alt +" + "Ctrl +" + "kustuta" + "sisestusklahv" + "Funktsiooniklahv +" + "Meta +" + "Tõstuklahv +" + "tühik" + "Sym +" + "Menüü +" + "Otsige …" + "Päringu tühistamine" + "Otsingupäring" + "Otsing" + "Päringu esitamine" + "Häälotsing" + "Jaga:" + "Jagamine rakendusega %s" + "Ahendamine" + "Otsing" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml new file mode 100644 index 0000000..1015ba8 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml @@ -0,0 +1,32 @@ + + + "Joan orri nagusira" + "Joan gora" + "Aukera gehiago" + "Eginda" + "Ikusi guztiak" + "Aukeratu aplikazio bat" + "DESAKTIBATU" + "AKTIBATU" + "Alt +" + "Ktrl +" + "ezabatu" + "sartu" + "Funtzioa +" + "Meta +" + "Maius +" + "zuriunea" + "Sym +" + "Menua +" + "Bilatu…" + "Garbitu kontsulta" + "Bilaketa-kontsulta" + "Bilatu" + "Bidali kontsulta" + "Ahozko bilaketa" + "Partekatu honekin" + "Partekatu %s aplikazioarekin" + "Tolestu" + "Bilatu" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml new file mode 100644 index 0000000..a21615c --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml @@ -0,0 +1,32 @@ + + + "پیمایش به صفحه اصلی" + "رفتن به بالا" + "گزینه‌های بیشتر" + "تمام" + "دیدن همه" + "انتخاب برنامه" + "خاموش" + "روشن" + "‎Alt+‎" + "‎Ctrl+‎" + "حذف" + "enter" + "‎Function+‎" + "‎Meta+‎" + "‎Shift+‎" + "فاصله" + "‎Sym+‎" + "منو+" + "جستجو…‏" + "پاک کردن پُرسمان" + "درخواست جستجو" + "جستجو" + "ارسال پُرسمان" + "جستجوی گفتاری" + "هم‌رسانی با" + "هم‌رسانی با %s" + "کوچک کردن" + "جستجو" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml new file mode 100644 index 0000000..74084f1 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml @@ -0,0 +1,32 @@ + + + "Siirry etusivulle" + "Siirry ylös" + "Lisäasetukset" + "Valmis" + "Näytä kaikki" + "Valitse sovellus" + "POIS PÄÄLTÄ" + "PÄÄLLÄ" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Fn+" + "Meta+" + "Vaihto+" + "välilyönti" + "Sym+" + "Valikko+" + "Haku…" + "Tyhjennä kysely" + "Hakukysely" + "Haku" + "Lähetä kysely" + "Puhehaku" + "Jaa…" + "Jaa: %s" + "Tiivistä" + "Haku" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml new file mode 100644 index 0000000..935b03e --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml @@ -0,0 +1,32 @@ + + + "Revenir à l\'accueil" + "Revenir en arrière" + "Autres options" + "Terminé" + "Tout afficher" + "Sélectionner une application" + "DÉSACTIVER" + "ACTIVER" + "Alt+" + "Ctrl+" + "supprimer" + "entrée" + "Fonction+" + "Méta+" + "Maj+" + "espace" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml new file mode 100644 index 0000000..6238d96 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml @@ -0,0 +1,32 @@ + + + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Autres options" + "OK" + "Tout afficher" + "Sélectionner une application" + "NON" + "OUI" + "Alt+" + "Ctrl+" + "supprimer" + "entrée" + "Fonction+" + "Méta+" + "Maj+" + "espace" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml new file mode 100644 index 0000000..54661aa --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml @@ -0,0 +1,32 @@ + + + "Vai ao inicio" + "Vai cara arriba" + "Máis opcións" + "Feito" + "Ver todo" + "Selecciona unha aplicación" + "DESACTIVAR" + "ACTIVAR" + "Alt +" + "Ctrl +" + "eliminar" + "intro" + "Función +" + "Meta +" + "Maiús +" + "espazo" + "Sym +" + "Menú +" + "Busca…" + "Borra a consulta" + "Busca a consulta" + "Realiza buscas" + "Envía a consulta" + "Busca por voz" + "Comparte contido con" + "Comparte contido coa aplicación %s" + "Contrae" + "Buscar" + ">999" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml new file mode 100644 index 0000000..1148bc9 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml @@ -0,0 +1,32 @@ + + + "ઘરનો રસ્તો બતાવો" + "ઉપર નૅવિગેટ કરો" + "વધુ વિકલ્પો" + "થઈ ગયું" + "બધી જુઓ" + "ઍપ્લિકેશન પસંદ કરો" + "બંધ" + "ચાલુ" + "Alt+" + "Ctrl+" + "delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "શોધો…" + "ક્વેરી સાફ કરો" + "શોધ ક્વેરી" + "શોધો" + "ક્વેરી સબમિટ કરો" + "વૉઇસ શોધ" + "આની સાથે શેર કરો" + "%sની સાથે શેર કરો" + "સંકુચિત કરો" + "શોધો" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml new file mode 100644 index 0000000..4badce1 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml @@ -0,0 +1,12 @@ + + + 4dp + 18dp + 40dp + 2dp + 2dp + 40dp + 20dp + 128dp + 4dp + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml new file mode 100644 index 0000000..86eb422 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml @@ -0,0 +1,12 @@ + + + 0dp + 22dp + 48dp + 2dp + 2dp + 48dp + 20dp + 168dp + 0dp + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml new file mode 100644 index 0000000..e38bb90 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml @@ -0,0 +1,4 @@ + + + 54dip + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml new file mode 100644 index 0000000..d5a138e --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml new file mode 100644 index 0000000..03aa7d1 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml @@ -0,0 +1,32 @@ + + + "होम पेज पर जाएं" + "वापस जाएं" + "ज़्यादा विकल्प" + "हो गया" + "सभी देखें" + "कोई ऐप्लिकेशन चुनें" + "बंद" + "चालू" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "खोजें…" + "क्‍वेरी हटाएं" + "सर्च क्वेरी" + "खोजें" + "क्वेरी सबमिट करें" + "बोलकर खोजें" + "इससे शेयर करें:" + "%s से शेयर करें" + "छोटा करें" + "खोजें" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml new file mode 100644 index 0000000..37e5c0a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml @@ -0,0 +1,32 @@ + + + "Idi na početnu" + "Natrag" + "Više opcija" + "Gotovo" + "Prikaži sve" + "Odabir aplikacije" + "ISKLJUČENO" + "UKLJUČENO" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "svemir" + "Sym+" + "Menu+" + "Pretražite…" + "Izbriši upit" + "Upit za pretraživanje" + "Pretraži" + "Pošalji upit" + "Glasovno pretraživanje" + "Dijeli s" + "Dijeli putem aplikacije %s" + "Sažmi" + "Pretraži" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml new file mode 100644 index 0000000..0fcd6d4 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml @@ -0,0 +1,32 @@ + + + "Ugrás a főoldalra" + "Fel" + "További lehetőségek" + "Kész" + "Az összes megtekintése" + "Válasszon alkalmazást" + "KI" + "BE" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "Szóköz" + "Sym+" + "Menu+" + "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/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml new file mode 100644 index 0000000..c0dcbe4 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml @@ -0,0 +1,32 @@ + + + "Անցնել գլխավոր էջ" + "Անցնել վերև" + "Այլ ընտրանքներ" + "Պատրաստ է" + "Տեսնել բոլորը" + "Ընտրել հավելված" + "ԱՆՋԱՏԵԼ" + "ՄԻԱՑՆԵԼ" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "բացատ" + "Sym+" + "Menu+" + "Որոնում…" + "Ջնջել հարցումը" + "Որոնման հարցում" + "Որոնել" + "Ուղարկել հարցումը" + "Ձայնային որոնում" + "Կիսվել…" + "Կիսվել %s հավելվածի միջոցով" + "Ծալել" + "Որոնել" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml new file mode 100644 index 0000000..29513d2 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml @@ -0,0 +1,32 @@ + + + "Tunjukkan jalan ke rumah" + "Kembali ke atas" + "Opsi lain" + "Selesai" + "Lihat semua" + "Pilih aplikasi" + "NONAKTIF" + "AKTIF" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "spasi" + "Sym+" + "Menu+" + "Telusuri..." + "Hapus kueri" + "Telusuri kueri" + "Telusuri" + "Kirim kueri" + "Penelusuran suara" + "Bagikan dengan" + "Bagikan dengan %s" + "Ciutkan" + "Telusuri" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml new file mode 100644 index 0000000..1d7b8aa --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml @@ -0,0 +1,32 @@ + + + "Fara heim" + "Fara upp" + "Fleiri valkostir" + "Lokið" + "Sjá allt" + "Veldu forrit" + "SLÖKKT" + "KVEIKT" + "Alt+" + "Ctrl+" + "eyða" + "enter" + "Aðgerðarlykill+" + "Meta+" + "Shift+" + "bilslá" + "Sym+" + "Valmynd+" + "Leita…" + "Hreinsa fyrirspurn" + "Leitarfyrirspurn" + "Leit" + "Senda fyrirspurn" + "Raddleit" + "Deila með" + "Deila með %s" + "Minnka" + "Leit" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml new file mode 100644 index 0000000..0876d05 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml @@ -0,0 +1,32 @@ + + + "Portami a casa" + "Torna indietro" + "Altre opzioni" + "Fine" + "Mostra tutto" + "Scelta di un\'app" + "OFF" + "ON" + "ALT +" + "CTRL +" + "CANC" + "INVIO" + "FUNZIONE +" + "META +" + "MAIUSC +" + "SPAZIO" + "SYM +" + "MENU +" + "Cerca…" + "Cancella query" + "Query di ricerca" + "Cerca" + "Invia query" + "Ricerca vocale" + "Condividi con" + "Condividi tramite %s" + "Comprimi" + "Cerca" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml new file mode 100644 index 0000000..f0a1c3a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml @@ -0,0 +1,32 @@ + + + "ניווט לדף הבית" + "ניווט למעלה" + "עוד אפשרויות" + "סיום" + "הצגת הכול" + "בחירת אפליקציה" + "כבוי" + "מופעל" + "Alt+" + "Ctrl+‎" + "מחיקה" + "Enter" + "Function+" + "Meta+" + "Shift+" + "רווח" + "Sym+" + "תפריט+" + "חיפוש…" + "מחיקת השאילתה" + "שאילתת חיפוש" + "חיפוש" + "שליחת שאילתה" + "חיפוש קולי" + "שיתוף עם" + "שיתוף עם %s" + "כיווץ" + "חיפוש" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml new file mode 100644 index 0000000..3abbbc4 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml @@ -0,0 +1,32 @@ + + + "ホームに戻る" + "前に戻る" + "その他のオプション" + "完了" + "すべて表示" + "アプリの選択" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "Space" + "Sym+" + "Menu+" + "検索…" + "検索キーワードを削除" + "検索キーワード" + "検索" + "検索キーワードを送信" + "音声検索" + "共有" + "%sと共有" + "折りたたむ" + "検索" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml new file mode 100644 index 0000000..0469550 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml @@ -0,0 +1,32 @@ + + + "მთავარზე გადასვლა" + "ზემოთ გადასვლა" + "სხვა ვარიანტები" + "მზადაა" + "ყველას ნახვა" + "აირჩიეთ აპი" + "გამორთვა" + "ჩართვა" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "შორისი" + "Sym+" + "Menu+" + "ძიება…" + "მოთხოვნის გასუფთავება" + "მოთხოვნის ძიება" + "ძიება" + "მოთხოვნის გადაგზავნა" + "ხმოვანი ძიება" + "გაზიარება:" + "%s-ით გაზიარება" + "ჩაკეცვა" + "ძიება" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml new file mode 100644 index 0000000..7e9fffa --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml @@ -0,0 +1,32 @@ + + + "Негізгі бетке өту" + "Жоғары қарай өту" + "Басқа опциялар" + "Дайын" + "Барлығын көру" + "Қолданбаны таңдау" + "ӨШІРУ" + "ҚОСУ" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "бос орын" + "Sym+" + "Menu+" + "Іздеу…" + "Сұрауды өшіру" + "Іздеу сұрауы" + "Іздеу" + "Сұрауды жіберу" + "Дауыспен іздеу" + "Бөлісу" + "%s қолданбасымен бөлісу" + "Жию" + "Іздеу" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml new file mode 100644 index 0000000..207f6f6 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml @@ -0,0 +1,32 @@ + + + "​ទៅទំព័រដើម" + "រំកិលឡើងលើ" + "ជម្រើសច្រើនទៀត" + "រួចរាល់" + "មើលទាំងអស់" + "ជ្រើសរើស​កម្មវិធី​​" + "បិទ" + "បើក" + "Alt+" + "Ctrl+" + "លុប" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "ស្វែងរក…" + "សម្អាត​សំណួរ" + "ស្វែងរកសំណួរ​" + "ស្វែងរក" + "ដាក់បញ្ជូន​សំណួរ" + "ស្វែងរក​តាម​សំឡេង" + "ចែករំលែក​ជា​មួយ" + "ចែក​រំលែក​ជា​មួយ %s" + "បង្រួម" + "ស្វែងរក" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml new file mode 100644 index 0000000..c13109c --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml @@ -0,0 +1,32 @@ + + + "ಹೋಮ್‌ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" + "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" + "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" + "ಮುಗಿದಿದೆ" + "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" + "ಆ್ಯಪ್‌ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ" + "ಆಫ್" + "ಆನ್" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "ಹುಡುಕಿ…" + "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ" + "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" + "Search" + "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ" + "ಧ್ವನಿ ಹುಡುಕಾಟ" + "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" + "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" + "ಕುಗ್ಗಿಸಿ" + "Search" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml new file mode 100644 index 0000000..d92f75b --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml @@ -0,0 +1,32 @@ + + + "홈으로 이동" + "위로 이동" + "추가 옵션" + "완료" + "전체 보기" + "앱 선택" + "사용 중지" + "사용" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "스페이스바" + "Sym+" + "Menu+" + "검색..." + "검색어 삭제" + "검색어" + "검색" + "검색어 보내기" + "음성 검색" + "공유 대상:" + "%s과(와) 공유" + "접기" + "검색" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml new file mode 100644 index 0000000..a34668f --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml @@ -0,0 +1,32 @@ + + + "Башкы бетке чабыттоо" + "Мурунку экранга өтүү" + "Дагы параметрлер" + "Бүттү" + "Баарын көрүү" + "Колдонмо тандоо" + "ӨЧҮК" + "КҮЙҮК" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "боштук" + "Sym+" + "Menu+" + "Издөө…" + "Сурамды өчүрүү" + "Изделген сурам" + "Издөө" + "Сурам тапшыруу" + "Айтып издөө" + "Төмөнкү менен бөлүшүү" + "%s аркылуу бөлүшүү" + "Жыйыштыруу" + "Издөө" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml new file mode 100644 index 0000000..f5e51cd --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml @@ -0,0 +1,39 @@ + + + 48dp + 12dp + 14dp + 24dp + 24dp + 24dp + 24dp + 20dp + 4dp + 96dp + 0dp + 0dp + 104dp + 68dp + 28dp + 64dp + 32dp + 24dp + 32dp + 0 + 6 + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml new file mode 100644 index 0000000..c0ec67a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml @@ -0,0 +1,14 @@ + + + 440dp + 60% + 90% + 60% + 90% + 55% + 80% + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml new file mode 100644 index 0000000..00ed651 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml @@ -0,0 +1,32 @@ + + + "முகப்பிற்குச் செல்லும்" + "மேலே செல்லும்" + "மேலும் விருப்பங்கள்" + "முடிந்தது" + "அனைத்தையும் காட்டு" + "ஆப்ஸைத் தேர்வுசெய்க" + "ஆஃப்" + "ஆன்" + "Alt மற்றும்" + "Ctrl மற்றும்" + "delete" + "enter" + "Function மற்றும்" + "Meta மற்றும்" + "Shift மற்றும்" + "space" + "Sym மற்றும்" + "Menu மற்றும்" + "தேடுக…" + "வினவலை அழிக்கும்" + "தேடல் வினவல்" + "தேடும்" + "வினவலைச் சமர்ப்பிக்கும்" + "குரல் தேடல்" + "இதில் பகிர்" + "%s மூலம் பகிர்" + "சுருக்கும்" + "தேடல்" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml new file mode 100644 index 0000000..1718a01 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml @@ -0,0 +1,32 @@ + + + "హోమ్‌కు నావిగేట్ చేస్తుంది" + "పైకి నావిగేట్ చేస్తుంది" + "మరిన్ని ఎంపికలు" + "పూర్తయింది" + "అన్నీ చూడండి" + "యాప్‌ను ఎంచుకోండి" + "ఆఫ్" + "ఆన్" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "స్పేస్" + "Sym+" + "Menu+" + "వెతకండి…" + "ప్రశ్నను తీసివేస్తుంది" + "శోధన ప్రశ్న" + "సెర్చ్" + "ప్రశ్నని సమర్పిస్తుంది" + "వాయిస్ శోధన" + "వీరితో షేర్ చేస్తుంది" + "%sతో షేర్ చేస్తుంది" + "కుదిస్తుంది" + "సెర్చ్" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml new file mode 100644 index 0000000..ab57bf4 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml @@ -0,0 +1,32 @@ + + + "นำทางไปหน้าแรก" + "กลับ" + "ตัวเลือกอื่น" + "เสร็จ" + "ดูทั้งหมด" + "เลือกแอป" + "ปิด" + "เปิด" + "Alt+" + "Ctrl+" + "ลบ" + "Enter" + "Function+" + "Meta+" + "Shift+" + "Space" + "Sym+" + "เมนู+" + "ค้นหา…" + "ล้างคำค้นหา" + "คำค้นหา" + "ค้นหา" + "ส่งคำค้นหา" + "ค้นหาด้วยเสียง" + "แชร์กับ" + "แชร์ทาง %s" + "ยุบ" + "ค้นหา" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml new file mode 100644 index 0000000..0fc2b01 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml @@ -0,0 +1,32 @@ + + + "Mag-navigate sa home" + "Mag-navigate pataas" + "Higit pang opsyon" + "Tapos na" + "Tingnan lahat" + "Pumili ng app" + "I-OFF" + "I-ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "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" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml new file mode 100644 index 0000000..986f7f8 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml @@ -0,0 +1,32 @@ + + + "Eve gidiş yolunu göster" + "Yukarı git" + "Diğer seçenekler" + "Bitti" + "Tümünü göster" + "Bir uygulama seçin" + "KAPAT" + "AÇ" + "Alt+" + "Ctrl+" + "sil" + "enter" + "Function+" + "Meta+" + "Üst Karakter+" + "boşluk" + "Sym+" + "Menü+" + "Ara…" + "Sorguyu temizle" + "Arama sorgusu" + "Ara" + "Sorguyu gönder" + "Sesli arama" + "Şununla paylaş:" + "%s ile paylaş" + "Daralt" + "Ara" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml new file mode 100644 index 0000000..8246975 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml @@ -0,0 +1,32 @@ + + + "Перейти на головну" + "Перейти вгору" + "Більше опцій" + "Готово" + "Показати всі" + "Вибрати програму" + "ЗНИЖКА" + "УВІМК." + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "пробіл" + "Sym+" + "Menu+" + "Введіть пошуковий запит…" + "Очистити запит" + "Пошуковий запит" + "Пошук" + "Наіслати запит" + "Голосовий пошук" + "Поділитися:" + "Поділитися через додаток %s" + "Згорнути" + "Пошук" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml new file mode 100644 index 0000000..2b7721e --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml @@ -0,0 +1,32 @@ + + + "گھر کی طرف نیویگیٹ کریں" + "اوپر نیویگیٹ کریں" + "مزید اختیارات" + "ہو گیا" + "سبھی دیکھیں" + "ایک ایپ منتخب کریں" + "آف" + "آن" + "Alt+‎" + "Ctrl+‎" + "delete" + "enter" + "Function+‎" + "Meta+‎" + "Shift+‎" + "space" + "Sym+‎" + "Menu+‎" + "تلاش کریں…" + "استفسار صاف کریں" + "تلاش کا استفسار" + "تلاش کریں" + "استفسار جمع کرائیں" + "صوتی تلاش" + "اس کے ساتھ اشتراک کریں" + "%s کے ساتھ اشتراک کریں" + "سکیڑیں" + "تلاش کریں" + "+999" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml new file mode 100644 index 0000000..21c251a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml @@ -0,0 +1,32 @@ + + + "Boshiga o‘tish" + "Yopish" + "Yana" + "OK" + "Hammasi" + "Ilovani tanlang" + "YOQILMAGAN" + "YONIQ" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Fn+" + "Meta+" + "Shift+" + "Probel" + "Sym+" + "Menyu+" + "Qidirish…" + "So‘rovni o‘chirish" + "Qidiruv so‘rovi" + "Qidiruv" + "So‘rov yaratish" + "Ovozli qidiruv" + "Ulashish" + "%s orqali ulashish" + "Yig‘ish" + "Qidiruv" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml new file mode 100644 index 0000000..5ee2feb --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml @@ -0,0 +1,8 @@ + + + 4dp + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml new file mode 100644 index 0000000..f85a197 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml new file mode 100644 index 0000000..7dad77f --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml @@ -0,0 +1,4 @@ + + + 0px + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml new file mode 100644 index 0000000..6f45c01 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml @@ -0,0 +1,364 @@ + + + @color/androidx_core_secondary_text_default_material_light + 0dp + 1dp + 0.48 + 0.48 + 0.16 + 0.48 + 0.24 + 0.24 + 0.08 + 0.24 + 0dp + 0dp + 12dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml new file mode 100644 index 0000000..d4a514a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml new file mode 100644 index 0000000..dbc9bd8 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml new file mode 100644 index 0000000..f9b3c08 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml new file mode 100644 index 0000000..8b28a46 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml new file mode 100644 index 0000000..99bddaa --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml @@ -0,0 +1,32 @@ + + + "Chỉ đường về nhà" + "Di chuyển lên" + "Tùy chọn khác" + "Xong" + "Xem tất cả" + "Chọn một ứng dụng" + "TẮT" + "BẬT" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Tìm kiếm…" + "Xóa truy vấn" + "Truy vấn tìm kiếm" + "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" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml new file mode 100644 index 0000000..fa14e49 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml @@ -0,0 +1,11 @@ + + + 4dp + 18dp + 40dp + 2dp + 2dp + 40dp + 40dp + 4dp + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml new file mode 100644 index 0000000..e8cf2fe --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml @@ -0,0 +1,11 @@ + + + 0dp + 22dp + 48dp + 2dp + 2dp + 48dp + 48dp + 0dp + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml new file mode 100644 index 0000000..2d85812 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml new file mode 100644 index 0000000..deecc9e --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml new file mode 100644 index 0000000..b499d2c --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml @@ -0,0 +1,9 @@ + + + 60% + 90% + 50% + 70% + 45% + 72% + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml new file mode 100644 index 0000000..2ef777a --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml @@ -0,0 +1,32 @@ + + + "转到首页" + "转到上一层级" + "更多选项" + "完成" + "查看全部" + "选择应用" + "关闭" + "开启" + "Alt+" + "Ctrl+" + "Delete 键" + "Enter 键" + "Fn+" + "Meta+" + "Shift+" + "空格键" + "Sym+" + "Menu+" + "搜索…" + "清除查询" + "搜索查询" + "搜索" + "提交查询" + "语音搜索" + "分享对象" + "与%s分享" + "收起" + "搜索" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml new file mode 100644 index 0000000..95dfec1 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml @@ -0,0 +1,32 @@ + + + "瀏覽主頁" + "向上瀏覽" + "更多選項" + "完成" + "查看全部" + "選擇應用程式" + "關閉" + "開啟" + "Alt +" + "Ctrl +" + "刪除" + "Enter 鍵" + "Fn +" + "Meta +" + "Shift +" + "空白鍵" + "Sym +" + "Menu +" + "搜尋…" + "清除查詢" + "搜尋查詢" + "搜尋" + "提交查詢" + "語音搜尋" + "分享對象" + "使用「%s」分享" + "收合" + "搜尋" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml new file mode 100644 index 0000000..78f2716 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml @@ -0,0 +1,32 @@ + + + "瀏覽首頁" + "向上瀏覽" + "更多選項" + "完成" + "查看全部" + "選擇應用程式" + "關閉" + "開啟" + "Alt +" + "Ctrl +" + "Delete 鍵" + "Enter 鍵" + "Fn +" + "Meta +" + "Shift +" + "空格鍵" + "Sym +" + "Menu +" + "搜尋…" + "清除查詢" + "搜尋查詢" + "搜尋" + "提交查詢" + "語音搜尋" + "分享對象" + "與「%s」分享" + "收合" + "搜尋" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml new file mode 100644 index 0000000..d04e556 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml @@ -0,0 +1,32 @@ + + + "Zulazulela ekhaya" + "Zulazulela phezulu" + "Ezinye izinketho" + "Kwenziwe" + "Buka konke" + "Khetha insiza" + "VALA" + "VULA" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Imenyu+" + "Sesha…" + "Sula inkinga" + "Sesha umbuzo" + "Sesha" + "Thumela umbuzo" + "Ukusesha ngezwi" + "Yabelana no" + "Yabelana ne-%s" + "Goqa" + "Sesha" + "999+" + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..1123b83 --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml @@ -0,0 +1,7427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + #ff000000 + #ffffffff + #7fa87f + @android:color/black + @android:color/black + @color/material_deep_teal_200 + @color/material_deep_teal_500 + #1f000000 + #8a000000 + @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 + #FF424242 + #FFFFFFFF + #03000000 + #37000000 + #ffffffff + #eecc0000 + #14000000 + #121212 + #CF6679 + #FFFFFF + #000000 + #000000 + #000000 + #FFFFFF + #BB86FC + #000000 + #3700B3 + #03DAC6 + #03DAC6 + #121212 + #FFFFFF + #B00020 + #000000 + #FFFFFF + #FFFFFF + #000000 + #000000 + #6200EE + #3700B3 + #3700B3 + #03DAC6 + #018786 + #FFFFFF + @android:color/transparent + #14000000 + #44000000 + #0A000000 + #0F000000 + #1AFFFFFF + #2EFFFFFF + #323232 + #80bebebe + #80323232 + #ffbebebe + #ff323232 + #ff7043 + #ff5722 + @android:color/white + @android:color/black + #6680cbc4 + #66009688 + #ff37474f + #ff263238 + #ff21272b + #ff80cbc4 + #ff008577 + #fff5f5f5 + #ffe0e0e0 + #fffafafa + #ff757575 + #ff424242 + #ff303030 + #ff212121 + #61000000 + #00ffffff + #52000000 + #6B000000 + #1F000000 + #0A000000 + #00000000 + #DE000000 + #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 + 2dp + 80% + 100% + 320dp + 320dp + 8dp + 8dp + 65% + 95% + 24dp + 18dp + 8dp + 0.30 + 0.26 + 32dip + 8dip + 8dip + 7dp + 4dp + 10dp + 16dp + 80dp + 64dp + 48dp + @dimen/abc_action_bar_content_inset_material + 296dp + 4dp + 48dip + 320dip + 2dp + 2dp + 20dp + 48dp + 36dp + 16dp + 3dp + 14sp + 14sp + 14sp + 12sp + 34sp + 45sp + 56sp + 112sp + 24sp + 22sp + 18sp + 14sp + 16sp + 14sp + 16sp + 16dp + 20sp + 20dp + 16dp + 16dp + 20dp + 1dp + 2dp + 2dp + 4dp + 6dp + 8dp + 4dp + 2dp + 320dp + 320dp + 100dp + 4dp + 168dp + 96dp + 14sp + 8dp + 56dp + 24dp + 96dp + 56dp + 8dp + 1dp + 12sp + 8dp + 16dp + 64dp + 0.5dp + 6dp + 24dp + 40dp + 56dp + 6dp + 6dp + 16dp + 32dp + 24dp + 16dp + 32dp + 280dp + 8dp + 8dp + 128dp + 1.0 + 0dp + 6dp + 0dp + -1px + -1px + 12dp + 14dp + 24dp + 14sp + 264dp + 72dp + 14sp + 12sp + 5dp + 0.30 + 0.26 + 8dp + 0dp + 50dp + 0.26 + 0.20 + 0.12 + 0.50 + 0.38 + 0.70 + 0.54 + 20dp + 800dp + 120dp + 0.38 + 0.87 + 0.6 + 200px + 100px + 80dp + 24dp + 24dp + 80dp + 24dp + 4dp + 4dp + 4dp + 6dp + 10sp + 8dp + 60dp + 16dp + 5dp + 8dp + 0dp + 56dp + 4dp + 64dp + 0dp + 0dp + 2dp + 2dp + 2dp + 12dp + 8dp + 6dp + 0.07 + 4dp + 16dp + 16dp + 4dp + 6dp + 1dp + 4dp + 8dp + 8dp + 14sp + 0dp + 52dp + 8dp + 0dp + 12dp + 15dp + 32dp + 3dp + 1dp + 1dp + 36dp + 24dp + 16dp + 12dp + 4dp + 1dp + 120dp + 128dp + 32dp + 12dp + 8dp + 24dp + 0dp + 480dp + 2dp + 0dp + 4dp + 48dp + 4dp + 8dp + 104dp + 20dp + 24dp + 100dp + 16dp + 28dp + 68dp + 18dp + 52dp + 8dp + 8dp + 88dp + 8dp + 24dp + 4dp + 5dp + 1dp + 8dp + 3dp + 14sp + 8dp + -8dp + 8dp + 12dp + 24dp + 0dp + 0dp + 6dp + 20dp + 24dp + 24dp + 16dp + 48dp + 120dp + 20dp + 16dp + 12dp + 0dp + 2dp + 6dp + 6dp + 48dp + 2dp + 6dp + 0.00 + 0.24 + 0.08 + 0.24 + 100dp + 0.00 + 0.12 + 0.04 + 0.12 + 48dp + 0dp + 22dp + 14dp + 24dp + 8dp + 4dp + 0dp + 4dp + 4dp + 0.5 + 4dp + 0.8 + 8dp + 4dp + 4dp + 0dp + 4dp + 1dp + 2dp + 4dp + 16dp + 4dp + 56dp + 32dp + 13sp + 12dp + 8dp + 64dp + 64dp + 10dp + @dimen/notification_content_margin_start + 16dp + 2dp + 3dp + 24dp + 13sp + 10dp + 5dp + 52dp + 2dp + 16dp + 8dp + 8dp + 96dp + 6.5dp + 0dp + 16dp + #3333B5E5 + #0cffffff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 220 + 150 + 150 + 150 + 127 + 150 + 2 + 300 + 320 + 4 + 100 + 100 + 1 + 1 + 3 + 75 + 120 + 100 + 250 + 8081 + 8081 + 200 + 999 + + %d new notification + %d new notifications + + Navigate home + Navigate up + More options + Done + See all + Choose an app + OFF + ON + Alt+ + Ctrl+ + delete + enter + Function+ + Meta+ + Shift+ + space + Sym+ + Menu+ + Search… + Clear query + Search query + Search + Submit query + Voice search + Share with + Share with %s + Collapse + Alert + mobile + com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior + com.google.android.material.bottomsheet.BottomSheetBehavior + Change Bundle Location + Copy\n + Debug + Debug with Chrome + Stop Chrome Debugging + Connecting to debugger... + Failed to connect to debugger! + Open Debugger + Stop Debugging + Open React DevTools + Dismiss\n(ESC) + Capture Heap + Enable Fast Refresh + Disabling Fast Refresh because it requires a development bundle. + Switching to development bundle in order to enable Fast Refresh. + Disable Fast Refresh + Show Element Inspector + Hide Element Inspector + Loading from %1$s… + Failed to open Flipper. Please check that Metro is running. + Show Perf Monitor + Hide Perf Monitor + Reload + Reload\n(R,\u00A0R) + Failed to load bundle. Try restarting the bundler or reconnecting your device. + Report + Disable Sampling Profiler + Enable Sampling Profiler + Settings + Debug Settings + Characters entered %1$d of %2$d + Character limit exceeded %1$d of %2$d + %1$d / %2$d + Chip text + Clear text + Combo Box + Error + Show dropdown menu + com.google.android.material.transformation.FabTransformationScrimBehavior + com.google.android.material.transformation.FabTransformationSheetBehavior + Heading + com.google.android.material.behavior.HideBottomViewOnScrollBehavior + Dialog Icon + Image + Button, Image + Link + Menu + Menu Bar + Menu Item + New notification + Remove %1$s + %1$d%2$s + Change to next month + Change to previous month + Current selection: %1$s + @android:string/cancel + @android:string/ok + %1$s + Select a Date + Selected date + Column of days: %1$s + Invalid format. + Example: %1$s + Use: %1$s + Invalid range. + Navigate to year %1$s + Out of range: %1$s + Start date – %1$s + %1$s – End date + %1$s – %2$s + Select a Date Range + Start date – End date + Save + Date + End date + Start date + d + m + y + Switch to calendar input mode + Tap to switch to selecting a day + Switch to text input mode + Tap to switch to selecting a year + Show password + M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z + M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z + M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z + M3.27,4.27 L19.74,20.74 + Progress Bar + Radio Group + Tab + Scroll Bar + Search + Spin Button + busy + collapsed + expanded + mixed + off + on + unselected + 999+ + Summary + Tab List + Timer + Tool Bar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml new file mode 100644 index 0000000..904cfbb --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -0,0 +1,8255 @@ + +#FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp"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+"#1f000000#8a000000#ffffffff#ff9e9e9e4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""999+""999+""999+""999+"8dp0dp50dp20dp800dp120dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 20dp + + + + + + + + + + + + + "Fara heim""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Alt+""Ctrl+""eyða""enter""Aðgerðarlykill+""Meta+""Shift+""bilslá""Sym+""Valmynd+""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leit""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leit""Перайсці на галоўную старонку""Перайсці ўверх""Дадатковыя параметры""Гатова""Паказаць усе""Выберыце праграму""ВЫКЛ.""УКЛ.""Alt +""Ctrl +""Delete""Enter""Fn +""Meta +""Shift +""Прабел""Sym +""Меню +""Пошук…""Выдаліць запыт""Пошукавы запыт""Пошук""Адправіць запыт""Галасавы пошук""Абагуліць праз""Абагуліць праз праграму \"%s\"""Згарнуць""Пошук""Идите на почетну""Идите нагоре""Још опција""Готово""Прикажи све""Изаберите апликацију""ИСКЉУЧЕНО""УКЉУЧЕНО""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""тастер за размак""Sym+""Menu+""Претражите…""Обришите упит""Претражите упит""Претражите""Пошаљите упит""Гласовна претрага""Делите помоћу""Делите помоћу апликације %s""Скупи""Претражите""Idi na početnu""Natrag""Više opcija""Gotovo""Prikaži sve""Odabir aplikacije""ISKLJUČENO""UKLJUČENO""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""svemir""Sym+""Menu+""Pretražite…""Izbriši upit""Upit za pretraživanje""Pretraži""Pošalji upit""Glasovno pretraživanje""Dijeli s""Dijeli putem aplikacije %s""Sažmi""Pretraži""转到首页""转到上一层级""更多选项""完成""查看全部""选择应用""关闭""开启""Alt+""Ctrl+""Delete 键""Enter 键""Fn+""Meta+""Shift+""空格键""Sym+""Menu+""搜索…""清除查询""搜索查询""搜索""提交查询""语音搜索""分享对象""与%s分享""收起""搜索""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Orientohu për në shtëpi""Ngjitu lart""Opsione të tjera""U krye""Shfaq çdo gjë""Zgjidh një aplikacion""JOAKTIV""AKTIV""Alt+""Ctrl+""delete""enter""Funksioni+""Meta+""Shift+""hapësirë""Sym+""Menyja+""Kërko…""Pastro pyetjen""Kërko pyetjen""Kërko""Dërgo pyetjen""Kërkim me zë""Ndaje me""Ndaje me %s""Palos""Kërko""Liigu avalehele""Liigu üles""Rohkem valikuid""Valmis""Kuva kõik""Valige rakendus""VÄLJAS""SEES""Alt +""Ctrl +""kustuta""sisestusklahv""Funktsiooniklahv +""Meta +""Tõstuklahv +""tühik""Sym +""Menüü +""Otsige …""Päringu tühistamine""Otsingupäring""Otsing""Päringu esitamine""Häälotsing""Jaga:""Jagamine rakendusega %s""Ahendamine""Otsing""Vai ao inicio""Vai cara arriba""Máis opcións""Feito""Ver todo""Selecciona unha aplicación""DESACTIVAR""ACTIVAR""Alt +""Ctrl +""eliminar""intro""Función +""Meta +""Maiús +""espazo""Sym +""Menú +""Busca…""Borra a consulta""Busca a consulta""Realiza buscas""Envía a consulta""Busca por voz""Comparte contido con""Comparte contido coa aplicación %s""Contrae""Buscar""Idite na početnu""Idite nagore""Još opcija""Gotovo""Prikaži sve""Izaberite aplikaciju""ISKLJUČENO""UKLJUČENO""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""taster za razmak""Sym+""Menu+""Pretražite…""Obrišite upit""Pretražite upit""Pretražite""Pošaljite upit""Glasovna pretraga""Delite pomoću""Delite pomoću aplikacije %s""Skupi""Pretražite""முகப்பிற்குச் செல்லும்""மேலே செல்லும்""மேலும் விருப்பங்கள்""முடிந்தது""அனைத்தையும் காட்டு""ஆப்ஸைத் தேர்வுசெய்க""ஆஃப்""ஆன்""Alt மற்றும்""Ctrl மற்றும்""delete""enter""Function மற்றும்""Meta மற்றும்""Shift மற்றும்""space""Sym மற்றும்""Menu மற்றும்""தேடுக…""வினவலை அழிக்கும்""தேடல் வினவல்""தேடும்""வினவலைச் சமர்ப்பிக்கும்""குரல் தேடல்""இதில் பகிர்""%s மூலம் பகிர்""சுருக்கும்""தேடல்""홈으로 이동""위로 이동""추가 옵션""완료""전체 보기""앱 선택""사용 중지""사용""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""스페이스바""Sym+""Menu+""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상:""%s과(와) 공유""접기""검색""گھر کی طرف نیویگیٹ کریں""اوپر نیویگیٹ کریں""مزید اختیارات""ہو گیا""سبھی دیکھیں""ایک ایپ منتخب کریں""آف""آن""Alt+‎""Ctrl+‎""delete""enter""Function+‎""Meta+‎""Shift+‎""space""Sym+‎""Menu+‎""تلاش کریں…""استفسار صاف کریں""تلاش کا استفسار""تلاش کریں""استفسار جمع کرائیں""صوتی تلاش""اس کے ساتھ اشتراک کریں""%s کے ساتھ اشتراک کریں""سکیڑیں""تلاش کریں""瀏覽主頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""刪除""Enter 鍵""Fn +""Meta +""Shift +""空白鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""使用「%s」分享""收合""搜尋""Անցնել գլխավոր էջ""Անցնել վերև""Այլ ընտրանքներ""Պատրաստ է""Տեսնել բոլորը""Ընտրել հավելված""ԱՆՋԱՏԵԼ""ՄԻԱՑՆԵԼ""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""բացատ""Sym+""Menu+""Որոնում…""Ջնջել հարցումը""Որոնման հարցում""Որոնել""Ուղարկել հարցումը""Ձայնային որոնում""Կիսվել…""Կիսվել %s հավելվածի միջոցով""Ծալել""Որոնել""Navega fins a la pàgina d\'inici""Navega cap amunt""Més opcions""Fet""Mostra-ho tot""Selecciona una aplicació""DESACTIVA""ACTIVA""Alt+""Ctrl+""Supr""Retorn""Funció+""Meta+""Maj+""Espai""Sym+""Menú+""Cerca…""Esborra la consulta""Consulta de cerca""Cerca""Envia la consulta""Cerca per veu""Comparteix amb""Comparteix amb %s""Replega""Cerca""Navigeren naar startpositie""Omhoog navigeren""Meer opties""Klaar""Alles weergeven""Een app selecteren""UIT""AAN""Alt +""Ctrl +""Delete""Enter""Functie +""Meta +""Shift +""spatie""Sym +""Menu +""Zoeken…""Zoekopdracht wissen""Zoekopdracht""Zoeken""Zoekopdracht verzenden""Gesproken zoekopdracht""Delen met""Delen met %s""Samenvouwen""Zoeken""Navegar a la página principal""Navegar hacia arriba""Más opciones""Listo""Ver todas""Elegir una app""DESACTIVAR""ACTIVAR""Alt+""Ctrl+""borrar""intro""Función+""Meta+""Mayúscula+""espacio""Sym+""Menú+""Buscar…""Borrar consulta""Búsqueda""Buscar""Enviar consulta""Búsqueda por voz""Compartir con""Compartir con %s""Contraer""Buscar""Navigera hem""Navigera uppåt""Fler alternativ""Klar""Visa alla""Välj en app""AV""PÅ""Alt + ""Ctrl + ""delete""retur""Funktion + ""Meta + ""Skift + ""blanksteg""Symbol + ""Meny + ""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""Revenir à l\'accueil""Revenir en haut de la page""Autres options""OK""Tout afficher""Sélectionner une application""NON""OUI""Alt+""Ctrl+""supprimer""entrée""Fonction+""Méta+""Maj+""espace""Sym+""Menu+""Rechercher…""Effacer la requête""Requête de recherche""Rechercher""Envoyer la requête""Recherche vocale""Partager avec""Partager avec %s""Réduire""Rechercher"false"Prejsť na plochu""Prejsť nahor""Ďalšie možnosti""Hotovo""Zobraziť všetky""Vybrať aplikáciu""VYP.""ZAP.""Alt+""Ctrl+""odstrániť""enter""Function+""Meta+""Shift+""medzerník""Sym+""Menu+""Vyhľadať…""Vymazať dopyt""Vyhľadávací dopyt""Hľadať""Odoslať dopyt""Hlasové vyhľadávanie""Zdieľať s""Zdieľať s aplikáciou %s""Zbaliť""Hľadať""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Eve gidiş yolunu göster""Yukarı git""Diğer seçenekler""Bitti""Tümünü göster""Bir uygulama seçin""KAPAT""AÇ""Alt+""Ctrl+""sil""enter""Function+""Meta+""Üst Karakter+""boşluk""Sym+""Menü+""Ara…""Sorguyu temizle""Arama sorgusu""Ara""Sorguyu gönder""Sesli arama""Şununla paylaş:""%s ile paylaş""Daralt""Ara""მთავარზე გადასვლა""ზემოთ გადასვლა""სხვა ვარიანტები""მზადაა""ყველას ნახვა""აირჩიეთ აპი""გამორთვა""ჩართვა""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""შორისი""Sym+""Menu+""ძიება…""მოთხოვნის გასუფთავება""მოთხოვნის ძიება""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""%s-ით გაზიარება""ჩაკეცვა""ძიება""Krmarjenje na začetek""Pomik navzgor""Več možnosti""Končano""Pokaži vse""Izbira aplikacije""IZKLOP""VKLOP""Alt +""Ctrl +""delete""enter""Fn +""Meta +""Shift +""preslednica""Sym +""Meni +""Iskanje …""Izbris poizvedbe""Iskalna poizvedba""Iskanje""Pošiljanje poizvedbe""Glasovno iskanje""Skupna raba z:""Skupna raba z drugimi prek aplikacije %s""Strnitev""Iskanje""Pārvietoties uz sākuma ekrānu""Pārvietoties uz augšu""Citas opcijas""Gatavs""Skatīt visu""Izvēlieties lietotni""IZSLĒGT""IESLĒGT""Alternēšanas taustiņš +""Vadīšanas taustiņš +""dzēšanas taustiņš""ievadīšanas taustiņš""Funkcijas taustiņš +""Meta taustiņš +""Pārslēgšanas taustiņš +""atstarpes taustiņš""Simbolu taustiņš +""Poga Izvēlne +""Meklējiet…""Notīrīt vaicājumu""Meklēšanas vaicājums""Meklēt""Iesniegt vaicājumu""Meklēt ar balsi""Kopīgot ar:""Kopīgot ar lietojumprogrammu %s""Sakļaut""Meklēt""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‎‎‎‎‏‏‎‏‎‏‏‎‎‏‎‎‎‏‎‏‎‏‏‏‎‏‎‎‎‎‏‏‎‏‏‏‏‏‏‎‎Navigate home‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‎‎‎‏‏‎‏‎‎‎‏‏‎‎‎‏‏‏‏‎‏‎‎‎‎‏‏‎‏‏‎‏‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‎‎‎‎‏‏‏‎‎‎‎‎Navigate up‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‏‏‎‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‎‏‎‏‎‏‏‏‏‏‏‏‎‏‏‎‎‏‏‎‏‏‎‎‎‎‏‎‎‏‎‏‏‏‏‏‎‏‎‎‏‎More options‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‏‎‎‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‏‏‎‎‏‏‎‏‎‎‏‏‏‎‎‎‎‏‎‎‎‏‏‏‎‎‏‎‎‎‏‎‎‎‎‎Done‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‎‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‏‎‎‎‎‏‏‎‏‏‏‎‎‎‎‏‏‏‎‎‏‎‎‎‎‏‏‏‎‏‏‎‏‎‏‎‏‎‎‎‎‏‎See all‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‎‎‎‎‏‏‏‎‎‏‏‎‎‏‎‏‎‎‏‏‎‏‏‎‏‏‏‏‏‏‎‎‏‎‎‏‏‎‎‏‎‏‎‎‏‎‏‎‎‎‎‎‎‎‎‎‎Choose an app‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‎‎‎‏‎‎‎‏‏‏‎‏‏‎‎‏‏‎‏‏‎‏‎‎‎‎‎‏‏‎‏‎‏‏‎‏‏‏‎‎‏‎‎‏‏‎‎‏‏‏‎‏‏‎OFF‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‏‎‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‏‎‎‎‎‎‎‎‏‎‎‎‎‏‎‎‎‏‏‏‏‏‎‎‏‏‎‏‏‎‎‎‎ON‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‏‎‏‏‎‎‏‏‎‏‎‏‏‎‎‎‎‎‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‏‎‎‏‏‎‎‏‏‏‏‎‏‎‎Alt+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‏‏‎‏‏‎‏‎‏‏‎‎‎‎‎‏‎‏‎‏‎‎‏‏‏‏‎‎‏‎‎‎‏‎‎‏‎‏‎‎‎‎‎‏‎‏‎‎‏‎‏‎‏‎‏‎‎Ctrl+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‏‎‏‎‎‎‎‏‎‎‏‎‏‏‎‏‏‎‏‎‏‏‏‏‏‎‏‏‎‎‏‎‏‎‎‏‏‏‎‏‏‏‏‏‏‎‎‎‎‏‏‏‎‏‎‎‎delete‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‎‏‏‎‏‎‏‎‏‏‏‎‏‎‏‏‏‏‏‏‏‎‏‏‎‎‎‎‏‏‎‎‏‏‎‏‏‎‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‎‎‏‏‎enter‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‏‏‎‏‎‎‏‏‎‏‎‏‎‎‎‎‎‏‏‏‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‏‎‎‏‏‎‎‏‎‎‏‎‎‎‏‏‎‎‏‎‎‎‏‏‏‎Function+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‎‎‏‎‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‎‎‏‎‎‎‎‎‏‎‏‎‎‏‎‎‏‏‏‏‏‏‎‎Meta+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‏‏‏‎‎‏‏‎‏‎‏‏‎‎‎‎‎‏‏‎‎‎‎‏‎‎‎‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‎‎‏‎‎‎‏‏‎‎‎‎‏‏‎Shift+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‎‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‏‏‎‏‏‎‎‎‎‎‎‎‏‏‎‏‏‎‎‎‏‏‎‎‏‎‎‎‏‏‎‏‎‎‎‎‏‎‏‏‎‎space‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‏‎‏‏‏‎‎‎‏‎‏‏‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‏‏‏‏‏‎‏‎‎‎‎‎‎‎‎‎‎‎‏‎‎‎‏‎‎‏‏‎‏‏‏‎‎Sym+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‎‎‏‎‎‏‏‏‎‎‎‎‎‎‏‏‏‎‏‏‏‏‎‎‎‎‎‏‎‎‎‏‎‏‏‏‏‎‏‎‏‏‏‎‎‎‎‏‏‏‏‎‏‏‏‏‏‎‎Menu+‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‏‎‎‎‎‎‎‏‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‎‏‎‎‎‏‏‏‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‎‏‏‎‏‎‎‎Search…‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‏‏‏‏‏‎‏‎‏‏‎‏‎‏‎‎‎‏‎‎‏‏‏‏‎‎‎‏‎‏‎‎‎‎‎‏‏‎‏‏‎‎‏‎‏‏‎‎‎‏‎‏‏‏‎‎‏‏‎Clear query‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‎‎‏‏‎‎‏‏‏‏‏‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‎‎‏‏‏‎‏‏‎‏‎‎‎‏‏‎‎‎‎‎‎‏‏‎‎‏‏‎‏‏‎‏‏‎Search query‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‏‎‏‏‎‏‏‏‏‏‏‎‏‎‎‏‎‏‎‎‏‏‎‎‎‎‎‎‎‎‎‏‏‎‏‎‏‏‏‎‎‏‏‏‏‏‎‎‏‏‏‎‎‎‎Search‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‎‎‏‎‏‎‎‎‎‏‎‎‏‏‏‏‎‎‎‎‏‎‏‏‎‏‎‏‎‏‎‏‏‎‏‏‏‎‎‎‏‏‏‏‏‎‏‏‎‎‏‏‎‏‏‏‏‏‎Submit query‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‏‏‎‏‏‎‏‏‎‎‎‏‎‏‏‏‏‏‎‏‏‎‎‎‏‏‎‏‏‎‏‎‎‎‎‏‎‎‎‏‎‎‏‎‏‏‏‎Voice search‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‏‎‎‏‎‏‎‏‎‏‏‎‏‎‎‏‏‎‎‏‎‎‏‎‎‏‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‏‎‏‏‏‏‎‏‏‎‏‏‏‎Share with‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‏‎‏‏‎‏‎‏‎‏‎‏‏‎‎‎‏‏‎‏‏‏‎‎‏‎‏‎‎‏‎‏‏‏‎‎‏‏‏‏‏‎‎‏‎‎‏‏‏‏‎‎‎‎‏‏‏‎‎‎Share with ‎‏‎‎‏‏‎%s‎‏‎‎‏‏‏‎‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‏‏‏‏‏‏‏‎‎‏‎‏‎‎‏‎‏‎‎‏‏‎‏‏‏‎‏‏‏‏‏‏‏‏‎‎‎‎‏‏‎‎‎‎‏‎‎‎‏‏‎‏‎‎‏‎‎Collapse‎‏‎‎‏‎""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‏‏‎‏‏‏‎‏‏‏‎‏‏‏‏‏‎‎‎‎‏‎‏‏‎‎‎‏‎‏‏‎‎‏‎‏‎‎‏‎‎‏‎‎‎‏‎‏‏‎‎‏‎‏‎‏‏‎‎‎Search‎‏‎‎‏‎""Siirry etusivulle""Siirry ylös""Lisäasetukset""Valmis""Näytä kaikki""Valitse sovellus""POIS PÄÄLTÄ""PÄÄLLÄ""Alt+""Ctrl+""delete""enter""Fn+""Meta+""Vaihto+""välilyönti""Sym+""Valikko+""Haku…""Tyhjennä kysely""Hakukysely""Haku""Lähetä kysely""Puhehaku""Jaa…""Jaa: %s""Tiivistä""Haku""Find hjem""Gå op""Flere valgmuligheder""Udfør""Se alle""Vælg en app""FRA""TIL""Alt+""Ctrl+""slet""enter""Fn+""Meta+""Shift+""mellemrum""Sym+""Menu+""Søg…""Ryd forespørgsel""Søgeforespørgsel""Søg""Indsend forespørgsel""Talesøgning""Del med""Del med %s""Skjul""Søg"truetrue#ff000000#ffffffff#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#ff7043#ff5722@android:color/white@android:color/black#6680cbc4#66009688#ff37474f#ff263238#ff21272b#ff80cbc4#ff008577#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#e6FFFFFF16dp72dp56dp0dp0dp4dp16dp10dp6dp48dp180dp5dp-3dp48dp48dp36dp48dp48dp@dimen/abc_control_inset_material6dp8dp@dimen/abc_control_padding_material720dp320dp2dp4dp4dp2dp80%100%320dp320dp8dp8dp65%95%24dp18dp8dp0.300.2632dip8dip8dip7dp4dp10dp16dp80dp64dp48dp@dimen/abc_action_bar_content_inset_material296dp4dp48dip320dip2dp2dp20dp48dp36dp16dp3dp14sp14sp14sp12sp34sp45sp56sp112sp24sp22sp18sp14sp16sp14sp16sp16dp20sp20dp0.300.260.260.200.120.500.380.700.542dp16dp8dp8dp96dp6.5dp0dp16dp220150127150Navigate homeNavigate upMore optionsDoneSee allChoose an appOFFONAlt+Ctrl+deleteenterFunction+Meta+Shift+spaceSym+Menu+Search…Clear querySearch querySearchSubmit queryVoice searchShare withShare with %sCollapseSearch"Πλοήγηση στην αρχική σελίδα""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Εμφάνιση όλων""Επιλέξτε μια εφαρμογή""ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ""ΕΝΕΡΓΟΠΟΙΗΣΗ""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""διάστημα""Sym+""Menu+""Αναζήτηση…""Διαγραφή ερωτήματος""Ερώτημα αναζήτησης""Αναζήτηση""Υποβολή ερωτήματος""Φωνητική αναζήτηση""Κοινοποίηση σε""Κοινοποίηση στην εφαρμογή %s""Σύμπτυξη""Αναζήτηση""ניווט לדף הבית""ניווט למעלה""עוד אפשרויות""סיום""הצגת הכול""בחירת אפליקציה""כבוי""מופעל""Alt+""Ctrl+‎""מחיקה""Enter""Function+""Meta+""Shift+""רווח""Sym+""תפריט+""חיפוש…""מחיקת השאילתה""שאילתת חיפוש""חיפוש""שליחת שאילתה""חיפוש קולי""שיתוף עם""שיתוף עם %s""כיווץ""חיפוש""ହୋମ୍ ପେଜ୍‌କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ""ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ""ଅଧିକ ବିକଳ୍ପ""ହୋଇଗଲା""ସବୁ ଦେଖନ୍ତୁ""ଗୋଟିଏ ଆପ୍‍ ବାଛନ୍ତୁ""ବନ୍ଦ""ଅନ୍""Alt+""Ctrl+""ଡିଲିଟ୍‍""ଏଣ୍ଟର୍""Function+""Meta+""Shift+""ସ୍ପେସ୍‍""Sym+""ମେନୁ""ସର୍ଚ୍ଚ କରନ୍ତୁ…""କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ""ସର୍ଚ୍ଚ କ୍ୱେରୀ""Search""କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ""ଭଏସ୍‌ ସର୍ଚ୍ଚ""ଏହାଙ୍କ ସହ ସେୟାର୍‌ କରନ୍ତୁ""%s ସହ ସେୟାର୍‍ କରନ୍ତୁ""ସଂକୁଚିତ କରନ୍ତୁ""Search""गृह पृष्ठमा जानुहोस्""माथि नेभिगेट गर्नुहोस्""थप विकल्पहरू""सम्पन्न भयो""सबै हेर्नुहोस्""एउटा एप छान्नुहोस्""निष्क्रिय""सक्रिय""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""खोज्नुहोस्…""क्वेरी खाली गर्नुहोस्""खोज प्रश्न""खोज""क्वेरी पेस गर्नुहोस्""आवाजमा आधारित खोजी""यसमार्फत सेयर गर्नुहोस्""%s मार्फत सेयर गर्नुहोस्""संक्षिप्त गर्नुहोस्""खोज"0px"घराकडे नेव्हिगेट करा""वर नेव्‍हिगेट करा""आणखी पर्याय""पूर्ण झाले""सर्व पाहा""अ‍ॅप निवडा""बंद""सुरू""Alt+""Ctrl+""हटवा""एंटर करा""Function+""Meta+""Shift+""space""Sym+""मेनू+""शोधा…""क्‍वेरी साफ करा""शोध क्वेरी""Search""क्वेरी सबमिट करा""व्हॉइस शोध""यांच्यासोबत शेअर करा""%s सह शेअर करा""कोलॅप्स करा""Search""ກັບໄປໜ້າຫຼັກ""ເລື່ອນຂຶ້ນເທິງ""ຕົວເລືອກເພີ່ມເຕີມ""ແລ້ວໆ""ເບິ່ງທັງໝົດ""ເລືອກແອັບ""ປິດ""ເປີດ""Alt+""Ctrl+""ລຶບ""enter""Function+""Meta+""Shift+""ຍະຫວ່າງ""Sym+""Menu+""ຊອກຫາ…""ລຶບຂໍ້ຄວາມຊອກຫາ""ຄຳສຳລັບຄົ້ນຫາ""ຊອກຫາ""ສົ່ງຂໍ້ມູນ""ຊອກຫາດ້ວຍສຽງ""ແບ່ງປັນກັບ""ແບ່ງປັນດ້ວຍ %s""ຫຍໍ້ລົງ""ຊອກຫາ""ホームに戻る""前に戻る""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Space""Sym+""Menu+""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""Navigați la ecranul de pornire""Navigați în sus""Mai multe opțiuni""Gata""Afișați tot""Alegeți o aplicație""DEZACTIVAT""ACTIVAT""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Meniu+""Căutați…""Ștergeți interogarea""Termen de căutare""Căutați""Trimiteți interogarea""Căutare vocală""Trimiteți la""Trimiteți folosind %s""Restrângeți""Căutați""Navigasi laman utama""Navigasi ke atas""Lagi pilihan""Selesai""Lihat semua""Pilih apl""MATI""HIDUP""Alt+""Ctrl+""delete""enter""Fungsi+""Meta+""Shift+""ruang""Sym+""Menu+""Cari…""Kosongkan pertanyaan""Pertanyaan carian""Cari""Serah pertanyaan""Carian suara""Kongsi dengan""Kongsi dengan %s""Runtuhkan""Cari""హోమ్‌కు నావిగేట్ చేస్తుంది""పైకి నావిగేట్ చేస్తుంది""మరిన్ని ఎంపికలు""పూర్తయింది""అన్నీ చూడండి""యాప్‌ను ఎంచుకోండి""ఆఫ్""ఆన్""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""స్పేస్""Sym+""Menu+""వెతకండి…""ప్రశ్నను తీసివేస్తుంది""శోధన ప్రశ్న""సెర్చ్""ప్రశ్నని సమర్పిస్తుంది""వాయిస్ శోధన""వీరితో షేర్ చేస్తుంది""%sతో షేర్ చేస్తుంది""కుదిస్తుంది""సెర్చ్""Нүүр хуудас уруу шилжих""Дээш шилжих""Бусад сонголт""Болсон""Бүгдийг харах""Аппыг сонгох""ИДЭВХГҮЙ""ИДЭВХТЭЙ""Alt+""Ctrl+""устгах""оруулах""Функц+""Мета+""Шифт+""зай""Sym+""Цэс+""Хайх…""Асуулга арилгах""Хайх асуулга""Хайх""Асуулга илгээх""Дуут хайлт""Дараахтай хуваалцах""%s-тай хуваалцах""Буулгах""Хайх""پیمایش به صفحه اصلی""رفتن به بالا""گزینه‌های بیشتر""تمام""دیدن همه""انتخاب برنامه""خاموش""روشن""‎Alt+‎""‎Ctrl+‎""حذف""enter""‎Function+‎""‎Meta+‎""‎Shift+‎""فاصله""‎Sym+‎""منو+""جستجو…‏""پاک کردن پُرسمان""درخواست جستجو""جستجو""ارسال پُرسمان""جستجوی گفتاری""هم‌رسانی با""هم‌رسانی با %s""کوچک کردن""جستجو""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Přejít na plochu""Přejít nahoru""Další možnosti""Hotovo""Zobrazit vše""Vybrat aplikaci""VYP""ZAP""Alt+""Ctrl+""delete""enter""Fn+""Meta+""Shift+""mezerník""Sym+""Menu+""Vyhledat…""Smazat dotaz""Dotaz pro vyhledávání""Hledat""Odeslat dotaz""Hlasové vyhledávání""Sdílet s""Sdílet s aplikací %s""Sbalit""Hledat""Portami a casa""Torna indietro""Altre opzioni""Fine""Mostra tutto""Scelta di un\'app""OFF""ON""ALT +""CTRL +""CANC""INVIO""FUNZIONE +""META +""MAIUSC +""SPAZIO""SYM +""MENU +""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi tramite %s""Comprimi""Cerca""Boshiga o‘tish""Yopish""Yana""OK""Hammasi""Ilovani tanlang""YOQILMAGAN""YONIQ""Alt+""Ctrl+""Delete""Enter""Fn+""Meta+""Shift+""Probel""Sym+""Menyu+""Qidirish…""So‘rovni o‘chirish""Qidiruv so‘rovi""Qidiruv""So‘rov yaratish""Ovozli qidiruv""Ulashish""%s orqali ulashish""Yig‘ish""Qidiruv""ഹോമിലേക്ക് പോവുക""മുകളിലേക്ക് പോവുക""കൂടുതൽ ഓപ്ഷനുകൾ""പൂർത്തിയായി""എല്ലാം കാണുക""ആപ്പ് തിരഞ്ഞെടുക്കുക""ഓഫ്""ഓൺ""Alt+""Ctrl+""ഇല്ലാതാക്കുക""enter""ഫംഗ്ഷന്‍+""മെറ്റ+""Shift+""സ്‌പെയ്‌സ്""Sym+""മെനു+""തിരയുക…""ചോദ്യം മായ്‌ക്കുക""ചോദ്യം തിരയുക""Search""ചോദ്യം സമർപ്പിക്കുക""സംസാരത്തിലൂടെ തിരയുക""ഇനിപ്പറയുന്നതുമായി പങ്കിടുക""%s എന്നതുമായി പങ്കിടുക""ചുരുക്കുക""Search""Naviger hjem""Gå opp""Flere alternativer""Ferdig""Se alle""Velg en app""AV""PÅ""Alt+""Ctrl+""slett""enter""Funksjon+""Meta+""Shift+""mellomrom""Sym+""Meny+""Søk""Slett søket""Søkeord""Søk""Utfør søket""Talesøk""Del med""Del med %s""Skjul""Søk""Ugrás a főoldalra""Fel""További lehetőségek""Kész""Az összes megtekintése""Válasszon alkalmazást""KI""BE""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Szóköz""Sym+""Menu+""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 a inicio""Desplazarse hacia arriba""Más opciones""Listo""Ver todo""Seleccionar una aplicación""DESACTIVADO""ACTIVADO""Alt +""Ctrl +""Suprimir""Intro""Función +""Meta +""Mayús +""Espacio""Sym +""Menú +""Buscar…""Borrar consulta""Consulta de búsqueda""Buscar""Enviar consulta""Búsqueda por voz""Compartir con""Compartir con %s""Ocultar""Buscar""Eiti į pagrindinį puslapį""Naršyti aukštyn""Daugiau parinkčių""Atlikta""Žr. viską""Pasirinkite programą""IŠJUNGTI""ĮJUNGTI""„Alt“ +""„Ctrl“ +""„delete“""„enter“""„Function“ +""„Meta“ +""„Shift“ +""„space“""„Sym“ +""„Menu“ +""Ieškoti…""Išvalyti užklausą""Paieškos užklausa""Ieškoti""Pateikti užklausą""Paieška balsu""Bendrinti su""Bendrinti naudojant programą „%s“""Sutraukti""Ieškoti""গৃহ পৃষ্ঠালৈ যাওক""ওপৰলৈ যাওক""অধিক বিকল্প""সম্পন্ন হ’ল""সকলো চাওক""কোনো এপ্ বাছনি কৰক""অফ""অন""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""সন্ধান কৰক…""সন্ধান কৰা প্ৰশ্ন মচক""সন্ধান কৰা প্ৰশ্ন""Search""প্ৰশ্ন দাখিল কৰক""কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান""ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক""%sৰ জৰিয়তে শ্বেয়াৰ কৰক""সংকোচন কৰক""Search""မူလနေရာကို ပြန်သွားရန်""အပေါ်သို့ ရွှေ့ရန်""နောက်ထပ် ရွေးစရာများ""ပြီးပြီ""အားလုံး ကြည့်ရန်""အက်ပ်တစ်ခုကို ရွေးရန်""ပိတ်ရန်""ဖွင့်ရန်""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ရှာဖွေရန်…""ရှာဖွေမှုကို ဖယ်ရှားရန်""ရှာဖွေရန် မေးခွန်း""ရှာရန်""ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်""အသံဖြင့် ရှာရန်""နှင့် မျှဝေရန်""%s ဖြင့် မျှဝေရန်""လျှော့ပြရန်""ရှာဖွေမှု"54dip"Zur Startseite""Nach oben""Weitere Optionen""Fertig""Alle anzeigen""App auswählen""AUS""AN""Alt +""Strg +""Löschen""Eingabetaste""Funktionstaste +""Meta-Taste +""Umschalttaste +""Leertaste""Sym-Taste +""Menütaste +""Suchen…""Suchanfrage löschen""Suchanfrage""Suche""Anfrage senden""Sprachsuche""Teilen mit""Mit %s teilen""Minimieren""Suche""Башкы бетке чабыттоо""Мурунку экранга өтүү""Дагы параметрлер""Бүттү""Баарын көрүү""Колдонмо тандоо""ӨЧҮК""КҮЙҮК""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""боштук""Sym+""Menu+""Издөө…""Сурамды өчүрүү""Изделген сурам""Издөө""Сурам тапшыруу""Айтып издөө""Төмөнкү менен бөлүшүү""%s аркылуу бөлүшүү""Жыйыштыруу""Издөө""होम पेज पर जाएं""वापस जाएं""ज़्यादा विकल्प""हो गया""सभी देखें""कोई ऐप्लिकेशन चुनें""बंद""चालू""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""खोजें…""क्‍वेरी हटाएं""सर्च क्वेरी""खोजें""क्वेरी सबमिट करें""बोलकर खोजें""इससे शेयर करें:""%s से शेयर करें""छोटा करें""खोजें"48dp12dp14dp"Mag-navigate sa home""Mag-navigate pataas""Higit pang opsyon""Tapos na""Tingnan lahat""Pumili ng app""I-OFF""I-ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""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""මුල් පිටුවට සංචාලනය කරන්න""ඉහළට සංචාලනය කරන්න""තවත් විකල්ප""කළා""සියල්ල බලන්න""යෙදුමක් තෝරන්න""ක්‍රියාවිරහිතයි""ක්‍රියාත්මකයි""Alt+""Ctrl+""මකන්න""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""සොයන්න...""විමසුම හිස් කරන්න""සෙවුම් විමසුම""සෙවීම""විමසුම යොමු කරන්න""හඬ සෙවීම""සමග බෙදා ගන්න""%s සමඟ බෙදා ගන්න""හකුළන්න""සෙවීම""ઘરનો રસ્તો બતાવો""ઉપર નૅવિગેટ કરો""વધુ વિકલ્પો""થઈ ગયું""બધી જુઓ""ઍપ્લિકેશન પસંદ કરો""બંધ""ચાલુ""Alt+""Ctrl+""delete""Enter""Function+""Meta+""Shift+""space""Sym+""Menu+""શોધો…""ક્વેરી સાફ કરો""શોધ ક્વેરી""શોધો""ક્વેરી સબમિટ કરો""વૉઇસ શોધ""આની સાથે શેર કરો""%sની સાથે શેર કરો""સંકુચિત કરો""શોધો""Gaan na tuisskerm""Gaan op""Nog opsies""Klaar""Sien alles""Kies \'n program""AF""AAN""Alt+""Ctrl+""delete""enter""Funksie+""Meta+""Shift+""spasiebalk""Simbool+""Kieslys+""Soek …""Vee navraag uit""Soektognavraag""Soek""Dien navraag in""Stemsoektog""Deel met""Deel met %s""Vou in""Soek""Перейти на главный экран""Перейти вверх""Ещё""Готово""Показать все""Выберите приложение""ВЫКЛ""ВКЛ""Alt +""Ctrl +""Delete""Ввод""Fn +""Meta +""Shift +""Пробел""Sym +""Меню +""Введите запрос""Удалить запрос""Поисковый запрос""Поиск""Отправить запрос""Голосовой поиск""Поделиться с помощью""Поделиться с помощью %s""Свернуть""Поиск""Przejdź na stronę główną""Przejdź wyżej""Więcej opcji""Gotowe""Pokaż wszystko""Wybierz aplikację""WYŁ.""WŁ.""Alt+""Ctrl+""Delete""Enter""Funkcyjny+""Meta+""Shift+""spacja""Sym+""Menu+""Szukaj…""Wyczyść zapytanie""Zapytanie""Szukaj""Wyślij zapytanie""Wyszukiwanie głosowe""Udostępnij przez:""Udostępnij przez: %s""Zwiń""Szukaj""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Navegar para a página inicial""Navegar para cima""Mais opções""Concluído""Ver tudo""Selecionar um app""DESATIVADO""ATIVADO""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""espaço""Sym+""Menu+""Pesquisar…""Limpar consulta""Consulta de pesquisa""Pesquisar""Enviar consulta""Pesquisa por voz""Compartilhar com""Compartilhar com %s""Recolher""Pesquisar""Əsas səhifəyə keçin""Yuxarı keçin""Digər seçimlər""Hazırdır""Hamısına baxın""Tətbiq seçin""DEAKTİV""AKTİV""Alt+""Ctrl+""silin""daxil olun""Funksiya+""Meta+""Shift+""space""Sym+""Menyu+""Axtarış...""Sorğunu silin""Axtarış sorğusu""Axtarın""Sorğunu göndərin""Səsli axtarış""Paylaşın""%s ilə paylaşın""Yığcamlaşdırın""Axtarın""التوجه إلى المنزل""التنقل إلى أعلى""خيارات أكثر""تم""عرض الكل""اختيار تطبيق""إيقاف""تفعيل""Alt+""Ctrl+""حذف""enter""Function+""Meta+""Shift+""فضاء""Sym+""القائمة+""بحث…""محو طلب البحث""طلب بحث""البحث""إرسال طلب البحث""بحث صوتي""مشاركة مع""مشاركة مع %s""تصغير""البحث""瀏覽首頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""Delete 鍵""Enter 鍵""Fn +""Meta +""Shift +""空格鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""與「%s」分享""收合""搜尋""​ទៅទំព័រដើម""រំកិលឡើងលើ""ជម្រើសច្រើនទៀត""រួចរាល់""មើលទាំងអស់""ជ្រើសរើស​កម្មវិធី​​""បិទ""បើក""Alt+""Ctrl+""លុប""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ស្វែងរក…""សម្អាត​សំណួរ""ស្វែងរកសំណួរ​""ស្វែងរក""ដាក់បញ្ជូន​សំណួរ""ស្វែងរក​តាម​សំឡេង""ចែករំលែក​ជា​មួយ""ចែក​រំលែក​ជា​មួយ %s""បង្រួម""ស្វែងរក""Tunjukkan jalan ke rumah""Kembali ke atas""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""spasi""Sym+""Menu+""Telusuri...""Hapus kueri""Telusuri kueri""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan dengan %s""Ciutkan""Telusuri""Joan orri nagusira""Joan gora""Aukera gehiago""Eginda""Ikusi guztiak""Aukeratu aplikazio bat""DESAKTIBATU""AKTIBATU""Alt +""Ktrl +""ezabatu""sartu""Funtzioa +""Meta +""Maius +""zuriunea""Sym +""Menua +""Bilatu…""Garbitu kontsulta""Bilaketa-kontsulta""Bilatu""Bidali kontsulta""Ahozko bilaketa""Partekatu honekin""Partekatu %s aplikazioarekin""Tolestu""Bilatu"4dp18dp40dp2dp2dp40dp40dp4dp24dp24dp24dp24dp0.240.400.400.240.120.200.200.12true#14000000#121212#CF6679#FFFFFF#000000#000000#000000#FFFFFF#BB86FC#000000#3700B3#03DAC6#03DAC6#121212#FFFFFF#B00020#000000#FFFFFF#FFFFFF#000000#000000#6200EE#3700B3#3700B3#03DAC6#018786#FFFFFF@android:color/transparent#14000000#44000000#0A000000#0F000000#1AFFFFFF#2EFFFFFF#323232#61000000#00ffffff#52000000#6B000000#1F000000#0A000000#00000000#DE00000016dp16dp100dp4dp168dp96dp14sp8dp56dp24dp96dp56dp8dp1dp12sp8dp16dp64dp0.5dp6dp24dp40dp56dp6dp6dp16dp32dp24dp16dp32dp280dp8dp8dp128dp1.00dp6dp0dp-1px-1px12dp14dp24dp14sp264dp72dp14sp12sp5dp0.380.870.6200px100px80dp24dp24dp80dp24dp4dp4dp4dp6dp10sp8dp60dp16dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.074dp16dp16dp4dp6dp1dp4dp8dp8dp14sp0dp52dp8dp0dp12dp15dp32dp3dp1dp1dp36dp24dp16dp12dp4dp1dp120dp128dp32dp12dp8dp24dp0dp480dp2dp0dp4dp48dp4dp8dp104dp20dp24dp100dp16dp28dp68dp18dp52dp8dp8dp88dp8dp24dp4dp5dp1dp8dp3dp14sp8dp-8dp8dp12dp24dp0dp0dp6dp20dp24dp24dp16dp48dp120dp20dp16dp12dp0dp2dp6dp6dp48dp2dp6dp0.000.240.080.24100dp0.000.120.040.1248dp0dp22dp14dp24dp8dp4dp0dp4dp4dp0.54dp0.88dp4dp4dp0dp4dp1dp2dp4dp16dp4dp56dp52dp1501502300320410010011375120100250200 + %d new notification + %d new notifications + com.google.android.material.appbar.AppBarLayout$ScrollingViewBehaviorcom.google.android.material.bottomsheet.BottomSheetBehaviorCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$d%1$d / %2$dChip textClear textErrorShow dropdown menucom.google.android.material.transformation.FabTransformationScrimBehaviorcom.google.android.material.transformation.FabTransformationSheetBehaviorcom.google.android.material.behavior.HideBottomViewOnScrollBehaviorDialog IconNew notificationRemove %1$s%1$d%2$sChange to next monthChange to previous monthCurrent selection: %1$s@android:string/cancel@android:string/ok%1$sSelect a DateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect a Date RangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearShow passwordM12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3zM2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 ZM2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 ZM3.27,4.27 L19.74,20.74 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 320dp0dp2dp24dp576dp320dp@dimen/design_snackbar_padding_vertical + 160dp64dp64dp10dp1dp0.480.480.160.480.240.240.080.24 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #ffffffff#eecc000080818081AlertChange Bundle LocationCopy\nDebugDebug with ChromeStop Chrome DebuggingConnecting to debugger...Failed to connect to debugger!Open DebuggerStop DebuggingOpen React DevToolsDismiss\n(ESC)Capture HeapEnable Fast RefreshDisabling Fast Refresh because it requires a development bundle.Switching to development bundle in order to enable Fast Refresh.Disable Fast RefreshShow Element InspectorHide Element InspectorLoading from %1$s…Failed to open Flipper. Please check that Metro is running.Show Perf MonitorHide Perf MonitorReloadReload\n(R,\u00A0R)Failed to load bundle. Try restarting the bundler or reconnecting your device.ReportDisable Sampling ProfilerEnable Sampling ProfilerSettingsDebug SettingsCombo BoxHeadingImageButton, ImageLinkMenuMenu BarMenu ItemProgress BarRadio GroupTabScroll BarSpin ButtonbusycollapsedexpandedmixedoffonunselectedSummaryTab ListTimerTool Barmobile80818081 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/mobile/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..2bd53ed --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000..7323ecd --- /dev/null +++ b/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,16 @@ +#Wed Mar 09 23:46:25 IST 2022 +path.3=9/classes.dex +path.2=14/classes.dex +path.1=0/classes.dex +renamed.4=classes5.dex +path.0=classes.dex +renamed.3=classes4.dex +renamed.2=classes3.dex +renamed.1=classes2.dex +base.4=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex +renamed.0=classes.dex +base.3=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex +base.2=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +base.1=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +base.0=/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +path.4=0/classes.dex diff --git a/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources new file mode 100644 index 0000000..0d49178 Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ diff --git a/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 new file mode 100644 index 0000000..fa43c6a Binary files /dev/null and b/mobile/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class new file mode 100644 index 0000000..4db41a8 Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/facebook/react/PackageList.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/BuildConfig.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/BuildConfig.class new file mode 100644 index 0000000..b5406fb Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/BuildConfig.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainActivity.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainActivity.class new file mode 100644 index 0000000..b7a0d6b Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainActivity.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainApplication$1.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainApplication$1.class new file mode 100644 index 0000000..9e9e5bb Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainApplication$1.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainApplication.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainApplication.class new file mode 100644 index 0000000..9d05743 Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/MainApplication.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$1.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$1.class new file mode 100644 index 0000000..38bca7b Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$1.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$2$1.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$2$1.class new file mode 100644 index 0000000..01a5e0d Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$2$1.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$2.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$2.class new file mode 100644 index 0000000..f4b59fd Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper$2.class differ diff --git a/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper.class b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper.class new file mode 100644 index 0000000..6e7ac8f Binary files /dev/null and b/mobile/android/app/build/intermediates/javac/debug/classes/com/mobile/ReactNativeFlipper.class differ diff --git a/mobile/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/mobile/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..8d67757 --- /dev/null +++ b/mobile/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,68 @@ +1 +2 +6 +7 +10 +11 +11-->/home/kasun/Desktop/learnr/mobile/android/app/src/debug/AndroidManifest.xml:5:5-77 +11-->/home/kasun/Desktop/learnr/mobile/android/app/src/debug/AndroidManifest.xml:5:22-75 +12 +12-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:4:5-67 +12-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:4:22-64 +13 +13-->[com.facebook.flipper:flipper:0.99.0] /home/kasun/.gradle/caches/transforms-3/df7b208c45426f45016d16c0c3a6a059/transformed/jetified-flipper-0.99.0/AndroidManifest.xml:16:5-76 +13-->[com.facebook.flipper:flipper:0.99.0] /home/kasun/.gradle/caches/transforms-3/df7b208c45426f45016d16c0c3a6a059/transformed/jetified-flipper-0.99.0/AndroidManifest.xml:16:22-73 +14 +15 /home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:6:5-24:19 +16 android:name="com.mobile.MainApplication" +16-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:7:7-38 +17 android:allowBackup="false" +17-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:11:7-34 +18 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +18-->[androidx.core:core:1.6.0] /home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/AndroidManifest.xml:24:18-86 +19 android:debuggable="true" +20 android:icon="@mipmap/ic_launcher" +20-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:9:7-41 +21 android:label="@string/app_name" +21-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:8:7-39 +22 android:roundIcon="@mipmap/ic_launcher_round" +22-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:10:7-52 +23 android:theme="@style/AppTheme" +23-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:12:7-38 +24 android:usesCleartextTraffic="true" > +24-->/home/kasun/Desktop/learnr/mobile/android/app/src/debug/AndroidManifest.xml:8:9-44 +25 +25-->/home/kasun/Desktop/learnr/mobile/android/app/src/debug/AndroidManifest.xml:11:9-86 +25-->/home/kasun/Desktop/learnr/mobile/android/app/src/debug/AndroidManifest.xml:11:19-83 +26 /home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:13:7-23:18 +27 android:name="com.mobile.MainActivity" +27-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:14:9-37 +28 android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" +28-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:16:9-86 +29 android:label="@string/app_name" +29-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:15:9-41 +30 android:launchMode="singleTask" +30-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:17:9-40 +31 android:windowSoftInputMode="adjustResize" > +31-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:18:9-51 +32 +32-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:19:9-22:25 +33 +33-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:20:13-65 +33-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:20:21-62 +34 +35 +35-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:21:13-73 +35-->/home/kasun/Desktop/learnr/mobile/android/app/src/main/AndroidManifest.xml:21:23-70 +36 +37 +38 +39 +40 diff --git a/mobile/android/app/build/intermediates/merged_java_res/debug/out.jar b/mobile/android/app/build/intermediates/merged_java_res/debug/out.jar new file mode 100644 index 0000000..81d53c7 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_java_res/debug/out.jar differ diff --git a/mobile/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/mobile/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..bc34d26 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/mobile/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..bc34d26 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_manifests/debug/output-metadata.json b/mobile/android/app/build/intermediates/merged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..6c43a3d --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_manifests/debug/output-metadata.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "artifactType": { + "type": "MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.mobile", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbetter.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbetter.so new file mode 100644 index 0000000..3d72779 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000..83acd19 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so new file mode 100644 index 0000000..2c9b68a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so new file mode 100644 index 0000000..228a142 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so new file mode 100644 index 0000000..1706696 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so new file mode 100644 index 0000000..1e28873 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so new file mode 100644 index 0000000..57ae066 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so new file mode 100644 index 0000000..5603650 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so new file mode 100644 index 0000000..0405c92 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so new file mode 100644 index 0000000..c709185 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so new file mode 100644 index 0000000..bfec340 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so new file mode 100644 index 0000000..828425a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so new file mode 100644 index 0000000..e3328e3 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so new file mode 100644 index 0000000..22ad799 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so new file mode 100644 index 0000000..ddba6ba Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so new file mode 100644 index 0000000..8e39b70 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so new file mode 100644 index 0000000..ad71f49 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so new file mode 100644 index 0000000..7629fd8 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so new file mode 100644 index 0000000..40a39e6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so new file mode 100644 index 0000000..adc2426 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so new file mode 100644 index 0000000..a1b99e7 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so new file mode 100644 index 0000000..5d94c52 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so new file mode 100644 index 0000000..c376af1 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so new file mode 100644 index 0000000..d77308c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so new file mode 100644 index 0000000..3cec53a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so new file mode 100644 index 0000000..592c9ad Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so new file mode 100644 index 0000000..75e86c8 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so new file mode 100644 index 0000000..2cce2b6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so new file mode 100644 index 0000000..88feb8d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so new file mode 100644 index 0000000..d4af23f Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so new file mode 100644 index 0000000..29834af Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so new file mode 100644 index 0000000..714c8f7 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so new file mode 100644 index 0000000..59bc535 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so new file mode 100644 index 0000000..33a03f6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so new file mode 100644 index 0000000..a0ab8e0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so new file mode 100644 index 0000000..e7fdf3a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..836f2ae Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so new file mode 100644 index 0000000..453f8e2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so new file mode 100644 index 0000000..d5491fe Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so new file mode 100644 index 0000000..ff27037 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..01be7b0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so new file mode 100644 index 0000000..a2ca04d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so new file mode 100644 index 0000000..d69745d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so new file mode 100644 index 0000000..385431b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so new file mode 100644 index 0000000..eaa836d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so new file mode 100644 index 0000000..94c28b9 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so new file mode 100644 index 0000000..7aaed6d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so new file mode 100644 index 0000000..f95faec Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so new file mode 100644 index 0000000..9d6b77e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so new file mode 100644 index 0000000..311d9b1 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so new file mode 100644 index 0000000..8199f65 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so new file mode 100644 index 0000000..827eca2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so new file mode 100644 index 0000000..4e2f801 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so new file mode 100644 index 0000000..362e1ff Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so new file mode 100644 index 0000000..a171c7d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so new file mode 100644 index 0000000..132a683 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so new file mode 100644 index 0000000..0bef45b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so new file mode 100644 index 0000000..e0689ee Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so new file mode 100644 index 0000000..581aa87 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so new file mode 100644 index 0000000..00f2dca Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so new file mode 100644 index 0000000..0921003 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbetter.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbetter.so new file mode 100644 index 0000000..b969a49 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so new file mode 100644 index 0000000..aacc4b9 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so new file mode 100644 index 0000000..11469aa Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so new file mode 100644 index 0000000..929ed25 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so new file mode 100644 index 0000000..4a772c0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so new file mode 100644 index 0000000..d4c9f85 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so new file mode 100644 index 0000000..2819d8f Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so new file mode 100644 index 0000000..eb4406c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so new file mode 100644 index 0000000..4da435d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so new file mode 100644 index 0000000..1c33659 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so new file mode 100644 index 0000000..d539688 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so new file mode 100644 index 0000000..f3b1697 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so new file mode 100644 index 0000000..9bf1cd7 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so new file mode 100644 index 0000000..f1d809d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so new file mode 100644 index 0000000..9e0f173 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so new file mode 100644 index 0000000..e97e189 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so new file mode 100644 index 0000000..4bad1b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so new file mode 100644 index 0000000..457e72e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so new file mode 100644 index 0000000..165dfe1 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so new file mode 100644 index 0000000..469d3d4 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so new file mode 100644 index 0000000..d1beed1 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so new file mode 100644 index 0000000..03c5815 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so new file mode 100644 index 0000000..12c403e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so new file mode 100644 index 0000000..c96e5d6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so new file mode 100644 index 0000000..527d725 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so new file mode 100644 index 0000000..f11d53a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so new file mode 100644 index 0000000..3448507 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so new file mode 100644 index 0000000..eb8102a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so new file mode 100644 index 0000000..d9c59d7 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so new file mode 100644 index 0000000..c0f86a4 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so new file mode 100644 index 0000000..954412d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so new file mode 100644 index 0000000..902e880 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so new file mode 100644 index 0000000..c514a46 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so new file mode 100644 index 0000000..9202869 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so new file mode 100644 index 0000000..0d8739e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so new file mode 100644 index 0000000..ba46b06 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..1680f05 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so new file mode 100644 index 0000000..fcf2239 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so new file mode 100644 index 0000000..e9549dc Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so new file mode 100644 index 0000000..94f7c18 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..78e0078 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so new file mode 100644 index 0000000..239f39f Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so new file mode 100644 index 0000000..52d272e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so new file mode 100644 index 0000000..3763de2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so new file mode 100644 index 0000000..382778b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so new file mode 100644 index 0000000..85dbfd9 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so new file mode 100644 index 0000000..a4d1392 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so new file mode 100644 index 0000000..1d5616e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so new file mode 100644 index 0000000..ca297b2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so new file mode 100644 index 0000000..df93ea5 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so new file mode 100644 index 0000000..9a26a6a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so new file mode 100644 index 0000000..9b156f4 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so new file mode 100644 index 0000000..1f20f5e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so new file mode 100644 index 0000000..0d85f22 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so new file mode 100644 index 0000000..3619b7f Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so new file mode 100644 index 0000000..d685db9 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so new file mode 100644 index 0000000..e711c05 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so new file mode 100644 index 0000000..ea6c76a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so new file mode 100644 index 0000000..6e1fabb Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so new file mode 100644 index 0000000..4cb6634 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so new file mode 100644 index 0000000..3cfdf50 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbetter.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbetter.so new file mode 100644 index 0000000..60859db Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so new file mode 100644 index 0000000..d2c3f06 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so new file mode 100644 index 0000000..274ad89 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so new file mode 100644 index 0000000..3f9a265 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so new file mode 100644 index 0000000..848fcaf Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so new file mode 100644 index 0000000..30edd02 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so new file mode 100644 index 0000000..cdf0b35 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so new file mode 100644 index 0000000..4ebd316 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so new file mode 100644 index 0000000..a8c7745 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so new file mode 100644 index 0000000..b8e1b20 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so new file mode 100644 index 0000000..bdf3911 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so new file mode 100644 index 0000000..6addc61 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so new file mode 100644 index 0000000..cc50027 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so new file mode 100644 index 0000000..df04897 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so new file mode 100644 index 0000000..ce56f7c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so new file mode 100644 index 0000000..a862d2e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so new file mode 100644 index 0000000..d979422 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so new file mode 100644 index 0000000..f8cc2d4 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so new file mode 100644 index 0000000..b12b9a2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so new file mode 100644 index 0000000..c0c7d66 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so new file mode 100644 index 0000000..38d389e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so new file mode 100644 index 0000000..4854b0b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so new file mode 100644 index 0000000..7d685b2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so new file mode 100644 index 0000000..fe1ffde Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so new file mode 100644 index 0000000..e421bea Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so new file mode 100644 index 0000000..c61f909 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so new file mode 100644 index 0000000..376010d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so new file mode 100644 index 0000000..c3b0fbb Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so new file mode 100644 index 0000000..1630fde Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so new file mode 100644 index 0000000..e34a428 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so new file mode 100644 index 0000000..87d4558 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so new file mode 100644 index 0000000..b37000d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so new file mode 100644 index 0000000..0b7eb0c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so new file mode 100644 index 0000000..55451cb Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so new file mode 100644 index 0000000..ce815e0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so new file mode 100644 index 0000000..512ac3c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..1fc3cc4 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so new file mode 100644 index 0000000..62559b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so new file mode 100644 index 0000000..fe34898 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so new file mode 100644 index 0000000..b3a8ad9 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..2868a51 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so new file mode 100644 index 0000000..11584a9 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so new file mode 100644 index 0000000..05e8d2a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactconfig.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactconfig.so new file mode 100644 index 0000000..6e8000b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so new file mode 100644 index 0000000..62c907b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so new file mode 100644 index 0000000..3ff4909 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so new file mode 100644 index 0000000..74bfd4c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so new file mode 100644 index 0000000..f1196a6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so new file mode 100644 index 0000000..135b673 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_modal.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_modal.so new file mode 100644 index 0000000..1b62a84 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_progressbar.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_progressbar.so new file mode 100644 index 0000000..e540acf Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so new file mode 100644 index 0000000..4414579 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so new file mode 100644 index 0000000..742ea17 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_slider.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_slider.so new file mode 100644 index 0000000..651323d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_switch.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_switch.so new file mode 100644 index 0000000..b670998 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so new file mode 100644 index 0000000..d06a241 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so new file mode 100644 index 0000000..153cef5 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so new file mode 100644 index 0000000..755a523 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so new file mode 100644 index 0000000..3138fd3 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so new file mode 100644 index 0000000..94d1c0a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so new file mode 100644 index 0000000..6361dc6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbetter.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbetter.so new file mode 100644 index 0000000..13cd6ce Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so new file mode 100644 index 0000000..f41a51a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so new file mode 100644 index 0000000..7739bf3 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so new file mode 100644 index 0000000..f8a7d76 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so new file mode 100644 index 0000000..ab4227c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so new file mode 100644 index 0000000..87a5995 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so new file mode 100644 index 0000000..694c4d0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so new file mode 100644 index 0000000..ca87318 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so new file mode 100644 index 0000000..eef9f66 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so new file mode 100644 index 0000000..76ef85c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so new file mode 100644 index 0000000..b71f1cc Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so new file mode 100644 index 0000000..2d78ae0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so new file mode 100644 index 0000000..b1e6cb2 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so new file mode 100644 index 0000000..817d0eb Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so new file mode 100644 index 0000000..b081e44 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so new file mode 100644 index 0000000..5d7ea24 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so new file mode 100644 index 0000000..00f9b33 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so new file mode 100644 index 0000000..04c472e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so new file mode 100644 index 0000000..9085e9d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so new file mode 100644 index 0000000..cb91c6c Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so new file mode 100644 index 0000000..e3931c4 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so new file mode 100644 index 0000000..836c3b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so new file mode 100644 index 0000000..ed68c8a Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so new file mode 100644 index 0000000..2789eba Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so new file mode 100644 index 0000000..cef76ba Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so new file mode 100644 index 0000000..4efeff0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so new file mode 100644 index 0000000..fa89640 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so new file mode 100644 index 0000000..bd9f0f0 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so new file mode 100644 index 0000000..8674ebc Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so new file mode 100644 index 0000000..5e36abc Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so new file mode 100644 index 0000000..f207ef6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so new file mode 100644 index 0000000..b8f8349 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so new file mode 100644 index 0000000..b4051fa Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so new file mode 100644 index 0000000..838d904 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so new file mode 100644 index 0000000..8039d0d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so new file mode 100644 index 0000000..c1f8df6 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..cc1cc2e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so new file mode 100644 index 0000000..a25ff9d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so new file mode 100644 index 0000000..371b328 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so new file mode 100644 index 0000000..50ec8ce Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..edafa7f Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so new file mode 100644 index 0000000..757580b Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so new file mode 100644 index 0000000..7d46b05 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactconfig.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactconfig.so new file mode 100644 index 0000000..f306b67 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so new file mode 100644 index 0000000..293cb54 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so new file mode 100644 index 0000000..9f096af Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so new file mode 100644 index 0000000..b629dee Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so new file mode 100644 index 0000000..5398e89 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so new file mode 100644 index 0000000..e4b6b3e Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_modal.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_modal.so new file mode 100644 index 0000000..41cbb56 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_progressbar.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_progressbar.so new file mode 100644 index 0000000..cb19fb1 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so new file mode 100644 index 0000000..e89e8bd Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so new file mode 100644 index 0000000..b10a81d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_slider.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_slider.so new file mode 100644 index 0000000..d580faf Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_switch.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_switch.so new file mode 100644 index 0000000..979eaea Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so new file mode 100644 index 0000000..dd4ec43 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so new file mode 100644 index 0000000..71307cf Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so new file mode 100644 index 0000000..c3e0995 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so new file mode 100644 index 0000000..506c22d Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so new file mode 100644 index 0000000..f2d6b78 Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so new file mode 100644 index 0000000..558289f Binary files /dev/null and b/mobile/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json new file mode 100644 index 0000000..f7a942d --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json @@ -0,0 +1,3695 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rAU/values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2914", + "endColumns": "100", + "endOffsets": "3010" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,328,435,520,628,748,826,902,994,1088,1183,1277,1377,1471,1567,1662,1754,1846,1928,2039,2142,2241,2356,2470,2573,2728,2831", + "endColumns": "117,104,106,84,107,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "218,323,430,515,623,743,821,897,989,1083,1178,1272,1372,1466,1562,1657,1749,1841,1923,2034,2137,2236,2351,2465,2568,2723,2826,2909" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2858", + "endColumns": "100", + "endOffsets": "2954" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778", + "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-my/values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2958", + "endColumns": "100", + "endOffsets": "3054" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,325,441,528,637,760,842,923,1014,1107,1202,1296,1396,1489,1584,1678,1769,1860,1945,2060,2169,2268,2394,2501,2609,2769,2872", + "endColumns": "112,106,115,86,108,122,81,80,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "213,320,436,523,632,755,837,918,1009,1102,1197,1291,1391,1484,1579,1673,1764,1855,1940,2055,2164,2263,2389,2496,2604,2764,2867,2953" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,424,506,607,721,801,879,970,1063,1155,1249,1349,1442,1537,1630,1721,1815,1894,1999,2097,2195,2303,2403,2506,2661,2758", + "endColumns": "107,103,106,81,100,113,79,77,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "208,312,419,501,602,716,796,874,965,1058,1150,1244,1344,1437,1532,1625,1716,1810,1889,1994,2092,2190,2298,2398,2501,2656,2753,2835" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2840", + "endColumns": "100", + "endOffsets": "2936" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795", + "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", + "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832", + "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", + "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2918", + "endColumns": "100", + "endOffsets": "3014" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-sw600dp-v13/values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795", + "endLines": "2,3,4,5,6,7,9,10,11,12,13,17", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", + "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/378f8d1f5d9e8f2dccf5622b520d15a5/transformed/cardview-1.0.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "200" + }, + "to": { + "startLines": "50", + "startColumns": "4", + "startOffsets": "3524", + "endLines": "52", + "endColumns": "12", + "endOffsets": "3669" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2,6", + "startColumns": "4,4", + "startOffsets": "55,320", + "endLines": "5,9", + "endColumns": "10,10", + "endOffsets": "315,588" + }, + "to": { + "startLines": "53,57", + "startColumns": "4,4", + "startOffsets": "3674,3939", + "endLines": "56,60", + "endColumns": "10,10", + "endOffsets": "3934,4207" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2735,2959,3074,3181,3294", + "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49", + "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", + "endOffsets": "185,320,395,482,1366,2262,2381,2508,2730,2954,3069,3176,3289,3519" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-da/values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2837", + "endColumns": "100", + "endOffsets": "2933" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757", + "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", + "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-it/values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799", + "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", + "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2937", + "endColumns": "100", + "endOffsets": "3033" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854", + "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", + "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817", + "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", + "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821", + "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", + "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798", + "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", + "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833", + "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2920", + "endColumns": "100", + "endOffsets": "3016" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797", + "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", + "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-ldltr-v21/values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-es/values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2919", + "endColumns": "100", + "endOffsets": "3015" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836", + "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", + "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874", + "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", + "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2958", + "endColumns": "100", + "endOffsets": "3054" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830", + "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", + "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2912", + "endColumns": "100", + "endOffsets": "3008" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2764", + "endColumns": "100", + "endOffsets": "2860" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685", + "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", + "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822", + "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", + "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-si/values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821", + "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", + "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779", + "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", + "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-is/values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2860", + "endColumns": "100", + "endOffsets": "2956" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-am/values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2803", + "endColumns": "100", + "endOffsets": "2899" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723", + "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", + "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2854", + "endColumns": "100", + "endOffsets": "2950" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772", + "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", + "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776", + "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", + "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2860", + "endColumns": "100", + "endOffsets": "2956" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671", + "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2750", + "endColumns": "100", + "endOffsets": "2846" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775", + "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", + "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2856", + "endColumns": "100", + "endOffsets": "2952" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2568,2751,2851", + "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,107,182,99,83", + "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2563,2746,2846,2930" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2935", + "endColumns": "100", + "endOffsets": "3031" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-as/values-as.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", + "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", + "startOffsets": "105,213,312,419,510,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2227,2336,2452,2572,2739,2841", + "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,98,108,115,119,166,101,82", + "endOffsets": "208,307,414,505,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2222,2331,2447,2567,2734,2836,2919" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-as/values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2924", + "endColumns": "100", + "endOffsets": "3020" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-port/values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v24/values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827", + "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", + "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-et/values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2910", + "endColumns": "100", + "endOffsets": "3006" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871", + "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", + "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2953", + "endColumns": "100", + "endOffsets": "3049" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801", + "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", + "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2884", + "endColumns": "100", + "endOffsets": "2980" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808", + "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", + "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2890", + "endColumns": "100", + "endOffsets": "2986" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pt/values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820", + "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", + "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2905", + "endColumns": "100", + "endOffsets": "3001" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528", + "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185", + "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rXC/values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "203", + "endOffsets": "254" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5714", + "endColumns": "203", + "endOffsets": "5913" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2934", + "endColumns": "100", + "endOffsets": "3030" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847", + "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-te/values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2930", + "endColumns": "100", + "endOffsets": "3026" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,222,334,445,535,640,759,837,913,1004,1097,1192,1286,1386,1479,1574,1669,1760,1851,1934,2048,2150,2249,2364,2467,2582,2744,2847", + "endColumns": "116,111,110,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,82,113,101,98,114,102,114,161,102,82", + "endOffsets": "217,329,440,530,635,754,832,908,999,1092,1187,1281,1381,1474,1569,1664,1755,1846,1929,2043,2145,2244,2359,2462,2577,2739,2842,2925" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v18/values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rCA/values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2901", + "endColumns": "100", + "endOffsets": "2997" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816", + "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", + "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-v16/values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pt-rBR/values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836", + "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2923", + "endColumns": "100", + "endOffsets": "3019" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799", + "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", + "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801", + "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", + "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796", + "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", + "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2878", + "endColumns": "100", + "endOffsets": "2974" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791", + "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", + "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2873", + "endColumns": "100", + "endOffsets": "2969" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,447", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,442,684" + }, + "to": { + "startLines": "10,11,12,16", + "startColumns": "4,4,4,4", + "startOffsets": "755,830,917,1147", + "endLines": "10,11,15,19", + "endColumns": "74,86,12,12", + "endOffsets": "825,912,1142,1384" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,143,231,319,407,494,581,668", + "endColumns": "87,87,87,87,86,86,86,86", + "endOffsets": "138,226,314,402,489,576,663,750" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-h360dp-land-v13/values-h360dp-land-v13.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,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2938", + "endColumns": "100", + "endOffsets": "3034" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854", + "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", + "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-el/values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2972", + "endColumns": "100", + "endOffsets": "3068" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886", + "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", + "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850", + "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", + "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2878", + "endColumns": "100", + "endOffsets": "2974" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797", + "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", + "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2935", + "endColumns": "100", + "endOffsets": "3031" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851", + "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", + "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2922", + "endColumns": "100", + "endOffsets": "3018" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836", + "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", + "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817", + "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", + "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/1e2170dbcf59f9d944fc1c022a41d609/transformed/jetified-autofill-1.1.0/res/values/values.xml", + "from": { + "startLines": "2,3,19,20,27,32,37,44,53", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,123,934,994,1376,1656,1938,2322,2820", + "endLines": "2,18,19,26,31,36,43,52,66", + "endColumns": "67,12,59,12,12,12,12,12,24", + "endOffsets": "118,929,989,1371,1651,1933,2317,2815,3867" + }, + "to": { + "startLines": "286,3287,3718,3719,3726,3731,3736,3743,5227", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "18547,222542,253976,254036,254418,254698,254980,255364,341077", + "endLines": "286,3302,3718,3725,3730,3735,3742,3751,5240", + "endColumns": "67,12,59,12,12,12,12,12,24", + "endOffsets": "18610,223348,254031,254413,254693,254975,255359,255857,342124" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/df7b208c45426f45016d16c0c3a6a059/transformed/jetified-flipper-0.99.0/res/values/values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,124", + "endColumns": "68,56", + "endOffsets": "119,176" + }, + "to": { + "startLines": "578,579", + "startColumns": "4,4", + "startOffsets": "37472,37541", + "endColumns": "68,56", + "endOffsets": "37536,37593" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9b6cc75e89d4038448f147e4b5cd437c/transformed/coordinatorlayout-1.1.0/res/values/values.xml", + "from": { + "startLines": "2,3,6,16", + "startColumns": "4,4,4,4", + "startOffsets": "55,116,261,869", + "endLines": "2,5,15,104", + "endColumns": "60,12,24,24", + "endOffsets": "111,256,864,6075" + }, + "to": { + "startLines": "24,4422,5697,5707", + "startColumns": "4,4,4,4", + "startOffsets": "1278,297128,367355,367963", + "endLines": "24,4424,5706,5795", + "endColumns": "60,12,24,24", + "endOffsets": "1334,297268,367958,373169" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/dc3a6ae223c93fb1112ff5fe94897d21/transformed/fragment-1.3.4/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,10", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,112,177,241,411", + "endLines": "2,3,4,9,13", + "endColumns": "56,64,63,24,24", + "endOffsets": "107,172,236,406,555" + }, + "to": { + "startLines": "580,598,631,5971,5976", + "startColumns": "4,4,4,4,4", + "startOffsets": "37598,38460,40168,383476,383646", + "endLines": "580,598,631,5975,5979", + "endColumns": "56,64,63,24,24", + "endOffsets": "37650,38520,40227,383641,383790" + } + }, + { + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/values/strings.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "16", + "endColumns": "43", + "endOffsets": "55" + }, + "to": { + "startLines": "687", + "startColumns": "4", + "startOffsets": "43937", + "endColumns": "43", + "endOffsets": "43976" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,104,111,159,191,228", + "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", + "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6400,6698,9998,12063,13823", + "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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,103,110,158,190,227,234", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6395,6693,9993,12058,13818,14195" + }, + "to": { + "startLines": "55,96,97,181,182,290,291,292,293,294,295,296,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,533,534,535,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,585,586,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,618,654,791,3128,3129,3133,3134,3138,3752,3753,5390,5662,5886,5934,6119,6156", + "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", + "startOffsets": "3132,5612,5684,11448,11517,18785,18855,18923,18995,19065,19126,19200,33354,33415,33476,33538,33602,33664,33725,33793,33893,33953,34019,34092,34161,34218,34270,34850,34922,34998,35114,35173,35232,35292,35352,35412,35472,35532,35592,35652,35712,35772,35832,35891,35951,36011,36071,36131,36191,36251,36311,36371,36431,36491,36550,36610,36670,36729,36788,36847,36906,36965,37842,37877,38571,38626,38689,38744,38802,38860,38921,38984,39041,39092,39142,39203,39260,39326,39360,39538,41608,57581,212812,212929,213130,213240,213441,255862,255934,350748,365547,377891,381191,389820,391580", + "endLines": "55,96,97,181,182,290,291,292,293,294,295,296,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,533,534,535,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,585,586,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,618,654,791,3128,3132,3133,3137,3138,3752,3753,5396,5668,5933,5965,6155,6162", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "3187,5679,5767,11512,11575,18850,18918,18990,19060,19121,19195,19268,33410,33471,33533,33597,33659,33720,33788,33888,33948,34014,34087,34156,34213,34265,34327,34917,34993,35058,35168,35227,35287,35347,35407,35467,35527,35587,35647,35707,35767,35827,35886,35946,36006,36066,36126,36186,36246,36306,36366,36426,36486,36545,36605,36665,36724,36783,36842,36901,36960,37019,37872,37907,38621,38684,38739,38797,38855,38916,38979,39036,39087,39137,39198,39255,39321,39355,39390,39568,41673,57647,212924,213125,213235,213436,213565,255929,255996,351180,365840,381186,383251,391575,391952" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/04d5eb98ae86f5903d150970f0c82b3c/transformed/lifecycle-runtime-2.3.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "628", + "startColumns": "4", + "startOffsets": "40021", + "endColumns": "42", + "endOffsets": "40059" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/0723fe7ecd4c2478c3e1bb5dcd2061ba/transformed/jetified-viewpager2-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "7414", + "startColumns": "4", + "startOffsets": "458277", + "endLines": "7416", + "endColumns": "24", + "endOffsets": "458382" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/42fc10495a8bc8a878c7280888ad32dd/transformed/jetified-savedstate-1.1.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "629", + "startColumns": "4", + "startOffsets": "40064", + "endColumns": "53", + "endOffsets": "40113" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/0c11a4ffdfed5eecf03d4da26ae0c052/transformed/lifecycle-viewmodel-2.3.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "630", + "startColumns": "4", + "startOffsets": "40118", + "endColumns": "49", + "endOffsets": "40163" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/70151c5920c4591167abb899c9f7dabf/transformed/recyclerview-1.1.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,111,170,218,274,349,425,497,563", + "endLines": "2,3,4,5,6,7,8,9,38", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "106,165,213,269,344,420,492,558,2084" + }, + "to": { + "startLines": "57,346,347,348,356,357,358,584,6622", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "3250,22456,22515,22563,23230,23305,23381,37776,415548", + "endLines": "57,346,347,348,356,357,358,584,6650", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "3301,22510,22558,22614,23300,23376,23448,37837,417069" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/4f6ddf37a5c206bb5b6a4ce7f206560c/transformed/jetified-drawee-2.5.0/res/values/values.xml", + "from": { + "startLines": "2,141", + "startColumns": "4,4", + "startOffsets": "55,6080", + "endLines": "140,231", + "endColumns": "22,22", + "endOffsets": "6075,9771" + }, + "to": { + "startLines": "5980,6733", + "startColumns": "4,4", + "startOffsets": "383795,421350", + "endLines": "6118,6823", + "endColumns": "22,22", + "endOffsets": "389815,425041" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,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,390,391,392,393,394,395,396,397,398,399,400,401,402,403,407,411,418,425,433,443,452,461,470,471,472,477,478,482,483,489,493,494,495,496,506,507,508,512,513,519,523,524,525,526,527,593,641,699,747,812,860,908,966,1014,1018,1022,1034,1049,1061,1062,1109,1113,1114,1115,1118,1128,1161,1162,1163,1175,1179,1184,1189,1194,1197,1200,1203,1207,1211,1212,1213,1214,1215,1218,1221,1224,1227,1231,1232,1235,1238,1241,1244,1248,1251,1255,1258,1261,1264,1267,1271,1274,1277,1281,1284,1294,1302,1310,1313,1316,1319,1322,1325,1328,1331,1332,1335,1338,1339,1342,1346,1351,1352,1360,1368,1369,1377,1381,1389,1397,1405,1413,1421,1422,1430,1438,1439,1441,1446,1448,1453,1457,1461,1462,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1491,1492,1493,1499,1500,1504,1506,1507,1510,1515,1516,1517,1518,1519,1520,1524,1525,1526,1532,1533,1537,1539,1542,1546,1550,1554,1558,1559,1560,1561,1569,1577,1580,1585,1590,1595,1600,1604,1608,1617,1625,1626,1627,1628,1629,1637,1646,1651,1656,1657,1658,1659,1677,1681,1686,1689,1693,1696,1700,1704,1708,1716,1725,1738,1742,1757,1765,1768,1779,1784,1813,1817,1818,1825,1829,1830,1831,1834,1838,1842,1843,1847,1852,1864,1868,1869,1881,1891,1892,1902,1907,1929,1932,1938,1941,1950,1958,1962,1965,1968,1971,1975,1978,1993,1997,2000,2015,2018,2026,2031,2037,2043,2049,2079,2090,2107,2114,2117,2129,2138,2142,2147,2151,2155,2159,2163,2167,2170,2179,2184,2193,2197,2204,2213,2219,2223,2245,2246,2247,2248,2249,2258,2262,2274,2281,2282,2286,2290,2291,2295,2309,2315,2321,2327,2333,2338,2344,2350,2351,2360,2368,2369,2376,2401,2413,2452,2468,2496,2545,2596,2703,2726,2818,2833,2845,2851,2895,2899,2905,2910,2916,2923,2979,2987,2998,3010,3038,3047,3054,3060,3068,3073,3121,3124,3128,3166,3172,3189,3196,3204,3288,3492", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,187,236,292,352,413,468,518,571,629,677,714,761,810,866,917,966,1020,1074,1123,1179,1226,1282,1342,1403,1456,1501,1554,1606,1664,1729,1777,1843,1901,1970,2028,2098,2172,2240,2307,2377,2443,2516,2576,2636,2696,2755,2812,2870,2928,2974,3034,3102,3171,3239,3292,3344,3390,3440,3487,3545,3603,3662,3722,3784,3846,3908,3970,4032,4094,4162,4223,4285,4347,4400,4454,4513,4575,4649,4720,4786,4860,4929,5000,5073,5144,5212,5285,5361,5431,5509,5577,5643,5704,5773,5837,5903,5971,6037,6100,6168,6239,6304,6377,6440,6521,6585,6651,6721,6791,6861,6931,6998,7063,7129,7182,7258,7324,7411,7487,7563,7610,7675,7725,7779,7858,7936,8009,8074,8137,8203,8274,8345,8407,8476,8542,8602,8669,8736,8792,8843,8896,8948,9002,9073,9136,9195,9257,9316,9389,9456,9516,9579,9654,9726,9822,9893,9949,10020,10077,10134,10200,10264,10335,10392,10445,10508,10560,10618,10685,10769,10854,10935,11003,11080,11153,11223,11295,11365,11438,11502,11572,11620,11689,11741,11799,11865,11932,11998,12079,12154,12210,12263,12324,12382,12432,12481,12530,12579,12641,12693,12738,12819,12873,12926,12980,13031,13080,13131,13192,13253,13315,13365,13406,13465,13524,13583,13644,13700,13756,13823,13884,13949,14004,14069,14138,14206,14284,14353,14413,14484,14558,14623,14695,14765,14832,14916,14985,15052,15122,15185,15252,15320,15403,15482,15572,15649,15717,15784,15862,15919,15976,16044,16110,16166,16226,16285,16339,16389,16439,16487,16549,16600,16673,16753,16833,16897,16960,17027,17098,17156,17217,17283,17342,17409,17469,17529,17592,17660,17721,17788,17866,17936,17985,18042,18111,18172,18260,18348,18436,18524,18580,18667,18754,18841,18928,18986,19042,19113,19178,19240,19315,19388,19457,19527,19596,19690,19759,19860,19911,19969,20039,20108,20178,20248,20318,20385,20460,20527,20586,20651,20707,20765,20827,20872,20915,20962,21007,21058,21106,21172,21234,21297,21369,21426,21489,21546,21606,21671,21738,21803,21860,21921,21979,22049,22106,22426,22576,22707,22805,22920,23007,23055,23134,23199,23288,23445,23602,23755,23909,24087,24269,24451,24633,24823,25013,25212,25385,25495,25680,25817,26037,26221,26381,26539,26723,26926,27097,27317,27539,27694,27901,28085,28188,28329,28494,28665,28865,29069,29271,29476,29677,29876,30080,30158,30459,30625,30780,30882,31159,31444,31834,32290,32799,33341,33806,34268,34739,34832,34939,35282,35389,35618,35739,36148,36380,36480,36585,36704,37238,37385,37504,37739,37872,38287,38525,38637,38758,38891,39038,43839,46880,51134,54189,58897,61901,64921,69091,72109,72361,72626,73686,74533,75352,75443,77574,77784,77893,78012,78196,78772,80753,80848,80879,81749,82035,82438,82840,83183,83395,83596,83809,84098,84383,84456,84543,84628,84727,84847,85008,85171,85332,85497,85550,85683,85803,85901,86014,86207,86333,86569,86711,86881,87037,87209,87500,87612,87741,87970,88188,89043,89630,90244,90412,90554,90715,90858,91026,91183,91378,91470,91643,91805,91900,92069,92312,92605,92719,93128,93542,93658,94076,94317,94747,95182,95592,96014,96424,96546,96955,97371,97493,97561,97905,97985,98341,98491,98635,98719,99096,99194,99302,99396,99526,99634,99756,99892,100000,100120,100254,100376,100504,100646,100772,100912,101038,101156,101288,101386,101496,101780,101892,102010,102474,102590,102877,103003,103099,103229,103618,103728,103852,103990,104100,104222,104518,104642,104772,105248,105376,105675,105813,105959,106121,106337,106493,106697,106765,106849,106953,107483,108082,108240,108459,108690,108913,109148,109370,109636,110228,110827,110941,111085,111197,111321,111892,112490,112985,113531,113676,113769,113861,115222,115610,115908,116097,116303,116496,116706,116923,117184,117616,118140,118784,118981,119929,120486,120609,121382,121603,123184,123419,123543,124051,124265,124368,124498,124673,124920,125111,125251,125445,125715,126416,126704,126834,127599,128244,128390,128951,129189,130612,130762,131179,131344,132030,132500,132696,132858,133013,133157,133391,133558,134332,134618,134778,135393,135552,135880,136107,136472,136843,137204,138984,139613,140658,141178,141330,142320,143057,143260,143506,143753,143995,144316,144621,144844,145016,145557,145826,146320,146581,147021,147766,148131,148436,150136,150242,150372,150510,150634,151270,151571,152326,152765,152889,153130,153318,153452,153643,154422,154691,154982,155261,155578,155800,156095,156378,156482,157129,157694,157814,158311,159935,160646,162694,163357,164824,167745,171053,176058,177196,182884,183592,184279,184663,186741,186972,187276,187496,187803,188233,190986,191461,191990,192485,193800,194291,194722,195095,195437,195645,198866,199003,199238,201092,201397,202318,202739,203055,207660,218947", + "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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,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,390,391,392,393,394,395,396,397,398,399,400,401,402,406,410,417,424,432,442,451,460,469,470,471,476,477,481,482,488,492,493,494,495,505,506,507,511,512,518,522,523,524,525,526,592,640,698,746,811,859,907,965,1013,1017,1021,1033,1048,1060,1061,1108,1112,1113,1114,1117,1127,1160,1161,1162,1174,1178,1183,1188,1193,1196,1199,1202,1206,1210,1211,1212,1213,1214,1217,1220,1223,1226,1230,1231,1234,1237,1240,1243,1247,1250,1254,1257,1260,1263,1266,1270,1273,1276,1280,1283,1293,1301,1309,1312,1315,1318,1321,1324,1327,1330,1331,1334,1337,1338,1341,1345,1350,1351,1359,1367,1368,1376,1380,1388,1396,1404,1412,1420,1421,1429,1437,1438,1440,1445,1447,1452,1456,1460,1461,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1490,1491,1492,1498,1499,1503,1505,1506,1509,1514,1515,1516,1517,1518,1519,1523,1524,1525,1531,1532,1536,1538,1541,1545,1549,1553,1557,1558,1559,1560,1568,1576,1579,1584,1589,1594,1599,1603,1607,1616,1624,1625,1626,1627,1628,1636,1645,1650,1655,1656,1657,1658,1676,1680,1685,1688,1692,1695,1699,1703,1707,1715,1724,1737,1741,1756,1764,1767,1778,1783,1812,1816,1817,1824,1828,1829,1830,1833,1837,1841,1842,1846,1851,1863,1867,1868,1880,1890,1891,1901,1906,1928,1931,1937,1940,1949,1957,1961,1964,1967,1970,1974,1977,1992,1996,1999,2014,2017,2025,2030,2036,2042,2048,2078,2089,2106,2113,2116,2128,2137,2141,2146,2150,2154,2158,2162,2166,2169,2178,2183,2192,2196,2203,2212,2218,2222,2244,2245,2246,2247,2248,2257,2261,2273,2280,2281,2285,2289,2290,2294,2308,2314,2320,2326,2332,2337,2343,2349,2350,2359,2367,2368,2375,2400,2412,2451,2467,2495,2544,2595,2702,2725,2817,2832,2844,2850,2894,2898,2904,2909,2915,2922,2978,2986,2997,3009,3037,3046,3053,3059,3067,3072,3120,3123,3127,3165,3171,3188,3195,3203,3287,3491,3507", + "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", + "endOffsets": "182,231,287,347,408,463,513,566,624,672,709,756,805,861,912,961,1015,1069,1118,1174,1221,1277,1337,1398,1451,1496,1549,1601,1659,1724,1772,1838,1896,1965,2023,2093,2167,2235,2302,2372,2438,2511,2571,2631,2691,2750,2807,2865,2923,2969,3029,3097,3166,3234,3287,3339,3385,3435,3482,3540,3598,3657,3717,3779,3841,3903,3965,4027,4089,4157,4218,4280,4342,4395,4449,4508,4570,4644,4715,4781,4855,4924,4995,5068,5139,5207,5280,5356,5426,5504,5572,5638,5699,5768,5832,5898,5966,6032,6095,6163,6234,6299,6372,6435,6516,6580,6646,6716,6786,6856,6926,6993,7058,7124,7177,7253,7319,7406,7482,7558,7605,7670,7720,7774,7853,7931,8004,8069,8132,8198,8269,8340,8402,8471,8537,8597,8664,8731,8787,8838,8891,8943,8997,9068,9131,9190,9252,9311,9384,9451,9511,9574,9649,9721,9817,9888,9944,10015,10072,10129,10195,10259,10330,10387,10440,10503,10555,10613,10680,10764,10849,10930,10998,11075,11148,11218,11290,11360,11433,11497,11567,11615,11684,11736,11794,11860,11927,11993,12074,12149,12205,12258,12319,12377,12427,12476,12525,12574,12636,12688,12733,12814,12868,12921,12975,13026,13075,13126,13187,13248,13310,13360,13401,13460,13519,13578,13639,13695,13751,13818,13879,13944,13999,14064,14133,14201,14279,14348,14408,14479,14553,14618,14690,14760,14827,14911,14980,15047,15117,15180,15247,15315,15398,15477,15567,15644,15712,15779,15857,15914,15971,16039,16105,16161,16221,16280,16334,16384,16434,16482,16544,16595,16668,16748,16828,16892,16955,17022,17093,17151,17212,17278,17337,17404,17464,17524,17587,17655,17716,17783,17861,17931,17980,18037,18106,18167,18255,18343,18431,18519,18575,18662,18749,18836,18923,18981,19037,19108,19173,19235,19310,19383,19452,19522,19591,19685,19754,19855,19906,19964,20034,20103,20173,20243,20313,20380,20455,20522,20581,20646,20702,20760,20822,20867,20910,20957,21002,21053,21101,21167,21229,21292,21364,21421,21484,21541,21601,21666,21733,21798,21855,21916,21974,22044,22101,22421,22571,22702,22800,22915,23002,23050,23129,23194,23283,23440,23597,23750,23904,24082,24264,24446,24628,24818,25008,25207,25380,25490,25675,25812,26032,26216,26376,26534,26718,26921,27092,27312,27534,27689,27896,28080,28183,28324,28489,28660,28860,29064,29266,29471,29672,29871,30075,30153,30454,30620,30775,30877,31154,31439,31829,32285,32794,33336,33801,34263,34734,34827,34934,35277,35384,35613,35734,36143,36375,36475,36580,36699,37233,37380,37499,37734,37867,38282,38520,38632,38753,38886,39033,43834,46875,51129,54184,58892,61896,64916,69086,72104,72356,72621,73681,74528,75347,75438,77569,77779,77888,78007,78191,78767,80748,80843,80874,81744,82030,82433,82835,83178,83390,83591,83804,84093,84378,84451,84538,84623,84722,84842,85003,85166,85327,85492,85545,85678,85798,85896,86009,86202,86328,86564,86706,86876,87032,87204,87495,87607,87736,87965,88183,89038,89625,90239,90407,90549,90710,90853,91021,91178,91373,91465,91638,91800,91895,92064,92307,92600,92714,93123,93537,93653,94071,94312,94742,95177,95587,96009,96419,96541,96950,97366,97488,97556,97900,97980,98336,98486,98630,98714,99091,99189,99297,99391,99521,99629,99751,99887,99995,100115,100249,100371,100499,100641,100767,100907,101033,101151,101283,101381,101491,101775,101887,102005,102469,102585,102872,102998,103094,103224,103613,103723,103847,103985,104095,104217,104513,104637,104767,105243,105371,105670,105808,105954,106116,106332,106488,106692,106760,106844,106948,107478,108077,108235,108454,108685,108908,109143,109365,109631,110223,110822,110936,111080,111192,111316,111887,112485,112980,113526,113671,113764,113856,115217,115605,115903,116092,116298,116491,116701,116918,117179,117611,118135,118779,118976,119924,120481,120604,121377,121598,123179,123414,123538,124046,124260,124363,124493,124668,124915,125106,125246,125440,125710,126411,126699,126829,127594,128239,128385,128946,129184,130607,130757,131174,131339,132025,132495,132691,132853,133008,133152,133386,133553,134327,134613,134773,135388,135547,135875,136102,136467,136838,137199,138979,139608,140653,141173,141325,142315,143052,143255,143501,143748,143990,144311,144616,144839,145011,145552,145821,146315,146576,147016,147761,148126,148431,150131,150237,150367,150505,150629,151265,151566,152321,152760,152884,153125,153313,153447,153638,154417,154686,154977,155256,155573,155795,156090,156373,156477,157124,157689,157809,158306,159930,160641,162689,163352,164819,167740,171048,176053,177191,182879,183587,184274,184658,186736,186967,187271,187491,187798,188228,190981,191456,191985,192480,193795,194286,194717,195090,195432,195640,198861,198998,199233,201087,201392,202313,202734,203050,207655,218942,220011" + }, + "to": { + "startLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,88,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,173,174,175,176,177,178,179,180,284,285,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,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,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,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,524,587,588,589,596,597,615,616,617,625,634,635,638,639,640,641,642,643,644,645,646,647,648,649,650,653,655,688,689,720,721,722,723,724,726,727,728,729,731,732,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,809,813,860,867,874,1044,1054,1063,1072,1141,1142,1143,1148,1149,1153,1154,1160,1164,1165,1166,1167,1177,1178,1179,1183,1184,1190,1194,1264,1265,1266,1267,1333,1381,1439,1487,1552,1600,1648,1706,1754,1758,1762,2535,2550,2562,2563,2610,2614,2615,2616,2619,2629,2662,2685,2686,2698,2702,2707,2712,2717,2720,2723,2726,2730,2873,2874,2875,2876,2953,2956,2959,2962,2965,2969,2970,2973,2976,2979,2982,2986,2989,2993,2996,2999,3002,3005,3009,3012,3021,3025,3028,3038,3046,3054,3057,3060,3063,3066,3069,3139,3142,3143,3146,3149,3150,3153,3157,3162,3163,3171,3179,3180,3188,3192,3200,3208,3216,3224,3232,3233,3241,3249,3320,3322,3327,3329,3334,3338,3355,3356,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3385,3386,3387,3393,3394,3398,3400,3401,3404,3409,3410,3411,3412,3413,3414,3418,3419,3420,3426,3427,3431,3433,3436,3440,3444,3448,3473,3474,3475,3476,3484,3492,3495,3500,3505,3510,3515,3519,3523,3532,3540,3541,3542,3543,3544,3552,3561,3566,3571,3572,3573,3574,3592,3596,3601,3604,3608,3611,3615,3619,3754,3762,3771,3784,3788,3803,3811,3814,3825,3830,3859,3863,3864,3871,3875,3876,3877,3880,3884,3888,3889,3893,3898,3910,3914,3915,3927,3937,3938,3948,3953,3975,3978,3984,3987,3996,4004,4008,4011,4014,4017,4021,4024,4039,4043,4046,4061,4064,4072,4077,4083,4089,4095,4125,4136,4153,4160,4163,4175,4184,4188,4193,4197,4201,4205,4209,4213,4216,4225,4230,4239,4243,4250,4259,4265,4269,4291,4292,4293,4294,4295,4304,4308,4320,4327,4328,4332,4336,4337,4341,4355,4361,4367,4373,4379,4384,4390,4396,4397,4406,4414,4415,4607,4632,4644,5241,5257,5285,5334,5425,5532,5555,5647,5814,5826,5832,5876,5880,5966,6211,6217,6224,6280,6288,6299,6311,6339,6348,6355,6361,6369,6558,6651,6654,6695,6824,6830,6957,6964,6972,7080,7284", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,187,236,292,352,413,520,570,623,681,729,766,813,862,918,969,1018,1072,1126,1175,1231,1394,1450,1510,1571,1624,1714,1816,1868,1926,1991,2039,2105,2163,2232,2290,2360,2434,2502,2569,2639,2705,2778,2838,2898,2958,3017,3074,3192,3306,3352,3412,3480,3549,3617,3670,3722,3768,3818,3865,3923,3981,4040,4100,4162,4224,4286,4348,4410,4472,4540,4601,4663,4725,4778,4873,5049,7107,7181,7252,7318,7392,7461,7532,7605,7676,7744,7817,7893,7963,8041,8109,8175,8236,8305,8369,8435,8503,8569,8632,8700,8771,8836,8909,8972,9053,9117,9183,9253,9323,9393,9463,10883,10948,11014,11067,11143,11209,11296,11372,18435,18482,19273,19323,19377,19456,19534,19607,19672,19735,19801,19872,19943,20005,20074,20140,20200,20267,20334,20390,20441,20494,20546,20600,20671,20734,20793,20855,20914,20987,21054,21114,21177,21252,21324,21420,21491,21547,21618,21675,21732,21798,21862,21933,21990,22043,22106,22158,22216,23453,23537,23622,23703,23771,23848,23921,23991,24063,24133,24206,24270,24340,24388,24457,24509,24567,24633,24700,24766,24847,24922,24978,25031,25092,25150,25200,25249,25298,25347,25409,25461,25506,25587,25641,25694,25748,25799,25848,25899,25960,26021,26083,26133,26174,26233,26292,26351,26412,26468,26524,26591,26652,26717,26772,26837,26906,26974,27052,27121,27181,27252,27326,27391,27463,27533,27600,27684,27753,27820,27890,27953,28020,28088,28171,28250,28340,28417,28485,28552,28630,28687,28744,28812,28878,28934,28994,29053,29107,29157,29207,29255,29317,29368,29441,29521,29601,29665,29728,29795,29866,29924,29985,30051,30110,30177,30237,30297,30360,30428,30489,30556,30634,30704,30753,30810,30879,30940,31028,31116,31204,31292,31348,31435,31522,31609,31696,31754,31810,31881,31946,32008,32083,32156,32225,32295,32364,32458,32527,32628,32679,32737,32807,32876,32946,33016,33086,33153,33228,33295,34332,37912,37968,38026,38372,38417,39395,39442,39487,39871,40358,40424,40603,40666,40738,40795,40858,40915,40975,41040,41107,41172,41229,41290,41348,41551,41678,43981,44131,47764,47862,47977,48064,48112,48271,48336,48425,48582,48815,48968,49582,49760,49942,50124,50306,50496,50686,50885,51058,51168,51353,51490,51710,51894,52054,52212,52396,52599,52770,52990,53212,53367,53574,53758,53861,54002,54167,54338,54538,54742,54944,55149,55350,55549,55753,55831,56132,56298,56453,58896,59173,62219,62609,63065,74202,74744,75209,75671,80064,80157,80264,80607,80714,80943,81064,81473,81705,81805,81910,82029,82563,82710,82829,83064,83197,83612,83850,89121,89242,89375,89522,94323,97364,101618,104673,109381,112385,115405,119575,122593,122845,123110,172511,173358,174177,174268,176399,176609,176718,176837,177021,177597,179578,180793,180824,181694,181980,182383,182785,183128,183340,183541,183754,184043,195256,195329,195416,195501,200252,200372,200533,200696,200857,201022,201075,201208,201328,201426,201539,201732,201858,202094,202236,202406,202562,202734,203025,203137,203656,203885,204103,204958,205545,206159,206327,206469,206630,206773,206941,213570,213765,213857,214030,214192,214287,214456,214699,214992,215106,215515,215929,216045,216463,216704,217134,217569,217979,218401,218811,218933,219342,219758,224344,224412,224756,224836,225192,225342,226220,226304,226681,226779,226887,226981,227111,227219,227341,227477,227585,227705,227839,227961,228089,228231,228357,228497,228623,228741,228873,228971,229081,229365,229477,229595,230059,230175,230462,230588,230684,230814,231203,231313,231437,231575,231685,231807,232103,232227,232357,232833,232961,233260,233398,233544,233706,233922,234078,235833,235901,235985,236089,236619,237218,237376,237595,237826,238049,238284,238506,238772,239364,239963,240077,240221,240333,240457,241028,241626,242121,242667,242812,242905,242997,244358,244746,245044,245233,245439,245632,245842,246059,256001,256433,256957,257601,257798,258746,259303,259426,260199,260420,262001,262236,262360,262868,263082,263185,263315,263490,263737,263928,264068,264262,264532,265233,265521,265651,266416,267061,267207,267768,268006,269429,269579,269996,270161,270847,271317,271513,271675,271830,271974,272208,272375,273149,273435,273595,274210,274369,274697,274924,275289,275660,276021,277801,278430,279475,279995,280147,281137,281874,282077,282323,282570,282812,283133,283438,283661,283833,284374,284643,285137,285398,285838,286583,286948,287253,288953,289059,289189,289327,289451,290087,290388,291143,291582,291706,291947,292135,292269,292460,293239,293508,293799,294078,294395,294617,294912,295195,295299,295946,296511,296631,307776,309400,310111,342129,342792,344259,347180,353008,358013,359151,364839,374207,374894,375278,377356,377587,383256,394588,394895,395325,398078,398553,399082,399577,400892,401383,401814,402187,402529,411483,417074,417211,419496,425046,425351,432674,433095,433411,439218,450505", + "endLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,88,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,173,174,175,176,177,178,179,180,284,285,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,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,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,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,524,587,588,589,596,597,615,616,617,625,634,635,638,639,640,641,642,643,644,645,646,647,648,649,650,653,658,688,689,720,721,722,723,724,726,727,728,729,731,732,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,812,816,866,873,881,1053,1062,1071,1080,1141,1142,1147,1148,1152,1153,1159,1163,1164,1165,1166,1176,1177,1178,1182,1183,1189,1193,1194,1264,1265,1266,1332,1380,1438,1486,1551,1599,1647,1705,1753,1757,1761,1773,2549,2561,2562,2609,2613,2614,2615,2618,2628,2661,2662,2685,2697,2701,2706,2711,2716,2719,2722,2725,2729,2733,2873,2874,2875,2876,2955,2958,2961,2964,2968,2969,2972,2975,2978,2981,2985,2988,2992,2995,2998,3001,3004,3008,3011,3014,3024,3027,3037,3045,3053,3056,3059,3062,3065,3068,3071,3141,3142,3145,3148,3149,3152,3156,3161,3162,3170,3178,3179,3187,3191,3199,3207,3215,3223,3231,3232,3240,3248,3249,3321,3326,3328,3333,3337,3341,3355,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3384,3385,3386,3392,3393,3397,3399,3400,3403,3408,3409,3410,3411,3412,3413,3417,3418,3419,3425,3426,3430,3432,3435,3439,3443,3447,3451,3473,3474,3475,3483,3491,3494,3499,3504,3509,3514,3518,3522,3531,3539,3540,3541,3542,3543,3551,3560,3565,3570,3571,3572,3573,3591,3595,3600,3603,3607,3610,3614,3618,3622,3761,3770,3783,3787,3802,3810,3813,3824,3829,3858,3862,3863,3870,3874,3875,3876,3879,3883,3887,3888,3892,3897,3909,3913,3914,3926,3936,3937,3947,3952,3974,3977,3983,3986,3995,4003,4007,4010,4013,4016,4020,4023,4038,4042,4045,4060,4063,4071,4076,4082,4088,4094,4124,4135,4152,4159,4162,4174,4183,4187,4192,4196,4200,4204,4208,4212,4215,4224,4229,4238,4242,4249,4258,4264,4268,4290,4291,4292,4293,4294,4303,4307,4319,4326,4327,4331,4335,4336,4340,4354,4360,4366,4372,4378,4383,4389,4395,4396,4405,4413,4414,4421,4631,4643,4682,5256,5284,5333,5384,5531,5554,5646,5661,5825,5831,5875,5879,5885,5970,6216,6223,6279,6287,6298,6310,6338,6347,6354,6360,6368,6373,6605,6653,6657,6732,6829,6846,6963,6971,7055,7283,7299", + "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", + "endOffsets": "182,231,287,347,408,463,565,618,676,724,761,808,857,913,964,1013,1067,1121,1170,1226,1273,1445,1505,1566,1619,1664,1762,1863,1921,1986,2034,2100,2158,2227,2285,2355,2429,2497,2564,2634,2700,2773,2833,2893,2953,3012,3069,3127,3245,3347,3407,3475,3544,3612,3665,3717,3763,3813,3860,3918,3976,4035,4095,4157,4219,4281,4343,4405,4467,4535,4596,4658,4720,4773,4827,4927,5106,7176,7247,7313,7387,7456,7527,7600,7671,7739,7812,7888,7958,8036,8104,8170,8231,8300,8364,8430,8498,8564,8627,8695,8766,8831,8904,8967,9048,9112,9178,9248,9318,9388,9458,9525,10943,11009,11062,11138,11204,11291,11367,11443,18477,18542,19318,19372,19451,19529,19602,19667,19730,19796,19867,19938,20000,20069,20135,20195,20262,20329,20385,20436,20489,20541,20595,20666,20729,20788,20850,20909,20982,21049,21109,21172,21247,21319,21415,21486,21542,21613,21670,21727,21793,21857,21928,21985,22038,22101,22153,22211,22278,23532,23617,23698,23766,23843,23916,23986,24058,24128,24201,24265,24335,24383,24452,24504,24562,24628,24695,24761,24842,24917,24973,25026,25087,25145,25195,25244,25293,25342,25404,25456,25501,25582,25636,25689,25743,25794,25843,25894,25955,26016,26078,26128,26169,26228,26287,26346,26407,26463,26519,26586,26647,26712,26767,26832,26901,26969,27047,27116,27176,27247,27321,27386,27458,27528,27595,27679,27748,27815,27885,27948,28015,28083,28166,28245,28335,28412,28480,28547,28625,28682,28739,28807,28873,28929,28989,29048,29102,29152,29202,29250,29312,29363,29436,29516,29596,29660,29723,29790,29861,29919,29980,30046,30105,30172,30232,30292,30355,30423,30484,30551,30629,30699,30748,30805,30874,30935,31023,31111,31199,31287,31343,31430,31517,31604,31691,31749,31805,31876,31941,32003,32078,32151,32220,32290,32359,32453,32522,32623,32674,32732,32802,32871,32941,33011,33081,33148,33223,33290,33349,34392,37963,38021,38083,38412,38455,39437,39482,39533,39914,40419,40481,40661,40733,40790,40853,40910,40970,41035,41102,41167,41224,41285,41343,41413,41603,41993,44126,44257,47857,47972,48059,48107,48186,48331,48420,48577,48734,48963,49117,49755,49937,50119,50301,50491,50681,50880,51053,51163,51348,51485,51705,51889,52049,52207,52391,52594,52765,52985,53207,53362,53569,53753,53856,53997,54162,54333,54533,54737,54939,55144,55345,55544,55748,55826,56127,56293,56448,56550,59168,59453,62604,63060,63569,74739,75204,75666,76137,80152,80259,80602,80709,80938,81059,81468,81700,81800,81905,82024,82558,82705,82824,83059,83192,83607,83845,83957,89237,89370,89517,94318,97359,101613,104668,109376,112380,115400,119570,122588,122840,123105,124165,173353,174172,174263,176394,176604,176713,176832,177016,177592,179573,179668,180819,181689,181975,182378,182780,183123,183335,183536,183749,184038,184323,195324,195411,195496,195595,200367,200528,200691,200852,201017,201070,201203,201323,201421,201534,201727,201853,202089,202231,202401,202557,202729,203020,203132,203261,203880,204098,204953,205540,206154,206322,206464,206625,206768,206936,207093,213760,213852,214025,214187,214282,214451,214694,214987,215101,215510,215924,216040,216458,216699,217129,217564,217974,218396,218806,218928,219337,219753,219875,224407,224751,224831,225187,225337,225481,226299,226676,226774,226882,226976,227106,227214,227336,227472,227580,227700,227834,227956,228084,228226,228352,228492,228618,228736,228868,228966,229076,229360,229472,229590,230054,230170,230457,230583,230679,230809,231198,231308,231432,231570,231680,231802,232098,232222,232352,232828,232956,233255,233393,233539,233701,233917,234073,234277,235896,235980,236084,236614,237213,237371,237590,237821,238044,238279,238501,238767,239359,239958,240072,240216,240328,240452,241023,241621,242116,242662,242807,242900,242992,244353,244741,245039,245228,245434,245627,245837,246054,246315,256428,256952,257596,257793,258741,259298,259421,260194,260415,261996,262231,262355,262863,263077,263180,263310,263485,263732,263923,264063,264257,264527,265228,265516,265646,266411,267056,267202,267763,268001,269424,269574,269991,270156,270842,271312,271508,271670,271825,271969,272203,272370,273144,273430,273590,274205,274364,274692,274919,275284,275655,276016,277796,278425,279470,279990,280142,281132,281869,282072,282318,282565,282807,283128,283433,283656,283828,284369,284638,285132,285393,285833,286578,286943,287248,288948,289054,289184,289322,289446,290082,290383,291138,291577,291701,291942,292130,292264,292455,293234,293503,293794,294073,294390,294612,294907,295190,295294,295941,296506,296626,297123,309395,310106,312154,342787,344254,347175,350483,358008,359146,364834,365542,374889,375273,377351,377582,377886,383471,394890,395320,398073,398548,399077,399572,400887,401378,401809,402182,402524,402732,414699,417206,417441,421345,425346,426267,433090,433406,438011,450500,451569" + } + }, + { + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/values/styles.xml", + "from": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "54", + "endLines": "6", + "endColumns": "12", + "endOffsets": "267" + }, + "to": { + "startLines": "817", + "startColumns": "4", + "startOffsets": "59458", + "endLines": "820", + "endColumns": "12", + "endOffsets": "59671" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/378f8d1f5d9e8f2dccf5622b520d15a5/transformed/cardview-1.0.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", + "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" + }, + "to": { + "startLines": "8,110,111,112,113,287,288,289,842,2669,2671,2674,5397", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "468,6732,6793,6855,6917,18615,18674,18731,61127,180067,180131,180257,351185", + "endLines": "8,110,111,112,113,287,288,289,848,2670,2673,2676,5424", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "515,6788,6850,6912,6976,18669,18726,18780,61536,180126,180252,180380,353003" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,906,932,963,971,977,993,1015,1020,1025,1035,1044,1053,1057,1064,1083,1090,1091,1100,1103,1106,1110,1114,1118,1121,1122,1127,1132,1142,1147,1154,1160,1161,1164,1168,1173,1175,1177,1180,1183,1185,1189,1192,1199,1202,1205,1209,1211,1215,1217,1219,1221,1225,1233,1241,1253,1259,1268,1271,1282,1285,1286,1291,1292,1297,1366,1436,1437,1447,1456,1457,1459,1463,1466,1469,1472,1475,1478,1481,1484,1488,1491,1494,1497,1501,1504,1508,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1534,1536,1537,1538,1539,1540,1541,1542,1543,1545,1546,1548,1549,1551,1553,1554,1556,1557,1558,1559,1560,1561,1563,1564,1565,1566,1567,1568,1570,1572,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1588,1589,1590,1591,1592,1593,1594,1596,1600,1604,1605,1606,1607,1608,1609,1613,1614,1615,1616,1618,1620,1622,1624,1626,1627,1628,1629,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1649,1650,1651,1652,1654,1656,1657,1659,1660,1662,1664,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1679,1680,1681,1682,1684,1685,1686,1687,1688,1690,1692,1694,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1794,1797,1800,1803,1817,1828,1838,1868,1895,1904,1979,2382,2387,2415,2433,2469,2475,2481,2504,2645,2665,2671,2675,2681,2718,2730,2796,2820,2889,2908,2934", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29889,29989,30241,30665,30920,31014,31103,31340,33392,33634,33736,33989,36173,47362,48878,60165,61693,63450,64076,64496,65757,67022,67278,67514,68061,68555,69160,69358,69938,71306,71681,71799,72337,72494,72690,72963,73219,73389,73530,73594,73959,74326,75002,75266,75604,75957,76051,76237,76543,76805,76930,77057,77296,77507,77626,77819,77996,78451,78632,78754,79013,79126,79313,79415,79522,79651,79926,80434,80930,81807,82101,82671,82820,83552,83724,83808,84144,84236,84514,89908,95442,95504,96134,96748,96839,96952,97181,97341,97493,97664,97830,97999,98166,98329,98572,98742,98915,99086,99360,99559,99764,100094,100178,100274,100370,100468,100568,100670,100772,100874,100976,101078,101178,101274,101386,101515,101638,101769,101900,101998,102112,102206,102346,102480,102576,102688,102788,102904,103000,103112,103212,103352,103488,103652,103782,103940,104090,104231,104375,104510,104622,104772,104900,105028,105164,105296,105426,105556,105668,105808,105954,106098,106236,106302,106392,106468,106572,106662,106764,106872,106980,107080,107160,107252,107350,107460,107512,107590,107696,107788,107892,108002,108124,108287,108444,108524,108624,108714,108824,108914,109155,109249,109355,109447,109547,109659,109773,109889,110005,110099,110213,110325,110427,110547,110669,110751,110855,110975,111101,111199,111293,111381,111493,111609,111731,111843,112018,112134,112220,112312,112424,112548,112615,112741,112809,112937,113081,113209,113278,113373,113488,113601,113700,113809,113920,114031,114132,114237,114337,114467,114558,114681,114775,114887,114973,115077,115173,115261,115379,115483,115587,115713,115801,115909,116009,116099,116209,116293,116395,116479,116533,116597,116703,116789,116899,116983,117103,122247,122365,122480,122612,123327,124019,124536,126135,127668,128056,132791,153454,153714,155224,156257,158270,158532,158888,159718,166500,167634,167928,168151,168478,170528,171176,175027,176229,180308,181523,182932", + "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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1793,1796,1799,1802,1816,1827,1837,1867,1894,1903,1978,2381,2386,2414,2432,2468,2474,2480,2503,2644,2664,2670,2674,2680,2717,2729,2795,2819,2888,2907,2933,2942", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,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,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,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,60,62,65,63,70,62,64,63,60,60,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,83,12,91,12,12,12,61,12,12,90,12,12,12,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,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,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,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29884,29984,30236,30660,30915,31009,31098,31335,33387,33629,33731,33984,36168,47357,48873,60160,61688,63445,64071,64491,65752,67017,67273,67509,68056,68550,69155,69353,69933,71301,71676,71794,72332,72489,72685,72958,73214,73384,73525,73589,73954,74321,74997,75261,75599,75952,76046,76232,76538,76800,76925,77052,77291,77502,77621,77814,77991,78446,78627,78749,79008,79121,79308,79410,79517,79646,79921,80429,80925,81802,82096,82666,82815,83547,83719,83803,84139,84231,84509,89903,95437,95499,96129,96743,96834,96947,97176,97336,97488,97659,97825,97994,98161,98324,98567,98737,98910,99081,99355,99554,99759,100089,100173,100269,100365,100463,100563,100665,100767,100869,100971,101073,101173,101269,101381,101510,101633,101764,101895,101993,102107,102201,102341,102475,102571,102683,102783,102899,102995,103107,103207,103347,103483,103647,103777,103935,104085,104226,104370,104505,104617,104767,104895,105023,105159,105291,105421,105551,105663,105803,105949,106093,106231,106297,106387,106463,106567,106657,106759,106867,106975,107075,107155,107247,107345,107455,107507,107585,107691,107783,107887,107997,108119,108282,108439,108519,108619,108709,108819,108909,109150,109244,109350,109442,109542,109654,109768,109884,110000,110094,110208,110320,110422,110542,110664,110746,110850,110970,111096,111194,111288,111376,111488,111604,111726,111838,112013,112129,112215,112307,112419,112543,112610,112736,112804,112932,113076,113204,113273,113368,113483,113596,113695,113804,113915,114026,114127,114232,114332,114462,114553,114676,114770,114882,114968,115072,115168,115256,115374,115478,115582,115708,115796,115904,116004,116094,116204,116288,116390,116474,116528,116592,116698,116784,116894,116978,117098,122242,122360,122475,122607,123322,124014,124531,126130,127663,128051,132786,153449,153709,155219,156252,158265,158527,158883,159713,166495,167629,167923,168146,168473,170523,171171,175022,176224,180303,181518,182927,183401" + }, + "to": { + "startLines": "25,31,33,84,86,87,89,90,91,92,93,94,95,98,99,100,101,102,103,104,105,106,107,108,109,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,344,345,349,350,351,352,353,354,355,525,526,527,528,529,530,531,532,574,575,576,577,583,591,592,599,624,632,633,636,637,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,782,796,797,798,799,800,821,829,830,834,838,849,854,882,889,893,897,902,906,910,914,918,922,926,932,936,942,946,952,956,961,965,968,972,978,982,988,992,998,1001,1005,1009,1013,1017,1021,1022,1023,1024,1027,1030,1033,1036,1040,1041,1042,1043,1081,1084,1086,1088,1090,1095,1096,1100,1106,1110,1111,1113,1125,1126,1130,1136,1140,1195,1196,1200,1227,1231,1232,1236,1774,1946,1972,2144,2170,2201,2209,2215,2231,2253,2258,2263,2273,2282,2291,2295,2302,2321,2328,2329,2338,2341,2344,2348,2352,2356,2359,2360,2365,2370,2380,2385,2392,2398,2399,2402,2406,2411,2413,2415,2418,2421,2423,2427,2430,2437,2440,2443,2447,2449,2453,2455,2457,2459,2463,2471,2479,2491,2497,2506,2509,2520,2523,2524,2529,2530,2734,2803,2877,2878,2888,2897,2898,2900,2904,2907,2910,2913,2916,2919,2922,2925,2929,2932,2935,2938,2942,2945,2949,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3094,3096,3097,3098,3099,3100,3101,3102,3103,3105,3106,3108,3109,3111,3113,3114,3116,3117,3118,3119,3120,3121,3123,3124,3125,3126,3127,3250,3252,3254,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3271,3272,3273,3274,3275,3276,3277,3279,3283,3461,3462,3463,3464,3465,3466,3470,3471,3472,3623,3625,3627,3629,3631,3633,3634,3635,3636,3638,3640,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3656,3657,3658,3659,3661,3663,3664,3666,3667,3669,3671,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684,3686,3687,3688,3689,3691,3692,3693,3694,3695,3697,3699,3701,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,4435,4518,4521,4524,4527,4541,4552,4683,4713,4740,4749,4824,5385,5669,5796,6163,6199,6205,6374,6397,6538,6606,6612,6616,6658,6847,6891,7056,7300,7369,7388,7417", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "1339,1669,1767,4832,4932,4987,5111,5175,5245,5306,5381,5457,5534,5772,5857,5939,6015,6091,6168,6246,6352,6458,6537,6617,6674,9530,9604,9679,9744,9810,9870,9931,10003,10076,10143,10211,10270,10329,10388,10447,10506,10560,10614,10667,10721,10775,10829,11580,11654,11733,11806,11880,11951,12023,12095,12168,12225,12283,12356,12430,12504,12579,12651,12724,12794,12865,12925,12986,13055,13124,13194,13268,13344,13408,13485,13561,13638,13703,13772,13849,13924,13993,14061,14138,14204,14265,14362,14427,14496,14595,14666,14725,14783,14840,14899,14963,15034,15106,15178,15250,15322,15389,15457,15525,15584,15647,15711,15801,15892,15952,16018,16085,16151,16221,16285,16338,16405,16466,16533,16646,16704,16767,16832,16897,16972,17045,17117,17161,17208,17254,17303,17364,17425,17486,17548,17612,17676,17740,17805,17868,17928,17989,18055,18114,18174,18236,18307,18367,22283,22369,22619,22709,22796,22884,22966,23049,23139,34397,34449,34507,34552,34618,34682,34739,34796,37267,37324,37372,37421,37742,38131,38178,38525,39839,40232,40296,40486,40546,41998,42072,42142,42220,42274,42344,42429,42477,42523,42584,42647,42713,42777,42848,42911,42976,43040,43101,43162,43214,43287,43361,43430,43505,43579,43653,43794,56879,57958,58036,58126,58214,58310,59676,60258,60347,60594,60875,61541,61826,63574,64051,64273,64495,64771,64998,65228,65458,65688,65918,66145,66564,66790,67215,67445,67873,68092,68375,68583,68714,68941,69367,69592,70019,70240,70665,70785,71061,71362,71686,71977,72291,72428,72559,72664,72906,73073,73277,73485,73756,73868,73980,74085,76142,76356,76502,76642,76728,77076,77164,77410,77828,78077,78159,78257,78939,79039,79291,79715,79970,83962,84051,84288,86340,86582,86684,86937,124170,135359,136875,148162,149690,151447,152073,152493,153754,155019,155275,155511,156058,156552,157157,157355,157935,159303,159678,159796,160334,160491,160687,160960,161216,161386,161527,161591,161956,162323,162999,163263,163601,163954,164048,164234,164540,164802,164927,165054,165293,165504,165623,165816,165993,166448,166629,166751,167010,167123,167310,167412,167519,167648,167923,168431,168927,169804,170098,170668,170817,171549,171721,171805,172141,172233,184328,189722,195600,195662,196292,196906,196997,197110,197339,197499,197651,197822,197988,198157,198324,198487,198730,198900,199073,199244,199518,199717,199922,207098,207182,207278,207374,207472,207572,207674,207776,207878,207980,208082,208182,208278,208390,208519,208642,208773,208904,209002,209116,209210,209350,209484,209580,209692,209792,209908,210004,210116,210216,210356,210492,210656,210786,210944,211094,211235,211379,211514,211626,211776,211904,212032,212168,212300,212430,212560,212672,219880,220026,220170,220334,220400,220490,220566,220670,220760,220862,220970,221078,221178,221258,221350,221448,221558,221610,221688,221794,221886,221990,222100,222222,222385,234830,234910,235010,235100,235210,235300,235541,235635,235741,246320,246420,246532,246646,246762,246878,246972,247086,247198,247300,247420,247542,247624,247728,247848,247974,248072,248166,248254,248366,248482,248604,248716,248891,249007,249093,249185,249297,249421,249488,249614,249682,249810,249954,250082,250151,250246,250361,250474,250573,250682,250793,250904,251005,251110,251210,251340,251431,251554,251648,251760,251846,251950,252046,252134,252252,252356,252460,252586,252674,252782,252882,252972,253082,253166,253268,253352,253406,253470,253576,253662,253772,253856,297714,302858,302976,303091,303223,303938,304630,312159,313758,315291,315679,320414,350488,365845,373174,391957,393970,394232,402737,403567,410349,414704,414998,415221,417446,426272,428823,438016,451574,455653,456868,458387", + "endLines": "25,31,33,84,86,87,89,90,91,92,93,94,95,98,99,100,101,102,103,104,105,106,107,108,109,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,344,345,349,350,351,352,353,354,355,525,526,527,528,529,530,531,532,574,575,576,577,583,591,592,599,624,632,633,636,637,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,782,796,797,798,799,800,828,829,833,837,841,853,859,888,892,896,901,905,909,913,917,921,925,931,935,941,945,951,955,960,964,967,971,977,981,987,991,997,1000,1004,1008,1012,1016,1020,1021,1022,1023,1026,1029,1032,1035,1039,1040,1041,1042,1043,1083,1085,1087,1089,1094,1095,1099,1105,1109,1110,1112,1124,1125,1129,1135,1139,1140,1195,1199,1226,1230,1231,1235,1263,1945,1971,2143,2169,2200,2208,2214,2230,2252,2257,2262,2272,2281,2290,2294,2301,2320,2327,2328,2337,2340,2343,2347,2351,2355,2358,2359,2364,2369,2379,2384,2391,2397,2398,2401,2405,2410,2412,2414,2417,2420,2422,2426,2429,2436,2439,2442,2446,2448,2452,2454,2456,2458,2462,2470,2478,2490,2496,2505,2508,2519,2522,2523,2528,2529,2534,2802,2872,2877,2887,2896,2897,2899,2903,2906,2909,2912,2915,2918,2921,2924,2928,2931,2934,2937,2941,2944,2948,2952,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3093,3095,3096,3097,3098,3099,3100,3101,3102,3104,3105,3107,3108,3110,3112,3113,3115,3116,3117,3118,3119,3120,3122,3123,3124,3125,3126,3127,3251,3253,3255,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3270,3271,3272,3273,3274,3275,3276,3278,3282,3286,3461,3462,3463,3464,3465,3469,3470,3471,3472,3624,3626,3628,3630,3632,3633,3634,3635,3637,3639,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3655,3656,3657,3658,3660,3662,3663,3665,3666,3668,3670,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3685,3686,3687,3688,3690,3691,3692,3693,3694,3696,3698,3700,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,4517,4520,4523,4526,4540,4551,4561,4712,4739,4748,4823,5226,5389,5696,5813,6198,6204,6210,6396,6537,6557,6611,6615,6621,6694,6858,6956,7079,7368,7387,7413,7425", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,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,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,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,60,62,65,63,70,62,64,63,60,60,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,83,12,91,12,12,12,61,12,12,90,12,12,12,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,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,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,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "1389,1709,1811,4868,4982,5044,5170,5240,5301,5376,5452,5529,5607,5852,5934,6010,6086,6163,6241,6347,6453,6532,6612,6669,6727,9599,9674,9739,9805,9865,9926,9998,10071,10138,10206,10265,10324,10383,10442,10501,10555,10609,10662,10716,10770,10824,10878,11649,11728,11801,11875,11946,12018,12090,12163,12220,12278,12351,12425,12499,12574,12646,12719,12789,12860,12920,12981,13050,13119,13189,13263,13339,13403,13480,13556,13633,13698,13767,13844,13919,13988,14056,14133,14199,14260,14357,14422,14491,14590,14661,14720,14778,14835,14894,14958,15029,15101,15173,15245,15317,15384,15452,15520,15579,15642,15706,15796,15887,15947,16013,16080,16146,16216,16280,16333,16400,16461,16528,16641,16699,16762,16827,16892,16967,17040,17112,17156,17203,17249,17298,17359,17420,17481,17543,17607,17671,17735,17800,17863,17923,17984,18050,18109,18169,18231,18302,18362,18430,22364,22451,22704,22791,22879,22961,23044,23134,23225,34444,34502,34547,34613,34677,34734,34791,34845,37319,37367,37416,37467,37771,38173,38222,38566,39866,40291,40353,40541,40598,42067,42137,42215,42269,42339,42424,42472,42518,42579,42642,42708,42772,42843,42906,42971,43035,43096,43157,43209,43282,43356,43425,43500,43574,43648,43789,43859,56927,58031,58121,58209,58305,58395,60253,60342,60589,60870,61122,61821,62214,64046,64268,64490,64766,64993,65223,65453,65683,65913,66140,66559,66785,67210,67440,67868,68087,68370,68578,68709,68936,69362,69587,70014,70235,70660,70780,71056,71357,71681,71972,72286,72423,72554,72659,72901,73068,73272,73480,73751,73863,73975,74080,74197,76351,76497,76637,76723,77071,77159,77405,77823,78072,78154,78252,78934,79034,79286,79710,79965,80059,84046,84283,86335,86577,86679,86932,89116,135354,136870,148157,149685,151442,152068,152488,153749,155014,155270,155506,156053,156547,157152,157350,157930,159298,159673,159791,160329,160486,160682,160955,161211,161381,161522,161586,161951,162318,162994,163258,163596,163949,164043,164229,164535,164797,164922,165049,165288,165499,165618,165811,165988,166443,166624,166746,167005,167118,167305,167407,167514,167643,167918,168426,168922,169799,170093,170663,170812,171544,171716,171800,172136,172228,172506,189717,195251,195657,196287,196901,196992,197105,197334,197494,197646,197817,197983,198152,198319,198482,198725,198895,199068,199239,199513,199712,199917,200247,207177,207273,207369,207467,207567,207669,207771,207873,207975,208077,208177,208273,208385,208514,208637,208768,208899,208997,209111,209205,209345,209479,209575,209687,209787,209903,209999,210111,210211,210351,210487,210651,210781,210939,211089,211230,211374,211509,211621,211771,211899,212027,212163,212295,212425,212555,212667,212807,220021,220165,220303,220395,220485,220561,220665,220755,220857,220965,221073,221173,221253,221345,221443,221553,221605,221683,221789,221881,221985,222095,222217,222380,222537,234905,235005,235095,235205,235295,235536,235630,235736,235828,246415,246527,246641,246757,246873,246967,247081,247193,247295,247415,247537,247619,247723,247843,247969,248067,248161,248249,248361,248477,248599,248711,248886,249002,249088,249180,249292,249416,249483,249609,249677,249805,249949,250077,250146,250241,250356,250469,250568,250677,250788,250899,251000,251105,251205,251335,251426,251549,251643,251755,251841,251945,252041,252129,252247,252351,252455,252581,252669,252777,252877,252967,253077,253161,253263,253347,253401,253465,253571,253657,253767,253851,253971,302853,302971,303086,303218,303933,304625,305142,313753,315286,315674,320409,341072,350743,367350,374202,393965,394227,394583,403562,410344,411478,414993,415216,415543,419491,426915,432669,439213,455648,456863,458272,458856" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/92ad874927ba6226f66e1447581633a4/transformed/jetified-react-native-0.67.3/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,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,69,70,74,78,81,84,88,92,95,98,99,100,109,116,123,126,129,132,138", + "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", + "startOffsets": "100,163,226,277,325,374,422,471,520,563,617,798,871,994,1090,1179,1287,1404,1524,1644,1746,1849,1960,2067,2170,2281,2450,2618,2735,2845,2960,3073,3229,3337,3450,3541,3652,3821,3919,4046,4171,4266,4373,4453,4529,4602,4689,4760,4831,4909,4989,5075,5159,5231,5313,5397,5474,5561,5646,5725,5800,5873,5962,6039,6117,6190,6268,6516,6764,6967,7158,7360,7566,7767,7956,7982,8017,8555,8973,9351,9528,9707,9890,10255", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,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,69,73,77,80,83,87,91,94,97,98,99,108,115,122,125,128,131,137,147", + "endColumns": "62,62,50,47,48,47,48,48,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", + "endOffsets": "158,221,272,320,369,417,466,515,558,612,660,866,989,1085,1174,1282,1399,1519,1639,1741,1844,1955,2062,2165,2276,2445,2613,2730,2840,2955,3068,3224,3332,3445,3536,3647,3816,3914,4041,4166,4261,4368,4448,4524,4597,4684,4755,4826,4904,4984,5070,5154,5226,5308,5392,5469,5556,5641,5720,5795,5868,5957,6034,6112,6185,6263,6511,6759,6962,7153,7355,7561,7762,7951,7977,8012,8550,8968,9346,9523,9702,9885,10250,10691" + }, + "to": { + "startLines": "114,115,536,569,570,571,572,573,593,626,627,686,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,725,730,733,734,735,736,737,738,778,779,780,781,783,784,785,786,787,788,789,790,792,793,794,795,801,805,2663,2666,2677,2681,3015,3018,3256,3303,3304,3313,3342,3349,3352,3452,3455,4425", + "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", + "startOffsets": "6981,7044,35063,37024,37072,37121,37169,37218,38227,39919,39973,43864,44262,44385,44481,44570,44678,44795,44915,45035,45137,45240,45351,45458,45561,45672,45841,46009,46126,46236,46351,46464,46620,46728,46841,46932,47043,47212,47310,47437,47562,47657,48191,48739,49122,49195,49282,49353,49424,49502,56555,56641,56725,56797,56932,57016,57093,57180,57265,57344,57419,57492,57652,57729,57807,57880,58400,58648,179673,179876,180385,180587,203266,203467,220308,223353,223388,223926,225486,225864,226041,234282,234465,297273", + "endLines": "114,115,536,569,570,571,572,573,593,626,627,686,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,725,730,733,734,735,736,737,738,778,779,780,781,783,784,785,786,787,788,789,790,792,793,794,795,804,808,2665,2668,2680,2684,3017,3020,3256,3303,3312,3319,3348,3351,3354,3454,3460,4434", + "endColumns": "62,62,50,47,48,47,48,48,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", + "endOffsets": "7039,7102,35109,37067,37116,37164,37213,37262,38265,39968,40016,43932,44380,44476,44565,44673,44790,44910,45030,45132,45235,45346,45453,45556,45667,45836,46004,46121,46231,46346,46459,46615,46723,46836,46927,47038,47207,47305,47432,47557,47652,47759,48266,48810,49190,49277,49348,49419,49497,49577,56636,56720,56792,56874,57011,57088,57175,57260,57339,57414,57487,57576,57724,57802,57875,57953,58643,58891,179871,180062,180582,180788,203462,203651,220329,223383,223921,224339,225859,226036,226215,234460,234825,297709" + } + }, + { + "source": "/home/kasun/Desktop/learnr/mobile/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml", + "from": { + "startLines": "6,8", + "startColumns": "4,4", + "startOffsets": "156,262", + "endColumns": "63,68", + "endOffsets": "215,326" + }, + "to": { + "startLines": "651,652", + "startColumns": "4,4", + "startOffsets": "41418,41482", + "endColumns": "63,68", + "endOffsets": "41477,41546" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7405f0ccd256d79609480792c9e36ea6/transformed/transition-1.2.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,341,393,442,503", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "90,137,180,235,282,336,388,437,498,548" + }, + "to": { + "startLines": "581,582,590,594,595,619,620,621,622,623", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "37655,37695,38088,38270,38325,39573,39627,39679,39728,39789", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "37690,37737,38126,38320,38367,39622,39674,39723,39784,39834" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/8a109fcaa05681d33b893052be5c5180/transformed/jetified-appcompat-resources-1.3.0/res/values/values.xml", + "from": { + "startLines": "2,29,36,47,74", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,1702,2087,2684,4317", + "endLines": "28,35,46,73,78", + "endColumns": "24,24,24,24,24", + "endOffsets": "1697,2082,2679,4312,4582" + }, + "to": { + "startLines": "4562,4589,4596,6859,6886", + "startColumns": "4,4,4,4,4", + "startOffsets": "305147,306794,307179,426920,428553", + "endLines": "4588,4595,4606,6885,6890", + "endColumns": "24,24,24,24,24", + "endOffsets": "306789,307174,307771,428548,428818" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2947", + "endColumns": "100", + "endOffsets": "3043" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,327,435,526,633,753,837,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1939,2052,2153,2249,2362,2472,2589,2756,2867", + "endColumns": "110,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", + "endOffsets": "211,322,430,521,628,748,832,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1934,2047,2148,2244,2357,2467,2584,2751,2862,2942" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-v21/values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,15,16,19,24,35,41,47,53,59,65,69,72,75,78,81,85", + "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", + "startOffsets": "55,123,202,290,378,466,554,641,728,815,902,1115,1231,1401,1722,2751,3208,3550,3894,4244,4594,4987,5205,5427,5653,5869,6110", + "endLines": "2,3,4,5,6,7,8,9,10,11,14,15,18,23,34,40,46,52,58,64,68,71,74,77,80,84,88", + "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "118,197,285,373,461,549,636,723,810,897,1110,1226,1396,1717,2746,3203,3545,3889,4239,4589,4982,5200,5422,5648,5864,6105,6364" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,77,239,240,243,248,259,307,313,319,325,331,335,338,341,344,355,359", + "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", + "startOffsets": "173,241,320,408,496,584,672,759,846,933,6685,17995,18111,18281,18602,19631,22933,23275,23619,23969,24319,24712,24930,25152,25378,26118,26359", + "endLines": "3,4,5,6,7,8,9,10,11,12,79,239,242,247,258,264,312,318,324,330,334,337,340,343,346,358,362", + "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "236,315,403,491,579,667,754,841,928,1015,6893,18106,18276,18597,19626,20083,23270,23614,23964,24314,24707,24925,25147,25373,25589,26354,26613" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/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,173,237,304,368,484,610,736,864,1036", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,232,299,363,479,605,731,859,1031,1383" + }, + "to": { + "startLines": "2,13,14,15,303,304,305,306,347,350", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1020,1084,1151,22437,22553,22679,22805,25594,25766", + "endLines": "2,13,14,15,303,304,305,306,349,354", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1079,1146,1210,22548,22674,22800,22928,25761,26113" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,106,109,152,155,158,160,162,164,167,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,220,222,223,224,234,235,236,248", + "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", + "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,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265", + "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,105,108,151,154,157,159,161,163,166,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,219,221,222,223,233,234,235,247,259", + "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,92,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,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966" + }, + "to": { + "startLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,33,34,35,36,38,40,41,42,43,44,46,48,50,52,54,56,57,62,64,66,67,68,70,72,73,74,75,76,80,123,126,169,172,175,177,179,181,184,188,191,192,193,196,197,198,199,200,201,204,205,207,209,211,213,217,219,220,221,222,224,228,230,232,233,234,235,236,237,265,266,267,277,278,279,291", + "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", + "startOffsets": "1215,1306,1409,1512,1617,1724,1833,1942,2051,2160,2269,2376,2479,2598,2753,2908,3013,3134,3235,3382,3523,3626,3745,3852,3955,4110,4281,4430,4595,4752,4903,5022,5373,5522,5671,5783,5930,6083,6230,6305,6394,6481,6582,6898,9872,10057,13043,13240,13439,13562,13685,13798,13981,14236,14437,14526,14637,14870,14971,15066,15189,15318,15435,15612,15711,15846,15989,16124,16243,16444,16563,16656,16767,16823,16930,17125,17236,17369,17464,17555,17646,17739,17856,20088,20159,20242,20922,20979,21037,21731", + "endLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,33,34,35,37,39,40,41,42,43,45,47,49,51,53,55,56,61,63,65,66,67,69,71,72,73,74,75,76,122,125,168,171,174,176,178,180,183,187,190,191,192,195,196,197,198,199,200,203,204,206,208,210,212,216,218,219,220,221,223,227,229,231,232,233,234,235,236,238,265,266,276,277,278,290,302", + "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,92,116,12,70,82,12,56,57,12,12", + "endOffsets": "1301,1404,1507,1612,1719,1828,1937,2046,2155,2264,2371,2474,2593,2748,2903,3008,3129,3230,3377,3518,3621,3740,3847,3950,4105,4276,4425,4590,4747,4898,5017,5368,5517,5666,5778,5925,6078,6225,6300,6389,6476,6577,6680,9867,10052,13038,13235,13434,13557,13680,13793,13976,14231,14432,14521,14632,14865,14966,15061,15184,15313,15430,15607,15706,15841,15984,16119,16238,16439,16558,16651,16762,16818,16925,17120,17231,17364,17459,17550,17641,17734,17851,17990,20154,20237,20917,20974,21032,21726,22432" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,322,429,519,621,733,811,888,979,1072,1165,1262,1362,1455,1550,1644,1735,1826,1906,2013,2114,2213,2322,2424,2538,2695,2798", + "endColumns": "110,105,106,89,101,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,98,108,101,113,156,102,82", + "endOffsets": "211,317,424,514,616,728,806,883,974,1067,1160,1257,1357,1450,1545,1639,1730,1821,1901,2008,2109,2208,2317,2419,2533,2690,2793,2876" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2911", + "endColumns": "100", + "endOffsets": "3007" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829", + "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,313,421,506,607,735,820,900,992,1086,1183,1277,1377,1471,1567,1662,1754,1846,1927,2035,2142,2249,2358,2463,2577,2754,2853", + "endColumns": "103,103,107,84,100,127,84,79,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "204,308,416,501,602,730,815,895,987,1081,1178,1272,1372,1466,1562,1657,1749,1841,1922,2030,2137,2244,2353,2458,2572,2749,2848,2931" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2869", + "endColumns": "100", + "endOffsets": "2965" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788", + "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", + "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777", + "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", + "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-af/values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2858", + "endColumns": "100", + "endOffsets": "2954" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666", + "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2745", + "endColumns": "100", + "endOffsets": "2841" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2943", + "endColumns": "100", + "endOffsets": "3039" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859", + "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", + "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2869", + "endColumns": "100", + "endOffsets": "2965" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787", + "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", + "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-large-v4/values-large-v4.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,177", + "endColumns": "121,133", + "endOffsets": "172,306" + }, + "to": { + "startLines": "11,12", + "startColumns": "4,4", + "startOffsets": "752,874", + "endColumns": "121,133", + "endOffsets": "869,1003" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767", + "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", + "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2847", + "endColumns": "100", + "endOffsets": "2943" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-or/values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-or/values-or.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", + "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", + "startOffsets": "105,224,334,441,527,631,751,830,906,997,1090,1186,1281,1381,1474,1569,1665,1756,1846,1935,2045,2149,2248,2359,2463,2581,2744,2850", + "endColumns": "118,109,106,85,103,119,78,75,90,92,95,94,99,92,94,95,90,89,88,109,103,98,110,103,117,162,105,82", + "endOffsets": "219,329,436,522,626,746,825,901,992,1085,1181,1276,1376,1469,1564,1660,1751,1841,1930,2040,2144,2243,2354,2458,2576,2739,2845,2928" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-night-v8/values-night-v8.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", + "startColumns": "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,143,267,369,471,587,689,803,931,1047,1169,1305,1425,1559,1679,1791,1917,2055,2179,2309,2431,2569,2685", + "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", + "endOffsets": "138,262,364,466,582,684,798,926,1042,1164,1300,1420,1554,1674,1786,1912,2050,2174,2304,2426,2564,2680,2800" + }, + "to": { + "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "687,775,899,1001,1103,1219,1321,1435,1563,1679,1801,1937,2057,2191,2311,2423,2638,2776,2900,3030,3152,3290,3406", + "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", + "endOffsets": "770,894,996,1098,1214,1316,1430,1558,1674,1796,1932,2052,2186,2306,2418,2544,2771,2895,3025,3147,3285,3401,3521" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-night-v8/values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,687", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,25", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,2549", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,2633" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-h480dp-land-v13/values-h480dp-land-v13.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,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-small-v4/values-small-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,128,198,270", + "endColumns": "72,69,71,69", + "endOffsets": "123,193,265,335" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "3072", + "endColumns": "100", + "endOffsets": "3168" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989", + "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", + "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855", + "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-land/values-land.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,30", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,128,198,270,340,405,472,542,614,683,752,834,924,1000,1068,1135,1213,1278,1345,1517,1912", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,29,34", + "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", + "endOffsets": "123,193,265,335,400,467,537,609,678,747,829,919,995,1063,1130,1208,1273,1340,1512,1907,2176" + }, + "to": { + "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,27,33", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "264,337,407,479,549,614,681,751,823,892,961,1043,1133,1209,1277,1344,1422,1487,1554,1726,2121", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,32,37", + "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", + "endOffsets": "332,402,474,544,609,676,746,818,887,956,1038,1128,1204,1272,1339,1417,1482,1549,1721,2116,2385" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-land/values-land.xml", + "from": { + "startLines": "2,3,4", + "startColumns": "4,4,4", + "startOffsets": "55,125,196", + "endColumns": "69,70,67", + "endOffsets": "120,191,259" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691", + "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", + "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2770", + "endColumns": "100", + "endOffsets": "2866" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-watch-v21/values-watch-v21.xml", + "from": { + "startLines": "2,6,10", + "startColumns": "4,4,4", + "startOffsets": "55,271,499", + "endLines": "5,9,13", + "endColumns": "12,12,12", + "endOffsets": "266,494,724" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-w480dp-port-v13/values-w480dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-in/values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2894", + "endColumns": "100", + "endOffsets": "2990" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809", + "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", + "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761", + "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", + "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2843", + "endColumns": "100", + "endOffsets": "2939" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2930", + "endColumns": "100", + "endOffsets": "3026" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845", + "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", + "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-h720dp-v13/values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-hdpi-v4/values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800", + "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", + "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859", + "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", + "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662", + "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", + "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2741", + "endColumns": "100", + "endOffsets": "2837" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-km/values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793", + "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", + "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v17/values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", + "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835", + "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", + "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2922", + "endColumns": "100", + "endOffsets": "3018" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835", + "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", + "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-be/values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2917", + "endColumns": "100", + "endOffsets": "3013" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", + "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2917", + "endColumns": "100", + "endOffsets": "3013" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-th/values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2816", + "endColumns": "100", + "endOffsets": "2912" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734", + "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", + "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-az/values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2897", + "endColumns": "100", + "endOffsets": "2993" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813", + "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", + "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832", + "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", + "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-de/values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2914", + "endColumns": "100", + "endOffsets": "3010" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814", + "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", + "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2897", + "endColumns": "100", + "endOffsets": "2993" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737", + "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", + "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2817", + "endColumns": "100", + "endOffsets": "2913" + } + } + ] + }, + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817", + "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", + "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json new file mode 100644 index 0000000..b544d59 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777", + "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", + "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-af/values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2858", + "endColumns": "100", + "endOffsets": "2954" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json new file mode 100644 index 0000000..43a6ac7 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-am/values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2803", + "endColumns": "100", + "endOffsets": "2899" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723", + "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", + "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json new file mode 100644 index 0000000..f422bed --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,424,506,607,721,801,879,970,1063,1155,1249,1349,1442,1537,1630,1721,1815,1894,1999,2097,2195,2303,2403,2506,2661,2758", + "endColumns": "107,103,106,81,100,113,79,77,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "208,312,419,501,602,716,796,874,965,1058,1150,1244,1344,1437,1532,1625,1716,1810,1889,1994,2092,2190,2298,2398,2501,2656,2753,2835" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2840", + "endColumns": "100", + "endOffsets": "2936" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json new file mode 100644 index 0000000..51b8713 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-as/values-as.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", + "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", + "startOffsets": "105,213,312,419,510,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2227,2336,2452,2572,2739,2841", + "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,98,108,115,119,166,101,82", + "endOffsets": "208,307,414,505,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2222,2331,2447,2567,2734,2836,2919" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-as/values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2924", + "endColumns": "100", + "endOffsets": "3020" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json new file mode 100644 index 0000000..ba51321 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-az/values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2897", + "endColumns": "100", + "endOffsets": "2993" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813", + "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", + "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..1f32bb9 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836", + "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2923", + "endColumns": "100", + "endOffsets": "3019" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json new file mode 100644 index 0000000..9a4fbb8 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835", + "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", + "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-be/values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2917", + "endColumns": "100", + "endOffsets": "3013" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json new file mode 100644 index 0000000..919f946 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2938", + "endColumns": "100", + "endOffsets": "3034" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854", + "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", + "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json new file mode 100644 index 0000000..cd1e326 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835", + "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", + "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2922", + "endColumns": "100", + "endOffsets": "3018" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json new file mode 100644 index 0000000..a4073cc --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", + "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2917", + "endColumns": "100", + "endOffsets": "3013" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json new file mode 100644 index 0000000..0ba66c3 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830", + "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", + "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2912", + "endColumns": "100", + "endOffsets": "3008" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json new file mode 100644 index 0000000..d7d0a76 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799", + "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", + "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json new file mode 100644 index 0000000..9d30aef --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-da/values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2837", + "endColumns": "100", + "endOffsets": "2933" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757", + "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", + "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json new file mode 100644 index 0000000..168d256 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832", + "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", + "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-de/values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2914", + "endColumns": "100", + "endOffsets": "3010" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json new file mode 100644 index 0000000..8cd42d1 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-el/values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2972", + "endColumns": "100", + "endOffsets": "3068" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886", + "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", + "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..67635b3 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rAU/values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..a4ab715 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rCA/values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..6531646 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..e5ee0b4 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", + "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", + "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..0ce8077 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528", + "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185", + "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-en-rXC/values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "203", + "endOffsets": "254" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5714", + "endColumns": "203", + "endOffsets": "5913" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..8213791 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821", + "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", + "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json new file mode 100644 index 0000000..80e7cae --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-es/values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2919", + "endColumns": "100", + "endOffsets": "3015" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836", + "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", + "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json new file mode 100644 index 0000000..130dec7 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827", + "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", + "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-et/values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2910", + "endColumns": "100", + "endOffsets": "3006" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json new file mode 100644 index 0000000..9a10134 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850", + "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", + "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json new file mode 100644 index 0000000..ddfa76e --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795", + "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", + "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json new file mode 100644 index 0000000..7e06323 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775", + "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", + "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2856", + "endColumns": "100", + "endOffsets": "2952" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..5b72060 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855", + "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json new file mode 100644 index 0000000..c0c0a00 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2934", + "endColumns": "100", + "endOffsets": "3030" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847", + "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", + "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json new file mode 100644 index 0000000..80171d3 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,209,313,421,506,607,735,820,900,992,1086,1183,1277,1377,1471,1567,1662,1754,1846,1927,2035,2142,2249,2358,2463,2577,2754,2853", + "endColumns": "103,103,107,84,100,127,84,79,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "204,308,416,501,602,730,815,895,987,1081,1178,1272,1372,1466,1562,1657,1749,1841,1922,2030,2137,2244,2353,2458,2572,2749,2848,2931" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json new file mode 100644 index 0000000..f170ba3 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2869", + "endColumns": "100", + "endOffsets": "2965" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788", + "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", + "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json new file mode 100644 index 0000000..7ec248a --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-h360dp-land-v13/values-h360dp-land-v13.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,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json new file mode 100644 index 0000000..469020c --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-h480dp-land-v13/values-h480dp-land-v13.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,170,226,293,358,413,478,547", + "endColumns": "58,55,55,66,64,54,64,68,68", + "endOffsets": "109,165,221,288,353,408,473,542,611" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..2e17d2d --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..d9a3f51 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json new file mode 100644 index 0000000..f0dcacb --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2869", + "endColumns": "100", + "endOffsets": "2965" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787", + "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", + "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json new file mode 100644 index 0000000..03797da --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2901", + "endColumns": "100", + "endOffsets": "2997" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816", + "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", + "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json new file mode 100644 index 0000000..9203f7f --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2943", + "endColumns": "100", + "endOffsets": "3039" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859", + "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", + "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json new file mode 100644 index 0000000..d978bb3 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814", + "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", + "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2897", + "endColumns": "100", + "endOffsets": "2993" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json new file mode 100644 index 0000000..69afba0 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-in/values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2894", + "endColumns": "100", + "endOffsets": "2990" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809", + "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", + "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json new file mode 100644 index 0000000..39abf9f --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779", + "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", + "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-is/values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2860", + "endColumns": "100", + "endOffsets": "2956" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json new file mode 100644 index 0000000..4c349db --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-it/values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799", + "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", + "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json new file mode 100644 index 0000000..08ee745 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761", + "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", + "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2843", + "endColumns": "100", + "endOffsets": "2939" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json new file mode 100644 index 0000000..a587b1c --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691", + "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", + "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2770", + "endColumns": "100", + "endOffsets": "2866" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json new file mode 100644 index 0000000..c7760f4 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808", + "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", + "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2890", + "endColumns": "100", + "endOffsets": "2986" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json new file mode 100644 index 0000000..9f0e59a --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796", + "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", + "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2878", + "endColumns": "100", + "endOffsets": "2974" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json new file mode 100644 index 0000000..7198f3a --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-km/values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793", + "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", + "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json new file mode 100644 index 0000000..1c63174 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859", + "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", + "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json new file mode 100644 index 0000000..7985849 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2764", + "endColumns": "100", + "endOffsets": "2860" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685", + "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", + "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json new file mode 100644 index 0000000..b0da52c --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817", + "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", + "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json new file mode 100644 index 0000000..c893d0e --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-land/values-land.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,30", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,128,198,270,340,405,472,542,614,683,752,834,924,1000,1068,1135,1213,1278,1345,1517,1912", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,29,34", + "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", + "endOffsets": "123,193,265,335,400,467,537,609,678,747,829,919,995,1063,1130,1208,1273,1340,1512,1907,2176" + }, + "to": { + "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,27,33", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "264,337,407,479,549,614,681,751,823,892,961,1043,1133,1209,1277,1344,1422,1487,1554,1726,2121", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,32,37", + "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", + "endOffsets": "332,402,474,544,609,676,746,818,887,956,1038,1128,1204,1272,1339,1417,1482,1549,1721,2116,2385" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-land/values-land.xml", + "from": { + "startLines": "2,3,4", + "startColumns": "4,4,4", + "startOffsets": "55,125,196", + "endColumns": "69,70,67", + "endOffsets": "120,191,259" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json new file mode 100644 index 0000000..1784fef --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-large-v4/values-large-v4.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,177", + "endColumns": "121,133", + "endOffsets": "172,306" + }, + "to": { + "startLines": "11,12", + "startColumns": "4,4", + "startOffsets": "752,874", + "endColumns": "121,133", + "endOffsets": "869,1003" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..bd4e586 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json new file mode 100644 index 0000000..feef070 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2854", + "endColumns": "100", + "endOffsets": "2950" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772", + "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", + "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json new file mode 100644 index 0000000..1283a2a --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874", + "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", + "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2958", + "endColumns": "100", + "endOffsets": "3054" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json new file mode 100644 index 0000000..3417626 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "3072", + "endColumns": "100", + "endOffsets": "3168" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989", + "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", + "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json new file mode 100644 index 0000000..e553979 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820", + "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", + "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2905", + "endColumns": "100", + "endOffsets": "3001" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json new file mode 100644 index 0000000..49aaa55 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2937", + "endColumns": "100", + "endOffsets": "3033" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854", + "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", + "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json new file mode 100644 index 0000000..d77eebd --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2878", + "endColumns": "100", + "endOffsets": "2974" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797", + "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", + "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json new file mode 100644 index 0000000..25ec2d6 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,322,429,519,621,733,811,888,979,1072,1165,1262,1362,1455,1550,1644,1735,1826,1906,2013,2114,2213,2322,2424,2538,2695,2798", + "endColumns": "110,105,106,89,101,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,98,108,101,113,156,102,82", + "endOffsets": "211,317,424,514,616,728,806,883,974,1067,1160,1257,1357,1450,1545,1639,1730,1821,1901,2008,2109,2208,2317,2419,2533,2690,2793,2876" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json new file mode 100644 index 0000000..44e9586 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800", + "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", + "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json new file mode 100644 index 0000000..1e26d71 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-my/values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2958", + "endColumns": "100", + "endOffsets": "3054" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,325,441,528,637,760,842,923,1014,1107,1202,1296,1396,1489,1584,1678,1769,1860,1945,2060,2169,2268,2394,2501,2609,2769,2872", + "endColumns": "112,106,115,86,108,122,81,80,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "213,320,436,523,632,755,837,918,1009,1102,1197,1291,1391,1484,1579,1673,1764,1855,1940,2055,2164,2263,2389,2496,2604,2764,2867,2953" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json new file mode 100644 index 0000000..1ddaae4 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737", + "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", + "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2817", + "endColumns": "100", + "endOffsets": "2913" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json new file mode 100644 index 0000000..9e5f68b --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2947", + "endColumns": "100", + "endOffsets": "3043" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,327,435,526,633,753,837,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1939,2052,2153,2249,2362,2472,2589,2756,2867", + "endColumns": "110,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", + "endOffsets": "211,322,430,521,628,748,832,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1934,2047,2148,2244,2357,2467,2584,2751,2862,2942" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json new file mode 100644 index 0000000..1bec470 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-night-v8/values-night-v8.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", + "startColumns": "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,143,267,369,471,587,689,803,931,1047,1169,1305,1425,1559,1679,1791,1917,2055,2179,2309,2431,2569,2685", + "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", + "endOffsets": "138,262,364,466,582,684,798,926,1042,1164,1300,1420,1554,1674,1786,1912,2050,2174,2304,2426,2564,2680,2800" + }, + "to": { + "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "687,775,899,1001,1103,1219,1321,1435,1563,1679,1801,1937,2057,2191,2311,2423,2638,2776,2900,3030,3152,3290,3406", + "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", + "endOffsets": "770,894,996,1098,1214,1316,1430,1558,1674,1796,1932,2052,2186,2306,2418,2544,2771,2895,3025,3147,3285,3401,3521" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-night-v8/values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,687", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,771" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,25", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593,2549", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "120,204,288,384,486,588,682,2633" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json new file mode 100644 index 0000000..f9734b6 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2914", + "endColumns": "100", + "endOffsets": "3010" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,223,328,435,520,628,748,826,902,994,1088,1183,1277,1377,1471,1567,1662,1754,1846,1928,2039,2142,2241,2356,2470,2573,2728,2831", + "endColumns": "117,104,106,84,107,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "218,323,430,515,623,743,821,897,989,1083,1178,1272,1372,1466,1562,1657,1749,1841,1923,2034,2137,2236,2351,2465,2568,2723,2826,2909" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json new file mode 100644 index 0000000..b01c3ed --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-or/values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2933", + "endColumns": "100", + "endOffsets": "3029" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-or/values-or.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", + "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", + "startOffsets": "105,224,334,441,527,631,751,830,906,997,1090,1186,1281,1381,1474,1569,1665,1756,1846,1935,2045,2149,2248,2359,2463,2581,2744,2850", + "endColumns": "118,109,106,85,103,119,78,75,90,92,95,94,99,92,94,95,90,89,88,109,103,98,110,103,117,162,105,82", + "endOffsets": "219,329,436,522,626,746,825,901,992,1085,1181,1276,1376,1469,1564,1660,1751,1841,1930,2040,2144,2243,2354,2458,2576,2739,2845,2928" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json new file mode 100644 index 0000000..db4ce03 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767", + "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", + "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2847", + "endColumns": "100", + "endOffsets": "2943" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json new file mode 100644 index 0000000..0a5e3b9 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817", + "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", + "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json new file mode 100644 index 0000000..4bc745d --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..fd4e6e7 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pt-rBR/values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..8ca78db --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2922", + "endColumns": "100", + "endOffsets": "3018" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836", + "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", + "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json new file mode 100644 index 0000000..1e950fd --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-pt/values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", + "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", + "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json new file mode 100644 index 0000000..c2015bb --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2935", + "endColumns": "100", + "endOffsets": "3031" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851", + "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", + "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json new file mode 100644 index 0000000..91fac0f --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822", + "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", + "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json new file mode 100644 index 0000000..dbf534f --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-si/values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821", + "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", + "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json new file mode 100644 index 0000000..e418431 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817", + "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", + "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json new file mode 100644 index 0000000..9714fef --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2568,2751,2851", + "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,107,182,99,83", + "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2563,2746,2846,2930" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2935", + "endColumns": "100", + "endOffsets": "3031" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json new file mode 100644 index 0000000..5ec8329 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-small-v4/values-small-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,128,198,270", + "endColumns": "72,69,71,69", + "endOffsets": "123,193,265,335" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json new file mode 100644 index 0000000..5d7935d --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801", + "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", + "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json new file mode 100644 index 0000000..1dbaa7b --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833", + "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", + "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2920", + "endColumns": "100", + "endOffsets": "3016" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json new file mode 100644 index 0000000..971bd02 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2858", + "endColumns": "100", + "endOffsets": "2954" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778", + "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json new file mode 100644 index 0000000..8720bf8 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801", + "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", + "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2884", + "endColumns": "100", + "endOffsets": "2980" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..619ceeb --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-sw600dp-v13/values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795", + "endLines": "2,3,4,5,6,7,9,10,11,12,13,17", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962" + }, + "to": { + "startLines": "10,11,12,13,14,15,16,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", + "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json new file mode 100644 index 0000000..eed7af9 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871", + "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", + "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2953", + "endColumns": "100", + "endOffsets": "3049" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json new file mode 100644 index 0000000..a5df5ca --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-te/values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2930", + "endColumns": "100", + "endOffsets": "3026" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,222,334,445,535,640,759,837,913,1004,1097,1192,1286,1386,1479,1574,1669,1760,1851,1934,2048,2150,2249,2364,2467,2582,2744,2847", + "endColumns": "116,111,110,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,82,113,101,98,114,102,114,161,102,82", + "endOffsets": "217,329,440,530,635,754,832,908,999,1092,1187,1281,1381,1474,1569,1664,1755,1846,1929,2043,2145,2244,2359,2462,2577,2739,2842,2925" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json new file mode 100644 index 0000000..259ea15 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-th/values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2816", + "endColumns": "100", + "endOffsets": "2912" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734", + "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", + "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json new file mode 100644 index 0000000..cbd4c92 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2930", + "endColumns": "100", + "endOffsets": "3026" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845", + "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", + "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json new file mode 100644 index 0000000..d4b689b --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797", + "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", + "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2877", + "endColumns": "100", + "endOffsets": "2973" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json new file mode 100644 index 0000000..7c2fd25 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2911", + "endColumns": "100", + "endOffsets": "3007" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829", + "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json new file mode 100644 index 0000000..4f678b9 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832", + "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", + "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2918", + "endColumns": "100", + "endOffsets": "3014" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json new file mode 100644 index 0000000..18374e8 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776", + "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", + "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2860", + "endColumns": "100", + "endOffsets": "2956" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json new file mode 100644 index 0000000..c25d695 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-v16/values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json new file mode 100644 index 0000000..9f2281f --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v17/values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", + "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json new file mode 100644 index 0000000..85acccf --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json new file mode 100644 index 0000000..c3526de --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json @@ -0,0 +1,66 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-v21/values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,15,16,19,24,35,41,47,53,59,65,69,72,75,78,81,85", + "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", + "startOffsets": "55,123,202,290,378,466,554,641,728,815,902,1115,1231,1401,1722,2751,3208,3550,3894,4244,4594,4987,5205,5427,5653,5869,6110", + "endLines": "2,3,4,5,6,7,8,9,10,11,14,15,18,23,34,40,46,52,58,64,68,71,74,77,80,84,88", + "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "118,197,285,373,461,549,636,723,810,897,1110,1226,1396,1717,2746,3203,3545,3889,4239,4589,4982,5200,5422,5648,5864,6105,6364" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,77,239,240,243,248,259,307,313,319,325,331,335,338,341,344,355,359", + "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", + "startOffsets": "173,241,320,408,496,584,672,759,846,933,6685,17995,18111,18281,18602,19631,22933,23275,23619,23969,24319,24712,24930,25152,25378,26118,26359", + "endLines": "3,4,5,6,7,8,9,10,11,12,79,239,242,247,258,264,312,318,324,330,334,337,340,343,346,358,362", + "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", + "endOffsets": "236,315,403,491,579,667,754,841,928,1015,6893,18106,18276,18597,19626,20083,23270,23614,23964,24314,24707,24925,25147,25373,25589,26354,26613" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/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,173,237,304,368,484,610,736,864,1036", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,232,299,363,479,605,731,859,1031,1383" + }, + "to": { + "startLines": "2,13,14,15,303,304,305,306,347,350", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1020,1084,1151,22437,22553,22679,22805,25594,25766", + "endLines": "2,13,14,15,303,304,305,306,349,354", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1079,1146,1210,22548,22674,22800,22928,25761,26113" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,106,109,152,155,158,160,162,164,167,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,220,222,223,224,234,235,236,248", + "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", + "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,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265", + "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,105,108,151,154,157,159,161,163,166,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,219,221,222,223,233,234,235,247,259", + "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,92,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,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966" + }, + "to": { + "startLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,33,34,35,36,38,40,41,42,43,44,46,48,50,52,54,56,57,62,64,66,67,68,70,72,73,74,75,76,80,123,126,169,172,175,177,179,181,184,188,191,192,193,196,197,198,199,200,201,204,205,207,209,211,213,217,219,220,221,222,224,228,230,232,233,234,235,236,237,265,266,267,277,278,279,291", + "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", + "startOffsets": "1215,1306,1409,1512,1617,1724,1833,1942,2051,2160,2269,2376,2479,2598,2753,2908,3013,3134,3235,3382,3523,3626,3745,3852,3955,4110,4281,4430,4595,4752,4903,5022,5373,5522,5671,5783,5930,6083,6230,6305,6394,6481,6582,6898,9872,10057,13043,13240,13439,13562,13685,13798,13981,14236,14437,14526,14637,14870,14971,15066,15189,15318,15435,15612,15711,15846,15989,16124,16243,16444,16563,16656,16767,16823,16930,17125,17236,17369,17464,17555,17646,17739,17856,20088,20159,20242,20922,20979,21037,21731", + "endLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,33,34,35,37,39,40,41,42,43,45,47,49,51,53,55,56,61,63,65,66,67,69,71,72,73,74,75,76,122,125,168,171,174,176,178,180,183,187,190,191,192,195,196,197,198,199,200,203,204,206,208,210,212,216,218,219,220,221,223,227,229,231,232,233,234,235,236,238,265,266,276,277,278,290,302", + "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,92,116,12,70,82,12,56,57,12,12", + "endOffsets": "1301,1404,1507,1612,1719,1828,1937,2046,2155,2264,2371,2474,2593,2748,2903,3008,3129,3230,3377,3518,3621,3740,3847,3950,4105,4276,4425,4590,4747,4898,5017,5368,5517,5666,5778,5925,6078,6225,6300,6389,6476,6577,6680,9867,10052,13038,13235,13434,13557,13680,13793,13976,14231,14432,14521,14632,14865,14966,15061,15184,15313,15430,15607,15706,15841,15984,16119,16238,16439,16558,16651,16762,16818,16925,17120,17231,17364,17459,17550,17641,17734,17851,17990,20154,20237,20917,20974,21032,21726,22432" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json new file mode 100644 index 0000000..a92e1b2 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json new file mode 100644 index 0000000..d330799 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json @@ -0,0 +1,58 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/378f8d1f5d9e8f2dccf5622b520d15a5/transformed/cardview-1.0.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "200" + }, + "to": { + "startLines": "50", + "startColumns": "4", + "startOffsets": "3524", + "endLines": "52", + "endColumns": "12", + "endOffsets": "3669" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2,6", + "startColumns": "4,4", + "startOffsets": "55,320", + "endLines": "5,9", + "endColumns": "10,10", + "endOffsets": "315,588" + }, + "to": { + "startLines": "53,57", + "startColumns": "4,4", + "startOffsets": "3674,3939", + "endLines": "56,60", + "endColumns": "10,10", + "endOffsets": "3934,4207" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2735,2959,3074,3181,3294", + "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49", + "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", + "endOffsets": "185,320,395,482,1366,2262,2381,2508,2730,2954,3069,3176,3289,3519" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json new file mode 100644 index 0000000..cfe3fb7 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json new file mode 100644 index 0000000..63850d7 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json new file mode 100644 index 0000000..200d60b --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json new file mode 100644 index 0000000..d46dfab --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,447", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,442,684" + }, + "to": { + "startLines": "10,11,12,16", + "startColumns": "4,4,4,4", + "startOffsets": "755,830,917,1147", + "endLines": "10,11,15,19", + "endColumns": "74,86,12,12", + "endOffsets": "825,912,1142,1384" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,143,231,319,407,494,581,668", + "endColumns": "87,87,87,87,86,86,86,86", + "endOffsets": "138,226,314,402,489,576,663,750" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json new file mode 100644 index 0000000..fb59aa7 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798", + "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", + "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json new file mode 100644 index 0000000..ac71e63 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json new file mode 100644 index 0000000..9338183 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/res/values-w480dp-port-v13/values-w480dp-port-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,114,170,226,293,358,413,478", + "endColumns": "58,55,55,66,64,54,64,68", + "endOffsets": "109,165,221,288,353,408,473,542" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..b41bb7f --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..f3d6b83 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/res/values-watch-v21/values-watch-v21.xml", + "from": { + "startLines": "2,6,10", + "startColumns": "4,4,4", + "startOffsets": "55,271,499", + "endLines": "5,9,13", + "endColumns": "12,12,12", + "endOffsets": "266,494,724" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..8735880 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..4591cc6 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662", + "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", + "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2741", + "endColumns": "100", + "endOffsets": "2837" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..13232b2 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666", + "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2745", + "endColumns": "100", + "endOffsets": "2841" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..a027ee8 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671", + "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", + "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2750", + "endColumns": "100", + "endOffsets": "2846" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json new file mode 100644 index 0000000..4d878e0 --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,20,21,22,23,24,25,26,27,28,29", + "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", + "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791", + "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", + "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2873", + "endColumns": "100", + "endOffsets": "2969" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json new file mode 100644 index 0000000..a643fff --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json @@ -0,0 +1,375 @@ +{ + "logs": [ + { + "outputFile": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml", + "map": [ + { + "source": "/home/kasun/.gradle/caches/transforms-3/1e2170dbcf59f9d944fc1c022a41d609/transformed/jetified-autofill-1.1.0/res/values/values.xml", + "from": { + "startLines": "2,3,19,20,27,32,37,44,53", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,123,934,994,1376,1656,1938,2322,2820", + "endLines": "2,18,19,26,31,36,43,52,66", + "endColumns": "67,12,59,12,12,12,12,12,24", + "endOffsets": "118,929,989,1371,1651,1933,2317,2815,3867" + }, + "to": { + "startLines": "286,3287,3718,3719,3726,3731,3736,3743,5227", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "18547,222542,253976,254036,254418,254698,254980,255364,341077", + "endLines": "286,3302,3718,3725,3730,3735,3742,3751,5240", + "endColumns": "67,12,59,12,12,12,12,12,24", + "endOffsets": "18610,223348,254031,254413,254693,254975,255359,255857,342124" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/df7b208c45426f45016d16c0c3a6a059/transformed/jetified-flipper-0.99.0/res/values/values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,124", + "endColumns": "68,56", + "endOffsets": "119,176" + }, + "to": { + "startLines": "578,579", + "startColumns": "4,4", + "startOffsets": "37472,37541", + "endColumns": "68,56", + "endOffsets": "37536,37593" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9b6cc75e89d4038448f147e4b5cd437c/transformed/coordinatorlayout-1.1.0/res/values/values.xml", + "from": { + "startLines": "2,3,6,16", + "startColumns": "4,4,4,4", + "startOffsets": "55,116,261,869", + "endLines": "2,5,15,104", + "endColumns": "60,12,24,24", + "endOffsets": "111,256,864,6075" + }, + "to": { + "startLines": "24,4422,5697,5707", + "startColumns": "4,4,4,4", + "startOffsets": "1278,297128,367355,367963", + "endLines": "24,4424,5706,5795", + "endColumns": "60,12,24,24", + "endOffsets": "1334,297268,367958,373169" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/dc3a6ae223c93fb1112ff5fe94897d21/transformed/fragment-1.3.4/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,10", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,112,177,241,411", + "endLines": "2,3,4,9,13", + "endColumns": "56,64,63,24,24", + "endOffsets": "107,172,236,406,555" + }, + "to": { + "startLines": "580,598,631,5971,5976", + "startColumns": "4,4,4,4,4", + "startOffsets": "37598,38460,40168,383476,383646", + "endLines": "580,598,631,5975,5979", + "endColumns": "56,64,63,24,24", + "endOffsets": "37650,38520,40227,383641,383790" + } + }, + { + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/values/strings.xml", + "from": { + "startLines": "1", + "startColumns": "4", + "startOffsets": "16", + "endColumns": "43", + "endOffsets": "55" + }, + "to": { + "startLines": "687", + "startColumns": "4", + "startOffsets": "43937", + "endColumns": "43", + "endOffsets": "43976" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/9f18c6b50baa776d71894ad120630276/transformed/core-1.6.0/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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,104,111,159,191,228", + "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", + "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6400,6698,9998,12063,13823", + "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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,103,110,158,190,227,234", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6395,6693,9993,12058,13818,14195" + }, + "to": { + "startLines": "55,96,97,181,182,290,291,292,293,294,295,296,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,533,534,535,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,585,586,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,618,654,791,3128,3129,3133,3134,3138,3752,3753,5390,5662,5886,5934,6119,6156", + "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", + "startOffsets": "3132,5612,5684,11448,11517,18785,18855,18923,18995,19065,19126,19200,33354,33415,33476,33538,33602,33664,33725,33793,33893,33953,34019,34092,34161,34218,34270,34850,34922,34998,35114,35173,35232,35292,35352,35412,35472,35532,35592,35652,35712,35772,35832,35891,35951,36011,36071,36131,36191,36251,36311,36371,36431,36491,36550,36610,36670,36729,36788,36847,36906,36965,37842,37877,38571,38626,38689,38744,38802,38860,38921,38984,39041,39092,39142,39203,39260,39326,39360,39538,41608,57581,212812,212929,213130,213240,213441,255862,255934,350748,365547,377891,381191,389820,391580", + "endLines": "55,96,97,181,182,290,291,292,293,294,295,296,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,533,534,535,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,585,586,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,618,654,791,3128,3132,3133,3137,3138,3752,3753,5396,5668,5933,5965,6155,6162", + "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "3187,5679,5767,11512,11575,18850,18918,18990,19060,19121,19195,19268,33410,33471,33533,33597,33659,33720,33788,33888,33948,34014,34087,34156,34213,34265,34327,34917,34993,35058,35168,35227,35287,35347,35407,35467,35527,35587,35647,35707,35767,35827,35886,35946,36006,36066,36126,36186,36246,36306,36366,36426,36486,36545,36605,36665,36724,36783,36842,36901,36960,37019,37872,37907,38621,38684,38739,38797,38855,38916,38979,39036,39087,39137,39198,39255,39321,39355,39390,39568,41673,57647,212924,213125,213235,213436,213565,255929,255996,351180,365840,381186,383251,391575,391952" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/04d5eb98ae86f5903d150970f0c82b3c/transformed/lifecycle-runtime-2.3.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "628", + "startColumns": "4", + "startOffsets": "40021", + "endColumns": "42", + "endOffsets": "40059" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/0723fe7ecd4c2478c3e1bb5dcd2061ba/transformed/jetified-viewpager2-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "7414", + "startColumns": "4", + "startOffsets": "458277", + "endLines": "7416", + "endColumns": "24", + "endOffsets": "458382" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/42fc10495a8bc8a878c7280888ad32dd/transformed/jetified-savedstate-1.1.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "629", + "startColumns": "4", + "startOffsets": "40064", + "endColumns": "53", + "endOffsets": "40113" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/0c11a4ffdfed5eecf03d4da26ae0c052/transformed/lifecycle-viewmodel-2.3.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "630", + "startColumns": "4", + "startOffsets": "40118", + "endColumns": "49", + "endOffsets": "40163" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/70151c5920c4591167abb899c9f7dabf/transformed/recyclerview-1.1.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,111,170,218,274,349,425,497,563", + "endLines": "2,3,4,5,6,7,8,9,38", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "106,165,213,269,344,420,492,558,2084" + }, + "to": { + "startLines": "57,346,347,348,356,357,358,584,6622", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "3250,22456,22515,22563,23230,23305,23381,37776,415548", + "endLines": "57,346,347,348,356,357,358,584,6650", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "3301,22510,22558,22614,23300,23376,23448,37837,417069" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/4f6ddf37a5c206bb5b6a4ce7f206560c/transformed/jetified-drawee-2.5.0/res/values/values.xml", + "from": { + "startLines": "2,141", + "startColumns": "4,4", + "startOffsets": "55,6080", + "endLines": "140,231", + "endColumns": "22,22", + "endOffsets": "6075,9771" + }, + "to": { + "startLines": "5980,6733", + "startColumns": "4,4", + "startOffsets": "383795,421350", + "endLines": "6118,6823", + "endColumns": "22,22", + "endOffsets": "389815,425041" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7c0c7e113c074df493b9385345dc4b6b/transformed/material-1.1.0/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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,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,390,391,392,393,394,395,396,397,398,399,400,401,402,403,407,411,418,425,433,443,452,461,470,471,472,477,478,482,483,489,493,494,495,496,506,507,508,512,513,519,523,524,525,526,527,593,641,699,747,812,860,908,966,1014,1018,1022,1034,1049,1061,1062,1109,1113,1114,1115,1118,1128,1161,1162,1163,1175,1179,1184,1189,1194,1197,1200,1203,1207,1211,1212,1213,1214,1215,1218,1221,1224,1227,1231,1232,1235,1238,1241,1244,1248,1251,1255,1258,1261,1264,1267,1271,1274,1277,1281,1284,1294,1302,1310,1313,1316,1319,1322,1325,1328,1331,1332,1335,1338,1339,1342,1346,1351,1352,1360,1368,1369,1377,1381,1389,1397,1405,1413,1421,1422,1430,1438,1439,1441,1446,1448,1453,1457,1461,1462,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1491,1492,1493,1499,1500,1504,1506,1507,1510,1515,1516,1517,1518,1519,1520,1524,1525,1526,1532,1533,1537,1539,1542,1546,1550,1554,1558,1559,1560,1561,1569,1577,1580,1585,1590,1595,1600,1604,1608,1617,1625,1626,1627,1628,1629,1637,1646,1651,1656,1657,1658,1659,1677,1681,1686,1689,1693,1696,1700,1704,1708,1716,1725,1738,1742,1757,1765,1768,1779,1784,1813,1817,1818,1825,1829,1830,1831,1834,1838,1842,1843,1847,1852,1864,1868,1869,1881,1891,1892,1902,1907,1929,1932,1938,1941,1950,1958,1962,1965,1968,1971,1975,1978,1993,1997,2000,2015,2018,2026,2031,2037,2043,2049,2079,2090,2107,2114,2117,2129,2138,2142,2147,2151,2155,2159,2163,2167,2170,2179,2184,2193,2197,2204,2213,2219,2223,2245,2246,2247,2248,2249,2258,2262,2274,2281,2282,2286,2290,2291,2295,2309,2315,2321,2327,2333,2338,2344,2350,2351,2360,2368,2369,2376,2401,2413,2452,2468,2496,2545,2596,2703,2726,2818,2833,2845,2851,2895,2899,2905,2910,2916,2923,2979,2987,2998,3010,3038,3047,3054,3060,3068,3073,3121,3124,3128,3166,3172,3189,3196,3204,3288,3492", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,187,236,292,352,413,468,518,571,629,677,714,761,810,866,917,966,1020,1074,1123,1179,1226,1282,1342,1403,1456,1501,1554,1606,1664,1729,1777,1843,1901,1970,2028,2098,2172,2240,2307,2377,2443,2516,2576,2636,2696,2755,2812,2870,2928,2974,3034,3102,3171,3239,3292,3344,3390,3440,3487,3545,3603,3662,3722,3784,3846,3908,3970,4032,4094,4162,4223,4285,4347,4400,4454,4513,4575,4649,4720,4786,4860,4929,5000,5073,5144,5212,5285,5361,5431,5509,5577,5643,5704,5773,5837,5903,5971,6037,6100,6168,6239,6304,6377,6440,6521,6585,6651,6721,6791,6861,6931,6998,7063,7129,7182,7258,7324,7411,7487,7563,7610,7675,7725,7779,7858,7936,8009,8074,8137,8203,8274,8345,8407,8476,8542,8602,8669,8736,8792,8843,8896,8948,9002,9073,9136,9195,9257,9316,9389,9456,9516,9579,9654,9726,9822,9893,9949,10020,10077,10134,10200,10264,10335,10392,10445,10508,10560,10618,10685,10769,10854,10935,11003,11080,11153,11223,11295,11365,11438,11502,11572,11620,11689,11741,11799,11865,11932,11998,12079,12154,12210,12263,12324,12382,12432,12481,12530,12579,12641,12693,12738,12819,12873,12926,12980,13031,13080,13131,13192,13253,13315,13365,13406,13465,13524,13583,13644,13700,13756,13823,13884,13949,14004,14069,14138,14206,14284,14353,14413,14484,14558,14623,14695,14765,14832,14916,14985,15052,15122,15185,15252,15320,15403,15482,15572,15649,15717,15784,15862,15919,15976,16044,16110,16166,16226,16285,16339,16389,16439,16487,16549,16600,16673,16753,16833,16897,16960,17027,17098,17156,17217,17283,17342,17409,17469,17529,17592,17660,17721,17788,17866,17936,17985,18042,18111,18172,18260,18348,18436,18524,18580,18667,18754,18841,18928,18986,19042,19113,19178,19240,19315,19388,19457,19527,19596,19690,19759,19860,19911,19969,20039,20108,20178,20248,20318,20385,20460,20527,20586,20651,20707,20765,20827,20872,20915,20962,21007,21058,21106,21172,21234,21297,21369,21426,21489,21546,21606,21671,21738,21803,21860,21921,21979,22049,22106,22426,22576,22707,22805,22920,23007,23055,23134,23199,23288,23445,23602,23755,23909,24087,24269,24451,24633,24823,25013,25212,25385,25495,25680,25817,26037,26221,26381,26539,26723,26926,27097,27317,27539,27694,27901,28085,28188,28329,28494,28665,28865,29069,29271,29476,29677,29876,30080,30158,30459,30625,30780,30882,31159,31444,31834,32290,32799,33341,33806,34268,34739,34832,34939,35282,35389,35618,35739,36148,36380,36480,36585,36704,37238,37385,37504,37739,37872,38287,38525,38637,38758,38891,39038,43839,46880,51134,54189,58897,61901,64921,69091,72109,72361,72626,73686,74533,75352,75443,77574,77784,77893,78012,78196,78772,80753,80848,80879,81749,82035,82438,82840,83183,83395,83596,83809,84098,84383,84456,84543,84628,84727,84847,85008,85171,85332,85497,85550,85683,85803,85901,86014,86207,86333,86569,86711,86881,87037,87209,87500,87612,87741,87970,88188,89043,89630,90244,90412,90554,90715,90858,91026,91183,91378,91470,91643,91805,91900,92069,92312,92605,92719,93128,93542,93658,94076,94317,94747,95182,95592,96014,96424,96546,96955,97371,97493,97561,97905,97985,98341,98491,98635,98719,99096,99194,99302,99396,99526,99634,99756,99892,100000,100120,100254,100376,100504,100646,100772,100912,101038,101156,101288,101386,101496,101780,101892,102010,102474,102590,102877,103003,103099,103229,103618,103728,103852,103990,104100,104222,104518,104642,104772,105248,105376,105675,105813,105959,106121,106337,106493,106697,106765,106849,106953,107483,108082,108240,108459,108690,108913,109148,109370,109636,110228,110827,110941,111085,111197,111321,111892,112490,112985,113531,113676,113769,113861,115222,115610,115908,116097,116303,116496,116706,116923,117184,117616,118140,118784,118981,119929,120486,120609,121382,121603,123184,123419,123543,124051,124265,124368,124498,124673,124920,125111,125251,125445,125715,126416,126704,126834,127599,128244,128390,128951,129189,130612,130762,131179,131344,132030,132500,132696,132858,133013,133157,133391,133558,134332,134618,134778,135393,135552,135880,136107,136472,136843,137204,138984,139613,140658,141178,141330,142320,143057,143260,143506,143753,143995,144316,144621,144844,145016,145557,145826,146320,146581,147021,147766,148131,148436,150136,150242,150372,150510,150634,151270,151571,152326,152765,152889,153130,153318,153452,153643,154422,154691,154982,155261,155578,155800,156095,156378,156482,157129,157694,157814,158311,159935,160646,162694,163357,164824,167745,171053,176058,177196,182884,183592,184279,184663,186741,186972,187276,187496,187803,188233,190986,191461,191990,192485,193800,194291,194722,195095,195437,195645,198866,199003,199238,201092,201397,202318,202739,203055,207660,218947", + "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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,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,390,391,392,393,394,395,396,397,398,399,400,401,402,406,410,417,424,432,442,451,460,469,470,471,476,477,481,482,488,492,493,494,495,505,506,507,511,512,518,522,523,524,525,526,592,640,698,746,811,859,907,965,1013,1017,1021,1033,1048,1060,1061,1108,1112,1113,1114,1117,1127,1160,1161,1162,1174,1178,1183,1188,1193,1196,1199,1202,1206,1210,1211,1212,1213,1214,1217,1220,1223,1226,1230,1231,1234,1237,1240,1243,1247,1250,1254,1257,1260,1263,1266,1270,1273,1276,1280,1283,1293,1301,1309,1312,1315,1318,1321,1324,1327,1330,1331,1334,1337,1338,1341,1345,1350,1351,1359,1367,1368,1376,1380,1388,1396,1404,1412,1420,1421,1429,1437,1438,1440,1445,1447,1452,1456,1460,1461,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1490,1491,1492,1498,1499,1503,1505,1506,1509,1514,1515,1516,1517,1518,1519,1523,1524,1525,1531,1532,1536,1538,1541,1545,1549,1553,1557,1558,1559,1560,1568,1576,1579,1584,1589,1594,1599,1603,1607,1616,1624,1625,1626,1627,1628,1636,1645,1650,1655,1656,1657,1658,1676,1680,1685,1688,1692,1695,1699,1703,1707,1715,1724,1737,1741,1756,1764,1767,1778,1783,1812,1816,1817,1824,1828,1829,1830,1833,1837,1841,1842,1846,1851,1863,1867,1868,1880,1890,1891,1901,1906,1928,1931,1937,1940,1949,1957,1961,1964,1967,1970,1974,1977,1992,1996,1999,2014,2017,2025,2030,2036,2042,2048,2078,2089,2106,2113,2116,2128,2137,2141,2146,2150,2154,2158,2162,2166,2169,2178,2183,2192,2196,2203,2212,2218,2222,2244,2245,2246,2247,2248,2257,2261,2273,2280,2281,2285,2289,2290,2294,2308,2314,2320,2326,2332,2337,2343,2349,2350,2359,2367,2368,2375,2400,2412,2451,2467,2495,2544,2595,2702,2725,2817,2832,2844,2850,2894,2898,2904,2909,2915,2922,2978,2986,2997,3009,3037,3046,3053,3059,3067,3072,3120,3123,3127,3165,3171,3188,3195,3203,3287,3491,3507", + "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", + "endOffsets": "182,231,287,347,408,463,513,566,624,672,709,756,805,861,912,961,1015,1069,1118,1174,1221,1277,1337,1398,1451,1496,1549,1601,1659,1724,1772,1838,1896,1965,2023,2093,2167,2235,2302,2372,2438,2511,2571,2631,2691,2750,2807,2865,2923,2969,3029,3097,3166,3234,3287,3339,3385,3435,3482,3540,3598,3657,3717,3779,3841,3903,3965,4027,4089,4157,4218,4280,4342,4395,4449,4508,4570,4644,4715,4781,4855,4924,4995,5068,5139,5207,5280,5356,5426,5504,5572,5638,5699,5768,5832,5898,5966,6032,6095,6163,6234,6299,6372,6435,6516,6580,6646,6716,6786,6856,6926,6993,7058,7124,7177,7253,7319,7406,7482,7558,7605,7670,7720,7774,7853,7931,8004,8069,8132,8198,8269,8340,8402,8471,8537,8597,8664,8731,8787,8838,8891,8943,8997,9068,9131,9190,9252,9311,9384,9451,9511,9574,9649,9721,9817,9888,9944,10015,10072,10129,10195,10259,10330,10387,10440,10503,10555,10613,10680,10764,10849,10930,10998,11075,11148,11218,11290,11360,11433,11497,11567,11615,11684,11736,11794,11860,11927,11993,12074,12149,12205,12258,12319,12377,12427,12476,12525,12574,12636,12688,12733,12814,12868,12921,12975,13026,13075,13126,13187,13248,13310,13360,13401,13460,13519,13578,13639,13695,13751,13818,13879,13944,13999,14064,14133,14201,14279,14348,14408,14479,14553,14618,14690,14760,14827,14911,14980,15047,15117,15180,15247,15315,15398,15477,15567,15644,15712,15779,15857,15914,15971,16039,16105,16161,16221,16280,16334,16384,16434,16482,16544,16595,16668,16748,16828,16892,16955,17022,17093,17151,17212,17278,17337,17404,17464,17524,17587,17655,17716,17783,17861,17931,17980,18037,18106,18167,18255,18343,18431,18519,18575,18662,18749,18836,18923,18981,19037,19108,19173,19235,19310,19383,19452,19522,19591,19685,19754,19855,19906,19964,20034,20103,20173,20243,20313,20380,20455,20522,20581,20646,20702,20760,20822,20867,20910,20957,21002,21053,21101,21167,21229,21292,21364,21421,21484,21541,21601,21666,21733,21798,21855,21916,21974,22044,22101,22421,22571,22702,22800,22915,23002,23050,23129,23194,23283,23440,23597,23750,23904,24082,24264,24446,24628,24818,25008,25207,25380,25490,25675,25812,26032,26216,26376,26534,26718,26921,27092,27312,27534,27689,27896,28080,28183,28324,28489,28660,28860,29064,29266,29471,29672,29871,30075,30153,30454,30620,30775,30877,31154,31439,31829,32285,32794,33336,33801,34263,34734,34827,34934,35277,35384,35613,35734,36143,36375,36475,36580,36699,37233,37380,37499,37734,37867,38282,38520,38632,38753,38886,39033,43834,46875,51129,54184,58892,61896,64916,69086,72104,72356,72621,73681,74528,75347,75438,77569,77779,77888,78007,78191,78767,80748,80843,80874,81744,82030,82433,82835,83178,83390,83591,83804,84093,84378,84451,84538,84623,84722,84842,85003,85166,85327,85492,85545,85678,85798,85896,86009,86202,86328,86564,86706,86876,87032,87204,87495,87607,87736,87965,88183,89038,89625,90239,90407,90549,90710,90853,91021,91178,91373,91465,91638,91800,91895,92064,92307,92600,92714,93123,93537,93653,94071,94312,94742,95177,95587,96009,96419,96541,96950,97366,97488,97556,97900,97980,98336,98486,98630,98714,99091,99189,99297,99391,99521,99629,99751,99887,99995,100115,100249,100371,100499,100641,100767,100907,101033,101151,101283,101381,101491,101775,101887,102005,102469,102585,102872,102998,103094,103224,103613,103723,103847,103985,104095,104217,104513,104637,104767,105243,105371,105670,105808,105954,106116,106332,106488,106692,106760,106844,106948,107478,108077,108235,108454,108685,108908,109143,109365,109631,110223,110822,110936,111080,111192,111316,111887,112485,112980,113526,113671,113764,113856,115217,115605,115903,116092,116298,116491,116701,116918,117179,117611,118135,118779,118976,119924,120481,120604,121377,121598,123179,123414,123538,124046,124260,124363,124493,124668,124915,125106,125246,125440,125710,126411,126699,126829,127594,128239,128385,128946,129184,130607,130757,131174,131339,132025,132495,132691,132853,133008,133152,133386,133553,134327,134613,134773,135388,135547,135875,136102,136467,136838,137199,138979,139608,140653,141173,141325,142315,143052,143255,143501,143748,143990,144311,144616,144839,145011,145552,145821,146315,146576,147016,147761,148126,148431,150131,150237,150367,150505,150629,151265,151566,152321,152760,152884,153125,153313,153447,153638,154417,154686,154977,155256,155573,155795,156090,156373,156477,157124,157689,157809,158306,159930,160641,162689,163352,164819,167740,171048,176053,177191,182879,183587,184274,184658,186736,186967,187271,187491,187798,188228,190981,191456,191985,192480,193795,194286,194717,195090,195432,195640,198861,198998,199233,201087,201392,202313,202734,203050,207655,218942,220011" + }, + "to": { + "startLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,88,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,173,174,175,176,177,178,179,180,284,285,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,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,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,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,524,587,588,589,596,597,615,616,617,625,634,635,638,639,640,641,642,643,644,645,646,647,648,649,650,653,655,688,689,720,721,722,723,724,726,727,728,729,731,732,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,809,813,860,867,874,1044,1054,1063,1072,1141,1142,1143,1148,1149,1153,1154,1160,1164,1165,1166,1167,1177,1178,1179,1183,1184,1190,1194,1264,1265,1266,1267,1333,1381,1439,1487,1552,1600,1648,1706,1754,1758,1762,2535,2550,2562,2563,2610,2614,2615,2616,2619,2629,2662,2685,2686,2698,2702,2707,2712,2717,2720,2723,2726,2730,2873,2874,2875,2876,2953,2956,2959,2962,2965,2969,2970,2973,2976,2979,2982,2986,2989,2993,2996,2999,3002,3005,3009,3012,3021,3025,3028,3038,3046,3054,3057,3060,3063,3066,3069,3139,3142,3143,3146,3149,3150,3153,3157,3162,3163,3171,3179,3180,3188,3192,3200,3208,3216,3224,3232,3233,3241,3249,3320,3322,3327,3329,3334,3338,3355,3356,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3385,3386,3387,3393,3394,3398,3400,3401,3404,3409,3410,3411,3412,3413,3414,3418,3419,3420,3426,3427,3431,3433,3436,3440,3444,3448,3473,3474,3475,3476,3484,3492,3495,3500,3505,3510,3515,3519,3523,3532,3540,3541,3542,3543,3544,3552,3561,3566,3571,3572,3573,3574,3592,3596,3601,3604,3608,3611,3615,3619,3754,3762,3771,3784,3788,3803,3811,3814,3825,3830,3859,3863,3864,3871,3875,3876,3877,3880,3884,3888,3889,3893,3898,3910,3914,3915,3927,3937,3938,3948,3953,3975,3978,3984,3987,3996,4004,4008,4011,4014,4017,4021,4024,4039,4043,4046,4061,4064,4072,4077,4083,4089,4095,4125,4136,4153,4160,4163,4175,4184,4188,4193,4197,4201,4205,4209,4213,4216,4225,4230,4239,4243,4250,4259,4265,4269,4291,4292,4293,4294,4295,4304,4308,4320,4327,4328,4332,4336,4337,4341,4355,4361,4367,4373,4379,4384,4390,4396,4397,4406,4414,4415,4607,4632,4644,5241,5257,5285,5334,5425,5532,5555,5647,5814,5826,5832,5876,5880,5966,6211,6217,6224,6280,6288,6299,6311,6339,6348,6355,6361,6369,6558,6651,6654,6695,6824,6830,6957,6964,6972,7080,7284", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "150,187,236,292,352,413,520,570,623,681,729,766,813,862,918,969,1018,1072,1126,1175,1231,1394,1450,1510,1571,1624,1714,1816,1868,1926,1991,2039,2105,2163,2232,2290,2360,2434,2502,2569,2639,2705,2778,2838,2898,2958,3017,3074,3192,3306,3352,3412,3480,3549,3617,3670,3722,3768,3818,3865,3923,3981,4040,4100,4162,4224,4286,4348,4410,4472,4540,4601,4663,4725,4778,4873,5049,7107,7181,7252,7318,7392,7461,7532,7605,7676,7744,7817,7893,7963,8041,8109,8175,8236,8305,8369,8435,8503,8569,8632,8700,8771,8836,8909,8972,9053,9117,9183,9253,9323,9393,9463,10883,10948,11014,11067,11143,11209,11296,11372,18435,18482,19273,19323,19377,19456,19534,19607,19672,19735,19801,19872,19943,20005,20074,20140,20200,20267,20334,20390,20441,20494,20546,20600,20671,20734,20793,20855,20914,20987,21054,21114,21177,21252,21324,21420,21491,21547,21618,21675,21732,21798,21862,21933,21990,22043,22106,22158,22216,23453,23537,23622,23703,23771,23848,23921,23991,24063,24133,24206,24270,24340,24388,24457,24509,24567,24633,24700,24766,24847,24922,24978,25031,25092,25150,25200,25249,25298,25347,25409,25461,25506,25587,25641,25694,25748,25799,25848,25899,25960,26021,26083,26133,26174,26233,26292,26351,26412,26468,26524,26591,26652,26717,26772,26837,26906,26974,27052,27121,27181,27252,27326,27391,27463,27533,27600,27684,27753,27820,27890,27953,28020,28088,28171,28250,28340,28417,28485,28552,28630,28687,28744,28812,28878,28934,28994,29053,29107,29157,29207,29255,29317,29368,29441,29521,29601,29665,29728,29795,29866,29924,29985,30051,30110,30177,30237,30297,30360,30428,30489,30556,30634,30704,30753,30810,30879,30940,31028,31116,31204,31292,31348,31435,31522,31609,31696,31754,31810,31881,31946,32008,32083,32156,32225,32295,32364,32458,32527,32628,32679,32737,32807,32876,32946,33016,33086,33153,33228,33295,34332,37912,37968,38026,38372,38417,39395,39442,39487,39871,40358,40424,40603,40666,40738,40795,40858,40915,40975,41040,41107,41172,41229,41290,41348,41551,41678,43981,44131,47764,47862,47977,48064,48112,48271,48336,48425,48582,48815,48968,49582,49760,49942,50124,50306,50496,50686,50885,51058,51168,51353,51490,51710,51894,52054,52212,52396,52599,52770,52990,53212,53367,53574,53758,53861,54002,54167,54338,54538,54742,54944,55149,55350,55549,55753,55831,56132,56298,56453,58896,59173,62219,62609,63065,74202,74744,75209,75671,80064,80157,80264,80607,80714,80943,81064,81473,81705,81805,81910,82029,82563,82710,82829,83064,83197,83612,83850,89121,89242,89375,89522,94323,97364,101618,104673,109381,112385,115405,119575,122593,122845,123110,172511,173358,174177,174268,176399,176609,176718,176837,177021,177597,179578,180793,180824,181694,181980,182383,182785,183128,183340,183541,183754,184043,195256,195329,195416,195501,200252,200372,200533,200696,200857,201022,201075,201208,201328,201426,201539,201732,201858,202094,202236,202406,202562,202734,203025,203137,203656,203885,204103,204958,205545,206159,206327,206469,206630,206773,206941,213570,213765,213857,214030,214192,214287,214456,214699,214992,215106,215515,215929,216045,216463,216704,217134,217569,217979,218401,218811,218933,219342,219758,224344,224412,224756,224836,225192,225342,226220,226304,226681,226779,226887,226981,227111,227219,227341,227477,227585,227705,227839,227961,228089,228231,228357,228497,228623,228741,228873,228971,229081,229365,229477,229595,230059,230175,230462,230588,230684,230814,231203,231313,231437,231575,231685,231807,232103,232227,232357,232833,232961,233260,233398,233544,233706,233922,234078,235833,235901,235985,236089,236619,237218,237376,237595,237826,238049,238284,238506,238772,239364,239963,240077,240221,240333,240457,241028,241626,242121,242667,242812,242905,242997,244358,244746,245044,245233,245439,245632,245842,246059,256001,256433,256957,257601,257798,258746,259303,259426,260199,260420,262001,262236,262360,262868,263082,263185,263315,263490,263737,263928,264068,264262,264532,265233,265521,265651,266416,267061,267207,267768,268006,269429,269579,269996,270161,270847,271317,271513,271675,271830,271974,272208,272375,273149,273435,273595,274210,274369,274697,274924,275289,275660,276021,277801,278430,279475,279995,280147,281137,281874,282077,282323,282570,282812,283133,283438,283661,283833,284374,284643,285137,285398,285838,286583,286948,287253,288953,289059,289189,289327,289451,290087,290388,291143,291582,291706,291947,292135,292269,292460,293239,293508,293799,294078,294395,294617,294912,295195,295299,295946,296511,296631,307776,309400,310111,342129,342792,344259,347180,353008,358013,359151,364839,374207,374894,375278,377356,377587,383256,394588,394895,395325,398078,398553,399082,399577,400892,401383,401814,402187,402529,411483,417074,417211,419496,425046,425351,432674,433095,433411,439218,450505", + "endLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,88,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,173,174,175,176,177,178,179,180,284,285,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,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,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,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,524,587,588,589,596,597,615,616,617,625,634,635,638,639,640,641,642,643,644,645,646,647,648,649,650,653,658,688,689,720,721,722,723,724,726,727,728,729,731,732,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,812,816,866,873,881,1053,1062,1071,1080,1141,1142,1147,1148,1152,1153,1159,1163,1164,1165,1166,1176,1177,1178,1182,1183,1189,1193,1194,1264,1265,1266,1332,1380,1438,1486,1551,1599,1647,1705,1753,1757,1761,1773,2549,2561,2562,2609,2613,2614,2615,2618,2628,2661,2662,2685,2697,2701,2706,2711,2716,2719,2722,2725,2729,2733,2873,2874,2875,2876,2955,2958,2961,2964,2968,2969,2972,2975,2978,2981,2985,2988,2992,2995,2998,3001,3004,3008,3011,3014,3024,3027,3037,3045,3053,3056,3059,3062,3065,3068,3071,3141,3142,3145,3148,3149,3152,3156,3161,3162,3170,3178,3179,3187,3191,3199,3207,3215,3223,3231,3232,3240,3248,3249,3321,3326,3328,3333,3337,3341,3355,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3384,3385,3386,3392,3393,3397,3399,3400,3403,3408,3409,3410,3411,3412,3413,3417,3418,3419,3425,3426,3430,3432,3435,3439,3443,3447,3451,3473,3474,3475,3483,3491,3494,3499,3504,3509,3514,3518,3522,3531,3539,3540,3541,3542,3543,3551,3560,3565,3570,3571,3572,3573,3591,3595,3600,3603,3607,3610,3614,3618,3622,3761,3770,3783,3787,3802,3810,3813,3824,3829,3858,3862,3863,3870,3874,3875,3876,3879,3883,3887,3888,3892,3897,3909,3913,3914,3926,3936,3937,3947,3952,3974,3977,3983,3986,3995,4003,4007,4010,4013,4016,4020,4023,4038,4042,4045,4060,4063,4071,4076,4082,4088,4094,4124,4135,4152,4159,4162,4174,4183,4187,4192,4196,4200,4204,4208,4212,4215,4224,4229,4238,4242,4249,4258,4264,4268,4290,4291,4292,4293,4294,4303,4307,4319,4326,4327,4331,4335,4336,4340,4354,4360,4366,4372,4378,4383,4389,4395,4396,4405,4413,4414,4421,4631,4643,4682,5256,5284,5333,5384,5531,5554,5646,5661,5825,5831,5875,5879,5885,5970,6216,6223,6279,6287,6298,6310,6338,6347,6354,6360,6368,6373,6605,6653,6657,6732,6829,6846,6963,6971,7055,7283,7299", + "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", + "endOffsets": "182,231,287,347,408,463,565,618,676,724,761,808,857,913,964,1013,1067,1121,1170,1226,1273,1445,1505,1566,1619,1664,1762,1863,1921,1986,2034,2100,2158,2227,2285,2355,2429,2497,2564,2634,2700,2773,2833,2893,2953,3012,3069,3127,3245,3347,3407,3475,3544,3612,3665,3717,3763,3813,3860,3918,3976,4035,4095,4157,4219,4281,4343,4405,4467,4535,4596,4658,4720,4773,4827,4927,5106,7176,7247,7313,7387,7456,7527,7600,7671,7739,7812,7888,7958,8036,8104,8170,8231,8300,8364,8430,8498,8564,8627,8695,8766,8831,8904,8967,9048,9112,9178,9248,9318,9388,9458,9525,10943,11009,11062,11138,11204,11291,11367,11443,18477,18542,19318,19372,19451,19529,19602,19667,19730,19796,19867,19938,20000,20069,20135,20195,20262,20329,20385,20436,20489,20541,20595,20666,20729,20788,20850,20909,20982,21049,21109,21172,21247,21319,21415,21486,21542,21613,21670,21727,21793,21857,21928,21985,22038,22101,22153,22211,22278,23532,23617,23698,23766,23843,23916,23986,24058,24128,24201,24265,24335,24383,24452,24504,24562,24628,24695,24761,24842,24917,24973,25026,25087,25145,25195,25244,25293,25342,25404,25456,25501,25582,25636,25689,25743,25794,25843,25894,25955,26016,26078,26128,26169,26228,26287,26346,26407,26463,26519,26586,26647,26712,26767,26832,26901,26969,27047,27116,27176,27247,27321,27386,27458,27528,27595,27679,27748,27815,27885,27948,28015,28083,28166,28245,28335,28412,28480,28547,28625,28682,28739,28807,28873,28929,28989,29048,29102,29152,29202,29250,29312,29363,29436,29516,29596,29660,29723,29790,29861,29919,29980,30046,30105,30172,30232,30292,30355,30423,30484,30551,30629,30699,30748,30805,30874,30935,31023,31111,31199,31287,31343,31430,31517,31604,31691,31749,31805,31876,31941,32003,32078,32151,32220,32290,32359,32453,32522,32623,32674,32732,32802,32871,32941,33011,33081,33148,33223,33290,33349,34392,37963,38021,38083,38412,38455,39437,39482,39533,39914,40419,40481,40661,40733,40790,40853,40910,40970,41035,41102,41167,41224,41285,41343,41413,41603,41993,44126,44257,47857,47972,48059,48107,48186,48331,48420,48577,48734,48963,49117,49755,49937,50119,50301,50491,50681,50880,51053,51163,51348,51485,51705,51889,52049,52207,52391,52594,52765,52985,53207,53362,53569,53753,53856,53997,54162,54333,54533,54737,54939,55144,55345,55544,55748,55826,56127,56293,56448,56550,59168,59453,62604,63060,63569,74739,75204,75666,76137,80152,80259,80602,80709,80938,81059,81468,81700,81800,81905,82024,82558,82705,82824,83059,83192,83607,83845,83957,89237,89370,89517,94318,97359,101613,104668,109376,112380,115400,119570,122588,122840,123105,124165,173353,174172,174263,176394,176604,176713,176832,177016,177592,179573,179668,180819,181689,181975,182378,182780,183123,183335,183536,183749,184038,184323,195324,195411,195496,195595,200367,200528,200691,200852,201017,201070,201203,201323,201421,201534,201727,201853,202089,202231,202401,202557,202729,203020,203132,203261,203880,204098,204953,205540,206154,206322,206464,206625,206768,206936,207093,213760,213852,214025,214187,214282,214451,214694,214987,215101,215510,215924,216040,216458,216699,217129,217564,217974,218396,218806,218928,219337,219753,219875,224407,224751,224831,225187,225337,225481,226299,226676,226774,226882,226976,227106,227214,227336,227472,227580,227700,227834,227956,228084,228226,228352,228492,228618,228736,228868,228966,229076,229360,229472,229590,230054,230170,230457,230583,230679,230809,231198,231308,231432,231570,231680,231802,232098,232222,232352,232828,232956,233255,233393,233539,233701,233917,234073,234277,235896,235980,236084,236614,237213,237371,237590,237821,238044,238279,238501,238767,239359,239958,240072,240216,240328,240452,241023,241621,242116,242662,242807,242900,242992,244353,244741,245039,245228,245434,245627,245837,246054,246315,256428,256952,257596,257793,258741,259298,259421,260194,260415,261996,262231,262355,262863,263077,263180,263310,263485,263732,263923,264063,264257,264527,265228,265516,265646,266411,267056,267202,267763,268001,269424,269574,269991,270156,270842,271312,271508,271670,271825,271969,272203,272370,273144,273430,273590,274205,274364,274692,274919,275284,275655,276016,277796,278425,279470,279990,280142,281132,281869,282072,282318,282565,282807,283128,283433,283656,283828,284369,284638,285132,285393,285833,286578,286943,287248,288948,289054,289184,289322,289446,290082,290383,291138,291577,291701,291942,292130,292264,292455,293234,293503,293794,294073,294390,294612,294907,295190,295294,295941,296506,296626,297123,309395,310106,312154,342787,344254,347175,350483,358008,359146,364834,365542,374889,375273,377351,377582,377886,383471,394890,395320,398073,398548,399077,399572,400887,401378,401809,402182,402524,402732,414699,417206,417441,421345,425346,426267,433090,433406,438011,450500,451569" + } + }, + { + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/values/styles.xml", + "from": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "54", + "endLines": "6", + "endColumns": "12", + "endOffsets": "267" + }, + "to": { + "startLines": "817", + "startColumns": "4", + "startOffsets": "59458", + "endLines": "820", + "endColumns": "12", + "endOffsets": "59671" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/378f8d1f5d9e8f2dccf5622b520d15a5/transformed/cardview-1.0.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", + "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" + }, + "to": { + "startLines": "8,110,111,112,113,287,288,289,842,2669,2671,2674,5397", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "468,6732,6793,6855,6917,18615,18674,18731,61127,180067,180131,180257,351185", + "endLines": "8,110,111,112,113,287,288,289,848,2670,2673,2676,5424", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "515,6788,6850,6912,6976,18669,18726,18780,61536,180126,180252,180380,353003" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/d7f19fb48ed68be2921ae87dc8e58f8e/transformed/appcompat-1.3.0/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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,906,932,963,971,977,993,1015,1020,1025,1035,1044,1053,1057,1064,1083,1090,1091,1100,1103,1106,1110,1114,1118,1121,1122,1127,1132,1142,1147,1154,1160,1161,1164,1168,1173,1175,1177,1180,1183,1185,1189,1192,1199,1202,1205,1209,1211,1215,1217,1219,1221,1225,1233,1241,1253,1259,1268,1271,1282,1285,1286,1291,1292,1297,1366,1436,1437,1447,1456,1457,1459,1463,1466,1469,1472,1475,1478,1481,1484,1488,1491,1494,1497,1501,1504,1508,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1534,1536,1537,1538,1539,1540,1541,1542,1543,1545,1546,1548,1549,1551,1553,1554,1556,1557,1558,1559,1560,1561,1563,1564,1565,1566,1567,1568,1570,1572,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1588,1589,1590,1591,1592,1593,1594,1596,1600,1604,1605,1606,1607,1608,1609,1613,1614,1615,1616,1618,1620,1622,1624,1626,1627,1628,1629,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1649,1650,1651,1652,1654,1656,1657,1659,1660,1662,1664,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1679,1680,1681,1682,1684,1685,1686,1687,1688,1690,1692,1694,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1794,1797,1800,1803,1817,1828,1838,1868,1895,1904,1979,2382,2387,2415,2433,2469,2475,2481,2504,2645,2665,2671,2675,2681,2718,2730,2796,2820,2889,2908,2934", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29889,29989,30241,30665,30920,31014,31103,31340,33392,33634,33736,33989,36173,47362,48878,60165,61693,63450,64076,64496,65757,67022,67278,67514,68061,68555,69160,69358,69938,71306,71681,71799,72337,72494,72690,72963,73219,73389,73530,73594,73959,74326,75002,75266,75604,75957,76051,76237,76543,76805,76930,77057,77296,77507,77626,77819,77996,78451,78632,78754,79013,79126,79313,79415,79522,79651,79926,80434,80930,81807,82101,82671,82820,83552,83724,83808,84144,84236,84514,89908,95442,95504,96134,96748,96839,96952,97181,97341,97493,97664,97830,97999,98166,98329,98572,98742,98915,99086,99360,99559,99764,100094,100178,100274,100370,100468,100568,100670,100772,100874,100976,101078,101178,101274,101386,101515,101638,101769,101900,101998,102112,102206,102346,102480,102576,102688,102788,102904,103000,103112,103212,103352,103488,103652,103782,103940,104090,104231,104375,104510,104622,104772,104900,105028,105164,105296,105426,105556,105668,105808,105954,106098,106236,106302,106392,106468,106572,106662,106764,106872,106980,107080,107160,107252,107350,107460,107512,107590,107696,107788,107892,108002,108124,108287,108444,108524,108624,108714,108824,108914,109155,109249,109355,109447,109547,109659,109773,109889,110005,110099,110213,110325,110427,110547,110669,110751,110855,110975,111101,111199,111293,111381,111493,111609,111731,111843,112018,112134,112220,112312,112424,112548,112615,112741,112809,112937,113081,113209,113278,113373,113488,113601,113700,113809,113920,114031,114132,114237,114337,114467,114558,114681,114775,114887,114973,115077,115173,115261,115379,115483,115587,115713,115801,115909,116009,116099,116209,116293,116395,116479,116533,116597,116703,116789,116899,116983,117103,122247,122365,122480,122612,123327,124019,124536,126135,127668,128056,132791,153454,153714,155224,156257,158270,158532,158888,159718,166500,167634,167928,168151,168478,170528,171176,175027,176229,180308,181523,182932", + "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,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1793,1796,1799,1802,1816,1827,1837,1867,1894,1903,1978,2381,2386,2414,2432,2468,2474,2480,2503,2644,2664,2670,2674,2680,2717,2729,2795,2819,2888,2907,2933,2942", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,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,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,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,60,62,65,63,70,62,64,63,60,60,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,83,12,91,12,12,12,61,12,12,90,12,12,12,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,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,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,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29884,29984,30236,30660,30915,31009,31098,31335,33387,33629,33731,33984,36168,47357,48873,60160,61688,63445,64071,64491,65752,67017,67273,67509,68056,68550,69155,69353,69933,71301,71676,71794,72332,72489,72685,72958,73214,73384,73525,73589,73954,74321,74997,75261,75599,75952,76046,76232,76538,76800,76925,77052,77291,77502,77621,77814,77991,78446,78627,78749,79008,79121,79308,79410,79517,79646,79921,80429,80925,81802,82096,82666,82815,83547,83719,83803,84139,84231,84509,89903,95437,95499,96129,96743,96834,96947,97176,97336,97488,97659,97825,97994,98161,98324,98567,98737,98910,99081,99355,99554,99759,100089,100173,100269,100365,100463,100563,100665,100767,100869,100971,101073,101173,101269,101381,101510,101633,101764,101895,101993,102107,102201,102341,102475,102571,102683,102783,102899,102995,103107,103207,103347,103483,103647,103777,103935,104085,104226,104370,104505,104617,104767,104895,105023,105159,105291,105421,105551,105663,105803,105949,106093,106231,106297,106387,106463,106567,106657,106759,106867,106975,107075,107155,107247,107345,107455,107507,107585,107691,107783,107887,107997,108119,108282,108439,108519,108619,108709,108819,108909,109150,109244,109350,109442,109542,109654,109768,109884,110000,110094,110208,110320,110422,110542,110664,110746,110850,110970,111096,111194,111288,111376,111488,111604,111726,111838,112013,112129,112215,112307,112419,112543,112610,112736,112804,112932,113076,113204,113273,113368,113483,113596,113695,113804,113915,114026,114127,114232,114332,114462,114553,114676,114770,114882,114968,115072,115168,115256,115374,115478,115582,115708,115796,115904,116004,116094,116204,116288,116390,116474,116528,116592,116698,116784,116894,116978,117098,122242,122360,122475,122607,123322,124014,124531,126130,127663,128051,132786,153449,153709,155219,156252,158265,158527,158883,159713,166495,167629,167923,168146,168473,170523,171171,175022,176224,180303,181518,182927,183401" + }, + "to": { + "startLines": "25,31,33,84,86,87,89,90,91,92,93,94,95,98,99,100,101,102,103,104,105,106,107,108,109,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,344,345,349,350,351,352,353,354,355,525,526,527,528,529,530,531,532,574,575,576,577,583,591,592,599,624,632,633,636,637,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,782,796,797,798,799,800,821,829,830,834,838,849,854,882,889,893,897,902,906,910,914,918,922,926,932,936,942,946,952,956,961,965,968,972,978,982,988,992,998,1001,1005,1009,1013,1017,1021,1022,1023,1024,1027,1030,1033,1036,1040,1041,1042,1043,1081,1084,1086,1088,1090,1095,1096,1100,1106,1110,1111,1113,1125,1126,1130,1136,1140,1195,1196,1200,1227,1231,1232,1236,1774,1946,1972,2144,2170,2201,2209,2215,2231,2253,2258,2263,2273,2282,2291,2295,2302,2321,2328,2329,2338,2341,2344,2348,2352,2356,2359,2360,2365,2370,2380,2385,2392,2398,2399,2402,2406,2411,2413,2415,2418,2421,2423,2427,2430,2437,2440,2443,2447,2449,2453,2455,2457,2459,2463,2471,2479,2491,2497,2506,2509,2520,2523,2524,2529,2530,2734,2803,2877,2878,2888,2897,2898,2900,2904,2907,2910,2913,2916,2919,2922,2925,2929,2932,2935,2938,2942,2945,2949,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3094,3096,3097,3098,3099,3100,3101,3102,3103,3105,3106,3108,3109,3111,3113,3114,3116,3117,3118,3119,3120,3121,3123,3124,3125,3126,3127,3250,3252,3254,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3271,3272,3273,3274,3275,3276,3277,3279,3283,3461,3462,3463,3464,3465,3466,3470,3471,3472,3623,3625,3627,3629,3631,3633,3634,3635,3636,3638,3640,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3656,3657,3658,3659,3661,3663,3664,3666,3667,3669,3671,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684,3686,3687,3688,3689,3691,3692,3693,3694,3695,3697,3699,3701,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,4435,4518,4521,4524,4527,4541,4552,4683,4713,4740,4749,4824,5385,5669,5796,6163,6199,6205,6374,6397,6538,6606,6612,6616,6658,6847,6891,7056,7300,7369,7388,7417", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "1339,1669,1767,4832,4932,4987,5111,5175,5245,5306,5381,5457,5534,5772,5857,5939,6015,6091,6168,6246,6352,6458,6537,6617,6674,9530,9604,9679,9744,9810,9870,9931,10003,10076,10143,10211,10270,10329,10388,10447,10506,10560,10614,10667,10721,10775,10829,11580,11654,11733,11806,11880,11951,12023,12095,12168,12225,12283,12356,12430,12504,12579,12651,12724,12794,12865,12925,12986,13055,13124,13194,13268,13344,13408,13485,13561,13638,13703,13772,13849,13924,13993,14061,14138,14204,14265,14362,14427,14496,14595,14666,14725,14783,14840,14899,14963,15034,15106,15178,15250,15322,15389,15457,15525,15584,15647,15711,15801,15892,15952,16018,16085,16151,16221,16285,16338,16405,16466,16533,16646,16704,16767,16832,16897,16972,17045,17117,17161,17208,17254,17303,17364,17425,17486,17548,17612,17676,17740,17805,17868,17928,17989,18055,18114,18174,18236,18307,18367,22283,22369,22619,22709,22796,22884,22966,23049,23139,34397,34449,34507,34552,34618,34682,34739,34796,37267,37324,37372,37421,37742,38131,38178,38525,39839,40232,40296,40486,40546,41998,42072,42142,42220,42274,42344,42429,42477,42523,42584,42647,42713,42777,42848,42911,42976,43040,43101,43162,43214,43287,43361,43430,43505,43579,43653,43794,56879,57958,58036,58126,58214,58310,59676,60258,60347,60594,60875,61541,61826,63574,64051,64273,64495,64771,64998,65228,65458,65688,65918,66145,66564,66790,67215,67445,67873,68092,68375,68583,68714,68941,69367,69592,70019,70240,70665,70785,71061,71362,71686,71977,72291,72428,72559,72664,72906,73073,73277,73485,73756,73868,73980,74085,76142,76356,76502,76642,76728,77076,77164,77410,77828,78077,78159,78257,78939,79039,79291,79715,79970,83962,84051,84288,86340,86582,86684,86937,124170,135359,136875,148162,149690,151447,152073,152493,153754,155019,155275,155511,156058,156552,157157,157355,157935,159303,159678,159796,160334,160491,160687,160960,161216,161386,161527,161591,161956,162323,162999,163263,163601,163954,164048,164234,164540,164802,164927,165054,165293,165504,165623,165816,165993,166448,166629,166751,167010,167123,167310,167412,167519,167648,167923,168431,168927,169804,170098,170668,170817,171549,171721,171805,172141,172233,184328,189722,195600,195662,196292,196906,196997,197110,197339,197499,197651,197822,197988,198157,198324,198487,198730,198900,199073,199244,199518,199717,199922,207098,207182,207278,207374,207472,207572,207674,207776,207878,207980,208082,208182,208278,208390,208519,208642,208773,208904,209002,209116,209210,209350,209484,209580,209692,209792,209908,210004,210116,210216,210356,210492,210656,210786,210944,211094,211235,211379,211514,211626,211776,211904,212032,212168,212300,212430,212560,212672,219880,220026,220170,220334,220400,220490,220566,220670,220760,220862,220970,221078,221178,221258,221350,221448,221558,221610,221688,221794,221886,221990,222100,222222,222385,234830,234910,235010,235100,235210,235300,235541,235635,235741,246320,246420,246532,246646,246762,246878,246972,247086,247198,247300,247420,247542,247624,247728,247848,247974,248072,248166,248254,248366,248482,248604,248716,248891,249007,249093,249185,249297,249421,249488,249614,249682,249810,249954,250082,250151,250246,250361,250474,250573,250682,250793,250904,251005,251110,251210,251340,251431,251554,251648,251760,251846,251950,252046,252134,252252,252356,252460,252586,252674,252782,252882,252972,253082,253166,253268,253352,253406,253470,253576,253662,253772,253856,297714,302858,302976,303091,303223,303938,304630,312159,313758,315291,315679,320414,350488,365845,373174,391957,393970,394232,402737,403567,410349,414704,414998,415221,417446,426272,428823,438016,451574,455653,456868,458387", + "endLines": "25,31,33,84,86,87,89,90,91,92,93,94,95,98,99,100,101,102,103,104,105,106,107,108,109,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,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,344,345,349,350,351,352,353,354,355,525,526,527,528,529,530,531,532,574,575,576,577,583,591,592,599,624,632,633,636,637,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,782,796,797,798,799,800,828,829,833,837,841,853,859,888,892,896,901,905,909,913,917,921,925,931,935,941,945,951,955,960,964,967,971,977,981,987,991,997,1000,1004,1008,1012,1016,1020,1021,1022,1023,1026,1029,1032,1035,1039,1040,1041,1042,1043,1083,1085,1087,1089,1094,1095,1099,1105,1109,1110,1112,1124,1125,1129,1135,1139,1140,1195,1199,1226,1230,1231,1235,1263,1945,1971,2143,2169,2200,2208,2214,2230,2252,2257,2262,2272,2281,2290,2294,2301,2320,2327,2328,2337,2340,2343,2347,2351,2355,2358,2359,2364,2369,2379,2384,2391,2397,2398,2401,2405,2410,2412,2414,2417,2420,2422,2426,2429,2436,2439,2442,2446,2448,2452,2454,2456,2458,2462,2470,2478,2490,2496,2505,2508,2519,2522,2523,2528,2529,2534,2802,2872,2877,2887,2896,2897,2899,2903,2906,2909,2912,2915,2918,2921,2924,2928,2931,2934,2937,2941,2944,2948,2952,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3093,3095,3096,3097,3098,3099,3100,3101,3102,3104,3105,3107,3108,3110,3112,3113,3115,3116,3117,3118,3119,3120,3122,3123,3124,3125,3126,3127,3251,3253,3255,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3270,3271,3272,3273,3274,3275,3276,3278,3282,3286,3461,3462,3463,3464,3465,3469,3470,3471,3472,3624,3626,3628,3630,3632,3633,3634,3635,3637,3639,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3655,3656,3657,3658,3660,3662,3663,3665,3666,3668,3670,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3685,3686,3687,3688,3690,3691,3692,3693,3694,3696,3698,3700,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,4517,4520,4523,4526,4540,4551,4561,4712,4739,4748,4823,5226,5389,5696,5813,6198,6204,6210,6396,6537,6557,6611,6615,6621,6694,6858,6956,7079,7368,7387,7413,7425", + "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,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,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,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,60,62,65,63,70,62,64,63,60,60,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,83,12,91,12,12,12,61,12,12,90,12,12,12,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,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,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,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "1389,1709,1811,4868,4982,5044,5170,5240,5301,5376,5452,5529,5607,5852,5934,6010,6086,6163,6241,6347,6453,6532,6612,6669,6727,9599,9674,9739,9805,9865,9926,9998,10071,10138,10206,10265,10324,10383,10442,10501,10555,10609,10662,10716,10770,10824,10878,11649,11728,11801,11875,11946,12018,12090,12163,12220,12278,12351,12425,12499,12574,12646,12719,12789,12860,12920,12981,13050,13119,13189,13263,13339,13403,13480,13556,13633,13698,13767,13844,13919,13988,14056,14133,14199,14260,14357,14422,14491,14590,14661,14720,14778,14835,14894,14958,15029,15101,15173,15245,15317,15384,15452,15520,15579,15642,15706,15796,15887,15947,16013,16080,16146,16216,16280,16333,16400,16461,16528,16641,16699,16762,16827,16892,16967,17040,17112,17156,17203,17249,17298,17359,17420,17481,17543,17607,17671,17735,17800,17863,17923,17984,18050,18109,18169,18231,18302,18362,18430,22364,22451,22704,22791,22879,22961,23044,23134,23225,34444,34502,34547,34613,34677,34734,34791,34845,37319,37367,37416,37467,37771,38173,38222,38566,39866,40291,40353,40541,40598,42067,42137,42215,42269,42339,42424,42472,42518,42579,42642,42708,42772,42843,42906,42971,43035,43096,43157,43209,43282,43356,43425,43500,43574,43648,43789,43859,56927,58031,58121,58209,58305,58395,60253,60342,60589,60870,61122,61821,62214,64046,64268,64490,64766,64993,65223,65453,65683,65913,66140,66559,66785,67210,67440,67868,68087,68370,68578,68709,68936,69362,69587,70014,70235,70660,70780,71056,71357,71681,71972,72286,72423,72554,72659,72901,73068,73272,73480,73751,73863,73975,74080,74197,76351,76497,76637,76723,77071,77159,77405,77823,78072,78154,78252,78934,79034,79286,79710,79965,80059,84046,84283,86335,86577,86679,86932,89116,135354,136870,148157,149685,151442,152068,152488,153749,155014,155270,155506,156053,156547,157152,157350,157930,159298,159673,159791,160329,160486,160682,160955,161211,161381,161522,161586,161951,162318,162994,163258,163596,163949,164043,164229,164535,164797,164922,165049,165288,165499,165618,165811,165988,166443,166624,166746,167005,167118,167305,167407,167514,167643,167918,168426,168922,169799,170093,170663,170812,171544,171716,171800,172136,172228,172506,189717,195251,195657,196287,196901,196992,197105,197334,197494,197646,197817,197983,198152,198319,198482,198725,198895,199068,199239,199513,199712,199917,200247,207177,207273,207369,207467,207567,207669,207771,207873,207975,208077,208177,208273,208385,208514,208637,208768,208899,208997,209111,209205,209345,209479,209575,209687,209787,209903,209999,210111,210211,210351,210487,210651,210781,210939,211089,211230,211374,211509,211621,211771,211899,212027,212163,212295,212425,212555,212667,212807,220021,220165,220303,220395,220485,220561,220665,220755,220857,220965,221073,221173,221253,221345,221443,221553,221605,221683,221789,221881,221985,222095,222217,222380,222537,234905,235005,235095,235205,235295,235536,235630,235736,235828,246415,246527,246641,246757,246873,246967,247081,247193,247295,247415,247537,247619,247723,247843,247969,248067,248161,248249,248361,248477,248599,248711,248886,249002,249088,249180,249292,249416,249483,249609,249677,249805,249949,250077,250146,250241,250356,250469,250568,250677,250788,250899,251000,251105,251205,251335,251426,251549,251643,251755,251841,251945,252041,252129,252247,252351,252455,252581,252669,252777,252877,252967,253077,253161,253263,253347,253401,253465,253571,253657,253767,253851,253971,302853,302971,303086,303218,303933,304625,305142,313753,315286,315674,320409,341072,350743,367350,374202,393965,394227,394583,403562,410344,411478,414993,415216,415543,419491,426915,432669,439213,455648,456863,458272,458856" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/92ad874927ba6226f66e1447581633a4/transformed/jetified-react-native-0.67.3/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,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,69,70,74,78,81,84,88,92,95,98,99,100,109,116,123,126,129,132,138", + "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", + "startOffsets": "100,163,226,277,325,374,422,471,520,563,617,798,871,994,1090,1179,1287,1404,1524,1644,1746,1849,1960,2067,2170,2281,2450,2618,2735,2845,2960,3073,3229,3337,3450,3541,3652,3821,3919,4046,4171,4266,4373,4453,4529,4602,4689,4760,4831,4909,4989,5075,5159,5231,5313,5397,5474,5561,5646,5725,5800,5873,5962,6039,6117,6190,6268,6516,6764,6967,7158,7360,7566,7767,7956,7982,8017,8555,8973,9351,9528,9707,9890,10255", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,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,69,73,77,80,83,87,91,94,97,98,99,108,115,122,125,128,131,137,147", + "endColumns": "62,62,50,47,48,47,48,48,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", + "endOffsets": "158,221,272,320,369,417,466,515,558,612,660,866,989,1085,1174,1282,1399,1519,1639,1741,1844,1955,2062,2165,2276,2445,2613,2730,2840,2955,3068,3224,3332,3445,3536,3647,3816,3914,4041,4166,4261,4368,4448,4524,4597,4684,4755,4826,4904,4984,5070,5154,5226,5308,5392,5469,5556,5641,5720,5795,5868,5957,6034,6112,6185,6263,6511,6759,6962,7153,7355,7561,7762,7951,7977,8012,8550,8968,9346,9523,9702,9885,10250,10691" + }, + "to": { + "startLines": "114,115,536,569,570,571,572,573,593,626,627,686,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,725,730,733,734,735,736,737,738,778,779,780,781,783,784,785,786,787,788,789,790,792,793,794,795,801,805,2663,2666,2677,2681,3015,3018,3256,3303,3304,3313,3342,3349,3352,3452,3455,4425", + "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", + "startOffsets": "6981,7044,35063,37024,37072,37121,37169,37218,38227,39919,39973,43864,44262,44385,44481,44570,44678,44795,44915,45035,45137,45240,45351,45458,45561,45672,45841,46009,46126,46236,46351,46464,46620,46728,46841,46932,47043,47212,47310,47437,47562,47657,48191,48739,49122,49195,49282,49353,49424,49502,56555,56641,56725,56797,56932,57016,57093,57180,57265,57344,57419,57492,57652,57729,57807,57880,58400,58648,179673,179876,180385,180587,203266,203467,220308,223353,223388,223926,225486,225864,226041,234282,234465,297273", + "endLines": "114,115,536,569,570,571,572,573,593,626,627,686,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,725,730,733,734,735,736,737,738,778,779,780,781,783,784,785,786,787,788,789,790,792,793,794,795,804,808,2665,2668,2680,2684,3017,3020,3256,3303,3312,3319,3348,3351,3354,3454,3460,4434", + "endColumns": "62,62,50,47,48,47,48,48,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", + "endOffsets": "7039,7102,35109,37067,37116,37164,37213,37262,38265,39968,40016,43932,44380,44476,44565,44673,44790,44910,45030,45132,45235,45346,45453,45556,45667,45836,46004,46121,46231,46346,46459,46615,46723,46836,46927,47038,47207,47305,47432,47557,47652,47759,48266,48810,49190,49277,49348,49419,49497,49577,56636,56720,56792,56874,57011,57088,57175,57260,57339,57414,57487,57576,57724,57802,57875,57953,58643,58891,179871,180062,180582,180788,203462,203651,220329,223383,223921,224339,225859,226036,226215,234460,234825,297709" + } + }, + { + "source": "/home/kasun/Desktop/learnr/mobile/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml", + "from": { + "startLines": "6,8", + "startColumns": "4,4", + "startOffsets": "156,262", + "endColumns": "63,68", + "endOffsets": "215,326" + }, + "to": { + "startLines": "651,652", + "startColumns": "4,4", + "startOffsets": "41418,41482", + "endColumns": "63,68", + "endOffsets": "41477,41546" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/7405f0ccd256d79609480792c9e36ea6/transformed/transition-1.2.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,341,393,442,503", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "90,137,180,235,282,336,388,437,498,548" + }, + "to": { + "startLines": "581,582,590,594,595,619,620,621,622,623", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "37655,37695,38088,38270,38325,39573,39627,39679,39728,39789", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "37690,37737,38126,38320,38367,39622,39674,39723,39784,39834" + } + }, + { + "source": "/home/kasun/.gradle/caches/transforms-3/8a109fcaa05681d33b893052be5c5180/transformed/jetified-appcompat-resources-1.3.0/res/values/values.xml", + "from": { + "startLines": "2,29,36,47,74", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,1702,2087,2684,4317", + "endLines": "28,35,46,73,78", + "endColumns": "24,24,24,24,24", + "endOffsets": "1697,2082,2679,4312,4582" + }, + "to": { + "startLines": "4562,4589,4596,6859,6886", + "startColumns": "4,4,4,4,4", + "startOffsets": "305147,306794,307179,426920,428553", + "endLines": "4588,4595,4606,6885,6890", + "endColumns": "24,24,24,24,24", + "endOffsets": "306789,307174,307771,428548,428818" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json new file mode 100644 index 0000000..ca66b3b --- /dev/null +++ b/mobile/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json @@ -0,0 +1,46 @@ +[ + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/drawable_rn_edit_text_material.xml.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" + }, + { + "merged": "/home/kasun/Desktop/learnr/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat", + "source": "/home/kasun/Desktop/learnr/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png" + } +] \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/navigation_json/debug/navigation.json b/mobile/android/app/build/intermediates/navigation_json/debug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/mobile/android/app/build/intermediates/navigation_json/debug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/mobile/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..bc34d26 --- /dev/null +++ b/mobile/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/mobile/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..0c1d35c --- /dev/null +++ b/mobile/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "artifactType": { + "type": "PACKAGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.mobile", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/processed_res/debug/out/output-metadata.json b/mobile/android/app/build/intermediates/processed_res/debug/out/output-metadata.json new file mode 100644 index 0000000..410624b --- /dev/null +++ b/mobile/android/app/build/intermediates/processed_res/debug/out/output-metadata.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "artifactType": { + "type": "PROCESSED_RES", + "kind": "Directory" + }, + "applicationId": "com.mobile", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "resources-debug.ap_" + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/mobile/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ new file mode 100644 index 0000000..d84fdcc Binary files /dev/null and b/mobile/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex new file mode 100644 index 0000000..92b7fc3 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/BuildConfig.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/BuildConfig.dex new file mode 100644 index 0000000..a6f3018 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/BuildConfig.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainActivity.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainActivity.dex new file mode 100644 index 0000000..8dc9cf2 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainActivity.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainApplication$1.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainApplication$1.dex new file mode 100644 index 0000000..3647854 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainApplication$1.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainApplication.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainApplication.dex new file mode 100644 index 0000000..3cb0ee4 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/MainApplication.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$1.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$1.dex new file mode 100644 index 0000000..d86531c Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$1.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$2$1.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$2$1.dex new file mode 100644 index 0000000..65f922a Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$2$1.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$2.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$2.dex new file mode 100644 index 0000000..80a75e0 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper$2.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper.dex b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper.dex new file mode 100644 index 0000000..ab2cf69 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/com/mobile/ReactNativeFlipper.dex differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/d9049f3686ed830c3d4defaed16cdcb291389e89765f25a4881f6ec1055220de_0.jar b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/d9049f3686ed830c3d4defaed16cdcb291389e89765f25a4881f6ec1055220de_0.jar new file mode 100644 index 0000000..d4b3c66 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/d9049f3686ed830c3d4defaed16cdcb291389e89765f25a4881f6ec1055220de_0.jar differ diff --git a/mobile/android/app/build/intermediates/project_dex_archive/debug/out/d9049f3686ed830c3d4defaed16cdcb291389e89765f25a4881f6ec1055220de_1.jar b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/d9049f3686ed830c3d4defaed16cdcb291389e89765f25a4881f6ec1055220de_1.jar new file mode 100644 index 0000000..f6aa775 Binary files /dev/null and b/mobile/android/app/build/intermediates/project_dex_archive/debug/out/d9049f3686ed830c3d4defaed16cdcb291389e89765f25a4881f6ec1055220de_1.jar differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/drawable_rn_edit_text_material.xml.flat b/mobile/android/app/build/intermediates/res/merged/debug/drawable_rn_edit_text_material.xml.flat new file mode 100644 index 0000000..ebc36c9 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/drawable_rn_edit_text_material.xml.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat new file mode 100644 index 0000000..affd4cc Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..f67d5c4 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat new file mode 100644 index 0000000..d9b0d89 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..85aae3d Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..0056869 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..128c7a5 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..6e230ec Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..6d1c8f1 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..f48525c Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..9f3cb38 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000..8e455a0 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000..d407655 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..c3a1ee3 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat new file mode 100644 index 0000000..4f5e043 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000..920e21a Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..1ec5b31 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000..caf5645 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..b406366 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..7a6997b Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..710c5c6 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..dc1e12e Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..30d7572 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000..01de8c3 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000..7dffec7 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000..84273cd Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..344f207 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat new file mode 100644 index 0000000..ea7908d Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..752ae31 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..3161c7b Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat new file mode 100644 index 0000000..40749f7 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..6b7db29 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000..45378cd Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000..e03b811 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..27af49d Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..d7a3329 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..74fd2eb Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..08a7fd3 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..497ab08 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..16bd357 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..96c1322 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat new file mode 100644 index 0000000..c8d52ac Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat new file mode 100644 index 0000000..750353c Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..7245aee Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..9e1aef8 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..b5e9317 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..265afc4 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..43696cc Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..277db28 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000..c591039 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000..9229405 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000..d4861ef Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..87f213a Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..f5bf205 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..bdcdfe6 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..4948206 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000..be34ed9 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..6bc3e5e Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..bce19b5 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..988de77 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000..39df579 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..6e76c0f Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..0f65d2b Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..c06be88 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..fe591b3 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..d0ef20e Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..ea4a30c Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..74382f8 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..fe7d609 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..113682e Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..83eb389 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000..0f644bd Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..2a9d2bc Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..fe86042 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..bf486c1 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..34d57f0 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat new file mode 100644 index 0000000..d077175 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..4ce52ad Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..6432f12 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000..a647f08 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..b1526f1 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..3ac9e44 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..9656886 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..025187b Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..8046013 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000..c24c654 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..1f05f25 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..08dc116 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat new file mode 100644 index 0000000..8f6319d Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..483bc4a Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..3094b66 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..37f5f39 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..4b47a98 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..2db1eb0 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..ffd19c4 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000..9e75090 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000..67cdd69 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..c9556fc Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..823e37a Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..8ee34d5 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..4b22abd Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..e913129 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..c2a21db Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..1b7395c Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..155643c Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..0a68670 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..ccda2de Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..0abdda0 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..99f8e7d Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..8ed5a47 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..4dc5c14 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat new file mode 100644 index 0000000..2d5a4a1 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..3dedfad Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat new file mode 100644 index 0000000..27353f2 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat new file mode 100644 index 0000000..12a92cd Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat new file mode 100644 index 0000000..87978ba Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat new file mode 100644 index 0000000..e47ae4a Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..e6e50b6 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..097a622 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..6ea62e1 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..3b6a81d Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..1fb38ba Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/mobile/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat new file mode 100644 index 0000000..38ac5a3 Binary files /dev/null and b/mobile/android/app/build/intermediates/res/merged/debug/values_values.arsc.flat differ diff --git a/mobile/android/app/build/intermediates/runtime_symbol_list/debug/R.txt b/mobile/android/app/build/intermediates/runtime_symbol_list/debug/R.txt new file mode 100644 index 0000000..fb87555 --- /dev/null +++ b/mobile/android/app/build/intermediates/runtime_symbol_list/debug/R.txt @@ -0,0 +1,3661 @@ +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 btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c +int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d +int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e +int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f +int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010 +int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011 +int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012 +int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013 +int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014 +int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015 +int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016 +int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017 +int anim catalyst_fade_in 0x7f010018 +int anim catalyst_fade_out 0x7f010019 +int anim catalyst_push_up_in 0x7f01001a +int anim catalyst_push_up_out 0x7f01001b +int anim catalyst_slide_down 0x7f01001c +int anim catalyst_slide_up 0x7f01001d +int anim design_bottom_sheet_slide_in 0x7f01001e +int anim design_bottom_sheet_slide_out 0x7f01001f +int anim design_snackbar_in 0x7f010020 +int anim design_snackbar_out 0x7f010021 +int anim fragment_fast_out_extra_slow_in 0x7f010022 +int anim mtrl_bottom_sheet_slide_in 0x7f010023 +int anim mtrl_bottom_sheet_slide_out 0x7f010024 +int anim mtrl_card_lowers_interpolator 0x7f010025 +int anim rns_default_enter_in 0x7f010026 +int anim rns_default_enter_out 0x7f010027 +int anim rns_default_exit_in 0x7f010028 +int anim rns_default_exit_out 0x7f010029 +int anim rns_fade_from_bottom 0x7f01002a +int anim rns_fade_in 0x7f01002b +int anim rns_fade_out 0x7f01002c +int anim rns_fade_to_bottom 0x7f01002d +int anim rns_no_animation_20 0x7f01002e +int anim rns_no_animation_250 0x7f01002f +int anim rns_no_animation_350 0x7f010030 +int anim rns_no_animation_medium 0x7f010031 +int anim rns_slide_in_from_bottom 0x7f010032 +int anim rns_slide_in_from_left 0x7f010033 +int anim rns_slide_in_from_right 0x7f010034 +int anim rns_slide_out_to_bottom 0x7f010035 +int anim rns_slide_out_to_left 0x7f010036 +int anim rns_slide_out_to_right 0x7f010037 +int animator design_appbar_state_list_animator 0x7f020000 +int animator design_fab_hide_motion_spec 0x7f020001 +int animator design_fab_show_motion_spec 0x7f020002 +int animator fragment_close_enter 0x7f020003 +int animator fragment_close_exit 0x7f020004 +int animator fragment_fade_enter 0x7f020005 +int animator fragment_fade_exit 0x7f020006 +int animator fragment_open_enter 0x7f020007 +int animator fragment_open_exit 0x7f020008 +int animator mtrl_btn_state_list_anim 0x7f020009 +int animator mtrl_btn_unelevated_state_list_anim 0x7f02000a +int animator mtrl_card_state_list_anim 0x7f02000b +int animator mtrl_chip_state_list_anim 0x7f02000c +int animator mtrl_extended_fab_change_size_motion_spec 0x7f02000d +int animator mtrl_extended_fab_hide_motion_spec 0x7f02000e +int animator mtrl_extended_fab_show_motion_spec 0x7f02000f +int animator mtrl_extended_fab_state_list_animator 0x7f020010 +int animator mtrl_fab_hide_motion_spec 0x7f020011 +int animator mtrl_fab_show_motion_spec 0x7f020012 +int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f020013 +int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020014 +int attr actionBarDivider 0x7f030000 +int attr actionBarItemBackground 0x7f030001 +int attr actionBarPopupTheme 0x7f030002 +int attr actionBarSize 0x7f030003 +int attr actionBarSplitStyle 0x7f030004 +int attr actionBarStyle 0x7f030005 +int attr actionBarTabBarStyle 0x7f030006 +int attr actionBarTabStyle 0x7f030007 +int attr actionBarTabTextStyle 0x7f030008 +int attr actionBarTheme 0x7f030009 +int attr actionBarWidgetTheme 0x7f03000a +int attr actionButtonStyle 0x7f03000b +int attr actionDropDownStyle 0x7f03000c +int attr actionLayout 0x7f03000d +int attr actionMenuTextAppearance 0x7f03000e +int attr actionMenuTextColor 0x7f03000f +int attr actionModeBackground 0x7f030010 +int attr actionModeCloseButtonStyle 0x7f030011 +int attr actionModeCloseContentDescription 0x7f030012 +int attr actionModeCloseDrawable 0x7f030013 +int attr actionModeCopyDrawable 0x7f030014 +int attr actionModeCutDrawable 0x7f030015 +int attr actionModeFindDrawable 0x7f030016 +int attr actionModePasteDrawable 0x7f030017 +int attr actionModePopupWindowStyle 0x7f030018 +int attr actionModeSelectAllDrawable 0x7f030019 +int attr actionModeShareDrawable 0x7f03001a +int attr actionModeSplitBackground 0x7f03001b +int attr actionModeStyle 0x7f03001c +int attr actionModeTheme 0x7f03001d +int attr actionModeWebSearchDrawable 0x7f03001e +int attr actionOverflowButtonStyle 0x7f03001f +int attr actionOverflowMenuStyle 0x7f030020 +int attr actionProviderClass 0x7f030021 +int attr actionTextColorAlpha 0x7f030022 +int attr actionViewClass 0x7f030023 +int attr activityChooserViewStyle 0x7f030024 +int attr actualImageResource 0x7f030025 +int attr actualImageScaleType 0x7f030026 +int attr actualImageUri 0x7f030027 +int attr alertDialogButtonGroupStyle 0x7f030028 +int attr alertDialogCenterButtons 0x7f030029 +int attr alertDialogStyle 0x7f03002a +int attr alertDialogTheme 0x7f03002b +int attr allowStacking 0x7f03002c +int attr alpha 0x7f03002d +int attr alphabeticModifiers 0x7f03002e +int attr animationMode 0x7f03002f +int attr appBarLayoutStyle 0x7f030030 +int attr arrowHeadLength 0x7f030031 +int attr arrowShaftLength 0x7f030032 +int attr autoCompleteTextViewStyle 0x7f030033 +int attr autoSizeMaxTextSize 0x7f030034 +int attr autoSizeMinTextSize 0x7f030035 +int attr autoSizePresetSizes 0x7f030036 +int attr autoSizeStepGranularity 0x7f030037 +int attr autoSizeTextType 0x7f030038 +int attr autofillInlineSuggestionChip 0x7f030039 +int attr autofillInlineSuggestionEndIconStyle 0x7f03003a +int attr autofillInlineSuggestionStartIconStyle 0x7f03003b +int attr autofillInlineSuggestionSubtitle 0x7f03003c +int attr autofillInlineSuggestionTitle 0x7f03003d +int attr background 0x7f03003e +int attr backgroundColor 0x7f03003f +int attr backgroundImage 0x7f030040 +int attr backgroundInsetBottom 0x7f030041 +int attr backgroundInsetEnd 0x7f030042 +int attr backgroundInsetStart 0x7f030043 +int attr backgroundInsetTop 0x7f030044 +int attr backgroundOverlayColorAlpha 0x7f030045 +int attr backgroundSplit 0x7f030046 +int attr backgroundStacked 0x7f030047 +int attr backgroundTint 0x7f030048 +int attr backgroundTintMode 0x7f030049 +int attr badgeGravity 0x7f03004a +int attr badgeStyle 0x7f03004b +int attr badgeTextColor 0x7f03004c +int attr barLength 0x7f03004d +int attr behavior_autoHide 0x7f03004e +int attr behavior_autoShrink 0x7f03004f +int attr behavior_expandedOffset 0x7f030050 +int attr behavior_fitToContents 0x7f030051 +int attr behavior_halfExpandedRatio 0x7f030052 +int attr behavior_hideable 0x7f030053 +int attr behavior_overlapTop 0x7f030054 +int attr behavior_peekHeight 0x7f030055 +int attr behavior_saveFlags 0x7f030056 +int attr behavior_skipCollapsed 0x7f030057 +int attr borderWidth 0x7f030058 +int attr borderlessButtonStyle 0x7f030059 +int attr bottomAppBarStyle 0x7f03005a +int attr bottomNavigationStyle 0x7f03005b +int attr bottomSheetDialogTheme 0x7f03005c +int attr bottomSheetStyle 0x7f03005d +int attr boxBackgroundColor 0x7f03005e +int attr boxBackgroundMode 0x7f03005f +int attr boxCollapsedPaddingTop 0x7f030060 +int attr boxCornerRadiusBottomEnd 0x7f030061 +int attr boxCornerRadiusBottomStart 0x7f030062 +int attr boxCornerRadiusTopEnd 0x7f030063 +int attr boxCornerRadiusTopStart 0x7f030064 +int attr boxStrokeColor 0x7f030065 +int attr boxStrokeWidth 0x7f030066 +int attr boxStrokeWidthFocused 0x7f030067 +int attr buttonBarButtonStyle 0x7f030068 +int attr buttonBarNegativeButtonStyle 0x7f030069 +int attr buttonBarNeutralButtonStyle 0x7f03006a +int attr buttonBarPositiveButtonStyle 0x7f03006b +int attr buttonBarStyle 0x7f03006c +int attr buttonCompat 0x7f03006d +int attr buttonGravity 0x7f03006e +int attr buttonIconDimen 0x7f03006f +int attr buttonPanelSideLayout 0x7f030070 +int attr buttonStyle 0x7f030071 +int attr buttonStyleSmall 0x7f030072 +int attr buttonTint 0x7f030073 +int attr buttonTintMode 0x7f030074 +int attr cardBackgroundColor 0x7f030075 +int attr cardCornerRadius 0x7f030076 +int attr cardElevation 0x7f030077 +int attr cardForegroundColor 0x7f030078 +int attr cardMaxElevation 0x7f030079 +int attr cardPreventCornerOverlap 0x7f03007a +int attr cardUseCompatPadding 0x7f03007b +int attr cardViewStyle 0x7f03007c +int attr checkboxStyle 0x7f03007d +int attr checkedButton 0x7f03007e +int attr checkedChip 0x7f03007f +int attr checkedIcon 0x7f030080 +int attr checkedIconEnabled 0x7f030081 +int attr checkedIconTint 0x7f030082 +int attr checkedIconVisible 0x7f030083 +int attr checkedTextViewStyle 0x7f030084 +int attr chipBackgroundColor 0x7f030085 +int attr chipCornerRadius 0x7f030086 +int attr chipEndPadding 0x7f030087 +int attr chipGroupStyle 0x7f030088 +int attr chipIcon 0x7f030089 +int attr chipIconEnabled 0x7f03008a +int attr chipIconSize 0x7f03008b +int attr chipIconTint 0x7f03008c +int attr chipIconVisible 0x7f03008d +int attr chipMinHeight 0x7f03008e +int attr chipMinTouchTargetSize 0x7f03008f +int attr chipSpacing 0x7f030090 +int attr chipSpacingHorizontal 0x7f030091 +int attr chipSpacingVertical 0x7f030092 +int attr chipStandaloneStyle 0x7f030093 +int attr chipStartPadding 0x7f030094 +int attr chipStrokeColor 0x7f030095 +int attr chipStrokeWidth 0x7f030096 +int attr chipStyle 0x7f030097 +int attr chipSurfaceColor 0x7f030098 +int attr closeIcon 0x7f030099 +int attr closeIconEnabled 0x7f03009a +int attr closeIconEndPadding 0x7f03009b +int attr closeIconSize 0x7f03009c +int attr closeIconStartPadding 0x7f03009d +int attr closeIconTint 0x7f03009e +int attr closeIconVisible 0x7f03009f +int attr closeItemLayout 0x7f0300a0 +int attr collapseContentDescription 0x7f0300a1 +int attr collapseIcon 0x7f0300a2 +int attr collapsedTitleGravity 0x7f0300a3 +int attr collapsedTitleTextAppearance 0x7f0300a4 +int attr color 0x7f0300a5 +int attr colorAccent 0x7f0300a6 +int attr colorBackgroundFloating 0x7f0300a7 +int attr colorButtonNormal 0x7f0300a8 +int attr colorControlActivated 0x7f0300a9 +int attr colorControlHighlight 0x7f0300aa +int attr colorControlNormal 0x7f0300ab +int attr colorError 0x7f0300ac +int attr colorOnBackground 0x7f0300ad +int attr colorOnError 0x7f0300ae +int attr colorOnPrimary 0x7f0300af +int attr colorOnPrimarySurface 0x7f0300b0 +int attr colorOnSecondary 0x7f0300b1 +int attr colorOnSurface 0x7f0300b2 +int attr colorPrimary 0x7f0300b3 +int attr colorPrimaryDark 0x7f0300b4 +int attr colorPrimarySurface 0x7f0300b5 +int attr colorPrimaryVariant 0x7f0300b6 +int attr colorSecondary 0x7f0300b7 +int attr colorSecondaryVariant 0x7f0300b8 +int attr colorSurface 0x7f0300b9 +int attr colorSwitchThumbNormal 0x7f0300ba +int attr commitIcon 0x7f0300bb +int attr contentDescription 0x7f0300bc +int attr contentInsetEnd 0x7f0300bd +int attr contentInsetEndWithActions 0x7f0300be +int attr contentInsetLeft 0x7f0300bf +int attr contentInsetRight 0x7f0300c0 +int attr contentInsetStart 0x7f0300c1 +int attr contentInsetStartWithNavigation 0x7f0300c2 +int attr contentPadding 0x7f0300c3 +int attr contentPaddingBottom 0x7f0300c4 +int attr contentPaddingLeft 0x7f0300c5 +int attr contentPaddingRight 0x7f0300c6 +int attr contentPaddingTop 0x7f0300c7 +int attr contentScrim 0x7f0300c8 +int attr controlBackground 0x7f0300c9 +int attr coordinatorLayoutStyle 0x7f0300ca +int attr cornerFamily 0x7f0300cb +int attr cornerFamilyBottomLeft 0x7f0300cc +int attr cornerFamilyBottomRight 0x7f0300cd +int attr cornerFamilyTopLeft 0x7f0300ce +int attr cornerFamilyTopRight 0x7f0300cf +int attr cornerRadius 0x7f0300d0 +int attr cornerSize 0x7f0300d1 +int attr cornerSizeBottomLeft 0x7f0300d2 +int attr cornerSizeBottomRight 0x7f0300d3 +int attr cornerSizeTopLeft 0x7f0300d4 +int attr cornerSizeTopRight 0x7f0300d5 +int attr counterEnabled 0x7f0300d6 +int attr counterMaxLength 0x7f0300d7 +int attr counterOverflowTextAppearance 0x7f0300d8 +int attr counterOverflowTextColor 0x7f0300d9 +int attr counterTextAppearance 0x7f0300da +int attr counterTextColor 0x7f0300db +int attr customNavigationLayout 0x7f0300dc +int attr dayInvalidStyle 0x7f0300dd +int attr daySelectedStyle 0x7f0300de +int attr dayStyle 0x7f0300df +int attr dayTodayStyle 0x7f0300e0 +int attr defaultQueryHint 0x7f0300e1 +int attr dialogCornerRadius 0x7f0300e2 +int attr dialogPreferredPadding 0x7f0300e3 +int attr dialogTheme 0x7f0300e4 +int attr displayOptions 0x7f0300e5 +int attr divider 0x7f0300e6 +int attr dividerHorizontal 0x7f0300e7 +int attr dividerPadding 0x7f0300e8 +int attr dividerVertical 0x7f0300e9 +int attr drawableBottomCompat 0x7f0300ea +int attr drawableEndCompat 0x7f0300eb +int attr drawableLeftCompat 0x7f0300ec +int attr drawableRightCompat 0x7f0300ed +int attr drawableSize 0x7f0300ee +int attr drawableStartCompat 0x7f0300ef +int attr drawableTint 0x7f0300f0 +int attr drawableTintMode 0x7f0300f1 +int attr drawableTopCompat 0x7f0300f2 +int attr drawerArrowStyle 0x7f0300f3 +int attr dropDownListViewStyle 0x7f0300f4 +int attr dropdownListPreferredItemHeight 0x7f0300f5 +int attr editTextBackground 0x7f0300f6 +int attr editTextColor 0x7f0300f7 +int attr editTextStyle 0x7f0300f8 +int attr elevation 0x7f0300f9 +int attr elevationOverlayColor 0x7f0300fa +int attr elevationOverlayEnabled 0x7f0300fb +int attr endIconCheckable 0x7f0300fc +int attr endIconContentDescription 0x7f0300fd +int attr endIconDrawable 0x7f0300fe +int attr endIconMode 0x7f0300ff +int attr endIconTint 0x7f030100 +int attr endIconTintMode 0x7f030101 +int attr enforceMaterialTheme 0x7f030102 +int attr enforceTextAppearance 0x7f030103 +int attr ensureMinTouchTargetSize 0x7f030104 +int attr errorEnabled 0x7f030105 +int attr errorIconDrawable 0x7f030106 +int attr errorIconTint 0x7f030107 +int attr errorIconTintMode 0x7f030108 +int attr errorTextAppearance 0x7f030109 +int attr errorTextColor 0x7f03010a +int attr expandActivityOverflowButtonDrawable 0x7f03010b +int attr expanded 0x7f03010c +int attr expandedTitleGravity 0x7f03010d +int attr expandedTitleMargin 0x7f03010e +int attr expandedTitleMarginBottom 0x7f03010f +int attr expandedTitleMarginEnd 0x7f030110 +int attr expandedTitleMarginStart 0x7f030111 +int attr expandedTitleMarginTop 0x7f030112 +int attr expandedTitleTextAppearance 0x7f030113 +int attr extendMotionSpec 0x7f030114 +int attr extendedFloatingActionButtonStyle 0x7f030115 +int attr fabAlignmentMode 0x7f030116 +int attr fabAnimationMode 0x7f030117 +int attr fabCradleMargin 0x7f030118 +int attr fabCradleRoundedCornerRadius 0x7f030119 +int attr fabCradleVerticalOffset 0x7f03011a +int attr fabCustomSize 0x7f03011b +int attr fabSize 0x7f03011c +int attr fadeDuration 0x7f03011d +int attr failureImage 0x7f03011e +int attr failureImageScaleType 0x7f03011f +int attr fastScrollEnabled 0x7f030120 +int attr fastScrollHorizontalThumbDrawable 0x7f030121 +int attr fastScrollHorizontalTrackDrawable 0x7f030122 +int attr fastScrollVerticalThumbDrawable 0x7f030123 +int attr fastScrollVerticalTrackDrawable 0x7f030124 +int attr firstBaselineToTopHeight 0x7f030125 +int attr floatingActionButtonStyle 0x7f030126 +int attr font 0x7f030127 +int attr fontFamily 0x7f030128 +int attr fontProviderAuthority 0x7f030129 +int attr fontProviderCerts 0x7f03012a +int attr fontProviderFetchStrategy 0x7f03012b +int attr fontProviderFetchTimeout 0x7f03012c +int attr fontProviderPackage 0x7f03012d +int attr fontProviderQuery 0x7f03012e +int attr fontProviderSystemFontFamily 0x7f03012f +int attr fontStyle 0x7f030130 +int attr fontVariationSettings 0x7f030131 +int attr fontWeight 0x7f030132 +int attr foregroundInsidePadding 0x7f030133 +int attr gapBetweenBars 0x7f030134 +int attr goIcon 0x7f030135 +int attr headerLayout 0x7f030136 +int attr height 0x7f030137 +int attr helperText 0x7f030138 +int attr helperTextEnabled 0x7f030139 +int attr helperTextTextAppearance 0x7f03013a +int attr helperTextTextColor 0x7f03013b +int attr hideMotionSpec 0x7f03013c +int attr hideOnContentScroll 0x7f03013d +int attr hideOnScroll 0x7f03013e +int attr hintAnimationEnabled 0x7f03013f +int attr hintEnabled 0x7f030140 +int attr hintTextAppearance 0x7f030141 +int attr hintTextColor 0x7f030142 +int attr homeAsUpIndicator 0x7f030143 +int attr homeLayout 0x7f030144 +int attr hoveredFocusedTranslationZ 0x7f030145 +int attr icon 0x7f030146 +int attr iconEndPadding 0x7f030147 +int attr iconGravity 0x7f030148 +int attr iconPadding 0x7f030149 +int attr iconSize 0x7f03014a +int attr iconStartPadding 0x7f03014b +int attr iconTint 0x7f03014c +int attr iconTintMode 0x7f03014d +int attr iconifiedByDefault 0x7f03014e +int attr imageButtonStyle 0x7f03014f +int attr indeterminateProgressStyle 0x7f030150 +int attr initialActivityCount 0x7f030151 +int attr insetForeground 0x7f030152 +int attr isAutofillInlineSuggestionTheme 0x7f030153 +int attr isLightTheme 0x7f030154 +int attr isMaterialTheme 0x7f030155 +int attr itemBackground 0x7f030156 +int attr itemFillColor 0x7f030157 +int attr itemHorizontalPadding 0x7f030158 +int attr itemHorizontalTranslationEnabled 0x7f030159 +int attr itemIconPadding 0x7f03015a +int attr itemIconSize 0x7f03015b +int attr itemIconTint 0x7f03015c +int attr itemMaxLines 0x7f03015d +int attr itemPadding 0x7f03015e +int attr itemRippleColor 0x7f03015f +int attr itemShapeAppearance 0x7f030160 +int attr itemShapeAppearanceOverlay 0x7f030161 +int attr itemShapeFillColor 0x7f030162 +int attr itemShapeInsetBottom 0x7f030163 +int attr itemShapeInsetEnd 0x7f030164 +int attr itemShapeInsetStart 0x7f030165 +int attr itemShapeInsetTop 0x7f030166 +int attr itemSpacing 0x7f030167 +int attr itemStrokeColor 0x7f030168 +int attr itemStrokeWidth 0x7f030169 +int attr itemTextAppearance 0x7f03016a +int attr itemTextAppearanceActive 0x7f03016b +int attr itemTextAppearanceInactive 0x7f03016c +int attr itemTextColor 0x7f03016d +int attr keylines 0x7f03016e +int attr labelVisibilityMode 0x7f03016f +int attr lastBaselineToBottomHeight 0x7f030170 +int attr layout 0x7f030171 +int attr layoutManager 0x7f030172 +int attr layout_anchor 0x7f030173 +int attr layout_anchorGravity 0x7f030174 +int attr layout_behavior 0x7f030175 +int attr layout_collapseMode 0x7f030176 +int attr layout_collapseParallaxMultiplier 0x7f030177 +int attr layout_dodgeInsetEdges 0x7f030178 +int attr layout_insetEdge 0x7f030179 +int attr layout_keyline 0x7f03017a +int attr layout_scrollFlags 0x7f03017b +int attr layout_scrollInterpolator 0x7f03017c +int attr liftOnScroll 0x7f03017d +int attr liftOnScrollTargetViewId 0x7f03017e +int attr lineHeight 0x7f03017f +int attr lineSpacing 0x7f030180 +int attr listChoiceBackgroundIndicator 0x7f030181 +int attr listChoiceIndicatorMultipleAnimated 0x7f030182 +int attr listChoiceIndicatorSingleAnimated 0x7f030183 +int attr listDividerAlertDialog 0x7f030184 +int attr listItemLayout 0x7f030185 +int attr listLayout 0x7f030186 +int attr listMenuViewStyle 0x7f030187 +int attr listPopupWindowStyle 0x7f030188 +int attr listPreferredItemHeight 0x7f030189 +int attr listPreferredItemHeightLarge 0x7f03018a +int attr listPreferredItemHeightSmall 0x7f03018b +int attr listPreferredItemPaddingEnd 0x7f03018c +int attr listPreferredItemPaddingLeft 0x7f03018d +int attr listPreferredItemPaddingRight 0x7f03018e +int attr listPreferredItemPaddingStart 0x7f03018f +int attr logo 0x7f030190 +int attr logoDescription 0x7f030191 +int attr materialAlertDialogBodyTextStyle 0x7f030192 +int attr materialAlertDialogTheme 0x7f030193 +int attr materialAlertDialogTitleIconStyle 0x7f030194 +int attr materialAlertDialogTitlePanelStyle 0x7f030195 +int attr materialAlertDialogTitleTextStyle 0x7f030196 +int attr materialButtonOutlinedStyle 0x7f030197 +int attr materialButtonStyle 0x7f030198 +int attr materialButtonToggleGroupStyle 0x7f030199 +int attr materialCalendarDay 0x7f03019a +int attr materialCalendarFullscreenTheme 0x7f03019b +int attr materialCalendarHeaderConfirmButton 0x7f03019c +int attr materialCalendarHeaderDivider 0x7f03019d +int attr materialCalendarHeaderLayout 0x7f03019e +int attr materialCalendarHeaderSelection 0x7f03019f +int attr materialCalendarHeaderTitle 0x7f0301a0 +int attr materialCalendarHeaderToggleButton 0x7f0301a1 +int attr materialCalendarStyle 0x7f0301a2 +int attr materialCalendarTheme 0x7f0301a3 +int attr materialCardViewStyle 0x7f0301a4 +int attr materialThemeOverlay 0x7f0301a5 +int attr maxActionInlineWidth 0x7f0301a6 +int attr maxButtonHeight 0x7f0301a7 +int attr maxCharacterCount 0x7f0301a8 +int attr maxImageSize 0x7f0301a9 +int attr measureWithLargestChild 0x7f0301aa +int attr menu 0x7f0301ab +int attr minTouchTargetSize 0x7f0301ac +int attr multiChoiceItemLayout 0x7f0301ad +int attr navigationContentDescription 0x7f0301ae +int attr navigationIcon 0x7f0301af +int attr navigationMode 0x7f0301b0 +int attr navigationViewStyle 0x7f0301b1 +int attr nestedScrollViewStyle 0x7f0301b2 +int attr number 0x7f0301b3 +int attr numericModifiers 0x7f0301b4 +int attr overlapAnchor 0x7f0301b5 +int attr overlayImage 0x7f0301b6 +int attr paddingBottomNoButtons 0x7f0301b7 +int attr paddingEnd 0x7f0301b8 +int attr paddingStart 0x7f0301b9 +int attr paddingTopNoTitle 0x7f0301ba +int attr panelBackground 0x7f0301bb +int attr panelMenuListTheme 0x7f0301bc +int attr panelMenuListWidth 0x7f0301bd +int attr passwordToggleContentDescription 0x7f0301be +int attr passwordToggleDrawable 0x7f0301bf +int attr passwordToggleEnabled 0x7f0301c0 +int attr passwordToggleTint 0x7f0301c1 +int attr passwordToggleTintMode 0x7f0301c2 +int attr placeholderImage 0x7f0301c3 +int attr placeholderImageScaleType 0x7f0301c4 +int attr popupMenuBackground 0x7f0301c5 +int attr popupMenuStyle 0x7f0301c6 +int attr popupTheme 0x7f0301c7 +int attr popupWindowStyle 0x7f0301c8 +int attr preserveIconSpacing 0x7f0301c9 +int attr pressedStateOverlayImage 0x7f0301ca +int attr pressedTranslationZ 0x7f0301cb +int attr progressBarAutoRotateInterval 0x7f0301cc +int attr progressBarImage 0x7f0301cd +int attr progressBarImageScaleType 0x7f0301ce +int attr progressBarPadding 0x7f0301cf +int attr progressBarStyle 0x7f0301d0 +int attr queryBackground 0x7f0301d1 +int attr queryHint 0x7f0301d2 +int attr queryPatterns 0x7f0301d3 +int attr radioButtonStyle 0x7f0301d4 +int attr rangeFillColor 0x7f0301d5 +int attr ratingBarStyle 0x7f0301d6 +int attr ratingBarStyleIndicator 0x7f0301d7 +int attr ratingBarStyleSmall 0x7f0301d8 +int attr recyclerViewStyle 0x7f0301d9 +int attr retryImage 0x7f0301da +int attr retryImageScaleType 0x7f0301db +int attr reverseLayout 0x7f0301dc +int attr rippleColor 0x7f0301dd +int attr roundAsCircle 0x7f0301de +int attr roundBottomEnd 0x7f0301df +int attr roundBottomLeft 0x7f0301e0 +int attr roundBottomRight 0x7f0301e1 +int attr roundBottomStart 0x7f0301e2 +int attr roundTopEnd 0x7f0301e3 +int attr roundTopLeft 0x7f0301e4 +int attr roundTopRight 0x7f0301e5 +int attr roundTopStart 0x7f0301e6 +int attr roundWithOverlayColor 0x7f0301e7 +int attr roundedCornerRadius 0x7f0301e8 +int attr roundingBorderColor 0x7f0301e9 +int attr roundingBorderPadding 0x7f0301ea +int attr roundingBorderWidth 0x7f0301eb +int attr scrimAnimationDuration 0x7f0301ec +int attr scrimBackground 0x7f0301ed +int attr scrimVisibleHeightTrigger 0x7f0301ee +int attr searchHintIcon 0x7f0301ef +int attr searchIcon 0x7f0301f0 +int attr searchViewStyle 0x7f0301f1 +int attr seekBarStyle 0x7f0301f2 +int attr selectableItemBackground 0x7f0301f3 +int attr selectableItemBackgroundBorderless 0x7f0301f4 +int attr shapeAppearance 0x7f0301f5 +int attr shapeAppearanceLargeComponent 0x7f0301f6 +int attr shapeAppearanceMediumComponent 0x7f0301f7 +int attr shapeAppearanceOverlay 0x7f0301f8 +int attr shapeAppearanceSmallComponent 0x7f0301f9 +int attr shortcutMatchRequired 0x7f0301fa +int attr showAsAction 0x7f0301fb +int attr showDividers 0x7f0301fc +int attr showMotionSpec 0x7f0301fd +int attr showText 0x7f0301fe +int attr showTitle 0x7f0301ff +int attr shrinkMotionSpec 0x7f030200 +int attr singleChoiceItemLayout 0x7f030201 +int attr singleLine 0x7f030202 +int attr singleSelection 0x7f030203 +int attr snackbarButtonStyle 0x7f030204 +int attr snackbarStyle 0x7f030205 +int attr spanCount 0x7f030206 +int attr spinBars 0x7f030207 +int attr spinnerDropDownItemStyle 0x7f030208 +int attr spinnerStyle 0x7f030209 +int attr splitTrack 0x7f03020a +int attr srcCompat 0x7f03020b +int attr stackFromEnd 0x7f03020c +int attr startIconCheckable 0x7f03020d +int attr startIconContentDescription 0x7f03020e +int attr startIconDrawable 0x7f03020f +int attr startIconTint 0x7f030210 +int attr startIconTintMode 0x7f030211 +int attr state_above_anchor 0x7f030212 +int attr state_collapsed 0x7f030213 +int attr state_collapsible 0x7f030214 +int attr state_dragged 0x7f030215 +int attr state_liftable 0x7f030216 +int attr state_lifted 0x7f030217 +int attr statusBarBackground 0x7f030218 +int attr statusBarForeground 0x7f030219 +int attr statusBarScrim 0x7f03021a +int attr strokeColor 0x7f03021b +int attr strokeWidth 0x7f03021c +int attr subMenuArrow 0x7f03021d +int attr submitBackground 0x7f03021e +int attr subtitle 0x7f03021f +int attr subtitleTextAppearance 0x7f030220 +int attr subtitleTextColor 0x7f030221 +int attr subtitleTextStyle 0x7f030222 +int attr suggestionRowLayout 0x7f030223 +int attr switchMinWidth 0x7f030224 +int attr switchPadding 0x7f030225 +int attr switchStyle 0x7f030226 +int attr switchTextAppearance 0x7f030227 +int attr tabBackground 0x7f030228 +int attr tabContentStart 0x7f030229 +int attr tabGravity 0x7f03022a +int attr tabIconTint 0x7f03022b +int attr tabIconTintMode 0x7f03022c +int attr tabIndicator 0x7f03022d +int attr tabIndicatorAnimationDuration 0x7f03022e +int attr tabIndicatorColor 0x7f03022f +int attr tabIndicatorFullWidth 0x7f030230 +int attr tabIndicatorGravity 0x7f030231 +int attr tabIndicatorHeight 0x7f030232 +int attr tabInlineLabel 0x7f030233 +int attr tabMaxWidth 0x7f030234 +int attr tabMinWidth 0x7f030235 +int attr tabMode 0x7f030236 +int attr tabPadding 0x7f030237 +int attr tabPaddingBottom 0x7f030238 +int attr tabPaddingEnd 0x7f030239 +int attr tabPaddingStart 0x7f03023a +int attr tabPaddingTop 0x7f03023b +int attr tabRippleColor 0x7f03023c +int attr tabSelectedTextColor 0x7f03023d +int attr tabStyle 0x7f03023e +int attr tabTextAppearance 0x7f03023f +int attr tabTextColor 0x7f030240 +int attr tabUnboundedRipple 0x7f030241 +int attr textAllCaps 0x7f030242 +int attr textAppearanceBody1 0x7f030243 +int attr textAppearanceBody2 0x7f030244 +int attr textAppearanceButton 0x7f030245 +int attr textAppearanceCaption 0x7f030246 +int attr textAppearanceHeadline1 0x7f030247 +int attr textAppearanceHeadline2 0x7f030248 +int attr textAppearanceHeadline3 0x7f030249 +int attr textAppearanceHeadline4 0x7f03024a +int attr textAppearanceHeadline5 0x7f03024b +int attr textAppearanceHeadline6 0x7f03024c +int attr textAppearanceLargePopupMenu 0x7f03024d +int attr textAppearanceLineHeightEnabled 0x7f03024e +int attr textAppearanceListItem 0x7f03024f +int attr textAppearanceListItemSecondary 0x7f030250 +int attr textAppearanceListItemSmall 0x7f030251 +int attr textAppearanceOverline 0x7f030252 +int attr textAppearancePopupMenuHeader 0x7f030253 +int attr textAppearanceSearchResultSubtitle 0x7f030254 +int attr textAppearanceSearchResultTitle 0x7f030255 +int attr textAppearanceSmallPopupMenu 0x7f030256 +int attr textAppearanceSubtitle1 0x7f030257 +int attr textAppearanceSubtitle2 0x7f030258 +int attr textColorAlertDialogListItem 0x7f030259 +int attr textColorSearchUrl 0x7f03025a +int attr textEndPadding 0x7f03025b +int attr textInputStyle 0x7f03025c +int attr textLocale 0x7f03025d +int attr textStartPadding 0x7f03025e +int attr theme 0x7f03025f +int attr themeLineHeight 0x7f030260 +int attr thickness 0x7f030261 +int attr thumbTextPadding 0x7f030262 +int attr thumbTint 0x7f030263 +int attr thumbTintMode 0x7f030264 +int attr tickMark 0x7f030265 +int attr tickMarkTint 0x7f030266 +int attr tickMarkTintMode 0x7f030267 +int attr tint 0x7f030268 +int attr tintMode 0x7f030269 +int attr title 0x7f03026a +int attr titleEnabled 0x7f03026b +int attr titleMargin 0x7f03026c +int attr titleMarginBottom 0x7f03026d +int attr titleMarginEnd 0x7f03026e +int attr titleMarginStart 0x7f03026f +int attr titleMarginTop 0x7f030270 +int attr titleMargins 0x7f030271 +int attr titleTextAppearance 0x7f030272 +int attr titleTextColor 0x7f030273 +int attr titleTextStyle 0x7f030274 +int attr toolbarId 0x7f030275 +int attr toolbarNavigationButtonStyle 0x7f030276 +int attr toolbarStyle 0x7f030277 +int attr tooltipForegroundColor 0x7f030278 +int attr tooltipFrameBackground 0x7f030279 +int attr tooltipText 0x7f03027a +int attr track 0x7f03027b +int attr trackTint 0x7f03027c +int attr trackTintMode 0x7f03027d +int attr ttcIndex 0x7f03027e +int attr useCompatPadding 0x7f03027f +int attr useMaterialThemeColors 0x7f030280 +int attr viewAspectRatio 0x7f030281 +int attr viewInflaterClass 0x7f030282 +int attr voiceIcon 0x7f030283 +int attr windowActionBar 0x7f030284 +int attr windowActionBarOverlay 0x7f030285 +int attr windowActionModeOverlay 0x7f030286 +int attr windowFixedHeightMajor 0x7f030287 +int attr windowFixedHeightMinor 0x7f030288 +int attr windowFixedWidthMajor 0x7f030289 +int attr windowFixedWidthMinor 0x7f03028a +int attr windowMinWidthMajor 0x7f03028b +int attr windowMinWidthMinor 0x7f03028c +int attr windowNoTitle 0x7f03028d +int attr yearSelectedStyle 0x7f03028e +int attr yearStyle 0x7f03028f +int attr yearTodayStyle 0x7f030290 +int bool abc_action_bar_embed_tabs 0x7f040000 +int bool abc_config_actionMenuItemAllCaps 0x7f040001 +int bool mtrl_btn_textappearance_all_caps 0x7f040002 +int color abc_background_cache_hint_selector_material_dark 0x7f050000 +int color abc_background_cache_hint_selector_material_light 0x7f050001 +int color abc_btn_colored_borderless_text_material 0x7f050002 +int color abc_btn_colored_text_material 0x7f050003 +int color abc_color_highlight_material 0x7f050004 +int color abc_decor_view_status_guard 0x7f050005 +int color abc_decor_view_status_guard_light 0x7f050006 +int color abc_hint_foreground_material_dark 0x7f050007 +int color abc_hint_foreground_material_light 0x7f050008 +int color abc_primary_text_disable_only_material_dark 0x7f050009 +int color abc_primary_text_disable_only_material_light 0x7f05000a +int color abc_primary_text_material_dark 0x7f05000b +int color abc_primary_text_material_light 0x7f05000c +int color abc_search_url_text 0x7f05000d +int color abc_search_url_text_normal 0x7f05000e +int color abc_search_url_text_pressed 0x7f05000f +int color abc_search_url_text_selected 0x7f050010 +int color abc_secondary_text_material_dark 0x7f050011 +int color abc_secondary_text_material_light 0x7f050012 +int color abc_tint_btn_checkable 0x7f050013 +int color abc_tint_default 0x7f050014 +int color abc_tint_edittext 0x7f050015 +int color abc_tint_seek_thumb 0x7f050016 +int color abc_tint_spinner 0x7f050017 +int color abc_tint_switch_track 0x7f050018 +int color accent_material_dark 0x7f050019 +int color accent_material_light 0x7f05001a +int color androidx_core_ripple_material_light 0x7f05001b +int color androidx_core_secondary_text_default_material_light 0x7f05001c +int color background_floating_material_dark 0x7f05001d +int color background_floating_material_light 0x7f05001e +int color background_material_dark 0x7f05001f +int color background_material_light 0x7f050020 +int color bright_foreground_disabled_material_dark 0x7f050021 +int color bright_foreground_disabled_material_light 0x7f050022 +int color bright_foreground_inverse_material_dark 0x7f050023 +int color bright_foreground_inverse_material_light 0x7f050024 +int color bright_foreground_material_dark 0x7f050025 +int color bright_foreground_material_light 0x7f050026 +int color button_material_dark 0x7f050027 +int color button_material_light 0x7f050028 +int color cardview_dark_background 0x7f050029 +int color cardview_light_background 0x7f05002a +int color cardview_shadow_end_color 0x7f05002b +int color cardview_shadow_start_color 0x7f05002c +int color catalyst_logbox_background 0x7f05002d +int color catalyst_redbox_background 0x7f05002e +int color checkbox_themeable_attribute_color 0x7f05002f +int color design_bottom_navigation_shadow_color 0x7f050030 +int color design_box_stroke_color 0x7f050031 +int color design_dark_default_color_background 0x7f050032 +int color design_dark_default_color_error 0x7f050033 +int color design_dark_default_color_on_background 0x7f050034 +int color design_dark_default_color_on_error 0x7f050035 +int color design_dark_default_color_on_primary 0x7f050036 +int color design_dark_default_color_on_secondary 0x7f050037 +int color design_dark_default_color_on_surface 0x7f050038 +int color design_dark_default_color_primary 0x7f050039 +int color design_dark_default_color_primary_dark 0x7f05003a +int color design_dark_default_color_primary_variant 0x7f05003b +int color design_dark_default_color_secondary 0x7f05003c +int color design_dark_default_color_secondary_variant 0x7f05003d +int color design_dark_default_color_surface 0x7f05003e +int color design_default_color_background 0x7f05003f +int color design_default_color_error 0x7f050040 +int color design_default_color_on_background 0x7f050041 +int color design_default_color_on_error 0x7f050042 +int color design_default_color_on_primary 0x7f050043 +int color design_default_color_on_secondary 0x7f050044 +int color design_default_color_on_surface 0x7f050045 +int color design_default_color_primary 0x7f050046 +int color design_default_color_primary_dark 0x7f050047 +int color design_default_color_primary_variant 0x7f050048 +int color design_default_color_secondary 0x7f050049 +int color design_default_color_secondary_variant 0x7f05004a +int color design_default_color_surface 0x7f05004b +int color design_error 0x7f05004c +int color design_fab_shadow_end_color 0x7f05004d +int color design_fab_shadow_mid_color 0x7f05004e +int color design_fab_shadow_start_color 0x7f05004f +int color design_fab_stroke_end_inner_color 0x7f050050 +int color design_fab_stroke_end_outer_color 0x7f050051 +int color design_fab_stroke_top_inner_color 0x7f050052 +int color design_fab_stroke_top_outer_color 0x7f050053 +int color design_icon_tint 0x7f050054 +int color design_snackbar_background_color 0x7f050055 +int color dim_foreground_disabled_material_dark 0x7f050056 +int color dim_foreground_disabled_material_light 0x7f050057 +int color dim_foreground_material_dark 0x7f050058 +int color dim_foreground_material_light 0x7f050059 +int color error_color_material_dark 0x7f05005a +int color error_color_material_light 0x7f05005b +int color foreground_material_dark 0x7f05005c +int color foreground_material_light 0x7f05005d +int color highlighted_text_material_dark 0x7f05005e +int color highlighted_text_material_light 0x7f05005f +int color material_blue_grey_800 0x7f050060 +int color material_blue_grey_900 0x7f050061 +int color material_blue_grey_950 0x7f050062 +int color material_deep_teal_200 0x7f050063 +int color material_deep_teal_500 0x7f050064 +int color material_grey_100 0x7f050065 +int color material_grey_300 0x7f050066 +int color material_grey_50 0x7f050067 +int color material_grey_600 0x7f050068 +int color material_grey_800 0x7f050069 +int color material_grey_850 0x7f05006a +int color material_grey_900 0x7f05006b +int color material_on_background_disabled 0x7f05006c +int color material_on_background_emphasis_high_type 0x7f05006d +int color material_on_background_emphasis_medium 0x7f05006e +int color material_on_primary_disabled 0x7f05006f +int color material_on_primary_emphasis_high_type 0x7f050070 +int color material_on_primary_emphasis_medium 0x7f050071 +int color material_on_surface_disabled 0x7f050072 +int color material_on_surface_emphasis_high_type 0x7f050073 +int color material_on_surface_emphasis_medium 0x7f050074 +int color mtrl_bottom_nav_colored_item_tint 0x7f050075 +int color mtrl_bottom_nav_colored_ripple_color 0x7f050076 +int color mtrl_bottom_nav_item_tint 0x7f050077 +int color mtrl_bottom_nav_ripple_color 0x7f050078 +int color mtrl_btn_bg_color_selector 0x7f050079 +int color mtrl_btn_ripple_color 0x7f05007a +int color mtrl_btn_stroke_color_selector 0x7f05007b +int color mtrl_btn_text_btn_bg_color_selector 0x7f05007c +int color mtrl_btn_text_btn_ripple_color 0x7f05007d +int color mtrl_btn_text_color_disabled 0x7f05007e +int color mtrl_btn_text_color_selector 0x7f05007f +int color mtrl_btn_transparent_bg_color 0x7f050080 +int color mtrl_calendar_item_stroke_color 0x7f050081 +int color mtrl_calendar_selected_range 0x7f050082 +int color mtrl_card_view_foreground 0x7f050083 +int color mtrl_card_view_ripple 0x7f050084 +int color mtrl_chip_background_color 0x7f050085 +int color mtrl_chip_close_icon_tint 0x7f050086 +int color mtrl_chip_ripple_color 0x7f050087 +int color mtrl_chip_surface_color 0x7f050088 +int color mtrl_chip_text_color 0x7f050089 +int color mtrl_choice_chip_background_color 0x7f05008a +int color mtrl_choice_chip_ripple_color 0x7f05008b +int color mtrl_choice_chip_text_color 0x7f05008c +int color mtrl_error 0x7f05008d +int color mtrl_extended_fab_bg_color_selector 0x7f05008e +int color mtrl_extended_fab_ripple_color 0x7f05008f +int color mtrl_extended_fab_text_color_selector 0x7f050090 +int color mtrl_fab_ripple_color 0x7f050091 +int color mtrl_filled_background_color 0x7f050092 +int color mtrl_filled_icon_tint 0x7f050093 +int color mtrl_filled_stroke_color 0x7f050094 +int color mtrl_indicator_text_color 0x7f050095 +int color mtrl_navigation_item_background_color 0x7f050096 +int color mtrl_navigation_item_icon_tint 0x7f050097 +int color mtrl_navigation_item_text_color 0x7f050098 +int color mtrl_on_primary_text_btn_text_color_selector 0x7f050099 +int color mtrl_outlined_icon_tint 0x7f05009a +int color mtrl_outlined_stroke_color 0x7f05009b +int color mtrl_popupmenu_overlay_color 0x7f05009c +int color mtrl_scrim_color 0x7f05009d +int color mtrl_tabs_colored_ripple_color 0x7f05009e +int color mtrl_tabs_icon_color_selector 0x7f05009f +int color mtrl_tabs_icon_color_selector_colored 0x7f0500a0 +int color mtrl_tabs_legacy_text_color_selector 0x7f0500a1 +int color mtrl_tabs_ripple_color 0x7f0500a2 +int color mtrl_text_btn_text_color_selector 0x7f0500a3 +int color mtrl_textinput_default_box_stroke_color 0x7f0500a4 +int color mtrl_textinput_disabled_color 0x7f0500a5 +int color mtrl_textinput_filled_box_default_background_color 0x7f0500a6 +int color mtrl_textinput_focused_box_stroke_color 0x7f0500a7 +int color mtrl_textinput_hovered_box_stroke_color 0x7f0500a8 +int color notification_action_color_filter 0x7f0500a9 +int color notification_icon_bg_color 0x7f0500aa +int color primary_dark_material_dark 0x7f0500ab +int color primary_dark_material_light 0x7f0500ac +int color primary_material_dark 0x7f0500ad +int color primary_material_light 0x7f0500ae +int color primary_text_default_material_dark 0x7f0500af +int color primary_text_default_material_light 0x7f0500b0 +int color primary_text_disabled_material_dark 0x7f0500b1 +int color primary_text_disabled_material_light 0x7f0500b2 +int color ripple_material_dark 0x7f0500b3 +int color ripple_material_light 0x7f0500b4 +int color secondary_text_default_material_dark 0x7f0500b5 +int color secondary_text_default_material_light 0x7f0500b6 +int color secondary_text_disabled_material_dark 0x7f0500b7 +int color secondary_text_disabled_material_light 0x7f0500b8 +int color switch_thumb_disabled_material_dark 0x7f0500b9 +int color switch_thumb_disabled_material_light 0x7f0500ba +int color switch_thumb_material_dark 0x7f0500bb +int color switch_thumb_material_light 0x7f0500bc +int color switch_thumb_normal_material_dark 0x7f0500bd +int color switch_thumb_normal_material_light 0x7f0500be +int color test_mtrl_calendar_day 0x7f0500bf +int color test_mtrl_calendar_day_selected 0x7f0500c0 +int color tooltip_background_dark 0x7f0500c1 +int color tooltip_background_light 0x7f0500c2 +int dimen abc_action_bar_content_inset_material 0x7f060000 +int dimen abc_action_bar_content_inset_with_nav 0x7f060001 +int dimen abc_action_bar_default_height_material 0x7f060002 +int dimen abc_action_bar_default_padding_end_material 0x7f060003 +int dimen abc_action_bar_default_padding_start_material 0x7f060004 +int dimen abc_action_bar_elevation_material 0x7f060005 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006 +int dimen abc_action_bar_overflow_padding_end_material 0x7f060007 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060008 +int dimen abc_action_bar_stacked_max_height 0x7f060009 +int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b +int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c +int dimen abc_action_button_min_height_material 0x7f06000d +int dimen abc_action_button_min_width_material 0x7f06000e +int dimen abc_action_button_min_width_overflow_material 0x7f06000f +int dimen abc_alert_dialog_button_bar_height 0x7f060010 +int dimen abc_alert_dialog_button_dimen 0x7f060011 +int dimen abc_button_inset_horizontal_material 0x7f060012 +int dimen abc_button_inset_vertical_material 0x7f060013 +int dimen abc_button_padding_horizontal_material 0x7f060014 +int dimen abc_button_padding_vertical_material 0x7f060015 +int dimen abc_cascading_menus_min_smallest_width 0x7f060016 +int dimen abc_config_prefDialogWidth 0x7f060017 +int dimen abc_control_corner_material 0x7f060018 +int dimen abc_control_inset_material 0x7f060019 +int dimen abc_control_padding_material 0x7f06001a +int dimen abc_dialog_corner_radius_material 0x7f06001b +int dimen abc_dialog_fixed_height_major 0x7f06001c +int dimen abc_dialog_fixed_height_minor 0x7f06001d +int dimen abc_dialog_fixed_width_major 0x7f06001e +int dimen abc_dialog_fixed_width_minor 0x7f06001f +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020 +int dimen abc_dialog_list_padding_top_no_title 0x7f060021 +int dimen abc_dialog_min_width_major 0x7f060022 +int dimen abc_dialog_min_width_minor 0x7f060023 +int dimen abc_dialog_padding_material 0x7f060024 +int dimen abc_dialog_padding_top_material 0x7f060025 +int dimen abc_dialog_title_divider_material 0x7f060026 +int dimen abc_disabled_alpha_material_dark 0x7f060027 +int dimen abc_disabled_alpha_material_light 0x7f060028 +int dimen abc_dropdownitem_icon_width 0x7f060029 +int dimen abc_dropdownitem_text_padding_left 0x7f06002a +int dimen abc_dropdownitem_text_padding_right 0x7f06002b +int dimen abc_edit_text_inset_bottom_material 0x7f06002c +int dimen abc_edit_text_inset_horizontal_material 0x7f06002d +int dimen abc_edit_text_inset_top_material 0x7f06002e +int dimen abc_floating_window_z 0x7f06002f +int dimen abc_list_item_height_large_material 0x7f060030 +int dimen abc_list_item_height_material 0x7f060031 +int dimen abc_list_item_height_small_material 0x7f060032 +int dimen abc_list_item_padding_horizontal_material 0x7f060033 +int dimen abc_panel_menu_list_width 0x7f060034 +int dimen abc_progress_bar_height_material 0x7f060035 +int dimen abc_search_view_preferred_height 0x7f060036 +int dimen abc_search_view_preferred_width 0x7f060037 +int dimen abc_seekbar_track_background_height_material 0x7f060038 +int dimen abc_seekbar_track_progress_height_material 0x7f060039 +int dimen abc_select_dialog_padding_start_material 0x7f06003a +int dimen abc_star_big 0x7f06003b +int dimen abc_star_medium 0x7f06003c +int dimen abc_star_small 0x7f06003d +int dimen abc_switch_padding 0x7f06003e +int dimen abc_text_size_body_1_material 0x7f06003f +int dimen abc_text_size_body_2_material 0x7f060040 +int dimen abc_text_size_button_material 0x7f060041 +int dimen abc_text_size_caption_material 0x7f060042 +int dimen abc_text_size_display_1_material 0x7f060043 +int dimen abc_text_size_display_2_material 0x7f060044 +int dimen abc_text_size_display_3_material 0x7f060045 +int dimen abc_text_size_display_4_material 0x7f060046 +int dimen abc_text_size_headline_material 0x7f060047 +int dimen abc_text_size_large_material 0x7f060048 +int dimen abc_text_size_medium_material 0x7f060049 +int dimen abc_text_size_menu_header_material 0x7f06004a +int dimen abc_text_size_menu_material 0x7f06004b +int dimen abc_text_size_small_material 0x7f06004c +int dimen abc_text_size_subhead_material 0x7f06004d +int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e +int dimen abc_text_size_title_material 0x7f06004f +int dimen abc_text_size_title_material_toolbar 0x7f060050 +int dimen action_bar_size 0x7f060051 +int dimen appcompat_dialog_background_inset 0x7f060052 +int dimen autofill_inline_suggestion_icon_size 0x7f060053 +int dimen cardview_compat_inset_shadow 0x7f060054 +int dimen cardview_default_elevation 0x7f060055 +int dimen cardview_default_radius 0x7f060056 +int dimen compat_button_inset_horizontal_material 0x7f060057 +int dimen compat_button_inset_vertical_material 0x7f060058 +int dimen compat_button_padding_horizontal_material 0x7f060059 +int dimen compat_button_padding_vertical_material 0x7f06005a +int dimen compat_control_corner_material 0x7f06005b +int dimen compat_notification_large_icon_max_height 0x7f06005c +int dimen compat_notification_large_icon_max_width 0x7f06005d +int dimen default_dimension 0x7f06005e +int dimen design_appbar_elevation 0x7f06005f +int dimen design_bottom_navigation_active_item_max_width 0x7f060060 +int dimen design_bottom_navigation_active_item_min_width 0x7f060061 +int dimen design_bottom_navigation_active_text_size 0x7f060062 +int dimen design_bottom_navigation_elevation 0x7f060063 +int dimen design_bottom_navigation_height 0x7f060064 +int dimen design_bottom_navigation_icon_size 0x7f060065 +int dimen design_bottom_navigation_item_max_width 0x7f060066 +int dimen design_bottom_navigation_item_min_width 0x7f060067 +int dimen design_bottom_navigation_margin 0x7f060068 +int dimen design_bottom_navigation_shadow_height 0x7f060069 +int dimen design_bottom_navigation_text_size 0x7f06006a +int dimen design_bottom_sheet_elevation 0x7f06006b +int dimen design_bottom_sheet_modal_elevation 0x7f06006c +int dimen design_bottom_sheet_peek_height_min 0x7f06006d +int dimen design_fab_border_width 0x7f06006e +int dimen design_fab_elevation 0x7f06006f +int dimen design_fab_image_size 0x7f060070 +int dimen design_fab_size_mini 0x7f060071 +int dimen design_fab_size_normal 0x7f060072 +int dimen design_fab_translation_z_hovered_focused 0x7f060073 +int dimen design_fab_translation_z_pressed 0x7f060074 +int dimen design_navigation_elevation 0x7f060075 +int dimen design_navigation_icon_padding 0x7f060076 +int dimen design_navigation_icon_size 0x7f060077 +int dimen design_navigation_item_horizontal_padding 0x7f060078 +int dimen design_navigation_item_icon_padding 0x7f060079 +int dimen design_navigation_max_width 0x7f06007a +int dimen design_navigation_padding_bottom 0x7f06007b +int dimen design_navigation_separator_vertical_padding 0x7f06007c +int dimen design_snackbar_action_inline_max_width 0x7f06007d +int dimen design_snackbar_action_text_color_alpha 0x7f06007e +int dimen design_snackbar_background_corner_radius 0x7f06007f +int dimen design_snackbar_elevation 0x7f060080 +int dimen design_snackbar_extra_spacing_horizontal 0x7f060081 +int dimen design_snackbar_max_width 0x7f060082 +int dimen design_snackbar_min_width 0x7f060083 +int dimen design_snackbar_padding_horizontal 0x7f060084 +int dimen design_snackbar_padding_vertical 0x7f060085 +int dimen design_snackbar_padding_vertical_2lines 0x7f060086 +int dimen design_snackbar_text_size 0x7f060087 +int dimen design_tab_max_width 0x7f060088 +int dimen design_tab_scrollable_min_width 0x7f060089 +int dimen design_tab_text_size 0x7f06008a +int dimen design_tab_text_size_2line 0x7f06008b +int dimen design_textinput_caption_translate_y 0x7f06008c +int dimen disabled_alpha_material_dark 0x7f06008d +int dimen disabled_alpha_material_light 0x7f06008e +int dimen fastscroll_default_thickness 0x7f06008f +int dimen fastscroll_margin 0x7f060090 +int dimen fastscroll_minimum_range 0x7f060091 +int dimen highlight_alpha_material_colored 0x7f060092 +int dimen highlight_alpha_material_dark 0x7f060093 +int dimen highlight_alpha_material_light 0x7f060094 +int dimen hint_alpha_material_dark 0x7f060095 +int dimen hint_alpha_material_light 0x7f060096 +int dimen hint_pressed_alpha_material_dark 0x7f060097 +int dimen hint_pressed_alpha_material_light 0x7f060098 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060099 +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f06009a +int dimen item_touch_helper_swipe_escape_velocity 0x7f06009b +int dimen material_emphasis_disabled 0x7f06009c +int dimen material_emphasis_high_type 0x7f06009d +int dimen material_emphasis_medium 0x7f06009e +int dimen material_text_view_test_line_height 0x7f06009f +int dimen material_text_view_test_line_height_override 0x7f0600a0 +int dimen mtrl_alert_dialog_background_inset_bottom 0x7f0600a1 +int dimen mtrl_alert_dialog_background_inset_end 0x7f0600a2 +int dimen mtrl_alert_dialog_background_inset_start 0x7f0600a3 +int dimen mtrl_alert_dialog_background_inset_top 0x7f0600a4 +int dimen mtrl_alert_dialog_picker_background_inset 0x7f0600a5 +int dimen mtrl_badge_horizontal_edge_offset 0x7f0600a6 +int dimen mtrl_badge_long_text_horizontal_padding 0x7f0600a7 +int dimen mtrl_badge_radius 0x7f0600a8 +int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0600a9 +int dimen mtrl_badge_text_size 0x7f0600aa +int dimen mtrl_badge_with_text_radius 0x7f0600ab +int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0600ac +int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0600ad +int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0600ae +int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600af +int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0600b0 +int dimen mtrl_bottomappbar_height 0x7f0600b1 +int dimen mtrl_btn_corner_radius 0x7f0600b2 +int dimen mtrl_btn_dialog_btn_min_width 0x7f0600b3 +int dimen mtrl_btn_disabled_elevation 0x7f0600b4 +int dimen mtrl_btn_disabled_z 0x7f0600b5 +int dimen mtrl_btn_elevation 0x7f0600b6 +int dimen mtrl_btn_focused_z 0x7f0600b7 +int dimen mtrl_btn_hovered_z 0x7f0600b8 +int dimen mtrl_btn_icon_btn_padding_left 0x7f0600b9 +int dimen mtrl_btn_icon_padding 0x7f0600ba +int dimen mtrl_btn_inset 0x7f0600bb +int dimen mtrl_btn_letter_spacing 0x7f0600bc +int dimen mtrl_btn_padding_bottom 0x7f0600bd +int dimen mtrl_btn_padding_left 0x7f0600be +int dimen mtrl_btn_padding_right 0x7f0600bf +int dimen mtrl_btn_padding_top 0x7f0600c0 +int dimen mtrl_btn_pressed_z 0x7f0600c1 +int dimen mtrl_btn_stroke_size 0x7f0600c2 +int dimen mtrl_btn_text_btn_icon_padding 0x7f0600c3 +int dimen mtrl_btn_text_btn_padding_left 0x7f0600c4 +int dimen mtrl_btn_text_btn_padding_right 0x7f0600c5 +int dimen mtrl_btn_text_size 0x7f0600c6 +int dimen mtrl_btn_z 0x7f0600c7 +int dimen mtrl_calendar_action_height 0x7f0600c8 +int dimen mtrl_calendar_action_padding 0x7f0600c9 +int dimen mtrl_calendar_bottom_padding 0x7f0600ca +int dimen mtrl_calendar_content_padding 0x7f0600cb +int dimen mtrl_calendar_day_corner 0x7f0600cc +int dimen mtrl_calendar_day_height 0x7f0600cd +int dimen mtrl_calendar_day_horizontal_padding 0x7f0600ce +int dimen mtrl_calendar_day_today_stroke 0x7f0600cf +int dimen mtrl_calendar_day_vertical_padding 0x7f0600d0 +int dimen mtrl_calendar_day_width 0x7f0600d1 +int dimen mtrl_calendar_days_of_week_height 0x7f0600d2 +int dimen mtrl_calendar_dialog_background_inset 0x7f0600d3 +int dimen mtrl_calendar_header_content_padding 0x7f0600d4 +int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f0600d5 +int dimen mtrl_calendar_header_divider_thickness 0x7f0600d6 +int dimen mtrl_calendar_header_height 0x7f0600d7 +int dimen mtrl_calendar_header_height_fullscreen 0x7f0600d8 +int dimen mtrl_calendar_header_selection_line_height 0x7f0600d9 +int dimen mtrl_calendar_header_text_padding 0x7f0600da +int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0600db +int dimen mtrl_calendar_header_toggle_margin_top 0x7f0600dc +int dimen mtrl_calendar_landscape_header_width 0x7f0600dd +int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0600de +int dimen mtrl_calendar_month_horizontal_padding 0x7f0600df +int dimen mtrl_calendar_month_vertical_padding 0x7f0600e0 +int dimen mtrl_calendar_navigation_bottom_padding 0x7f0600e1 +int dimen mtrl_calendar_navigation_height 0x7f0600e2 +int dimen mtrl_calendar_navigation_top_padding 0x7f0600e3 +int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0600e4 +int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0600e5 +int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0600e6 +int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0600e7 +int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0600e8 +int dimen mtrl_calendar_text_input_padding_top 0x7f0600e9 +int dimen mtrl_calendar_title_baseline_to_top 0x7f0600ea +int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0600eb +int dimen mtrl_calendar_year_corner 0x7f0600ec +int dimen mtrl_calendar_year_height 0x7f0600ed +int dimen mtrl_calendar_year_horizontal_padding 0x7f0600ee +int dimen mtrl_calendar_year_vertical_padding 0x7f0600ef +int dimen mtrl_calendar_year_width 0x7f0600f0 +int dimen mtrl_card_checked_icon_margin 0x7f0600f1 +int dimen mtrl_card_checked_icon_size 0x7f0600f2 +int dimen mtrl_card_corner_radius 0x7f0600f3 +int dimen mtrl_card_dragged_z 0x7f0600f4 +int dimen mtrl_card_elevation 0x7f0600f5 +int dimen mtrl_card_spacing 0x7f0600f6 +int dimen mtrl_chip_pressed_translation_z 0x7f0600f7 +int dimen mtrl_chip_text_size 0x7f0600f8 +int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0600f9 +int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0600fa +int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0600fb +int dimen mtrl_extended_fab_bottom_padding 0x7f0600fc +int dimen mtrl_extended_fab_corner_radius 0x7f0600fd +int dimen mtrl_extended_fab_disabled_elevation 0x7f0600fe +int dimen mtrl_extended_fab_disabled_translation_z 0x7f0600ff +int dimen mtrl_extended_fab_elevation 0x7f060100 +int dimen mtrl_extended_fab_end_padding 0x7f060101 +int dimen mtrl_extended_fab_end_padding_icon 0x7f060102 +int dimen mtrl_extended_fab_icon_size 0x7f060103 +int dimen mtrl_extended_fab_icon_text_spacing 0x7f060104 +int dimen mtrl_extended_fab_min_height 0x7f060105 +int dimen mtrl_extended_fab_min_width 0x7f060106 +int dimen mtrl_extended_fab_start_padding 0x7f060107 +int dimen mtrl_extended_fab_start_padding_icon 0x7f060108 +int dimen mtrl_extended_fab_top_padding 0x7f060109 +int dimen mtrl_extended_fab_translation_z_base 0x7f06010a +int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f06010b +int dimen mtrl_extended_fab_translation_z_pressed 0x7f06010c +int dimen mtrl_fab_elevation 0x7f06010d +int dimen mtrl_fab_min_touch_target 0x7f06010e +int dimen mtrl_fab_translation_z_hovered_focused 0x7f06010f +int dimen mtrl_fab_translation_z_pressed 0x7f060110 +int dimen mtrl_high_ripple_default_alpha 0x7f060111 +int dimen mtrl_high_ripple_focused_alpha 0x7f060112 +int dimen mtrl_high_ripple_hovered_alpha 0x7f060113 +int dimen mtrl_high_ripple_pressed_alpha 0x7f060114 +int dimen mtrl_large_touch_target 0x7f060115 +int dimen mtrl_low_ripple_default_alpha 0x7f060116 +int dimen mtrl_low_ripple_focused_alpha 0x7f060117 +int dimen mtrl_low_ripple_hovered_alpha 0x7f060118 +int dimen mtrl_low_ripple_pressed_alpha 0x7f060119 +int dimen mtrl_min_touch_target_size 0x7f06011a +int dimen mtrl_navigation_elevation 0x7f06011b +int dimen mtrl_navigation_item_horizontal_padding 0x7f06011c +int dimen mtrl_navigation_item_icon_padding 0x7f06011d +int dimen mtrl_navigation_item_icon_size 0x7f06011e +int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f06011f +int dimen mtrl_navigation_item_shape_vertical_margin 0x7f060120 +int dimen mtrl_shape_corner_size_large_component 0x7f060121 +int dimen mtrl_shape_corner_size_medium_component 0x7f060122 +int dimen mtrl_shape_corner_size_small_component 0x7f060123 +int dimen mtrl_snackbar_action_text_color_alpha 0x7f060124 +int dimen mtrl_snackbar_background_corner_radius 0x7f060125 +int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f060126 +int dimen mtrl_snackbar_margin 0x7f060127 +int dimen mtrl_switch_thumb_elevation 0x7f060128 +int dimen mtrl_textinput_box_corner_radius_medium 0x7f060129 +int dimen mtrl_textinput_box_corner_radius_small 0x7f06012a +int dimen mtrl_textinput_box_label_cutout_padding 0x7f06012b +int dimen mtrl_textinput_box_stroke_width_default 0x7f06012c +int dimen mtrl_textinput_box_stroke_width_focused 0x7f06012d +int dimen mtrl_textinput_end_icon_margin_start 0x7f06012e +int dimen mtrl_textinput_outline_box_expanded_padding 0x7f06012f +int dimen mtrl_textinput_start_icon_margin_end 0x7f060130 +int dimen mtrl_toolbar_default_height 0x7f060131 +int dimen notification_action_icon_size 0x7f060132 +int dimen notification_action_text_size 0x7f060133 +int dimen notification_big_circle_margin 0x7f060134 +int dimen notification_content_margin_start 0x7f060135 +int dimen notification_large_icon_height 0x7f060136 +int dimen notification_large_icon_width 0x7f060137 +int dimen notification_main_column_padding_top 0x7f060138 +int dimen notification_media_narrow_margin 0x7f060139 +int dimen notification_right_icon_size 0x7f06013a +int dimen notification_right_side_padding_top 0x7f06013b +int dimen notification_small_icon_background_padding 0x7f06013c +int dimen notification_small_icon_size_as_large 0x7f06013d +int dimen notification_subtext_size 0x7f06013e +int dimen notification_top_pad 0x7f06013f +int dimen notification_top_pad_large_text 0x7f060140 +int dimen test_mtrl_calendar_day_cornerSize 0x7f060141 +int dimen tooltip_corner_radius 0x7f060142 +int dimen tooltip_horizontal_padding 0x7f060143 +int dimen tooltip_margin 0x7f060144 +int dimen tooltip_precise_anchor_extra_offset 0x7f060145 +int dimen tooltip_precise_anchor_threshold 0x7f060146 +int dimen tooltip_vertical_padding 0x7f060147 +int dimen tooltip_y_offset_non_touch 0x7f060148 +int dimen tooltip_y_offset_touch 0x7f060149 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f070006 +int drawable abc_action_bar_item_background_material 0x7f070007 +int drawable abc_btn_borderless_material 0x7f070008 +int drawable abc_btn_check_material 0x7f070009 +int drawable abc_btn_check_material_anim 0x7f07000a +int drawable abc_btn_check_to_on_mtrl_000 0x7f07000b +int drawable abc_btn_check_to_on_mtrl_015 0x7f07000c +int drawable abc_btn_colored_material 0x7f07000d +int drawable abc_btn_default_mtrl_shape 0x7f07000e +int drawable abc_btn_radio_material 0x7f07000f +int drawable abc_btn_radio_material_anim 0x7f070010 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f070011 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f070012 +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070013 +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070014 +int drawable abc_cab_background_internal_bg 0x7f070015 +int drawable abc_cab_background_top_material 0x7f070016 +int drawable abc_cab_background_top_mtrl_alpha 0x7f070017 +int drawable abc_control_background_material 0x7f070018 +int drawable abc_dialog_material_background 0x7f070019 +int drawable abc_edit_text_material 0x7f07001a +int drawable abc_ic_ab_back_material 0x7f07001b +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001c +int drawable abc_ic_clear_material 0x7f07001d +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001e +int drawable abc_ic_go_search_api_material 0x7f07001f +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070020 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070021 +int drawable abc_ic_menu_overflow_material 0x7f070022 +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070023 +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070024 +int drawable abc_ic_menu_share_mtrl_alpha 0x7f070025 +int drawable abc_ic_search_api_material 0x7f070026 +int drawable abc_ic_voice_search_api_material 0x7f070027 +int drawable abc_item_background_holo_dark 0x7f070028 +int drawable abc_item_background_holo_light 0x7f070029 +int drawable abc_list_divider_material 0x7f07002a +int drawable abc_list_divider_mtrl_alpha 0x7f07002b +int drawable abc_list_focused_holo 0x7f07002c +int drawable abc_list_longpressed_holo 0x7f07002d +int drawable abc_list_pressed_holo_dark 0x7f07002e +int drawable abc_list_pressed_holo_light 0x7f07002f +int drawable abc_list_selector_background_transition_holo_dark 0x7f070030 +int drawable abc_list_selector_background_transition_holo_light 0x7f070031 +int drawable abc_list_selector_disabled_holo_dark 0x7f070032 +int drawable abc_list_selector_disabled_holo_light 0x7f070033 +int drawable abc_list_selector_holo_dark 0x7f070034 +int drawable abc_list_selector_holo_light 0x7f070035 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070036 +int drawable abc_popup_background_mtrl_mult 0x7f070037 +int drawable abc_ratingbar_indicator_material 0x7f070038 +int drawable abc_ratingbar_material 0x7f070039 +int drawable abc_ratingbar_small_material 0x7f07003a +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07003b +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07003c +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f07003d +int drawable abc_scrubber_primary_mtrl_alpha 0x7f07003e +int drawable abc_scrubber_track_mtrl_alpha 0x7f07003f +int drawable abc_seekbar_thumb_material 0x7f070040 +int drawable abc_seekbar_tick_mark_material 0x7f070041 +int drawable abc_seekbar_track_material 0x7f070042 +int drawable abc_spinner_mtrl_am_alpha 0x7f070043 +int drawable abc_spinner_textfield_background_material 0x7f070044 +int drawable abc_star_black_48dp 0x7f070045 +int drawable abc_star_half_black_48dp 0x7f070046 +int drawable abc_switch_thumb_material 0x7f070047 +int drawable abc_switch_track_mtrl_alpha 0x7f070048 +int drawable abc_tab_indicator_material 0x7f070049 +int drawable abc_tab_indicator_mtrl_alpha 0x7f07004a +int drawable abc_text_cursor_material 0x7f07004b +int drawable abc_text_select_handle_left_mtrl 0x7f07004c +int drawable abc_text_select_handle_middle_mtrl 0x7f07004d +int drawable abc_text_select_handle_right_mtrl 0x7f07004e +int drawable abc_textfield_activated_mtrl_alpha 0x7f07004f +int drawable abc_textfield_default_mtrl_alpha 0x7f070050 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070051 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f070052 +int drawable abc_textfield_search_material 0x7f070053 +int drawable abc_vector_test 0x7f070054 +int drawable autofill_inline_suggestion_chip_background 0x7f070055 +int drawable avd_hide_password 0x7f070056 +int drawable avd_show_password 0x7f070057 +int drawable btn_checkbox_checked_mtrl 0x7f070058 +int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070059 +int drawable btn_checkbox_unchecked_mtrl 0x7f07005a +int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f07005b +int drawable btn_radio_off_mtrl 0x7f07005c +int drawable btn_radio_off_to_on_mtrl_animation 0x7f07005d +int drawable btn_radio_on_mtrl 0x7f07005e +int drawable btn_radio_on_to_off_mtrl_animation 0x7f07005f +int drawable design_bottom_navigation_item_background 0x7f070060 +int drawable design_fab_background 0x7f070061 +int drawable design_ic_visibility 0x7f070062 +int drawable design_ic_visibility_off 0x7f070063 +int drawable design_password_eye 0x7f070064 +int drawable design_snackbar_background 0x7f070065 +int drawable ic_calendar_black_24dp 0x7f070066 +int drawable ic_clear_black_24dp 0x7f070067 +int drawable ic_edit_black_24dp 0x7f070068 +int drawable ic_keyboard_arrow_left_black_24dp 0x7f070069 +int drawable ic_keyboard_arrow_right_black_24dp 0x7f07006a +int drawable ic_menu_arrow_down_black_24dp 0x7f07006b +int drawable ic_menu_arrow_up_black_24dp 0x7f07006c +int drawable ic_mtrl_checked_circle 0x7f07006d +int drawable ic_mtrl_chip_checked_black 0x7f07006e +int drawable ic_mtrl_chip_checked_circle 0x7f07006f +int drawable ic_mtrl_chip_close_circle 0x7f070070 +int drawable mtrl_dialog_background 0x7f070071 +int drawable mtrl_dropdown_arrow 0x7f070072 +int drawable mtrl_ic_arrow_drop_down 0x7f070073 +int drawable mtrl_ic_arrow_drop_up 0x7f070074 +int drawable mtrl_ic_cancel 0x7f070075 +int drawable mtrl_ic_error 0x7f070076 +int drawable mtrl_popupmenu_background 0x7f070077 +int drawable mtrl_popupmenu_background_dark 0x7f070078 +int drawable mtrl_tabs_default_indicator 0x7f070079 +int drawable navigation_empty_icon 0x7f07007a +int drawable notification_action_background 0x7f07007b +int drawable notification_bg 0x7f07007c +int drawable notification_bg_low 0x7f07007d +int drawable notification_bg_low_normal 0x7f07007e +int drawable notification_bg_low_pressed 0x7f07007f +int drawable notification_bg_normal 0x7f070080 +int drawable notification_bg_normal_pressed 0x7f070081 +int drawable notification_icon_background 0x7f070082 +int drawable notification_template_icon_bg 0x7f070083 +int drawable notification_template_icon_low_bg 0x7f070084 +int drawable notification_tile_bg 0x7f070085 +int drawable notify_panel_notification_icon_bg 0x7f070086 +int drawable redbox_top_border_background 0x7f070087 +int drawable rn_edit_text_material 0x7f070088 +int drawable test_custom_background 0x7f070089 +int drawable tooltip_frame_dark 0x7f07008a +int drawable tooltip_frame_light 0x7f07008b +int id ALT 0x7f080000 +int id BOTTOM_END 0x7f080001 +int id BOTTOM_START 0x7f080002 +int id CTRL 0x7f080003 +int id FUNCTION 0x7f080004 +int id META 0x7f080005 +int id SHIFT 0x7f080006 +int id SYM 0x7f080007 +int id TOP_END 0x7f080008 +int id TOP_START 0x7f080009 +int id accessibility_action_clickable_span 0x7f08000a +int id accessibility_actions 0x7f08000b +int id accessibility_custom_action_0 0x7f08000c +int id accessibility_custom_action_1 0x7f08000d +int id accessibility_custom_action_10 0x7f08000e +int id accessibility_custom_action_11 0x7f08000f +int id accessibility_custom_action_12 0x7f080010 +int id accessibility_custom_action_13 0x7f080011 +int id accessibility_custom_action_14 0x7f080012 +int id accessibility_custom_action_15 0x7f080013 +int id accessibility_custom_action_16 0x7f080014 +int id accessibility_custom_action_17 0x7f080015 +int id accessibility_custom_action_18 0x7f080016 +int id accessibility_custom_action_19 0x7f080017 +int id accessibility_custom_action_2 0x7f080018 +int id accessibility_custom_action_20 0x7f080019 +int id accessibility_custom_action_21 0x7f08001a +int id accessibility_custom_action_22 0x7f08001b +int id accessibility_custom_action_23 0x7f08001c +int id accessibility_custom_action_24 0x7f08001d +int id accessibility_custom_action_25 0x7f08001e +int id accessibility_custom_action_26 0x7f08001f +int id accessibility_custom_action_27 0x7f080020 +int id accessibility_custom_action_28 0x7f080021 +int id accessibility_custom_action_29 0x7f080022 +int id accessibility_custom_action_3 0x7f080023 +int id accessibility_custom_action_30 0x7f080024 +int id accessibility_custom_action_31 0x7f080025 +int id accessibility_custom_action_4 0x7f080026 +int id accessibility_custom_action_5 0x7f080027 +int id accessibility_custom_action_6 0x7f080028 +int id accessibility_custom_action_7 0x7f080029 +int id accessibility_custom_action_8 0x7f08002a +int id accessibility_custom_action_9 0x7f08002b +int id accessibility_hint 0x7f08002c +int id accessibility_label 0x7f08002d +int id accessibility_role 0x7f08002e +int id accessibility_state 0x7f08002f +int id accessibility_value 0x7f080030 +int id action_bar 0x7f080031 +int id action_bar_activity_content 0x7f080032 +int id action_bar_container 0x7f080033 +int id action_bar_root 0x7f080034 +int id action_bar_spinner 0x7f080035 +int id action_bar_subtitle 0x7f080036 +int id action_bar_title 0x7f080037 +int id action_container 0x7f080038 +int id action_context_bar 0x7f080039 +int id action_divider 0x7f08003a +int id action_image 0x7f08003b +int id action_menu_divider 0x7f08003c +int id action_menu_presenter 0x7f08003d +int id action_mode_bar 0x7f08003e +int id action_mode_bar_stub 0x7f08003f +int id action_mode_close_button 0x7f080040 +int id action_text 0x7f080041 +int id actions 0x7f080042 +int id activity_chooser_view_content 0x7f080043 +int id add 0x7f080044 +int id alertTitle 0x7f080045 +int id all 0x7f080046 +int id always 0x7f080047 +int id async 0x7f080048 +int id auto 0x7f080049 +int id autofill_inline_suggestion_end_icon 0x7f08004a +int id autofill_inline_suggestion_start_icon 0x7f08004b +int id autofill_inline_suggestion_subtitle 0x7f08004c +int id autofill_inline_suggestion_title 0x7f08004d +int id beginning 0x7f08004e +int id blocking 0x7f08004f +int id bottom 0x7f080050 +int id buttonPanel 0x7f080051 +int id cancel_button 0x7f080052 +int id catalyst_redbox_title 0x7f080053 +int id center 0x7f080054 +int id centerCrop 0x7f080055 +int id centerInside 0x7f080056 +int id center_horizontal 0x7f080057 +int id center_vertical 0x7f080058 +int id checkbox 0x7f080059 +int id checked 0x7f08005a +int id chip 0x7f08005b +int id chip_group 0x7f08005c +int id chronometer 0x7f08005d +int id clear_text 0x7f08005e +int id clip_horizontal 0x7f08005f +int id clip_vertical 0x7f080060 +int id collapseActionView 0x7f080061 +int id confirm_button 0x7f080062 +int id container 0x7f080063 +int id content 0x7f080064 +int id contentPanel 0x7f080065 +int id coordinator 0x7f080066 +int id custom 0x7f080067 +int id customPanel 0x7f080068 +int id cut 0x7f080069 +int id date_picker_actions 0x7f08006a +int id decor_content_parent 0x7f08006b +int id default_activity_button 0x7f08006c +int id design_bottom_sheet 0x7f08006d +int id design_menu_item_action_area 0x7f08006e +int id design_menu_item_action_area_stub 0x7f08006f +int id design_menu_item_text 0x7f080070 +int id design_navigation_view 0x7f080071 +int id dialog_button 0x7f080072 +int id disableHome 0x7f080073 +int id dropdown_menu 0x7f080074 +int id edit_query 0x7f080075 +int id end 0x7f080076 +int id enterAlways 0x7f080077 +int id enterAlwaysCollapsed 0x7f080078 +int id exitUntilCollapsed 0x7f080079 +int id expand_activities_button 0x7f08007a +int id expanded_menu 0x7f08007b +int id fade 0x7f08007c +int id fill 0x7f08007d +int id fill_horizontal 0x7f08007e +int id fill_vertical 0x7f08007f +int id filled 0x7f080080 +int id filter_chip 0x7f080081 +int id fitBottomStart 0x7f080082 +int id fitCenter 0x7f080083 +int id fitEnd 0x7f080084 +int id fitStart 0x7f080085 +int id fitToContents 0x7f080086 +int id fitXY 0x7f080087 +int id fixed 0x7f080088 +int id flipper_skip_empty_view_group_traversal 0x7f080089 +int id flipper_skip_view_traversal 0x7f08008a +int id focusCrop 0x7f08008b +int id forever 0x7f08008c +int id fps_text 0x7f08008d +int id fragment_container_view_tag 0x7f08008e +int id ghost_view 0x7f08008f +int id ghost_view_holder 0x7f080090 +int id group_divider 0x7f080091 +int id hideable 0x7f080092 +int id home 0x7f080093 +int id homeAsUp 0x7f080094 +int id icon 0x7f080095 +int id icon_group 0x7f080096 +int id ifRoom 0x7f080097 +int id image 0x7f080098 +int id info 0x7f080099 +int id italic 0x7f08009a +int id item_touch_helper_previous_elevation 0x7f08009b +int id labeled 0x7f08009c +int id largeLabel 0x7f08009d +int id left 0x7f08009e +int id line1 0x7f08009f +int id line3 0x7f0800a0 +int id listMode 0x7f0800a1 +int id list_item 0x7f0800a2 +int id masked 0x7f0800a3 +int id message 0x7f0800a4 +int id middle 0x7f0800a5 +int id mini 0x7f0800a6 +int id month_grid 0x7f0800a7 +int id month_navigation_bar 0x7f0800a8 +int id month_navigation_fragment_toggle 0x7f0800a9 +int id month_navigation_next 0x7f0800aa +int id month_navigation_previous 0x7f0800ab +int id month_title 0x7f0800ac +int id mtrl_calendar_day_selector_frame 0x7f0800ad +int id mtrl_calendar_days_of_week 0x7f0800ae +int id mtrl_calendar_frame 0x7f0800af +int id mtrl_calendar_main_pane 0x7f0800b0 +int id mtrl_calendar_months 0x7f0800b1 +int id mtrl_calendar_selection_frame 0x7f0800b2 +int id mtrl_calendar_text_input_frame 0x7f0800b3 +int id mtrl_calendar_year_selector_frame 0x7f0800b4 +int id mtrl_card_checked_layer_id 0x7f0800b5 +int id mtrl_child_content_container 0x7f0800b6 +int id mtrl_internal_children_alpha_tag 0x7f0800b7 +int id mtrl_picker_fullscreen 0x7f0800b8 +int id mtrl_picker_header 0x7f0800b9 +int id mtrl_picker_header_selection_text 0x7f0800ba +int id mtrl_picker_header_title_and_selection 0x7f0800bb +int id mtrl_picker_header_toggle 0x7f0800bc +int id mtrl_picker_text_input_date 0x7f0800bd +int id mtrl_picker_text_input_range_end 0x7f0800be +int id mtrl_picker_text_input_range_start 0x7f0800bf +int id mtrl_picker_title_text 0x7f0800c0 +int id multiply 0x7f0800c1 +int id navigation_header_container 0x7f0800c2 +int id never 0x7f0800c3 +int id noScroll 0x7f0800c4 +int id none 0x7f0800c5 +int id normal 0x7f0800c6 +int id notification_background 0x7f0800c7 +int id notification_main_column 0x7f0800c8 +int id notification_main_column_container 0x7f0800c9 +int id off 0x7f0800ca +int id on 0x7f0800cb +int id outline 0x7f0800cc +int id parallax 0x7f0800cd +int id parentPanel 0x7f0800ce +int id parent_matrix 0x7f0800cf +int id password_toggle 0x7f0800d0 +int id peekHeight 0x7f0800d1 +int id pin 0x7f0800d2 +int id progress_circular 0x7f0800d3 +int id progress_horizontal 0x7f0800d4 +int id radio 0x7f0800d5 +int id react_test_id 0x7f0800d6 +int id right 0x7f0800d7 +int id right_icon 0x7f0800d8 +int id right_side 0x7f0800d9 +int id rn_frame_file 0x7f0800da +int id rn_frame_method 0x7f0800db +int id rn_redbox_dismiss_button 0x7f0800dc +int id rn_redbox_line_separator 0x7f0800dd +int id rn_redbox_loading_indicator 0x7f0800de +int id rn_redbox_reload_button 0x7f0800df +int id rn_redbox_report_button 0x7f0800e0 +int id rn_redbox_report_label 0x7f0800e1 +int id rn_redbox_stack 0x7f0800e2 +int id rounded 0x7f0800e3 +int id save_non_transition_alpha 0x7f0800e4 +int id save_overlay_view 0x7f0800e5 +int id scale 0x7f0800e6 +int id screen 0x7f0800e7 +int id scroll 0x7f0800e8 +int id scrollIndicatorDown 0x7f0800e9 +int id scrollIndicatorUp 0x7f0800ea +int id scrollView 0x7f0800eb +int id scrollable 0x7f0800ec +int id search_badge 0x7f0800ed +int id search_bar 0x7f0800ee +int id search_button 0x7f0800ef +int id search_close_btn 0x7f0800f0 +int id search_edit_frame 0x7f0800f1 +int id search_go_btn 0x7f0800f2 +int id search_mag_icon 0x7f0800f3 +int id search_plate 0x7f0800f4 +int id search_src_text 0x7f0800f5 +int id search_voice_btn 0x7f0800f6 +int id select_dialog_listview 0x7f0800f7 +int id selected 0x7f0800f8 +int id shortcut 0x7f0800f9 +int id showCustom 0x7f0800fa +int id showHome 0x7f0800fb +int id showTitle 0x7f0800fc +int id skipCollapsed 0x7f0800fd +int id slide 0x7f0800fe +int id smallLabel 0x7f0800ff +int id snackbar_action 0x7f080100 +int id snackbar_text 0x7f080101 +int id snap 0x7f080102 +int id snapMargins 0x7f080103 +int id spacer 0x7f080104 +int id special_effects_controller_view_tag 0x7f080105 +int id split_action_bar 0x7f080106 +int id src_atop 0x7f080107 +int id src_in 0x7f080108 +int id src_over 0x7f080109 +int id start 0x7f08010a +int id stretch 0x7f08010b +int id submenuarrow 0x7f08010c +int id submit_area 0x7f08010d +int id tabMode 0x7f08010e +int id tag_accessibility_actions 0x7f08010f +int id tag_accessibility_clickable_spans 0x7f080110 +int id tag_accessibility_heading 0x7f080111 +int id tag_accessibility_pane_title 0x7f080112 +int id tag_on_apply_window_listener 0x7f080113 +int id tag_on_receive_content_listener 0x7f080114 +int id tag_on_receive_content_mime_types 0x7f080115 +int id tag_screen_reader_focusable 0x7f080116 +int id tag_state_description 0x7f080117 +int id tag_transition_group 0x7f080118 +int id tag_unhandled_key_event_manager 0x7f080119 +int id tag_unhandled_key_listeners 0x7f08011a +int id tag_window_insets_animation_callback 0x7f08011b +int id test_checkbox_android_button_tint 0x7f08011c +int id test_checkbox_app_button_tint 0x7f08011d +int id text 0x7f08011e +int id text2 0x7f08011f +int id textEnd 0x7f080120 +int id textSpacerNoButtons 0x7f080121 +int id textSpacerNoTitle 0x7f080122 +int id textStart 0x7f080123 +int id text_input_end_icon 0x7f080124 +int id text_input_start_icon 0x7f080125 +int id textinput_counter 0x7f080126 +int id textinput_error 0x7f080127 +int id textinput_helper_text 0x7f080128 +int id time 0x7f080129 +int id title 0x7f08012a +int id titleDividerNoCustom 0x7f08012b +int id title_template 0x7f08012c +int id top 0x7f08012d +int id topPanel 0x7f08012e +int id touch_outside 0x7f08012f +int id transition_current_scene 0x7f080130 +int id transition_layout_save 0x7f080131 +int id transition_position 0x7f080132 +int id transition_scene_layoutid_cache 0x7f080133 +int id transition_transform 0x7f080134 +int id unchecked 0x7f080135 +int id uniform 0x7f080136 +int id unlabeled 0x7f080137 +int id up 0x7f080138 +int id useLogo 0x7f080139 +int id view_offset_helper 0x7f08013a +int id view_tag_instance_handle 0x7f08013b +int id view_tag_native_id 0x7f08013c +int id view_tree_lifecycle_owner 0x7f08013d +int id view_tree_saved_state_registry_owner 0x7f08013e +int id view_tree_view_model_store_owner 0x7f08013f +int id visible 0x7f080140 +int id visible_removing_fragment_view_tag 0x7f080141 +int id withText 0x7f080142 +int id wrap_content 0x7f080143 +int integer abc_config_activityDefaultDur 0x7f090000 +int integer abc_config_activityShortDur 0x7f090001 +int integer app_bar_elevation_anim_duration 0x7f090002 +int integer bottom_sheet_slide_duration 0x7f090003 +int integer cancel_button_image_alpha 0x7f090004 +int integer config_tooltipAnimTime 0x7f090005 +int integer design_snackbar_text_max_lines 0x7f090006 +int integer design_tab_indicator_anim_duration_ms 0x7f090007 +int integer hide_password_duration 0x7f090008 +int integer mtrl_badge_max_character_count 0x7f090009 +int integer mtrl_btn_anim_delay_ms 0x7f09000a +int integer mtrl_btn_anim_duration_ms 0x7f09000b +int integer mtrl_calendar_header_orientation 0x7f09000c +int integer mtrl_calendar_selection_text_lines 0x7f09000d +int integer mtrl_calendar_year_selector_span 0x7f09000e +int integer mtrl_card_anim_delay_ms 0x7f09000f +int integer mtrl_card_anim_duration_ms 0x7f090010 +int integer mtrl_chip_anim_duration 0x7f090011 +int integer mtrl_tab_indicator_anim_duration_ms 0x7f090012 +int integer react_native_dev_server_port 0x7f090013 +int integer react_native_inspector_proxy_port 0x7f090014 +int integer show_password_duration 0x7f090015 +int integer status_bar_notification_info_maxnum 0x7f090016 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003 +int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004 +int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005 +int interpolator fast_out_slow_in 0x7f0a0006 +int interpolator mtrl_fast_out_linear_in 0x7f0a0007 +int interpolator mtrl_fast_out_slow_in 0x7f0a0008 +int interpolator mtrl_linear 0x7f0a0009 +int interpolator mtrl_linear_out_slow_in 0x7f0a000a +int layout abc_action_bar_title_item 0x7f0b0000 +int layout abc_action_bar_up_container 0x7f0b0001 +int layout abc_action_menu_item_layout 0x7f0b0002 +int layout abc_action_menu_layout 0x7f0b0003 +int layout abc_action_mode_bar 0x7f0b0004 +int layout abc_action_mode_close_item_material 0x7f0b0005 +int layout abc_activity_chooser_view 0x7f0b0006 +int layout abc_activity_chooser_view_list_item 0x7f0b0007 +int layout abc_alert_dialog_button_bar_material 0x7f0b0008 +int layout abc_alert_dialog_material 0x7f0b0009 +int layout abc_alert_dialog_title_material 0x7f0b000a +int layout abc_cascading_menu_item_layout 0x7f0b000b +int layout abc_dialog_title_material 0x7f0b000c +int layout abc_expanded_menu_layout 0x7f0b000d +int layout abc_list_menu_item_checkbox 0x7f0b000e +int layout abc_list_menu_item_icon 0x7f0b000f +int layout abc_list_menu_item_layout 0x7f0b0010 +int layout abc_list_menu_item_radio 0x7f0b0011 +int layout abc_popup_menu_header_item_layout 0x7f0b0012 +int layout abc_popup_menu_item_layout 0x7f0b0013 +int layout abc_screen_content_include 0x7f0b0014 +int layout abc_screen_simple 0x7f0b0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0b0016 +int layout abc_screen_toolbar 0x7f0b0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0b0018 +int layout abc_search_view 0x7f0b0019 +int layout abc_select_dialog_material 0x7f0b001a +int layout abc_tooltip 0x7f0b001b +int layout autofill_inline_suggestion 0x7f0b001c +int layout custom_dialog 0x7f0b001d +int layout design_bottom_navigation_item 0x7f0b001e +int layout design_bottom_sheet_dialog 0x7f0b001f +int layout design_layout_snackbar 0x7f0b0020 +int layout design_layout_snackbar_include 0x7f0b0021 +int layout design_layout_tab_icon 0x7f0b0022 +int layout design_layout_tab_text 0x7f0b0023 +int layout design_menu_item_action_area 0x7f0b0024 +int layout design_navigation_item 0x7f0b0025 +int layout design_navigation_item_header 0x7f0b0026 +int layout design_navigation_item_separator 0x7f0b0027 +int layout design_navigation_item_subheader 0x7f0b0028 +int layout design_navigation_menu 0x7f0b0029 +int layout design_navigation_menu_item 0x7f0b002a +int layout design_text_input_end_icon 0x7f0b002b +int layout design_text_input_start_icon 0x7f0b002c +int layout dev_loading_view 0x7f0b002d +int layout fps_view 0x7f0b002e +int layout mtrl_alert_dialog 0x7f0b002f +int layout mtrl_alert_dialog_actions 0x7f0b0030 +int layout mtrl_alert_dialog_title 0x7f0b0031 +int layout mtrl_alert_select_dialog_item 0x7f0b0032 +int layout mtrl_alert_select_dialog_multichoice 0x7f0b0033 +int layout mtrl_alert_select_dialog_singlechoice 0x7f0b0034 +int layout mtrl_calendar_day 0x7f0b0035 +int layout mtrl_calendar_day_of_week 0x7f0b0036 +int layout mtrl_calendar_days_of_week 0x7f0b0037 +int layout mtrl_calendar_horizontal 0x7f0b0038 +int layout mtrl_calendar_month 0x7f0b0039 +int layout mtrl_calendar_month_labeled 0x7f0b003a +int layout mtrl_calendar_month_navigation 0x7f0b003b +int layout mtrl_calendar_months 0x7f0b003c +int layout mtrl_calendar_vertical 0x7f0b003d +int layout mtrl_calendar_year 0x7f0b003e +int layout mtrl_layout_snackbar 0x7f0b003f +int layout mtrl_layout_snackbar_include 0x7f0b0040 +int layout mtrl_picker_actions 0x7f0b0041 +int layout mtrl_picker_dialog 0x7f0b0042 +int layout mtrl_picker_fullscreen 0x7f0b0043 +int layout mtrl_picker_header_dialog 0x7f0b0044 +int layout mtrl_picker_header_fullscreen 0x7f0b0045 +int layout mtrl_picker_header_selection_text 0x7f0b0046 +int layout mtrl_picker_header_title_text 0x7f0b0047 +int layout mtrl_picker_header_toggle 0x7f0b0048 +int layout mtrl_picker_text_input_date 0x7f0b0049 +int layout mtrl_picker_text_input_date_range 0x7f0b004a +int layout notification_action 0x7f0b004b +int layout notification_action_tombstone 0x7f0b004c +int layout notification_template_custom_big 0x7f0b004d +int layout notification_template_icon_group 0x7f0b004e +int layout notification_template_part_chronometer 0x7f0b004f +int layout notification_template_part_time 0x7f0b0050 +int layout redbox_item_frame 0x7f0b0051 +int layout redbox_item_title 0x7f0b0052 +int layout redbox_view 0x7f0b0053 +int layout select_dialog_item_material 0x7f0b0054 +int layout select_dialog_multichoice_material 0x7f0b0055 +int layout select_dialog_singlechoice_material 0x7f0b0056 +int layout support_simple_spinner_dropdown_item 0x7f0b0057 +int layout test_action_chip 0x7f0b0058 +int layout test_design_checkbox 0x7f0b0059 +int layout test_reflow_chipgroup 0x7f0b005a +int layout test_toolbar 0x7f0b005b +int layout test_toolbar_custom_background 0x7f0b005c +int layout test_toolbar_elevation 0x7f0b005d +int layout test_toolbar_surface 0x7f0b005e +int layout text_view_with_line_height_from_appearance 0x7f0b005f +int layout text_view_with_line_height_from_layout 0x7f0b0060 +int layout text_view_with_line_height_from_style 0x7f0b0061 +int layout text_view_with_theme_line_height 0x7f0b0062 +int layout text_view_without_line_height 0x7f0b0063 +int mipmap ic_launcher 0x7f0c0000 +int mipmap ic_launcher_round 0x7f0c0001 +int plurals mtrl_badge_content_description 0x7f0d0000 +int string abc_action_bar_home_description 0x7f0e0000 +int string abc_action_bar_up_description 0x7f0e0001 +int string abc_action_menu_overflow_description 0x7f0e0002 +int string abc_action_mode_done 0x7f0e0003 +int string abc_activity_chooser_view_see_all 0x7f0e0004 +int string abc_activitychooserview_choose_application 0x7f0e0005 +int string abc_capital_off 0x7f0e0006 +int string abc_capital_on 0x7f0e0007 +int string abc_menu_alt_shortcut_label 0x7f0e0008 +int string abc_menu_ctrl_shortcut_label 0x7f0e0009 +int string abc_menu_delete_shortcut_label 0x7f0e000a +int string abc_menu_enter_shortcut_label 0x7f0e000b +int string abc_menu_function_shortcut_label 0x7f0e000c +int string abc_menu_meta_shortcut_label 0x7f0e000d +int string abc_menu_shift_shortcut_label 0x7f0e000e +int string abc_menu_space_shortcut_label 0x7f0e000f +int string abc_menu_sym_shortcut_label 0x7f0e0010 +int string abc_prepend_shortcut_label 0x7f0e0011 +int string abc_search_hint 0x7f0e0012 +int string abc_searchview_description_clear 0x7f0e0013 +int string abc_searchview_description_query 0x7f0e0014 +int string abc_searchview_description_search 0x7f0e0015 +int string abc_searchview_description_submit 0x7f0e0016 +int string abc_searchview_description_voice 0x7f0e0017 +int string abc_shareactionprovider_share_with 0x7f0e0018 +int string abc_shareactionprovider_share_with_application 0x7f0e0019 +int string abc_toolbar_collapse_description 0x7f0e001a +int string alert_description 0x7f0e001b +int string app_name 0x7f0e001c +int string appbar_scrolling_view_behavior 0x7f0e001d +int string bottom_sheet_behavior 0x7f0e001e +int string catalyst_change_bundle_location 0x7f0e001f +int string catalyst_copy_button 0x7f0e0020 +int string catalyst_debug 0x7f0e0021 +int string catalyst_debug_chrome 0x7f0e0022 +int string catalyst_debug_chrome_stop 0x7f0e0023 +int string catalyst_debug_connecting 0x7f0e0024 +int string catalyst_debug_error 0x7f0e0025 +int string catalyst_debug_open 0x7f0e0026 +int string catalyst_debug_stop 0x7f0e0027 +int string catalyst_devtools_open 0x7f0e0028 +int string catalyst_dismiss_button 0x7f0e0029 +int string catalyst_heap_capture 0x7f0e002a +int string catalyst_hot_reloading 0x7f0e002b +int string catalyst_hot_reloading_auto_disable 0x7f0e002c +int string catalyst_hot_reloading_auto_enable 0x7f0e002d +int string catalyst_hot_reloading_stop 0x7f0e002e +int string catalyst_inspector 0x7f0e002f +int string catalyst_inspector_stop 0x7f0e0030 +int string catalyst_loading_from_url 0x7f0e0031 +int string catalyst_open_flipper_error 0x7f0e0032 +int string catalyst_perf_monitor 0x7f0e0033 +int string catalyst_perf_monitor_stop 0x7f0e0034 +int string catalyst_reload 0x7f0e0035 +int string catalyst_reload_button 0x7f0e0036 +int string catalyst_reload_error 0x7f0e0037 +int string catalyst_report_button 0x7f0e0038 +int string catalyst_sample_profiler_disable 0x7f0e0039 +int string catalyst_sample_profiler_enable 0x7f0e003a +int string catalyst_settings 0x7f0e003b +int string catalyst_settings_title 0x7f0e003c +int string character_counter_content_description 0x7f0e003d +int string character_counter_overflowed_content_description 0x7f0e003e +int string character_counter_pattern 0x7f0e003f +int string chip_text 0x7f0e0040 +int string clear_text_end_icon_content_description 0x7f0e0041 +int string combobox_description 0x7f0e0042 +int string error_icon_content_description 0x7f0e0043 +int string exposed_dropdown_menu_content_description 0x7f0e0044 +int string fab_transformation_scrim_behavior 0x7f0e0045 +int string fab_transformation_sheet_behavior 0x7f0e0046 +int string header_description 0x7f0e0047 +int string hide_bottom_view_on_scroll_behavior 0x7f0e0048 +int string icon_content_description 0x7f0e0049 +int string image_description 0x7f0e004a +int string imagebutton_description 0x7f0e004b +int string link_description 0x7f0e004c +int string menu_description 0x7f0e004d +int string menubar_description 0x7f0e004e +int string menuitem_description 0x7f0e004f +int string mtrl_badge_numberless_content_description 0x7f0e0050 +int string mtrl_chip_close_icon_content_description 0x7f0e0051 +int string mtrl_exceed_max_badge_number_suffix 0x7f0e0052 +int string mtrl_picker_a11y_next_month 0x7f0e0053 +int string mtrl_picker_a11y_prev_month 0x7f0e0054 +int string mtrl_picker_announce_current_selection 0x7f0e0055 +int string mtrl_picker_cancel 0x7f0e0056 +int string mtrl_picker_confirm 0x7f0e0057 +int string mtrl_picker_date_header_selected 0x7f0e0058 +int string mtrl_picker_date_header_title 0x7f0e0059 +int string mtrl_picker_date_header_unselected 0x7f0e005a +int string mtrl_picker_day_of_week_column_header 0x7f0e005b +int string mtrl_picker_invalid_format 0x7f0e005c +int string mtrl_picker_invalid_format_example 0x7f0e005d +int string mtrl_picker_invalid_format_use 0x7f0e005e +int string mtrl_picker_invalid_range 0x7f0e005f +int string mtrl_picker_navigate_to_year_description 0x7f0e0060 +int string mtrl_picker_out_of_range 0x7f0e0061 +int string mtrl_picker_range_header_only_end_selected 0x7f0e0062 +int string mtrl_picker_range_header_only_start_selected 0x7f0e0063 +int string mtrl_picker_range_header_selected 0x7f0e0064 +int string mtrl_picker_range_header_title 0x7f0e0065 +int string mtrl_picker_range_header_unselected 0x7f0e0066 +int string mtrl_picker_save 0x7f0e0067 +int string mtrl_picker_text_input_date_hint 0x7f0e0068 +int string mtrl_picker_text_input_date_range_end_hint 0x7f0e0069 +int string mtrl_picker_text_input_date_range_start_hint 0x7f0e006a +int string mtrl_picker_text_input_day_abbr 0x7f0e006b +int string mtrl_picker_text_input_month_abbr 0x7f0e006c +int string mtrl_picker_text_input_year_abbr 0x7f0e006d +int string mtrl_picker_toggle_to_calendar_input_mode 0x7f0e006e +int string mtrl_picker_toggle_to_day_selection 0x7f0e006f +int string mtrl_picker_toggle_to_text_input_mode 0x7f0e0070 +int string mtrl_picker_toggle_to_year_selection 0x7f0e0071 +int string password_toggle_content_description 0x7f0e0072 +int string path_password_eye 0x7f0e0073 +int string path_password_eye_mask_strike_through 0x7f0e0074 +int string path_password_eye_mask_visible 0x7f0e0075 +int string path_password_strike_through 0x7f0e0076 +int string progressbar_description 0x7f0e0077 +int string radiogroup_description 0x7f0e0078 +int string rn_tab_description 0x7f0e0079 +int string scrollbar_description 0x7f0e007a +int string search_menu_title 0x7f0e007b +int string spinbutton_description 0x7f0e007c +int string state_busy_description 0x7f0e007d +int string state_collapsed_description 0x7f0e007e +int string state_expanded_description 0x7f0e007f +int string state_mixed_description 0x7f0e0080 +int string state_off_description 0x7f0e0081 +int string state_on_description 0x7f0e0082 +int string state_unselected_description 0x7f0e0083 +int string status_bar_notification_info_overflow 0x7f0e0084 +int string summary_description 0x7f0e0085 +int string tablist_description 0x7f0e0086 +int string timer_description 0x7f0e0087 +int string toolbar_description 0x7f0e0088 +int style AlertDialog_AppCompat 0x7f0f0000 +int style AlertDialog_AppCompat_Light 0x7f0f0001 +int style Animation_AppCompat_Dialog 0x7f0f0002 +int style Animation_AppCompat_DropDownUp 0x7f0f0003 +int style Animation_AppCompat_Tooltip 0x7f0f0004 +int style Animation_Catalyst_LogBox 0x7f0f0005 +int style Animation_Catalyst_RedBox 0x7f0f0006 +int style Animation_Design_BottomSheetDialog 0x7f0f0007 +int style Animation_MaterialComponents_BottomSheetDialog 0x7f0f0008 +int style AppTheme 0x7f0f0009 +int style Base_AlertDialog_AppCompat 0x7f0f000a +int style Base_AlertDialog_AppCompat_Light 0x7f0f000b +int style Base_Animation_AppCompat_Dialog 0x7f0f000c +int style Base_Animation_AppCompat_DropDownUp 0x7f0f000d +int style Base_Animation_AppCompat_Tooltip 0x7f0f000e +int style Base_CardView 0x7f0f000f +int style Base_DialogWindowTitle_AppCompat 0x7f0f0010 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0f0011 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f0f0012 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f0f0013 +int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f0f0014 +int style Base_TextAppearance_AppCompat 0x7f0f0015 +int style Base_TextAppearance_AppCompat_Body1 0x7f0f0016 +int style Base_TextAppearance_AppCompat_Body2 0x7f0f0017 +int style Base_TextAppearance_AppCompat_Button 0x7f0f0018 +int style Base_TextAppearance_AppCompat_Caption 0x7f0f0019 +int style Base_TextAppearance_AppCompat_Display1 0x7f0f001a +int style Base_TextAppearance_AppCompat_Display2 0x7f0f001b +int style Base_TextAppearance_AppCompat_Display3 0x7f0f001c +int style Base_TextAppearance_AppCompat_Display4 0x7f0f001d +int style Base_TextAppearance_AppCompat_Headline 0x7f0f001e +int style Base_TextAppearance_AppCompat_Inverse 0x7f0f001f +int style Base_TextAppearance_AppCompat_Large 0x7f0f0020 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0f0021 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0f0022 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0f0023 +int style Base_TextAppearance_AppCompat_Medium 0x7f0f0024 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0f0025 +int style Base_TextAppearance_AppCompat_Menu 0x7f0f0026 +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0f0027 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0f0028 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0f0029 +int style Base_TextAppearance_AppCompat_Small 0x7f0f002a +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0f002b +int style Base_TextAppearance_AppCompat_Subhead 0x7f0f002c +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0f002d +int style Base_TextAppearance_AppCompat_Title 0x7f0f002e +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0f002f +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0f0030 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0f0031 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0f0032 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0f0033 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0f0034 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0f0035 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0f0036 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0f0037 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0f0038 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0f0039 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0f003a +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0f003b +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0f003c +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0f003d +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0f003e +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0f003f +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0f0040 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0f0041 +int style Base_TextAppearance_MaterialComponents_Badge 0x7f0f0042 +int style Base_TextAppearance_MaterialComponents_Button 0x7f0f0043 +int style Base_TextAppearance_MaterialComponents_Headline6 0x7f0f0044 +int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f0f0045 +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0f0046 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0f0047 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0f0048 +int style Base_Theme_AppCompat 0x7f0f0049 +int style Base_Theme_AppCompat_CompactMenu 0x7f0f004a +int style Base_Theme_AppCompat_Dialog 0x7f0f004b +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0f004c +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0f004d +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0f004e +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0f004f +int style Base_Theme_AppCompat_Light 0x7f0f0050 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0f0051 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0f0052 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0f0053 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0f0054 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0f0055 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0f0056 +int style Base_Theme_MaterialComponents 0x7f0f0057 +int style Base_Theme_MaterialComponents_Bridge 0x7f0f0058 +int style Base_Theme_MaterialComponents_CompactMenu 0x7f0f0059 +int style Base_Theme_MaterialComponents_Dialog 0x7f0f005a +int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f0f005b +int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f0f005c +int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f0f005d +int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f0f005e +int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f0f005f +int style Base_Theme_MaterialComponents_Light 0x7f0f0060 +int style Base_Theme_MaterialComponents_Light_Bridge 0x7f0f0061 +int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f0f0062 +int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0f0063 +int style Base_Theme_MaterialComponents_Light_Dialog 0x7f0f0064 +int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f0f0065 +int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f0f0066 +int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f0f0067 +int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f0f0068 +int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f0f0069 +int style Base_ThemeOverlay_AppCompat 0x7f0f006a +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0f006b +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0f006c +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0f006d +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0f006e +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0f006f +int style Base_ThemeOverlay_AppCompat_Light 0x7f0f0070 +int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f0f0071 +int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0f0072 +int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f0f0073 +int style Base_V14_Theme_MaterialComponents 0x7f0f0074 +int style Base_V14_Theme_MaterialComponents_Bridge 0x7f0f0075 +int style Base_V14_Theme_MaterialComponents_Dialog 0x7f0f0076 +int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f0f0077 +int style Base_V14_Theme_MaterialComponents_Light 0x7f0f0078 +int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f0f0079 +int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0f007a +int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f0f007b +int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f0f007c +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f0f007d +int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0f007e +int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f0f007f +int style Base_V21_Theme_AppCompat 0x7f0f0080 +int style Base_V21_Theme_AppCompat_Dialog 0x7f0f0081 +int style Base_V21_Theme_AppCompat_Light 0x7f0f0082 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0f0083 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0f0084 +int style Base_V22_Theme_AppCompat 0x7f0f0085 +int style Base_V22_Theme_AppCompat_Light 0x7f0f0086 +int style Base_V23_Theme_AppCompat 0x7f0f0087 +int style Base_V23_Theme_AppCompat_Light 0x7f0f0088 +int style Base_V26_Theme_AppCompat 0x7f0f0089 +int style Base_V26_Theme_AppCompat_Light 0x7f0f008a +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0f008b +int style Base_V28_Theme_AppCompat 0x7f0f008c +int style Base_V28_Theme_AppCompat_Light 0x7f0f008d +int style Base_V7_Theme_AppCompat 0x7f0f008e +int style Base_V7_Theme_AppCompat_Dialog 0x7f0f008f +int style Base_V7_Theme_AppCompat_Light 0x7f0f0090 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0f0091 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0f0092 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0f0093 +int style Base_V7_Widget_AppCompat_EditText 0x7f0f0094 +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0f0095 +int style Base_Widget_AppCompat_ActionBar 0x7f0f0096 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0f0097 +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0f0098 +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0f0099 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0f009a +int style Base_Widget_AppCompat_ActionButton 0x7f0f009b +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0f009c +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0f009d +int style Base_Widget_AppCompat_ActionMode 0x7f0f009e +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0f009f +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0f00a0 +int style Base_Widget_AppCompat_Button 0x7f0f00a1 +int style Base_Widget_AppCompat_Button_Borderless 0x7f0f00a2 +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0f00a3 +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0f00a4 +int style Base_Widget_AppCompat_Button_Colored 0x7f0f00a5 +int style Base_Widget_AppCompat_Button_Small 0x7f0f00a6 +int style Base_Widget_AppCompat_ButtonBar 0x7f0f00a7 +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0f00a8 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0f00a9 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0f00aa +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0f00ab +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0f00ac +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0f00ad +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0f00ae +int style Base_Widget_AppCompat_EditText 0x7f0f00af +int style Base_Widget_AppCompat_ImageButton 0x7f0f00b0 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0f00b1 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0f00b2 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0f00b3 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0f00b4 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0f00b5 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0f00b6 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0f00b7 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0f00b8 +int style Base_Widget_AppCompat_ListMenuView 0x7f0f00b9 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0f00ba +int style Base_Widget_AppCompat_ListView 0x7f0f00bb +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0f00bc +int style Base_Widget_AppCompat_ListView_Menu 0x7f0f00bd +int style Base_Widget_AppCompat_PopupMenu 0x7f0f00be +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0f00bf +int style Base_Widget_AppCompat_PopupWindow 0x7f0f00c0 +int style Base_Widget_AppCompat_ProgressBar 0x7f0f00c1 +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0f00c2 +int style Base_Widget_AppCompat_RatingBar 0x7f0f00c3 +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0f00c4 +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0f00c5 +int style Base_Widget_AppCompat_SearchView 0x7f0f00c6 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0f00c7 +int style Base_Widget_AppCompat_SeekBar 0x7f0f00c8 +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0f00c9 +int style Base_Widget_AppCompat_Spinner 0x7f0f00ca +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0f00cb +int style Base_Widget_AppCompat_TextView 0x7f0f00cc +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0f00cd +int style Base_Widget_AppCompat_Toolbar 0x7f0f00ce +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0f00cf +int style Base_Widget_Design_TabLayout 0x7f0f00d0 +int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f0f00d1 +int style Base_Widget_MaterialComponents_CheckedTextView 0x7f0f00d2 +int style Base_Widget_MaterialComponents_Chip 0x7f0f00d3 +int style Base_Widget_MaterialComponents_PopupMenu 0x7f0f00d4 +int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f0f00d5 +int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f0f00d6 +int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f0f00d7 +int style Base_Widget_MaterialComponents_TextInputEditText 0x7f0f00d8 +int style Base_Widget_MaterialComponents_TextInputLayout 0x7f0f00d9 +int style Base_Widget_MaterialComponents_TextView 0x7f0f00da +int style CalendarDatePickerDialog 0x7f0f00db +int style CalendarDatePickerStyle 0x7f0f00dc +int style CardView 0x7f0f00dd +int style CardView_Dark 0x7f0f00de +int style CardView_Light 0x7f0f00df +int style DialogAnimationFade 0x7f0f00e0 +int style DialogAnimationSlide 0x7f0f00e1 +int style EmptyTheme 0x7f0f00e2 +int style MaterialAlertDialog_MaterialComponents 0x7f0f00e3 +int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f0f00e4 +int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f0f00e5 +int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f0f00e6 +int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f0f00e7 +int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f0f00e8 +int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f0f00e9 +int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f0f00ea +int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f0f00eb +int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f0f00ec +int style Platform_AppCompat 0x7f0f00ed +int style Platform_AppCompat_Light 0x7f0f00ee +int style Platform_MaterialComponents 0x7f0f00ef +int style Platform_MaterialComponents_Dialog 0x7f0f00f0 +int style Platform_MaterialComponents_Light 0x7f0f00f1 +int style Platform_MaterialComponents_Light_Dialog 0x7f0f00f2 +int style Platform_ThemeOverlay_AppCompat 0x7f0f00f3 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0f00f4 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0f00f5 +int style Platform_V21_AppCompat 0x7f0f00f6 +int style Platform_V21_AppCompat_Light 0x7f0f00f7 +int style Platform_V25_AppCompat 0x7f0f00f8 +int style Platform_V25_AppCompat_Light 0x7f0f00f9 +int style Platform_Widget_AppCompat_Spinner 0x7f0f00fa +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0f00fb +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0f00fc +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0f00fd +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0f00fe +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0f00ff +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f0f0100 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f0f0101 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0f0102 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f0f0103 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0f0104 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0f0105 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0f0106 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0f0107 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0f0108 +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0f0109 +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0f010a +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0f010b +int style ShapeAppearance_MaterialComponents 0x7f0f010c +int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f0f010d +int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f0f010e +int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f0f010f +int style ShapeAppearance_MaterialComponents_Test 0x7f0f0110 +int style ShapeAppearanceOverlay 0x7f0f0111 +int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x7f0f0112 +int style ShapeAppearanceOverlay_BottomRightCut 0x7f0f0113 +int style ShapeAppearanceOverlay_Cut 0x7f0f0114 +int style ShapeAppearanceOverlay_DifferentCornerSize 0x7f0f0115 +int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f0f0116 +int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f0f0117 +int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f0f0118 +int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f0f0119 +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f0f011a +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f0f011b +int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f0f011c +int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f0f011d +int style ShapeAppearanceOverlay_TopLeftCut 0x7f0f011e +int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x7f0f011f +int style SpinnerDatePickerDialog 0x7f0f0120 +int style SpinnerDatePickerStyle 0x7f0f0121 +int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f0f0122 +int style Test_Theme_MaterialComponents_MaterialCalendar 0x7f0f0123 +int style Test_Widget_MaterialComponents_MaterialCalendar 0x7f0f0124 +int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x7f0f0125 +int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f0f0126 +int style TestStyleWithLineHeight 0x7f0f0127 +int style TestStyleWithLineHeightAppearance 0x7f0f0128 +int style TestStyleWithThemeLineHeightAttribute 0x7f0f0129 +int style TestStyleWithoutLineHeight 0x7f0f012a +int style TestThemeWithLineHeight 0x7f0f012b +int style TestThemeWithLineHeightDisabled 0x7f0f012c +int style TextAppearance_AppCompat 0x7f0f012d +int style TextAppearance_AppCompat_Body1 0x7f0f012e +int style TextAppearance_AppCompat_Body2 0x7f0f012f +int style TextAppearance_AppCompat_Button 0x7f0f0130 +int style TextAppearance_AppCompat_Caption 0x7f0f0131 +int style TextAppearance_AppCompat_Display1 0x7f0f0132 +int style TextAppearance_AppCompat_Display2 0x7f0f0133 +int style TextAppearance_AppCompat_Display3 0x7f0f0134 +int style TextAppearance_AppCompat_Display4 0x7f0f0135 +int style TextAppearance_AppCompat_Headline 0x7f0f0136 +int style TextAppearance_AppCompat_Inverse 0x7f0f0137 +int style TextAppearance_AppCompat_Large 0x7f0f0138 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0f0139 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0f013a +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0f013b +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0f013c +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0f013d +int style TextAppearance_AppCompat_Medium 0x7f0f013e +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0f013f +int style TextAppearance_AppCompat_Menu 0x7f0f0140 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0f0141 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0f0142 +int style TextAppearance_AppCompat_Small 0x7f0f0143 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0f0144 +int style TextAppearance_AppCompat_Subhead 0x7f0f0145 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0f0146 +int style TextAppearance_AppCompat_Title 0x7f0f0147 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0f0148 +int style TextAppearance_AppCompat_Tooltip 0x7f0f0149 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0f014a +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0f014b +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0f014c +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0f014d +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0f014e +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0f014f +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0f0150 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0f0151 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0f0152 +int style TextAppearance_AppCompat_Widget_Button 0x7f0f0153 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0f0154 +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0f0155 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0f0156 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0f0157 +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0f0158 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0f0159 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0f015a +int style TextAppearance_AppCompat_Widget_Switch 0x7f0f015b +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0f015c +int style TextAppearance_Compat_Notification 0x7f0f015d +int style TextAppearance_Compat_Notification_Info 0x7f0f015e +int style TextAppearance_Compat_Notification_Line2 0x7f0f015f +int style TextAppearance_Compat_Notification_Time 0x7f0f0160 +int style TextAppearance_Compat_Notification_Title 0x7f0f0161 +int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f0f0162 +int style TextAppearance_Design_Counter 0x7f0f0163 +int style TextAppearance_Design_Counter_Overflow 0x7f0f0164 +int style TextAppearance_Design_Error 0x7f0f0165 +int style TextAppearance_Design_HelperText 0x7f0f0166 +int style TextAppearance_Design_Hint 0x7f0f0167 +int style TextAppearance_Design_Snackbar_Message 0x7f0f0168 +int style TextAppearance_Design_Tab 0x7f0f0169 +int style TextAppearance_MaterialComponents_Badge 0x7f0f016a +int style TextAppearance_MaterialComponents_Body1 0x7f0f016b +int style TextAppearance_MaterialComponents_Body2 0x7f0f016c +int style TextAppearance_MaterialComponents_Button 0x7f0f016d +int style TextAppearance_MaterialComponents_Caption 0x7f0f016e +int style TextAppearance_MaterialComponents_Chip 0x7f0f016f +int style TextAppearance_MaterialComponents_Headline1 0x7f0f0170 +int style TextAppearance_MaterialComponents_Headline2 0x7f0f0171 +int style TextAppearance_MaterialComponents_Headline3 0x7f0f0172 +int style TextAppearance_MaterialComponents_Headline4 0x7f0f0173 +int style TextAppearance_MaterialComponents_Headline5 0x7f0f0174 +int style TextAppearance_MaterialComponents_Headline6 0x7f0f0175 +int style TextAppearance_MaterialComponents_Overline 0x7f0f0176 +int style TextAppearance_MaterialComponents_Subtitle1 0x7f0f0177 +int style TextAppearance_MaterialComponents_Subtitle2 0x7f0f0178 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0f0179 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0f017a +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0f017b +int style Theme 0x7f0f017c +int style Theme_AppCompat 0x7f0f017d +int style Theme_AppCompat_CompactMenu 0x7f0f017e +int style Theme_AppCompat_DayNight 0x7f0f017f +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0f0180 +int style Theme_AppCompat_DayNight_Dialog 0x7f0f0181 +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0f0182 +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0f0183 +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0f0184 +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0f0185 +int style Theme_AppCompat_Dialog 0x7f0f0186 +int style Theme_AppCompat_Dialog_Alert 0x7f0f0187 +int style Theme_AppCompat_Dialog_MinWidth 0x7f0f0188 +int style Theme_AppCompat_DialogWhenLarge 0x7f0f0189 +int style Theme_AppCompat_Empty 0x7f0f018a +int style Theme_AppCompat_Light 0x7f0f018b +int style Theme_AppCompat_Light_DarkActionBar 0x7f0f018c +int style Theme_AppCompat_Light_Dialog 0x7f0f018d +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0f018e +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0f018f +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0f0190 +int style Theme_AppCompat_Light_NoActionBar 0x7f0f0191 +int style Theme_AppCompat_NoActionBar 0x7f0f0192 +int style Theme_AutofillInlineSuggestion 0x7f0f0193 +int style Theme_Catalyst 0x7f0f0194 +int style Theme_Catalyst_LogBox 0x7f0f0195 +int style Theme_Catalyst_RedBox 0x7f0f0196 +int style Theme_Design 0x7f0f0197 +int style Theme_Design_BottomSheetDialog 0x7f0f0198 +int style Theme_Design_Light 0x7f0f0199 +int style Theme_Design_Light_BottomSheetDialog 0x7f0f019a +int style Theme_Design_Light_NoActionBar 0x7f0f019b +int style Theme_Design_NoActionBar 0x7f0f019c +int style Theme_FullScreenDialog 0x7f0f019d +int style Theme_FullScreenDialogAnimatedFade 0x7f0f019e +int style Theme_FullScreenDialogAnimatedSlide 0x7f0f019f +int style Theme_MaterialComponents 0x7f0f01a0 +int style Theme_MaterialComponents_BottomSheetDialog 0x7f0f01a1 +int style Theme_MaterialComponents_Bridge 0x7f0f01a2 +int style Theme_MaterialComponents_CompactMenu 0x7f0f01a3 +int style Theme_MaterialComponents_DayNight 0x7f0f01a4 +int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f0f01a5 +int style Theme_MaterialComponents_DayNight_Bridge 0x7f0f01a6 +int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f0f01a7 +int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f0f01a8 +int style Theme_MaterialComponents_DayNight_Dialog 0x7f0f01a9 +int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f0f01aa +int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f0f01ab +int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f0f01ac +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f0f01ad +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f0f01ae +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f0f01af +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f0f01b0 +int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f0f01b1 +int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f0f01b2 +int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f0f01b3 +int style Theme_MaterialComponents_Dialog 0x7f0f01b4 +int style Theme_MaterialComponents_Dialog_Alert 0x7f0f01b5 +int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f0f01b6 +int style Theme_MaterialComponents_Dialog_Bridge 0x7f0f01b7 +int style Theme_MaterialComponents_Dialog_FixedSize 0x7f0f01b8 +int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f0f01b9 +int style Theme_MaterialComponents_Dialog_MinWidth 0x7f0f01ba +int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f0f01bb +int style Theme_MaterialComponents_DialogWhenLarge 0x7f0f01bc +int style Theme_MaterialComponents_Light 0x7f0f01bd +int style Theme_MaterialComponents_Light_BarSize 0x7f0f01be +int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f0f01bf +int style Theme_MaterialComponents_Light_Bridge 0x7f0f01c0 +int style Theme_MaterialComponents_Light_DarkActionBar 0x7f0f01c1 +int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f0f01c2 +int style Theme_MaterialComponents_Light_Dialog 0x7f0f01c3 +int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f0f01c4 +int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f0f01c5 +int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f0f01c6 +int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f0f01c7 +int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f0f01c8 +int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f0f01c9 +int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f0f01ca +int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f0f01cb +int style Theme_MaterialComponents_Light_LargeTouch 0x7f0f01cc +int style Theme_MaterialComponents_Light_NoActionBar 0x7f0f01cd +int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f0f01ce +int style Theme_MaterialComponents_NoActionBar 0x7f0f01cf +int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f0f01d0 +int style Theme_ReactNative_AppCompat_Light 0x7f0f01d1 +int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0f01d2 +int style ThemeOverlay_AppCompat 0x7f0f01d3 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0f01d4 +int style ThemeOverlay_AppCompat_Dark 0x7f0f01d5 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0f01d6 +int style ThemeOverlay_AppCompat_DayNight 0x7f0f01d7 +int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f0f01d8 +int style ThemeOverlay_AppCompat_Dialog 0x7f0f01d9 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0f01da +int style ThemeOverlay_AppCompat_Light 0x7f0f01db +int style ThemeOverlay_Design_TextInputEditText 0x7f0f01dc +int style ThemeOverlay_MaterialComponents 0x7f0f01dd +int style ThemeOverlay_MaterialComponents_ActionBar 0x7f0f01de +int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f0f01df +int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f0f01e0 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f0f01e1 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f0f01e2 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f0f01e3 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f0f01e4 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f0f01e5 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f0f01e6 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f0f01e7 +int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f0f01e8 +int style ThemeOverlay_MaterialComponents_Dark 0x7f0f01e9 +int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f0f01ea +int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f0f01eb +int style ThemeOverlay_MaterialComponents_Dialog 0x7f0f01ec +int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f0f01ed +int style ThemeOverlay_MaterialComponents_Light 0x7f0f01ee +int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x7f0f01ef +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f0f01f0 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f0f01f1 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f0f01f2 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f0f01f3 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f0f01f4 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f0f01f5 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f0f01f6 +int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f0f01f7 +int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f0f01f8 +int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f0f01f9 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f0f01fa +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f0f01fb +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f0f01fc +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f0f01fd +int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f0f01fe +int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f0f01ff +int style Widget_AppCompat_ActionBar 0x7f0f0200 +int style Widget_AppCompat_ActionBar_Solid 0x7f0f0201 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0f0202 +int style Widget_AppCompat_ActionBar_TabText 0x7f0f0203 +int style Widget_AppCompat_ActionBar_TabView 0x7f0f0204 +int style Widget_AppCompat_ActionButton 0x7f0f0205 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0f0206 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0f0207 +int style Widget_AppCompat_ActionMode 0x7f0f0208 +int style Widget_AppCompat_ActivityChooserView 0x7f0f0209 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0f020a +int style Widget_AppCompat_Button 0x7f0f020b +int style Widget_AppCompat_Button_Borderless 0x7f0f020c +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0f020d +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0f020e +int style Widget_AppCompat_Button_Colored 0x7f0f020f +int style Widget_AppCompat_Button_Small 0x7f0f0210 +int style Widget_AppCompat_ButtonBar 0x7f0f0211 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0f0212 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0f0213 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0f0214 +int style Widget_AppCompat_CompoundButton_Switch 0x7f0f0215 +int style Widget_AppCompat_DrawerArrowToggle 0x7f0f0216 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0f0217 +int style Widget_AppCompat_EditText 0x7f0f0218 +int style Widget_AppCompat_ImageButton 0x7f0f0219 +int style Widget_AppCompat_Light_ActionBar 0x7f0f021a +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0f021b +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0f021c +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0f021d +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0f021e +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0f021f +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0f0220 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0f0221 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0f0222 +int style Widget_AppCompat_Light_ActionButton 0x7f0f0223 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0f0224 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0f0225 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0f0226 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0f0227 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0f0228 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0f0229 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0f022a +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0f022b +int style Widget_AppCompat_Light_PopupMenu 0x7f0f022c +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0f022d +int style Widget_AppCompat_Light_SearchView 0x7f0f022e +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0f022f +int style Widget_AppCompat_ListMenuView 0x7f0f0230 +int style Widget_AppCompat_ListPopupWindow 0x7f0f0231 +int style Widget_AppCompat_ListView 0x7f0f0232 +int style Widget_AppCompat_ListView_DropDown 0x7f0f0233 +int style Widget_AppCompat_ListView_Menu 0x7f0f0234 +int style Widget_AppCompat_PopupMenu 0x7f0f0235 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0f0236 +int style Widget_AppCompat_PopupWindow 0x7f0f0237 +int style Widget_AppCompat_ProgressBar 0x7f0f0238 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0f0239 +int style Widget_AppCompat_RatingBar 0x7f0f023a +int style Widget_AppCompat_RatingBar_Indicator 0x7f0f023b +int style Widget_AppCompat_RatingBar_Small 0x7f0f023c +int style Widget_AppCompat_SearchView 0x7f0f023d +int style Widget_AppCompat_SearchView_ActionBar 0x7f0f023e +int style Widget_AppCompat_SeekBar 0x7f0f023f +int style Widget_AppCompat_SeekBar_Discrete 0x7f0f0240 +int style Widget_AppCompat_Spinner 0x7f0f0241 +int style Widget_AppCompat_Spinner_DropDown 0x7f0f0242 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0f0243 +int style Widget_AppCompat_Spinner_Underlined 0x7f0f0244 +int style Widget_AppCompat_TextView 0x7f0f0245 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0f0246 +int style Widget_AppCompat_Toolbar 0x7f0f0247 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0f0248 +int style Widget_Autofill 0x7f0f0249 +int style Widget_Autofill_InlineSuggestionChip 0x7f0f024a +int style Widget_Autofill_InlineSuggestionEndIconStyle 0x7f0f024b +int style Widget_Autofill_InlineSuggestionStartIconStyle 0x7f0f024c +int style Widget_Autofill_InlineSuggestionSubtitle 0x7f0f024d +int style Widget_Autofill_InlineSuggestionTitle 0x7f0f024e +int style Widget_Compat_NotificationActionContainer 0x7f0f024f +int style Widget_Compat_NotificationActionText 0x7f0f0250 +int style Widget_Design_AppBarLayout 0x7f0f0251 +int style Widget_Design_BottomNavigationView 0x7f0f0252 +int style Widget_Design_BottomSheet_Modal 0x7f0f0253 +int style Widget_Design_CollapsingToolbar 0x7f0f0254 +int style Widget_Design_FloatingActionButton 0x7f0f0255 +int style Widget_Design_NavigationView 0x7f0f0256 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f0f0257 +int style Widget_Design_Snackbar 0x7f0f0258 +int style Widget_Design_TabLayout 0x7f0f0259 +int style Widget_Design_TextInputLayout 0x7f0f025a +int style Widget_MaterialComponents_ActionBar_Primary 0x7f0f025b +int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f0f025c +int style Widget_MaterialComponents_ActionBar_Solid 0x7f0f025d +int style Widget_MaterialComponents_ActionBar_Surface 0x7f0f025e +int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f0f025f +int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f0f0260 +int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f0f0261 +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f0f0262 +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f0f0263 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f0f0264 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f0f0265 +int style Widget_MaterialComponents_Badge 0x7f0f0266 +int style Widget_MaterialComponents_BottomAppBar 0x7f0f0267 +int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f0f0268 +int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f0f0269 +int style Widget_MaterialComponents_BottomNavigationView 0x7f0f026a +int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f0f026b +int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f0f026c +int style Widget_MaterialComponents_BottomSheet 0x7f0f026d +int style Widget_MaterialComponents_BottomSheet_Modal 0x7f0f026e +int style Widget_MaterialComponents_Button 0x7f0f026f +int style Widget_MaterialComponents_Button_Icon 0x7f0f0270 +int style Widget_MaterialComponents_Button_OutlinedButton 0x7f0f0271 +int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f0f0272 +int style Widget_MaterialComponents_Button_TextButton 0x7f0f0273 +int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f0f0274 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f0f0275 +int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f0f0276 +int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f0f0277 +int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f0f0278 +int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f0f0279 +int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f0f027a +int style Widget_MaterialComponents_CardView 0x7f0f027b +int style Widget_MaterialComponents_CheckedTextView 0x7f0f027c +int style Widget_MaterialComponents_Chip_Action 0x7f0f027d +int style Widget_MaterialComponents_Chip_Choice 0x7f0f027e +int style Widget_MaterialComponents_Chip_Entry 0x7f0f027f +int style Widget_MaterialComponents_Chip_Filter 0x7f0f0280 +int style Widget_MaterialComponents_ChipGroup 0x7f0f0281 +int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f0f0282 +int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f0f0283 +int style Widget_MaterialComponents_CompoundButton_Switch 0x7f0f0284 +int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f0f0285 +int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f0f0286 +int style Widget_MaterialComponents_FloatingActionButton 0x7f0f0287 +int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f0f0288 +int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f0f0289 +int style Widget_MaterialComponents_MaterialCalendar 0x7f0f028a +int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f0f028b +int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f0f028c +int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f0f028d +int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f0f028e +int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f0f028f +int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f0f0290 +int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f0f0291 +int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f0f0292 +int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f0f0293 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f0f0294 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f0f0295 +int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f0f0296 +int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f0f0297 +int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f0f0298 +int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f0f0299 +int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f0f029a +int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f0f029b +int style Widget_MaterialComponents_NavigationView 0x7f0f029c +int style Widget_MaterialComponents_PopupMenu 0x7f0f029d +int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f0f029e +int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f0f029f +int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f0f02a0 +int style Widget_MaterialComponents_Snackbar 0x7f0f02a1 +int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f0f02a2 +int style Widget_MaterialComponents_TabLayout 0x7f0f02a3 +int style Widget_MaterialComponents_TabLayout_Colored 0x7f0f02a4 +int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f0f02a5 +int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f0f02a6 +int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f0f02a7 +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f0f02a8 +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f0f02a9 +int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f0f02aa +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f0f02ab +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f0f02ac +int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f0f02ad +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f0f02ae +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f0f02af +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f0f02b0 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f0f02b1 +int style Widget_MaterialComponents_TextView 0x7f0f02b2 +int style Widget_MaterialComponents_Toolbar 0x7f0f02b3 +int style Widget_MaterialComponents_Toolbar_Primary 0x7f0f02b4 +int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f0f02b5 +int style Widget_MaterialComponents_Toolbar_Surface 0x7f0f02b6 +int style Widget_Support_CoordinatorLayout 0x7f0f02b7 +int style redboxButton 0x7f0f02b8 +int[] styleable ActionBar { 0x7f03003e, 0x7f030046, 0x7f030047, 0x7f0300bd, 0x7f0300be, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300dc, 0x7f0300e5, 0x7f0300e6, 0x7f0300f9, 0x7f030137, 0x7f03013d, 0x7f030143, 0x7f030144, 0x7f030146, 0x7f030150, 0x7f03015e, 0x7f030190, 0x7f0301b0, 0x7f0301c7, 0x7f0301cf, 0x7f0301d0, 0x7f03021f, 0x7f030222, 0x7f03026a, 0x7f030274 } +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 { 0x7f03003e, 0x7f030046, 0x7f0300a0, 0x7f030137, 0x7f030222, 0x7f030274 } +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 { 0x7f03010b, 0x7f030151 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f03006f, 0x7f030070, 0x7f030185, 0x7f030186, 0x7f0301ad, 0x7f0301ff, 0x7f030201 } +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 AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } +int styleable AnimatedStateListDrawableCompat_android_dither 0 +int styleable AnimatedStateListDrawableCompat_android_visible 1 +int styleable AnimatedStateListDrawableCompat_android_variablePadding 2 +int styleable AnimatedStateListDrawableCompat_android_constantSize 3 +int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4 +int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5 +int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 } +int styleable AnimatedStateListDrawableItem_android_id 0 +int styleable AnimatedStateListDrawableItem_android_drawable 1 +int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b } +int styleable AnimatedStateListDrawableTransition_android_drawable 0 +int styleable AnimatedStateListDrawableTransition_android_toId 1 +int styleable AnimatedStateListDrawableTransition_android_fromId 2 +int styleable AnimatedStateListDrawableTransition_android_reversible 3 +int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f0300f9, 0x7f03010c, 0x7f03017d, 0x7f03017e, 0x7f030219 } +int styleable AppBarLayout_android_background 0 +int styleable AppBarLayout_android_touchscreenBlocksFocus 1 +int styleable AppBarLayout_android_keyboardNavigationCluster 2 +int styleable AppBarLayout_elevation 3 +int styleable AppBarLayout_expanded 4 +int styleable AppBarLayout_liftOnScroll 5 +int styleable AppBarLayout_liftOnScrollTargetViewId 6 +int styleable AppBarLayout_statusBarForeground 7 +int[] styleable AppBarLayoutStates { 0x7f030213, 0x7f030214, 0x7f030216, 0x7f030217 } +int styleable AppBarLayoutStates_state_collapsed 0 +int styleable AppBarLayoutStates_state_collapsible 1 +int styleable AppBarLayoutStates_state_liftable 2 +int styleable AppBarLayoutStates_state_lifted 3 +int[] styleable AppBarLayout_Layout { 0x7f03017b, 0x7f03017c } +int styleable AppBarLayout_Layout_layout_scrollFlags 0 +int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 +int[] styleable AppCompatImageView { 0x01010119, 0x7f03020b, 0x7f030268, 0x7f030269 } +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, 0x7f030265, 0x7f030266, 0x7f030267 } +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, 0x7f030034, 0x7f030035, 0x7f030036, 0x7f030037, 0x7f030038, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed, 0x7f0300ef, 0x7f0300f0, 0x7f0300f1, 0x7f0300f2, 0x7f030125, 0x7f030128, 0x7f030131, 0x7f030170, 0x7f03017f, 0x7f030242, 0x7f03025d } +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_drawableBottomCompat 6 +int styleable AppCompatTextView_drawableEndCompat 7 +int styleable AppCompatTextView_drawableLeftCompat 8 +int styleable AppCompatTextView_drawableRightCompat 9 +int styleable AppCompatTextView_drawableStartCompat 10 +int styleable AppCompatTextView_drawableTint 11 +int styleable AppCompatTextView_drawableTintMode 12 +int styleable AppCompatTextView_drawableTopCompat 13 +int styleable AppCompatTextView_firstBaselineToTopHeight 14 +int styleable AppCompatTextView_fontFamily 15 +int styleable AppCompatTextView_fontVariationSettings 16 +int styleable AppCompatTextView_lastBaselineToBottomHeight 17 +int styleable AppCompatTextView_lineHeight 18 +int styleable AppCompatTextView_textAllCaps 19 +int styleable AppCompatTextView_textLocale 20 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030024, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f030033, 0x7f030059, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f030071, 0x7f030072, 0x7f03007d, 0x7f030084, 0x7f0300a6, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac, 0x7f0300b3, 0x7f0300b4, 0x7f0300ba, 0x7f0300c9, 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e7, 0x7f0300e9, 0x7f0300f4, 0x7f0300f5, 0x7f0300f6, 0x7f0300f7, 0x7f0300f8, 0x7f030143, 0x7f03014f, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184, 0x7f030187, 0x7f030188, 0x7f030189, 0x7f03018a, 0x7f03018b, 0x7f03018c, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301c6, 0x7f0301c8, 0x7f0301d4, 0x7f0301d6, 0x7f0301d7, 0x7f0301d8, 0x7f0301f1, 0x7f0301f2, 0x7f0301f3, 0x7f0301f4, 0x7f030208, 0x7f030209, 0x7f030226, 0x7f03024d, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030259, 0x7f03025a, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279, 0x7f030282, 0x7f030284, 0x7f030285, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d } +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_actionModeCloseContentDescription 19 +int styleable AppCompatTheme_actionModeCloseDrawable 20 +int styleable AppCompatTheme_actionModeCopyDrawable 21 +int styleable AppCompatTheme_actionModeCutDrawable 22 +int styleable AppCompatTheme_actionModeFindDrawable 23 +int styleable AppCompatTheme_actionModePasteDrawable 24 +int styleable AppCompatTheme_actionModePopupWindowStyle 25 +int styleable AppCompatTheme_actionModeSelectAllDrawable 26 +int styleable AppCompatTheme_actionModeShareDrawable 27 +int styleable AppCompatTheme_actionModeSplitBackground 28 +int styleable AppCompatTheme_actionModeStyle 29 +int styleable AppCompatTheme_actionModeTheme 30 +int styleable AppCompatTheme_actionModeWebSearchDrawable 31 +int styleable AppCompatTheme_actionOverflowButtonStyle 32 +int styleable AppCompatTheme_actionOverflowMenuStyle 33 +int styleable AppCompatTheme_activityChooserViewStyle 34 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 35 +int styleable AppCompatTheme_alertDialogCenterButtons 36 +int styleable AppCompatTheme_alertDialogStyle 37 +int styleable AppCompatTheme_alertDialogTheme 38 +int styleable AppCompatTheme_autoCompleteTextViewStyle 39 +int styleable AppCompatTheme_borderlessButtonStyle 40 +int styleable AppCompatTheme_buttonBarButtonStyle 41 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44 +int styleable AppCompatTheme_buttonBarStyle 45 +int styleable AppCompatTheme_buttonStyle 46 +int styleable AppCompatTheme_buttonStyleSmall 47 +int styleable AppCompatTheme_checkboxStyle 48 +int styleable AppCompatTheme_checkedTextViewStyle 49 +int styleable AppCompatTheme_colorAccent 50 +int styleable AppCompatTheme_colorBackgroundFloating 51 +int styleable AppCompatTheme_colorButtonNormal 52 +int styleable AppCompatTheme_colorControlActivated 53 +int styleable AppCompatTheme_colorControlHighlight 54 +int styleable AppCompatTheme_colorControlNormal 55 +int styleable AppCompatTheme_colorError 56 +int styleable AppCompatTheme_colorPrimary 57 +int styleable AppCompatTheme_colorPrimaryDark 58 +int styleable AppCompatTheme_colorSwitchThumbNormal 59 +int styleable AppCompatTheme_controlBackground 60 +int styleable AppCompatTheme_dialogCornerRadius 61 +int styleable AppCompatTheme_dialogPreferredPadding 62 +int styleable AppCompatTheme_dialogTheme 63 +int styleable AppCompatTheme_dividerHorizontal 64 +int styleable AppCompatTheme_dividerVertical 65 +int styleable AppCompatTheme_dropDownListViewStyle 66 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 67 +int styleable AppCompatTheme_editTextBackground 68 +int styleable AppCompatTheme_editTextColor 69 +int styleable AppCompatTheme_editTextStyle 70 +int styleable AppCompatTheme_homeAsUpIndicator 71 +int styleable AppCompatTheme_imageButtonStyle 72 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 73 +int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74 +int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75 +int styleable AppCompatTheme_listDividerAlertDialog 76 +int styleable AppCompatTheme_listMenuViewStyle 77 +int styleable AppCompatTheme_listPopupWindowStyle 78 +int styleable AppCompatTheme_listPreferredItemHeight 79 +int styleable AppCompatTheme_listPreferredItemHeightLarge 80 +int styleable AppCompatTheme_listPreferredItemHeightSmall 81 +int styleable AppCompatTheme_listPreferredItemPaddingEnd 82 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 83 +int styleable AppCompatTheme_listPreferredItemPaddingRight 84 +int styleable AppCompatTheme_listPreferredItemPaddingStart 85 +int styleable AppCompatTheme_panelBackground 86 +int styleable AppCompatTheme_panelMenuListTheme 87 +int styleable AppCompatTheme_panelMenuListWidth 88 +int styleable AppCompatTheme_popupMenuStyle 89 +int styleable AppCompatTheme_popupWindowStyle 90 +int styleable AppCompatTheme_radioButtonStyle 91 +int styleable AppCompatTheme_ratingBarStyle 92 +int styleable AppCompatTheme_ratingBarStyleIndicator 93 +int styleable AppCompatTheme_ratingBarStyleSmall 94 +int styleable AppCompatTheme_searchViewStyle 95 +int styleable AppCompatTheme_seekBarStyle 96 +int styleable AppCompatTheme_selectableItemBackground 97 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 98 +int styleable AppCompatTheme_spinnerDropDownItemStyle 99 +int styleable AppCompatTheme_spinnerStyle 100 +int styleable AppCompatTheme_switchStyle 101 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 102 +int styleable AppCompatTheme_textAppearanceListItem 103 +int styleable AppCompatTheme_textAppearanceListItemSecondary 104 +int styleable AppCompatTheme_textAppearanceListItemSmall 105 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 106 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 108 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109 +int styleable AppCompatTheme_textColorAlertDialogListItem 110 +int styleable AppCompatTheme_textColorSearchUrl 111 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 112 +int styleable AppCompatTheme_toolbarStyle 113 +int styleable AppCompatTheme_tooltipForegroundColor 114 +int styleable AppCompatTheme_tooltipFrameBackground 115 +int styleable AppCompatTheme_viewInflaterClass 116 +int styleable AppCompatTheme_windowActionBar 117 +int styleable AppCompatTheme_windowActionBarOverlay 118 +int styleable AppCompatTheme_windowActionModeOverlay 119 +int styleable AppCompatTheme_windowFixedHeightMajor 120 +int styleable AppCompatTheme_windowFixedHeightMinor 121 +int styleable AppCompatTheme_windowFixedWidthMajor 122 +int styleable AppCompatTheme_windowFixedWidthMinor 123 +int styleable AppCompatTheme_windowMinWidthMajor 124 +int styleable AppCompatTheme_windowMinWidthMinor 125 +int styleable AppCompatTheme_windowNoTitle 126 +int[] styleable Autofill_InlineSuggestion { 0x7f030039, 0x7f03003a, 0x7f03003b, 0x7f03003c, 0x7f03003d, 0x7f030153 } +int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0 +int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1 +int styleable Autofill_InlineSuggestion_autofillInlineSuggestionStartIconStyle 2 +int styleable Autofill_InlineSuggestion_autofillInlineSuggestionSubtitle 3 +int styleable Autofill_InlineSuggestion_autofillInlineSuggestionTitle 4 +int styleable Autofill_InlineSuggestion_isAutofillInlineSuggestionTheme 5 +int[] styleable Badge { 0x7f03003f, 0x7f03004a, 0x7f03004c, 0x7f0301a8, 0x7f0301b3 } +int styleable Badge_backgroundColor 0 +int styleable Badge_badgeGravity 1 +int styleable Badge_badgeTextColor 2 +int styleable Badge_maxCharacterCount 3 +int styleable Badge_number 4 +int[] styleable BottomAppBar { 0x7f030048, 0x7f0300f9, 0x7f030116, 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03013e } +int styleable BottomAppBar_backgroundTint 0 +int styleable BottomAppBar_elevation 1 +int styleable BottomAppBar_fabAlignmentMode 2 +int styleable BottomAppBar_fabAnimationMode 3 +int styleable BottomAppBar_fabCradleMargin 4 +int styleable BottomAppBar_fabCradleRoundedCornerRadius 5 +int styleable BottomAppBar_fabCradleVerticalOffset 6 +int styleable BottomAppBar_hideOnScroll 7 +int[] styleable BottomNavigationView { 0x7f030048, 0x7f0300f9, 0x7f030156, 0x7f030159, 0x7f03015b, 0x7f03015c, 0x7f03015f, 0x7f03016b, 0x7f03016c, 0x7f03016d, 0x7f03016f, 0x7f0301ab } +int styleable BottomNavigationView_backgroundTint 0 +int styleable BottomNavigationView_elevation 1 +int styleable BottomNavigationView_itemBackground 2 +int styleable BottomNavigationView_itemHorizontalTranslationEnabled 3 +int styleable BottomNavigationView_itemIconSize 4 +int styleable BottomNavigationView_itemIconTint 5 +int styleable BottomNavigationView_itemRippleColor 6 +int styleable BottomNavigationView_itemTextAppearanceActive 7 +int styleable BottomNavigationView_itemTextAppearanceInactive 8 +int styleable BottomNavigationView_itemTextColor 9 +int styleable BottomNavigationView_labelVisibilityMode 10 +int styleable BottomNavigationView_menu 11 +int[] styleable BottomSheetBehavior_Layout { 0x01010440, 0x7f030048, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030053, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f0301f5, 0x7f0301f8 } +int styleable BottomSheetBehavior_Layout_android_elevation 0 +int styleable BottomSheetBehavior_Layout_backgroundTint 1 +int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 2 +int styleable BottomSheetBehavior_Layout_behavior_fitToContents 3 +int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 4 +int styleable BottomSheetBehavior_Layout_behavior_hideable 5 +int styleable BottomSheetBehavior_Layout_behavior_peekHeight 6 +int styleable BottomSheetBehavior_Layout_behavior_saveFlags 7 +int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 8 +int styleable BottomSheetBehavior_Layout_shapeAppearance 9 +int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 10 +int[] styleable ButtonBarLayout { 0x7f03002c } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable Capability { 0x7f0301d3, 0x7f0301fa } +int styleable Capability_queryPatterns 0 +int styleable Capability_shortcutMatchRequired 1 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f030075, 0x7f030076, 0x7f030077, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300c6, 0x7f0300c7 } +int styleable CardView_android_minWidth 0 +int styleable CardView_android_minHeight 1 +int styleable CardView_cardBackgroundColor 2 +int styleable CardView_cardCornerRadius 3 +int styleable CardView_cardElevation 4 +int styleable CardView_cardMaxElevation 5 +int styleable CardView_cardPreventCornerOverlap 6 +int styleable CardView_cardUseCompatPadding 7 +int styleable CardView_contentPadding 8 +int styleable CardView_contentPaddingBottom 9 +int styleable CardView_contentPaddingLeft 10 +int styleable CardView_contentPaddingRight 11 +int styleable CardView_contentPaddingTop 12 +int[] styleable Chip { 0x01010034, 0x01010098, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f030080, 0x7f030081, 0x7f030083, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030094, 0x7f030095, 0x7f030096, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f03009e, 0x7f03009f, 0x7f030104, 0x7f03013c, 0x7f030147, 0x7f03014b, 0x7f0301dd, 0x7f0301f5, 0x7f0301f8, 0x7f0301fd, 0x7f03025b, 0x7f03025e } +int styleable Chip_android_textAppearance 0 +int styleable Chip_android_textColor 1 +int styleable Chip_android_ellipsize 2 +int styleable Chip_android_maxWidth 3 +int styleable Chip_android_text 4 +int styleable Chip_android_checkable 5 +int styleable Chip_checkedIcon 6 +int styleable Chip_checkedIconEnabled 7 +int styleable Chip_checkedIconVisible 8 +int styleable Chip_chipBackgroundColor 9 +int styleable Chip_chipCornerRadius 10 +int styleable Chip_chipEndPadding 11 +int styleable Chip_chipIcon 12 +int styleable Chip_chipIconEnabled 13 +int styleable Chip_chipIconSize 14 +int styleable Chip_chipIconTint 15 +int styleable Chip_chipIconVisible 16 +int styleable Chip_chipMinHeight 17 +int styleable Chip_chipMinTouchTargetSize 18 +int styleable Chip_chipStartPadding 19 +int styleable Chip_chipStrokeColor 20 +int styleable Chip_chipStrokeWidth 21 +int styleable Chip_chipSurfaceColor 22 +int styleable Chip_closeIcon 23 +int styleable Chip_closeIconEnabled 24 +int styleable Chip_closeIconEndPadding 25 +int styleable Chip_closeIconSize 26 +int styleable Chip_closeIconStartPadding 27 +int styleable Chip_closeIconTint 28 +int styleable Chip_closeIconVisible 29 +int styleable Chip_ensureMinTouchTargetSize 30 +int styleable Chip_hideMotionSpec 31 +int styleable Chip_iconEndPadding 32 +int styleable Chip_iconStartPadding 33 +int styleable Chip_rippleColor 34 +int styleable Chip_shapeAppearance 35 +int styleable Chip_shapeAppearanceOverlay 36 +int styleable Chip_showMotionSpec 37 +int styleable Chip_textEndPadding 38 +int styleable Chip_textStartPadding 39 +int[] styleable ChipGroup { 0x7f03007f, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030202, 0x7f030203 } +int styleable ChipGroup_checkedChip 0 +int styleable ChipGroup_chipSpacing 1 +int styleable ChipGroup_chipSpacingHorizontal 2 +int styleable ChipGroup_chipSpacingVertical 3 +int styleable ChipGroup_singleLine 4 +int styleable ChipGroup_singleSelection 5 +int[] styleable CollapsingToolbarLayout { 0x7f0300a3, 0x7f0300a4, 0x7f0300c8, 0x7f03010d, 0x7f03010e, 0x7f03010f, 0x7f030110, 0x7f030111, 0x7f030112, 0x7f030113, 0x7f0301ec, 0x7f0301ee, 0x7f03021a, 0x7f03026a, 0x7f03026b, 0x7f030275 } +int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 +int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 +int styleable CollapsingToolbarLayout_contentScrim 2 +int styleable CollapsingToolbarLayout_expandedTitleGravity 3 +int styleable CollapsingToolbarLayout_expandedTitleMargin 4 +int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 +int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 +int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 +int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 +int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 +int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 +int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 +int styleable CollapsingToolbarLayout_statusBarScrim 12 +int styleable CollapsingToolbarLayout_title 13 +int styleable CollapsingToolbarLayout_titleEnabled 14 +int styleable CollapsingToolbarLayout_toolbarId 15 +int[] styleable CollapsingToolbarLayout_Layout { 0x7f030176, 0x7f030177 } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f03002d } +int styleable ColorStateListItem_android_color 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_alpha 2 +int[] styleable CompoundButton { 0x01010107, 0x7f03006d, 0x7f030073, 0x7f030074 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonCompat 1 +int styleable CompoundButton_buttonTint 2 +int styleable CompoundButton_buttonTintMode 3 +int[] styleable CoordinatorLayout { 0x7f03016e, 0x7f030218 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030173, 0x7f030174, 0x7f030175, 0x7f030178, 0x7f030179, 0x7f03017a } +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 { 0x7f030031, 0x7f030032, 0x7f03004d, 0x7f0300a5, 0x7f0300ee, 0x7f030134, 0x7f030207, 0x7f030261 } +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 ExtendedFloatingActionButton { 0x7f0300f9, 0x7f030114, 0x7f03013c, 0x7f0301fd, 0x7f030200 } +int styleable ExtendedFloatingActionButton_elevation 0 +int styleable ExtendedFloatingActionButton_extendMotionSpec 1 +int styleable ExtendedFloatingActionButton_hideMotionSpec 2 +int styleable ExtendedFloatingActionButton_showMotionSpec 3 +int styleable ExtendedFloatingActionButton_shrinkMotionSpec 4 +int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f03004e, 0x7f03004f } +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1 +int[] styleable FloatingActionButton { 0x7f030048, 0x7f030049, 0x7f030058, 0x7f0300f9, 0x7f030104, 0x7f03011b, 0x7f03011c, 0x7f03013c, 0x7f030145, 0x7f0301a9, 0x7f0301cb, 0x7f0301dd, 0x7f0301f5, 0x7f0301f8, 0x7f0301fd, 0x7f03027f } +int styleable FloatingActionButton_backgroundTint 0 +int styleable FloatingActionButton_backgroundTintMode 1 +int styleable FloatingActionButton_borderWidth 2 +int styleable FloatingActionButton_elevation 3 +int styleable FloatingActionButton_ensureMinTouchTargetSize 4 +int styleable FloatingActionButton_fabCustomSize 5 +int styleable FloatingActionButton_fabSize 6 +int styleable FloatingActionButton_hideMotionSpec 7 +int styleable FloatingActionButton_hoveredFocusedTranslationZ 8 +int styleable FloatingActionButton_maxImageSize 9 +int styleable FloatingActionButton_pressedTranslationZ 10 +int styleable FloatingActionButton_rippleColor 11 +int styleable FloatingActionButton_shapeAppearance 12 +int styleable FloatingActionButton_shapeAppearanceOverlay 13 +int styleable FloatingActionButton_showMotionSpec 14 +int styleable FloatingActionButton_useCompatPadding 15 +int[] styleable FloatingActionButton_Behavior_Layout { 0x7f03004e } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FlowLayout { 0x7f030167, 0x7f030180 } +int styleable FlowLayout_itemSpacing 0 +int styleable FlowLayout_lineSpacing 1 +int[] styleable FontFamily { 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f03012f } +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 FontFamily_fontProviderSystemFontFamily 6 +int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f030127, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f03027e } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontWeight 1 +int styleable FontFamilyFont_android_fontStyle 2 +int styleable FontFamilyFont_android_ttcIndex 3 +int styleable FontFamilyFont_android_fontVariationSettings 4 +int styleable FontFamilyFont_font 5 +int styleable FontFamilyFont_fontStyle 6 +int styleable FontFamilyFont_fontVariationSettings 7 +int styleable FontFamilyFont_fontWeight 8 +int styleable FontFamilyFont_ttcIndex 9 +int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f030133 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 } +int styleable Fragment_android_name 0 +int styleable Fragment_android_id 1 +int styleable Fragment_android_tag 2 +int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 } +int styleable FragmentContainerView_android_name 0 +int styleable FragmentContainerView_android_tag 1 +int[] styleable GenericDraweeHierarchy { 0x7f030026, 0x7f030040, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f0301b6, 0x7f0301c3, 0x7f0301c4, 0x7f0301ca, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301da, 0x7f0301db, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f030281 } +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 GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 } +int styleable GradientColor_android_startColor 0 +int styleable GradientColor_android_endColor 1 +int styleable GradientColor_android_type 2 +int styleable GradientColor_android_centerX 3 +int styleable GradientColor_android_centerY 4 +int styleable GradientColor_android_gradientRadius 5 +int styleable GradientColor_android_tileMode 6 +int styleable GradientColor_android_centerColor 7 +int styleable GradientColor_android_startX 8 +int styleable GradientColor_android_startY 9 +int styleable GradientColor_android_endX 10 +int styleable GradientColor_android_endY 11 +int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } +int styleable GradientColorItem_android_color 0 +int styleable GradientColorItem_android_offset 1 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f0300e6, 0x7f0300e8, 0x7f0301aa, 0x7f0301fc } +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 MaterialAlertDialog { 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044 } +int styleable MaterialAlertDialog_backgroundInsetBottom 0 +int styleable MaterialAlertDialog_backgroundInsetEnd 1 +int styleable MaterialAlertDialog_backgroundInsetStart 2 +int styleable MaterialAlertDialog_backgroundInsetTop 3 +int[] styleable MaterialAlertDialogTheme { 0x7f030192, 0x7f030193, 0x7f030194, 0x7f030195, 0x7f030196 } +int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0 +int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1 +int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2 +int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3 +int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4 +int[] styleable MaterialButton { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f030048, 0x7f030049, 0x7f0300d0, 0x7f0300f9, 0x7f030146, 0x7f030148, 0x7f030149, 0x7f03014a, 0x7f03014c, 0x7f03014d, 0x7f0301dd, 0x7f0301f5, 0x7f0301f8, 0x7f03021b, 0x7f03021c } +int styleable MaterialButton_android_insetLeft 0 +int styleable MaterialButton_android_insetRight 1 +int styleable MaterialButton_android_insetTop 2 +int styleable MaterialButton_android_insetBottom 3 +int styleable MaterialButton_android_checkable 4 +int styleable MaterialButton_backgroundTint 5 +int styleable MaterialButton_backgroundTintMode 6 +int styleable MaterialButton_cornerRadius 7 +int styleable MaterialButton_elevation 8 +int styleable MaterialButton_icon 9 +int styleable MaterialButton_iconGravity 10 +int styleable MaterialButton_iconPadding 11 +int styleable MaterialButton_iconSize 12 +int styleable MaterialButton_iconTint 13 +int styleable MaterialButton_iconTintMode 14 +int styleable MaterialButton_rippleColor 15 +int styleable MaterialButton_shapeAppearance 16 +int styleable MaterialButton_shapeAppearanceOverlay 17 +int styleable MaterialButton_strokeColor 18 +int styleable MaterialButton_strokeWidth 19 +int[] styleable MaterialButtonToggleGroup { 0x7f03007e, 0x7f030203 } +int styleable MaterialButtonToggleGroup_checkedButton 0 +int styleable MaterialButtonToggleGroup_singleSelection 1 +int[] styleable MaterialCalendar { 0x0101020d, 0x7f0300dd, 0x7f0300de, 0x7f0300df, 0x7f0300e0, 0x7f0301d5, 0x7f03028e, 0x7f03028f, 0x7f030290 } +int styleable MaterialCalendar_android_windowFullscreen 0 +int styleable MaterialCalendar_dayInvalidStyle 1 +int styleable MaterialCalendar_daySelectedStyle 2 +int styleable MaterialCalendar_dayStyle 3 +int styleable MaterialCalendar_dayTodayStyle 4 +int styleable MaterialCalendar_rangeFillColor 5 +int styleable MaterialCalendar_yearSelectedStyle 6 +int styleable MaterialCalendar_yearStyle 7 +int styleable MaterialCalendar_yearTodayStyle 8 +int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f030157, 0x7f030160, 0x7f030161, 0x7f030168, 0x7f030169, 0x7f03016d } +int styleable MaterialCalendarItem_android_insetLeft 0 +int styleable MaterialCalendarItem_android_insetRight 1 +int styleable MaterialCalendarItem_android_insetTop 2 +int styleable MaterialCalendarItem_android_insetBottom 3 +int styleable MaterialCalendarItem_itemFillColor 4 +int styleable MaterialCalendarItem_itemShapeAppearance 5 +int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6 +int styleable MaterialCalendarItem_itemStrokeColor 7 +int styleable MaterialCalendarItem_itemStrokeWidth 8 +int styleable MaterialCalendarItem_itemTextColor 9 +int[] styleable MaterialCardView { 0x010101e5, 0x7f030078, 0x7f030080, 0x7f030082, 0x7f0301dd, 0x7f0301f5, 0x7f0301f8, 0x7f030215, 0x7f03021b, 0x7f03021c } +int styleable MaterialCardView_android_checkable 0 +int styleable MaterialCardView_cardForegroundColor 1 +int styleable MaterialCardView_checkedIcon 2 +int styleable MaterialCardView_checkedIconTint 3 +int styleable MaterialCardView_rippleColor 4 +int styleable MaterialCardView_shapeAppearance 5 +int styleable MaterialCardView_shapeAppearanceOverlay 6 +int styleable MaterialCardView_state_dragged 7 +int styleable MaterialCardView_strokeColor 8 +int styleable MaterialCardView_strokeWidth 9 +int[] styleable MaterialCheckBox { 0x7f030073, 0x7f030280 } +int styleable MaterialCheckBox_buttonTint 0 +int styleable MaterialCheckBox_useMaterialThemeColors 1 +int[] styleable MaterialRadioButton { 0x7f030280 } +int styleable MaterialRadioButton_useMaterialThemeColors 0 +int[] styleable MaterialShape { 0x7f0301f5, 0x7f0301f8 } +int styleable MaterialShape_shapeAppearance 0 +int styleable MaterialShape_shapeAppearanceOverlay 1 +int[] styleable MaterialTextAppearance { 0x0101057f, 0x7f03017f } +int styleable MaterialTextAppearance_android_lineHeight 0 +int styleable MaterialTextAppearance_lineHeight 1 +int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f03017f } +int styleable MaterialTextView_android_textAppearance 0 +int styleable MaterialTextView_android_lineHeight 1 +int styleable MaterialTextView_lineHeight 2 +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, 0x7f03000d, 0x7f030021, 0x7f030023, 0x7f03002e, 0x7f0300bc, 0x7f03014c, 0x7f03014d, 0x7f0301b4, 0x7f0301fb, 0x7f03027a } +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, 0x7f0301c9, 0x7f03021d } +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 NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0300f9, 0x7f030136, 0x7f030156, 0x7f030158, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f03016a, 0x7f03016d, 0x7f0301ab } +int styleable NavigationView_android_background 0 +int styleable NavigationView_android_fitsSystemWindows 1 +int styleable NavigationView_android_maxWidth 2 +int styleable NavigationView_elevation 3 +int styleable NavigationView_headerLayout 4 +int styleable NavigationView_itemBackground 5 +int styleable NavigationView_itemHorizontalPadding 6 +int styleable NavigationView_itemIconPadding 7 +int styleable NavigationView_itemIconSize 8 +int styleable NavigationView_itemIconTint 9 +int styleable NavigationView_itemMaxLines 10 +int styleable NavigationView_itemShapeAppearance 11 +int styleable NavigationView_itemShapeAppearanceOverlay 12 +int styleable NavigationView_itemShapeFillColor 13 +int styleable NavigationView_itemShapeInsetBottom 14 +int styleable NavigationView_itemShapeInsetEnd 15 +int styleable NavigationView_itemShapeInsetStart 16 +int styleable NavigationView_itemShapeInsetTop 17 +int styleable NavigationView_itemTextAppearance 18 +int styleable NavigationView_itemTextColor 19 +int styleable NavigationView_menu 20 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0301b5 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f030212 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0301b7, 0x7f0301ba } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030172, 0x7f0301dc, 0x7f030206, 0x7f03020c } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_android_clipToPadding 1 +int styleable RecyclerView_android_descendantFocusability 2 +int styleable RecyclerView_fastScrollEnabled 3 +int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4 +int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5 +int styleable RecyclerView_fastScrollVerticalThumbDrawable 6 +int styleable RecyclerView_fastScrollVerticalTrackDrawable 7 +int styleable RecyclerView_layoutManager 8 +int styleable RecyclerView_reverseLayout 9 +int styleable RecyclerView_spanCount 10 +int styleable RecyclerView_stackFromEnd 11 +int[] styleable ScrimInsetsFrameLayout { 0x7f030152 } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f030054 } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f030099, 0x7f0300bb, 0x7f0300e1, 0x7f030135, 0x7f03014e, 0x7f030171, 0x7f0301d1, 0x7f0301d2, 0x7f0301ef, 0x7f0301f0, 0x7f03021e, 0x7f030223, 0x7f030283 } +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 ShapeAppearance { 0x7f0300cb, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5 } +int styleable ShapeAppearance_cornerFamily 0 +int styleable ShapeAppearance_cornerFamilyBottomLeft 1 +int styleable ShapeAppearance_cornerFamilyBottomRight 2 +int styleable ShapeAppearance_cornerFamilyTopLeft 3 +int styleable ShapeAppearance_cornerFamilyTopRight 4 +int styleable ShapeAppearance_cornerSize 5 +int styleable ShapeAppearance_cornerSizeBottomLeft 6 +int styleable ShapeAppearance_cornerSizeBottomRight 7 +int styleable ShapeAppearance_cornerSizeTopLeft 8 +int styleable ShapeAppearance_cornerSizeTopRight 9 +int[] styleable SimpleDraweeView { 0x7f030025, 0x7f030026, 0x7f030027, 0x7f030040, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f0301b6, 0x7f0301c3, 0x7f0301c4, 0x7f0301ca, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301da, 0x7f0301db, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f030281 } +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 Snackbar { 0x7f030204, 0x7f030205 } +int styleable Snackbar_snackbarButtonStyle 0 +int styleable Snackbar_snackbarStyle 1 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f030022, 0x7f03002f, 0x7f030045, 0x7f0300f9, 0x7f0301a6 } +int styleable SnackbarLayout_android_maxWidth 0 +int styleable SnackbarLayout_actionTextColorAlpha 1 +int styleable SnackbarLayout_animationMode 2 +int styleable SnackbarLayout_backgroundOverlayColorAlpha 3 +int styleable SnackbarLayout_elevation 4 +int styleable SnackbarLayout_maxActionInlineWidth 5 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0301c7 } +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 StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } +int styleable StateListDrawable_android_dither 0 +int styleable StateListDrawable_android_visible 1 +int styleable StateListDrawable_android_variablePadding 2 +int styleable StateListDrawable_android_constantSize 3 +int styleable StateListDrawable_android_enterFadeDuration 4 +int styleable StateListDrawable_android_exitFadeDuration 5 +int[] styleable StateListDrawableItem { 0x01010199 } +int styleable StateListDrawableItem_android_drawable 0 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f0301fe, 0x7f03020a, 0x7f030224, 0x7f030225, 0x7f030227, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f03027b, 0x7f03027c, 0x7f03027d } +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 SwitchMaterial { 0x7f030280 } +int styleable SwitchMaterial_useMaterialThemeColors 0 +int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } +int styleable TabItem_android_icon 0 +int styleable TabItem_android_layout 1 +int styleable TabItem_android_text 2 +int[] styleable TabLayout { 0x7f030228, 0x7f030229, 0x7f03022a, 0x7f03022b, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023f, 0x7f030240, 0x7f030241 } +int styleable TabLayout_tabBackground 0 +int styleable TabLayout_tabContentStart 1 +int styleable TabLayout_tabGravity 2 +int styleable TabLayout_tabIconTint 3 +int styleable TabLayout_tabIconTintMode 4 +int styleable TabLayout_tabIndicator 5 +int styleable TabLayout_tabIndicatorAnimationDuration 6 +int styleable TabLayout_tabIndicatorColor 7 +int styleable TabLayout_tabIndicatorFullWidth 8 +int styleable TabLayout_tabIndicatorGravity 9 +int styleable TabLayout_tabIndicatorHeight 10 +int styleable TabLayout_tabInlineLabel 11 +int styleable TabLayout_tabMaxWidth 12 +int styleable TabLayout_tabMinWidth 13 +int styleable TabLayout_tabMode 14 +int styleable TabLayout_tabPadding 15 +int styleable TabLayout_tabPaddingBottom 16 +int styleable TabLayout_tabPaddingEnd 17 +int styleable TabLayout_tabPaddingStart 18 +int styleable TabLayout_tabPaddingTop 19 +int styleable TabLayout_tabRippleColor 20 +int styleable TabLayout_tabSelectedTextColor 21 +int styleable TabLayout_tabTextAppearance 22 +int styleable TabLayout_tabTextColor 23 +int styleable TabLayout_tabUnboundedRipple 24 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f030128, 0x7f030131, 0x7f030242, 0x7f03025d } +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_android_textFontWeight 11 +int styleable TextAppearance_fontFamily 12 +int styleable TextAppearance_fontVariationSettings 13 +int styleable TextAppearance_textAllCaps 14 +int styleable TextAppearance_textLocale 15 +int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300fc, 0x7f0300fd, 0x7f0300fe, 0x7f0300ff, 0x7f030100, 0x7f030101, 0x7f030105, 0x7f030106, 0x7f030107, 0x7f030108, 0x7f030109, 0x7f03010a, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013f, 0x7f030140, 0x7f030141, 0x7f030142, 0x7f0301be, 0x7f0301bf, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301f5, 0x7f0301f8, 0x7f03020d, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030211 } +int styleable TextInputLayout_android_textColorHint 0 +int styleable TextInputLayout_android_hint 1 +int styleable TextInputLayout_boxBackgroundColor 2 +int styleable TextInputLayout_boxBackgroundMode 3 +int styleable TextInputLayout_boxCollapsedPaddingTop 4 +int styleable TextInputLayout_boxCornerRadiusBottomEnd 5 +int styleable TextInputLayout_boxCornerRadiusBottomStart 6 +int styleable TextInputLayout_boxCornerRadiusTopEnd 7 +int styleable TextInputLayout_boxCornerRadiusTopStart 8 +int styleable TextInputLayout_boxStrokeColor 9 +int styleable TextInputLayout_boxStrokeWidth 10 +int styleable TextInputLayout_boxStrokeWidthFocused 11 +int styleable TextInputLayout_counterEnabled 12 +int styleable TextInputLayout_counterMaxLength 13 +int styleable TextInputLayout_counterOverflowTextAppearance 14 +int styleable TextInputLayout_counterOverflowTextColor 15 +int styleable TextInputLayout_counterTextAppearance 16 +int styleable TextInputLayout_counterTextColor 17 +int styleable TextInputLayout_endIconCheckable 18 +int styleable TextInputLayout_endIconContentDescription 19 +int styleable TextInputLayout_endIconDrawable 20 +int styleable TextInputLayout_endIconMode 21 +int styleable TextInputLayout_endIconTint 22 +int styleable TextInputLayout_endIconTintMode 23 +int styleable TextInputLayout_errorEnabled 24 +int styleable TextInputLayout_errorIconDrawable 25 +int styleable TextInputLayout_errorIconTint 26 +int styleable TextInputLayout_errorIconTintMode 27 +int styleable TextInputLayout_errorTextAppearance 28 +int styleable TextInputLayout_errorTextColor 29 +int styleable TextInputLayout_helperText 30 +int styleable TextInputLayout_helperTextEnabled 31 +int styleable TextInputLayout_helperTextTextAppearance 32 +int styleable TextInputLayout_helperTextTextColor 33 +int styleable TextInputLayout_hintAnimationEnabled 34 +int styleable TextInputLayout_hintEnabled 35 +int styleable TextInputLayout_hintTextAppearance 36 +int styleable TextInputLayout_hintTextColor 37 +int styleable TextInputLayout_passwordToggleContentDescription 38 +int styleable TextInputLayout_passwordToggleDrawable 39 +int styleable TextInputLayout_passwordToggleEnabled 40 +int styleable TextInputLayout_passwordToggleTint 41 +int styleable TextInputLayout_passwordToggleTintMode 42 +int styleable TextInputLayout_shapeAppearance 43 +int styleable TextInputLayout_shapeAppearanceOverlay 44 +int styleable TextInputLayout_startIconCheckable 45 +int styleable TextInputLayout_startIconContentDescription 46 +int styleable TextInputLayout_startIconDrawable 47 +int styleable TextInputLayout_startIconTint 48 +int styleable TextInputLayout_startIconTintMode 49 +int[] styleable ThemeEnforcement { 0x01010034, 0x7f030102, 0x7f030103 } +int styleable ThemeEnforcement_android_textAppearance 0 +int styleable ThemeEnforcement_enforceMaterialTheme 1 +int styleable ThemeEnforcement_enforceTextAppearance 2 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03006e, 0x7f0300a1, 0x7f0300a2, 0x7f0300bd, 0x7f0300be, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f030190, 0x7f030191, 0x7f0301a7, 0x7f0301ab, 0x7f0301ae, 0x7f0301af, 0x7f0301c7, 0x7f03021f, 0x7f030220, 0x7f030221, 0x7f03026a, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030272, 0x7f030273 } +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_menu 14 +int styleable Toolbar_navigationContentDescription 15 +int styleable Toolbar_navigationIcon 16 +int styleable Toolbar_popupTheme 17 +int styleable Toolbar_subtitle 18 +int styleable Toolbar_subtitleTextAppearance 19 +int styleable Toolbar_subtitleTextColor 20 +int styleable Toolbar_title 21 +int styleable Toolbar_titleMargin 22 +int styleable Toolbar_titleMarginBottom 23 +int styleable Toolbar_titleMarginEnd 24 +int styleable Toolbar_titleMarginStart 25 +int styleable Toolbar_titleMarginTop 26 +int styleable Toolbar_titleMargins 27 +int styleable Toolbar_titleTextAppearance 28 +int styleable Toolbar_titleTextColor 29 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0301b8, 0x7f0301b9, 0x7f03025f } +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, 0x7f030048, 0x7f030049 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewPager2 { 0x010100c4 } +int styleable ViewPager2_android_orientation 0 +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 rn_dev_preferences 0x7f110000 +int xml standalone_badge 0x7f110001 +int xml standalone_badge_gravity_bottom_end 0x7f110002 +int xml standalone_badge_gravity_bottom_start 0x7f110003 +int xml standalone_badge_gravity_top_start 0x7f110004 diff --git a/mobile/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/mobile/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json new file mode 100644 index 0000000..bb4deaa --- /dev/null +++ b/mobile/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json @@ -0,0 +1 @@ +{"enableV1Signing":true,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false} \ No newline at end of file diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbetter.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbetter.so new file mode 100644 index 0000000..3d72779 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so new file mode 100644 index 0000000..83acd19 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so new file mode 100644 index 0000000..2c9b68a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so new file mode 100644 index 0000000..228a142 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so new file mode 100644 index 0000000..1706696 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so new file mode 100644 index 0000000..1e28873 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so new file mode 100644 index 0000000..57ae066 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so new file mode 100644 index 0000000..5603650 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so new file mode 100644 index 0000000..0405c92 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so new file mode 100644 index 0000000..c709185 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so new file mode 100644 index 0000000..bfec340 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so new file mode 100644 index 0000000..828425a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so new file mode 100644 index 0000000..e3328e3 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so new file mode 100644 index 0000000..22ad799 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so new file mode 100644 index 0000000..ddba6ba Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so new file mode 100644 index 0000000..8e39b70 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so new file mode 100644 index 0000000..ad71f49 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so new file mode 100644 index 0000000..7629fd8 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so new file mode 100644 index 0000000..40a39e6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so new file mode 100644 index 0000000..adc2426 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so new file mode 100644 index 0000000..a1b99e7 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so new file mode 100644 index 0000000..5d94c52 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so new file mode 100644 index 0000000..c376af1 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so new file mode 100644 index 0000000..d77308c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so new file mode 100644 index 0000000..3cec53a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so new file mode 100644 index 0000000..592c9ad Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so new file mode 100644 index 0000000..75e86c8 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so new file mode 100644 index 0000000..2cce2b6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so new file mode 100644 index 0000000..88feb8d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so new file mode 100644 index 0000000..d4af23f Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so new file mode 100644 index 0000000..29834af Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so new file mode 100644 index 0000000..714c8f7 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so new file mode 100644 index 0000000..59bc535 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so new file mode 100644 index 0000000..33a03f6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so new file mode 100644 index 0000000..a0ab8e0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so new file mode 100644 index 0000000..e7fdf3a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..836f2ae Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so new file mode 100644 index 0000000..453f8e2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so new file mode 100644 index 0000000..d5491fe Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so new file mode 100644 index 0000000..ff27037 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..01be7b0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so new file mode 100644 index 0000000..a2ca04d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so new file mode 100644 index 0000000..d69745d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so new file mode 100644 index 0000000..385431b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so new file mode 100644 index 0000000..eaa836d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so new file mode 100644 index 0000000..94c28b9 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so new file mode 100644 index 0000000..7aaed6d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so new file mode 100644 index 0000000..f95faec Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so new file mode 100644 index 0000000..9d6b77e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so new file mode 100644 index 0000000..311d9b1 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so new file mode 100644 index 0000000..8199f65 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so new file mode 100644 index 0000000..827eca2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so new file mode 100644 index 0000000..4e2f801 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so new file mode 100644 index 0000000..362e1ff Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so new file mode 100644 index 0000000..a171c7d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so new file mode 100644 index 0000000..132a683 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so new file mode 100644 index 0000000..0bef45b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so new file mode 100644 index 0000000..e0689ee Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so new file mode 100644 index 0000000..581aa87 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so new file mode 100644 index 0000000..00f2dca Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so new file mode 100644 index 0000000..0921003 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbetter.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbetter.so new file mode 100644 index 0000000..b969a49 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so new file mode 100644 index 0000000..aacc4b9 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so new file mode 100644 index 0000000..11469aa Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so new file mode 100644 index 0000000..929ed25 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so new file mode 100644 index 0000000..4a772c0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so new file mode 100644 index 0000000..d4c9f85 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so new file mode 100644 index 0000000..2819d8f Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so new file mode 100644 index 0000000..eb4406c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so new file mode 100644 index 0000000..4da435d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so new file mode 100644 index 0000000..1c33659 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so new file mode 100644 index 0000000..d539688 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so new file mode 100644 index 0000000..f3b1697 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so new file mode 100644 index 0000000..9bf1cd7 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so new file mode 100644 index 0000000..f1d809d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so new file mode 100644 index 0000000..9e0f173 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so new file mode 100644 index 0000000..e97e189 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so new file mode 100644 index 0000000..4bad1b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so new file mode 100644 index 0000000..457e72e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so new file mode 100644 index 0000000..165dfe1 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so new file mode 100644 index 0000000..469d3d4 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so new file mode 100644 index 0000000..d1beed1 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so new file mode 100644 index 0000000..03c5815 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so new file mode 100644 index 0000000..12c403e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so new file mode 100644 index 0000000..c96e5d6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so new file mode 100644 index 0000000..527d725 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so new file mode 100644 index 0000000..f11d53a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so new file mode 100644 index 0000000..3448507 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so new file mode 100644 index 0000000..eb8102a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so new file mode 100644 index 0000000..d9c59d7 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so new file mode 100644 index 0000000..c0f86a4 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so new file mode 100644 index 0000000..954412d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so new file mode 100644 index 0000000..902e880 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so new file mode 100644 index 0000000..c514a46 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so new file mode 100644 index 0000000..9202869 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so new file mode 100644 index 0000000..0d8739e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so new file mode 100644 index 0000000..ba46b06 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..1680f05 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so new file mode 100644 index 0000000..fcf2239 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so new file mode 100644 index 0000000..e9549dc Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so new file mode 100644 index 0000000..94f7c18 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..78e0078 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so new file mode 100644 index 0000000..239f39f Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so new file mode 100644 index 0000000..52d272e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so new file mode 100644 index 0000000..3763de2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so new file mode 100644 index 0000000..382778b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so new file mode 100644 index 0000000..85dbfd9 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so new file mode 100644 index 0000000..a4d1392 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so new file mode 100644 index 0000000..1d5616e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so new file mode 100644 index 0000000..ca297b2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so new file mode 100644 index 0000000..df93ea5 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so new file mode 100644 index 0000000..9a26a6a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so new file mode 100644 index 0000000..9b156f4 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so new file mode 100644 index 0000000..1f20f5e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so new file mode 100644 index 0000000..0d85f22 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so new file mode 100644 index 0000000..3619b7f Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so new file mode 100644 index 0000000..d685db9 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so new file mode 100644 index 0000000..e711c05 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so new file mode 100644 index 0000000..ea6c76a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so new file mode 100644 index 0000000..6e1fabb Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so new file mode 100644 index 0000000..4cb6634 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so new file mode 100644 index 0000000..3cfdf50 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbetter.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbetter.so new file mode 100644 index 0000000..60859db Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so new file mode 100644 index 0000000..d2c3f06 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so new file mode 100644 index 0000000..274ad89 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so new file mode 100644 index 0000000..3f9a265 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so new file mode 100644 index 0000000..848fcaf Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so new file mode 100644 index 0000000..30edd02 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so new file mode 100644 index 0000000..cdf0b35 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so new file mode 100644 index 0000000..4ebd316 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so new file mode 100644 index 0000000..a8c7745 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so new file mode 100644 index 0000000..b8e1b20 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so new file mode 100644 index 0000000..bdf3911 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so new file mode 100644 index 0000000..6addc61 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so new file mode 100644 index 0000000..cc50027 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so new file mode 100644 index 0000000..df04897 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so new file mode 100644 index 0000000..ce56f7c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so new file mode 100644 index 0000000..a862d2e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so new file mode 100644 index 0000000..d979422 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so new file mode 100644 index 0000000..f8cc2d4 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so new file mode 100644 index 0000000..b12b9a2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so new file mode 100644 index 0000000..c0c7d66 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so new file mode 100644 index 0000000..38d389e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so new file mode 100644 index 0000000..4854b0b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so new file mode 100644 index 0000000..7d685b2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so new file mode 100644 index 0000000..fe1ffde Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so new file mode 100644 index 0000000..e421bea Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so new file mode 100644 index 0000000..c61f909 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so new file mode 100644 index 0000000..376010d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so new file mode 100644 index 0000000..c3b0fbb Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so new file mode 100644 index 0000000..1630fde Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so new file mode 100644 index 0000000..e34a428 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so new file mode 100644 index 0000000..87d4558 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so new file mode 100644 index 0000000..b37000d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so new file mode 100644 index 0000000..0b7eb0c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so new file mode 100644 index 0000000..55451cb Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so new file mode 100644 index 0000000..ce815e0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so new file mode 100644 index 0000000..512ac3c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..1fc3cc4 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so new file mode 100644 index 0000000..62559b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so new file mode 100644 index 0000000..fe34898 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so new file mode 100644 index 0000000..b3a8ad9 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..2868a51 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so new file mode 100644 index 0000000..11584a9 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so new file mode 100644 index 0000000..05e8d2a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactconfig.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactconfig.so new file mode 100644 index 0000000..6e8000b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so new file mode 100644 index 0000000..62c907b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so new file mode 100644 index 0000000..3ff4909 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so new file mode 100644 index 0000000..74bfd4c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so new file mode 100644 index 0000000..f1196a6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so new file mode 100644 index 0000000..135b673 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_modal.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_modal.so new file mode 100644 index 0000000..1b62a84 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_progressbar.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_progressbar.so new file mode 100644 index 0000000..e540acf Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so new file mode 100644 index 0000000..4414579 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so new file mode 100644 index 0000000..742ea17 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_slider.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_slider.so new file mode 100644 index 0000000..651323d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_switch.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_switch.so new file mode 100644 index 0000000..b670998 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so new file mode 100644 index 0000000..d06a241 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so new file mode 100644 index 0000000..153cef5 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so new file mode 100644 index 0000000..755a523 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so new file mode 100644 index 0000000..3138fd3 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so new file mode 100644 index 0000000..94d1c0a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so new file mode 100644 index 0000000..6361dc6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbetter.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbetter.so new file mode 100644 index 0000000..13cd6ce Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbetter.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so new file mode 100644 index 0000000..f41a51a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so new file mode 100644 index 0000000..7739bf3 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so new file mode 100644 index 0000000..f8a7d76 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so new file mode 100644 index 0000000..ab4227c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so new file mode 100644 index 0000000..87a5995 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so new file mode 100644 index 0000000..694c4d0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so new file mode 100644 index 0000000..ca87318 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so new file mode 100644 index 0000000..eef9f66 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so new file mode 100644 index 0000000..76ef85c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so new file mode 100644 index 0000000..b71f1cc Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so new file mode 100644 index 0000000..2d78ae0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so new file mode 100644 index 0000000..b1e6cb2 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so new file mode 100644 index 0000000..817d0eb Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so new file mode 100644 index 0000000..b081e44 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so new file mode 100644 index 0000000..5d7ea24 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so new file mode 100644 index 0000000..00f9b33 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so new file mode 100644 index 0000000..04c472e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so new file mode 100644 index 0000000..9085e9d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so new file mode 100644 index 0000000..cb91c6c Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so new file mode 100644 index 0000000..e3931c4 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so new file mode 100644 index 0000000..836c3b8 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so new file mode 100644 index 0000000..ed68c8a Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so new file mode 100644 index 0000000..2789eba Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so new file mode 100644 index 0000000..cef76ba Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so new file mode 100644 index 0000000..4efeff0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so new file mode 100644 index 0000000..fa89640 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so new file mode 100644 index 0000000..bd9f0f0 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so new file mode 100644 index 0000000..8674ebc Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so new file mode 100644 index 0000000..5e36abc Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so new file mode 100644 index 0000000..f207ef6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so new file mode 100644 index 0000000..b8f8349 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so new file mode 100644 index 0000000..b4051fa Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so new file mode 100644 index 0000000..838d904 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so new file mode 100644 index 0000000..8039d0d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so new file mode 100644 index 0000000..c1f8df6 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so new file mode 100644 index 0000000..cc1cc2e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so new file mode 100644 index 0000000..a25ff9d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so new file mode 100644 index 0000000..371b328 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so new file mode 100644 index 0000000..50ec8ce Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so new file mode 100644 index 0000000..edafa7f Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so new file mode 100644 index 0000000..757580b Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so new file mode 100644 index 0000000..7d46b05 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactconfig.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactconfig.so new file mode 100644 index 0000000..f306b67 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactconfig.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so new file mode 100644 index 0000000..293cb54 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so new file mode 100644 index 0000000..9f096af Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so new file mode 100644 index 0000000..b629dee Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so new file mode 100644 index 0000000..5398e89 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so new file mode 100644 index 0000000..e4b6b3e Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_modal.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_modal.so new file mode 100644 index 0000000..41cbb56 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_modal.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_progressbar.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_progressbar.so new file mode 100644 index 0000000..cb19fb1 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_progressbar.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so new file mode 100644 index 0000000..e89e8bd Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so new file mode 100644 index 0000000..b10a81d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_scrollview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_slider.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_slider.so new file mode 100644 index 0000000..d580faf Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_slider.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_switch.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_switch.so new file mode 100644 index 0000000..979eaea Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_switch.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so new file mode 100644 index 0000000..dd4ec43 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so new file mode 100644 index 0000000..71307cf Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_textinput.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so new file mode 100644 index 0000000..c3e0995 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so new file mode 100644 index 0000000..506c22d Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so new file mode 100644 index 0000000..f2d6b78 Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so differ diff --git a/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so new file mode 100644 index 0000000..558289f Binary files /dev/null and b/mobile/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so differ diff --git a/mobile/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/mobile/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt new file mode 100644 index 0000000..aad0ff6 --- /dev/null +++ b/mobile/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt @@ -0,0 +1,2790 @@ +com.mobile +anim abc_fade_in +anim abc_fade_out +anim abc_grow_fade_in_from_bottom +anim abc_popup_enter +anim abc_popup_exit +anim abc_shrink_fade_out_from_bottom +anim abc_slide_in_bottom +anim abc_slide_in_top +anim abc_slide_out_bottom +anim abc_slide_out_top +anim abc_tooltip_enter +anim abc_tooltip_exit +anim btn_checkbox_to_checked_box_inner_merged_animation +anim btn_checkbox_to_checked_box_outer_merged_animation +anim btn_checkbox_to_checked_icon_null_animation +anim btn_checkbox_to_unchecked_box_inner_merged_animation +anim btn_checkbox_to_unchecked_check_path_merged_animation +anim btn_checkbox_to_unchecked_icon_null_animation +anim btn_radio_to_off_mtrl_dot_group_animation +anim btn_radio_to_off_mtrl_ring_outer_animation +anim btn_radio_to_off_mtrl_ring_outer_path_animation +anim btn_radio_to_on_mtrl_dot_group_animation +anim btn_radio_to_on_mtrl_ring_outer_animation +anim btn_radio_to_on_mtrl_ring_outer_path_animation +anim catalyst_fade_in +anim catalyst_fade_out +anim catalyst_push_up_in +anim catalyst_push_up_out +anim catalyst_slide_down +anim catalyst_slide_up +anim design_bottom_sheet_slide_in +anim design_bottom_sheet_slide_out +anim design_snackbar_in +anim design_snackbar_out +anim fragment_fast_out_extra_slow_in +anim mtrl_bottom_sheet_slide_in +anim mtrl_bottom_sheet_slide_out +anim mtrl_card_lowers_interpolator +anim rns_default_enter_in +anim rns_default_enter_out +anim rns_default_exit_in +anim rns_default_exit_out +anim rns_fade_from_bottom +anim rns_fade_in +anim rns_fade_out +anim rns_fade_to_bottom +anim rns_no_animation_20 +anim rns_no_animation_250 +anim rns_no_animation_350 +anim rns_no_animation_medium +anim rns_slide_in_from_bottom +anim rns_slide_in_from_left +anim rns_slide_in_from_right +anim rns_slide_out_to_bottom +anim rns_slide_out_to_left +anim rns_slide_out_to_right +animator design_appbar_state_list_animator +animator design_fab_hide_motion_spec +animator design_fab_show_motion_spec +animator fragment_close_enter +animator fragment_close_exit +animator fragment_fade_enter +animator fragment_fade_exit +animator fragment_open_enter +animator fragment_open_exit +animator mtrl_btn_state_list_anim +animator mtrl_btn_unelevated_state_list_anim +animator mtrl_card_state_list_anim +animator mtrl_chip_state_list_anim +animator mtrl_extended_fab_change_size_motion_spec +animator mtrl_extended_fab_hide_motion_spec +animator mtrl_extended_fab_show_motion_spec +animator mtrl_extended_fab_state_list_animator +animator mtrl_fab_hide_motion_spec +animator mtrl_fab_show_motion_spec +animator mtrl_fab_transformation_sheet_collapse_spec +animator mtrl_fab_transformation_sheet_expand_spec +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseContentDescription +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeTheme +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionTextColorAlpha +attr actionViewClass +attr activityChooserViewStyle +attr actualImageResource +attr actualImageScaleType +attr actualImageUri +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr animationMode +attr appBarLayoutStyle +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr autofillInlineSuggestionChip +attr autofillInlineSuggestionEndIconStyle +attr autofillInlineSuggestionStartIconStyle +attr autofillInlineSuggestionSubtitle +attr autofillInlineSuggestionTitle +attr background +attr backgroundColor +attr backgroundImage +attr backgroundInsetBottom +attr backgroundInsetEnd +attr backgroundInsetStart +attr backgroundInsetTop +attr backgroundOverlayColorAlpha +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr badgeGravity +attr badgeStyle +attr badgeTextColor +attr barLength +attr behavior_autoHide +attr behavior_autoShrink +attr behavior_expandedOffset +attr behavior_fitToContents +attr behavior_halfExpandedRatio +attr behavior_hideable +attr behavior_overlapTop +attr behavior_peekHeight +attr behavior_saveFlags +attr behavior_skipCollapsed +attr borderWidth +attr borderlessButtonStyle +attr bottomAppBarStyle +attr bottomNavigationStyle +attr bottomSheetDialogTheme +attr bottomSheetStyle +attr boxBackgroundColor +attr boxBackgroundMode +attr boxCollapsedPaddingTop +attr boxCornerRadiusBottomEnd +attr boxCornerRadiusBottomStart +attr boxCornerRadiusTopEnd +attr boxCornerRadiusTopStart +attr boxStrokeColor +attr boxStrokeWidth +attr boxStrokeWidthFocused +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonCompat +attr buttonGravity +attr buttonIconDimen +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr cardBackgroundColor +attr cardCornerRadius +attr cardElevation +attr cardForegroundColor +attr cardMaxElevation +attr cardPreventCornerOverlap +attr cardUseCompatPadding +attr cardViewStyle +attr checkboxStyle +attr checkedButton +attr checkedChip +attr checkedIcon +attr checkedIconEnabled +attr checkedIconTint +attr checkedIconVisible +attr checkedTextViewStyle +attr chipBackgroundColor +attr chipCornerRadius +attr chipEndPadding +attr chipGroupStyle +attr chipIcon +attr chipIconEnabled +attr chipIconSize +attr chipIconTint +attr chipIconVisible +attr chipMinHeight +attr chipMinTouchTargetSize +attr chipSpacing +attr chipSpacingHorizontal +attr chipSpacingVertical +attr chipStandaloneStyle +attr chipStartPadding +attr chipStrokeColor +attr chipStrokeWidth +attr chipStyle +attr chipSurfaceColor +attr closeIcon +attr closeIconEnabled +attr closeIconEndPadding +attr closeIconSize +attr closeIconStartPadding +attr closeIconTint +attr closeIconVisible +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr collapsedTitleGravity +attr collapsedTitleTextAppearance +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorOnBackground +attr colorOnError +attr colorOnPrimary +attr colorOnPrimarySurface +attr colorOnSecondary +attr colorOnSurface +attr colorPrimary +attr colorPrimaryDark +attr colorPrimarySurface +attr colorPrimaryVariant +attr colorSecondary +attr colorSecondaryVariant +attr colorSurface +attr colorSwitchThumbNormal +attr commitIcon +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr contentPadding +attr contentPaddingBottom +attr contentPaddingLeft +attr contentPaddingRight +attr contentPaddingTop +attr contentScrim +attr controlBackground +attr coordinatorLayoutStyle +attr cornerFamily +attr cornerFamilyBottomLeft +attr cornerFamilyBottomRight +attr cornerFamilyTopLeft +attr cornerFamilyTopRight +attr cornerRadius +attr cornerSize +attr cornerSizeBottomLeft +attr cornerSizeBottomRight +attr cornerSizeTopLeft +attr cornerSizeTopRight +attr counterEnabled +attr counterMaxLength +attr counterOverflowTextAppearance +attr counterOverflowTextColor +attr counterTextAppearance +attr counterTextColor +attr customNavigationLayout +attr dayInvalidStyle +attr daySelectedStyle +attr dayStyle +attr dayTodayStyle +attr defaultQueryHint +attr dialogCornerRadius +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableBottomCompat +attr drawableEndCompat +attr drawableLeftCompat +attr drawableRightCompat +attr drawableSize +attr drawableStartCompat +attr drawableTint +attr drawableTintMode +attr drawableTopCompat +attr drawerArrowStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr elevationOverlayColor +attr elevationOverlayEnabled +attr endIconCheckable +attr endIconContentDescription +attr endIconDrawable +attr endIconMode +attr endIconTint +attr endIconTintMode +attr enforceMaterialTheme +attr enforceTextAppearance +attr ensureMinTouchTargetSize +attr errorEnabled +attr errorIconDrawable +attr errorIconTint +attr errorIconTintMode +attr errorTextAppearance +attr errorTextColor +attr expandActivityOverflowButtonDrawable +attr expanded +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr extendMotionSpec +attr extendedFloatingActionButtonStyle +attr fabAlignmentMode +attr fabAnimationMode +attr fabCradleMargin +attr fabCradleRoundedCornerRadius +attr fabCradleVerticalOffset +attr fabCustomSize +attr fabSize +attr fadeDuration +attr failureImage +attr failureImageScaleType +attr fastScrollEnabled +attr fastScrollHorizontalThumbDrawable +attr fastScrollHorizontalTrackDrawable +attr fastScrollVerticalThumbDrawable +attr fastScrollVerticalTrackDrawable +attr firstBaselineToTopHeight +attr floatingActionButtonStyle +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontProviderSystemFontFamily +attr fontStyle +attr fontVariationSettings +attr fontWeight +attr foregroundInsidePadding +attr gapBetweenBars +attr goIcon +attr headerLayout +attr height +attr helperText +attr helperTextEnabled +attr helperTextTextAppearance +attr helperTextTextColor +attr hideMotionSpec +attr hideOnContentScroll +attr hideOnScroll +attr hintAnimationEnabled +attr hintEnabled +attr hintTextAppearance +attr hintTextColor +attr homeAsUpIndicator +attr homeLayout +attr hoveredFocusedTranslationZ +attr icon +attr iconEndPadding +attr iconGravity +attr iconPadding +attr iconSize +attr iconStartPadding +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr initialActivityCount +attr insetForeground +attr isAutofillInlineSuggestionTheme +attr isLightTheme +attr isMaterialTheme +attr itemBackground +attr itemFillColor +attr itemHorizontalPadding +attr itemHorizontalTranslationEnabled +attr itemIconPadding +attr itemIconSize +attr itemIconTint +attr itemMaxLines +attr itemPadding +attr itemRippleColor +attr itemShapeAppearance +attr itemShapeAppearanceOverlay +attr itemShapeFillColor +attr itemShapeInsetBottom +attr itemShapeInsetEnd +attr itemShapeInsetStart +attr itemShapeInsetTop +attr itemSpacing +attr itemStrokeColor +attr itemStrokeWidth +attr itemTextAppearance +attr itemTextAppearanceActive +attr itemTextAppearanceInactive +attr itemTextColor +attr keylines +attr labelVisibilityMode +attr lastBaselineToBottomHeight +attr layout +attr layoutManager +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_collapseMode +attr layout_collapseParallaxMultiplier +attr layout_dodgeInsetEdges +attr layout_insetEdge +attr layout_keyline +attr layout_scrollFlags +attr layout_scrollInterpolator +attr liftOnScroll +attr liftOnScrollTargetViewId +attr lineHeight +attr lineSpacing +attr listChoiceBackgroundIndicator +attr listChoiceIndicatorMultipleAnimated +attr listChoiceIndicatorSingleAnimated +attr listDividerAlertDialog +attr listItemLayout +attr listLayout +attr listMenuViewStyle +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingEnd +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr listPreferredItemPaddingStart +attr logo +attr logoDescription +attr materialAlertDialogBodyTextStyle +attr materialAlertDialogTheme +attr materialAlertDialogTitleIconStyle +attr materialAlertDialogTitlePanelStyle +attr materialAlertDialogTitleTextStyle +attr materialButtonOutlinedStyle +attr materialButtonStyle +attr materialButtonToggleGroupStyle +attr materialCalendarDay +attr materialCalendarFullscreenTheme +attr materialCalendarHeaderConfirmButton +attr materialCalendarHeaderDivider +attr materialCalendarHeaderLayout +attr materialCalendarHeaderSelection +attr materialCalendarHeaderTitle +attr materialCalendarHeaderToggleButton +attr materialCalendarStyle +attr materialCalendarTheme +attr materialCardViewStyle +attr materialThemeOverlay +attr maxActionInlineWidth +attr maxButtonHeight +attr maxCharacterCount +attr maxImageSize +attr measureWithLargestChild +attr menu +attr minTouchTargetSize +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr navigationViewStyle +attr nestedScrollViewStyle +attr number +attr numericModifiers +attr overlapAnchor +attr overlayImage +attr paddingBottomNoButtons +attr paddingEnd +attr paddingStart +attr paddingTopNoTitle +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr passwordToggleContentDescription +attr passwordToggleDrawable +attr passwordToggleEnabled +attr passwordToggleTint +attr passwordToggleTintMode +attr placeholderImage +attr placeholderImageScaleType +attr popupMenuBackground +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr pressedStateOverlayImage +attr pressedTranslationZ +attr progressBarAutoRotateInterval +attr progressBarImage +attr progressBarImageScaleType +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr queryPatterns +attr radioButtonStyle +attr rangeFillColor +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr recyclerViewStyle +attr retryImage +attr retryImageScaleType +attr reverseLayout +attr rippleColor +attr roundAsCircle +attr roundBottomEnd +attr roundBottomLeft +attr roundBottomRight +attr roundBottomStart +attr roundTopEnd +attr roundTopLeft +attr roundTopRight +attr roundTopStart +attr roundWithOverlayColor +attr roundedCornerRadius +attr roundingBorderColor +attr roundingBorderPadding +attr roundingBorderWidth +attr scrimAnimationDuration +attr scrimBackground +attr scrimVisibleHeightTrigger +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr shapeAppearance +attr shapeAppearanceLargeComponent +attr shapeAppearanceMediumComponent +attr shapeAppearanceOverlay +attr shapeAppearanceSmallComponent +attr shortcutMatchRequired +attr showAsAction +attr showDividers +attr showMotionSpec +attr showText +attr showTitle +attr shrinkMotionSpec +attr singleChoiceItemLayout +attr singleLine +attr singleSelection +attr snackbarButtonStyle +attr snackbarStyle +attr spanCount +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr stackFromEnd +attr startIconCheckable +attr startIconContentDescription +attr startIconDrawable +attr startIconTint +attr startIconTintMode +attr state_above_anchor +attr state_collapsed +attr state_collapsible +attr state_dragged +attr state_liftable +attr state_lifted +attr statusBarBackground +attr statusBarForeground +attr statusBarScrim +attr strokeColor +attr strokeWidth +attr subMenuArrow +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr tabBackground +attr tabContentStart +attr tabGravity +attr tabIconTint +attr tabIconTintMode +attr tabIndicator +attr tabIndicatorAnimationDuration +attr tabIndicatorColor +attr tabIndicatorFullWidth +attr tabIndicatorGravity +attr tabIndicatorHeight +attr tabInlineLabel +attr tabMaxWidth +attr tabMinWidth +attr tabMode +attr tabPadding +attr tabPaddingBottom +attr tabPaddingEnd +attr tabPaddingStart +attr tabPaddingTop +attr tabRippleColor +attr tabSelectedTextColor +attr tabStyle +attr tabTextAppearance +attr tabTextColor +attr tabUnboundedRipple +attr textAllCaps +attr textAppearanceBody1 +attr textAppearanceBody2 +attr textAppearanceButton +attr textAppearanceCaption +attr textAppearanceHeadline1 +attr textAppearanceHeadline2 +attr textAppearanceHeadline3 +attr textAppearanceHeadline4 +attr textAppearanceHeadline5 +attr textAppearanceHeadline6 +attr textAppearanceLargePopupMenu +attr textAppearanceLineHeightEnabled +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearanceOverline +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textAppearanceSubtitle1 +attr textAppearanceSubtitle2 +attr textColorAlertDialogListItem +attr textColorSearchUrl +attr textEndPadding +attr textInputStyle +attr textLocale +attr textStartPadding +attr theme +attr themeLineHeight +attr thickness +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tint +attr tintMode +attr title +attr titleEnabled +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarId +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipText +attr track +attr trackTint +attr trackTintMode +attr ttcIndex +attr useCompatPadding +attr useMaterialThemeColors +attr viewAspectRatio +attr viewInflaterClass +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +attr yearSelectedStyle +attr yearStyle +attr yearTodayStyle +bool abc_action_bar_embed_tabs +bool abc_config_actionMenuItemAllCaps +bool mtrl_btn_textappearance_all_caps +color abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_decor_view_status_guard +color abc_decor_view_status_guard_light +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color androidx_core_ripple_material_light +color androidx_core_secondary_text_default_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color cardview_dark_background +color cardview_light_background +color cardview_shadow_end_color +color cardview_shadow_start_color +color catalyst_logbox_background +color catalyst_redbox_background +color checkbox_themeable_attribute_color +color design_bottom_navigation_shadow_color +color design_box_stroke_color +color design_dark_default_color_background +color design_dark_default_color_error +color design_dark_default_color_on_background +color design_dark_default_color_on_error +color design_dark_default_color_on_primary +color design_dark_default_color_on_secondary +color design_dark_default_color_on_surface +color design_dark_default_color_primary +color design_dark_default_color_primary_dark +color design_dark_default_color_primary_variant +color design_dark_default_color_secondary +color design_dark_default_color_secondary_variant +color design_dark_default_color_surface +color design_default_color_background +color design_default_color_error +color design_default_color_on_background +color design_default_color_on_error +color design_default_color_on_primary +color design_default_color_on_secondary +color design_default_color_on_surface +color design_default_color_primary +color design_default_color_primary_dark +color design_default_color_primary_variant +color design_default_color_secondary +color design_default_color_secondary_variant +color design_default_color_surface +color design_error +color design_fab_shadow_end_color +color design_fab_shadow_mid_color +color design_fab_shadow_start_color +color design_fab_stroke_end_inner_color +color design_fab_stroke_end_outer_color +color design_fab_stroke_top_inner_color +color design_fab_stroke_top_outer_color +color design_icon_tint +color design_snackbar_background_color +color dim_foreground_disabled_material_dark +color dim_foreground_disabled_material_light +color dim_foreground_material_dark +color dim_foreground_material_light +color error_color_material_dark +color error_color_material_light +color foreground_material_dark +color foreground_material_light +color highlighted_text_material_dark +color highlighted_text_material_light +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color material_on_background_disabled +color material_on_background_emphasis_high_type +color material_on_background_emphasis_medium +color material_on_primary_disabled +color material_on_primary_emphasis_high_type +color material_on_primary_emphasis_medium +color material_on_surface_disabled +color material_on_surface_emphasis_high_type +color material_on_surface_emphasis_medium +color mtrl_bottom_nav_colored_item_tint +color mtrl_bottom_nav_colored_ripple_color +color mtrl_bottom_nav_item_tint +color mtrl_bottom_nav_ripple_color +color mtrl_btn_bg_color_selector +color mtrl_btn_ripple_color +color mtrl_btn_stroke_color_selector +color mtrl_btn_text_btn_bg_color_selector +color mtrl_btn_text_btn_ripple_color +color mtrl_btn_text_color_disabled +color mtrl_btn_text_color_selector +color mtrl_btn_transparent_bg_color +color mtrl_calendar_item_stroke_color +color mtrl_calendar_selected_range +color mtrl_card_view_foreground +color mtrl_card_view_ripple +color mtrl_chip_background_color +color mtrl_chip_close_icon_tint +color mtrl_chip_ripple_color +color mtrl_chip_surface_color +color mtrl_chip_text_color +color mtrl_choice_chip_background_color +color mtrl_choice_chip_ripple_color +color mtrl_choice_chip_text_color +color mtrl_error +color mtrl_extended_fab_bg_color_selector +color mtrl_extended_fab_ripple_color +color mtrl_extended_fab_text_color_selector +color mtrl_fab_ripple_color +color mtrl_filled_background_color +color mtrl_filled_icon_tint +color mtrl_filled_stroke_color +color mtrl_indicator_text_color +color mtrl_navigation_item_background_color +color mtrl_navigation_item_icon_tint +color mtrl_navigation_item_text_color +color mtrl_on_primary_text_btn_text_color_selector +color mtrl_outlined_icon_tint +color mtrl_outlined_stroke_color +color mtrl_popupmenu_overlay_color +color mtrl_scrim_color +color mtrl_tabs_colored_ripple_color +color mtrl_tabs_icon_color_selector +color mtrl_tabs_icon_color_selector_colored +color mtrl_tabs_legacy_text_color_selector +color mtrl_tabs_ripple_color +color mtrl_text_btn_text_color_selector +color mtrl_textinput_default_box_stroke_color +color mtrl_textinput_disabled_color +color mtrl_textinput_filled_box_default_background_color +color mtrl_textinput_focused_box_stroke_color +color mtrl_textinput_hovered_box_stroke_color +color notification_action_color_filter +color notification_icon_bg_color +color primary_dark_material_dark +color primary_dark_material_light +color primary_material_dark +color primary_material_light +color primary_text_default_material_dark +color primary_text_default_material_light +color primary_text_disabled_material_dark +color primary_text_disabled_material_light +color ripple_material_dark +color ripple_material_light +color secondary_text_default_material_dark +color secondary_text_default_material_light +color secondary_text_disabled_material_dark +color secondary_text_disabled_material_light +color switch_thumb_disabled_material_dark +color switch_thumb_disabled_material_light +color switch_thumb_material_dark +color switch_thumb_material_light +color switch_thumb_normal_material_dark +color switch_thumb_normal_material_light +color test_mtrl_calendar_day +color test_mtrl_calendar_day_selected +color tooltip_background_dark +color tooltip_background_light +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_stacked_max_height +dimen abc_action_bar_stacked_tab_max_width +dimen abc_action_bar_subtitle_bottom_margin_material +dimen abc_action_bar_subtitle_top_margin_material +dimen abc_action_button_min_height_material +dimen abc_action_button_min_width_material +dimen abc_action_button_min_width_overflow_material +dimen abc_alert_dialog_button_bar_height +dimen abc_alert_dialog_button_dimen +dimen abc_button_inset_horizontal_material +dimen abc_button_inset_vertical_material +dimen abc_button_padding_horizontal_material +dimen abc_button_padding_vertical_material +dimen abc_cascading_menus_min_smallest_width +dimen abc_config_prefDialogWidth +dimen abc_control_corner_material +dimen abc_control_inset_material +dimen abc_control_padding_material +dimen abc_dialog_corner_radius_material +dimen abc_dialog_fixed_height_major +dimen abc_dialog_fixed_height_minor +dimen abc_dialog_fixed_width_major +dimen abc_dialog_fixed_width_minor +dimen abc_dialog_list_padding_bottom_no_buttons +dimen abc_dialog_list_padding_top_no_title +dimen abc_dialog_min_width_major +dimen abc_dialog_min_width_minor +dimen abc_dialog_padding_material +dimen abc_dialog_padding_top_material +dimen abc_dialog_title_divider_material +dimen abc_disabled_alpha_material_dark +dimen abc_disabled_alpha_material_light +dimen abc_dropdownitem_icon_width +dimen abc_dropdownitem_text_padding_left +dimen abc_dropdownitem_text_padding_right +dimen abc_edit_text_inset_bottom_material +dimen abc_edit_text_inset_horizontal_material +dimen abc_edit_text_inset_top_material +dimen abc_floating_window_z +dimen abc_list_item_height_large_material +dimen abc_list_item_height_material +dimen abc_list_item_height_small_material +dimen abc_list_item_padding_horizontal_material +dimen abc_panel_menu_list_width +dimen abc_progress_bar_height_material +dimen abc_search_view_preferred_height +dimen abc_search_view_preferred_width +dimen abc_seekbar_track_background_height_material +dimen abc_seekbar_track_progress_height_material +dimen abc_select_dialog_padding_start_material +dimen abc_star_big +dimen abc_star_medium +dimen abc_star_small +dimen abc_switch_padding +dimen abc_text_size_body_1_material +dimen abc_text_size_body_2_material +dimen abc_text_size_button_material +dimen abc_text_size_caption_material +dimen abc_text_size_display_1_material +dimen abc_text_size_display_2_material +dimen abc_text_size_display_3_material +dimen abc_text_size_display_4_material +dimen abc_text_size_headline_material +dimen abc_text_size_large_material +dimen abc_text_size_medium_material +dimen abc_text_size_menu_header_material +dimen abc_text_size_menu_material +dimen abc_text_size_small_material +dimen abc_text_size_subhead_material +dimen abc_text_size_subtitle_material_toolbar +dimen abc_text_size_title_material +dimen abc_text_size_title_material_toolbar +dimen action_bar_size +dimen appcompat_dialog_background_inset +dimen autofill_inline_suggestion_icon_size +dimen cardview_compat_inset_shadow +dimen cardview_default_elevation +dimen cardview_default_radius +dimen compat_button_inset_horizontal_material +dimen compat_button_inset_vertical_material +dimen compat_button_padding_horizontal_material +dimen compat_button_padding_vertical_material +dimen compat_control_corner_material +dimen compat_notification_large_icon_max_height +dimen compat_notification_large_icon_max_width +dimen default_dimension +dimen design_appbar_elevation +dimen design_bottom_navigation_active_item_max_width +dimen design_bottom_navigation_active_item_min_width +dimen design_bottom_navigation_active_text_size +dimen design_bottom_navigation_elevation +dimen design_bottom_navigation_height +dimen design_bottom_navigation_icon_size +dimen design_bottom_navigation_item_max_width +dimen design_bottom_navigation_item_min_width +dimen design_bottom_navigation_margin +dimen design_bottom_navigation_shadow_height +dimen design_bottom_navigation_text_size +dimen design_bottom_sheet_elevation +dimen design_bottom_sheet_modal_elevation +dimen design_bottom_sheet_peek_height_min +dimen design_fab_border_width +dimen design_fab_elevation +dimen design_fab_image_size +dimen design_fab_size_mini +dimen design_fab_size_normal +dimen design_fab_translation_z_hovered_focused +dimen design_fab_translation_z_pressed +dimen design_navigation_elevation +dimen design_navigation_icon_padding +dimen design_navigation_icon_size +dimen design_navigation_item_horizontal_padding +dimen design_navigation_item_icon_padding +dimen design_navigation_max_width +dimen design_navigation_padding_bottom +dimen design_navigation_separator_vertical_padding +dimen design_snackbar_action_inline_max_width +dimen design_snackbar_action_text_color_alpha +dimen design_snackbar_background_corner_radius +dimen design_snackbar_elevation +dimen design_snackbar_extra_spacing_horizontal +dimen design_snackbar_max_width +dimen design_snackbar_min_width +dimen design_snackbar_padding_horizontal +dimen design_snackbar_padding_vertical +dimen design_snackbar_padding_vertical_2lines +dimen design_snackbar_text_size +dimen design_tab_max_width +dimen design_tab_scrollable_min_width +dimen design_tab_text_size +dimen design_tab_text_size_2line +dimen design_textinput_caption_translate_y +dimen disabled_alpha_material_dark +dimen disabled_alpha_material_light +dimen fastscroll_default_thickness +dimen fastscroll_margin +dimen fastscroll_minimum_range +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen item_touch_helper_max_drag_scroll_per_frame +dimen item_touch_helper_swipe_escape_max_velocity +dimen item_touch_helper_swipe_escape_velocity +dimen material_emphasis_disabled +dimen material_emphasis_high_type +dimen material_emphasis_medium +dimen material_text_view_test_line_height +dimen material_text_view_test_line_height_override +dimen mtrl_alert_dialog_background_inset_bottom +dimen mtrl_alert_dialog_background_inset_end +dimen mtrl_alert_dialog_background_inset_start +dimen mtrl_alert_dialog_background_inset_top +dimen mtrl_alert_dialog_picker_background_inset +dimen mtrl_badge_horizontal_edge_offset +dimen mtrl_badge_long_text_horizontal_padding +dimen mtrl_badge_radius +dimen mtrl_badge_text_horizontal_edge_offset +dimen mtrl_badge_text_size +dimen mtrl_badge_with_text_radius +dimen mtrl_bottomappbar_fabOffsetEndMode +dimen mtrl_bottomappbar_fab_bottom_margin +dimen mtrl_bottomappbar_fab_cradle_margin +dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius +dimen mtrl_bottomappbar_fab_cradle_vertical_offset +dimen mtrl_bottomappbar_height +dimen mtrl_btn_corner_radius +dimen mtrl_btn_dialog_btn_min_width +dimen mtrl_btn_disabled_elevation +dimen mtrl_btn_disabled_z +dimen mtrl_btn_elevation +dimen mtrl_btn_focused_z +dimen mtrl_btn_hovered_z +dimen mtrl_btn_icon_btn_padding_left +dimen mtrl_btn_icon_padding +dimen mtrl_btn_inset +dimen mtrl_btn_letter_spacing +dimen mtrl_btn_padding_bottom +dimen mtrl_btn_padding_left +dimen mtrl_btn_padding_right +dimen mtrl_btn_padding_top +dimen mtrl_btn_pressed_z +dimen mtrl_btn_stroke_size +dimen mtrl_btn_text_btn_icon_padding +dimen mtrl_btn_text_btn_padding_left +dimen mtrl_btn_text_btn_padding_right +dimen mtrl_btn_text_size +dimen mtrl_btn_z +dimen mtrl_calendar_action_height +dimen mtrl_calendar_action_padding +dimen mtrl_calendar_bottom_padding +dimen mtrl_calendar_content_padding +dimen mtrl_calendar_day_corner +dimen mtrl_calendar_day_height +dimen mtrl_calendar_day_horizontal_padding +dimen mtrl_calendar_day_today_stroke +dimen mtrl_calendar_day_vertical_padding +dimen mtrl_calendar_day_width +dimen mtrl_calendar_days_of_week_height +dimen mtrl_calendar_dialog_background_inset +dimen mtrl_calendar_header_content_padding +dimen mtrl_calendar_header_content_padding_fullscreen +dimen mtrl_calendar_header_divider_thickness +dimen mtrl_calendar_header_height +dimen mtrl_calendar_header_height_fullscreen +dimen mtrl_calendar_header_selection_line_height +dimen mtrl_calendar_header_text_padding +dimen mtrl_calendar_header_toggle_margin_bottom +dimen mtrl_calendar_header_toggle_margin_top +dimen mtrl_calendar_landscape_header_width +dimen mtrl_calendar_maximum_default_fullscreen_minor_axis +dimen mtrl_calendar_month_horizontal_padding +dimen mtrl_calendar_month_vertical_padding +dimen mtrl_calendar_navigation_bottom_padding +dimen mtrl_calendar_navigation_height +dimen mtrl_calendar_navigation_top_padding +dimen mtrl_calendar_pre_l_text_clip_padding +dimen mtrl_calendar_selection_baseline_to_top_fullscreen +dimen mtrl_calendar_selection_text_baseline_to_bottom +dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +dimen mtrl_calendar_selection_text_baseline_to_top +dimen mtrl_calendar_text_input_padding_top +dimen mtrl_calendar_title_baseline_to_top +dimen mtrl_calendar_title_baseline_to_top_fullscreen +dimen mtrl_calendar_year_corner +dimen mtrl_calendar_year_height +dimen mtrl_calendar_year_horizontal_padding +dimen mtrl_calendar_year_vertical_padding +dimen mtrl_calendar_year_width +dimen mtrl_card_checked_icon_margin +dimen mtrl_card_checked_icon_size +dimen mtrl_card_corner_radius +dimen mtrl_card_dragged_z +dimen mtrl_card_elevation +dimen mtrl_card_spacing +dimen mtrl_chip_pressed_translation_z +dimen mtrl_chip_text_size +dimen mtrl_exposed_dropdown_menu_popup_elevation +dimen mtrl_exposed_dropdown_menu_popup_vertical_offset +dimen mtrl_exposed_dropdown_menu_popup_vertical_padding +dimen mtrl_extended_fab_bottom_padding +dimen mtrl_extended_fab_corner_radius +dimen mtrl_extended_fab_disabled_elevation +dimen mtrl_extended_fab_disabled_translation_z +dimen mtrl_extended_fab_elevation +dimen mtrl_extended_fab_end_padding +dimen mtrl_extended_fab_end_padding_icon +dimen mtrl_extended_fab_icon_size +dimen mtrl_extended_fab_icon_text_spacing +dimen mtrl_extended_fab_min_height +dimen mtrl_extended_fab_min_width +dimen mtrl_extended_fab_start_padding +dimen mtrl_extended_fab_start_padding_icon +dimen mtrl_extended_fab_top_padding +dimen mtrl_extended_fab_translation_z_base +dimen mtrl_extended_fab_translation_z_hovered_focused +dimen mtrl_extended_fab_translation_z_pressed +dimen mtrl_fab_elevation +dimen mtrl_fab_min_touch_target +dimen mtrl_fab_translation_z_hovered_focused +dimen mtrl_fab_translation_z_pressed +dimen mtrl_high_ripple_default_alpha +dimen mtrl_high_ripple_focused_alpha +dimen mtrl_high_ripple_hovered_alpha +dimen mtrl_high_ripple_pressed_alpha +dimen mtrl_large_touch_target +dimen mtrl_low_ripple_default_alpha +dimen mtrl_low_ripple_focused_alpha +dimen mtrl_low_ripple_hovered_alpha +dimen mtrl_low_ripple_pressed_alpha +dimen mtrl_min_touch_target_size +dimen mtrl_navigation_elevation +dimen mtrl_navigation_item_horizontal_padding +dimen mtrl_navigation_item_icon_padding +dimen mtrl_navigation_item_icon_size +dimen mtrl_navigation_item_shape_horizontal_margin +dimen mtrl_navigation_item_shape_vertical_margin +dimen mtrl_shape_corner_size_large_component +dimen mtrl_shape_corner_size_medium_component +dimen mtrl_shape_corner_size_small_component +dimen mtrl_snackbar_action_text_color_alpha +dimen mtrl_snackbar_background_corner_radius +dimen mtrl_snackbar_background_overlay_color_alpha +dimen mtrl_snackbar_margin +dimen mtrl_switch_thumb_elevation +dimen mtrl_textinput_box_corner_radius_medium +dimen mtrl_textinput_box_corner_radius_small +dimen mtrl_textinput_box_label_cutout_padding +dimen mtrl_textinput_box_stroke_width_default +dimen mtrl_textinput_box_stroke_width_focused +dimen mtrl_textinput_end_icon_margin_start +dimen mtrl_textinput_outline_box_expanded_padding +dimen mtrl_textinput_start_icon_margin_end +dimen mtrl_toolbar_default_height +dimen notification_action_icon_size +dimen notification_action_text_size +dimen notification_big_circle_margin +dimen notification_content_margin_start +dimen notification_large_icon_height +dimen notification_large_icon_width +dimen notification_main_column_padding_top +dimen notification_media_narrow_margin +dimen notification_right_icon_size +dimen notification_right_side_padding_top +dimen notification_small_icon_background_padding +dimen notification_small_icon_size_as_large +dimen notification_subtext_size +dimen notification_top_pad +dimen notification_top_pad_large_text +dimen test_mtrl_calendar_day_cornerSize +dimen tooltip_corner_radius +dimen tooltip_horizontal_padding +dimen tooltip_margin +dimen tooltip_precise_anchor_extra_offset +dimen tooltip_precise_anchor_threshold +dimen tooltip_vertical_padding +dimen tooltip_y_offset_non_touch +dimen tooltip_y_offset_touch +drawable abc_ab_share_pack_mtrl_alpha +drawable abc_action_bar_item_background_material +drawable abc_btn_borderless_material +drawable abc_btn_check_material +drawable abc_btn_check_material_anim +drawable abc_btn_check_to_on_mtrl_000 +drawable abc_btn_check_to_on_mtrl_015 +drawable abc_btn_colored_material +drawable abc_btn_default_mtrl_shape +drawable abc_btn_radio_material +drawable abc_btn_radio_material_anim +drawable abc_btn_radio_to_on_mtrl_000 +drawable abc_btn_radio_to_on_mtrl_015 +drawable abc_btn_switch_to_on_mtrl_00001 +drawable abc_btn_switch_to_on_mtrl_00012 +drawable abc_cab_background_internal_bg +drawable abc_cab_background_top_material +drawable abc_cab_background_top_mtrl_alpha +drawable abc_control_background_material +drawable abc_dialog_material_background +drawable abc_edit_text_material +drawable abc_ic_ab_back_material +drawable abc_ic_arrow_drop_right_black_24dp +drawable abc_ic_clear_material +drawable abc_ic_commit_search_api_mtrl_alpha +drawable abc_ic_go_search_api_material +drawable abc_ic_menu_copy_mtrl_am_alpha +drawable abc_ic_menu_cut_mtrl_alpha +drawable abc_ic_menu_overflow_material +drawable abc_ic_menu_paste_mtrl_am_alpha +drawable abc_ic_menu_selectall_mtrl_alpha +drawable abc_ic_menu_share_mtrl_alpha +drawable abc_ic_search_api_material +drawable abc_ic_voice_search_api_material +drawable abc_item_background_holo_dark +drawable abc_item_background_holo_light +drawable abc_list_divider_material +drawable abc_list_divider_mtrl_alpha +drawable abc_list_focused_holo +drawable abc_list_longpressed_holo +drawable abc_list_pressed_holo_dark +drawable abc_list_pressed_holo_light +drawable abc_list_selector_background_transition_holo_dark +drawable abc_list_selector_background_transition_holo_light +drawable abc_list_selector_disabled_holo_dark +drawable abc_list_selector_disabled_holo_light +drawable abc_list_selector_holo_dark +drawable abc_list_selector_holo_light +drawable abc_menu_hardkey_panel_mtrl_mult +drawable abc_popup_background_mtrl_mult +drawable abc_ratingbar_indicator_material +drawable abc_ratingbar_material +drawable abc_ratingbar_small_material +drawable abc_scrubber_control_off_mtrl_alpha +drawable abc_scrubber_control_to_pressed_mtrl_000 +drawable abc_scrubber_control_to_pressed_mtrl_005 +drawable abc_scrubber_primary_mtrl_alpha +drawable abc_scrubber_track_mtrl_alpha +drawable abc_seekbar_thumb_material +drawable abc_seekbar_tick_mark_material +drawable abc_seekbar_track_material +drawable abc_spinner_mtrl_am_alpha +drawable abc_spinner_textfield_background_material +drawable abc_star_black_48dp +drawable abc_star_half_black_48dp +drawable abc_switch_thumb_material +drawable abc_switch_track_mtrl_alpha +drawable abc_tab_indicator_material +drawable abc_tab_indicator_mtrl_alpha +drawable abc_text_cursor_material +drawable abc_text_select_handle_left_mtrl +drawable abc_text_select_handle_middle_mtrl +drawable abc_text_select_handle_right_mtrl +drawable abc_textfield_activated_mtrl_alpha +drawable abc_textfield_default_mtrl_alpha +drawable abc_textfield_search_activated_mtrl_alpha +drawable abc_textfield_search_default_mtrl_alpha +drawable abc_textfield_search_material +drawable abc_vector_test +drawable autofill_inline_suggestion_chip_background +drawable avd_hide_password +drawable avd_show_password +drawable btn_checkbox_checked_mtrl +drawable btn_checkbox_checked_to_unchecked_mtrl_animation +drawable btn_checkbox_unchecked_mtrl +drawable btn_checkbox_unchecked_to_checked_mtrl_animation +drawable btn_radio_off_mtrl +drawable btn_radio_off_to_on_mtrl_animation +drawable btn_radio_on_mtrl +drawable btn_radio_on_to_off_mtrl_animation +drawable design_bottom_navigation_item_background +drawable design_fab_background +drawable design_ic_visibility +drawable design_ic_visibility_off +drawable design_password_eye +drawable design_snackbar_background +drawable ic_calendar_black_24dp +drawable ic_clear_black_24dp +drawable ic_edit_black_24dp +drawable ic_keyboard_arrow_left_black_24dp +drawable ic_keyboard_arrow_right_black_24dp +drawable ic_menu_arrow_down_black_24dp +drawable ic_menu_arrow_up_black_24dp +drawable ic_mtrl_checked_circle +drawable ic_mtrl_chip_checked_black +drawable ic_mtrl_chip_checked_circle +drawable ic_mtrl_chip_close_circle +drawable mtrl_dialog_background +drawable mtrl_dropdown_arrow +drawable mtrl_ic_arrow_drop_down +drawable mtrl_ic_arrow_drop_up +drawable mtrl_ic_cancel +drawable mtrl_ic_error +drawable mtrl_popupmenu_background +drawable mtrl_popupmenu_background_dark +drawable mtrl_tabs_default_indicator +drawable navigation_empty_icon +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable redbox_top_border_background +drawable rn_edit_text_material +drawable test_custom_background +drawable tooltip_frame_dark +drawable tooltip_frame_light +id ALT +id BOTTOM_END +id BOTTOM_START +id CTRL +id FUNCTION +id META +id SHIFT +id SYM +id TOP_END +id TOP_START +id accessibility_action_clickable_span +id accessibility_actions +id accessibility_custom_action_0 +id accessibility_custom_action_1 +id accessibility_custom_action_10 +id accessibility_custom_action_11 +id accessibility_custom_action_12 +id accessibility_custom_action_13 +id accessibility_custom_action_14 +id accessibility_custom_action_15 +id accessibility_custom_action_16 +id accessibility_custom_action_17 +id accessibility_custom_action_18 +id accessibility_custom_action_19 +id accessibility_custom_action_2 +id accessibility_custom_action_20 +id accessibility_custom_action_21 +id accessibility_custom_action_22 +id accessibility_custom_action_23 +id accessibility_custom_action_24 +id accessibility_custom_action_25 +id accessibility_custom_action_26 +id accessibility_custom_action_27 +id accessibility_custom_action_28 +id accessibility_custom_action_29 +id accessibility_custom_action_3 +id accessibility_custom_action_30 +id accessibility_custom_action_31 +id accessibility_custom_action_4 +id accessibility_custom_action_5 +id accessibility_custom_action_6 +id accessibility_custom_action_7 +id accessibility_custom_action_8 +id accessibility_custom_action_9 +id accessibility_hint +id accessibility_label +id accessibility_role +id accessibility_state +id accessibility_value +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id all +id always +id async +id auto +id autofill_inline_suggestion_end_icon +id autofill_inline_suggestion_start_icon +id autofill_inline_suggestion_subtitle +id autofill_inline_suggestion_title +id beginning +id blocking +id bottom +id buttonPanel +id cancel_button +id catalyst_redbox_title +id center +id centerCrop +id centerInside +id center_horizontal +id center_vertical +id checkbox +id checked +id chip +id chip_group +id chronometer +id clear_text +id clip_horizontal +id clip_vertical +id collapseActionView +id confirm_button +id container +id content +id contentPanel +id coordinator +id custom +id customPanel +id cut +id date_picker_actions +id decor_content_parent +id default_activity_button +id design_bottom_sheet +id design_menu_item_action_area +id design_menu_item_action_area_stub +id design_menu_item_text +id design_navigation_view +id dialog_button +id disableHome +id dropdown_menu +id edit_query +id end +id enterAlways +id enterAlwaysCollapsed +id exitUntilCollapsed +id expand_activities_button +id expanded_menu +id fade +id fill +id fill_horizontal +id fill_vertical +id filled +id filter_chip +id fitBottomStart +id fitCenter +id fitEnd +id fitStart +id fitToContents +id fitXY +id fixed +id flipper_skip_empty_view_group_traversal +id flipper_skip_view_traversal +id focusCrop +id forever +id fps_text +id fragment_container_view_tag +id ghost_view +id ghost_view_holder +id group_divider +id hideable +id home +id homeAsUp +id icon +id icon_group +id ifRoom +id image +id info +id italic +id item_touch_helper_previous_elevation +id labeled +id largeLabel +id left +id line1 +id line3 +id listMode +id list_item +id masked +id message +id middle +id mini +id month_grid +id month_navigation_bar +id month_navigation_fragment_toggle +id month_navigation_next +id month_navigation_previous +id month_title +id mtrl_calendar_day_selector_frame +id mtrl_calendar_days_of_week +id mtrl_calendar_frame +id mtrl_calendar_main_pane +id mtrl_calendar_months +id mtrl_calendar_selection_frame +id mtrl_calendar_text_input_frame +id mtrl_calendar_year_selector_frame +id mtrl_card_checked_layer_id +id mtrl_child_content_container +id mtrl_internal_children_alpha_tag +id mtrl_picker_fullscreen +id mtrl_picker_header +id mtrl_picker_header_selection_text +id mtrl_picker_header_title_and_selection +id mtrl_picker_header_toggle +id mtrl_picker_text_input_date +id mtrl_picker_text_input_range_end +id mtrl_picker_text_input_range_start +id mtrl_picker_title_text +id multiply +id navigation_header_container +id never +id noScroll +id none +id normal +id notification_background +id notification_main_column +id notification_main_column_container +id off +id on +id outline +id parallax +id parentPanel +id parent_matrix +id password_toggle +id peekHeight +id pin +id progress_circular +id progress_horizontal +id radio +id react_test_id +id right +id right_icon +id right_side +id rn_frame_file +id rn_frame_method +id rn_redbox_dismiss_button +id rn_redbox_line_separator +id rn_redbox_loading_indicator +id rn_redbox_reload_button +id rn_redbox_report_button +id rn_redbox_report_label +id rn_redbox_stack +id rounded +id save_non_transition_alpha +id save_overlay_view +id scale +id screen +id scroll +id scrollIndicatorDown +id scrollIndicatorUp +id scrollView +id scrollable +id search_badge +id search_bar +id search_button +id search_close_btn +id search_edit_frame +id search_go_btn +id search_mag_icon +id search_plate +id search_src_text +id search_voice_btn +id select_dialog_listview +id selected +id shortcut +id showCustom +id showHome +id showTitle +id skipCollapsed +id slide +id smallLabel +id snackbar_action +id snackbar_text +id snap +id snapMargins +id spacer +id special_effects_controller_view_tag +id split_action_bar +id src_atop +id src_in +id src_over +id start +id stretch +id submenuarrow +id submit_area +id tabMode +id tag_accessibility_actions +id tag_accessibility_clickable_spans +id tag_accessibility_heading +id tag_accessibility_pane_title +id tag_on_apply_window_listener +id tag_on_receive_content_listener +id tag_on_receive_content_mime_types +id tag_screen_reader_focusable +id tag_state_description +id tag_transition_group +id tag_unhandled_key_event_manager +id tag_unhandled_key_listeners +id tag_window_insets_animation_callback +id test_checkbox_android_button_tint +id test_checkbox_app_button_tint +id text +id text2 +id textEnd +id textSpacerNoButtons +id textSpacerNoTitle +id textStart +id text_input_end_icon +id text_input_start_icon +id textinput_counter +id textinput_error +id textinput_helper_text +id time +id title +id titleDividerNoCustom +id title_template +id top +id topPanel +id touch_outside +id transition_current_scene +id transition_layout_save +id transition_position +id transition_scene_layoutid_cache +id transition_transform +id unchecked +id uniform +id unlabeled +id up +id useLogo +id view_offset_helper +id view_tag_instance_handle +id view_tag_native_id +id view_tree_lifecycle_owner +id view_tree_saved_state_registry_owner +id view_tree_view_model_store_owner +id visible +id visible_removing_fragment_view_tag +id withText +id wrap_content +integer abc_config_activityDefaultDur +integer abc_config_activityShortDur +integer app_bar_elevation_anim_duration +integer bottom_sheet_slide_duration +integer cancel_button_image_alpha +integer config_tooltipAnimTime +integer design_snackbar_text_max_lines +integer design_tab_indicator_anim_duration_ms +integer hide_password_duration +integer mtrl_badge_max_character_count +integer mtrl_btn_anim_delay_ms +integer mtrl_btn_anim_duration_ms +integer mtrl_calendar_header_orientation +integer mtrl_calendar_selection_text_lines +integer mtrl_calendar_year_selector_span +integer mtrl_card_anim_delay_ms +integer mtrl_card_anim_duration_ms +integer mtrl_chip_anim_duration +integer mtrl_tab_indicator_anim_duration_ms +integer react_native_dev_server_port +integer react_native_inspector_proxy_port +integer show_password_duration +integer status_bar_notification_info_maxnum +interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 +interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 +interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 +interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 +interpolator btn_radio_to_off_mtrl_animation_interpolator_0 +interpolator btn_radio_to_on_mtrl_animation_interpolator_0 +interpolator fast_out_slow_in +interpolator mtrl_fast_out_linear_in +interpolator mtrl_fast_out_slow_in +interpolator mtrl_linear +interpolator mtrl_linear_out_slow_in +layout abc_action_bar_title_item +layout abc_action_bar_up_container +layout abc_action_menu_item_layout +layout abc_action_menu_layout +layout abc_action_mode_bar +layout abc_action_mode_close_item_material +layout abc_activity_chooser_view +layout abc_activity_chooser_view_list_item +layout abc_alert_dialog_button_bar_material +layout abc_alert_dialog_material +layout abc_alert_dialog_title_material +layout abc_cascading_menu_item_layout +layout abc_dialog_title_material +layout abc_expanded_menu_layout +layout abc_list_menu_item_checkbox +layout abc_list_menu_item_icon +layout abc_list_menu_item_layout +layout abc_list_menu_item_radio +layout abc_popup_menu_header_item_layout +layout abc_popup_menu_item_layout +layout abc_screen_content_include +layout abc_screen_simple +layout abc_screen_simple_overlay_action_mode +layout abc_screen_toolbar +layout abc_search_dropdown_item_icons_2line +layout abc_search_view +layout abc_select_dialog_material +layout abc_tooltip +layout autofill_inline_suggestion +layout custom_dialog +layout design_bottom_navigation_item +layout design_bottom_sheet_dialog +layout design_layout_snackbar +layout design_layout_snackbar_include +layout design_layout_tab_icon +layout design_layout_tab_text +layout design_menu_item_action_area +layout design_navigation_item +layout design_navigation_item_header +layout design_navigation_item_separator +layout design_navigation_item_subheader +layout design_navigation_menu +layout design_navigation_menu_item +layout design_text_input_end_icon +layout design_text_input_start_icon +layout dev_loading_view +layout fps_view +layout mtrl_alert_dialog +layout mtrl_alert_dialog_actions +layout mtrl_alert_dialog_title +layout mtrl_alert_select_dialog_item +layout mtrl_alert_select_dialog_multichoice +layout mtrl_alert_select_dialog_singlechoice +layout mtrl_calendar_day +layout mtrl_calendar_day_of_week +layout mtrl_calendar_days_of_week +layout mtrl_calendar_horizontal +layout mtrl_calendar_month +layout mtrl_calendar_month_labeled +layout mtrl_calendar_month_navigation +layout mtrl_calendar_months +layout mtrl_calendar_vertical +layout mtrl_calendar_year +layout mtrl_layout_snackbar +layout mtrl_layout_snackbar_include +layout mtrl_picker_actions +layout mtrl_picker_dialog +layout mtrl_picker_fullscreen +layout mtrl_picker_header_dialog +layout mtrl_picker_header_fullscreen +layout mtrl_picker_header_selection_text +layout mtrl_picker_header_title_text +layout mtrl_picker_header_toggle +layout mtrl_picker_text_input_date +layout mtrl_picker_text_input_date_range +layout notification_action +layout notification_action_tombstone +layout notification_template_custom_big +layout notification_template_icon_group +layout notification_template_part_chronometer +layout notification_template_part_time +layout redbox_item_frame +layout redbox_item_title +layout redbox_view +layout select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +layout test_action_chip +layout test_design_checkbox +layout test_reflow_chipgroup +layout test_toolbar +layout test_toolbar_custom_background +layout test_toolbar_elevation +layout test_toolbar_surface +layout text_view_with_line_height_from_appearance +layout text_view_with_line_height_from_layout +layout text_view_with_line_height_from_style +layout text_view_with_theme_line_height +layout text_view_without_line_height +mipmap ic_launcher +mipmap ic_launcher_round +plurals mtrl_badge_content_description +string abc_action_bar_home_description +string abc_action_bar_up_description +string abc_action_menu_overflow_description +string abc_action_mode_done +string abc_activity_chooser_view_see_all +string abc_activitychooserview_choose_application +string abc_capital_off +string abc_capital_on +string abc_menu_alt_shortcut_label +string abc_menu_ctrl_shortcut_label +string abc_menu_delete_shortcut_label +string abc_menu_enter_shortcut_label +string abc_menu_function_shortcut_label +string abc_menu_meta_shortcut_label +string abc_menu_shift_shortcut_label +string abc_menu_space_shortcut_label +string abc_menu_sym_shortcut_label +string abc_prepend_shortcut_label +string abc_search_hint +string abc_searchview_description_clear +string abc_searchview_description_query +string abc_searchview_description_search +string abc_searchview_description_submit +string abc_searchview_description_voice +string abc_shareactionprovider_share_with +string abc_shareactionprovider_share_with_application +string abc_toolbar_collapse_description +string alert_description +string app_name +string appbar_scrolling_view_behavior +string bottom_sheet_behavior +string catalyst_change_bundle_location +string catalyst_copy_button +string catalyst_debug +string catalyst_debug_chrome +string catalyst_debug_chrome_stop +string catalyst_debug_connecting +string catalyst_debug_error +string catalyst_debug_open +string catalyst_debug_stop +string catalyst_devtools_open +string catalyst_dismiss_button +string catalyst_heap_capture +string catalyst_hot_reloading +string catalyst_hot_reloading_auto_disable +string catalyst_hot_reloading_auto_enable +string catalyst_hot_reloading_stop +string catalyst_inspector +string catalyst_inspector_stop +string catalyst_loading_from_url +string catalyst_open_flipper_error +string catalyst_perf_monitor +string catalyst_perf_monitor_stop +string catalyst_reload +string catalyst_reload_button +string catalyst_reload_error +string catalyst_report_button +string catalyst_sample_profiler_disable +string catalyst_sample_profiler_enable +string catalyst_settings +string catalyst_settings_title +string character_counter_content_description +string character_counter_overflowed_content_description +string character_counter_pattern +string chip_text +string clear_text_end_icon_content_description +string combobox_description +string error_icon_content_description +string exposed_dropdown_menu_content_description +string fab_transformation_scrim_behavior +string fab_transformation_sheet_behavior +string header_description +string hide_bottom_view_on_scroll_behavior +string icon_content_description +string image_description +string imagebutton_description +string link_description +string menu_description +string menubar_description +string menuitem_description +string mtrl_badge_numberless_content_description +string mtrl_chip_close_icon_content_description +string mtrl_exceed_max_badge_number_suffix +string mtrl_picker_a11y_next_month +string mtrl_picker_a11y_prev_month +string mtrl_picker_announce_current_selection +string mtrl_picker_cancel +string mtrl_picker_confirm +string mtrl_picker_date_header_selected +string mtrl_picker_date_header_title +string mtrl_picker_date_header_unselected +string mtrl_picker_day_of_week_column_header +string mtrl_picker_invalid_format +string mtrl_picker_invalid_format_example +string mtrl_picker_invalid_format_use +string mtrl_picker_invalid_range +string mtrl_picker_navigate_to_year_description +string mtrl_picker_out_of_range +string mtrl_picker_range_header_only_end_selected +string mtrl_picker_range_header_only_start_selected +string mtrl_picker_range_header_selected +string mtrl_picker_range_header_title +string mtrl_picker_range_header_unselected +string mtrl_picker_save +string mtrl_picker_text_input_date_hint +string mtrl_picker_text_input_date_range_end_hint +string mtrl_picker_text_input_date_range_start_hint +string mtrl_picker_text_input_day_abbr +string mtrl_picker_text_input_month_abbr +string mtrl_picker_text_input_year_abbr +string mtrl_picker_toggle_to_calendar_input_mode +string mtrl_picker_toggle_to_day_selection +string mtrl_picker_toggle_to_text_input_mode +string mtrl_picker_toggle_to_year_selection +string password_toggle_content_description +string path_password_eye +string path_password_eye_mask_strike_through +string path_password_eye_mask_visible +string path_password_strike_through +string progressbar_description +string radiogroup_description +string rn_tab_description +string scrollbar_description +string search_menu_title +string spinbutton_description +string state_busy_description +string state_collapsed_description +string state_expanded_description +string state_mixed_description +string state_off_description +string state_on_description +string state_unselected_description +string status_bar_notification_info_overflow +string summary_description +string tablist_description +string timer_description +string toolbar_description +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style Animation_Catalyst_LogBox +style Animation_Catalyst_RedBox +style Animation_Design_BottomSheetDialog +style Animation_MaterialComponents_BottomSheetDialog +style AppTheme +style Base_AlertDialog_AppCompat +style Base_AlertDialog_AppCompat_Light +style Base_Animation_AppCompat_Dialog +style Base_Animation_AppCompat_DropDownUp +style Base_Animation_AppCompat_Tooltip +style Base_CardView +style Base_DialogWindowTitle_AppCompat +style Base_DialogWindowTitleBackground_AppCompat +style Base_MaterialAlertDialog_MaterialComponents_Title_Icon +style Base_MaterialAlertDialog_MaterialComponents_Title_Panel +style Base_MaterialAlertDialog_MaterialComponents_Title_Text +style Base_TextAppearance_AppCompat +style Base_TextAppearance_AppCompat_Body1 +style Base_TextAppearance_AppCompat_Body2 +style Base_TextAppearance_AppCompat_Button +style Base_TextAppearance_AppCompat_Caption +style Base_TextAppearance_AppCompat_Display1 +style Base_TextAppearance_AppCompat_Display2 +style Base_TextAppearance_AppCompat_Display3 +style Base_TextAppearance_AppCompat_Display4 +style Base_TextAppearance_AppCompat_Headline +style Base_TextAppearance_AppCompat_Inverse +style Base_TextAppearance_AppCompat_Large +style Base_TextAppearance_AppCompat_Large_Inverse +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Medium +style Base_TextAppearance_AppCompat_Medium_Inverse +style Base_TextAppearance_AppCompat_Menu +style Base_TextAppearance_AppCompat_SearchResult +style Base_TextAppearance_AppCompat_SearchResult_Subtitle +style Base_TextAppearance_AppCompat_SearchResult_Title +style Base_TextAppearance_AppCompat_Small +style Base_TextAppearance_AppCompat_Small_Inverse +style Base_TextAppearance_AppCompat_Subhead +style Base_TextAppearance_AppCompat_Subhead_Inverse +style Base_TextAppearance_AppCompat_Title +style Base_TextAppearance_AppCompat_Title_Inverse +style Base_TextAppearance_AppCompat_Tooltip +style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionMode_Title +style Base_TextAppearance_AppCompat_Widget_Button +style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Inverse +style Base_TextAppearance_AppCompat_Widget_DropDownItem +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Widget_Switch +style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style Base_TextAppearance_MaterialComponents_Badge +style Base_TextAppearance_MaterialComponents_Button +style Base_TextAppearance_MaterialComponents_Headline6 +style Base_TextAppearance_MaterialComponents_Subtitle2 +style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style Base_TextAppearance_Widget_AppCompat_Toolbar_Title +style Base_Theme_AppCompat +style Base_Theme_AppCompat_CompactMenu +style Base_Theme_AppCompat_Dialog +style Base_Theme_AppCompat_Dialog_Alert +style Base_Theme_AppCompat_Dialog_FixedSize +style Base_Theme_AppCompat_Dialog_MinWidth +style Base_Theme_AppCompat_DialogWhenLarge +style Base_Theme_AppCompat_Light +style Base_Theme_AppCompat_Light_DarkActionBar +style Base_Theme_AppCompat_Light_Dialog +style Base_Theme_AppCompat_Light_Dialog_Alert +style Base_Theme_AppCompat_Light_Dialog_FixedSize +style Base_Theme_AppCompat_Light_Dialog_MinWidth +style Base_Theme_AppCompat_Light_DialogWhenLarge +style Base_Theme_MaterialComponents +style Base_Theme_MaterialComponents_Bridge +style Base_Theme_MaterialComponents_CompactMenu +style Base_Theme_MaterialComponents_Dialog +style Base_Theme_MaterialComponents_Dialog_Alert +style Base_Theme_MaterialComponents_Dialog_Bridge +style Base_Theme_MaterialComponents_Dialog_FixedSize +style Base_Theme_MaterialComponents_Dialog_MinWidth +style Base_Theme_MaterialComponents_DialogWhenLarge +style Base_Theme_MaterialComponents_Light +style Base_Theme_MaterialComponents_Light_Bridge +style Base_Theme_MaterialComponents_Light_DarkActionBar +style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +style Base_Theme_MaterialComponents_Light_Dialog +style Base_Theme_MaterialComponents_Light_Dialog_Alert +style Base_Theme_MaterialComponents_Light_Dialog_Bridge +style Base_Theme_MaterialComponents_Light_Dialog_FixedSize +style Base_Theme_MaterialComponents_Light_Dialog_MinWidth +style Base_Theme_MaterialComponents_Light_DialogWhenLarge +style Base_ThemeOverlay_AppCompat +style Base_ThemeOverlay_AppCompat_ActionBar +style Base_ThemeOverlay_AppCompat_Dark +style Base_ThemeOverlay_AppCompat_Dark_ActionBar +style Base_ThemeOverlay_AppCompat_Dialog +style Base_ThemeOverlay_AppCompat_Dialog_Alert +style Base_ThemeOverlay_AppCompat_Light +style Base_ThemeOverlay_MaterialComponents_Dialog +style Base_ThemeOverlay_MaterialComponents_Dialog_Alert +style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +style Base_V14_Theme_MaterialComponents +style Base_V14_Theme_MaterialComponents_Bridge +style Base_V14_Theme_MaterialComponents_Dialog +style Base_V14_Theme_MaterialComponents_Dialog_Bridge +style Base_V14_Theme_MaterialComponents_Light +style Base_V14_Theme_MaterialComponents_Light_Bridge +style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +style Base_V14_Theme_MaterialComponents_Light_Dialog +style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +style Base_V14_ThemeOverlay_MaterialComponents_Dialog +style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +style Base_V21_Theme_AppCompat +style Base_V21_Theme_AppCompat_Dialog +style Base_V21_Theme_AppCompat_Light +style Base_V21_Theme_AppCompat_Light_Dialog +style Base_V21_ThemeOverlay_AppCompat_Dialog +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +style Base_V26_Theme_AppCompat +style Base_V26_Theme_AppCompat_Light +style Base_V26_Widget_AppCompat_Toolbar +style Base_V28_Theme_AppCompat +style Base_V28_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat +style Base_V7_Theme_AppCompat_Dialog +style Base_V7_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat_Light_Dialog +style Base_V7_ThemeOverlay_AppCompat_Dialog +style Base_V7_Widget_AppCompat_AutoCompleteTextView +style Base_V7_Widget_AppCompat_EditText +style Base_V7_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_ActionBar +style Base_Widget_AppCompat_ActionBar_Solid +style Base_Widget_AppCompat_ActionBar_TabBar +style Base_Widget_AppCompat_ActionBar_TabText +style Base_Widget_AppCompat_ActionBar_TabView +style Base_Widget_AppCompat_ActionButton +style Base_Widget_AppCompat_ActionButton_CloseMode +style Base_Widget_AppCompat_ActionButton_Overflow +style Base_Widget_AppCompat_ActionMode +style Base_Widget_AppCompat_ActivityChooserView +style Base_Widget_AppCompat_AutoCompleteTextView +style Base_Widget_AppCompat_Button +style Base_Widget_AppCompat_Button_Borderless +style Base_Widget_AppCompat_Button_Borderless_Colored +style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Colored +style Base_Widget_AppCompat_Button_Small +style Base_Widget_AppCompat_ButtonBar +style Base_Widget_AppCompat_ButtonBar_AlertDialog +style Base_Widget_AppCompat_CompoundButton_CheckBox +style Base_Widget_AppCompat_CompoundButton_RadioButton +style Base_Widget_AppCompat_CompoundButton_Switch +style Base_Widget_AppCompat_DrawerArrowToggle +style Base_Widget_AppCompat_DrawerArrowToggle_Common +style Base_Widget_AppCompat_DropDownItem_Spinner +style Base_Widget_AppCompat_EditText +style Base_Widget_AppCompat_ImageButton +style Base_Widget_AppCompat_Light_ActionBar +style Base_Widget_AppCompat_Light_ActionBar_Solid +style Base_Widget_AppCompat_Light_ActionBar_TabBar +style Base_Widget_AppCompat_Light_ActionBar_TabText +style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Base_Widget_AppCompat_Light_ActionBar_TabView +style Base_Widget_AppCompat_Light_PopupMenu +style Base_Widget_AppCompat_Light_PopupMenu_Overflow +style Base_Widget_AppCompat_ListMenuView +style Base_Widget_AppCompat_ListPopupWindow +style Base_Widget_AppCompat_ListView +style Base_Widget_AppCompat_ListView_DropDown +style Base_Widget_AppCompat_ListView_Menu +style Base_Widget_AppCompat_PopupMenu +style Base_Widget_AppCompat_PopupMenu_Overflow +style Base_Widget_AppCompat_PopupWindow +style Base_Widget_AppCompat_ProgressBar +style Base_Widget_AppCompat_ProgressBar_Horizontal +style Base_Widget_AppCompat_RatingBar +style Base_Widget_AppCompat_RatingBar_Indicator +style Base_Widget_AppCompat_RatingBar_Small +style Base_Widget_AppCompat_SearchView +style Base_Widget_AppCompat_SearchView_ActionBar +style Base_Widget_AppCompat_SeekBar +style Base_Widget_AppCompat_SeekBar_Discrete +style Base_Widget_AppCompat_Spinner +style Base_Widget_AppCompat_Spinner_Underlined +style Base_Widget_AppCompat_TextView +style Base_Widget_AppCompat_TextView_SpinnerItem +style Base_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_Toolbar_Button_Navigation +style Base_Widget_Design_TabLayout +style Base_Widget_MaterialComponents_AutoCompleteTextView +style Base_Widget_MaterialComponents_CheckedTextView +style Base_Widget_MaterialComponents_Chip +style Base_Widget_MaterialComponents_PopupMenu +style Base_Widget_MaterialComponents_PopupMenu_ContextMenu +style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +style Base_Widget_MaterialComponents_PopupMenu_Overflow +style Base_Widget_MaterialComponents_TextInputEditText +style Base_Widget_MaterialComponents_TextInputLayout +style Base_Widget_MaterialComponents_TextView +style CalendarDatePickerDialog +style CalendarDatePickerStyle +style CardView +style CardView_Dark +style CardView_Light +style DialogAnimationFade +style DialogAnimationSlide +style EmptyTheme +style MaterialAlertDialog_MaterialComponents +style MaterialAlertDialog_MaterialComponents_Body_Text +style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +style MaterialAlertDialog_MaterialComponents_Title_Icon +style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +style MaterialAlertDialog_MaterialComponents_Title_Panel +style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +style MaterialAlertDialog_MaterialComponents_Title_Text +style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +style Platform_AppCompat +style Platform_AppCompat_Light +style Platform_MaterialComponents +style Platform_MaterialComponents_Dialog +style Platform_MaterialComponents_Light +style Platform_MaterialComponents_Light_Dialog +style Platform_ThemeOverlay_AppCompat +style Platform_ThemeOverlay_AppCompat_Dark +style Platform_ThemeOverlay_AppCompat_Light +style Platform_V21_AppCompat +style Platform_V21_AppCompat_Light +style Platform_V25_AppCompat +style Platform_V25_AppCompat_Light +style Platform_Widget_AppCompat_Spinner +style RtlOverlay_DialogWindowTitle_AppCompat +style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +style RtlOverlay_Widget_AppCompat_DialogTitle_Icon +style RtlOverlay_Widget_AppCompat_PopupMenuItem +style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +style RtlOverlay_Widget_AppCompat_Search_DropDown +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Query +style RtlOverlay_Widget_AppCompat_Search_DropDown_Text +style RtlOverlay_Widget_AppCompat_SearchView_MagIcon +style RtlUnderlay_Widget_AppCompat_ActionButton +style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +style ShapeAppearance_MaterialComponents +style ShapeAppearance_MaterialComponents_LargeComponent +style ShapeAppearance_MaterialComponents_MediumComponent +style ShapeAppearance_MaterialComponents_SmallComponent +style ShapeAppearance_MaterialComponents_Test +style ShapeAppearanceOverlay +style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +style ShapeAppearanceOverlay_BottomRightCut +style ShapeAppearanceOverlay_Cut +style ShapeAppearanceOverlay_DifferentCornerSize +style ShapeAppearanceOverlay_MaterialComponents_BottomSheet +style ShapeAppearanceOverlay_MaterialComponents_Chip +style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +style ShapeAppearanceOverlay_TopLeftCut +style ShapeAppearanceOverlay_TopRightDifferentCornerSize +style SpinnerDatePickerDialog +style SpinnerDatePickerStyle +style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +style Test_Theme_MaterialComponents_MaterialCalendar +style Test_Widget_MaterialComponents_MaterialCalendar +style Test_Widget_MaterialComponents_MaterialCalendar_Day +style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +style TestStyleWithLineHeight +style TestStyleWithLineHeightAppearance +style TestStyleWithThemeLineHeightAttribute +style TestStyleWithoutLineHeight +style TestThemeWithLineHeight +style TestThemeWithLineHeightDisabled +style TextAppearance_AppCompat +style TextAppearance_AppCompat_Body1 +style TextAppearance_AppCompat_Body2 +style TextAppearance_AppCompat_Button +style TextAppearance_AppCompat_Caption +style TextAppearance_AppCompat_Display1 +style TextAppearance_AppCompat_Display2 +style TextAppearance_AppCompat_Display3 +style TextAppearance_AppCompat_Display4 +style TextAppearance_AppCompat_Headline +style TextAppearance_AppCompat_Inverse +style TextAppearance_AppCompat_Large +style TextAppearance_AppCompat_Large_Inverse +style TextAppearance_AppCompat_Light_SearchResult_Subtitle +style TextAppearance_AppCompat_Light_SearchResult_Title +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Medium +style TextAppearance_AppCompat_Medium_Inverse +style TextAppearance_AppCompat_Menu +style TextAppearance_AppCompat_SearchResult_Subtitle +style TextAppearance_AppCompat_SearchResult_Title +style TextAppearance_AppCompat_Small +style TextAppearance_AppCompat_Small_Inverse +style TextAppearance_AppCompat_Subhead +style TextAppearance_AppCompat_Subhead_Inverse +style TextAppearance_AppCompat_Title +style TextAppearance_AppCompat_Title_Inverse +style TextAppearance_AppCompat_Tooltip +style TextAppearance_AppCompat_Widget_ActionBar_Menu +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionBar_Title +style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +style TextAppearance_AppCompat_Widget_ActionMode_Title +style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +style TextAppearance_AppCompat_Widget_Button +style TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style TextAppearance_AppCompat_Widget_Button_Colored +style TextAppearance_AppCompat_Widget_Button_Inverse +style TextAppearance_AppCompat_Widget_DropDownItem +style TextAppearance_AppCompat_Widget_PopupMenu_Header +style TextAppearance_AppCompat_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Widget_Switch +style TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style TextAppearance_Compat_Notification +style TextAppearance_Compat_Notification_Info +style TextAppearance_Compat_Notification_Line2 +style TextAppearance_Compat_Notification_Time +style TextAppearance_Compat_Notification_Title +style TextAppearance_Design_CollapsingToolbar_Expanded +style TextAppearance_Design_Counter +style TextAppearance_Design_Counter_Overflow +style TextAppearance_Design_Error +style TextAppearance_Design_HelperText +style TextAppearance_Design_Hint +style TextAppearance_Design_Snackbar_Message +style TextAppearance_Design_Tab +style TextAppearance_MaterialComponents_Badge +style TextAppearance_MaterialComponents_Body1 +style TextAppearance_MaterialComponents_Body2 +style TextAppearance_MaterialComponents_Button +style TextAppearance_MaterialComponents_Caption +style TextAppearance_MaterialComponents_Chip +style TextAppearance_MaterialComponents_Headline1 +style TextAppearance_MaterialComponents_Headline2 +style TextAppearance_MaterialComponents_Headline3 +style TextAppearance_MaterialComponents_Headline4 +style TextAppearance_MaterialComponents_Headline5 +style TextAppearance_MaterialComponents_Headline6 +style TextAppearance_MaterialComponents_Overline +style TextAppearance_MaterialComponents_Subtitle1 +style TextAppearance_MaterialComponents_Subtitle2 +style TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style TextAppearance_Widget_AppCompat_Toolbar_Title +style Theme +style Theme_AppCompat +style Theme_AppCompat_CompactMenu +style Theme_AppCompat_DayNight +style Theme_AppCompat_DayNight_DarkActionBar +style Theme_AppCompat_DayNight_Dialog +style Theme_AppCompat_DayNight_Dialog_Alert +style Theme_AppCompat_DayNight_Dialog_MinWidth +style Theme_AppCompat_DayNight_DialogWhenLarge +style Theme_AppCompat_DayNight_NoActionBar +style Theme_AppCompat_Dialog +style Theme_AppCompat_Dialog_Alert +style Theme_AppCompat_Dialog_MinWidth +style Theme_AppCompat_DialogWhenLarge +style Theme_AppCompat_Empty +style Theme_AppCompat_Light +style Theme_AppCompat_Light_DarkActionBar +style Theme_AppCompat_Light_Dialog +style Theme_AppCompat_Light_Dialog_Alert +style Theme_AppCompat_Light_Dialog_MinWidth +style Theme_AppCompat_Light_DialogWhenLarge +style Theme_AppCompat_Light_NoActionBar +style Theme_AppCompat_NoActionBar +style Theme_AutofillInlineSuggestion +style Theme_Catalyst +style Theme_Catalyst_LogBox +style Theme_Catalyst_RedBox +style Theme_Design +style Theme_Design_BottomSheetDialog +style Theme_Design_Light +style Theme_Design_Light_BottomSheetDialog +style Theme_Design_Light_NoActionBar +style Theme_Design_NoActionBar +style Theme_FullScreenDialog +style Theme_FullScreenDialogAnimatedFade +style Theme_FullScreenDialogAnimatedSlide +style Theme_MaterialComponents +style Theme_MaterialComponents_BottomSheetDialog +style Theme_MaterialComponents_Bridge +style Theme_MaterialComponents_CompactMenu +style Theme_MaterialComponents_DayNight +style Theme_MaterialComponents_DayNight_BottomSheetDialog +style Theme_MaterialComponents_DayNight_Bridge +style Theme_MaterialComponents_DayNight_DarkActionBar +style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +style Theme_MaterialComponents_DayNight_Dialog +style Theme_MaterialComponents_DayNight_Dialog_Alert +style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +style Theme_MaterialComponents_DayNight_Dialog_Bridge +style Theme_MaterialComponents_DayNight_Dialog_FixedSize +style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +style Theme_MaterialComponents_DayNight_Dialog_MinWidth +style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +style Theme_MaterialComponents_DayNight_DialogWhenLarge +style Theme_MaterialComponents_DayNight_NoActionBar +style Theme_MaterialComponents_DayNight_NoActionBar_Bridge +style Theme_MaterialComponents_Dialog +style Theme_MaterialComponents_Dialog_Alert +style Theme_MaterialComponents_Dialog_Alert_Bridge +style Theme_MaterialComponents_Dialog_Bridge +style Theme_MaterialComponents_Dialog_FixedSize +style Theme_MaterialComponents_Dialog_FixedSize_Bridge +style Theme_MaterialComponents_Dialog_MinWidth +style Theme_MaterialComponents_Dialog_MinWidth_Bridge +style Theme_MaterialComponents_DialogWhenLarge +style Theme_MaterialComponents_Light +style Theme_MaterialComponents_Light_BarSize +style Theme_MaterialComponents_Light_BottomSheetDialog +style Theme_MaterialComponents_Light_Bridge +style Theme_MaterialComponents_Light_DarkActionBar +style Theme_MaterialComponents_Light_DarkActionBar_Bridge +style Theme_MaterialComponents_Light_Dialog +style Theme_MaterialComponents_Light_Dialog_Alert +style Theme_MaterialComponents_Light_Dialog_Alert_Bridge +style Theme_MaterialComponents_Light_Dialog_Bridge +style Theme_MaterialComponents_Light_Dialog_FixedSize +style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +style Theme_MaterialComponents_Light_Dialog_MinWidth +style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +style Theme_MaterialComponents_Light_DialogWhenLarge +style Theme_MaterialComponents_Light_LargeTouch +style Theme_MaterialComponents_Light_NoActionBar +style Theme_MaterialComponents_Light_NoActionBar_Bridge +style Theme_MaterialComponents_NoActionBar +style Theme_MaterialComponents_NoActionBar_Bridge +style Theme_ReactNative_AppCompat_Light +style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen +style ThemeOverlay_AppCompat +style ThemeOverlay_AppCompat_ActionBar +style ThemeOverlay_AppCompat_Dark +style ThemeOverlay_AppCompat_Dark_ActionBar +style ThemeOverlay_AppCompat_DayNight +style ThemeOverlay_AppCompat_DayNight_ActionBar +style ThemeOverlay_AppCompat_Dialog +style ThemeOverlay_AppCompat_Dialog_Alert +style ThemeOverlay_AppCompat_Light +style ThemeOverlay_Design_TextInputEditText +style ThemeOverlay_MaterialComponents +style ThemeOverlay_MaterialComponents_ActionBar +style ThemeOverlay_MaterialComponents_ActionBar_Primary +style ThemeOverlay_MaterialComponents_ActionBar_Surface +style ThemeOverlay_MaterialComponents_AutoCompleteTextView +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +style ThemeOverlay_MaterialComponents_BottomAppBar_Primary +style ThemeOverlay_MaterialComponents_BottomAppBar_Surface +style ThemeOverlay_MaterialComponents_BottomSheetDialog +style ThemeOverlay_MaterialComponents_Dark +style ThemeOverlay_MaterialComponents_Dark_ActionBar +style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +style ThemeOverlay_MaterialComponents_Dialog +style ThemeOverlay_MaterialComponents_Dialog_Alert +style ThemeOverlay_MaterialComponents_Light +style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +style ThemeOverlay_MaterialComponents_MaterialAlertDialog +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +style ThemeOverlay_MaterialComponents_MaterialCalendar +style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +style ThemeOverlay_MaterialComponents_TextInputEditText +style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +style ThemeOverlay_MaterialComponents_Toolbar_Primary +style ThemeOverlay_MaterialComponents_Toolbar_Surface +style Widget_AppCompat_ActionBar +style Widget_AppCompat_ActionBar_Solid +style Widget_AppCompat_ActionBar_TabBar +style Widget_AppCompat_ActionBar_TabText +style Widget_AppCompat_ActionBar_TabView +style Widget_AppCompat_ActionButton +style Widget_AppCompat_ActionButton_CloseMode +style Widget_AppCompat_ActionButton_Overflow +style Widget_AppCompat_ActionMode +style Widget_AppCompat_ActivityChooserView +style Widget_AppCompat_AutoCompleteTextView +style Widget_AppCompat_Button +style Widget_AppCompat_Button_Borderless +style Widget_AppCompat_Button_Borderless_Colored +style Widget_AppCompat_Button_ButtonBar_AlertDialog +style Widget_AppCompat_Button_Colored +style Widget_AppCompat_Button_Small +style Widget_AppCompat_ButtonBar +style Widget_AppCompat_ButtonBar_AlertDialog +style Widget_AppCompat_CompoundButton_CheckBox +style Widget_AppCompat_CompoundButton_RadioButton +style Widget_AppCompat_CompoundButton_Switch +style Widget_AppCompat_DrawerArrowToggle +style Widget_AppCompat_DropDownItem_Spinner +style Widget_AppCompat_EditText +style Widget_AppCompat_ImageButton +style Widget_AppCompat_Light_ActionBar +style Widget_AppCompat_Light_ActionBar_Solid +style Widget_AppCompat_Light_ActionBar_Solid_Inverse +style Widget_AppCompat_Light_ActionBar_TabBar +style Widget_AppCompat_Light_ActionBar_TabBar_Inverse +style Widget_AppCompat_Light_ActionBar_TabText +style Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Widget_AppCompat_Light_ActionBar_TabView +style Widget_AppCompat_Light_ActionBar_TabView_Inverse +style Widget_AppCompat_Light_ActionButton +style Widget_AppCompat_Light_ActionButton_CloseMode +style Widget_AppCompat_Light_ActionButton_Overflow +style Widget_AppCompat_Light_ActionMode_Inverse +style Widget_AppCompat_Light_ActivityChooserView +style Widget_AppCompat_Light_AutoCompleteTextView +style Widget_AppCompat_Light_DropDownItem_Spinner +style Widget_AppCompat_Light_ListPopupWindow +style Widget_AppCompat_Light_ListView_DropDown +style Widget_AppCompat_Light_PopupMenu +style Widget_AppCompat_Light_PopupMenu_Overflow +style Widget_AppCompat_Light_SearchView +style Widget_AppCompat_Light_Spinner_DropDown_ActionBar +style Widget_AppCompat_ListMenuView +style Widget_AppCompat_ListPopupWindow +style Widget_AppCompat_ListView +style Widget_AppCompat_ListView_DropDown +style Widget_AppCompat_ListView_Menu +style Widget_AppCompat_PopupMenu +style Widget_AppCompat_PopupMenu_Overflow +style Widget_AppCompat_PopupWindow +style Widget_AppCompat_ProgressBar +style Widget_AppCompat_ProgressBar_Horizontal +style Widget_AppCompat_RatingBar +style Widget_AppCompat_RatingBar_Indicator +style Widget_AppCompat_RatingBar_Small +style Widget_AppCompat_SearchView +style Widget_AppCompat_SearchView_ActionBar +style Widget_AppCompat_SeekBar +style Widget_AppCompat_SeekBar_Discrete +style Widget_AppCompat_Spinner +style Widget_AppCompat_Spinner_DropDown +style Widget_AppCompat_Spinner_DropDown_ActionBar +style Widget_AppCompat_Spinner_Underlined +style Widget_AppCompat_TextView +style Widget_AppCompat_TextView_SpinnerItem +style Widget_AppCompat_Toolbar +style Widget_AppCompat_Toolbar_Button_Navigation +style Widget_Autofill +style Widget_Autofill_InlineSuggestionChip +style Widget_Autofill_InlineSuggestionEndIconStyle +style Widget_Autofill_InlineSuggestionStartIconStyle +style Widget_Autofill_InlineSuggestionSubtitle +style Widget_Autofill_InlineSuggestionTitle +style Widget_Compat_NotificationActionContainer +style Widget_Compat_NotificationActionText +style Widget_Design_AppBarLayout +style Widget_Design_BottomNavigationView +style Widget_Design_BottomSheet_Modal +style Widget_Design_CollapsingToolbar +style Widget_Design_FloatingActionButton +style Widget_Design_NavigationView +style Widget_Design_ScrimInsetsFrameLayout +style Widget_Design_Snackbar +style Widget_Design_TabLayout +style Widget_Design_TextInputLayout +style Widget_MaterialComponents_ActionBar_Primary +style Widget_MaterialComponents_ActionBar_PrimarySurface +style Widget_MaterialComponents_ActionBar_Solid +style Widget_MaterialComponents_ActionBar_Surface +style Widget_MaterialComponents_AppBarLayout_Primary +style Widget_MaterialComponents_AppBarLayout_PrimarySurface +style Widget_MaterialComponents_AppBarLayout_Surface +style Widget_MaterialComponents_AutoCompleteTextView_FilledBox +style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +style Widget_MaterialComponents_Badge +style Widget_MaterialComponents_BottomAppBar +style Widget_MaterialComponents_BottomAppBar_Colored +style Widget_MaterialComponents_BottomAppBar_PrimarySurface +style Widget_MaterialComponents_BottomNavigationView +style Widget_MaterialComponents_BottomNavigationView_Colored +style Widget_MaterialComponents_BottomNavigationView_PrimarySurface +style Widget_MaterialComponents_BottomSheet +style Widget_MaterialComponents_BottomSheet_Modal +style Widget_MaterialComponents_Button +style Widget_MaterialComponents_Button_Icon +style Widget_MaterialComponents_Button_OutlinedButton +style Widget_MaterialComponents_Button_OutlinedButton_Icon +style Widget_MaterialComponents_Button_TextButton +style Widget_MaterialComponents_Button_TextButton_Dialog +style Widget_MaterialComponents_Button_TextButton_Dialog_Flush +style Widget_MaterialComponents_Button_TextButton_Dialog_Icon +style Widget_MaterialComponents_Button_TextButton_Icon +style Widget_MaterialComponents_Button_TextButton_Snackbar +style Widget_MaterialComponents_Button_UnelevatedButton +style Widget_MaterialComponents_Button_UnelevatedButton_Icon +style Widget_MaterialComponents_CardView +style Widget_MaterialComponents_CheckedTextView +style Widget_MaterialComponents_Chip_Action +style Widget_MaterialComponents_Chip_Choice +style Widget_MaterialComponents_Chip_Entry +style Widget_MaterialComponents_Chip_Filter +style Widget_MaterialComponents_ChipGroup +style Widget_MaterialComponents_CompoundButton_CheckBox +style Widget_MaterialComponents_CompoundButton_RadioButton +style Widget_MaterialComponents_CompoundButton_Switch +style Widget_MaterialComponents_ExtendedFloatingActionButton +style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +style Widget_MaterialComponents_FloatingActionButton +style Widget_MaterialComponents_Light_ActionBar_Solid +style Widget_MaterialComponents_MaterialButtonToggleGroup +style Widget_MaterialComponents_MaterialCalendar +style Widget_MaterialComponents_MaterialCalendar_Day +style Widget_MaterialComponents_MaterialCalendar_Day_Invalid +style Widget_MaterialComponents_MaterialCalendar_Day_Selected +style Widget_MaterialComponents_MaterialCalendar_Day_Today +style Widget_MaterialComponents_MaterialCalendar_DayTextView +style Widget_MaterialComponents_MaterialCalendar_Fullscreen +style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +style Widget_MaterialComponents_MaterialCalendar_HeaderDivider +style Widget_MaterialComponents_MaterialCalendar_HeaderLayout +style Widget_MaterialComponents_MaterialCalendar_HeaderSelection +style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +style Widget_MaterialComponents_MaterialCalendar_HeaderTitle +style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +style Widget_MaterialComponents_MaterialCalendar_Item +style Widget_MaterialComponents_MaterialCalendar_Year +style Widget_MaterialComponents_MaterialCalendar_Year_Selected +style Widget_MaterialComponents_MaterialCalendar_Year_Today +style Widget_MaterialComponents_NavigationView +style Widget_MaterialComponents_PopupMenu +style Widget_MaterialComponents_PopupMenu_ContextMenu +style Widget_MaterialComponents_PopupMenu_ListPopupWindow +style Widget_MaterialComponents_PopupMenu_Overflow +style Widget_MaterialComponents_Snackbar +style Widget_MaterialComponents_Snackbar_FullWidth +style Widget_MaterialComponents_TabLayout +style Widget_MaterialComponents_TabLayout_Colored +style Widget_MaterialComponents_TabLayout_PrimarySurface +style Widget_MaterialComponents_TextInputEditText_FilledBox +style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +style Widget_MaterialComponents_TextInputEditText_OutlinedBox +style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +style Widget_MaterialComponents_TextInputLayout_FilledBox +style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +style Widget_MaterialComponents_TextInputLayout_OutlinedBox +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +style Widget_MaterialComponents_TextView +style Widget_MaterialComponents_Toolbar +style Widget_MaterialComponents_Toolbar_Primary +style Widget_MaterialComponents_Toolbar_PrimarySurface +style Widget_MaterialComponents_Toolbar_Surface +style Widget_Support_CoordinatorLayout +style redboxButton +styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle +styleable ActionBarLayout android_layout_gravity +styleable ActionMenuItemView android_minWidth +styleable ActionMenuView +styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle +styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount +styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout +styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable AnimatedStateListDrawableItem android_id android_drawable +styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible +styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground +styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted +styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator +styleable AppCompatImageView android_src srcCompat tint tintMode +styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode +styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd +styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale +styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle +styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineSuggestionEndIconStyle autofillInlineSuggestionStartIconStyle autofillInlineSuggestionSubtitle autofillInlineSuggestionTitle isAutofillInlineSuggestionTheme +styleable Badge backgroundColor badgeGravity badgeTextColor maxCharacterCount number +styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll +styleable BottomNavigationView backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu +styleable BottomSheetBehavior_Layout android_elevation backgroundTint behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed shapeAppearance shapeAppearanceOverlay +styleable ButtonBarLayout allowStacking +styleable Capability queryPatterns shortcutMatchRequired +styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop +styleable Chip android_textAppearance android_textColor android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding +styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical singleLine singleSelection +styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId +styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier +styleable ColorStateListItem android_color android_alpha alpha +styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable ExtendedFloatingActionButton elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec +styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink +styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding +styleable FloatingActionButton_Behavior_Layout behavior_autoHide +styleable FlowLayout itemSpacing lineSpacing +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily +styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex +styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding +styleable Fragment android_name android_id android_tag +styleable FragmentContainerView android_name android_tag +styleable GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio +styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY +styleable GradientColorItem android_color android_offset +styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers +styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight +styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop +styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle +styleable MaterialButton android_insetLeft android_insetRight android_insetTop android_insetBottom android_checkable backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth +styleable MaterialButtonToggleGroup checkedButton singleSelection +styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle rangeFillColor yearSelectedStyle yearStyle yearTodayStyle +styleable MaterialCalendarItem android_insetLeft android_insetRight android_insetTop android_insetBottom itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor +styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth +styleable MaterialCheckBox buttonTint useMaterialThemeColors +styleable MaterialRadioButton useMaterialThemeColors +styleable MaterialShape shapeAppearance shapeAppearanceOverlay +styleable MaterialTextAppearance android_lineHeight lineHeight +styleable MaterialTextView android_textAppearance android_lineHeight lineHeight +styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior +styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText +styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow +styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor menu +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable ScrimInsetsFrameLayout insetForeground +styleable ScrollingViewBehavior_Layout behavior_overlapTop +styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon +styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight +styleable SimpleDraweeView actualImageResource actualImageScaleType actualImageUri backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio +styleable Snackbar snackbarButtonStyle snackbarStyle +styleable SnackbarLayout android_maxWidth actionTextColorAlpha animationMode backgroundOverlayColorAlpha elevation maxActionInlineWidth +styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme +styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable StateListDrawableItem android_drawable +styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable SwitchMaterial useMaterialThemeColors +styleable TabItem android_icon android_layout android_text +styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple +styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily android_textFontWeight fontFamily fontVariationSettings textAllCaps textLocale +styleable TextInputLayout android_textColorHint android_hint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode +styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance +styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor +styleable View android_theme android_focusable paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewPager2 android_orientation +styleable ViewStubCompat android_id android_layout android_inflatedId +xml rn_dev_preferences +xml standalone_badge +xml standalone_badge_gravity_bottom_end +xml standalone_badge_gravity_bottom_start +xml standalone_badge_gravity_top_start diff --git a/mobile/android/app/build/outputs/apk/debug/app-debug.apk b/mobile/android/app/build/outputs/apk/debug/app-debug.apk new file mode 100644 index 0000000..8806919 Binary files /dev/null and b/mobile/android/app/build/outputs/apk/debug/app-debug.apk differ diff --git a/mobile/android/app/build/outputs/apk/debug/output-metadata.json b/mobile/android/app/build/outputs/apk/debug/output-metadata.json new file mode 100644 index 0000000..66f9d11 --- /dev/null +++ b/mobile/android/app/build/outputs/apk/debug/output-metadata.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "com.mobile", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "app-debug.apk" + } + ] +} \ No newline at end of file diff --git a/mobile/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/mobile/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin new file mode 100644 index 0000000..e4b8264 Binary files /dev/null and b/mobile/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ diff --git a/mobile/android/app/build_defs.bzl b/mobile/android/app/build_defs.bzl new file mode 100644 index 0000000..fff270f --- /dev/null +++ b/mobile/android/app/build_defs.bzl @@ -0,0 +1,19 @@ +"""Helper definitions to glob .aar and .jar targets""" + +def create_aar_targets(aarfiles): + for aarfile in aarfiles: + name = "aars__" + aarfile[aarfile.rindex("/") + 1:aarfile.rindex(".aar")] + lib_deps.append(":" + name) + android_prebuilt_aar( + name = name, + aar = aarfile, + ) + +def create_jar_targets(jarfiles): + for jarfile in jarfiles: + name = "jars__" + jarfile[jarfile.rindex("/") + 1:jarfile.rindex(".jar")] + lib_deps.append(":" + name) + prebuilt_jar( + name = name, + binary_jar = jarfile, + ) diff --git a/mobile/android/app/debug.keystore b/mobile/android/app/debug.keystore new file mode 100644 index 0000000..364e105 Binary files /dev/null and b/mobile/android/app/debug.keystore differ diff --git a/mobile/android/app/proguard-rules.pro b/mobile/android/app/proguard-rules.pro new file mode 100644 index 0000000..11b0257 --- /dev/null +++ b/mobile/android/app/proguard-rules.pro @@ -0,0 +1,10 @@ +# 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: diff --git a/mobile/android/app/src/debug/AndroidManifest.xml b/mobile/android/app/src/debug/AndroidManifest.xml new file mode 100644 index 0000000..b2f3ad9 --- /dev/null +++ b/mobile/android/app/src/debug/AndroidManifest.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/mobile/android/app/src/debug/java/com/mobile/ReactNativeFlipper.java b/mobile/android/app/src/debug/java/com/mobile/ReactNativeFlipper.java new file mode 100644 index 0000000..fdad3d6 --- /dev/null +++ b/mobile/android/app/src/debug/java/com/mobile/ReactNativeFlipper.java @@ -0,0 +1,72 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + *

This source code is licensed under the MIT license found in the LICENSE file in the root + * directory of this source tree. + */ +package com.mobile; + +import android.content.Context; +import com.facebook.flipper.android.AndroidFlipperClient; +import com.facebook.flipper.android.utils.FlipperUtils; +import com.facebook.flipper.core.FlipperClient; +import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin; +import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin; +import com.facebook.flipper.plugins.fresco.FrescoFlipperPlugin; +import com.facebook.flipper.plugins.inspector.DescriptorMapping; +import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin; +import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor; +import com.facebook.flipper.plugins.network.NetworkFlipperPlugin; +import com.facebook.flipper.plugins.react.ReactFlipperPlugin; +import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin; +import com.facebook.react.ReactInstanceManager; +import com.facebook.react.bridge.ReactContext; +import com.facebook.react.modules.network.NetworkingModule; +import okhttp3.OkHttpClient; + +public class ReactNativeFlipper { + public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) { + if (FlipperUtils.shouldEnableFlipper(context)) { + final FlipperClient client = AndroidFlipperClient.getInstance(context); + + client.addPlugin(new InspectorFlipperPlugin(context, DescriptorMapping.withDefaults())); + client.addPlugin(new ReactFlipperPlugin()); + client.addPlugin(new DatabasesFlipperPlugin(context)); + client.addPlugin(new SharedPreferencesFlipperPlugin(context)); + client.addPlugin(CrashReporterPlugin.getInstance()); + + NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin(); + NetworkingModule.setCustomClientBuilder( + new NetworkingModule.CustomClientBuilder() { + @Override + public void apply(OkHttpClient.Builder builder) { + builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin)); + } + }); + client.addPlugin(networkFlipperPlugin); + client.start(); + + // Fresco Plugin needs to ensure that ImagePipelineFactory is initialized + // Hence we run if after all native modules have been initialized + ReactContext reactContext = reactInstanceManager.getCurrentReactContext(); + if (reactContext == null) { + reactInstanceManager.addReactInstanceEventListener( + new ReactInstanceManager.ReactInstanceEventListener() { + @Override + public void onReactContextInitialized(ReactContext reactContext) { + reactInstanceManager.removeReactInstanceEventListener(this); + reactContext.runOnNativeModulesQueueThread( + new Runnable() { + @Override + public void run() { + client.addPlugin(new FrescoFlipperPlugin()); + } + }); + } + }); + } else { + client.addPlugin(new FrescoFlipperPlugin()); + } + } + } +} diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..17a8d33 --- /dev/null +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/mobile/android/app/src/main/java/com/mobile/MainActivity.java b/mobile/android/app/src/main/java/com/mobile/MainActivity.java new file mode 100644 index 0000000..55a66cd --- /dev/null +++ b/mobile/android/app/src/main/java/com/mobile/MainActivity.java @@ -0,0 +1,15 @@ +package com.mobile; + +import com.facebook.react.ReactActivity; + +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 "mobile"; + } +} diff --git a/mobile/android/app/src/main/java/com/mobile/MainApplication.java b/mobile/android/app/src/main/java/com/mobile/MainApplication.java new file mode 100644 index 0000000..60659d7 --- /dev/null +++ b/mobile/android/app/src/main/java/com/mobile/MainApplication.java @@ -0,0 +1,80 @@ +package com.mobile; + +import android.app.Application; +import android.content.Context; +import com.facebook.react.PackageList; +import com.facebook.react.ReactApplication; +import com.facebook.react.ReactInstanceManager; +import com.facebook.react.ReactNativeHost; +import com.facebook.react.ReactPackage; +import com.facebook.soloader.SoLoader; +import java.lang.reflect.InvocationTargetException; +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() { + @SuppressWarnings("UnnecessaryLocalVariable") + List packages = new PackageList(this).getPackages(); + // Packages that cannot be autolinked yet can be added manually here, for example: + // packages.add(new MyReactNativePackage()); + return packages; + } + + @Override + protected String getJSMainModuleName() { + return "index"; + } + }; + + @Override + public ReactNativeHost getReactNativeHost() { + return mReactNativeHost; + } + + @Override + public void onCreate() { + super.onCreate(); + SoLoader.init(this, /* native exopackage */ false); + initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); + } + + /** + * Loads Flipper in React Native templates. Call this in the onCreate method with something like + * initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); + * + * @param context + * @param reactInstanceManager + */ + private static void initializeFlipper( + Context context, ReactInstanceManager reactInstanceManager) { + if (BuildConfig.DEBUG) { + try { + /* + We use reflection here to pick up the class that initializes Flipper, + since Flipper library is not available in release mode + */ + Class aClass = Class.forName("com.mobile.ReactNativeFlipper"); + aClass + .getMethod("initializeFlipper", Context.class, ReactInstanceManager.class) + .invoke(null, context, reactInstanceManager); + } catch (ClassNotFoundException e) { + e.printStackTrace(); + } catch (NoSuchMethodException e) { + e.printStackTrace(); + } catch (IllegalAccessException e) { + e.printStackTrace(); + } catch (InvocationTargetException e) { + e.printStackTrace(); + } + } + } +} diff --git a/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml b/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml new file mode 100644 index 0000000..f35d996 --- /dev/null +++ b/mobile/android/app/src/main/res/drawable/rn_edit_text_material.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + diff --git a/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..a2f5908 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..1b52399 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..ff10afd Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..115a4c7 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..dcd3cd8 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..459ca60 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..8ca12fe Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..8e19b41 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..b824ebd Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..4c19a13 Binary files /dev/null and b/mobile/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/mobile/android/app/src/main/res/values/strings.xml b/mobile/android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..377157c --- /dev/null +++ b/mobile/android/app/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + mobile + diff --git a/mobile/android/app/src/main/res/values/styles.xml b/mobile/android/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..7ba83a2 --- /dev/null +++ b/mobile/android/app/src/main/res/values/styles.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/mobile/android/build.gradle b/mobile/android/build.gradle new file mode 100644 index 0000000..3be1031 --- /dev/null +++ b/mobile/android/build.gradle @@ -0,0 +1,42 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. + +buildscript { + ext { + buildToolsVersion = "30.0.2" + minSdkVersion = 21 + compileSdkVersion = 30 + targetSdkVersion = 30 + ndkVersion = "21.4.7075529" + } + repositories { + google() + mavenCentral() + } + dependencies { + classpath("com.android.tools.build:gradle:4.2.2") + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +allprojects { + repositories { + maven { + // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm + url("$rootDir/../node_modules/react-native/android") + } + maven { + // Android JSC is installed from npm + url("$rootDir/../node_modules/jsc-android/dist") + } + mavenCentral { + // We don't want to fetch react-native from Maven Central as there are + // older versions over there. + content { + excludeGroup "com.facebook.react" + } + } + google() + maven { url 'https://www.jitpack.io' } + } +} diff --git a/mobile/android/gradle.properties b/mobile/android/gradle.properties new file mode 100644 index 0000000..11d6e02 --- /dev/null +++ b/mobile/android/gradle.properties @@ -0,0 +1,28 @@ +# 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: -Xmx1024m -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 + +# AndroidX package structure to make it clearer which packages are bundled with the +# Android operating system, and which are packaged with your app's APK +# https://developer.android.com/topic/libraries/support-library/androidx-rn +android.useAndroidX=true +# Automatically convert third-party libraries to use AndroidX +android.enableJetifier=true + +# Version of flipper SDK to use with React Native +FLIPPER_VERSION=0.99.0 diff --git a/mobile/android/gradle/wrapper/gradle-wrapper.jar b/mobile/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..e708b1c Binary files /dev/null and b/mobile/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/mobile/android/gradle/wrapper/gradle-wrapper.properties b/mobile/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..a0f7639 --- /dev/null +++ b/mobile/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/mobile/android/gradlew b/mobile/android/gradlew new file mode 100755 index 0000000..4f906e0 --- /dev/null +++ b/mobile/android/gradlew @@ -0,0 +1,185 @@ +#!/usr/bin/env sh + +# +# Copyright 2015 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +## +## 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='"-Xmx64m" "-Xms64m"' + +# 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 or MSYS, switch paths to Windows format before running java +if [ "$cygwin" = "true" -o "$msys" = "true" ] ; 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=`expr $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" + +exec "$JAVACMD" "$@" diff --git a/mobile/android/gradlew.bat b/mobile/android/gradlew.bat new file mode 100644 index 0000000..ac1b06f --- /dev/null +++ b/mobile/android/gradlew.bat @@ -0,0 +1,89 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@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 Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@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="-Xmx64m" "-Xms64m" + +@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 execute + +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 execute + +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 + +: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 %* + +: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/mobile/android/settings.gradle b/mobile/android/settings.gradle new file mode 100644 index 0000000..e2a14bb --- /dev/null +++ b/mobile/android/settings.gradle @@ -0,0 +1,3 @@ +rootProject.name = 'mobile' +apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) +include ':app' diff --git a/mobile/app.json b/mobile/app.json new file mode 100644 index 0000000..ce3420b --- /dev/null +++ b/mobile/app.json @@ -0,0 +1,4 @@ +{ + "name": "mobile", + "displayName": "mobile" +} \ No newline at end of file diff --git a/mobile/assets/fonts/NOTICE.txt b/mobile/assets/fonts/NOTICE.txt new file mode 100644 index 0000000..2df9f2e --- /dev/null +++ b/mobile/assets/fonts/NOTICE.txt @@ -0,0 +1 @@ +You may use the materials in this file without restriction to develop your apps and to use in your apps. \ No newline at end of file diff --git a/mobile/assets/fonts/Roboto-Black.ttf b/mobile/assets/fonts/Roboto-Black.ttf new file mode 100644 index 0000000..86ec2b2 Binary files /dev/null and b/mobile/assets/fonts/Roboto-Black.ttf differ diff --git a/mobile/assets/fonts/Roboto-BlackItalic.ttf b/mobile/assets/fonts/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..1904c99 Binary files /dev/null and b/mobile/assets/fonts/Roboto-BlackItalic.ttf differ diff --git a/mobile/assets/fonts/Roboto-Bold.ttf b/mobile/assets/fonts/Roboto-Bold.ttf new file mode 100644 index 0000000..91ec212 Binary files /dev/null and b/mobile/assets/fonts/Roboto-Bold.ttf differ diff --git a/mobile/assets/fonts/Roboto-BoldCondensed.ttf b/mobile/assets/fonts/Roboto-BoldCondensed.ttf new file mode 100644 index 0000000..d7ea883 Binary files /dev/null and b/mobile/assets/fonts/Roboto-BoldCondensed.ttf differ diff --git a/mobile/assets/fonts/Roboto-BoldCondensedItalic.ttf b/mobile/assets/fonts/Roboto-BoldCondensedItalic.ttf new file mode 100644 index 0000000..3c9635a Binary files /dev/null and b/mobile/assets/fonts/Roboto-BoldCondensedItalic.ttf differ diff --git a/mobile/assets/fonts/Roboto-BoldItalic.ttf b/mobile/assets/fonts/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..4013bf8 Binary files /dev/null and b/mobile/assets/fonts/Roboto-BoldItalic.ttf differ diff --git a/mobile/assets/fonts/Roboto-Condensed.ttf b/mobile/assets/fonts/Roboto-Condensed.ttf new file mode 100644 index 0000000..6e7575a Binary files /dev/null and b/mobile/assets/fonts/Roboto-Condensed.ttf differ diff --git a/mobile/assets/fonts/Roboto-CondensedItalic.ttf b/mobile/assets/fonts/Roboto-CondensedItalic.ttf new file mode 100644 index 0000000..5ed712c Binary files /dev/null and b/mobile/assets/fonts/Roboto-CondensedItalic.ttf differ diff --git a/mobile/assets/fonts/Roboto-Italic.ttf b/mobile/assets/fonts/Roboto-Italic.ttf new file mode 100644 index 0000000..9f49ffd Binary files /dev/null and b/mobile/assets/fonts/Roboto-Italic.ttf differ diff --git a/mobile/assets/fonts/Roboto-Light.ttf b/mobile/assets/fonts/Roboto-Light.ttf new file mode 100644 index 0000000..d43e943 Binary files /dev/null and b/mobile/assets/fonts/Roboto-Light.ttf differ diff --git a/mobile/assets/fonts/Roboto-LightItalic.ttf b/mobile/assets/fonts/Roboto-LightItalic.ttf new file mode 100644 index 0000000..c11442c Binary files /dev/null and b/mobile/assets/fonts/Roboto-LightItalic.ttf differ diff --git a/mobile/assets/fonts/Roboto-Medium.ttf b/mobile/assets/fonts/Roboto-Medium.ttf new file mode 100644 index 0000000..8798341 Binary files /dev/null and b/mobile/assets/fonts/Roboto-Medium.ttf differ diff --git a/mobile/assets/fonts/Roboto-MediumItalic.ttf b/mobile/assets/fonts/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..5e86637 Binary files /dev/null and b/mobile/assets/fonts/Roboto-MediumItalic.ttf differ diff --git a/mobile/assets/fonts/Roboto-Regular.ttf b/mobile/assets/fonts/Roboto-Regular.ttf new file mode 100644 index 0000000..7d9a6c4 Binary files /dev/null and b/mobile/assets/fonts/Roboto-Regular.ttf differ diff --git a/mobile/assets/fonts/Roboto-Thin.ttf b/mobile/assets/fonts/Roboto-Thin.ttf new file mode 100644 index 0000000..861d63a Binary files /dev/null and b/mobile/assets/fonts/Roboto-Thin.ttf differ diff --git a/mobile/assets/fonts/Roboto-ThinItalic.ttf b/mobile/assets/fonts/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..e65145f Binary files /dev/null and b/mobile/assets/fonts/Roboto-ThinItalic.ttf differ diff --git a/mobile/babel.config.js b/mobile/babel.config.js new file mode 100644 index 0000000..f842b77 --- /dev/null +++ b/mobile/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: ['module:metro-react-native-babel-preset'], +}; diff --git a/mobile/components/LoginComponent.js b/mobile/components/LoginComponent.js new file mode 100644 index 0000000..780d030 --- /dev/null +++ b/mobile/components/LoginComponent.js @@ -0,0 +1,72 @@ +import { + StyleSheet, + Text, + View, + StatusBar, + KeyboardAvoidingView, +} from 'react-native'; +import React, {useEffect, useState} from 'react'; +import {Input, Button} from 'react-native-elements'; +import axios from 'axios'; + +const API_URL = 'http://192.168.1.107:8080/users/'; + +const LoginComponent = ({navigation}) => { + const [email, setEmail] = useState(''); + const [password, setPassword] = useState(''); + const [loading, setLoading] = useState(false); + + const register = async () => { + const payload = { + email, + password, + }; + + try { + fetch(`${API_URL}/login`, { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify(payload), + }); + navigation.navigate('Home'); + setEmail(''); + setPassword(''); + } catch (error) { + console.log(error); + } + }; + + return ( + +