diff --git a/AndroidStudioProjects/AnimationExample/.gitignore b/AndroidStudioProjects/AnimationExample/.gitignore new file mode 100644 index 0000000..aa724b7 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties diff --git a/AndroidStudioProjects/AnimationExample/.idea/.gitignore b/AndroidStudioProjects/AnimationExample/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/AndroidStudioProjects/AnimationExample/.idea/gradle.xml b/AndroidStudioProjects/AnimationExample/.idea/gradle.xml new file mode 100644 index 0000000..89935b5 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/.idea/gradle.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/.idea/migrations.xml b/AndroidStudioProjects/AnimationExample/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/.idea/misc.xml b/AndroidStudioProjects/AnimationExample/.idea/misc.xml new file mode 100644 index 0000000..c2b3ddc --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/.gitignore b/AndroidStudioProjects/AnimationExample/app/.gitignore new file mode 100644 index 0000000..42afabf --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/.gitignore @@ -0,0 +1 @@ +/build \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build.gradle.kts b/AndroidStudioProjects/AnimationExample/app/build.gradle.kts new file mode 100644 index 0000000..726d5da --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build.gradle.kts @@ -0,0 +1,43 @@ +plugins { + alias(libs.plugins.android.application) +} + +android { + namespace = "com.sarmadtechempire.animationexample" + compileSdk = 34 + + defaultConfig { + applicationId = "com.sarmadtechempire.animationexample" + minSdk = 24 + targetSdk = 34 + versionCode = 1 + versionName = "1.0" + + testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" + } + + buildTypes { + release { + isMinifyEnabled = false + proguardFiles( + getDefaultProguardFile("proguard-android-optimize.txt"), + "proguard-rules.pro" + ) + } + } + compileOptions { + sourceCompatibility = JavaVersion.VERSION_1_8 + targetCompatibility = JavaVersion.VERSION_1_8 + } +} + +dependencies { + + implementation(libs.appcompat) + implementation(libs.material) + implementation(libs.activity) + implementation(libs.constraintlayout) + testImplementation(libs.junit) + androidTestImplementation(libs.ext.junit) + androidTestImplementation(libs.espresso.core) +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk/debug/app-debug.apk b/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk/debug/app-debug.apk new file mode 100644 index 0000000..bf3b3e6 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk/debug/app-debug.apk differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk/debug/output-metadata.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk/debug/output-metadata.json new file mode 100644 index 0000000..bf2f472 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk/debug/output-metadata.json @@ -0,0 +1,21 @@ +{ + "version": 3, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "com.sarmadtechempire.animationexample", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "app-debug.apk" + } + ], + "elementType": "File", + "minSdkVersionForDexing": 24 +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt b/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt new file mode 100644 index 0000000..54b8921 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt @@ -0,0 +1,2 @@ +#- File Locator - +listingFile=../../../apk/debug/output-metadata.json diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties b/AndroidStudioProjects/AnimationExample/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties new file mode 100644 index 0000000..a3a4e94 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties @@ -0,0 +1,2 @@ +appMetadataVersion=1.1 +androidGradlePluginVersion=8.4.1 diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json new file mode 100644 index 0000000..e368008 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json @@ -0,0 +1,10 @@ +{ + "version": 3, + "artifactType": { + "type": "COMPATIBLE_SCREEN_MANIFEST", + "kind": "Directory" + }, + "applicationId": "com.sarmadtechempire.animationexample", + "variantName": "debug", + "elements": [] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar b/AndroidStudioProjects/AnimationExample/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar new file mode 100644 index 0000000..de9c62a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_514718533ca1be79a5f505495820b6e8361d723c64caa60b8d3dcd7e2f3a83cf_bucket_0/graph.bin b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_514718533ca1be79a5f505495820b6e8361d723c64caa60b8d3dcd7e2f3a83cf_bucket_0/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_514718533ca1be79a5f505495820b6e8361d723c64caa60b8d3dcd7e2f3a83cf_bucket_0/graph.bin differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_514718533ca1be79a5f505495820b6e8361d723c64caa60b8d3dcd7e2f3a83cf_bucket_1/graph.bin b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_514718533ca1be79a5f505495820b6e8361d723c64caa60b8d3dcd7e2f3a83cf_bucket_1/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_514718533ca1be79a5f505495820b6e8361d723c64caa60b8d3dcd7e2f3a83cf_bucket_1/graph.bin differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex new file mode 100644 index 0000000..7e4bad6 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex new file mode 100644 index 0000000..2d89ce3 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex new file mode 100644 index 0000000..69edfb5 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out new file mode 100644 index 0000000..773fbdf Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out new file mode 100644 index 0000000..d8263ee --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out @@ -0,0 +1 @@ +2 \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..ef6bb74 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0kXznYj4Apdl6F3dEClaYdwcTuM= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0kXznYj4Apdl6F3dEClaYdwcTuM= new file mode 100644 index 0000000..9426e40 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0kXznYj4Apdl6F3dEClaYdwcTuM= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/11ythGFPpqxJueLL7G7I292PdNk= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/11ythGFPpqxJueLL7G7I292PdNk= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/11ythGFPpqxJueLL7G7I292PdNk= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1JGb5ttHy4yIi50t0j_KzVW+Q5Y= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1JGb5ttHy4yIi50t0j_KzVW+Q5Y= new file mode 100644 index 0000000..31b2786 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1JGb5ttHy4yIi50t0j_KzVW+Q5Y= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1dJKk7R4pC8Fs0IHdUSq2o6ob7E= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1dJKk7R4pC8Fs0IHdUSq2o6ob7E= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1dJKk7R4pC8Fs0IHdUSq2o6ob7E= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1xii6CTIZYeMMg1q4UoBcy6fBr8= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1xii6CTIZYeMMg1q4UoBcy6fBr8= new file mode 100644 index 0000000..fb7d7d9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1xii6CTIZYeMMg1q4UoBcy6fBr8= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2HV4apZhnpToiAd7xmzRZcv1Mes= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2HV4apZhnpToiAd7xmzRZcv1Mes= new file mode 100644 index 0000000..833b095 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2HV4apZhnpToiAd7xmzRZcv1Mes= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZsRm38Ycg2fltNWEVby9JeZQW0= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZsRm38Ycg2fltNWEVby9JeZQW0= new file mode 100644 index 0000000..07b7738 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZsRm38Ycg2fltNWEVby9JeZQW0= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41BtgP_mMLP+VUNL6bik8mkkHGQ= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41BtgP_mMLP+VUNL6bik8mkkHGQ= new file mode 100644 index 0000000..8bf936d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/41BtgP_mMLP+VUNL6bik8mkkHGQ= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/47QhIZ6taU02HG9LB5hDNYhoYkI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/47QhIZ6taU02HG9LB5hDNYhoYkI= new file mode 100644 index 0000000..846dea1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/47QhIZ6taU02HG9LB5hDNYhoYkI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4syc+UxxW1S3els7BUKErZuapL4= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4syc+UxxW1S3els7BUKErZuapL4= new file mode 100644 index 0000000..ae9d872 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4syc+UxxW1S3els7BUKErZuapL4= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8wObXSrR+nl9j7qHKl7vQmmX_KQ= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8wObXSrR+nl9j7qHKl7vQmmX_KQ= new file mode 100644 index 0000000..5c88b2b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8wObXSrR+nl9j7qHKl7vQmmX_KQ= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CkVAOeY6APPBu+R_NDFIFA_mMqE= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CkVAOeY6APPBu+R_NDFIFA_mMqE= new file mode 100644 index 0000000..90d5279 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CkVAOeY6APPBu+R_NDFIFA_mMqE= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CritsWmKCjkCQ8F59DWbujPeYw4= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CritsWmKCjkCQ8F59DWbujPeYw4= new file mode 100644 index 0000000..a2259b8 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CritsWmKCjkCQ8F59DWbujPeYw4= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DCeF6fhyiGx157kNM2I3+awPeJ0= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DCeF6fhyiGx157kNM2I3+awPeJ0= new file mode 100644 index 0000000..4f1af9b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DCeF6fhyiGx157kNM2I3+awPeJ0= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DgkSp8GmR93EE91g0UGSR_9jPFQ= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DgkSp8GmR93EE91g0UGSR_9jPFQ= new file mode 100644 index 0000000..2ba6503 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DgkSp8GmR93EE91g0UGSR_9jPFQ= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EVs34o+eYpta2G36B1y9l3fS3rk= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EVs34o+eYpta2G36B1y9l3fS3rk= new file mode 100644 index 0000000..cb027fc Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EVs34o+eYpta2G36B1y9l3fS3rk= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FUlydJ0wcTxqSp7qdCe_NXmbEes= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FUlydJ0wcTxqSp7qdCe_NXmbEes= new file mode 100644 index 0000000..b6609af Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FUlydJ0wcTxqSp7qdCe_NXmbEes= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GPqw7PSd201cI0koBdpSOzXzplI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GPqw7PSd201cI0koBdpSOzXzplI= new file mode 100644 index 0000000..dccab6f Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GPqw7PSd201cI0koBdpSOzXzplI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GlTLRiZdLy0wT66znEMLaaX_orI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GlTLRiZdLy0wT66znEMLaaX_orI= new file mode 100644 index 0000000..86c0d45 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GlTLRiZdLy0wT66znEMLaaX_orI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GopVQYJyOKtZMuSf2KoOn_qwa74= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GopVQYJyOKtZMuSf2KoOn_qwa74= new file mode 100644 index 0000000..6ec2aba Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GopVQYJyOKtZMuSf2KoOn_qwa74= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JTFgRCpX35qi3usN51K+mfZxgwE= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JTFgRCpX35qi3usN51K+mfZxgwE= new file mode 100644 index 0000000..ac6c1db Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JTFgRCpX35qi3usN51K+mfZxgwE= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K1p1+OOUwYLdEjCy6O6kqrWF4Xw= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K1p1+OOUwYLdEjCy6O6kqrWF4Xw= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/K1p1+OOUwYLdEjCy6O6kqrWF4Xw= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LpX4ojdP7pUrbfCJGjztbyece54= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LpX4ojdP7pUrbfCJGjztbyece54= new file mode 100644 index 0000000..427b655 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LpX4ojdP7pUrbfCJGjztbyece54= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LqjJxE7qPjI8SKOK0SknOVIV9c8= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LqjJxE7qPjI8SKOK0SknOVIV9c8= new file mode 100644 index 0000000..88f5191 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LqjJxE7qPjI8SKOK0SknOVIV9c8= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MTlOP6_XmKngwDyy3B13xzM+03Q= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MTlOP6_XmKngwDyy3B13xzM+03Q= new file mode 100644 index 0000000..21e1755 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MTlOP6_XmKngwDyy3B13xzM+03Q= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NImYL8IiF8G554pq0r4iAZ4G0UQ= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NImYL8IiF8G554pq0r4iAZ4G0UQ= new file mode 100644 index 0000000..348614d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NImYL8IiF8G554pq0r4iAZ4G0UQ= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuKOJ+cSNKj65fWNlWV0TbXkAq0= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuKOJ+cSNKj65fWNlWV0TbXkAq0= new file mode 100644 index 0000000..5e9d2aa Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PuKOJ+cSNKj65fWNlWV0TbXkAq0= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RSXe5vdPqocn8S6Wsvf30OpgGkg= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RSXe5vdPqocn8S6Wsvf30OpgGkg= new file mode 100644 index 0000000..c703ef4 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RSXe5vdPqocn8S6Wsvf30OpgGkg= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S5J7SGjznqw8dHO0rU6e7UToDP4= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S5J7SGjznqw8dHO0rU6e7UToDP4= new file mode 100644 index 0000000..30ca1d1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S5J7SGjznqw8dHO0rU6e7UToDP4= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TvQTlvktdEkyzR7ovfd55rEEUtc= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TvQTlvktdEkyzR7ovfd55rEEUtc= new file mode 100644 index 0000000..b2efafc Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TvQTlvktdEkyzR7ovfd55rEEUtc= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/USK8IFB7F8Xq89dqmNnton1JPZA= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/USK8IFB7F8Xq89dqmNnton1JPZA= new file mode 100644 index 0000000..fb794be Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/USK8IFB7F8Xq89dqmNnton1JPZA= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YVus5aos9eGjApatzOkazeZfLBg= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YVus5aos9eGjApatzOkazeZfLBg= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YVus5aos9eGjApatzOkazeZfLBg= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ze6NycqRyelnaAF2wqSHQu6ohuU= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ze6NycqRyelnaAF2wqSHQu6ohuU= new file mode 100644 index 0000000..dd51769 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ze6NycqRyelnaAF2wqSHQu6ohuU= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_TJs2AHSUskshPKu6l3TkGO+mQw= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_TJs2AHSUskshPKu6l3TkGO+mQw= new file mode 100644 index 0000000..fd5e6f2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_TJs2AHSUskshPKu6l3TkGO+mQw= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/apfTzDcA5R70B22wcs_Bi6rVq8A= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/apfTzDcA5R70B22wcs_Bi6rVq8A= new file mode 100644 index 0000000..dc7b90e Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/apfTzDcA5R70B22wcs_Bi6rVq8A= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cGHIfbbge68djVjfn3MWcRRGj+w= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cGHIfbbge68djVjfn3MWcRRGj+w= new file mode 100644 index 0000000..c68ea7a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cGHIfbbge68djVjfn3MWcRRGj+w= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cuePCJKq40ftz2OFlGjs2j_hRAQ= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cuePCJKq40ftz2OFlGjs2j_hRAQ= new file mode 100644 index 0000000..63edd05 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cuePCJKq40ftz2OFlGjs2j_hRAQ= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dVn5atXnQRJ5rdgx4HmPJwPtvOo= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dVn5atXnQRJ5rdgx4HmPJwPtvOo= new file mode 100644 index 0000000..b73828b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dVn5atXnQRJ5rdgx4HmPJwPtvOo= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eM_8oMiGl2cpIHW2JR3xkzXTOBw= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eM_8oMiGl2cpIHW2JR3xkzXTOBw= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eM_8oMiGl2cpIHW2JR3xkzXTOBw= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUWwUk3FLA_+WllENokrJaI2Opo= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUWwUk3FLA_+WllENokrJaI2Opo= new file mode 100644 index 0000000..2c4d543 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eUWwUk3FLA_+WllENokrJaI2Opo= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWo38dEAwYm_Us20slLMHvpwBBI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWo38dEAwYm_Us20slLMHvpwBBI= new file mode 100644 index 0000000..2e07982 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fWo38dEAwYm_Us20slLMHvpwBBI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/igSMAoBl8FioWuaxjImWNzuIQrY= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/igSMAoBl8FioWuaxjImWNzuIQrY= new file mode 100644 index 0000000..6020b54 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/igSMAoBl8FioWuaxjImWNzuIQrY= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k6ZFoqDv4uzRAbIRCvJLw3pQrAE= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k6ZFoqDv4uzRAbIRCvJLw3pQrAE= new file mode 100644 index 0000000..d94bfb9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k6ZFoqDv4uzRAbIRCvJLw3pQrAE= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/m8U2cMYybtpyn6j4F6hW5iQ1Z6k= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/m8U2cMYybtpyn6j4F6hW5iQ1Z6k= new file mode 100644 index 0000000..2cec677 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/m8U2cMYybtpyn6j4F6hW5iQ1Z6k= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mT6O9K41tmMENFrAkJt7zJ5_hkA= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mT6O9K41tmMENFrAkJt7zJ5_hkA= new file mode 100644 index 0000000..5e67692 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mT6O9K41tmMENFrAkJt7zJ5_hkA= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nigzkEFAElrJLdxb3J74pIvbtd8= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nigzkEFAElrJLdxb3J74pIvbtd8= new file mode 100644 index 0000000..f3fd80a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nigzkEFAElrJLdxb3J74pIvbtd8= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nkt3MRxEK5_tU6hCSDLF8GI20YA= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nkt3MRxEK5_tU6hCSDLF8GI20YA= new file mode 100644 index 0000000..aadd49f Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nkt3MRxEK5_tU6hCSDLF8GI20YA= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oVY5spAF2Uxk1SC4xmzdTV95IVE= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oVY5spAF2Uxk1SC4xmzdTV95IVE= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oVY5spAF2Uxk1SC4xmzdTV95IVE= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p2kgfU4s6TRNoOAZ_uWsrpjhdlk= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p2kgfU4s6TRNoOAZ_uWsrpjhdlk= new file mode 100644 index 0000000..2510a5a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p2kgfU4s6TRNoOAZ_uWsrpjhdlk= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pCG0zqrXABkfsbOSXgyk_MJZYUI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pCG0zqrXABkfsbOSXgyk_MJZYUI= new file mode 100644 index 0000000..ff3b59a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pCG0zqrXABkfsbOSXgyk_MJZYUI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pZROIkfceSIRl7yDMxYszV3n+7A= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pZROIkfceSIRl7yDMxYszV3n+7A= new file mode 100644 index 0000000..c3eef53 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pZROIkfceSIRl7yDMxYszV3n+7A= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rX21ji66eYp0gvl5Wwfxu3OO0LM= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rX21ji66eYp0gvl5Wwfxu3OO0LM= new file mode 100644 index 0000000..e429e70 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rX21ji66eYp0gvl5Wwfxu3OO0LM= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vZtoSU1iHudHBmC5QFm0gc0dSE0= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vZtoSU1iHudHBmC5QFm0gc0dSE0= new file mode 100644 index 0000000..21eb307 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vZtoSU1iHudHBmC5QFm0gc0dSE0= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wh19CUmL3Om8otHmE_StGixVCXI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wh19CUmL3Om8otHmE_StGixVCXI= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wh19CUmL3Om8otHmE_StGixVCXI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wicFOV6nIS6OAj32lT6QO6CWfdY= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wicFOV6nIS6OAj32lT6QO6CWfdY= new file mode 100644 index 0000000..fd6b42c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wicFOV6nIS6OAj32lT6QO6CWfdY= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wputFIGc5+oR3NN84ityhmkdf54= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wputFIGc5+oR3NN84ityhmkdf54= new file mode 100644 index 0000000..bff7b3b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wputFIGc5+oR3NN84ityhmkdf54= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yKMBAzD7hKimKQgmTpQWYqxS6Ug= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yKMBAzD7hKimKQgmTpQWYqxS6Ug= new file mode 100644 index 0000000..29999b7 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yKMBAzD7hKimKQgmTpQWYqxS6Ug= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yaokEQu0VJfW6ms6SPa7hNBsuyI= b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yaokEQu0VJfW6ms6SPa7hNBsuyI= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yaokEQu0VJfW6ms6SPa7hNBsuyI= differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..2c770d4 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,22 @@ +#Sat Jun 01 14:17:48 PKT 2024 +com.sarmadtechempire.animationexample.app-main-33\:/anim/alpha.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_alpha.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/anim/move.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_move.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/anim/rotate.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_rotate.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/anim/scale.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_scale.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/drawable/ic_launcher_background.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_background.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/drawable/ic_launcher_foreground.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_foreground.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/layout/activity_main.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_main.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-anydpi-v26/ic_launcher.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-anydpi-v26/ic_launcher_round.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher_round.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-hdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-hdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher_round.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-mdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-mdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher_round.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-xhdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-xhdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher_round.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-xxhdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-xxhdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher_round.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-xxxhdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/mipmap-xxxhdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher_round.webp.flat +com.sarmadtechempire.animationexample.app-main-33\:/xml/backup_rules.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_backup_rules.xml.flat +com.sarmadtechempire.animationexample.app-main-33\:/xml/data_extraction_rules.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_data_extraction_rules.xml.flat diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml new file mode 100644 index 0000000..70c4158 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml @@ -0,0 +1,15601 @@ + +androidx.startup#FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp"Vastaa""Video""Hylkää""Lopeta puhelu""Saapuva puhelu""Käynnissä oleva puhelu""Seulotaan saapuvaa puhelua""999+""Odgovori""Videozapis""Odbij""Prekini""Dolazni poziv""Poziv u tijeku""Filtriranje dolaznog poziva""999+""उत्तर द्या""व्हिडिओ""नकार द्या""कॉल बंद करा""इनकमिंग कॉल""सुरू असलेला कॉल""इनकमिंग कॉल स्क्रीन करत आहे""९९९+""ဖုန်းကိုင်ရန်""ဗီဒီယို""ငြင်းပယ်ရန်""ဖုန်းချရန်""အဝင်ခေါ်ဆိုမှု""လက်ရှိခေါ်ဆိုမှု""အဝင်ခေါ်ဆိုမှုကို စစ်ဆေးနေသည်""၉၉၉+""ردّ""فيديو""رفض""قطع الاتصال""مكالمة واردة""مكالمة جارية""يتم فحص المكالمة الواردة""999+""Atender""Vídeo""Recusar""Desligar""Chamada recebida""Chamada em andamento""Filtrando uma ligação recebida""999+""Odgovori""Video""Odbaci""Prekini vezu""Dolazni poziv""Poziv u toku""Filtriranje dolaznog poziva""999+""উত্তর দিন""ভিডিও""বাতিল করুন""কল কেটে দিন""ইনকামিং কল""চালু থাকা কল""ইনকামিং কল স্ক্রিনিং করা হচ্ছে""৯৯৯+""Answer""Video""Decline""Hang Up""Incoming call""Ongoing call""Screening an incoming call""999+""Svara""Video""Avvisa""Lägg på""Inkommande samtal""Pågående samtal""Ett inkommande samtal filtreras""999+""Responder""Vídeo""Rechazar""Colgar""Llamada entrante""Llamada en curso""Filtrando una llamada entrante""999+""ಉತ್ತರಿಸಿ""ವೀಡಿಯೊ""ನಿರಾಕರಿಸಿ""ಕರೆ ಕೊನೆಗೊಳಿಸಿ""ಒಳಬರುವ ಕರೆ""ಚಾಲ್ತಿಯಲ್ಲಿರುವ ಕರೆ""ಒಳಬರುವ ಕರೆಯನ್ನು ಸ್ಕ್ರೀನ್ ಮಾಡಲಾಗುತ್ತಿದೆ""999+""Cavab verin""Video""İmtina edin""Dəstəyi asın""Gələn zəng""Davam edən zəng""Gələn zəng göstərilir""999+""ଉତ୍ତର ଦିଅନ୍ତୁ""ଭିଡିଓ""ଅଗ୍ରାହ୍ୟ କର""ସମାପ୍ତ କରନ୍ତୁ""ଇନକମିଂ କଲ୍""ଚାଲିଥିବା କଲ୍""ଏକ ଇନକମିଂ କଲକୁ ସ୍କ୍ରିନ୍ କରୁଛି""999+""Jawab""Video""Tolak""Tamatkan Panggilan""Panggilan masuk""Panggilan sedang berlangsung""Menyaring panggilan masuk""999+""Хариулах""Видео""Татгалзах""Таслах""Ирсэн дуудлага""Дуудлага хийгдэж байна""Ирсэн дуудлагыг харуулж байна""999+""Jawab""Video""Tolak""Tutup""Panggilan masuk""Panggilan sedang berlangsung""Menyaring panggilan masuk""999+""Svar""Video""Avvis""Legg på""Innkommende anrop""Pågående samtale""Filtrerer et innkommende anrop""999+""Ответить""Видео""Отклонить""Завершить""Входящий вызов""Текущий вызов""Фильтрация входящего вызова"">999""जवाब दें""वीडियो""अस्वीकार करें""कॉल काटें""आने वाला (इनकमिंग) कॉल""पहले से जारी कॉल""इनकमिंग कॉल को स्क्रीन किया जा रहा है""999+""ឆ្លើយ""វីដេអូ""បដិសេធ""ដាក់​ចុះ""ការ​ហៅ​ចូល""ការ​ហៅដែលកំពុងដំណើរការ""កំពុងពិនិត្យការ​ហៅ​ចូល""999+""Відповісти""Відео""Відхилити""Завершити""Вхідний виклик""Активний виклик""Вхідний виклик (Фільтр)""999+""Contestar""Vídeo""Rexeitar""Colgar""Chamada entrante""Chamada en curso""Filtrando chamada entrante"">999""Besvar""Video""Afvis""Læg på""Indgående opkald""Igangværende opkald""Et indgående opkald screenes""999+""Answer""Video""Decline""Hang up""Incoming call""On-going call""Screening an incoming call""999+""పికప్ చేయండి""వీడియో కాల్""కట్ చేయండి""ముగించండి""ఇన్‌కమింగ్ కాల్""కాల్ కొనసాగుతోంది""ఇన్‌కమింగ్ కాల్‌ను స్క్రీన్ చేయండి""999+""接聽""視訊""拒接""掛斷""來電""通話中""正在過濾來電""999+""Răspunde""Video""Respinge""Închide""Apel primit""Apel în desfășurare""Se filtrează un apel primit""999+""Պատասխանել""Տեսազանգ""Մերժել""Ավարտել""Մուտքային զանգ""Ընթացիկ զանգ""Մուտքային զանգի զտում""999+""応答""ビデオ""拒否""通話終了""着信""通話中""着信をスクリーニング中""999+""Prijať""Video""Odmietnuť""Zložiť""Prichádzajúci hovor""Prebiehajúci hovor""Preveruje sa prichádzajúci hovor""999+""Jibu""Video""Kataa""Kata simu""Simu uliyopigiwa""Simu inayoendelea""Inachuja simu unayopigiwa""999+"@color/androidx_core_secondary_text_default_material_light0dp0dp12dp"პასუხი""ვიდეო""უარყოფა""გათიშვა""შემომავალი ზარი""მიმდინარე ზარი""შემომავალი ზარების გაცხრილვა""999+""Жооп берүү""Видео""Четке кагуу""Чалууну бүтүрүү""Кирүүчү чалуу""Учурдагы чалуу""Кирүүчү чалууну иргөө""999+""מענה""וידאו""דחייה""ניתוק""שיחה נכנסת""שיחה פעילה""סינון שיחה נכנסת""999+""Beantwoorden""Video""Weigeren""Ophangen""Inkomend gesprek""Actief gesprek""Een inkomend gesprek screenen""999+""ਜਵਾਬ ਦਿਓ""ਵੀਡੀਓ""ਅਸਵੀਕਾਰ ਕਰੋ""ਸਮਾਪਤ ਕਰੋ""ਇਨਕਮਿੰਗ ਕਾਲ""ਜਾਰੀ ਕਾਲ""ਇਨਕਮਿੰਗ ਕਾਲ ਦੀ ਸਕ੍ਰੀਨਿੰਗ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ""999+""پاسخ دادن""ویدیو""رد کردن""قطع تماس""تماس ورودی""تماس درحال انجام""درحال غربال کردن تماس ورودی""999+""Atender""Vídeo""Recusar""Desligar""Chamada recebida""Chamada em andamento""Filtrando uma ligação recebida""999+""جواب دیں""ویڈیو""مسترد کریں""منقطع کر دیں""اِن کمنگ کال""جاری کال""اِن کمنگ کال کی اسکریننگ""+999"#1f000000#8a000000#1d873b#d93025#ffffffff#ff9e9e9e4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp4dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999AnswerVideoDeclineHang UpIncoming callOngoing callScreening an incoming call999+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10dp + + + + + + + + + + + + "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""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""Ir a inicio""Desplazarse hacia arriba""Más opciones""Hecho""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""ಹೋಮ್‌ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಆಯಿತು""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಆ್ಯಪ್‌ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ""ಆಫ್""ಆನ್""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ಹುಡುಕಿ…""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಹುಡುಕಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ""ಧ್ವನಿ ಹುಡುಕಾಟ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಕುಗ್ಗಿಸಿ""ಹುಡುಕಿ"440dp60%90%60%90%55%80%"მთავარზე გადასვლა""ზემოთ გადასვლა""სხვა ვარიანტები""მზადაა""ყველას ნახვა""აირჩიეთ აპი""გამორთვა""ჩართვა""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""შორისი""Sym+""Menu+""ძიება…""მოთხოვნის გასუფთავება""მოთხოვნის ძიება""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""%s-ით გაზიარება""ჩაკეცვა""ძიება""Башкы бетке чабыттоо""Мурунку экранга өтүү""Дагы параметрлер""Бүттү""Баарын көрүү""Колдонмо тандоо""ӨЧҮК""КҮЙҮК""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""боштук""Sym+""Menu+""Издөө…""Сурамды өчүрүү""Изделген сурам""Издөө""Сурам тапшыруу""Айтып издөө""Төмөнкү менен бөлүшүү""%s аркылуу бөлүшүү""Жыйыштыруу""Издөө""ניווט לדף הבית""ניווט למעלה""עוד אפשרויות""סיום""הצגת הכול""בחירת אפליקציה""כבוי""מופעל""Alt+""Ctrl+‎""מחיקה""Enter""Function+""Meta+""Shift+""רווח""Sym+""תפריט+""חיפוש…""מחיקת השאילתה""שאילתת חיפוש""חיפוש""שליחת שאילתה""חיפוש קולי""שיתוף עם""שיתוף עם %s""כיווץ""חיפוש""Navigeren naar startpositie""Omhoog navigeren""Meer opties""Klaar""Alles tonen""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""ਹੋਮ \'ਤੇ ਜਾਓ""ਉੱਪਰ ਜਾਓ""ਹੋਰ ਵਿਕਲਪ""ਹੋ ਗਿਆ""ਸਭ ਦੇਖੋ""ਇੱਕ ਐਪ ਚੁਣੋ""ਬੰਦ""ਚਾਲੂ""Alt+""Ctrl+""ਮਿਟਾਓ""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ਖੋਜ…""ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ""ਖੋਜ ਪੁੱਛਗਿੱਛ""ਖੋਜ""ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ""ਅਵਾਜ਼ੀ ਖੋਜ""ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ""%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ""ਸਮੇਟੋ""ਖੋਜ""پیمایش به صفحه اصلی""رفتن به بالا""گزینه‌های بیشتر""تمام""دیدن همه""انتخاب برنامه""خاموش""روشن""‎Alt+‎""‎Ctrl+‎""حذف""enter""‎Function+‎""‎Meta+‎""‎Shift+‎""فاصله""‎Sym+‎""منو+""جستجو…‏""پاک کردن پُرسمان""درخواست جستجو""جستجو""ارسال پُرسمان""جستجوی گفتاری""هم‌رسانی با""هم‌رسانی با %s""کوچک کردن""جستجو""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""گھر کی طرف نیویگیٹ کریں""اوپر نیویگیٹ کریں""مزید اختیارات""ہو گیا""سبھی دیکھیں""ایک ایپ منتخب کریں""آف""آن""Alt+‎""Ctrl+‎""delete""enter""Function+‎""Meta+‎""Shift+‎""space""Sym+‎""Menu+‎""تلاش کریں…""استفسار صاف کریں""تلاش کا استفسار""تلاش کریں""استفسار جمع کرائیں""صوتی تلاش""اس کے ساتھ اشتراک کریں""%s کے ساتھ اشتراک کریں""سکیڑیں""تلاش کریں"24dp80dp64dp8dp8dp580dp16dp20dptruetrue#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"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""홈으로 이동""위로 이동""추가 옵션""완료""전체 보기""앱 선택""사용 중지""사용""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""스페이스바""Sym+""Menu+""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상:""%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""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""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""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""Негізгі бетке өту""Жоғары қарай өту""Басқа опциялар""Дайын""Барлығын көру""Қолданбаны таңдау""ӨШІРУ""ҚОСУ""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""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""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""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""ഹോമിലേക്ക് പോവുക""മുകളിലേക്ക് പോവുക""കൂടുതൽ ഓപ്ഷനുകൾ""പൂർത്തിയായി""എല്ലാം കാണുക""ആപ്പ് തിരഞ്ഞെടുക്കുക""ഓഫ്""ഓൺ""Alt+""Ctrl+""ഇല്ലാതാക്കുക""enter""ഫംഗ്ഷന്‍+""മെറ്റ+""Shift+""സ്‌പെയ്‌സ്""Sym+""മെനു+""തിരയുക…""ചോദ്യം മായ്‌ക്കുക""ചോദ്യം തിരയുക""തിരയുക""ചോദ്യം സമർപ്പിക്കുക""സംസാരത്തിലൂടെ തിരയുക""ഇനിപ്പറയുന്നതുമായി പങ്കിടുക""%s എന്നതുമായി പങ്കിടുക""ചുരുക്കുക""തിരയുക""මුල් පිටුවට සංචාලනය කරන්න""ඉහළට සංචාලනය කරන්න""තවත් විකල්ප""කළා""සියල්ල බලන්න""යෙදුමක් තෝරන්න""ක්‍රියාවිරහිතයි""ක්‍රියාත්මකයි""Alt+""Ctrl+""මකන්න""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""සොයන්න...""විමසුම හිස් කරන්න""සෙවුම් විමසුම""සෙවීම""විමසුම යොමු කරන්න""හඬ සෙවීම""සමග බෙදා ගන්න""%s සමඟ බෙදා ගන්න""හකුළන්න""සෙවීම""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""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 键""Fn+""Meta+""Shift+""空格键""Sym+""Menu+""搜索…""清除查询""搜索查询""搜索""提交查询""语音搜索""分享对象""与%s分享""收起""搜索""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""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"48dp12dp14dp"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""‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‎‎‎‎‏‏‎‏‎‏‏‎‎‏‎‎‎‏‎‏‎‏‏‏‎‏‎‎‎‎‏‏‎‏‏‏‏‏‏‎‎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‎‏‎‎‏‎""นำทางไปหน้าแรก""กลับ""ตัวเลือกอื่น""เสร็จ""ดูทั้งหมด""เลือกแอป""ปิด""เปิด""Alt+""Ctrl+""ลบ""Enter""Function+""Meta+""Shift+""Space""Sym+""เมนู+""ค้นหา…""ล้างคำค้นหา""คำค้นหา""ค้นหา""ส่งคำค้นหา""ค้นหาด้วยเสียง""แชร์กับ""แชร์ทาง %s""ยุบ""ค้นหา" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + %d uusi ilmoitus + %d uutta ilmoitusta + Tiivistä alapaneeliLaajenna alapaneeliLaajenna puoliväliinVetokahvaa kaksoisnapautettuVetokahva%1$d/%2$d merkkiä kirjoitettuMerkkiraja ylitetty: %1$d/%2$dTyhjennä tekstiVirhe: ei kelpaaVirheNäytä avattava valikkoValintaikkunan kuvakeVälilehtiValitse AP tai IP%1$s tuntiaValitse tuntiklo %1$sValitse minuutit%1$s minuuttiaapVaihda ajan syöttämiseen kellotilassa.TunnitMinuuttiipValitse aikaVaihda ajan syöttämiseen tekstitilassa.Uusi ilmoitusValittuOsittain valittuEi valittuPoista %1$sYli %1$d uutta ilmoitustaVaihda seuraavaan kuukauteenVaihda edelliseen kuukauteenAlkamispäivän valinta: %1$s – päättymispäivän valinta: %2$sNykyinen valinta: %1$sPeruOK%1$sValitse päivämääräValittu päivämäärä%1$sPäättyy %1$sVirheellinen muotoEsimerkki: %1$sKäytä muotoa %1$sVirheellinen alueSiirry kuluvaan vuoteen: %1$dSiirry vuoteen %1$dAikavälin ulkop.: %1$sAlkamispäivä – %1$s%1$s – päättymispäivä%1$s – %2$sValitse jaksoAlkamispäivä – päättymispäiväTallennaAlkaa %1$sPäivämääräPäättymispäiväAlkamispäiväpkvTänään: %1$sVaihda syöttötavaksi kalenteriSiirry kalenterinäkymään napauttamallaValitse syöttötavaksi tekstiSiirry vuosinäkymään napauttamallaPeruOKNäytä salasanaTyhjennä tekstiTakaisinSivupalkki + %d nova obavijest + %d nove obavijesti + %d novih obavijesti + Sažmite donju tablicuProširite donju tablicuProširi donju polovicuDvaput dodirnut marker za povlačenjeMarker za povlačenjeUneseno znakova: %1$d od %2$dPremašeno je ograničenje broja znakova: %1$d od %2$dBrisanje tekstaPogreška: nije važećePogreškaPrikaži padajući izbornikIkona dijalogaKarticaOdaberite prijepodne ili poslijepodne%1$s hOdaberite sat%1$s hOdaberite minute%1$s minAMPrijeđite na način rada sata da biste unijeli vrijeme.SatMinutaPMOdabir vremenaPrijeđite na način unosa teksta da biste unijeli vrijeme.Nova obavijestPotvrđenoDjelomično potvrđenoNije potvrđenoUkloni %1$sViše od %1$d novih obavijestiPrijelaz na sljedeći mjesecPomicanje na prethodni mjesecOdabir datuma početka: %1$s – odabir datuma završetka: %2$sTrenutačan odabir: %1$sništaOdustaniU redu%1$sOdaberite datumOdabrani datum%1$sDatum završetka %1$sNevažeći format.Primjer: %1$sKoristi format: %1$sRaspon nije važeći.Idi na trenutačnu godinu %1$dPrijelaz na godinu %1$dIzvan raspona: %1$sDatum početka – %1$s%1$s – datum završetka%1$s – %2$sOdaberite rasponDatum početka – datum završetkaSpremiDatum početka %1$sDatumDatum završetkaDatum početkadmgDanas: %1$sPrijelaz na način unosa u KalendaruDodirnite da biste se prebacili na prikaz kalendaraPrijelaz na način unosa tekstaDodirnite da biste se prebacili na prikaz godineOdustaniU reduPrikaži zaporkuUkloni tekstNatragBočni list + %d नवीन सूचना + %d नवीन सूचना + तळाशी असलेली शीट कोलॅप्स करातळाशी असलेल्या शीटचा विस्तार करापूर्णपणे विस्तृत कराड्रॅग हॅंडलवर दोनदा टॅप केले आहेड्रॅग हॅंडल%2$d पैकी %1$d वर्ण एंटर केले आहे%2$d पैकी %1$d वर्णमर्यादा ओलांडली आहेमजकूर साफ कराएरर: चुकीचाएररड्रॉपडाउन मेनू दाखवाडायलॉग आयकनटॅबAM किंवा PM निवडा%1$s तासवेळ निवडा%1$s वाजतामिनिटे निवडा%1$s मिनिटेAMवेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा.तासमिनिटPMवेळ निवडावेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा.नवीन सूचनानिवडलेलेअंशतः निवडलेलेनिवडले नाहीकाढून टाका %1$s%1$d पेक्षा अधिक नवीन सूचनापुढील महिन्यावर बदलामागील महिन्यावर बदलासुरू होण्याच्या तारखेची निवड: %1$s – संपण्याच्या तारखेची निवड: %2$sसध्याची निवड: %1$sकाहीही नाहीरद्द कराओके%1$sतारीख निवडानिवडलेली तारीख%1$sसंपण्याची तारीख %1$sचुकीचा फॉरमॅट.उदाहरण: %1$s%1$s: वापराचुकीची श्रेणी.सध्याचे वर्ष %1$d यावर नेव्हिगेट करा%1$d वर्षावर नेव्हिगेट करारेंजच्या बाहेर: %1$sसुरू होण्याची तारीख – %1$s%1$s – संपण्याची तारीख%1$s – %2$sरेंज निवडासुरू होण्याची तारीख – संपण्याची तारीखसेव्ह करासुरू होण्याची तारीख %1$sतारीखसंपण्याची तारीखसुरू होण्याची तारीखदिआज %1$sकॅलेंडर इनपुट मोडवर स्विच कराकॅलेंडर या दृश्यावर स्विच करण्यासाठी टॅप करामजकूर इनपुट मोडवर स्विच करावर्ष या दृश्यावर स्विच करण्यासाठी टॅप करारद्द कराओकेपासवर्ड दाखवामजकूर साफ करामागे जासाइड शीट0dp22dp48dp2dp2dp48dp48dp0dp + အကြောင်းကြားချက်အသစ် %d ခု + အကြောင်းကြားချက်အသစ် %d ခု + အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ပိတ်နိုင်သည်အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ချဲ့နိုင်သည်တစ်ဝက်ချဲ့ရန်ဖိဆွဲအထိန်း နှစ်ချက်တို့ထားသည်ဖိဆွဲအထိန်းစာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည်စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည်စာသား ဖယ်ရှားရန်အမှား- မမှန်ကန်ပါအမှားဆွဲချမီနူးကို ပြရန်ဒိုင်ယာလော့ခ် သင်္ကေတတဘ်AM (သို့) PM ရွေးရန်%1$s နာရီနာရီ ရွေးရန်%1$s နာရီမိနစ်များ ရွေးပါ%1$s မိနစ်နံနက်အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။နာရီမိနစ်ညနေအချိန်ရွေးပါအချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။အကြောင်းကြားချက်အသစ်အမှန်ခြစ်ထားသည်တချို့ကို အမှန်ခြစ်ထားသည်အမှန်ခြစ်မထားပါ%1$s ကို ဖယ်ရှားရန်အကြောင်းကြားချက်အသစ် %1$d ခု အထက်နောက်လသို့ ပြောင်းရန်ယခင်လသို့ ပြောင်းရန်စတင်ရက် ရွေးရန်- %1$s – ပြီးဆုံးရက် ရွေးရန်- %2$sလက်ရှိ ရွေးချယ်မှု- %1$sမရှိပယ်ဖျက်ရန်OK%1$sရက်စွဲ ရွေးပါရွေးထားသည့် ရက်စွဲ%1$sပြီးဆုံးရက် %1$sဖော်မက် မမှန်ကန်ပါ။ဥပမာ− %1$s%1$s သုံးရန်ရက်အပိုင်းအခြား မမှန်ပါ။လက်ရှိခုနှစ် %1$d သို့ သွားရန်နှစ် %1$d သို့ လမ်းညွှန်ရန်ရက်အပိုင်းအခြား ပြင်ပ− %1$sစတင်ရက် – %1$s%1$s – ပြီးဆုံးရက်%1$s – %2$sအပိုင်းအခြား ရွေးပါစတင်ရက် – ပြီးဆုံးရက်သိမ်းရန်စတင်ရက် %1$sရက်စွဲပြီးဆုံးရက်စတင်ရက်dmyယနေ့ %1$sပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်ပြက္ခဒိန်မြင်ကွင်းသို့ ပြောင်းရန် တို့နိုင်သည်စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်နှစ်အလိုက်မြင်ကွင်းသို့ ပြောင်းရန် တို့နိုင်သည်မလုပ်တော့OKစကားဝှက်ကို ပြရန်စာသား ဖယ်ရှားရန်နောက်သို့အရန်စာမျက်နှာ + %d إشعار جديد + إشعار جديد واحد (%d) + إشعاران جديدان (%d) + %d إشعارات جديدة + %d إشعارًا جديدًا + %d إشعار جديد + تصغير البطاقة السفليةتوسيع البطاقة السفليةتوسيع البطاقة السفليةتم النقر مرّتين على مقبض السحب.مقبض السحبتمّ إدخال %1$d حرف من إجمالي %2$d.تجاوز عدد الأحرف المسموح به %1$d من %2$d.محو النصخطأ: غير صالحخطأعرض القائمة المنسدلةرمز مربع الحوارعلامة تبويبيُرجى اختيار صباحًا أو مساءً.%1$s ساعةتحديد الساعةالساعة %1$sتحديد الدقائق%1$s دقيقةصباحًايُرجى التبديل إلى وضع الساعة لإدخال الوقت.الساعةدقيقةمساءًاختيار الوقتيُرجى التبديل إلى وضع إدخال النص لإدخال الوقت.إشعار جديدتم وضع علامة في المربّعيجوز أنه تم وضع علامة في المربّعلم يتم وضع علامة في المربّعإزالة %1$sيبلغ عدد الإشعارات الجديدة أكثر من %1$d.التغيير إلى الشهر التاليالتغيير إلى الشهر السابقاختيار تاريخ البدء: %1$s – اختيار تاريخ الانتهاء: %2$sالاختيار الحالي: %1$sبلاإلغاءحسنًا%1$sيُرجى اختيار تاريخ.التاريخ المحدَّد%1$sتاريخ الانتهاء: %1$sالتنسيق غير صالحمثال: %1$sاستخدام: %1$sالنطاق غير صالحالانتقال إلى السنة الحالية %1$dالتنقل إلى العام %1$dخارج النطاق: %1$sتاريخ البدء – %1$s%1$s – تاريخ الانتهاء%1$s – %2$sيُرجى اختيار نطاق زمني.تاريخ البدء - تاريخ الانتهاءحفظتاريخ البدء: %1$sالتاريختاريخ الانتهاءتاريخ البدءيشساليوم %1$sالتبديل إلى وضع \"الإدخال في التقويم\"يمكنك النقر للتبديل إلى عرض \"تقويم Google\".التبديل إلى وضع \"إدخال النص\"يمكنك النقر للتبديل إلى عرض السنة.إلغاءحسنًاعرض كلمة المرورمحو النصرجوعورقة جانبية + %d novo obavještenje + %d nova obavještenja + %d novih obavještenja + Sužavanje donje tabeleProširivanje donje tabeleProširivanje dopolaRučica za prevlačenje je dvaput dodirnutaRučica za prevlačenjeUneseno znakova: %1$d od %2$dOgraničenje broja znakova premašuje %1$d od %2$dObriši tekstGreška: nevežaćeGreškaPrikaži padajući meniikona dijaloškog okviraKarticaOdaberite prijepodne ili poslijepodne%1$s hOdaberite sat%1$s hOdaberite minute%1$s minAMPrebacite u način rada kao sat za unos vremena.SatMinutaPMOdabir vremenaPrebacite u način unosa teksta za unos vremena.Novo obavještenjeOznačenoDjelimično označenoNije označenoUklonite %1$sBroj novih obavještenja: više od %1$dPromijeni na sljedeći mjesecPromijeni na prethodni mjesecOdabir datuma početka: %1$s – Odabir datuma završetka: %2$sTrenutni izbor: %1$sništaOtkažiUredu%1$sOdaberite datumOdabrani datum%1$sDatum završetka %1$sNevažeći format.Primjer: %1$sKoristi: %1$sNevažeći opseg.Odlazak na trenutnu godinu %1$dOdlazak na %1$d. godinuIzvan opsega: %1$sDatum početka – %1$s%1$s – Datum završetka%1$s – %2$sOdaberite rasponDatum početka – Datum završetkaSačuvajDatum početka %1$sDatumDatum završetkaDatum početkadmgDanas %1$sPrebacivanje na način unosa kalendaraPrebacivanje dodirom na prikaz KalendaraPrebacivanje na način unosa tekstaPrebacivanje dodirom na prikaz godineOtkažiUreduPrikaži lozinkuBrisanje tekstaNazadBočna tabela + %dটি নতুন বিজ্ঞপ্তি + %dটি নতুন বিজ্ঞপ্তি + স্ক্রিনের নিচে অ্যাটাচ করা শিট আড়াল করুনস্ক্রিনের নিচে অ্যাটাচ করা শিট বড় করুনঅর্ধেক প্রসারিত করুনটেনে আনার হ্যান্ডেলে ডবল ট্যাপ করা হয়েছেটেনে আনার হ্যান্ডেল%2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছেঅক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছেটেক্সট মুছুনসমস্যা: সঠিক নয়সমস্যাড্রপ-ডাউন মেনু দেখুনডায়ালগ আইকনট্যাবAM অথবা PM বেছে নিন%1$s ঘণ্টাঘণ্টা বেছে নিন%1$sটা বাজেমিনিট বেছে নিন%1$s মিনিটAMসময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান।ঘণ্টামিনিটPMসময় বেছে নিনসময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান।নতুন বিজ্ঞপ্তিটিক চিহ্ন দেওয়া হয়েছেআংশিকভাবে টিক চিহ্ন দেওয়া হয়েছেটিক চিহ্ন দেওয়া নেই%1$s সরিয়ে দিন%1$dটির বেশি নতুন বিজ্ঞপ্তিআগামী মাসে যানআগের মাসে যানচালু হওয়ার তারিখ বাছুন: %1$s – শেষ হওয়ার তারিখ বাছুন: %2$sবর্তমান বাছাই: %1$sকোনওটিই নয়বাতিল করুনঠিক আছে%1$sতারিখ বেছে নিনবেছে নেওয়া তারিখ%1$sশেষ হওয়ার তারিখ %1$sভুল ফর্ম্যাট।উদাহরণ: %1$s%1$s ফর্ম্যাটে লিখুনতারিখ সঠিক নয়।বর্তমান বছর %1$d-এ নেভিগেট করুননেভিগেট করে %1$d সালে যাননির্দিষ্ট তারিখের বাইরে: %1$sশুরুর তারিখ – %1$s%1$s – সমাপ্তির তারিখ%1$s – %2$sরেঞ্জ বেছে নিনশুরুর তারিখ - সমাপ্তির তারিখসেভ করুনশুরু হওয়ার তারিখ %1$sতারিখসমাপ্তির তারিখশুরুর তারিখdmyআজ %1$sক্যালেন্ডার ইনপুট মোডে বদল করুনCalendar ভিউতে পাল্টাতে ট্যাপ করুনটেক্সট ইনপুট মোডে বদল করুনবার্ষিক ভিউতে পাল্টাতে ট্যাপ করুনবাতিল করুনঠিক আছেপাসওয়ার্ড দেখানটেক্সট মুছুনফিরে যানসাইড শিট + %d ახალი შეტყობინება + %d ახალი შეტყობინება + ქვედა ფურცლის ჩაკეცვაქვედა ფურცლის გაშლანახევრამდე გაფართოებაორმაგი შეხება ჩავლების სახელურზესახელური ჩავლებისთვისშეყვანილია %2$d-დან %1$d სიმბოლოგადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d)ტექსტის გასუფთავებაშეცდომა: არასწორიშეცდომაჩამოსაშლელი მენიუს ჩვენებადიალოგის ხატულაჩანართიაირჩიეთ AM ან PM%1$s საათიაირჩიეთ საათი%1$s საათიაირჩიეთ წუთები%1$s წუთიAMდროის შეყვანისთვის საათის რეჟიმზე გადართვა.საათიწუთიPMაირჩიეთ დროდროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა.ახალი შეტყობინებამონიშნულიანაწილობრივ შემოწმებულიაარ არის მონიშნული%1$s-ის ამოშლა%1$d-ზე მეტი ახალი შეტყობინებაშემდეგ თვეზე გადასვლაწინა თვეზე გადასვლადაწყების თარიღის შერჩევა: %1$s – დასრულების თარიღის შერჩევა: %2$sამჟამინდელი არჩევანი: %1$sარცერთიგაუქმებაკარგი%1$sაირჩიეთ თარიღიარჩეული თარიღი%1$sდასრულების თარიღი %1$sარასწორი ფორმატი.მაგალითი: %1$sფორმატი: %1$sდიაპაზონი არასწორია.ნავიგაცია მიმდინარე წელზე (%1$d)%1$d წელზე ნავიგაციადიაპაზონს მიღმა: %1$sდაწყების თარიღი - %1$s%1$s - დასრულების თარიღი%1$s - %2$sაირჩიეთ დიაპაზონიდაწყების თარიღი - დასრულების თარიღიშენახვადაწყების თარიღი %1$sთარიღიდასრულების თარიღიდაწყების თარიღიწთდღეს (%1$s)კალენდარში შეყვანის რეჟიმზე გადართვაშეეხეთ კალენდრის ხედზე გადასართავადტექსტის შეყვანის რეჟიმზე გადართვაშეეხეთ წლის ხედზე გადასართავადგაუქმებაკარგიპაროლის ჩვენებატექსტის გასუფთავებაუკანგვერდითი ფურცელი + %d жаңы билдирме + %d жаңы билдирме + Ылдыйкы экранды жыйыштырууЫлдыйкы экранды жайып көрсөтүүЖарымын жайып көрсөтүүЭки жолу таптап, тизменин керектүү жерине сүйрөп барууТизменин керектүү жерине сүйрөп баруу%2$d ичинен %1$d символ киргизилдиСимволдордун саны коюлган %2$d чегинен %1$d символго ашып кеттиТекстти тазалооКата: жараксызКатаТүрүлмө менюну көрсөтүүДиалог сүрөтчөсүӨтмөкТандоо: AM же PM%1$s саатСаат тандооСаат %1$sМүнөттөрдү тандаңыз%1$s мүнөтAMУбакытты дубал саатынын режиминде киргизиңиз.СаатМүнөтPMУбакыт тандооУбакытты текст киргизүү режиминде киргизиңиз.Жаңы билдирмеБелгилендиЖарым-жартылай белгилендиБелгиленген жокМазмунду алып салуу (%1$s)%1$d ашуун жаңы билдирмеКийинки айга өзгөртүүМурунку айга өзгөртүүБашталуу күнүн тандоо: %1$s – Аяктоо күнүн тандоо: %2$sУчурдагы тандоо: %1$sэч бириЖокко чыгарууЖарайт%1$sКүн тандооТандалган күн%1$sКачан аяктайт: %1$sТуура эмес формат.Мисалы: %1$s%1$s деген форматты колдонуңузЖараксыз диапазон.Учурдагы жылга өтүү %1$d%1$d-жылга өтүүДиапазондон тышкары: %1$sБаштоо күнү – %1$s%1$s – Аяктоо күнү%1$s – %2$sДаталар диапазонун тандооБаштоо күнү – Аяктоо күнүСактооКачан башталат: %1$sКүнКачан аяктайтБаштоо күнүкажБүгүн %1$sЖылнаамага иш-чара киргизүү режимине которулууЖылнаама көрүнүшүнө өтүү үчүн таптап коюңузТекст киргизүү режимине которулууЖыл көрүнүшүнө өтүү үчүн таптап коюңузЖокко чыгарууЖарайтСырсөздү көрсөтүүТекстти тазалооАрткаКапталдагы таблица + %d התראות חדשות + %d התראות חדשות + %d התראות חדשות + כיווץ הגיליון התחתוןהרחבת הגיליון התחתוןהרחבה עד האמצעבוצעה הקשה כפולה על נקודת האחיזה לגרירהנקודת אחיזה לגרירההוזנו %1$d תווים מתוך %2$dמגבלת התווים חורגת ב-%1$d מתוך %2$dמחיקת הטקסטשגיאה: לא תקיןשגיאההצגת התפריט הנפתחסמל לתיבת דו-שיחמקש Tabיש לבחור ב-AM או ב-PM%1$s שעותבחר שעההשעה %1$sבחר דקות%1$s דקותAMהעבר למצב שעון לצורך הזנת השעהשעהדקהPMבחר שעההעבר למצב קלט טקסט לצורך הזנת השעההתראה חדשהמסומנתמסומנת חלקיתלא מסומנתהסרה של %1$sיותר מ-%1$d התראות חדשותמעבר לחודש הבאמעבר לחודש הקודםבחירת תאריך ההתחלה: %1$s – בחירת תאריך הסיום: %2$sהבחירה הנוכחית: %1$sללאביטולאישור%1$sיש לבחור תאריךהתאריך הנבחר%1$sתאריך הסיום %1$sפורמט לא חוקי.דוגמה: %1$sיש להשתמש בפורמט: %1$sטווח לא חוקי.ניווט לשנה הנוכחית %1$dניווט לשנת %1$dמחוץ לטווח: %1$sתאריך התחלה – %1$s%1$s – תאריך סיום%1$s – %2$sיש לבחור טווחתאריך התחלה - תאריך סיוםשמירהתאריך ההתחלה %1$sתאריךתאריך סיוםתאריך התחלהיחשהיום %1$sהחלפה לשיטת קלט של יומןיש להקיש כדי לעבור לתצוגת יומןהחלפה לשיטת קלט של טקסטיש להקיש כדי לעבור לתצוגת שנתיתביטולאישורהצגת סיסמהמחיקת הטקסטחזרהגיליון צדדי24dp24dp24dp24dp + %d nieuwe melding + %d nieuwe meldingen + Het blad onderaan samenvouwenHet blad onderaan uitvouwenHalf uitvouwenDubbelgetikt op handgreep voor slepenHandgreep voor slepen%1$d van %2$d tekens opgegevenTekenlimiet heeft %1$d van %2$d overschredenTekst wissenFout: ongeldigFoutDropdownmenu tonenIcoon voor dialoogvensterTabbladSelecteer a.m. of p.m.%1$s uurSelecteer uur%1$s uurMinuten selecteren%1$s minutena.m.Schakel naar de klokmodus om de tijd in te voeren.UurMinuutp.m.Tijd selecterenSchakel naar de tekstinvoermodus om de tijd in te voeren.Nieuwe meldingAangevinktGedeeltelijk aangevinktNiet aangevinkt%1$s verwijderenMeer dan %1$d nieuwe meldingenNaar volgende maand gaanNaar vorige maand gaanStartdatumselectie: %1$s – Einddatumselectie: %2$sHuidige selectie: %1$sgeenAnnulerenOK%1$sSelecteer een datumGeselecteerde datum%1$sEinddatum %1$sOngeldige indeling.Voorbeeld: %1$sGebruik: %1$sOngeldig bereik.Naar het huidige jaar %1$d gaanNaar jaar %1$d navigerenValt buiten bereik: %1$sStartdatum - %1$s%1$s – einddatum%1$s – %2$sSelecteer een periodeStartdatum - einddatumOpslaanStartdatum %1$sDatumEinddatumStartdatumdmjVandaag %1$sOverschakelen naar agenda-invoermodusTik om over te schakelen naar de agendaweergaveOverschakelen naar tekstinvoermodusTik om over te schakelen naar de jaarweergaveAnnulerenOKWachtwoord tonenTekst wissenTerugZijblad + %d ਨਵੀਂ ਸੂਚਨਾ + %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ + ਹੇਠਲੀ ਸ਼ੀਟ ਨੂੰ ਸਮੇਟੋਹੇਠਲੀ ਸ਼ੀਟ ਦਾ ਵਿਸਤਾਰ ਕਰੋਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋਘਸੀਟਣ ਵਾਲੇ ਹੈਂਡਲ \'ਤੇ ਡਬਲ-ਟੈਪ ਕੀਤਾ ਗਿਆਘਸੀਟਣ ਵਾਲਾ ਹੈਂਡਲ%2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀਲਿਖਤ ਕਲੀਅਰ ਕਰੋਗੜਬੜ: ਅਵੈਧਗੜਬੜਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕਟੈਬAM ਜਾਂ PM ਚੁਣੋ%1$s ਘੰਟੇਸਮਾਂ ਚੁਣੋ%1$s ਵਜੇਮਿੰਟ ਚੁਣੋ%1$s ਮਿੰਟAMਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।ਘੰਟਾਮਿੰਟPMਸਮਾਂ ਚੁਣੋਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।ਨਵੀਂ ਸੂਚਨਾਸਹੀ ਦਾ ਨਿਸ਼ਾਨ ਲਾਇਆ ਗਿਆਅੰਸ਼ਕ ਤੌਰ ਤੇ ਜਾਂਚ ਕੀਤੀ ਗਈਸਹੀ ਦਾ ਨਿਸ਼ਾਨ ਨਹੀਂ ਲਾਇਆ ਗਿਆ%1$s ਹਟਾਓ%1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ ਦੀ ਚੋਣ: %1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ ਦੀ ਚੋਣ: %2$sਮੌਜੂਦਾ ਚੋਣ: %1$sਕੋਈ ਨਹੀਂਂਰੱਦ ਕਰੋਠੀਕ ਹੈ%1$sਤਾਰੀਖ ਚੁਣੋਚੁਣੀ ਗਈ ਤਾਰੀਖ%1$sਸਮਾਪਤੀ ਤਾਰੀਖ %1$sਅਵੈਧ ਫਾਰਮੈਟ।ਉਦਾਹਰਨ: %1$sਵਰਤੋ: %1$sਅਵੈਧ ਰੇਂਜ।ਮੌਜੂਦਾ ਸਾਲ \'ਤੇ ਜਾਓ %1$dਸਾਲ %1$d \'ਤੇ ਨੈਵੀਗੇਟ ਕਰੋਰੇਂਜ ਤੋਂ ਬਾਹਰ: %1$sਸ਼ੁੁਰੂਆਤੀ ਤਾਰੀਖ – %1$s%1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ%1$s – %2$sਰੇਂਜ ਚੁਣੋਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ – ਸਮਾਪਤੀ ਤਾਰੀਖਰੱਖਿਅਤ ਕਰੋਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ %1$sਤਾਰੀਖਸਮਾਪਤੀ ਤਾਰੀਖਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖdmyਅੱਜ %1$sਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓCalendar ਦ੍ਰਿਸ਼ \'ਤੇ ਸਵਿੱਚ ਕਰਨ ਲਈ ਟੈਪ ਕਰੋਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓਸਾਲ ਦ੍ਰਿਸ਼ \'ਤੇ ਸਵਿੱਚ ਕਰਨ ਲਈ ਟੈਪ ਕਰੋਰੱਦ ਕਰੋਠੀਕ ਹੈਪਾਸਵਰਡ ਦਿਖਾਓਲਿਖਤ ਕਲੀਅਰ ਕਰੋਪਿੱਛੇਸਾਈਡ ਸ਼ੀਟ + %d اعلان جدید + %d اعلان جدید + جمع کردن برگ زیرینازهم بازکردن برگ زیرینگسترده کردن تا نیمهروی دستگیره کشاندن دوضربه زده شددستگیره کشاندننویسه‌های واردشده %1$d از %2$dمحدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده استپاک کردن نوشتارخطا: نامعتبرخطانمایش منوی کرکره‌اینماد کادر گفتگوبرگهانتخاب .ق.ظ. یا ب.ظ.%1$s ساعتانتخاب ساعتساعت %1$sانتخاب دقیقه%1$s دقیقهق.ظبرای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید.ساعتدقیقهب.ظانتخاب زمانبرای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید.اعلان جدیددارای علامتبرخی موارد علامت دارندبدون علامتبرداشتن %1$sبیش از %1$d اعلان جدیدتغییر به ماه بعدیتغییر به ماه قبلیتاریخ شروع انتخاب‌شده: %1$s – تاریخ پایان انتخاب‌شده: %2$sانتخاب کنونی: %1$sخالیلغوتأیید%1$sانتخاب تاریختاریخ انتخابی%1$sتاریخ پایان: %1$sقالب نامعتبر است.مثال: %1$sقالب: %1$sمحدوده نامعتبر است.پیمایش به سال فعلی %1$dرفتن به سال %1$dخارج از محدوده: %1$sتاریخ شروع – %1$s%1$s – تاریخ پایان%1$s – %2$sانتخاب محدودهتاریخ شروع – تاریخ پایانذخیرهتاریخ شروع: %1$sتاریختاریخ پایانتاریخ شروعdmyامروز %1$sرفتن به روش ورودی تقویمبرای رفتن به نمای «تقویم» ضربه بزنیدرفتن به حالت ورودی نوشتاریبرای رفتن به نمای سال ضربه بزنیدلغوتأییدنمایش گذرواژهپاک کردن نوشتاربرگشتنبرگ کناری + %d nova notificação + %d novas notificações + Fechar a página inferiorAbrir a página inferiorExpandir até a metadeAlça de arrastar tocada duas vezesAlça de arrastarCaracteres inseridos: %1$d de %2$dLimite de %2$d caracteres excedido em %1$dLimpar textoErro: inválidoErroMostrar menu suspensoÍcone de caixa de diálogoGuiaSelecionar AM ou PM%1$s horasSelecionar horário%1$s em pontoSelecione os minutos%1$s minutosAMAlterne para o modo de relógio para informar o horário.HoraMinutoPMSelecionar horárioAlterne para o modo de entrada de texto para informar o horário.Nova notificaçãoMarcadaParcialmente marcadaDesmarcadaRemover %1$sMais de %1$d novas notificaçõesAlterar para o próximo mêsAlterar para o mês anteriorSeleção da data de início: %1$s. Seleção da data de término: %2$sSeleção atual: %1$snenhumaCancelarOK%1$sSelecionar dataData selecionada%1$sData de término: %1$sFormato inválido.Exemplo: %1$sUsar %1$sIntervalo inválido.Ir para o ano atual %1$dIr para o ano %1$dFora do intervalo: %1$sData de início – %1$s%1$s – Data de término%1$s – %2$sSelecionar intervaloData de início – Data de términoSalvarData de início: %1$sDataData de términoData de iníciodmaHoje %1$sMudar para o modo de entrada da agendaToque para mudar para a visualização de agendaMudar para o modo de entrada de textoToque para mudar para a visualização \"Ano\"CancelarOKExibir senhaLimpar textoVoltarPágina lateral + %d نئی اطلاع + %d نئی اطلاعات + نیچے کی شیٹ کو سکیڑیںنیچے کی شیٹ کو پھیلائیںنصف تک پھیلائیںگھسیٹنے کے ہینڈل کو دو بار تھپتھپائیںگھسیٹنے کا ہینڈل%2$d میں سے %1$d حروف درج کیے گئےحروف کی تعداد کی حد %2$d سے %1$d پہنچ گئیٹیکسٹ صاف کریںخرابی: غلطخرابیڈراپ ڈاؤن مینیو دکھائیںڈائیلاگ کا آئیکنٹیبAM یا PM منتخب کریں%1$s گھنٹےگھنٹہ منتخب کریں%1$s بجےمنٹ منتخب کریں%1$s منٹقبل از دوپہروقت ان پٹ کے لیے گھڑی و‏ضع پر سوئچ کریں۔گھنٹہمنٹراتوقت منتخب کریںوقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔نئی اطلاعنشان زد ہو گیاجزوی طور پر نشان زدنشان زد نہیں ہوا%1$s کو ہٹائیں%1$d سے زیادہ نئی اطلاعاتاگلے مہینہ میں منتقل کریںگزشتہ ماہ میں منتقل کریںتاریخ آغاز کا انتخاب: %1$s – تاریخ اختتام کا انتخاب: %2$sموجودہ انتخاب: %1$sکوئی نہیںمنسوخ کریںٹھیک ہے%1$sتاریخ منتخب کریںمنتخب کردہ تاریخ%1$sتاریخ اختتام %1$sغلط فارمیٹ۔مثال: %1$s۔%1$s استعمال کریںغلط رینج۔سال رواں %1$d پر نیویگیٹ کریں%1$d سال پر نیویگیٹ کریںحد سے باہر: %1$sتاریخ آغاز – %1$s%1$s – تاریخ اختتام%1$s – %2$sرینج منتخب کریںتاریخ آغاز - تاریخ اختتاممحفوظ کریںتاریخ آغاز %1$sتاریختاریخ اختتامتاریخ آغازdmyآج %1$sکیلنڈر ان پٹ وضع پر سوئچ کریںکیلنڈر منظر پر سوئچ کرنے کے لیے تھپتھپائیںمتنی ان پٹ وضع پر سوئچ کریںسال کے منظر پر سوئچ کرنے کے لیے تھپتھپائیںمنسوخ کریںٹھیک ہےپاس ورڈ دکھائیںٹیکسٹ صاف کریںواپس جائیںسائیڈ شیٹ320dp0dp2dp24dp576dp320dp@dimen/design_snackbar_padding_vertical + 160dp64dp64dp1 + + + + + + true#14000000#121212#CF6679#FFFFFF#000000#000000#000000#FFFFFF#BA86FC#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#ff000000#ff000000#ff410e0b#ffffffff#ff601410#ff8c1d18#ffb3261e#ffdc362e#ffe46962#ffec928e#fff2b8b5#fff9dedc#fffceeee#fffffbf9#ff000000#ff1d1b20#ffffffff#ff211f26#ff2b2930#ff322f35#ff36343b#ff3b383e#ff48464c#ff0f0d13#ff605d64#ff79767d#ff141218#ff938f96#ffaea9b1#ffcac5cd#ffded8e1#ffe6e0e9#ffece6f0#fff3edf7#fff5eff7#fff7f2fa#fffef7ff#fffffbff#ff000000#ff1d1a22#ffffffff#ff322f37#ff49454f#ff605d66#ff79747e#ff938f99#ffaea9b4#ffcac4d0#ffe7e0ec#fff5eefa#fffffbfe#ff000000#ff21005d#ffffffff#ff381e72#ff4f378b#ff6750a4#ff7f67be#ff9a82db#ffb69df8#ffd0bcff#ffeaddff#fff6edff#fffffbfe#ff000000#ff1d192b#ffffffff#ff332d41#ff4a4458#ff625b71#ff7a7289#ff958da5#ffb0a7c0#ffccc2dc#ffe8def8#fff6edff#fffffbfe#ff000000#ff31111d#ffffffff#ff492532#ff633b48#ff7d5260#ff986977#ffb58392#ffd29dac#ffefb8c8#ffffd8e4#ffffecf1#fffffbfa#ffffffff@color/m3_ref_palette_neutral6@color/m3_ref_palette_error80@color/m3_ref_palette_error30@color/m3_ref_palette_neutral20@color/m3_ref_palette_primary40@color/m3_ref_palette_neutral90@color/m3_ref_palette_neutral90@color/m3_ref_palette_error20@color/m3_ref_palette_error90@color/m3_ref_palette_primary20@color/m3_ref_palette_primary90@color/m3_ref_palette_secondary20@color/m3_ref_palette_secondary90@color/m3_ref_palette_neutral90@color/m3_ref_palette_neutral_variant80@color/m3_ref_palette_tertiary20@color/m3_ref_palette_tertiary90@color/m3_ref_palette_neutral_variant60@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_primary80@color/m3_ref_palette_primary30@color/m3_ref_palette_secondary80@color/m3_ref_palette_secondary30@color/m3_ref_palette_neutral6@color/m3_ref_palette_neutral24@color/m3_ref_palette_neutral12@color/m3_ref_palette_neutral17@color/m3_ref_palette_neutral22@color/m3_ref_palette_neutral10@color/m3_ref_palette_neutral4@color/m3_ref_palette_neutral6@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_tertiary80@color/m3_ref_palette_tertiary30@color/m3_ref_palette_neutral98@color/m3_ref_palette_error40@color/m3_ref_palette_error90@color/m3_ref_palette_neutral95@color/m3_ref_palette_primary80@color/m3_ref_palette_neutral20@color/m3_ref_palette_neutral10@color/m3_ref_palette_error100@color/m3_ref_palette_error10@color/m3_ref_palette_primary100@color/m3_ref_palette_primary10@color/m3_ref_palette_secondary100@color/m3_ref_palette_secondary10@color/m3_ref_palette_neutral10@color/m3_ref_palette_neutral_variant30@color/m3_ref_palette_tertiary100@color/m3_ref_palette_tertiary10@color/m3_ref_palette_neutral_variant50@color/m3_ref_palette_neutral_variant80@color/m3_ref_palette_primary40@color/m3_ref_palette_primary90@color/m3_ref_palette_secondary40@color/m3_ref_palette_secondary90@color/m3_ref_palette_neutral98@color/m3_ref_palette_neutral98@color/m3_ref_palette_neutral94@color/m3_ref_palette_neutral92@color/m3_ref_palette_neutral90@color/m3_ref_palette_neutral96@color/m3_ref_palette_neutral100@color/m3_ref_palette_neutral87@color/m3_ref_palette_neutral_variant90@color/m3_ref_palette_tertiary40@color/m3_ref_palette_tertiary90@color/m3_ref_palette_primary10@color/m3_ref_palette_primary30@color/m3_ref_palette_secondary10@color/m3_ref_palette_secondary30@color/m3_ref_palette_tertiary10@color/m3_ref_palette_tertiary30@color/m3_ref_palette_primary90@color/m3_ref_palette_primary80@color/m3_ref_palette_secondary90@color/m3_ref_palette_secondary80@color/m3_ref_palette_tertiary90@color/m3_ref_palette_tertiary80#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#FFFFFF#61000000#00ffffff#52000000#6B000000#1F000000#0A000000#00000000#DE00000016dp64dp4dp168dp96dp14sp8dp56dp24dp96dp56dp10dp8dp1dp12sp8dp16dp64dp0.5dp6dp24dp40dp56dp6dp6dp16dp32dp24dp16dp32dp4dp280dp8dp8dp128dp1.00dp6dp0dp-1px-1px12dp14dp16dp14sp264dp72dp14sp12sp5dp14dp14dp28dp@dimen/m3_sys_elevation_level316dp24dp16dp16dp16dp96dp112dp112dp@dimen/m3_comp_top_app_bar_small_container_height@dimen/m3_comp_top_app_bar_large_container_height@dimen/m3_comp_top_app_bar_medium_container_height48dp24dp24dp8dp12dp24dp48dp1.5dp6dp@dimen/m3_comp_badge_size1.5dp3dp12dp@dimen/m3_comp_badge_large_size4dp2dp@dimen/m3_comp_navigation_bar_active_indicator_height4dp@dimen/m3_comp_navigation_bar_active_indicator_width16dp12dp@dimen/m3_comp_navigation_bar_container_height20dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level16dp4dp12dp16dp@dimen/m3_comp_bottom_app_bar_container_height4dp64dp8dp0dp0dp@dimen/m3_comp_elevated_button_container_elevation0dp16dp24dp10dp20dp0dp20dp4dp320dp6dp24dp24dp6dp1dp12dp16dp12dp12dp0dp1dp0dp6dp0dp7dp@dimen/m3_comp_elevated_card_container_elevation2dp@dimen/m3_sys_elevation_level01dp1dp2dp10dp1dp28dp56dp40dp1dp8dp-1dp7dp1dp2dp18dp32dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp16dp6dp@dimen/m3_sys_elevation_level280dp0.381dp120dp128dp1dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level0@dimen/m3_sys_elevation_level124dp@dimen/m3_sys_elevation_level356dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_elevation_level4@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level356dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_elevation_level4@dimen/m3_sys_state_hover_state_layer_opacity24dp96dp36dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_pressed_state_layer_opacity40dp24dp@dimen/m3_sys_elevation_level2@dimen/m3_sys_elevation_level018dp@dimen/m3_sys_elevation_level0@dimen/m3_sys_state_dragged_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_state_pressed_state_layer_opacity0.3832dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp@dimen/m3_sys_elevation_level032dp1dp24dp18dp@dimen/m3_sys_elevation_level232dp64dp@dimen/m3_sys_elevation_level280dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_state_pressed_state_layer_opacity360dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level032dp56dp@dimen/m3_sys_elevation_level080dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity24dp@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level20.121dp@dimen/m3_sys_elevation_level00.1224dp1dp1dp0.380.380.382dp1dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity3dp@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity24dp4dp4dp4dp0.380.38@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity0.3230dp@dimen/m3_sys_elevation_level356dp@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_elevation_level356dp72dp2dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity4dp32dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level1256dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level044dp6dp4dp0.380.380.1216dp4dp@dimen/m3_sys_elevation_level332dp@dimen/m3_sys_elevation_level1@dimen/m3_sys_elevation_level01dp18dp10.380.120.380.38@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity32dp52dp@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity2dp@dimen/m3_sys_elevation_level3@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity1dp@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity152dp112dp@dimen/m3_sys_elevation_level064dp@dimen/m3_sys_elevation_level2@dimen/m3_sys_elevation_level38dp8dp20dp12dp56dp16dp8dp0dp30%2dp6dp36dp96dp4dp@dimen/m3_comp_menu_container_elevation14dp16dp4dp28dp12dp0dp12dp12dp0dp4dp28dp28dp@dimen/m3_comp_navigation_rail_container_width@dimen/m3_comp_navigation_rail_container_elevation@dimen/m3_comp_navigation_rail_icon_size@dimen/m3_comp_navigation_rail_active_indicator_height4dp@dimen/m3_comp_navigation_rail_active_indicator_width60dp12dp20dp4dp12dp2dp@dimen/m3_sys_state_dragged_state_layer_opacity@dimen/m3_sys_state_focus_state_layer_opacity@dimen/m3_sys_state_hover_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_sys_state_pressed_state_layer_opacity@dimen/m3_comp_search_bar_container_elevation@dimen/m3_comp_search_bar_container_height16dp16dp1dp4dp16dp16sp1dp@dimen/m3_comp_search_view_container_elevation@dimen/m3_comp_search_view_full_screen_header_container_height16dp@dimen/m3_comp_sheet_side_docked_modal_container_elevation@dimen/m3_comp_sheet_side_docked_standard_container_elevation@dimen/m3_comp_sheet_side_docked_container_width0.080.122dp24dp40dp1.08dp0dp1dp3dp6dp8dp12dp0.30.800.20.10.10.710.41010.40.20100.20101010.31010.200100010.160.10.080.12dp@dimen/m3_comp_time_picker_container_elevation20dp640dp80dp24dp96dp24dp44dp4dp4dp2dp15sp96dp12dp12dp52dp256dp-4dp2dp1dp0.380.120.870.612dp23dp8dp32dp4dp8dp4dp12dp8dp2dp245dp488dp56dp560dp340dp80dp24dp24dp80dp24dp4dp4dp8dp6dp10sp12dp12dp16dp60dp16dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.07320dp4dp16dp16dp4dp6dp8dp1dp4dp8dp8dp14sp0dp64dp52dp8dp0dp12dp15dp32dp3dp1dp1dp36dp24dp16dp12dp4dp1dp120dp128dp32dp12dp8dp24dp0dp480dp2dp0dp4dp48dp4dp8dp104dp20dp24dp100dp16dp28dp68dp18dp52dp8dp8dp88dp8dp24dp4dp5dp1dp8dp3dp14sp8dp-8dp8dp12dp0dp0dp6dp20dp20dp24dp12dp48dp120dp20dp12dp12dp0dp2dp6dp6dp48dp2dp6dp0.000.240.080.240.000.120.040.1248dp24dp8dp0dp22dp14dp24dp8dp4dp14dp56dp72dp8dp14dp24dp8dp16dp12dp4dp2dp4dp4dp18dp40dp20dp40dp28dp2.5dp4dp3dp2dp4dp0dp4dp4dp24dp4dp13dp26dp1dp10dp8dp1dp4dp16dp48dp0.54dp0.88dp8dp8dp16dp4dp16dp32dp@dimen/m3_comp_switch_track_height@dimen/m3_comp_switch_track_width4dp0dp4dp@dimen/m3_comp_outlined_text_field_outline_width@dimen/m3_comp_outlined_text_field_focus_outline_width16dp4dp16dp4dp56dp14dp4dp32dp32dp12dp30dp@drawable/material_ic_keyboard_arrow_right_black_24dp@drawable/material_ic_keyboard_arrow_left_black_24dp1501502300320999100100751201007008009001000450500550600250300350400501001502000000000300350200250751500410010011375120100@integer/m3_sys_motion_duration_medium1@integer/m3_sys_motion_duration_short3@integer/m3_sys_motion_duration_short2@integer/m3_sys_motion_duration_short216323252250210200 + %d new notification + %d new notifications + com.google.android.material.appbar.AppBarLayout$ScrollingViewBehaviorcom.google.android.material.bottomsheet.BottomSheetBehaviorCollapse the bottom sheetExpand the bottom sheetExpand halfwayDrag handle double-tappedDrag handleCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$d%1$d/%2$dClear text + Error: invalid + ErrorShow dropdown menucom.google.android.material.transformation.FabTransformationScrimBehaviorcom.google.android.material.transformation.FabTransformationSheetBehaviorcom.google.android.material.behavior.HideBottomViewOnScrollBehaviorDialog IconTab%1$s%2$ssans-serif-mediumsans-serifsans-serif-mediumsans-serifpath(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)cubic-bezier(0.3, 0, 0.8, 0.2)cubic-bezier(0.1, 0.7, 0.1, 1)M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1cubic-bezier(0.4, 0, 0.2, 1)cubic-bezier(0.4, 0, 1, 1)cubic-bezier(0, 0, 0.2, 1)cubic-bezier(0, 0, 1, 1)cubic-bezier(0.2, 0, 0, 1)cubic-bezier(0.3, 0, 1, 1)cubic-bezier(0, 0, 0, 1):Select AM or PM%1$s hoursSelect hour%1$s o\'clockSelect minutes%1$s minutescubic-bezier(0.4, 0.0, 1.0, 1.0)cubic-bezier(0.0, 0.0, 0.2, 1.0)path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)cubic-bezier(0.0, 0.0, 1.0, 1.0)cubic-bezier(0.4, 0.0, 0.2, 1.0)Range endRange startValueAMSwitch to clock mode for the time input.HourMinutePMSelect timeSwitch to text input mode for the time input.New notificationM14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6ziconM13.4,15 11,15 11,17 13.4,17 21,17 21,15zicon pathM23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7zbuttonbutton pathM23,7H9C7.9,7,7,7.9,7,9v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V9C25,7.9,24.1,7,23,7z M23,23H9V9h14V23z + Checked + + Partially checked + + Not checked + Remove %1$sMore than %1$d new notifications%1$d%2$sChange to next monthChange to previous monthStart date selection: %1$s – End date selection: %2$sCurrent selection: %1$snoneCancelOK%1$sSelect DateSelected date%1$sEnd date %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to current year %1$dNavigate to year %1$dOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect RangeStart date – End dateSaveStart date %1$sDateEnd dateStart datedmyToday %1$sSwitch to calendar input modeTap to switch to Calendar viewSwitch to text input modeTap to switch to year viewcircle_groupM4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16circleM2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16CancelOKShow 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 + com.google.android.material.search.SearchBar$ScrollingViewBehavior + Clear textBackSide Sheetcom.google.android.material.sidesheet.SideSheetBehavior + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorError?attr/colorOnError?attr/textAppearanceLabelSmall?attr/colorSurfaceContainer?attr/colorPrimary?attr/colorOnSurface?attr/colorSurface?attr/colorError?attr/colorOnError?attr/colorOnPrimary?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHigh?attr/shapeAppearanceCornerExtraLarge?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceHeadlineLarge?attr/colorOnSurfaceVariant?attr/textAppearanceLabelLarge?attr/colorSecondaryContainer?attr/textAppearanceTitleLarge?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHigh?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurface?attr/textAppearanceHeadlineSmall?attr/colorOnSurfaceVariant?attr/textAppearanceBodyMedium?attr/colorOutlineVariant?attr/colorSurfaceContainerLow?attr/colorSurfaceContainerLow?attr/shapeAppearanceCornerMedium?attr/colorPrimaryContainer?attr/shapeAppearanceCornerLarge?attr/colorOnPrimaryContainer?attr/textAppearanceLabelLarge?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSurfaceContainerHigh?attr/colorPrimary?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorPrimaryContainer?attr/shapeAppearanceCornerLarge?attr/colorOnPrimaryContainer?attr/shapeAppearanceCornerExtraLarge?attr/shapeAppearanceCornerMedium?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSurfaceContainerHigh?attr/colorPrimary?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorSurfaceContainer?attr/textAppearanceBodyLarge?attr/colorPrimary?attr/colorOnPrimary?attr/textAppearanceLabelLarge?attr/colorSurfaceContainerHighest?attr/shapeAppearanceCornerMedium?attr/colorPrimary?attr/colorOnPrimary?attr/colorPrimary?attr/colorSurfaceContainerHighest?attr/shapeAppearanceCornerExtraSmall?attr/colorError?attr/colorError?attr/colorError?attr/textAppearanceBodyLarge?attr/textAppearanceBodySmall?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorSurfaceContainer?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurfaceContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/textAppearanceLabelMedium?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSecondaryContainer?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/textAppearanceLabelLarge?attr/colorSurfaceContainerLow?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSecondaryContainer?attr/colorSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceLabelMedium?attr/colorSurfaceContainer?attr/colorPrimary?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorPrimary?attr/colorOutline?attr/colorOutline?attr/colorOutline?attr/colorSurface?attr/shapeAppearanceCornerMedium?attr/colorOutline?attr/colorOutlineVariant?attr/colorOnSurface?attr/colorOutlineVariant?attr/colorOutlineVariant?attr/colorOutlineVariant?attr/colorPrimary?attr/shapeAppearanceCornerExtraSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorError?attr/colorError?attr/colorError?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorOutline?attr/colorOnSurfaceVariant?attr/textAppearanceBodySmall?attr/textAppearanceBodySmall?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorPrimary?attr/colorSecondaryContainer?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/colorPrimary?attr/colorSurfaceContainerHigh?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHigh?attr/colorOutline?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurface?attr/textAppearanceBodyLarge?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceBodyLarge?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorOnSurface?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceTitleSmall?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerLow?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerLarge?attr/colorSurfaceContainerLow?attr/shapeAppearanceCornerLarge?attr/colorSurface?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorPrimary?attr/colorSecondaryContainer?attr/colorSurfaceInverse?attr/colorOnSurfaceInverse?attr/colorSurfaceInverse?attr/shapeAppearanceCornerExtraSmall?attr/colorOnSurfaceInverse?attr/textAppearanceBodyMedium?attr/shapeAppearanceCornerSmall?attr/textAppearanceLabelLarge?attr/colorSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorPrimary?attr/colorPrimary?attr/colorOnPrimary?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorPrimary?attr/colorPrimary?attr/colorOnPrimaryContainer?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorOutline?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorSurfaceContainerHighest?attr/colorOnSurfaceVariant?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorSurfaceContainerHighest?attr/colorOutline?attr/colorPrimary?attr/colorPrimary?attr/colorPrimary?attr/textAppearanceLabelLarge?attr/colorPrimary?attr/shapeAppearanceCornerSmall?attr/colorPrimary?attr/colorOnSurface?attr/colorOnSurfaceVariant?attr/textAppearanceBodySmall?attr/colorSurfaceContainerHighest?attr/colorPrimary?attr/colorSurfaceContainerHigh?attr/shapeAppearanceCornerExtraLarge?attr/colorOnSurfaceVariant?attr/textAppearanceLabelMedium?attr/shapeAppearanceCornerSmall?attr/textAppearanceTitleMedium?attr/colorOutline?attr/colorTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnTertiaryContainer?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/colorOnSurfaceVariant?attr/shapeAppearanceCornerSmall?attr/textAppearanceDisplayLarge?attr/colorPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnPrimaryContainer?attr/colorOnSurface?attr/textAppearanceDisplayLarge?attr/colorSurfaceContainerHighest?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/colorOnSurface?attr/textAppearanceHeadlineMedium?attr/colorOnSurface?attr/textAppearanceHeadlineSmall?attr/colorSurface?attr/colorOnSurface?attr/textAppearanceTitleLarge?attr/colorOnSurface?attr/colorSurfaceContainer?attr/colorOnSurfaceVariant?attr/colorPrimary?attr/colorPrimary + %d notificación nueva + %d notificaciones nuevas + Contraer la hoja inferiorExpandir la hoja inferiorExpandir hasta la mitadEl control de arrastre se presionó dos vecesControlador de arrastreCaracteres ingresados: %1$d de %2$dSe excedió en %1$d el límite de caracteres de %2$dBorrar textoError: No válidoErrorMostrar menú desplegableÍcono de diálogoPestañaSelecciona a.m. o p.m.%1$s horasSeleccione la hora.%1$s en puntoSeleccionar minutos%1$s minutosa.m.Cambia al modo de reloj para ingresar la hora.HoraMinutop.m.Selecciona una horaCambia al modo de entrada de texto para ingresar la hora.Notificación nuevaMarcadaVerificado parcialmenteSin marcarQuitar %1$sMás de %1$d notificaciones nuevasCambiar al mes siguienteCambiar al mes anteriorSelección de fecha de inicio: %1$s – Selección de fecha de finalización: %2$sSelección actual: %1$snadaCancelarAceptar%1$sSelecciona una fechaFecha seleccionada%1$sFecha de finalización: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año actual (%1$d)Navegar al año %1$dFuera de rango: %1$sFecha de inicio - %1$s%1$s - fecha de finalización%1$s-%2$sSelecciona un períodoFecha de inicio - fecha de finalizaciónGuardarFecha de inicio: %1$sFechaFecha de finalizaciónFecha de iniciodmaHoy, %1$sCambiar al modo de entrada de calendarioPresiona para cambiar a la vista de CalendarioCambiar al modo de entrada de textoPresiona para cambiar a la vista de añoCancelarAceptarMostrar contraseñaBorrar textoAtrásHoja lateral + %d ný tilkynning + %d nýjar tilkynningar + Minnka blað neðstStækka blað neðstStækka til hálfsÝtt tvisvar á dragklóDragklóInnslegnir stafir %1$d af %2$dYfir hámarksstafafjölda, %1$d af %2$dHreinsa textaVilla: ÓgiltVillaSýna fellivalmyndGluggatáknFlipiVelja f.h. eða e.h.%1$s klst.Velja tímaklukkan %1$sVeldu mínútur%1$s mínúturf.h.Skipta yfir í klukkustillingu til að færa inn tíma.KlukkustundMínútae.h.Veldu tímaSkipta yfir í textastillingu til að færa inn tíma.Ný tilkynningMerktMerkt við að hluta tilEkki merktFjarlægja %1$sYfir %1$d nýjar tilkynningarBreyta í næsta mánuðBreyta í fyrri mánuðVal upphafsdags: %1$s – Val lokadags: %2$sNúverandi val: %1$sekkertHætta viðÍ lagi%1$sVeldu dagsetninguValin dagsetning%1$sLokadagur %1$sÓgilt snið.Dæmi: %1$sNota: %1$sÓgilt svið.Fara á núverandi ár %1$dFara í árið %1$dUtan sviðs: %1$sUpphafsdagur – %1$s%1$s – lokadagur%1$s – %2$sVeldu tímabilUpphafsdagur – lokadagurVistaUpphafsdagur %1$sDagsetningLokadagurUpphafsdagurdmáÍ dag %1$sSkipta yfir í innfærsluaðferð fyrir dagatalÝttu til að skipta yfir í dagatalsyfirlitSkipta yfir í innfærsluaðferð fyrir textaÝttu til að skipta yfir í ársyfirlitHætta viðÍ lagiSýna aðgangsorðHreinsa textaTil bakaHliðarblað + %d नयाँ सूचना + %d नयाँ सूचनाहरू + पुछारको पाना कोल्याप्स गर्नुहोस्पुछारको पाना एक्स्पान्ड गर्नुहोस्आधा ठुलो पार्नुहोस्ड्र्याग ह्यान्डलमा डबल ट्याप गरियोड्र्याग ह्यान्डल%2$d मध्ये %1$d वर्ण प्रविष्ट गरियो%2$d मध्ये %1$d वर्ण सीमा नाघ्योपाठ खाली गर्नुहोस्त्रुटि: अवैध छत्रुटिड्रपडाउन मेनु देखाउनुहोस्संवादको आइकनट्याबपूर्वाह्न वा अपराह्न चयन गर्नुहोस्%1$s घण्टाघन्टा चयन गर्नुहोस्%1$s बजेमिनेट चयन गर्नुहोस्%1$s मिनेटAMसमय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्।घन्टा:मिनेटअपराह्नसमय चयन गर्नुहोस्समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्।नयाँ सूचनाचिन्ह लगाइएकोआंशिक रूपमा चिन्ह लगाइएकोचिन्ह नलगाइएको%1$s हटाउनुहोस्%1$d भन्दा बढी नयाँ सूचनाहरूअर्को महिनामा सार्नुहोस्अघिल्लो महिनामा सार्नुहोस्सुरु हुने मितिको चयन: %1$s – अन्त्य हुने मितिको चयन: %2$sहालको चयन: %1$sकुनै पनि होइनरद्द गर्नुहोस्ठिक छ%1$sमिति चयन गर्नुहोस्चयन गरिएको मिति%1$sसमापन हुने मिति: %1$sअमान्य ढाँचा।उदाहरण: %1$s%1$s प्रयोग गर्नुहोस्अमान्य दायरा।चालु वर्ष %1$d मा जानुहोस्वर्ष %1$d मा जानुहोस्दायराभन्दा बाहिर छ: %1$sसुरु हुने मिति – %1$s%1$s – अन्त्य हुने मिति%1$s – %2$sदायरा चयन गर्नुहोस्सुरु हुने मिति – अन्त्य हुने मितिसुरक्षित गर्नुप्रारम्भ हुने मिति: %1$sमितिअन्त्य हुने मितिसुरु हुने मितिdमिनेटyआज %1$sCalendar को इनपुट मोडमा बदल्नुहोस्पात्रोको भ्यू प्रयोग गर्न ट्याप गर्नुहोस्पाठको इनपुट मोडमा बदल्नुहोस्वर्षको भ्यू प्रयोग गर्न ट्याप गर्नुहोस्रद्द गर्नुहोस्ठिक छपासवर्ड देखाउनुहोस्टेक्स्ट हटाउनुहोस्पछाडिसाइड सिट + %d new notification + %d new notifications + Collapse the bottom sheetExpand the bottom sheetExpand halfwayDrag handle double-tappedDrag handle%2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে%2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছেClear textError: invalidErrorShow dropdown menuDialog IconTabSelect AM or PM%1$s hoursSelect hour%1$s o\'clockমিনিট বাছনি কৰক%1$s minutesAMসময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক।HourMinutePMSelect timeসময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক।New notificationCheckedPartially checkedNot checked%1$sক আঁতৰাওকMore than %1$d new notificationsChange to next monthChange to previous monthStart date selection: %1$s – End date selection: %2$sCurrent selection: %1$snoneCancelOK%1$sSelect DateSelected date%1$sEnd date %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to current year %1$dNavigate to year %1$dOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect RangeStart date – End dateSaveStart date %1$sDateEnd dateStart datedmyToday %1$sSwitch to calendar input modeTap to switch to Calendar viewSwitch to text input modeTap to switch to year viewCancelOKপাছৱৰ্ড দেখুৱাওকClear textBackSide Sheet + %d nové oznámení + %d nová oznámení + %d nového oznámení + %d nových oznámení + Sbalit spodní tabulkuRozbalit spodní tabulkuRozbalit napůlDvakrát jste klepli na úchyt pro přetaženíÚchyt pro přetaženíZadané znaky: %1$d z %2$dByl překročen povolený počet znaků (%1$d z %2$d)Vymazat textChyba: neplatnéChybaZobrazit rozbalovací nabídkuIkona dialogového oknaKartaVyberte AM nebo PM%1$s hodinVyberte hodinu%1$sZvolte minuty%1$s minAMChcete-li zadat čas, přepněte na režim hodin.HodinaMinutaPMVyberte časChcete-li zadat čas, přepněte na režim textu.Nové oznámeníZaškrtnutoČástečně zaškrtnutoNezaškrtnutoOdstranit položku %1$sVíce než %1$d nových oznámeníPřejít na další měsícPřejít na předchozí měsícVýběr data zahájení: %1$s – Výběr data ukončení: %2$sAktuální výběr: %1$sprázdnéZrušitOK%1$sVyberte datumVybrané datum%1$sDatum ukončení %1$sNeplatný formát.Příklad: %1$sPoužijte: %1$sNeplatný rozsah.Přejít na aktuální rok %1$dPřejít na rok %1$dMimo rozsah: %1$sDatum zahájení – %1$s%1$s – datum ukončení%1$s – %2$sVyberte rozsahDatum zahájení – datum ukončeníUložitDatum zahájení %1$sDatumDatum ukončeníDatum zahájenídmrDnes %1$sPřepnout na režim zadávání do kalendářeKlepnutím přepnete na zobrazení kalendářePřepnout na režim zadávání textuKlepnutím přepnete na zobrazení jednotlivých letZrušitOKZobrazit hesloVymazat textZpětPostranní list24dp + %d નવું નોટિફિકેશન + %d નવા નોટિફિકેશન + બોટમ શીટ નાની કરોબોટમ શીટ મોટી કરોઅડધે સુધી મોટું કરોઑબ્જેક્ટ ખેંચવાના હૅન્ડલ પર બે વાર ટૅપ કર્યુંઑબ્જેક્ટ ખેંચવાનું હૅન્ડલ%2$dમાંથી %1$d અક્ષરો દાખલ કર્યા%2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છેટેક્સ્ટ સાફ કરોભૂલ: અમાન્યભૂલડ્રૉપડાઉન મેનૂ બતાવોસંવાદનું આઇકનટૅબAM અથવા PM પસંદ કરો%1$s કલાકસમય પસંદ કરો%1$s વાગ્યા છેમિનિટ પસંદ કરો%1$s મિનિટAMસમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો.કલાકમિનિટPMસમય પસંદ કરોસમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો.નવું નોટિફિકેશનચેક કરેલું છેઆંશિક રીતે ચેક કરેલું છેચેક કરેલું નથી%1$s કાઢી નાખો%1$dથી વધુ નવા નોટિફિકેશનઆગલા મહિના પર બદલોપાછલા મહિના પર બદલોપ્રારંભ તારીખની પસંદગી: %1$s – સમાપ્તિ તારીખની પસંદગી: %2$sહાલની પસંદગી: %1$sકોઈ નહીંરદ કરોઓકે%1$sતારીખ પસંદ કરોપસંદ કરેલી તારીખ%1$sસમાપ્તિ તારીખ %1$sઅમાન્ય ફોર્મેટ.ઉદાહરણ: %1$sઆનો ઉપયોગ કરો: %1$sઅમાન્ય શ્રેણી.ચાલુ વર્ષ %1$d પર નૅવિગેટ કરો%1$dના વર્ષ પર નૅવિગેટ કરોઆ શ્રેણીની બહાર છે: %1$sશરૂ કરવાની તારીખ – %1$s%1$s – સમાપ્તિની તારીખ%1$s – %2$sશ્રેણી પસંદ કરોશરૂ કરવાની તારીખ – સમાપ્તિની તારીખસાચવોપ્રારંભ તારીખ %1$sતારીખસમાપ્તિની તારીખશરૂ કરવાની તારીખdmyઆજે %1$sકૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરોCalendar વ્યૂ પર સ્વિચ કરવા માટે ટૅપ કરોટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરોવર્ષ વ્યૂ પર સ્વિચ કરવા માટે ટૅપ કરોરદ કરોઓકેપાસવર્ડ બતાવોટેક્સ્ટ સાફ કરોપાછળસાઇડ શીટ + %d புதிய அறிவிப்பு + %d புதிய அறிவிப்புகள் + கீழ்ப்புறச் சீட்டைச் சுருக்கும்கீழ்ப்புறச் சீட்டை விரிவாக்கும்பாதியளவு விரிவாக்கும்இழுப்பதற்கான ஹேண்டில் இருமுறை தட்டப்பட்டதுஇழுப்பதற்கான ஹேண்டில்%2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன%2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டதுஉரையை அழிக்கும்பிழை: தவறானதுபிழைகீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன்உரையாடல் ஐகான்தாவல்AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும்%1$s மணிநேரம்மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும்%1$s மணிநிமிடத்தைத் தேர்ந்தெடுக்கவும்%1$s நிமிடங்கள்AMநேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.மணிநேரம்நிமிடம்PMநேரத்தைத் தேர்ந்தெடுக்கவும்உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.புதிய அறிவிப்புதேர்வுசெய்யப்பட்டுள்ளதுபாதி தேர்வுசெய்யப்பட்டுள்ளதுதேர்வுசெய்யப்படவில்லை%1$sஐ அகற்று%1$d+ புதிய அறிவிப்புகள்அடுத்த மாதத்தைக் காட்டுமுந்தைய மாதத்தைக் காட்டுதொடங்கும் தேதியைத் தேர்ந்தெடுங்கள்: %1$s – முடியும் தேதியைத் தேர்ந்தெடுங்கள்: %2$sதற்போதைய தேர்வு: %1$sஎதுவுமில்லைரத்துசெய்சரி%1$sதேதியைத் தேர்ந்தெடுக்கவும்தேர்ந்தெடுக்கப்பட்ட தேதி%1$sமுடியும் தேதி %1$sதவறான வடிவம்.உதாரணம்: %1$s%1$sஐப் பயன்படுத்துகதவறான வரம்பு.தற்போதைய வருடத்திற்கு (%1$d) செல்லும்%1$d ஆம் ஆண்டிற்குச் செல்லும்எல்லைக்கு வெளியே உள்ளது: %1$sதொடக்கத் தேதி – %1$s%1$s – முடிவுத் தேதி%1$s – %2$sவரம்பைத் தேர்ந்தெடுக்கவும்தொடக்கத் தேதி - முடிவுத் தேதிசேமிதொடங்கும் தேதி %1$sதேதிமுடிவுத் தேதிதொடக்கத் தேதிநாமாஇன்று %1$sகேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும்கேலெண்டர் காட்சிக்கு மாற தட்டவும்உரை உள்ளீட்டு முறைக்கு மாற்றும்ஆண்டுக் காட்சிக்கு மாற தட்டவும்ரத்துசெய்சரிகடவுச்சொல்லைக் காட்டுவார்த்தைகளை அழிக்கும்பின்செல்லும்பக்கவாட்டுத் தாள் + %d ново известие + %d нови известия + Свиване на долния листРазгъване на долния листРазгъване наполовинаДвукратно докосване на манипулатора за преместване с плъзганеМанипулатор за преместване с плъзганеВъведени знаци: %1$d от %2$dМаксималният брой знаци е надхвърлен с(ъс) %1$d от %2$dИзчистване на текстаГрешка: невалидноГрешкаПоказване на падащото менюИкона за диалогов прозорецРазделИзберете AM или PM%1$s часаИзберете час%1$s часаИзбиране на минути%1$s минутиAMПревключете към режима за часовник, за да въведете часа.ЧасМинутаPMИзбор на часПревключете към режима за въвеждане на текст, за да въведете часа.Ново известиеС отметкаЧастично отметнатоБез отметкаПремахване на %1$sПовече от %1$d нови известияПреминаване към следващия месецПреминаване към предишния месецИзбиране на начална дата: %1$s – Избиране на крайна дата: %2$sТекущ избор: %1$sнямаОтказOK%1$sИзбиране на датаИзбрана дата%1$sКрайна дата: %1$sФорматът е невалиден.Пример: %1$sИзползвайте: %1$sНевалиден диапазон.Навигиране до текущата година %1$dНавигиране до %1$d г.Извън диапазона: %1$sНачална дата – %1$s%1$s – крайна дата%1$s – %2$sИзбиране на период от времеНачална дата – крайна датаЗапазванеНачална дата: %1$sДатаКрайна датаНачална датадмгДнес – %1$sПревключване към режим на въвеждане в календарДокоснете за превключване към календарен изгледПревключване към режим за въвеждане на текстДокоснете за превключване към годишен изгледОтказOKПоказване на паролатаИзчистване на текстаНазадСтраничен лист + %d νέα ειδοποίηση + %d νέες ειδοποιήσεις + Σύμπτυξη του φύλλου κάτω μέρουςΑνάπτυξη του φύλλου κάτω μέρουςΑνάπτυξη μέχρι τη μέσηΗ λαβή μεταφοράς πατήθηκε δύο φορέςΛαβή μεταφοράςΕισήχθησαν %1$d από %2$d χαρακτήρεςΥπέρβαση ορίου χαρακτήρων %1$d από %2$dΔιαγραφή κειμένουΣφάλμα: μη έγκυροΣφάλμαΕμφάνιση αναπτυσσόμενου μενούΕικονίδιο παραθύρου διαλόγουΚαρτέλαΕπιλέξτε π.μ. ή μ.μ.%1$s ώρεςΕπιλογή ώρας%1$s ακριβώςΕπιλογή λεπτών%1$s λεπτάΠΜΚάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας.ΏραΛεπτόΜΜΕπιλέξτε ώραΚάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας.Νέα ειδοποίησηΕπιλεγμένοΈγινε μερικός έλεγχοςΜη επιλεγμένοΚατάργηση %1$sΠάνω από %1$d νέες ειδοποιήσειςΑλλαγή στον επόμενο μήναΑλλαγή στον προηγούμενο μήναΕπιλογή ημερομηνίας έναρξης: %1$s – Επιλογή ημερομηνίας λήξης: %2$sΤρέχουσα επιλογή: %1$sχωρίς επιλογήΑκύρωσηΟΚ%1$sΕπιλογή ημερομηνίαςΕπιλεγμένη ημερομηνία%1$sΗμερομηνία λήξης %1$sΜη έγκυρη μορφή.Παράδειγμα: %1$sΧρησιμοποιήστε: %1$sΜη έγκυρο εύρος.Πλοήγηση στο τρέχον έτος %1$dΠλοήγηση στο έτος %1$dΕκτός εύρους: %1$sΗμερομηνία έναρξης – %1$s%1$s – Ημερομηνία λήξης%1$s – %2$sΕπιλογή εύρουςΗμερομηνία έναρξης – Ημερομηνία λήξηςΑποθήκευσηΗμερομηνία έναρξης %1$sΗμερομηνίαΗμερομηνία λήξηςΗμερομηνία έναρξηςημεΣήμερα %1$sΕναλλαγή στη λειτουργία εισαγωγής ημερολογίουΠατήστε για εναλλαγή στην προβολή ΗμερολόγιοΕναλλαγή στη λειτουργία εισαγωγής κειμένουΠατήστε για εναλλαγή στην προβολή έτουςΑκύρωσηΟΚΕμφάνιση κωδικού πρόσβασηςΔιαγραφή κειμένουΠίσωΔευτερεύον φύλλο0dp22dp48dp2dp2dp48dp20dp168dp0dp4dp18dp40dp2dp2dp40dp40dp4dp + %d njoftim i ri + %d njoftime të reja + Palos fletën e poshtmeZgjero fletën e poshtmeZgjeroje deri në gjysmëTe doreza e zvarritjes u trokit dy herëDoreza e zvarritjesKarakteret e futura: %1$d nga %2$dKufiri i karaktereve është kaluar: %1$d nga %2$dPastro tekstinGabim: E pavlefshmeGabimShfaq menynë me lëshim poshtëIkona e dialogutTabZgjidh paradite ose pasdite%1$s orëZgjidh orën%1$s fiksPërzgjidh minutat%1$s minutaPDKalo te modaliteti i orës për hyrjen e kohës.OraMinutaPDZgjidh orënKalo te modaliteti i hyrjes së tekstit për hyrjen e kohës.Njoftim i riE zgjedhurPjesërisht e zgjedhurE pazgjedhurHiq %1$sMë shumë se %1$d njoftime të rejaNdrysho te muaji i ardhshëmNdrysho te muaji i kaluarZgjedhja e datës së fillimit: %1$s - Zgjedhja e datës së përfundimit: %2$sZgjedhja aktuale: %1$sasnjëAnuloNë rregull%1$sZgjidh datënData e zgjedhur%1$sData e mbarimit: %1$sFormat i pavlefshëm.Shembull: %1$sPërdor: %1$sGamë e pavlefshme.Navigo te viti aktual %1$dNavigo te viti %1$dJashtë gamës: %1$sData e fillimit – %1$s%1$s – data e përfundimit%1$s - %2$sZgjidh gamënData e fillimit - data e përfundimitRuajData e fillimit: %1$sDataData e përfundimitData e fillimitdmvSot %1$sKalo te modaliteti i \"Hyrjes së kalendarit\"Trokit për t\'u kthyer te pamja e \"Kalendarit\"Kalo te modaliteti i \"Hyrjes së tekstit\"Trokit për t\'u kthyer te pamja vjetoreAnuloNë rregullShfaq fjalëkaliminPastro tekstinPasFleta anësore + 새 알림 %d개 + 새 알림 %d개 + 하단 시트 접기하단 시트 펼치기반만 펼치기두 번 탭한 드래그 핸들드래그 핸들입력된 글자 %1$d/%2$d글자 수 제한이 초과되었습니다(%1$d/%2$d).텍스트 삭제오류: 잘못됨오류드롭다운 메뉴 표시대화상자 아이콘오전 또는 오후를 선택하세요.%1$s시간시간 선택%1$s시 정각분 선택%1$s분오전시간 입력을 위해 시계 모드로 전환합니다.시간오후시간 선택시간 입력을 위해 텍스트 입력 모드로 전환합니다.새 알림선택됨일부 선택됨선택되지 않음%1$s 삭제새 알림 %1$d개 초과다음 달로 변경이전 달로 변경시작일 선택: %1$s, 종료일 선택: %2$s현재 %1$s 선택됨없음취소확인%1$s날짜 선택선택한 날짜%1$s종료일: %1$s형식이 잘못되었습니다.예: %1$s올바른 형식: %1$s날짜 범위가 잘못되었습니다.현재 연도(%1$d)로 이동%1$d년으로 이동%1$s은 범위를 벗어난 날짜입니다.시작일~%1$s%1$s~종료일%1$s~%2$s기간 선택시작일~종료일저장시작일: %1$s날짜종료일시작일오늘(%1$s)캘린더 입력 모드로 전환탭하여 캘린더 뷰로 전환텍스트 입력 모드로 전환탭하여 연도 뷰로 전환취소확인비밀번호 표시텍스트 삭제뒤로사이드 시트 + %d nowe powiadomienie + %d nowe powiadomienia + %d nowych powiadomień + %d nowego powiadomienia + Zwiń planszę dolnąRozwiń planszę dolnąRozwiń do połowyDwukrotnie kliknięto uchwyt do przeciąganiaUchwyt do przeciągania%1$d z %2$d znakówPrzekroczono limit znaków (%1$d z %2$d)Wyczyść tekstBłąd: nieprawidłoweBłądPokaż menuIkona oknaKartaWybierz: przed południem czy po południu%1$s godz.Wybierz godzinę%1$sWybierz minuty%1$s minutAMAby wprowadzić czas, włącz tryb zegara.GodzinaMinutaPMOkreśl czasAby wprowadzić czas, włącz tryb wprowadzania tekstu.Nowe powiadomienieZaznaczonoCzęściowo zaznaczonoNie zaznaczonoUsuń: (%1$s)Liczba nowych powiadomień przekracza %1$dZmień na następny miesiącZmień na poprzedni miesiącWybrana data rozpoczęcia: %1$s – wybrana data zakończenia: %2$sBieżący wybór: %1$sbrakAnulujOK%1$sWybierz datęWybrana data%1$sData zakończenia %1$sNieprawidłowy format.Przykład: %1$sUżyj formatu: %1$sNieprawidłowy zakres.Przejdź do bieżącego roku %1$dPrzejdź do roku %1$dPoza zakresem: %1$sData rozpoczęcia – %1$s%1$s – data zakończenia%1$s–%2$sWybierz zakresData rozpoczęcia – data zakończeniaZapiszData rozpoczęcia %1$sDataData zakończeniaData rozpoczęciadmrDzisiaj %1$sWłącz kalendarzowy tryb wprowadzaniaKliknij, aby przełączyć się na widok kalendarzaWłącz tekstowy tryb wprowadzaniaKliknij, aby przełączyć się na widok rokuAnulujOKPokaż hasłoWyczyść tekstWsteczArkusz boczny + %d uus märguanne + %d uut märguannet + Alumise lehe ahendamineAlumise lehe laiendamineLaiendamine poolenistiLohistamispidet topeltpuudutatiLohistamispideSisestatud tähemärgid: %1$d/%2$dTähemärgipiirang on ületatud: %1$d/%2$dKustuta tekstViga: sobimatuVigaKuva rippmenüüDialoogi ikoonVahelehtValige AM või PM%1$s tundiValige tundKell %1$sMinutite valimine%1$s minutitAMAktiveerige kellaaja sisestamiseks kellarežiim.TunnidMinutPMAja valimineAktiveerige kellaaja sisestamiseks tekstisisestusrežiim.Uus märguanneMärgitudOsaliselt märgitudMärkimataÜksuse %1$s eemaldamineRohkem kui %1$d uut märguannetVaheta järgmisele kuuleVaheta eelmisele kuuleAlguskuupäeva valik: %1$s. Lõppkuupäeva valik: %2$s.Praegune valik: %1$spuudubTühistaOK%1$sValige kuupäevValitud kuupäev%1$sLõppkuupäev: %1$sSobimatu vorming.Näide: %1$sKasutage: %1$sSobimatu vahemik.Navigeerige praegusele aastale %1$dMine aastasse %1$dVahemikust väljas: %1$sAlguskuupäev – %1$s%1$s – lõppkuupäev%1$s – %2$sValige vahemikAlguskuupäev – lõppkuupäevSalvestaAlguskuupäev: %1$sKuupäevLõppkuupäevAlguskuupäevpkaTäna %1$sLülitu kalendrisisestusrežiimilePuudutage kalendrivaatele lülitumiseksLülitu tekstisisestusrežiimilePuudutage aastavaatele lülitumiseksTühistaOKParooli kuvamineTeksti kustutamineTagasiKülgmine leht + %d ta yangi bildirishnoma + %d ta yangi bildirishnoma + Quyi ekranni yigʻishQuyi ekranni kengaytirishYarmiga kengaytirishSurish dastagi ikki marta bosildiSurish dastagi%1$d/%2$d ta belgi kiritildiHarflar soni (%1$d) cheklovdan (%2$d) oshib ketdiMatnni tozalashXato: yaroqsizXatoPastga ochiluvchi menyuni ochishMuloqot ikonkasiTab : VaraqTushdan oldin yoki keyinligini tanlang%1$s soatSoatni tanlang%1$s soatDaqiqalarni tanlash%1$s daqiqaAMVaqtni kiritish uchun soat rejimiga o‘ting.SoatDaqiqaPMVaqtni tanlangVaqtni kiritish uchun matn kiritish rejimiga o‘ting.Yangi bildirishnomaBelgilanganQisman belgilanganBelgilanmaganOlib tashlash: %1$sYana %1$d dan ortiq bildirishnomaKeyingi oyga oʻzgartirishAvvalgi oyga oʻzgartirishBoshlanish sanasini tanlash: %1$s – Tugash sanasini tanlash: %2$sJoriy tanlov: %1$shech qandayBekor qilishOK%1$sSanani tanlangTanlangan sana%1$sTugash sanasi: %1$sYaroqsiz format.Masalan: %1$sIshlatish: %1$sYaroqsiz oraliq.Joriy yilga oʻtish %1$dYilga nazar solish: %1$dChegaradan tashqari: %1$sBoshlanish sanasi – %1$s%1$s – Tugash sanasi%1$s – %2$sOraliqni tanlangBoshlanishi – TugashiSaqlashBoshlanish sanasi: %1$sSanaTugash sanasiBoshlanish sanasikoyBugun %1$sTaqvim kiritish rejimiga oʻtishTaqvim shaklida koʻrish uchun bosingMatn kiritish rejimiga oʻtishYillik shaklda koʻrish uchun bosingBekor qilishOKParol ochiq tursinMatnni tozalashOrqagaYon varaq + %d nouvelle notification + %d nouvelles notifications + Réduire la bottom sheetDévelopper la bottom sheetDévelopper en entierA appuyé deux fois sur la poignée de déplacementPoignée de déplacementCaractères saisis %1$d sur %2$dNombre maximal de caractères dépassé : %1$d sur %2$dEffacer le texteErreur : Non valideErreurAfficher le menu déroulantIcône de la boîte de dialogueTabulationSélectionner le format AM ou PM%1$s heuresSélectionnez une heure%1$s hSélectionner des minutes%1$s minAMPasser en mode horloge pour la saisie de l\'heure.HeureMinutePMSélectionner l\'heurePasser en mode saisie de texte pour la saisie de l\'heure.Nouvelle notificationCochéePartiellement cochéeNon cochéeSupprimer %1$sPlus de %1$d nouvelles notificationsPasser au mois suivantPasser au mois précédentDate de début sélectionnée : %1$s – Date de fin sélectionnée : %2$sSélection actuelle : %1$saucuneAnnulerOK%1$sSélectionnez une dateDate sélectionnée%1$sDate de fin : %1$sFormat incorrect.Exemple : %1$sUtiliser %1$sPlage non valide.Accéder à l\'année en cours : %1$dAccéder à l\'année %1$dHors limite : %1$sDate de début – %1$s%1$s – Date de fin%1$s - %2$sSélectionnez une périodeDate de début – Date de finEnregistrerDate de début : %1$sDateDate de finDate de débutjmaAujourd\'hui : %1$sPasser au mode de saisie AgendaAppuyer pour passer à la vue \"Agenda\"Passer au mode de saisie TexteAppuyer pour passer à la vue \"Année\"AnnulerOKAfficher le mot de passeEffacer le texteRetourFeuille latérale + %d жаңа хабарландыру + %d жаңа хабарландыру + Төменгі парақшаны жиюТөменгі парақшаны жаюЖартылай кеңейтуСүйрейтін тетік екі рет түртілді.Сүйрейтін тетік%1$d/%2$d таңба енгізілдіТаңба саны шегінен асты: %1$d/%2$dМәтінді өшіруҚате: жарамсызҚатеАшылмалы мәзірді көрсетуДиалог белгішесіҚойынды\"AM\" немесе \"PM\" форматын таңдауСағат: %1$sСағатты таңдауСағат: %1$sМинут таңдау%1$s минутAMУақытты енгізу үшін сағат режиміне өтіңіз.СағатMинутPMУақытты таңдауУақытты енгізу үшін мәтін енгізу режиміне өтіңіз.Жаңа хабарландыруҚұсбелгі қойылды.Құсбелгі жартылай қойылды.Құсбелгі қойылмады.%1$s контентін өшіру%1$d санынан көп жаңа хабарландыруКелесі айға өтуАлдыңғы айға өтуТаңдалған басталу уақыты: %1$s – Таңдалған аяқталу уақыты: %2$sАғымдағы таңдау: %1$sешқандайБас тартуЖарайды%1$sКүнді таңдауТаңдалған күн%1$sАяқталу күні: %1$sФормат жарамсыз.Мысал: %1$s.Жарамды формат: %1$s.Ауқым жарамсыз.Қазіргі жылға өту %1$d%1$d жылына жылжуАуқымнан тыc: %1$sБасталу күні – %1$s%1$s – аяқталу күні%1$s – %2$sАралықты таңдауБасталу күні – аяқталу күніСақтауБасталу күні: %1$sКүніАяқталу күніБасталу күнікажБүгін %1$sКүнтізбенің енгізу режиміне ауысуКүнтізбе бойынша көрсету үшін түртіңіз.Мәтін енгізу режиміне ауысуЖыл бойынша көрсету үшін түртіңіз.Бас тартуЖарайдыҚұпия сөзді көрсетуМәтінді өшіруАртқаБүйірлік парақ + %d notificació nova + %d notificacions noves + Replega el full inferiorDesplega el full inferiorDesplega fins a la meitatHas fet doble toc a l\'ansa per arrossegarAnsa per arrossegarCaràcters introduïts: %1$d de %2$dS\'ha superat el límit de caràcters (%1$d de %2$d)Esborra el textError: no vàlidErrorMostra el menú desplegableIcona del quadre de diàlegTabuladorSelecciona a. m. o p. m.%1$s horesSeleccioneu l\'hora%1$s en puntSelecciona els minuts%1$s minutsa. m.Canvia al mode de rellotge per introduir l\'hora.HoraMinutp. m.Selecció de l\'horaCanvia al mode d\'introducció de text per introduir l\'hora.Notificació novaMarcatMarcat parcialmentDesmarcatSuprimeix %1$sMés de %1$d notificacions novesCanvia al mes següentCanvia al mes anteriorSelecció de la data d\'inici: %1$s – Selecció de la data de finalització: %2$sSelecció actual: %1$scapCancel·laD’acord%1$sSelecciona una dataData seleccionada%1$sData de finalització: %1$sEl format no és vàlid.Exemple: %1$sUtilitza: %1$sL\'interval no és vàlid.Navega fins a l\'any actual %1$dCanvia a l\'any %1$dLa data està fora de l\'interval: %1$sData d\'inici - %1$s%1$s - data de finalització%1$s - %2$sSelecciona un intervalData d\'inici - data de finalitzacióDesaData d\'inici: %1$sDataData de finalitzacióData d\'inicidmaAvui, dia %1$sCanvia al mode d\'introducció de dades del calendariToca per canviar a la visualització de calendariCanvia al mode d\'introducció de textToca per canviar a la visualització d\'anyCancel·laD’acordMostra la contrasenyaEsborra el textEnrerePanell lateral@android:color/system_neutral1_1000@android:color/system_neutral1_900@android:color/system_neutral1_0@android:color/system_neutral1_800@android:color/system_neutral1_700@android:color/system_neutral1_600@android:color/system_neutral1_500@android:color/system_neutral1_400@android:color/system_neutral1_300@android:color/system_neutral1_200@android:color/system_neutral1_100@android:color/system_neutral1_50@android:color/system_neutral1_10@android:color/system_neutral2_1000@android:color/system_neutral2_900@android:color/system_neutral2_0@android:color/system_neutral2_800@android:color/system_neutral2_700@android:color/system_neutral2_600@android:color/system_neutral2_500@android:color/system_neutral2_400@android:color/system_neutral2_300@android:color/system_neutral2_200@android:color/system_neutral2_100@android:color/system_neutral2_50@android:color/system_neutral2_10@android:color/system_accent1_1000@android:color/system_accent1_900@android:color/system_accent1_0@android:color/system_accent1_800@android:color/system_accent1_700@android:color/system_accent1_600@android:color/system_accent1_500@android:color/system_accent1_400@android:color/system_accent1_300@android:color/system_accent1_200@android:color/system_accent1_100@android:color/system_accent1_50@android:color/system_accent1_10@android:color/system_accent2_1000@android:color/system_accent2_900@android:color/system_accent2_0@android:color/system_accent2_800@android:color/system_accent2_700@android:color/system_accent2_600@android:color/system_accent2_500@android:color/system_accent2_400@android:color/system_accent2_300@android:color/system_accent2_200@android:color/system_accent2_100@android:color/system_accent2_50@android:color/system_accent2_10@android:color/system_accent3_1000@android:color/system_accent3_900@android:color/system_accent3_0@android:color/system_accent3_800@android:color/system_accent3_700@android:color/system_accent3_600@android:color/system_accent3_500@android:color/system_accent3_400@android:color/system_accent3_300@android:color/system_accent3_200@android:color/system_accent3_100@android:color/system_accent3_50@android:color/system_accent3_10@color/m3_ref_palette_dynamic_neutral_variant6@color/m3_ref_palette_dynamic_neutral20@color/m3_ref_palette_dynamic_primary40@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_primary20@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_secondary20@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_neutral_variant80@color/m3_ref_palette_dynamic_tertiary20@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_neutral_variant60@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_primary30@color/m3_ref_palette_dynamic_secondary80@color/m3_ref_palette_dynamic_secondary30@color/m3_ref_palette_dynamic_neutral_variant6@color/m3_ref_palette_dynamic_neutral_variant24@color/m3_ref_palette_dynamic_neutral_variant12@color/m3_ref_palette_dynamic_neutral_variant17@color/m3_ref_palette_dynamic_neutral_variant22@color/m3_ref_palette_dynamic_neutral_variant10@color/m3_ref_palette_dynamic_neutral_variant4@color/m3_ref_palette_dynamic_neutral_variant6@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_tertiary80@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_neutral_variant98@color/m3_ref_palette_dynamic_neutral95@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_neutral20@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_primary100@color/m3_ref_palette_dynamic_primary10@color/m3_ref_palette_dynamic_secondary100@color/m3_ref_palette_dynamic_secondary10@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_tertiary100@color/m3_ref_palette_dynamic_tertiary10@color/m3_ref_palette_dynamic_neutral_variant50@color/m3_ref_palette_dynamic_neutral_variant80@color/m3_ref_palette_dynamic_primary40@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_secondary40@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_neutral_variant98@color/m3_ref_palette_dynamic_neutral_variant98@color/m3_ref_palette_dynamic_neutral_variant94@color/m3_ref_palette_dynamic_neutral_variant92@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_neutral_variant96@color/m3_ref_palette_dynamic_neutral_variant100@color/m3_ref_palette_dynamic_neutral_variant87@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_tertiary40@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_primary10@color/m3_ref_palette_dynamic_primary30@color/m3_ref_palette_dynamic_secondary10@color/m3_ref_palette_dynamic_secondary30@color/m3_ref_palette_dynamic_tertiary10@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_secondary80@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_tertiary80@color/m3_sys_color_dark_error@color/m3_sys_color_dark_error_container@color/m3_sys_color_dark_on_error@color/m3_sys_color_dark_on_error_container@color/m3_sys_color_light_error@color/m3_sys_color_light_error_container@color/m3_sys_color_light_on_error@color/m3_sys_color_light_on_error_container@color/m3_ref_palette_dynamic_neutral0@color/m3_ref_palette_dynamic_neutral10@color/m3_ref_palette_dynamic_neutral100@color/m3_ref_palette_dynamic_neutral20@color/m3_ref_palette_dynamic_neutral30@color/m3_ref_palette_dynamic_neutral40@color/m3_ref_palette_dynamic_neutral50@color/m3_ref_palette_dynamic_neutral60@color/m3_ref_palette_dynamic_neutral70@color/m3_ref_palette_dynamic_neutral80@color/m3_ref_palette_dynamic_neutral90@color/m3_ref_palette_dynamic_neutral95@color/m3_ref_palette_dynamic_neutral99@color/m3_ref_palette_dynamic_neutral_variant0@color/m3_ref_palette_dynamic_neutral_variant10@color/m3_ref_palette_dynamic_neutral_variant100@color/m3_ref_palette_dynamic_neutral_variant20@color/m3_ref_palette_dynamic_neutral_variant30@color/m3_ref_palette_dynamic_neutral_variant40@color/m3_ref_palette_dynamic_neutral_variant50@color/m3_ref_palette_dynamic_neutral_variant60@color/m3_ref_palette_dynamic_neutral_variant70@color/m3_ref_palette_dynamic_neutral_variant80@color/m3_ref_palette_dynamic_neutral_variant90@color/m3_ref_palette_dynamic_neutral_variant95@color/m3_ref_palette_dynamic_neutral_variant99@color/m3_ref_palette_dynamic_primary0@color/m3_ref_palette_dynamic_primary10@color/m3_ref_palette_dynamic_primary100@color/m3_ref_palette_dynamic_primary20@color/m3_ref_palette_dynamic_primary30@color/m3_ref_palette_dynamic_primary40@color/m3_ref_palette_dynamic_primary50@color/m3_ref_palette_dynamic_primary60@color/m3_ref_palette_dynamic_primary70@color/m3_ref_palette_dynamic_primary80@color/m3_ref_palette_dynamic_primary90@color/m3_ref_palette_dynamic_primary95@color/m3_ref_palette_dynamic_primary99@color/m3_ref_palette_dynamic_secondary0@color/m3_ref_palette_dynamic_secondary10@color/m3_ref_palette_dynamic_secondary100@color/m3_ref_palette_dynamic_secondary20@color/m3_ref_palette_dynamic_secondary30@color/m3_ref_palette_dynamic_secondary40@color/m3_ref_palette_dynamic_secondary50@color/m3_ref_palette_dynamic_secondary60@color/m3_ref_palette_dynamic_secondary70@color/m3_ref_palette_dynamic_secondary80@color/m3_ref_palette_dynamic_secondary90@color/m3_ref_palette_dynamic_secondary95@color/m3_ref_palette_dynamic_secondary99@color/m3_ref_palette_dynamic_tertiary0@color/m3_ref_palette_dynamic_tertiary10@color/m3_ref_palette_dynamic_tertiary100@color/m3_ref_palette_dynamic_tertiary20@color/m3_ref_palette_dynamic_tertiary30@color/m3_ref_palette_dynamic_tertiary40@color/m3_ref_palette_dynamic_tertiary50@color/m3_ref_palette_dynamic_tertiary60@color/m3_ref_palette_dynamic_tertiary70@color/m3_ref_palette_dynamic_tertiary80@color/m3_ref_palette_dynamic_tertiary90@color/m3_ref_palette_dynamic_tertiary95@color/m3_ref_palette_dynamic_tertiary99 + %d bagong notification + %d na bagong notification + I-collapse ang bottom sheetI-expand ang bottom sheetI-expand hanggang gitnaNa-double tap ang handle sa pag-dragI-drag ang handleMga character na nailagay %1$d sa %2$dLumampas sa limitasyon sa bilang ng character %1$d sa %2$dI-clear ang textError: invalidErrorIpakita ang dropdown na menuIcon ng DialogTabPiliin ang AM o PM%1$s (na) orasPumili ng oras%1$s o\'clockPumili ng mga minuto%1$s (na) minutoAMLumipat sa mode ng orasan para sa input na oras.OrasMinutoPMPumili ng orasLumipat sa pamamaraan ng pag-input ng text para sa input na oras.Bagong notificationMay checkBahagyang may checkWalang checkAlisin ang %1$sMahigit %1$d (na) bagong notificationLumipat sa susunod na buwanLumipat sa nakaraang buwanNapiling petsa ng pagsisimula: %1$s – Napiling petsa ng pagtatapos: %2$sKasalukuyang seleksyon: %1$swalaKanselahinOK%1$sPumili ng PetsaPiniling petsa%1$sPetsa ng pagtatapos %1$sInvalid na format.Halimbawa: %1$sGamitin: %1$sInvalid na hanay.Mag-navigate sa kasalukuyang taon %1$dMag-navigate patungo sa taong %1$dWala sa sakop: %1$sPetsa ng pagsisimula – %1$s%1$s – Petsa ng pagtatapos%1$s – %2$sPumili ng RangePetsa ng pagsisimula – Petsa ng pagtataposI-savePetsa ng pagsisimula %1$sPetsaPetsa ng pagtataposPetsa ng pagsisimuladmyNgayon %1$sLumipat sa pamamaraan ng pag-input ng kalendaryoI-tap para lumipat sa view ng KalendaryoLumipat sa pamamaraan ng pag-input ng textI-tap para lumipat sa view ng taonKanselahinOKIpakita ang passwordI-clear ang textBumalikSide Sheet + %d new notification + %d new notifications + Collapse the bottom sheetExpand the bottom sheetExpand halfwayDrag handle double-tappedDrag handleCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$dClear textError: InvalidErrorShow drop-down menuDialogue IconTabSelect a.m. or p.m.%1$s hoursSelect hour%1$s o\'clockSelect minutes%1$s minutesAMSwitch to clock mode for the time input.HourMinutePMSelect timeSwitch to text input mode for the time input.New notificationTickedPartially tickedNot tickedRemove %1$sMore than %1$d new notificationsChange to next monthChange to previous monthStart date selection: %1$s – end date selection: %2$sCurrent selection: %1$snoneCancelOK%1$sSelect dateSelected date%1$sEnd date %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to current year %1$dNavigate to year %1$dOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect rangeStart date – End dateSaveStart date %1$sDateEnd dateStart datedmyToday %1$sSwitch to calendar input modeTap to switch to calendar viewSwitch to text input modeTap to switch to year viewCancelOKShow passwordClear textBackSide sheet + %d izaziso ezintsha + %d izaziso ezintsha + Goqa ishidi eliphansiNweba ishidi eliphansiNweba phakathiHudula isibambi esithephwe kabiliHudula isibambiIzinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$dUmkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$dSula umbhaloIphutha: okungavumelekileIphuthaBonisa imenyu yokudonsela phansiIsithonjana sebhokisiIthebhuKhetha u-AM noma u-PMamahora angu-%1$sKhetha ihora%1$s ezimpondweniKhetha amaminithiamaminithi angu-%1$sAMShintshela kumodi yewashi ngokufakwa kwesikhathi.IhoraIminithiPMKhetha isikhathiShintshela kumodi yokufaka umbhalo ngokufaka isikhathi.Isaziso esishaKumakiweKumakwe kancaneAkumakiweSusa i-%1$sIzaziso ezintsha ezingaphezu kokungu-%1$dShintshela kunyanga elandelayoShintshela kunyanga edluleUkukhethwa kosuku lokuqala: %1$s – Ukukhethwa kosuku lokuphela: %2$sUkukhetha kwamanje: %1$sluthoKhanselaKULUNGILE%1$sKhetha IdethiKhetha idethi%1$sIlanga lokuphela %1$sIfomethi engavumelekile.Isibonelo: %1$sSebenzisa: %1$sIbanga elingavumelekile.Funa onyakeni wamanje %1$dZulela onyakeni %1$dIkude kubanga: %1$sIdethi yokuqala – %1$s%1$s – Idethi yokuphela%1$s – %2$sKhetha IbangaIdethi yokuqala – Idethi yokuphelaLondolozaIlanga lokuqala %1$sIdethiIdethi yokuphelaIdethi yokuqaladmyNamuhla %1$sShintshela kwimodi yokufaka yekhalendaThepha ukuze ushintshele ekubukeni KwekhalendaShintshela kwimodi yokufaka yombhaloThepha ukuze ushintshele ekubukeni konyakaKhanselaKULUNGILEBonisa iphasiwediSula umbhaloEmuvaIshidi Eliseceleni4dp18dp40dp2dp2dp40dp20dp128dp4dp + %d ново обавештење + %d нова обавештења + %d нових обавештења + Скупите доњу табелуПроширите доњу табелуПроширите до полаИдентификатор за превлачење је двапут додирнутРучица за превлачењеУнети знакови: %1$d од %2$dПрекорачено је ограничење броја знакова: %1$d од %2$dОбриши текстГрешка: неважећеГрешкаПрикажи падајући мениИкона дијалогаКартицаИзаберите пре подне или по подне%1$s сИзаберите сат%1$s сИзаберите минуте%1$s минAMПређите у режим сата ради уноса времена.СатМинутPMИзаберите времеПређите у режим уноса текста ради уноса времена.Ново обавештењеОзначеноДелимично означеноНије означеноУклоните %1$sНових обавештења: више од %1$dПређите на следећи месецПређите на претходни месецИзбор датума почетка: %1$s – Избор датума завршетка: %2$sАктуелни избор: %1$sништаОткажиПотврди%1$sИзаберите датумИзабрани датум%1$sДатум завршетка %1$sФормат је неважећи.Пример: %1$sКористите: %1$sНеважећи период.Идите на актуелну годину %1$dИдите на годину %1$dИзван периода: %1$sДатум почетка – %1$s%1$s – Датум завршетка%1$s–%2$sИзаберите периодДатум почетка – Датум завршеткаСачувајДатум почетка %1$sДатумДатум завршеткаДатум почеткадмгДанас %1$sПређите на режим уноса у КалендаруДодирните да бисте прешли на приказ календараПређите на режим уноса текстаДодирните да бисте прешли на приказ годинеОткажиПотврдиПрикажи лозинкуОбриши текстНазадБочна табела8dp + %d አዲስ ማሳወቂያዎች + %d አዲስ ማሳወቂያዎች + የግርጌ ሉሁን ይሰብስቡየግርጌ ሉሁን ይዘርጉግማሽ መንገድ ዘርጋመያዣ ይጎትቱ ሁለቴ መታ ተደርጓልመያዣ ይጎትቱቁምፊዎች %1$d ከ%2$d ገብተዋልየቁምፊ ገደብ %1$d ከ%2$d አልፏልጽሑፍን አጽዳስህተት፦ ልክ ያልሆነስህተትተቆልቋይ ምናሌን አሳይየንግግር አዶትርAM ወይም PM ይምረጡ%1$s ሰዓታትሰዓትን ይምረጡ%1$s ሰዓትደቂቃዎችን ይምረጡ%1$s ደቂቃዎችጥዋትለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር።ሰዓትደቂቃከሰዓትጊዜ ምረጥለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር።አዲስ ማሳወቂያምልክት ተደርጎበታልበከፊል ምልክት ተደርጎበታልምልክት አልተደረገበትም%1$sን አስወግድከ%1$d በላይ አዲስ ማሳወቂያዎችወደ የሚቀጥለው ወር ቀይርወደ ቀዳሚው ወር ቀይርየመጀመሪያ ቀን ምርጫ፦ %1$s – የማብቂያ ቀን ምርጫ፦ %2$sየአሁኑ ምርጫ፦ %1$sምንምይቅርእሺ%1$sቀን ይምረጡየተመረጠው ቀን%1$sየማብቂያ ቀን %1$sልክ ያልሆነ ቅርጸትምሳሌ፦ %1$s%1$s ን ይጠቀሙልክ ያልኾነ ክልል።ወደ የአሁኑ ዓመት %1$d አስስወደ ዓመት %1$d አሰስከክልል ውጭ፦ %1$sመጀመሪያ ቀን – %1$s%1$s – መጨረሻ ቀን%1$s – %2$sክልል ይምረጡየመጀመሪያ ቀን – የመጨረሻ ቀንአስቀምጥየመጀመሪያ ቀን %1$sቀንየማብቂያ ቀንመጀመሪያ ቀንዛሬ %1$sወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይርወደ የቀን መቁጠሪያ ዕይታ ለመቀየር መታ ያድርጉወደ ጽሁፍ ግቤት ሁነታ ቀይርወደ የዓመት ዕይታ ለመቀየር መታ ያድርጉይቅርእሺየይለፍ ቃል አሳይጽሁፍን አጽዳተመለስየጎን ሉህ + %d yeni bildirim + %d yeni bildirim + Alt sayfayı daraltAlt sayfayı genişletYarım genişletSürükleme tutamacına iki kez dokunulduSürükleme tutamacıGirilen karakter: %1$d / %2$dKarakter sınırı aşıldı %1$d / %2$dMetni temizleHata: geçersizHataAçılır menüyü gösterİletişim kutusu simgesiSekmeÖÖ veya ÖS\'yi seçin%1$s saatSaat seçinSaat %1$sDakikayı seçin%1$s dakikaAMZaman girişi için saat moduna geçin.SaatDakikaPMZamanı seçinZaman girişi için metin girişi moduna geçin.Yeni bildirimİşaretlendiKısmi olarak işaretlendiİşaretlenmedi%1$s içeriğini kaldır%1$d adetten fazla yeni bildirimSonraki aya değiştirÖnceki aya değiştirBaşlangıç tarihi seçimi: %1$s – Bitiş tarihi seçimi: %2$sGeçerli seçim: %1$syokİptalTamam%1$sTarih SeçinSeçilen tarih%1$sBitiş tarihi: %1$sGeçersiz biçim.Örnek: %1$sTarih biçimi: %1$sGeçersiz aralık.Geçerli yıla (%1$d) git%1$d yılına gitİzin verilen aralığın dışında: %1$sBaşlangıç tarihi – %1$s%1$s – Bitiş tarihi%1$s-%2$sAralık SeçinBaşlangıç tarihi - Bitiş tarihiKaydetBaşlangıç tarihi: %1$sTarihBitiş tarihiBaşlangıç tarihigayBugün, %1$sTakvim giriş moduna geçTakvim görünümüne geçmek için dokununMetin giriş moduna geçYıl görünümüne geçmek için dokununİptalTamamŞifreyi gösterMetni temizleGeriYan Sayfa + %d új értesítés + %d új értesítés + Az alsó lap összecsukásaAz alsó lap kibontásaKibontás féligDuplán koppintott a csúszkáraCsúszkaBegépelt karakterszám: %2$d/%1$dMaximális karakterszám túllépve: %2$d/%1$dSzöveg törléseHiba: érvénytelenHibaLegördülő menü megjelenítésePárbeszédpanel ikonjaLapVálassza ki, hogy délelőtt vagy délután%1$s óraÓra kiválasztása%1$s óraPerc kiválasztása%1$s percde.Időbevitelhez váltson óramódba.ÓraPercdu.Időpont kiválasztásaIdőbevitelhez váltson szövegbeviteli módba.Új értesítésBejelölveRészlegesen bejelölveNincs bejelölveEltávolítás (%1$s)Több mint %1$d új értesítésVáltás a következő hónapraVáltás az előző hónapraKiválasztott kezdő dátum: %1$s – Kiválasztott befejező dátum: %2$sJelenleg kiválasztva: %1$segyik semMégseOK%1$sVálasszon dátumotKiválasztott dátum%1$sBefejezés dátuma: %1$sÉrvénytelen formátum.Példa: %1$sHasználja ezt: %1$sÉrvénytelen tartomány.Ugrás az aktuális évre %1$dUgrás ehhez az évhez: %1$dTartományon kívül: %1$sKezdés dátuma – %1$s%1$s – Befejezés dátuma%1$s – %2$sVálasszon dátumtartománytKezdés dátuma – Befejezés dátumaMentésKezdés dátuma: %1$sDátumBefejezés dátumaKezdés dátumaNHÉMa %1$sVáltás naptárbeviteli módraKoppintson a naptárnézetre való váltáshozVáltás szövegbeviteli módraKoppintson az éves nézetre való váltáshozMégseOKJelszó megjelenítéseSzöveg törléseVisszaOldalsáv + %d jaunu paziņojumu + %d jauns paziņojums + %d jauni paziņojumi + Sakļaut ekrāna apakšdaļas lapuIzvērst ekrāna apakšdaļas lapuIzvērst līdz puseiTika veikts dubultskāriens uz vilkšanas turaVilkšanas turisIevadītās rakstzīmes: %1$d no %2$dPārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)Notīrīt tekstuKļūda: nederīgaKļūdaRādīt nolaižamo izvēlniDialoglodziņa ikonaCilneAtlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).%1$s stundasAtlasiet stunduplkst. %1$sAtlasiet minūtes.%1$s minAMLai ievadītu laiku, ieslēdziet pulksteņa režīmu.StundaMinūtePMLaika atlasīšanaLai ievadītu laiku, ieslēdziet teksta ievades režīmu.Jauns paziņojumsAtzīmētaDaļēji atzīmētaNav atzīmētaNoņemt: %1$sVairāk nekā %1$d jauni paziņojumiPāriet uz nākamo mēnesiPāriet uz iepriekšējo mēnesiSākuma datuma atlase: %1$s; beigu datuma atlase: %2$sPašreizējā atlase: %1$snavAtceltLabi%1$sAtlasiet datumuAtlasītais datums%1$sBeigu datums: %1$sNederīgs formāts.Piemērs: %1$sIzmantojiet: %1$sNederīgs diapazons.Pāriet uz pašreizējo gadu (%1$d)Pāriet uz šo gadu: %1$dĀrpus diapazona: %1$sSākuma datums–%1$s%1$s–beigu datums%1$s–%2$sAtlasiet diapazonuSākuma datums–beigu datumsSaglabātSākuma datums: %1$sDatumsBeigu datumsSākuma datumsdmgŠodien (%1$s)Pārslēgties uz kalendāra ievades režīmuPieskarieties, lai pārslēgtos uz Kalendāra skatuPārslēgties uz teksta ievades režīmuPieskarieties, lai pārslēgtos uz gada skatuAtceltLabiRādīt paroliNotīrīt tekstuAtpakaļSānu lapa + %d novo obvestilo + %d novi obvestili + %d nova obvestila + %d novih obvestil + Strnitev razdelka na dnu zaslonaRazširitev razdelka na dnu zaslonaRazširjanje na pol višineDvakrat dotaknjena ročica za vlečenjeRočica za vlečenjeŠtevilo vnesenih znakov je %1$d od %2$dOmejitev števila znakov je presegla %1$d od %2$dIzbris besedilaNapaka: NeveljavnoNapakaPrikaz spustnega menijaIkona pogovornega oknaZavihekIzberite dopoldanski ali popoldanski čas.%1$s hIzberite uro%1$sIzberite minute%1$s mindop.Preklopite na način ure, da vnesete čas.UraMinutapop.Izberite uroPreklopite na način za vnašanje besedila, da vnesete čas.Novo obvestiloPotrjenoDelno potrjenoNepotrjenoOdstranite %1$sVeč kot toliko novih obvestil: %1$dSpremeni na naslednji mesecSpremeni na prejšnji mesecIzbira začetnega datuma: %1$s – Izbira končnega datuma: %2$sTrenutna izbira: %1$sbrezPrekličiV redu%1$sIzberite datumIzbrani datum%1$sKončni datum %1$sNeveljavna oblika.Primer: %1$sUporabite: %1$sNeveljaven razpon.Pomik na trenutno leto %1$dPomik na leto %1$dZunaj razpona: %1$sZačetni datum–%1$s%1$s–končni datum%1$s–%2$sIzberite obsegZačetni datum–končni datumShraniZačetni datum %1$sDatumKončni datumZačetni datumdmlDanes %1$sPreklop na način vnosa v koledarDotaknite se za preklop na pogled koledarjaPreklop na način vnosa besedilaDotaknite se za preklop na pogled letaPrekličiV reduPrikaz geslaPočisti besediloNazajStranski list + %d новае апавяшчэнне + %d новыя апавяшчэнні + %d новых апавяшчэнняў + %d новага апавяшчэння + Згарнуць ніжні аркушРазгарнуць ніжні аркушРазгарнуць напаловуМаркер перацягвання націснуты двойчыМаркер перацягванняУведзена сімвалаў: %1$d з %2$dАбмежаванне колькасці сімвалаў перавышана: %1$d з %2$dАчысціць тэкстПамылка: недапушчальнае значэннеПамылкаПаказаць выпадное менюЗначок дыялогавага акнаУкладкаВыберыце AM (да паўдня) або PM (пасля паўдня)%1$s гадзВыберыце гадзіну%1$s гадзВыберыце хвіліны%1$s хвAMПераключыцца на рэжым гадзінніка пры ўводзе часу.ГадзінаХвілінаPMВыберыце часПераключыцца на рэжым тэксту пры ўводзе часу.Новае апавяшчэннеВыбранаВыбрана частковаНе выбранаВыдаліць %1$sКолькасць новых апавяшчэнняў перавысіла %1$dПерайсці да наступнага месяцаПерайсці да папярэдняга месяцаВыбраная дата пачатку: %1$s, выбраная дата заканчэння: %2$sБягучае вылучэнне: %1$sне выбранаСкасавацьОК%1$sВыберыце датуВыбраная дата%1$sДата заканчэння: %1$sНяправільны фармат.Прыклад: %1$sНеабходны фармат: %1$sНяправільны дыяпазон.Перайсці да бягучага года %1$dПерайсці ў %1$d годПа-за межамі дыяпазону: %1$sДата пачатку – %1$s%1$s – дата заканчэння%1$s – %2$sВыберыце дыяпазон датДата пачатку – дата заканчэнняЗахавацьДата пачатку: %1$sДатаДата заканчэнняДата пачаткудмгСёння %1$sПераключыцца ў рэжым уводу \"Каляндар\"Націсніце, каб пераключыцца на прагляд календараПераключыцца ў рэжым уводу \"Тэкст\"Націсніце, каб пераключыцца на агляд годаСкасавацьОКПаказаць парольАчысціць тэкстНазадБакавая панэль + %d naujas pranešimas + %d nauji pranešimai + %d naujo pranešimo + %d naujų pranešimų + Sutraukti apatinį lapąIšskleisti apatinį lapąIšskleisti iki pusėsVilkimo rankenėlė dukart paliestaVilkimo rankenėlėĮvesta simbolių: %1$d iš %2$dViršytas simbolių skaičius: %1$d iš %2$dIšvalyti tekstąKlaida: netinkamaKlaidaRodyti išskleidžiamąjį meniuDialogo lango piktogramaSkirtukasPasirinkite „iki pietų“ arba „po pietų“%1$s val.Pasirinkite valandą%1$s val.Pasirinkite minutes%1$s min.AMLaiko įvestį pateikti perjungus į laikrodžio režimą.ValandaMinutėPMPasirinkite laikąLaiko įvestį pateikti perjungus į teksto įvesties režimą.Naujas pranešimasPažymėtaIš dalies pažymėtaNepažymėtaPašalinti %1$sNaujų pranešimų: daugiau nei %1$dPakeisti į kitą mėnesįPakeisti į ankstesnį mėnesįPradžios datos pasirinkimas: %1$s – Pabaigos datos pasirinkimas: %2$sDabartinis pasirinkimas: %1$snėraAtšauktiGerai%1$sPasirinkite datąPasirinkta data%1$sPabaigos data %1$sNetinkamas formatas.Pavyzdys: %1$sNaudoti: %1$sNetinkamas diapazonas.Eiti į dabartinius metus %1$dEiti į %1$d metusNepatenka į diapazoną: %1$sPradžios data–%1$s%1$s–pabaigos data%1$s–%2$sPasirinkite diapazonąPradžios data–pabaigos dataIšsaugotiPradžios data %1$sDataPabaigos dataPradžios datadmyŠiandien %1$sPerjungti į kalendoriaus įvesties režimąPalieskite, kad perjungtumėte į Kalendoriaus rodinįPerjungti į teksto įvesties režimąPalieskite, kad perjungtumėte į metų rodinįAtšauktiGeraiRodyti slaptažodįIšvalyti tekstąAtgalŠoninis lapas + %d nuwe kennisgewing + %d nuwe kennisgewings + Vou die onderste blad inVou die onderste blad uitVou halfpad uitHet op sleephandvatsel gedubbeltikSleephandvatselKarakters ingevoer: %1$d van %2$dKarakterlimiet oorskry %1$d van %2$dVee teks uitFout: ongeldigFoutWys aftrekkieslysDialoogikoonOortjieKies vm. of nm.%1$s uurKies uur%1$s-uurKies minute%1$s minuteVM.Skakel oor na horlosiemodus vir die tydinvoer.UurMinuutNM.Kies tydSkakel oor na teksmodus vir die tydinvoer.Nuwe kennisgewingGemerkGedeeltelik gemerkNie gemerk nieVerwyder %1$sMeer as %1$d nuwe kennisgewingsVerander na volgende maandVerander na vorige maandKeuse van begindatum: %1$s – Keuse van einddatum: %2$sHuidige keuse: %1$sgeenKanselleerOK%1$sKies datumGekose datum%1$sEinddatum %1$sOngeldige formaat.Voorbeeld: %1$sGebruik: %1$sOngeldige reeks.Gaan na huidige jaar %1$dGaan na jaar %1$dBuite reeks: %1$sBegindatum – %1$s%1$s – Einddatum%1$s-%2$sKies datumreeksBegindatum – EinddatumStoorBegindatum %1$sDatumEinddatumBegindatumdmjVandag %1$sSkakel oor na kalenderinvoermodusTik om na kalenderaansig oor te skakelSkakel oor na teksinvoermodusTik om na jaaraansig oor te skakelKanselleerOKWys wagwoordVee teks uitTerugKantblad + %d notificación nueva + %d notificaciones nuevas + Contraer la hoja inferiorExpandir la hoja inferiorExpandir hasta la mitadEl control de arrastre se presionó dos vecesControlador de arrastreCaracteres ingresados: %1$d de %2$dSe excedió en %1$d el límite de caracteres de %2$dBorrar textoError: No válidoErrorMostrar menú desplegableÍcono de diálogoPestañaSelecciona a.m. o p.m.%1$s horasSeleccione la hora.%1$s en puntoSeleccionar minutos%1$s minutosa.m.Cambia al modo de reloj para ingresar la hora.HoraMinutop.m.Selecciona una horaCambia al modo de entrada de texto para ingresar la hora.Notificación nuevaMarcadaVerificado parcialmenteSin marcarQuitar %1$sMás de %1$d notificaciones nuevasCambiar al mes siguienteCambiar al mes anteriorSelección de fecha de inicio: %1$s – Selección de fecha de finalización: %2$sSelección actual: %1$snadaCancelarAceptar%1$sSelecciona una fechaFecha seleccionada%1$sFecha de finalización: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año actual (%1$d)Navegar al año %1$dFuera de rango: %1$sFecha de inicio - %1$s%1$s - fecha de finalización%1$s-%2$sSelecciona un períodoFecha de inicio - fecha de finalizaciónGuardarFecha de inicio: %1$sFechaFecha de finalizaciónFecha de iniciodmaHoy, %1$sCambiar al modo de entrada de calendarioPresiona para cambiar a la vista de CalendarioCambiar al modo de entrada de textoPresiona para cambiar a la vista de añoCancelarAceptarMostrar contraseñaBorrar textoAtrásHoja lateral + %d thông báo mới + %d thông báo mới + Thu gọn bảng dưới cùngMở rộng bảng dưới cùngMở rộng một nửaĐã nhấn đúp nút kéoNút kéoĐã nhập %1$d trong số %2$d ký tựĐã vượt quá giới hạn ký tự %1$d/%2$dXóa văn bảnLỗi: không hợp lệLỗiHiển thị menu thả xuốngBiểu tượng hộp thoạiThẻChọn SA hoặc CH%1$s giờChọn giờ%1$s giờChọn phút%1$s phútSAChuyển sang chế độ đồng hồ để nhập thời gian.GiờPhútCHChọn thời gianChuyển sang chế độ nhập văn bản để nhập thời gian.Thông báo mớiĐã đánh dấuĐã đánh dấu một phầnChưa đánh dấuXóa %1$sHơn %1$d thông báo mớiChuyển sang tháng tiếp theoChuyển về tháng trướcNgày bắt đầu được chọn: %1$s – Ngày kết thúc được chọn: %2$sLựa chọn hiện tại: %1$skhông cóHủyOK%1$sChọn ngàyNgày đã chọn%1$sNgày kết thúc %1$sĐịnh dạng không hợp lệ.Ví dụ: %1$sSử dụng: %1$sPhạm vi không hợp lệ.Chuyển đến năm hiện tại %1$dChuyển tới năm %1$dNằm ngoài phạm vi: %1$sNgày bắt đầu – %1$s%1$s – Ngày kết thúc%1$s – %2$sChọn dải ôNgày bắt đầu – Ngày kết thúcLưuNgày bắt đầu %1$sNgàyNgày kết thúcNgày bắt đầudmyHôm nay %1$sChuyển sang chế độ nhập lịchNhấn để chuyển sang chế độ xem theo lịchChuyển sang chế độ nhập văn bảnNhấn để chuyển sang chế độ xem theo nămHuỷOKHiện mật khẩuXoá văn bảnQuay lạiTrang bên + %d ново известување + %d нови известувања + Соберете го долниот листПроширете го долниот листПрошири до половинаРачката за влечење е допрена двапатиРачка за влечењеВнесени се %1$d од %2$d знациОграничувањето на знаците надмина %1$d од %2$dИзбриши го текстотГрешка: неважечкоГрешкаПрикажи паѓачко мениИкона за дијалогКартичкаИзберете претпладне или попладне%1$s часаИзберете час%1$s часотИзбери минути%1$s минутипр.Префрлете се на режимот за часовник за да внесете време.ЧасМинутапо.Изберете времеПрефрлете се на режимот за внесување текст за да внесете време.Ново известувањеШтиклираноДелумно штиклираноНе е штиклираноОтстрани %1$sНад %1$d нови известувањаПромени на следниот месецПромени на претходниот месецИзбор на датум на започнување: %1$s – Избор на датум на завршување: %2$sТековен избор: %1$sнемаОткажиВо ред%1$sИзберете датумИзбран датум%1$sКраен датум %1$sНеважечки формат.Пример: %1$sКористете: %1$sПогрешен опсег.Одете на тековната година: %1$dОди на %1$d годинаНадвор од опсег: %1$sПочетен датум - %1$s%1$s - краен датум%1$s - %2$sИзберете опсегПочетен датум - краен датумЗачувајПочетен датум %1$sДатумКраен датумПочетен датумдмгДенес: %1$sПрефрли на режим за внесување во календаротДопрете за да се префрлите на приказ на „Календар“Префрли на режим за внесување текстДопрете за да се префрлите на приказ на годинаОткажиВо редПрикажи ја лозинкатаБришење на текстотВраќање назадСтраничен лист + %d neue Benachrichtigung + %d neue Benachrichtigungen + Ansicht am unteren Rand minimierenAnsicht am unteren Rand maximierenZur Hälfte maximierenAuf Ziehpunkt doppelt getipptZiehpunktEingegebene Zeichen: %1$d von %2$dZeichenbeschränkung überschritten: %1$d/%2$dText löschenFehler: ungültigFehlerDrop-down-Menü anzeigenDialogfeldsymbolTabVormittags oder Nachmittags auswählen%1$s StundenStunde auswählen%1$s UhrMinuten auswählen%1$s MinutenAMIn den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben.StundeMinutePMUhrzeit auswählenIn den Texteingabemodus wechseln, um die Uhrzeit einzugeben.Neue BenachrichtigungAktiviertTeilweise aktiviertNicht aktiviert%1$s entfernenMehr als %1$d neue BenachrichtigungenZum nächsten Monat wechselnZum vorherigen Monat wechselnAusgewähltes Startdatum: %1$s – Ausgewähltes Enddatum: %2$sAktuelle Auswahl: %1$sKeinesAbbrechenOK%1$sDatum auswählenAusgewähltes Datum%1$sEnddatum %1$sUngültiges Format.Beispiel: %1$sFormat: %1$sUngültiger Bereich.Zum aktuellen Jahr %1$d wechselnZum Jahr %1$d wechselnAußerhalb des Bereichs: %1$sStartdatum – %1$s%1$s – Enddatum%1$s – %2$sZeitraum auswählenStartdatum – EnddatumSpeichernStartdatum %1$sDatumEnddatumStartdatumTMJHeute %1$sIn den Kalendereingabemodus wechselnTippen, um zur Kalenderansicht zu wechselnIn den Texteingabemodus wechselnTippen, um zur Jahresansicht zu wechselnAbbrechenOKPasswort anzeigenText löschenZurückSeitenblatt + %d ການແຈ້ງເຕືອນໃໝ່ + %d ການແຈ້ງເຕືອນໃໝ່ + ຫຍໍ້ຊີດລຸ່ມສຸດລົງຂະຫຍາຍຊີດລຸ່ມສຸດຂະຫຍາຍອອກເຄິ່ງໜຶ່ງແຕະບ່ອນຈັບລາກສອງເທື່ອແລ້ວບ່ອນຈັບລາກຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$dລຶບລ້າງຂໍ້ຄວາມຂໍ້ຜິດພາດ: ບໍ່ຖືກຕ້ອງຜິດພາດສະແດງເມນູເລື່ອນລົງໄອຄອນກ່ອງໂຕ້ຕອບແຖບເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ%1$s ຊົ່ວໂມງເລືອກຊົ່ວໂມງ%1$s ໂມງເລືອກນາ​ທີ%1$s ນາທີໂມງເຊົ້າສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ.ຊົ່ວໂມງນາທີໂມງແລງເລືອກເວ​ລາສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ.ການແຈ້ງເຕືອນໃໝ່ເລືອກໄວ້ເລືອກໄວ້ບາງສ່ວນບໍ່ໄດ້ເລືອກໄວ້ລຶບ %1$s ອອກການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການປ່ຽນເປັນເດືອນຕໍ່ໄປປ່ຽນເປັນເດືອນຜ່ານມາການເລືອກວັນທີເລີ່ມຕົ້ນ: %1$s – ການເລືອກວັນທີສິ້ນສຸດ: %2$sການເລືອກປັດຈຸບັນ: %1$sບໍ່ມີຍົກເລີກຕົກລົງ%1$sເລືອກວັນທີເລືອກວັນທີ%1$sວັນທີສິ້ນສຸດ %1$sຮູບແບບບໍ່ຖືກຕ້ອງ.ຕົວຢ່າງ: %1$sໃຊ້: %1$sໄລຍະບໍ່ຖືກຕ້ອງ.ໄປຫາປີປັດຈຸບັນ %1$dເລື່ອນໄປປີ %1$dຢູ່ນອກຊ່ວງວັນທີ: %1$sວັນທີເລີ່ມຕົ້ນ – %1$s%1$s – ວັນທີສິ້ນສຸດ%1$s – %2$sເລືອກຊ່ວງວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດບັນທຶກວັນທີເລີ່ມຕົ້ນ %1$sວັນທີວັນທີສິ້ນສຸດວັນທີເລີ່ມມື້ນີ້ %1$sປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນແຕະເພື່ອສະຫຼັບໄປເປັນມຸມມອງປະຕິທິນປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມແຕະເພື່ອສະຫຼັບໄປເປັນມຸມມອງປີຍົກເລີກຕົກລົງສະແດງລະຫັດຜ່ານລຶບລ້າງຂໍ້ຄວາມກັບຄືນຊີດດ້ານຂ້າງ + %d 個新通知 + %d 個新通知 + 收合頁底面板展開頁底面板展開一半㩒咗兩下拖曳控點拖曳控點已輸入 %1$d 個字元 (共 %2$d 個)超出字元限制 %1$d 個字元 (上限 %2$d 個字元)清除文字錯誤:冇效錯誤顯示下拉式選單對話框圖示分頁選擇上午或下午%1$s 個鐘選取時段%1$s 點選取分鐘%1$s 分AM切換至時鐘模式即可輸入時間。小時分鐘PM選取時間切換至文字輸入模式即可輸入時間。新通知已勾選已勾選部分未勾選移除「%1$s」超過 %1$d 則新通知變更為下個月變更為上個月開始日期選項:%1$s – 結束日期選項:%2$s目前選取:%1$s取消確定%1$s請選擇日期所選日期%1$s結束日期係 %1$s格式無效。例如:%1$s使用:%1$s範圍無效。去今個年度 %1$d瀏覽至 %1$d 年超出範圍:%1$s開始日期 – %1$s%1$s – 結束日期%1$s – %2$s請選擇範圍開始日期 – 結束日期儲存開始日期係 %1$s日期結束日期開始日期今日 %1$s切換至日曆輸入模式㩒一下就可以切換去日曆檢視模式切換至文字輸入模式㩒一下就可以切換去按年檢視模式取消確定顯示密碼清除文字返回側邊工作表 + %d nova notificação + %d novas notificações + Reduza a secção inferiorExpanda a secção inferiorExpandir até metadeDois toques no indicador para arrastarIndicador para arrastarCarateres introduzidos: %1$d de %2$dLimite de carateres excedido: %1$d de %2$dLimpar textoErro: inválidaErroMostrar menu pendenteÍcone de caixa de diálogoSeparadorSelecionar AM ou PM%1$s horasSelecionar hora%1$s hora(s)Selecionar minutos%1$s minutosAMMude para o modo de relógio para a introdução da hora.HoraMinutoPMSelecionar horaMude para o modo de introdução de texto para a introdução da hora.Nova notificaçãoSelecionadaParcialmente selecionadaNão selecionadaRemover %1$sMais de %1$d notificações novasMudar para o mês seguinteMudar para o mês anteriorSeleção da data de início: %1$s – Seleção da data de fim: %2$sSeleção atual: %1$snenhumaCancelarOK%1$sSelecione a dataData selecionada%1$sData de fim: %1$sFormato inválido.Exemplo: %1$sUse: %1$sIntervalo inválido.Navegar para o ano atual %1$dNavegue para o ano %1$dFora do intervalo: %1$sData de início – %1$s%1$s – Data de conclusão%1$s – %2$sSelecione o intervaloData de início – Data de conclusãoGuardarData de início: %1$sDataData de conclusãoData de iníciodmaHoje %1$sMudar para o modo de introdução de calendárioToque para mudar para a vista do CalendárioMudar para o modo de introdução de textoToque para mudar para a vista de anoCancelarOKMostrar palavra-passeLimpar textoAnteriorPágina lateral + %d പുതിയ അറിയിപ്പ് + %d പുതിയ അറിയിപ്പുകൾ + ബോട്ടം ഷീറ്റ് ചുരുക്കുകബോട്ടം ഷീറ്റ് വികസിപ്പിക്കുകമുഴുവനായി വികസിപ്പിക്കുകവലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ ഡബിൾ ടാപ്പ് ചെയ്തുവലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ%2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകിഅക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞുടെക്‌സ്‌റ്റ് മായ്‌ക്കുകപിശക്: അസാധുവാണ്പിശക്ഡ്രോപ്പ്‌ ഡൗൺ മെനു കാണിക്കുകഡയലോഗ് ഐക്കൺടാബ്AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക%1$s മണിമണിക്കൂർ തിരഞ്ഞെടുക്കുക%1$s മണിമിനിറ്റ് തിരഞ്ഞെടുക്കുക%1$s മിനിറ്റ്AM‌സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് ‌മാറുക.മണിക്കൂര്‍മിനിറ്റ്PMസമയം തിരഞ്ഞെടുക്കുകസമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് ‌മോ‌ഡിലേക്ക് ‌മാറുക.പുതിയ അറിയിപ്പ്ചെക്ക് മാർക്കിട്ടുഭാഗികമായി ചെക്ക് മാർക്കിട്ടുചെക്ക് മാർക്കിട്ടിട്ടില്ല%1$s നീക്കം ചെയ്യുക%1$d-ലധികം പുതിയ അറിയിപ്പുകൾഅടുത്ത മാസത്തിലേക്ക് മാറ്റുകമുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുകതിരഞ്ഞെടുത്ത ആരംഭിക്കുന്ന തീയതി: %1$s – തിരഞ്ഞെടുത്ത അവസാനിക്കുന്ന തീയതി: %2$sനിലവിൽ തിരഞ്ഞെടുത്തത്: %1$sഒന്നുമില്ലറദ്ദാക്കുകശരി%1$sതീയതി തിരഞ്ഞെടുക്കുകതിരഞ്ഞെടുത്ത തീയതി%1$sഅവസാനിക്കുന്ന തീയതി: %1$sഅസാധുവായ ഫോർമാറ്റ്.ഉദാഹരണം: %1$s%1$s ഉപയോഗിക്കുകഅസാധുവായ ശ്രേണി.നിലവിലെ വർഷം %1$d-ലേക്ക് മാറ്റുക%1$d വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുകശ്രേണിക്ക് പുറത്താണ്: %1$sആരംഭിക്കുന്ന തീയതി – %1$s%1$s – അവസാനിക്കുന്ന തീയതി%1$s – %2$sശ്രേണി തിരഞ്ഞെടുക്കുകആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതിസംരക്ഷിക്കുകആരംഭിക്കുന്ന തീയതി: %1$sതീയതിഅവസാനിക്കുന്ന തീയതിആരംഭിക്കുന്ന തീയതിdmyഇന്ന് %1$sകലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുകകലണ്ടർ കാഴ്‌ചയിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുകടെക്‌സ്‌റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുകവർഷ കാഴ്‌ചയിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുകറദ്ദാക്കുകശരിപാസ്‌വേഡ് കാണിക്കുകടെക്‌സ്‌റ്റ് മായ്‌ക്കുകമടങ്ങുകസൈഡ് ഷീറ്റ് + නව දැනුම්දීම් %dක් + නව දැනුම්දීම් %dක් + පහළම පත්‍රය හකුළන්නපහළම පත්‍රය දිග හරින්නඅඩක් දිග හරින්නඇදීම් හැඬලය දෙවරක් තට්ටු කර ඇතහැඬලය අදින්නඅනුලකුණු %2$dන් %1$dක් ඇතුළු කෙරිණිඅනුලකුණු සීමාව %2$dකින් %1$d ඉක්ම වියපෙළ හිස් කරන්නදෝෂය: වලංගු නැතදෝෂයපතන මෙනුව පෙන්වන්නසංවාද නිරූපකයටැබයපෙරවරු හෝ පස්වරු තෝරන්නපැය %1$sක්පැය තෝරන්න%1$sයිමිනිත්තු තෝරන්නමිනිත්තු %1$sයිපෙවවේලා ආදානය සඳහා ඔරලෝසු ප්‍රකාරය වෙත මාරු වෙන්න.පැයමිනිත්තුපවවේලාව තෝරන්නවේලා ආදානය සඳහා ආදාන ප්‍රකාරය වෙත මාරු වෙන්න.නව දැනුම්දීමසලකුණු කරන ලදිඅඩ වශයෙන් ලකුණු කළහරි ලකුණ නොයෙදූ%1$s ඉවත් කරන්නනව දැනුම්දීම් %1$dකට වඩාලබන මාසයට වෙනස් කරන්නකලින් මාසයට වෙනස් කරන්නආරම්භක දිනය තේරීම: %1$s – අවසාන දිනය තේරීම: %2$sවත්මන් තේරීම: %1$sකිසිවක් නැතඅවලංගු කරන්නහරි%1$sදිනය තෝරන්නතේරූ දිනය%1$sඅවසාන දිනය %1$sඅවලංගු ආකෘතියකි.උදාහරණය: %1$sභාවිතය: %1$sඅවලංගු පරාසයකි.වත්මන් වර්ෂය %1$d වෙත සංචාලනය කරන්න%1$d වසරට සංචාලනය කරන්නපරාසයෙන් පිටත: %1$sආරම්භක දිනය – %1$s%1$s – නිමා වන දිනය%1$s – %2$sපරාසය තෝරන්නආරම්භක දිනය – නිමා වන දිනයසුරකින්නආරම්භක දිනය %1$sදිනයනිමා වන දිනයආරම්භක දිනයඅද %1$sදින දර්ශන ආදාන ප්‍රකාරයට මාරු වන්නදින දර්ශන දසුන වෙත මාරු වීමට තට්ටු කරන්නපෙළ ආදාන ප්‍රකාරයට මාරු වන්නවසරේ දසුන වෙත මාරු වීමට තට්ටු කරන්නඅවලංගු කරන්නහරිමුරපදය පෙන්වන්නපෙළ හිස් කරන්නආපසුපැති පත්‍රය + %d nouvelle notification + %d nouvelles notifications + Réduire la zone de contenu dans le bas de l\'écranDévelopper la zone de contenu dans le bas de l\'écranDévelopper à moitiéPoignée de déplacement touchée deux foisFaire glisser la poignéeCaractères entrés : %1$d sur %2$dLimite de caractère dépassée : %1$d sur %2$dEffacer le texteErreur : incorrecteErreurAfficher le menu déroulantIcône de boîte de dialogueOngletSélectionner AM ou PM%1$s heure(s)Sélectionner l\'heure%1$s heuresSélectionnez les minutes%1$s minutesAMPasser au mode Horloge pour entrer l\'heure.HeureMinutePMSélectionner l\'heurePasser au mode Entrée de texte pour entrer l\'heure.Nouvelle notificationCochéePartiellement cochéeNon cochéeSupprimer %1$sPlus de %1$d nouvelles notificationsPasser au mois suivantPasser au mois précédentSélection de la date de début : %1$s – Sélection de la date de fin : %2$sSélection actuelle : %1$saucuneAnnulerOK%1$sSélectionnez la dateDate sélectionnée%1$sDate de fin : %1$sFormat incorrectExemple : %1$sUtiliser : %1$sPlage incorrecte.Naviguer à l\'année en cours %1$dNaviguer vers l\'année %1$dHors de la plage : %1$sDu (date de début) au %1$sDu %1$s au (date de fin)Du %1$s au %2$sSélectionnez la plageDu (date de début) au (date de fin)EnregistrerDate de début : %1$sDateDate de finDate de débutjma%1$s Aujourd\'huiPasser au mode d\'entrée AgendaToucher pour passer à la vue du calendrierPasser au mode d\'entrée TexteToucher pour passer à la vue de l\'annéeAnnulerOKAfficher le mot de passeEffacez le texteRetourFeuille latérale + %d novo obaveštenje + %d nova obaveštenja + %d novih obaveštenja + Skupite donju tabeluProširite donju tabeluProširite do polaIdentifikator za prevlačenje je dvaput dodirnutRučica za prevlačenjeUneti znakovi: %1$d od %2$dPrekoračeno je ograničenje broja znakova: %1$d od %2$dObriši tekstGreška: nevažećeGreškaPrikaži padajući meniIkona dijalogaKarticaIzaberite pre podne ili po podne%1$s sIzaberite sat%1$s sIzaberite minute%1$s minAMPređite u režim sata radi unosa vremena.SatMinutPMIzaberite vremePređite u režim unosa teksta radi unosa vremena.Novo obaveštenjeOznačenoDelimično označenoNije označenoUklonite %1$sNovih obaveštenja: više od %1$dPređite na sledeći mesecPređite na prethodni mesecIzbor datuma početka: %1$s – Izbor datuma završetka: %2$sAktuelni izbor: %1$sništaOtkažiPotvrdi%1$sIzaberite datumIzabrani datum%1$sDatum završetka %1$sFormat je nevažeći.Primer: %1$sKoristite: %1$sNevažeći period.Idite na aktuelnu godinu %1$dIdite na godinu %1$dIzvan perioda: %1$sDatum početka – %1$s%1$s – Datum završetka%1$s–%2$sIzaberite periodDatum početka – Datum završetkaSačuvajDatum početka %1$sDatumDatum završetkaDatum početkadmgDanas %1$sPređite na režim unosa u KalendaruDodirnite da biste prešli na prikaz kalendaraPređite na režim unosa tekstaDodirnite da biste prešli na prikaz godineOtkažiPotvrdiPrikaži lozinkuObriši tekstNazadBočna tabela0.160.170.40.10.240.400.400.240.120.200.200.12 + %d 条新通知 + %d 条新通知 + 收起底部动作条展开底部动作条展开到一半高度拖动手柄被点按两次拖动手柄输入了 %1$d 个字符(上限为 %2$d 个)超出字符数限制(共 %1$d 个,上限为 %2$d 个)清除文字错误:无效错误显示下拉菜单对话框图标标签页选择上午或下午%1$s 小时选择小时%1$s 点选择分钟%1$s 分上午切换到时钟模式来输入时间。小时分钟下午选择时间切换到文字输入模式来输入时间。新通知已选中部分选中未选中移除%1$s有 %1$d 条以上的新通知转到下个月转到上个月开始日期选择:%1$s – 结束日期选择:%2$s当前的选择是:%1$s取消确定%1$s请选择日期选定的日期%1$s结束日期 %1$s格式无效。示例:%1$s使用:%1$s范围无效。转到今年%1$d转到 %1$d 年不在允许的范围内:%1$s开始日期 – %1$s%1$s – 结束日期%1$s - %2$s请选择范围开始日期 - 结束日期保存开始日期 %1$s日期结束日期开始日期dmy今天%1$s切换到日历输入模式点按即可切换到日历视图切换到文本字段输入模式点按即可切换到年视图取消确定显示密码清除文字返回侧边动作条 + %d jakinarazpen berri + %d jakinarazpen berri + Tolestu pantailaren behealdean ainguratutako orriaZabaldu pantailaren behealdean ainguratutako orriaZabaldu erdirainoBirritan sakatu da arrastatzeko kontrol-puntuaArrastatzeko kontrol-puntua%1$d/%2$d karaktere idatzi diraKaraktere-muga gainditu da: %1$d/%2$dGarbitu testuaErrorea: ez du balioErroreaErakutsi goitibeherako menuaLeihoko ikonoaFitxaHautatu AM edo PM%1$s orduHautatu ordua%1$s(r)ak diraHautatu minutuak%1$s minutuAMAldatu erloju modura ordua zehazteko.OrduaMinutuaPMHautatu orduaOrdua idazteko, aldatu testua idazteko metodora.Jakinarazpen berriaMarkatutaErdi-markatutaMarkatu gabeKendu %1$s%1$d jakinarazpen berri baino gehiagoAldatu hurrengo hilabeteraAldatu aurreko hilabeteraHasiera-dataren hautapena: %1$s, amaiera-dataren hautapena: %2$sOraingo hautapena: %1$sbat ere ezUtziAdos%1$sHautatu dataHautatutako data%1$sAmaiera-data: %1$sFormatuak ez du balio.Adibidea: %1$sErabili: %1$sTarteak ez du balio.Joan aurtengo ikuspegira %1$dJoan %1$d. urteraOnartutako barrutitik kanpo: %1$sHasiera-data – %1$s%1$s – Amaiera-data%1$s-%2$sHautatu barrutiaHasiera-data - Amaiera-dataGordeHasiera-data: %1$sDataAmaiera-dataHasiera-dataehuGaur %1$sAldatu egutegiaren idazketa-metodoraCalendar-en ikuspegira aldatzeko, sakatu hauAldatu testua idazteko moduraUrteko ikuspegira aldatzeko, sakatu hauUtziAdosErakutsi pasahitzaGarbitu testuaAtzeraAlboko orria + %d nuova notifica + %d nuove notifiche + Comprimi riquadro inferioreEspandi riquadro inferioreEspandi a metàDoppio tocco su punto di trascinamentoPunto di trascinamento%1$d caratteri inserirti su %2$dSono presenti %2$d caratteri in più rispetto al limite di %1$dCancella testoErrore: non validoErroreMostra il menu a discesaIcona della finestra di dialogoSchedaSeleziona AM o PM%1$s oreSeleziona l\'ora%1$s in puntoSeleziona i minuti%1$s minutiAMPassa alla modalità orologio per inserire l\'ora.OraMinutoPMSeleziona l\'oraPassa alla modalità di immissione testo per inserire l\'ora.Nuova notificaSelezionataParzialmente selezionataNon selezionataRimuovi %1$sPiù di %1$d nuove notifichePassa al mese successivoPassa al mese precedenteSelezione della data di inizio: %1$s. Selezione della data di fine: %2$sSelezione attuale: %1$sNessuna selezioneAnnullaOK%1$sSeleziona dataData selezionata%1$sData di fine: %1$sFormato non valido.Esempio: %1$sUsa: %1$sIntervallo non valido.Vai all\'anno corrente %1$dVai all\'anno %1$dNon compresa nell\'intervallo: %1$sData di inizio - %1$s%1$s - Data di fine%1$s - %2$sSeleziona intervalloData di inizio - Data di fineSalvaData di inizio: %1$sDataData di fineData di iniziogmaOggi %1$sPassa alla modalità di immissione CalendarioTocca per passare alla visualizzazione CalendarioPassa alla modalità di immissione TestoTocca per passare alla visualizzazione AnnoAnnullaOKMostra passwordCancella testoIndietroScheda secondaria450dp600dp24dp24dp24dp24dp20dp4dp96dp0dp0dp104dp68dp28dp64dp32dp24dp32dp06@android:color/system_background_dark@android:color/system_error_dark@android:color/system_error_container_dark@android:color/system_on_surface_light@android:color/system_primary_light@android:color/system_surface_light@android:color/system_on_background_dark@android:color/system_on_error_dark@android:color/system_on_error_container_dark@android:color/system_on_primary_dark@android:color/system_on_primary_container_dark@android:color/system_on_secondary_dark@android:color/system_on_secondary_container_dark@android:color/system_on_surface_dark@android:color/system_on_surface_variant_dark@android:color/system_on_tertiary_dark@android:color/system_on_tertiary_container_dark@android:color/system_outline_dark@android:color/system_outline_variant_dark@android:color/system_primary_dark@android:color/system_primary_container_dark@android:color/system_secondary_dark@android:color/system_secondary_container_dark@android:color/system_surface_dark@android:color/system_surface_bright_dark@android:color/system_surface_container_dark@android:color/system_surface_container_high_dark@android:color/system_surface_container_highest_dark@android:color/system_surface_container_low_dark@android:color/system_surface_container_lowest_dark@android:color/system_surface_dim_dark@android:color/system_surface_variant_dark@android:color/system_tertiary_dark@android:color/system_tertiary_container_dark@android:color/system_background_light@android:color/system_error_light@android:color/system_error_container_light@android:color/system_on_surface_dark@android:color/system_primary_dark@android:color/system_surface_dark@android:color/system_on_background_light@android:color/system_on_error_light@android:color/system_on_error_container_light@android:color/system_on_primary_light@android:color/system_on_primary_container_light@android:color/system_on_secondary_light@android:color/system_on_secondary_container_light@android:color/system_on_surface_light@android:color/system_on_surface_variant_light@android:color/system_on_tertiary_light@android:color/system_on_tertiary_container_light@android:color/system_outline_light@android:color/system_outline_variant_light@android:color/system_primary_light@android:color/system_primary_container_light@android:color/system_secondary_light@android:color/system_secondary_container_light@android:color/system_surface_light@android:color/system_surface_bright_light@android:color/system_surface_container_light@android:color/system_surface_container_high_light@android:color/system_surface_container_highest_light@android:color/system_surface_container_low_light@android:color/system_surface_container_lowest_light@android:color/system_surface_dim_light@android:color/system_surface_variant_light@android:color/system_tertiary_light@android:color/system_tertiary_container_light@android:color/system_on_primary_fixed@android:color/system_on_primary_fixed_variant@android:color/system_on_secondary_fixed@android:color/system_on_secondary_fixed_variant@android:color/system_on_tertiary_fixed@android:color/system_on_tertiary_fixed_variant@android:color/system_primary_fixed@android:color/system_primary_fixed_dim@android:color/system_secondary_fixed@android:color/system_secondary_fixed_dim@android:color/system_tertiary_fixed@android:color/system_tertiary_fixed_dim@color/m3_sys_color_dynamic_dark_error@color/m3_sys_color_dynamic_dark_error_container@color/m3_sys_color_dynamic_dark_on_error@color/m3_sys_color_dynamic_dark_on_error_container@color/m3_sys_color_dynamic_light_error@color/m3_sys_color_dynamic_light_error_container@color/m3_sys_color_dynamic_light_on_error@color/m3_sys_color_dynamic_light_on_error_container + การแจ้งเตือนใหม่ %d รายการ + การแจ้งเตือนใหม่ %d รายการ + ยุบ Bottom Sheetขยาย Bottom Sheetขยายรายการครึ่งหนึ่งแตะแฮนเดิลการลากสองครั้งแฮนเดิลการลากป้อนอักขระแล้ว %1$d จาก %2$d ตัวเกินจำนวนอักขระสูงสุด %1$d จาก %2$dล้างข้อความข้อผิดพลาด: ไม่ถูกต้องข้อผิดพลาดแสดงเมนูแบบเลื่อนลงไอคอนกล่องโต้ตอบแท็บเลือก AM หรือ PM%1$s ชั่วโมงเลือกชั่วโมง%1$s นาฬิกาเลือกนาที%1$s นาทีAMสลับไปโหมดนาฬิกาเพื่อป้อนเวลาชั่วโมงนาทีPMเลือกเวลาสลับไปโหมดป้อนข้อความเพื่อป้อนเวลาการแจ้งเตือนใหม่เลือกไว้เลือกบางส่วนไม่ได้เลือกนำ %1$s ออกการแจ้งเตือนใหม่มากกว่า %1$d รายการเปลี่ยนไปที่เดือนถัดไปเปลี่ยนไปที่เดือนก่อนหน้าการเลือกวันที่เริ่มต้น: %1$s – การเลือกวันที่สิ้นสุด: %2$sการเลือกในปัจจุบัน: %1$sไม่มียกเลิกตกลง%1$sเลือกวันที่วันที่ที่เลือก%1$sวันที่สิ้นสุด %1$sรูปแบบไม่ถูกต้องตัวอย่าง: %1$sใช้: %1$sช่วงไม่ถูกต้องไปยังปีปัจจุบัน %1$dไปที่ปี %1$dวันที่ไม่อยู่ในช่วงที่อนุญาต: %1$sวันที่เริ่มต้น – %1$s%1$s – วันที่สิ้นสุด%1$s – %2$sเลือกช่วงวันที่เริ่มต้น – วันที่สิ้นสุดบันทึกวันที่เริ่มต้น %1$sวันที่วันที่สิ้นสุดวันที่เริ่มต้นวันนี้ %1$sสลับไปใช้โหมดป้อนข้อมูลปฏิทินแตะเพื่อเปลี่ยนเป็นมุมมองปฏิทินสลับไปใช้โหมดป้อนข้อมูลข้อความแตะเพื่อเปลี่ยนเป็นมุมมองปียกเลิกตกลงแสดงรหัสผ่านล้างข้อความกลับชีตด้านข้างAnimationExampleSarmadTechEmpireTranslateAlphaRotateScale + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties new file mode 100644 index 0000000..f9e9102 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -0,0 +1,22 @@ +#Sat Jun 01 14:17:48 PKT 2024 +com.sarmadtechempire.animationexample.app-main-5\:/anim/alpha.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/alpha.xml +com.sarmadtechempire.animationexample.app-main-5\:/anim/move.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/move.xml +com.sarmadtechempire.animationexample.app-main-5\:/anim/rotate.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/rotate.xml +com.sarmadtechempire.animationexample.app-main-5\:/anim/scale.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/scale.xml +com.sarmadtechempire.animationexample.app-main-5\:/drawable/ic_launcher_background.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_background.xml +com.sarmadtechempire.animationexample.app-main-5\:/drawable/ic_launcher_foreground.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_foreground.xml +com.sarmadtechempire.animationexample.app-main-5\:/layout/activity_main.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-anydpi-v26/ic_launcher.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-anydpi-v26/ic_launcher.xml +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-anydpi-v26/ic_launcher_round.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-anydpi-v26/ic_launcher_round.xml +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-hdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-hdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher_round.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-mdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-mdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher_round.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-xhdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-xhdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher_round.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-xxhdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-xxhdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher_round.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-xxxhdpi/ic_launcher.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxxhdpi-v4/ic_launcher.webp +com.sarmadtechempire.animationexample.app-main-5\:/mipmap-xxxhdpi/ic_launcher_round.webp=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxxhdpi-v4/ic_launcher_round.webp +com.sarmadtechempire.animationexample.app-main-5\:/xml/backup_rules.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/xml/backup_rules.xml +com.sarmadtechempire.animationexample.app-main-5\:/xml/data_extraction_rules.xml=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/xml/data_extraction_rules.xml diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml new file mode 100644 index 0000000..a0f6ed9 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml @@ -0,0 +1,8 @@ + +AnimationExampleSarmadTechEmpireTranslateAlphaRotateScale \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..6c3478f --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..a17a10a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..7d5438e --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000..0ce646c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,10 @@ +#Sat Jun 01 14:17:49 PKT 2024 +base.0=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +base.1=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +base.2=/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex +path.0=classes.dex +path.1=0/classes.dex +path.2=5/classes.dex +renamed.0=classes.dex +renamed.1=classes2.dex +renamed.2=classes3.dex diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources new file mode 100644 index 0000000..ee31923 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 new file mode 100644 index 0000000..3f89646 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$1.class b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$1.class new file mode 100644 index 0000000..09291b1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$1.class differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$2.class b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$2.class new file mode 100644 index 0000000..2a6a8d1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$2.class differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$3.class b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$3.class new file mode 100644 index 0000000..a3037ac Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$3.class differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$4.class b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$4.class new file mode 100644 index 0000000..d0e7fde Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity$4.class differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity.class b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity.class new file mode 100644 index 0000000..9075bde Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/sarmadtechempire/animationexample/MainActivity.class differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt b/AndroidStudioProjects/AnimationExample/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt new file mode 100644 index 0000000..cb47975 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt @@ -0,0 +1,29 @@ +R_DEF: Internal format may change without notice +local +anim alpha +anim move +anim rotate +anim scale +color black +color white +drawable ic_launcher_background +drawable ic_launcher_foreground +id btnAlpha +id btnRotate +id btnScale +id btnTranslate +id main +id textAnim +layout activity_main +mipmap ic_launcher +mipmap ic_launcher_round +string alpha +string app_name +string rotate +string sarmadtechempire +string scale +string translate +style Base.Theme.AnimationExample +style Theme.AnimationExample +xml backup_rules +xml data_extraction_rules diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt b/AndroidStudioProjects/AnimationExample/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..71a105a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt @@ -0,0 +1,130 @@ +1 +2 +6 +7 +10 +11 [androidx.core:core:1.13.0] /home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/AndroidManifest.xml:22:5-24:47 +12 android:name="com.sarmadtechempire.animationexample.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" +12-->[androidx.core:core:1.13.0] /home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/AndroidManifest.xml:23:9-81 +13 android:protectionLevel="signature" /> +13-->[androidx.core:core:1.13.0] /home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/AndroidManifest.xml:24:9-44 +14 +15 +15-->[androidx.core:core:1.13.0] /home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/AndroidManifest.xml:26:5-97 +15-->[androidx.core:core:1.13.0] /home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/AndroidManifest.xml:26:22-94 +16 +17 /home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:5:5-24:19 +18 android:allowBackup="true" +18-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:6:9-35 +19 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +19-->[androidx.core:core:1.13.0] /home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/AndroidManifest.xml:28:18-86 +20 android:dataExtractionRules="@xml/data_extraction_rules" +20-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:7:9-65 +21 android:debuggable="true" +22 android:extractNativeLibs="false" +23 android:fullBackupContent="@xml/backup_rules" +23-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:8:9-54 +24 android:icon="@mipmap/ic_launcher" +24-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:9:9-43 +25 android:label="@string/app_name" +25-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:10:9-41 +26 android:roundIcon="@mipmap/ic_launcher_round" +26-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:11:9-54 +27 android:supportsRtl="true" +27-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:12:9-35 +28 android:testOnly="true" +29 android:theme="@style/Theme.AnimationExample" > +29-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:13:9-54 +30 /home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:15:9-23:20 +31 android:name="com.sarmadtechempire.animationexample.MainActivity" +31-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:16:13-41 +32 android:exported="true" > +32-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:17:13-36 +33 +33-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:18:13-22:29 +34 +34-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:19:17-69 +34-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:19:25-66 +35 +36 +36-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:21:17-77 +36-->/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/AndroidManifest.xml:21:27-74 +37 +38 +39 +40 [androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:24:9-32:20 +41 android:name="androidx.startup.InitializationProvider" +41-->[androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:25:13-67 +42 android:authorities="com.sarmadtechempire.animationexample.androidx-startup" +42-->[androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:26:13-68 +43 android:exported="false" > +43-->[androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:27:13-37 +44 [androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:29:13-31:52 +45 android:name="androidx.emoji2.text.EmojiCompatInitializer" +45-->[androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:30:17-75 +46 android:value="androidx.startup" /> +46-->[androidx.emoji2:emoji2:1.3.0] /home/sarmad-farooq/.gradle/caches/transforms-4/4f429df1afb61dc8da7a1b34d3be2d3f/transformed/emoji2-1.3.0/AndroidManifest.xml:31:17-49 +47 [androidx.lifecycle:lifecycle-process:2.6.2] /home/sarmad-farooq/.gradle/caches/transforms-4/03be61ce79fc2ba14680a35245abe6f8/transformed/lifecycle-process-2.6.2/AndroidManifest.xml:29:13-31:52 +48 android:name="androidx.lifecycle.ProcessLifecycleInitializer" +48-->[androidx.lifecycle:lifecycle-process:2.6.2] /home/sarmad-farooq/.gradle/caches/transforms-4/03be61ce79fc2ba14680a35245abe6f8/transformed/lifecycle-process-2.6.2/AndroidManifest.xml:30:17-78 +49 android:value="androidx.startup" /> +49-->[androidx.lifecycle:lifecycle-process:2.6.2] /home/sarmad-farooq/.gradle/caches/transforms-4/03be61ce79fc2ba14680a35245abe6f8/transformed/lifecycle-process-2.6.2/AndroidManifest.xml:31:17-49 +50 [androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:29:13-31:52 +51 android:name="androidx.profileinstaller.ProfileInstallerInitializer" +51-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:30:17-85 +52 android:value="androidx.startup" /> +52-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:31:17-49 +53 +54 +55 [androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:34:9-52:20 +56 android:name="androidx.profileinstaller.ProfileInstallReceiver" +56-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:35:13-76 +57 android:directBootAware="false" +57-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:36:13-44 +58 android:enabled="true" +58-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:37:13-35 +59 android:exported="true" +59-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:38:13-36 +60 android:permission="android.permission.DUMP" > +60-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:39:13-57 +61 +61-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:40:13-42:29 +62 +62-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:17-91 +62-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:41:25-88 +63 +64 +64-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:43:13-45:29 +65 +65-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:17-85 +65-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:44:25-82 +66 +67 +67-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:46:13-48:29 +68 +68-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:17-88 +68-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:47:25-85 +69 +70 +70-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:49:13-51:29 +71 +71-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:17-95 +71-->[androidx.profileinstaller:profileinstaller:1.3.1] /home/sarmad-farooq/.gradle/caches/transforms-4/9eb6acc0fe356a0800bf3e5b1c4aeac3/transformed/profileinstaller-1.3.1/AndroidManifest.xml:50:25-92 +72 +73 +74 +75 +76 diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar new file mode 100644 index 0000000..ed50de2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml new file mode 100644 index 0000000..d616fac --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml new file mode 100644 index 0000000..d616fac --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json new file mode 100644 index 0000000..b1e687a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.sarmadtechempire.animationexample", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_alpha.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_alpha.xml.flat new file mode 100644 index 0000000..f599a54 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_alpha.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_move.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_move.xml.flat new file mode 100644 index 0000000..b8f7813 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_move.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_rotate.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_rotate.xml.flat new file mode 100644 index 0000000..82bc30e Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_rotate.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_scale.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_scale.xml.flat new file mode 100644 index 0000000..4085f25 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/anim_scale.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_background.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_background.xml.flat new file mode 100644 index 0000000..1183cde Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_background.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_foreground.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_foreground.xml.flat new file mode 100644 index 0000000..b312aae Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_foreground.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_main.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_main.xml.flat new file mode 100644 index 0000000..66b3329 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_main.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher.xml.flat new file mode 100644 index 0000000..28d60f7 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher_round.xml.flat new file mode 100644 index 0000000..6b9a18b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..38acbed Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher_round.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..939a95a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher_round.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..f94fb0b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher_round.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..abafda5 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher_round.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..862dc4c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher_round.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..7b71e5c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher_round.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..5ca0506 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher_round.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..e5da568 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher_round.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..e5d2363 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher_round.webp.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..b95d493 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher_round.webp.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat new file mode 100644 index 0000000..375650c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat new file mode 100644 index 0000000..c63f080 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..c223c46 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat new file mode 100644 index 0000000..8969f33 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat new file mode 100644 index 0000000..95f3f60 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+es+419_values-b+es+419.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+es+419_values-b+es+419.arsc.flat new file mode 100644 index 0000000..933d8de Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+es+419_values-b+es+419.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..4c5dea9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat new file mode 100644 index 0000000..8e2fb20 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..e071859 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..091b241 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..571ab85 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..c8d901c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..350fbf0 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat new file mode 100644 index 0000000..9d01d2f Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat new file mode 100644 index 0000000..bde00b0 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat new file mode 100644 index 0000000..340a5da Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..7a1ff20 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat new file mode 100644 index 0000000..db9cfd5 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..3a0b839 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..d4058a2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat new file mode 100644 index 0000000..8b86503 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..2b34b94 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat new file mode 100644 index 0000000..5b8247b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat new file mode 100644 index 0000000..00612e6 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..918ea57 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..338f910 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..a6d4919 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..e11de2d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..4c90ddd Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..4d98788 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..75325f3 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat new file mode 100644 index 0000000..4021767 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat new file mode 100644 index 0000000..7816db0 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat new file mode 100644 index 0000000..13c082d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat new file mode 100644 index 0000000..6b8752e Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..b98d2e9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..c9eac5c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..5ade053 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..acdc1d7 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..5d73c53 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..d145eda Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat new file mode 100644 index 0000000..97e1779 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat new file mode 100644 index 0000000..26cc15f Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat new file mode 100644 index 0000000..4f1cb9d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..71c4bd7 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..e7cb75d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..1d1c4f1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..1bbd242 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat new file mode 100644 index 0000000..0dca9d7 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..ba6b6ed Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..53273c3 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..f38e4e5 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat new file mode 100644 index 0000000..313e1ac Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..cd0c35b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..26a9b27 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldrtl-v17_values-ldrtl-v17.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldrtl-v17_values-ldrtl-v17.arsc.flat new file mode 100644 index 0000000..2da575a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldrtl-v17_values-ldrtl-v17.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..b6a99d4 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..5c9850b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..27c5726 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..b289cac Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..0de8185 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..dbe06a2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..9136112 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..af10efb Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat new file mode 100644 index 0000000..65d35b0 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..7cd8fb9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..ce14a6c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..cf459f8 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..2727723 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat new file mode 100644 index 0000000..1c63f6c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..3b9d561 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..fb8fd3c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat new file mode 100644 index 0000000..ee6f9ea Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..f1ad085 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..281fab3 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..1198350 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..7aa472c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..80e276c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat new file mode 100644 index 0000000..b7699d4 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..a15dec2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..e454236 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-small-v4_values-small-v4.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-small-v4_values-small-v4.arsc.flat new file mode 100644 index 0000000..85bbb40 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-small-v4_values-small-v4.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..e15d9db Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..885d0e2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..a734e78 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..7e50dfe Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..9bcbd91 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..195e474 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat new file mode 100644 index 0000000..b1cbade Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat new file mode 100644 index 0000000..8b97083 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..d4d3305 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..84a3574 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..c61c005 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..d01b53e Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..81b5b28 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..126912d Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..0a2e51a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..5e85a19 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..f56f59c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..2928328 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..42d05d1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..7a89453 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..71b651f Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..968d82a Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat new file mode 100644 index 0000000..e66bf29 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v31_values-v31.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v31_values-v31.arsc.flat new file mode 100644 index 0000000..e526b12 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v31_values-v31.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v34_values-v34.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v34_values-v34.arsc.flat new file mode 100644 index 0000000..37350b9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v34_values-v34.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..67c41d2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat new file mode 100644 index 0000000..53aee04 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat new file mode 100644 index 0000000..c6a5a71 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat new file mode 100644 index 0000000..242393b Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat new file mode 100644 index 0000000..2a60127 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat new file mode 100644 index 0000000..034c386 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat new file mode 100644 index 0000000..4dd69f7 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..d7f0c7c Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..3f7c726 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..9928d15 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..8513b61 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..e20bbc2 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat new file mode 100644 index 0000000..b6862a1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_backup_rules.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_backup_rules.xml.flat new file mode 100644 index 0000000..5bd08b1 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_backup_rules.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_data_extraction_rules.xml.flat b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_data_extraction_rules.xml.flat new file mode 100644 index 0000000..a99a4e9 Binary files /dev/null and b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res/debug/mergeDebugResources/xml_data_extraction_rules.xml.flat differ diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json new file mode 100644 index 0000000..7f0a9f5 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json @@ -0,0 +1,5959 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,361,462,575,681,808", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "148,251,356,457,570,676,803,904" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3527,3630,3735,3836,3949,4055,9930", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "3522,3625,3730,3831,3944,4050,4177,10026" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1086,1151,1245,1314,1373,1458,1521,1584,1642,1707,1768,1829,1935,1993,2053,2112,2182,2298,2377,2468,2561,2659,2739,2873,2948,3024,3161,3258,3356,3413,3468,3534,3604,3681,3752,3837,3905,3981,4062,4140,4241,4327,4414,4511,4610,4684,4754,4858,4912,4999,5066,5156,5248,5310,5374,5437,5503,5608,5718,5819,5926,5987,6046,6125,6210,6290", + "endLines": "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", + "endColumns": "12,77,75,80,106,95,106,131,82,66,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,90,92,97,79,133,74,75,136,96,97,56,54,65,69,76,70,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78,84,79,72", + "endOffsets": "254,332,408,489,596,692,799,931,1014,1081,1146,1240,1309,1368,1453,1516,1579,1637,1702,1763,1824,1930,1988,2048,2107,2177,2293,2372,2463,2556,2654,2734,2868,2943,3019,3156,3253,3351,3408,3463,3529,3599,3676,3747,3832,3900,3976,4057,4135,4236,4322,4409,4506,4605,4679,4749,4853,4907,4994,5061,5151,5243,5305,5369,5432,5498,5603,5713,5814,5921,5982,6041,6120,6205,6285,6358" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2991,3069,3145,3226,3333,4182,4289,4421,4504,4571,4636,4730,4799,4858,4943,5006,5069,5127,5192,5253,5314,5420,5478,5538,5597,5667,5783,5862,5953,6046,6144,6224,6358,6433,6509,6646,6743,6841,6898,6953,7019,7089,7166,7237,7322,7390,7466,7547,7625,7726,7812,7899,7996,8095,8169,8239,8343,8397,8484,8551,8641,8733,8795,8859,8922,8988,9093,9203,9304,9411,9472,9531,9692,9777,9857", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,80,106,95,106,131,82,66,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,90,92,97,79,133,74,75,136,96,97,56,54,65,69,76,70,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78,84,79,72", + "endOffsets": "304,3064,3140,3221,3328,3424,4284,4416,4499,4566,4631,4725,4794,4853,4938,5001,5064,5122,5187,5248,5309,5415,5473,5533,5592,5662,5778,5857,5948,6041,6139,6219,6353,6428,6504,6641,6738,6836,6893,6948,7014,7084,7161,7232,7317,7385,7461,7542,7620,7721,7807,7894,7991,8090,8164,8234,8338,8392,8479,8546,8636,8728,8790,8854,8917,8983,9088,9198,9299,9406,9467,9526,9605,9772,9852,9925" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,9610", + "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": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,9687" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1128,1196,1292,1360,1423,1531,1591,1657,1713,1784,1844,1898,2024,2081,2143,2197,2272,2406,2491,2569,2664,2749,2830,2967,3051,3137,3270,3361,3439,3495,3550,3616,3690,3768,3839,3921,3993,4070,4150,4224,4331,4424,4497,4589,4685,4759,4835,4931,4983,5065,5132,5219,5306,5368,5432,5495,5565,5671,5787,5884,5998,6058,6117,6197,6280,6357", + "endLines": "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", + "endColumns": "12,77,77,84,96,92,95,129,83,66,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,77,94,84,80,136,83,85,132,90,77,55,54,65,73,77,70,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79,82,76,74", + "endOffsets": "315,393,471,556,653,746,842,972,1056,1123,1191,1287,1355,1418,1526,1586,1652,1708,1779,1839,1893,2019,2076,2138,2192,2267,2401,2486,2564,2659,2744,2825,2962,3046,3132,3265,3356,3434,3490,3545,3611,3685,3763,3834,3916,3988,4065,4145,4219,4326,4419,4492,4584,4680,4754,4830,4926,4978,5060,5127,5214,5301,5363,5427,5490,5560,5666,5782,5879,5993,6053,6112,6192,6275,6352,6427" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3081,3159,3237,3322,3419,4238,4334,4464,4548,4615,4683,4779,4847,4910,5018,5078,5144,5200,5271,5331,5385,5511,5568,5630,5684,5759,5893,5978,6056,6151,6236,6317,6454,6538,6624,6757,6848,6926,6982,7037,7103,7177,7255,7326,7408,7480,7557,7637,7711,7818,7911,7984,8076,8172,8246,8322,8418,8470,8552,8619,8706,8793,8855,8919,8982,9052,9158,9274,9371,9485,9545,9604,9769,9852,9929", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,77,77,84,96,92,95,129,83,66,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,77,94,84,80,136,83,85,132,90,77,55,54,65,73,77,70,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79,82,76,74", + "endOffsets": "365,3154,3232,3317,3414,3507,4329,4459,4543,4610,4678,4774,4842,4905,5013,5073,5139,5195,5266,5326,5380,5506,5563,5625,5679,5754,5888,5973,6051,6146,6231,6312,6449,6533,6619,6752,6843,6921,6977,7032,7098,7172,7250,7321,7403,7475,7552,7632,7706,7813,7906,7979,8071,8167,8241,8317,8413,8465,8547,8614,8701,8788,8850,8914,8977,9047,9153,9269,9366,9480,9540,9599,9679,9847,9924,9999" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,9684", + "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": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,9764" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,260,357,456,560,664,781", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "148,255,352,451,555,659,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3512,3610,3717,3814,3913,4017,4121,10004", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "3605,3712,3809,3908,4012,4116,4233,10100" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1068,1133,1226,1291,1350,1437,1499,1561,1621,1687,1749,1803,1911,1968,2029,2084,2155,2275,2366,2443,2540,2625,2711,2859,2945,3031,3159,3247,3325,3378,3429,3495,3566,3644,3715,3794,3867,3943,4016,4087,4194,4286,4359,4449,4542,4616,4687,4778,4830,4910,4978,5062,5147,5209,5273,5336,5408,5512,5620,5716,5822,5879,5934,6020,6105,6183", + "endLines": "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", + "endColumns": "12,79,78,86,91,86,102,115,82,61,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,76,96,84,85,147,85,85,127,87,77,52,50,65,70,77,70,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85,84,77,76", + "endOffsets": "274,354,433,520,612,699,802,918,1001,1063,1128,1221,1286,1345,1432,1494,1556,1616,1682,1744,1798,1906,1963,2024,2079,2150,2270,2361,2438,2535,2620,2706,2854,2940,3026,3154,3242,3320,3373,3424,3490,3561,3639,3710,3789,3862,3938,4011,4082,4189,4281,4354,4444,4537,4611,4682,4773,4825,4905,4973,5057,5142,5204,5268,5331,5403,5507,5615,5711,5817,5874,5929,6015,6100,6178,6255" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3024,3104,3183,3270,3362,4192,4295,4411,4494,4556,4621,4714,4779,4838,4925,4987,5049,5109,5175,5237,5291,5399,5456,5517,5572,5643,5763,5854,5931,6028,6113,6199,6347,6433,6519,6647,6735,6813,6866,6917,6983,7054,7132,7203,7282,7355,7431,7504,7575,7682,7774,7847,7937,8030,8104,8175,8266,8318,8398,8466,8550,8635,8697,8761,8824,8896,9000,9108,9204,9310,9367,9422,9589,9674,9752", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,78,86,91,86,102,115,82,61,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,76,96,84,85,147,85,85,127,87,77,52,50,65,70,77,70,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85,84,77,76", + "endOffsets": "324,3099,3178,3265,3357,3444,4290,4406,4489,4551,4616,4709,4774,4833,4920,4982,5044,5104,5170,5232,5286,5394,5451,5512,5567,5638,5758,5849,5926,6023,6108,6194,6342,6428,6514,6642,6730,6808,6861,6912,6978,7049,7127,7198,7277,7350,7426,7499,7570,7677,7769,7842,7932,8025,8099,8170,8261,8313,8393,8461,8545,8630,8692,8756,8819,8891,8995,9103,9199,9305,9362,9417,9503,9669,9747,9824" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,9508", + "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": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,9584" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,459,565,683,798", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "145,247,344,454,560,678,793,894" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3544,3646,3743,3853,3959,4077,9829", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "3539,3641,3738,3848,3954,4072,4187,9925" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pt/values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2843,2940,3042,3141,3241,3348,3458,3664", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "2935,3037,3136,3236,3343,3453,3573,3760" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3578", + "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,3659" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pt-rBR/values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3488,3585,3687,3786,3886,3993,4103,9981", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "3580,3682,3781,3881,3988,4098,4218,10077" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pt-rBR/values-pt-rBR.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1062,1126,1218,1297,1357,1447,1511,1582,1645,1720,1784,1838,1965,2023,2085,2139,2218,2359,2446,2522,2617,2698,2780,2919,3002,3086,3225,3312,3392,3448,3499,3565,3639,3719,3790,3873,3946,4023,4092,4166,4268,4356,4433,4526,4622,4696,4776,4873,4925,5009,5075,5162,5250,5312,5376,5439,5507,5616,5727,5831,5941,6001,6056,6133,6216,6293", + "endLines": "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", + "endColumns": "12,80,77,83,94,88,100,119,80,59,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,75,94,80,81,138,82,83,138,86,79,55,50,65,73,79,70,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,108,110,103,109,59,54,76,82,76,78", + "endOffsets": "268,349,427,511,606,695,796,916,997,1057,1121,1213,1292,1352,1442,1506,1577,1640,1715,1779,1833,1960,2018,2080,2134,2213,2354,2441,2517,2612,2693,2775,2914,2997,3081,3220,3307,3387,3443,3494,3560,3634,3714,3785,3868,3941,4018,4087,4161,4263,4351,4428,4521,4617,4691,4771,4868,4920,5004,5070,5157,5245,5307,5371,5434,5502,5611,5722,5826,5936,5996,6051,6128,6211,6288,6367" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3061,3142,3220,3304,3399,4223,4324,4444,4525,4585,4649,4741,4820,4880,4970,5034,5105,5168,5243,5307,5361,5488,5546,5608,5662,5741,5882,5969,6045,6140,6221,6303,6442,6525,6609,6748,6835,6915,6971,7022,7088,7162,7242,7313,7396,7469,7546,7615,7689,7791,7879,7956,8049,8145,8219,8299,8396,8448,8532,8598,8685,8773,8835,8899,8962,9030,9139,9250,9354,9464,9524,9579,9742,9825,9902", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,77,83,94,88,100,119,80,59,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,75,94,80,81,138,82,83,138,86,79,55,50,65,73,79,70,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,108,110,103,109,59,54,76,82,76,78", + "endOffsets": "318,3137,3215,3299,3394,3483,4319,4439,4520,4580,4644,4736,4815,4875,4965,5029,5100,5163,5238,5302,5356,5483,5541,5603,5657,5736,5877,5964,6040,6135,6216,6298,6437,6520,6604,6743,6830,6910,6966,7017,7083,7157,7237,7308,7391,7464,7541,7610,7684,7786,7874,7951,8044,8140,8214,8294,8391,8443,8527,8593,8680,8768,8830,8894,8957,9025,9134,9245,9349,9459,9519,9574,9651,9820,9897,9976" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,9656", + "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": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,9737" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v22/values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,487", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,482,764" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,778", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "148,250,349,451,555,659,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3578,3676,3778,3877,3979,4083,4187,10130", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "3671,3773,3872,3974,4078,4182,4296,10226" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,9798", + "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": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,9880" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1150,1216,1313,1393,1455,1547,1614,1688,1749,1828,1892,1946,2062,2121,2183,2237,2319,2448,2540,2615,2710,2791,2875,3019,3098,3179,3326,3419,3498,3553,3604,3670,3749,3830,3901,3981,4053,4131,4206,4278,4389,4486,4563,4661,4759,4837,4918,5018,5075,5159,5225,5308,5395,5457,5521,5584,5660,5762,5869,5966,6072,6131,6186,6275,6362,6439", + "endLines": "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", + "endColumns": "12,106,107,81,100,96,99,121,84,64,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,74,94,80,83,143,78,80,146,92,78,54,50,65,78,80,70,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88,86,76,80", + "endOffsets": "278,385,493,575,676,773,873,995,1080,1145,1211,1308,1388,1450,1542,1609,1683,1744,1823,1887,1941,2057,2116,2178,2232,2314,2443,2535,2610,2705,2786,2870,3014,3093,3174,3321,3414,3493,3548,3599,3665,3744,3825,3896,3976,4048,4126,4201,4273,4384,4481,4558,4656,4754,4832,4913,5013,5070,5154,5220,5303,5390,5452,5516,5579,5655,5757,5864,5961,6067,6126,6181,6270,6357,6434,6515" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3083,3190,3298,3380,3481,4301,4401,4523,4608,4673,4739,4836,4916,4978,5070,5137,5211,5272,5351,5415,5469,5585,5644,5706,5760,5842,5971,6063,6138,6233,6314,6398,6542,6621,6702,6849,6942,7021,7076,7127,7193,7272,7353,7424,7504,7576,7654,7729,7801,7912,8009,8086,8184,8282,8360,8441,8541,8598,8682,8748,8831,8918,8980,9044,9107,9183,9285,9392,9489,9595,9654,9709,9885,9972,10049", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,106,107,81,100,96,99,121,84,64,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,74,94,80,83,143,78,80,146,92,78,54,50,65,78,80,70,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88,86,76,80", + "endOffsets": "328,3185,3293,3375,3476,3573,4396,4518,4603,4668,4734,4831,4911,4973,5065,5132,5206,5267,5346,5410,5464,5580,5639,5701,5755,5837,5966,6058,6133,6228,6309,6393,6537,6616,6697,6844,6937,7016,7071,7122,7188,7267,7348,7419,7499,7571,7649,7724,7796,7907,8004,8081,8179,8277,8355,8436,8536,8593,8677,8743,8826,8913,8975,9039,9102,9178,9280,9387,9484,9590,9649,9704,9793,9967,10044,10125" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values_values.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,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,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840", + "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", + "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,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073", + "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,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846", + "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,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,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271" + }, + "to": { + "startLines": "137,227,230,572,625,626,628,629,630,631,632,633,634,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1103,1104,1108,1109,1110,1111,1112,1113,1114,1756,1757,1758,1759,1760,1761,1762,1763,1801,1802,1803,1804,1808,1829,1830,1839,1871,1879,1880,1883,1884,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,2123,2133,2134,2135,2136,2137,2159,2167,2168,2172,2176,2187,2192,2221,2228,2232,2236,2241,2245,2249,2253,2257,2261,2265,2271,2275,2281,2285,2291,2295,2300,2304,2307,2311,2317,2321,2327,2331,2337,2340,2344,2348,2352,2356,2360,2361,2362,2363,2366,2369,2372,2375,2379,2380,2381,2382,2423,2426,2428,2434,2436,2441,2442,2446,2452,2456,2457,2459,2471,2472,2476,2482,2486,2563,2564,2568,2595,2599,2600,2604,4406,4578,4604,4775,4801,4832,4840,4846,4862,4884,4889,4894,4904,4913,4922,4926,4933,4952,4959,4960,4969,4972,4975,4979,4983,4987,4990,4991,4996,5001,5011,5016,5023,5029,5030,5033,5037,5042,5044,5046,5049,5052,5054,5058,5061,5068,5071,5074,5078,5080,5084,5086,5088,5090,5094,5102,5110,5122,5128,5137,5140,5151,5154,5155,5160,5161,5641,5710,5784,5785,5795,5804,5805,5807,5811,5814,5817,5820,5823,5826,5829,5832,5836,5839,5842,5845,5849,5852,5856,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6026,6028,6029,6030,6031,6032,6033,6034,6035,6037,6038,6040,6041,6043,6045,6046,6048,6049,6050,6051,6052,6053,6055,6056,6057,6058,6059,6344,6346,6348,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6365,6366,6367,6368,6369,6370,6371,6373,6377,6548,6549,6550,6551,6552,6553,6557,6558,6559,7100,7102,7104,7106,7108,7110,7111,7112,7113,7115,7117,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7133,7134,7135,7136,7138,7140,7141,7143,7144,7146,7148,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7163,7164,7165,7166,7168,7169,7170,7171,7172,7174,7176,7178,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,9254,9329,9332,9335,9338,9352,9358,9474,9477,9506,9533,9542,9606,10216,10266,10588,11316,11770,11794,11834,12181,12202,12326,12648,12654,12681,12917,12956,13127,13454,13599,13611,13640", + "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", + "startOffsets": "6941,11486,11639,29517,31700,31755,31879,31943,32013,32074,32149,32225,32302,32540,32625,32707,32783,32901,32978,33056,33162,33268,33347,33427,33484,36345,36419,36494,36559,36625,36685,36746,36818,36891,36958,50119,50178,50237,50296,50355,50414,50468,50522,50575,50629,50683,50737,55129,55203,55282,55355,55429,55500,55572,55644,55717,55774,55832,55905,55979,56053,56128,56200,56273,56343,56414,56474,56577,56646,56715,56785,56859,56935,56999,57076,57152,57229,57294,57363,57440,57515,57584,57652,57729,57795,57856,57953,58018,58087,58186,58257,58316,58374,58431,58490,58554,58625,58697,58769,58841,58913,58980,59048,59116,59175,59238,59302,59392,59483,59543,59609,59676,59742,59812,59876,59929,59996,60057,60124,60237,60295,60358,60423,60488,60563,60636,60708,60752,60799,60845,60894,60955,61016,61077,61139,61203,61267,61331,61396,61459,61519,61580,61646,61705,61765,61827,61898,61958,65956,66042,66292,66382,66469,66557,66639,66722,66812,117381,117433,117491,117536,117602,117666,117723,117780,120234,120291,120339,120388,120583,121711,121758,122191,123862,124258,124322,124512,124572,129094,129168,129238,129316,129370,129440,129525,129573,129619,129680,129743,129809,129873,129944,130007,130072,130136,130197,130258,130310,130383,130457,130526,130601,130675,130749,130890,150717,151745,151823,151913,152001,152097,153606,154188,154277,154524,154805,155471,155756,157565,158042,158264,158486,158762,158989,159219,159449,159679,159909,160136,160555,160781,161206,161436,161864,162083,162366,162574,162705,162932,163358,163583,164010,164231,164656,164776,165052,165353,165677,165968,166282,166419,166550,166655,166897,167064,167268,167476,167747,167859,167971,168076,170169,170383,170529,170793,170879,171227,171315,171561,171979,172228,172310,172408,173065,173165,173417,173841,174096,179986,180075,180312,182336,182578,182680,182933,318502,329183,330699,341394,342922,344679,345305,345725,346986,348251,348507,348743,349290,349784,350389,350587,351167,352535,352910,353028,353566,353723,353919,354192,354448,354618,354759,354823,355188,355555,356231,356495,356833,357186,357280,357466,357772,358034,358159,358286,358525,358736,358855,359048,359225,359680,359861,359983,360242,360355,360542,360644,360751,360880,361155,361663,362159,363036,363330,363900,364049,364781,364953,365037,365373,365465,396203,401434,407149,407211,407789,408373,408464,408577,408806,408966,409118,409289,409455,409624,409791,409954,410197,410367,410540,410711,410985,411184,411389,420755,420839,420935,421031,421129,421229,421331,421433,421535,421637,421739,421839,421935,422047,422176,422299,422430,422561,422659,422773,422867,423007,423141,423237,423349,423449,423565,423661,423773,423873,424013,424149,424313,424443,424601,424751,424892,425036,425171,425283,425433,425561,425689,425825,425957,426087,426217,426329,443987,444133,444277,444495,444561,444651,444727,444831,444921,445023,445131,445239,445339,445419,445511,445609,445719,445771,445849,445955,446047,446151,446261,446383,446546,459621,459701,459801,459891,460001,460091,460332,460426,460532,500411,500511,500623,500737,500853,500969,501063,501177,501289,501391,501511,501633,501715,501819,501939,502065,502163,502257,502345,502457,502573,502695,502807,502982,503098,503184,503276,503388,503512,503579,503705,503773,503901,504045,504173,504242,504337,504452,504565,504664,504773,504884,504995,505096,505201,505301,505431,505522,505645,505739,505851,505937,506041,506137,506225,506343,506447,506551,506677,506765,506873,506973,507063,507173,507257,507359,507443,507497,507561,507667,507753,507863,507947,642092,644708,644826,644941,645021,645382,645615,650193,650271,651615,652976,653364,656207,675306,677533,688327,718789,735387,736138,737699,750971,751350,755628,767648,767877,768609,777022,778142,784674,797327,802393,802733,804154", + "endLines": "137,227,230,572,625,626,628,629,630,631,632,633,634,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1103,1104,1108,1109,1110,1111,1112,1113,1114,1756,1757,1758,1759,1760,1761,1762,1763,1801,1802,1803,1804,1808,1829,1830,1839,1871,1879,1880,1883,1884,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,2123,2133,2134,2135,2136,2137,2166,2167,2171,2175,2179,2191,2197,2227,2231,2235,2240,2244,2248,2252,2256,2260,2264,2270,2274,2280,2284,2290,2294,2299,2303,2306,2310,2316,2320,2326,2330,2336,2339,2343,2347,2351,2355,2359,2360,2361,2362,2365,2368,2371,2374,2378,2379,2380,2381,2382,2425,2427,2429,2435,2440,2441,2445,2451,2455,2456,2458,2470,2471,2475,2481,2485,2486,2563,2567,2594,2598,2599,2603,2631,4577,4603,4774,4800,4831,4839,4845,4861,4883,4888,4893,4903,4912,4921,4925,4932,4951,4958,4959,4968,4971,4974,4978,4982,4986,4989,4990,4995,5000,5010,5015,5022,5028,5029,5032,5036,5041,5043,5045,5048,5051,5053,5057,5060,5067,5070,5073,5077,5079,5083,5085,5087,5089,5093,5101,5109,5121,5127,5136,5139,5150,5153,5154,5159,5160,5165,5709,5779,5784,5794,5803,5804,5806,5810,5813,5816,5819,5822,5825,5828,5831,5835,5838,5841,5844,5848,5851,5855,5859,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6025,6027,6028,6029,6030,6031,6032,6033,6034,6036,6037,6039,6040,6042,6044,6045,6047,6048,6049,6050,6051,6052,6054,6055,6056,6057,6058,6059,6345,6347,6349,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6364,6365,6366,6367,6368,6369,6370,6372,6376,6380,6548,6549,6550,6551,6552,6556,6557,6558,6559,7101,7103,7105,7107,7109,7110,7111,7112,7114,7116,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7132,7133,7134,7135,7137,7139,7140,7142,7143,7145,7147,7149,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7162,7163,7164,7165,7167,7168,7169,7170,7171,7173,7175,7177,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,9328,9331,9334,9337,9351,9357,9367,9476,9505,9532,9541,9605,9968,10219,10293,10615,11333,11793,11799,11839,12201,12325,12345,12653,12657,12686,12928,13021,13146,13508,13610,13636,13646", + "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,24", + "endOffsets": "6991,11526,11683,29553,31750,31812,31938,32008,32069,32144,32220,32297,32375,32620,32702,32778,32854,32973,33051,33157,33263,33342,33422,33479,33537,36414,36489,36554,36620,36680,36741,36813,36886,36953,37021,50173,50232,50291,50350,50409,50463,50517,50570,50624,50678,50732,50786,55198,55277,55350,55424,55495,55567,55639,55712,55769,55827,55900,55974,56048,56123,56195,56268,56338,56409,56469,56530,56641,56710,56780,56854,56930,56994,57071,57147,57224,57289,57358,57435,57510,57579,57647,57724,57790,57851,57948,58013,58082,58181,58252,58311,58369,58426,58485,58549,58620,58692,58764,58836,58908,58975,59043,59111,59170,59233,59297,59387,59478,59538,59604,59671,59737,59807,59871,59924,59991,60052,60119,60232,60290,60353,60418,60483,60558,60631,60703,60747,60794,60840,60889,60950,61011,61072,61134,61198,61262,61326,61391,61454,61514,61575,61641,61700,61760,61822,61893,61953,62021,66037,66124,66377,66464,66552,66634,66717,66807,66898,117428,117486,117531,117597,117661,117718,117775,117829,120286,120334,120383,120434,120612,121753,121802,122232,123889,124317,124379,124567,124624,129163,129233,129311,129365,129435,129520,129568,129614,129675,129738,129804,129868,129939,130002,130067,130131,130192,130253,130305,130378,130452,130521,130596,130670,130744,130885,130955,150765,151818,151908,151996,152092,152182,154183,154272,154519,154800,155052,155751,156144,158037,158259,158481,158757,158984,159214,159444,159674,159904,160131,160550,160776,161201,161431,161859,162078,162361,162569,162700,162927,163353,163578,164005,164226,164651,164771,165047,165348,165672,165963,166277,166414,166545,166650,166892,167059,167263,167471,167742,167854,167966,168071,168188,170378,170524,170664,170874,171222,171310,171556,171974,172223,172305,172403,173060,173160,173412,173836,174091,174185,180070,180307,182331,182573,182675,182928,185084,329178,330694,341389,342917,344674,345300,345720,346981,348246,348502,348738,349285,349779,350384,350582,351162,352530,352905,353023,353561,353718,353914,354187,354443,354613,354754,354818,355183,355550,356226,356490,356828,357181,357275,357461,357767,358029,358154,358281,358520,358731,358850,359043,359220,359675,359856,359978,360237,360350,360537,360639,360746,360875,361150,361658,362154,363031,363325,363895,364044,364776,364948,365032,365368,365460,365738,401429,406800,407206,407784,408368,408459,408572,408801,408961,409113,409284,409450,409619,409786,409949,410192,410362,410535,410706,410980,411179,411384,411714,420834,420930,421026,421124,421224,421326,421428,421530,421632,421734,421834,421930,422042,422171,422294,422425,422556,422654,422768,422862,423002,423136,423232,423344,423444,423560,423656,423768,423868,424008,424144,424308,424438,424596,424746,424887,425031,425166,425278,425428,425556,425684,425820,425952,426082,426212,426324,426464,444128,444272,444410,444556,444646,444722,444826,444916,445018,445126,445234,445334,445414,445506,445604,445714,445766,445844,445950,446042,446146,446256,446378,446541,446698,459696,459796,459886,459996,460086,460327,460421,460527,460619,500506,500618,500732,500848,500964,501058,501172,501284,501386,501506,501628,501710,501814,501934,502060,502158,502252,502340,502452,502568,502690,502802,502977,503093,503179,503271,503383,503507,503574,503700,503768,503896,504040,504168,504237,504332,504447,504560,504659,504768,504879,504990,505091,505196,505296,505426,505517,505640,505734,505846,505932,506036,506132,506220,506338,506442,506546,506672,506760,506868,506968,507058,507168,507252,507354,507438,507492,507556,507662,507748,507858,507942,508062,644703,644821,644936,645016,645377,645610,646127,650266,651610,652971,653359,656202,666255,675436,678898,689679,719356,736133,736395,737894,751345,755623,756229,767872,768023,768819,777329,781163,785413,799453,802728,804039,804352" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/bc08e2bc22b52d87b735fadc934e507e/transformed/startup-runtime-1.1.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1979", + "startColumns": "4", + "startOffsets": "131000", + "endColumns": "82", + "endOffsets": "131078" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/73512426939fbfb848072bb807f08c4a/transformed/constraintlayout-2.1.4/res/values/values.xml", + "from": { + "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559", + "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", + "startOffsets": "55,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370", + "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24,24", + "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466" + }, + "to": { + "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,105,106,107,108,110,114,115,116,119,129,139,167,168,173,174,179,184,185,186,191,192,197,198,203,204,205,211,212,213,218,224,225,239,240,246,247,248,249,252,255,258,259,262,265,266,267,268,269,272,275,276,277,278,284,289,292,295,296,297,302,303,304,307,310,311,314,317,320,323,324,325,328,331,332,337,338,344,349,352,355,356,357,358,359,360,361,362,363,364,365,366,382,463,464,465,466,471,478,484,485,486,489,494,496,504,505,526,533,570,571,575,576,587,588,589,595,598,604,608,609,610,611,612,621,1815,1873,10616,10781,10909,10915,10919,11068,11303,11529,11556,11581,11604,11607,11610,11613,11640,11667,11684,12346,12354,12367,12383,12387,12417,12430,12434,12594,12604,12658,12929,12953,13147,13520,13557,13592,13647,13664", + "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", + "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,5544,5596,5657,5719,5826,5959,6011,6061,6222,6629,7052,8994,9053,9250,9307,9502,9683,9737,9794,9986,10044,10240,10296,10490,10547,10598,10820,10872,10927,11117,11333,11383,12132,12188,12394,12455,12515,12585,12718,12849,12977,13045,13174,13300,13362,13425,13493,13560,13683,13808,13875,13940,14005,14294,14475,14596,14717,14783,14850,15060,15129,15195,15320,15446,15513,15639,15766,15891,16018,16074,16139,16265,16388,16453,16661,16728,17016,17196,17316,17436,17501,17563,17625,17689,17751,17810,17870,17931,17992,18051,18111,18771,23714,23765,23814,23862,24149,24441,24671,24718,24778,24884,25064,25176,25511,25565,26730,27077,29407,29458,29667,29719,30155,30214,30268,30506,30684,30886,31025,31071,31126,31171,31215,31563,120902,123942,689684,695802,701467,701842,702009,707239,718092,725667,727012,727866,728736,728802,728881,728956,729740,730631,731450,756234,756639,757110,757901,758064,759425,759989,760142,765217,765635,768028,777334,778022,785418,799876,800619,802040,804357,805099", + "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,105,106,107,108,113,114,115,116,128,136,139,167,172,173,178,183,184,185,190,191,196,197,202,203,204,210,211,212,217,223,224,225,239,245,246,247,248,251,254,257,258,261,264,265,266,267,268,271,274,275,276,277,283,288,291,294,295,296,301,302,303,306,309,310,313,316,319,322,323,324,327,330,331,336,337,343,348,351,354,355,356,357,358,359,360,361,362,363,364,365,381,387,463,464,465,466,477,483,484,485,488,493,494,503,504,505,526,533,570,571,575,584,587,588,594,595,603,607,608,609,610,611,620,624,1815,1873,10780,10908,10914,10918,11067,11212,11315,11544,11580,11603,11606,11609,11612,11639,11666,11683,11769,12353,12366,12382,12386,12416,12429,12433,12443,12603,12647,12669,12932,12955,13162,13556,13591,13598,13663,13666", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24,24", + "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,5591,5652,5714,5760,5954,6006,6056,6107,6624,6936,7092,9048,9245,9302,9497,9678,9732,9789,9981,10039,10235,10291,10485,10542,10593,10815,10867,10922,11112,11328,11378,11430,12183,12389,12450,12510,12580,12713,12844,12972,13040,13169,13295,13357,13420,13488,13555,13678,13803,13870,13935,14000,14289,14470,14591,14712,14778,14845,15055,15124,15190,15315,15441,15508,15634,15761,15886,16013,16069,16134,16260,16383,16448,16656,16723,17011,17191,17311,17431,17496,17558,17620,17684,17746,17805,17865,17926,17987,18046,18106,18766,19017,23760,23809,23857,23915,24436,24666,24713,24773,24879,25059,25113,25506,25560,25616,26771,27119,29453,29512,29714,30044,30209,30263,30501,30556,30881,31020,31066,31121,31166,31210,31558,31695,120938,123982,695797,701462,701837,702004,707234,713360,718784,726413,727861,728731,728797,728876,728951,729735,730626,731445,735382,756634,757105,757896,758059,759420,759984,760137,760596,765630,767643,768319,777479,778137,786060,800614,802035,802388,805094,805195" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/ebfd2ba8434d0da019992d3e41bfd9cc/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": "506,1105,1106,1107,1115,1116,1117,1809,12687", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "25621,66129,66188,66236,66903,66978,67054,120617,768824", + "endLines": "506,1105,1106,1107,1115,1116,1117,1809,12707", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "25672,66183,66231,66287,66973,67049,67121,120678,769659" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values/strings.xml", + "from": { + "startLines": "4,1,5,2,6,3", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "180,16,220,70,262,132", + "endColumns": "39,53,41,61,39,47", + "endOffsets": "215,65,257,127,297,175" + }, + "to": { + "startLines": "1978,1980,2120,2121,2122,2132", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "130960,131083,150573,150615,150677,151697", + "endColumns": "39,53,41,61,39,47", + "endOffsets": "130995,131132,150610,150672,150712,151740" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values/colors.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,41", + "endOffsets": "92,134" + }, + "to": { + "startLines": "641,960", + "startColumns": "4,4", + "startOffsets": "32859,56535", + "endColumns": "41,41", + "endOffsets": "32896,56572" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/9baaf1093a34aabc0d8525a5be60bc5a/transformed/lifecycle-runtime-2.6.2/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1874", + "startColumns": "4", + "startOffsets": "123987", + "endColumns": "42", + "endOffsets": "124025" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/e1962b7525f1abc9c4defe38b64e2774/transformed/drawerlayout-1.1.1/res/values/values.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,111,159,211", + "endLines": "2,3,4,8", + "endColumns": "55,47,51,24", + "endOffsets": "106,154,206,426" + }, + "to": { + "startLines": "138,141,1054,11334", + "startColumns": "4,4,4,4", + "startOffsets": "6996,7160,62804,719361", + "endLines": "138,141,1054,11337", + "endColumns": "55,47,51,24", + "endOffsets": "7047,7203,62851,719467" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values/themes.xml", + "from": { + "startLines": "2,7", + "startColumns": "4,4", + "startOffsets": "100,331", + "endLines": "5,7", + "endColumns": "12,80", + "endOffsets": "325,407" + }, + "to": { + "startLines": "2430,6350", + "startColumns": "4,4", + "startOffsets": "170669,444415", + "endLines": "2433,6350", + "endColumns": "12,79", + "endOffsets": "170788,444490" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/089056cace134e7860a484c168484d4a/transformed/viewpager2-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "13637", + "startColumns": "4", + "startOffsets": "804044", + "endLines": "13639", + "endColumns": "24", + "endOffsets": "804149" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/f6d69847def64ec00bec62208ea51abf/transformed/activity-1.9.0/res/values/values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,59", + "endOffsets": "92,152" + }, + "to": { + "startLines": "1831,1875", + "startColumns": "4,4", + "startOffsets": "121807,124030", + "endColumns": "41,59", + "endOffsets": "121844,124085" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/9c1a784fcfe900d53b1750aabb12950a/transformed/lifecycle-viewmodel-2.6.2/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1877", + "startColumns": "4", + "startOffsets": "124144", + "endColumns": "49", + "endOffsets": "124189" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.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,98,99,103,104,105,106,112,122,155,176,209", + "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", + "startOffsets": "55,115,187,275,340,406,475,538,608,676,748,818,879,953,1026,1087,1148,1210,1274,1336,1397,1465,1565,1625,1691,1764,1833,1890,1942,2004,2076,2152,2217,2276,2335,2395,2455,2515,2575,2635,2695,2755,2815,2875,2935,2994,3054,3114,3174,3234,3294,3354,3414,3474,3534,3594,3653,3713,3773,3832,3891,3950,4009,4068,4127,4162,4197,4252,4315,4370,4428,4486,4547,4610,4667,4718,4768,4829,4886,4952,4986,5021,5056,5126,5193,5265,5334,5403,5477,5549,5637,5708,5825,6026,6136,6337,6466,6538,6605,6808,7109,8840,9521,10203", + "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,97,98,102,103,104,105,111,121,154,175,208,214", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,335,401,470,533,603,671,743,813,874,948,1021,1082,1143,1205,1269,1331,1392,1460,1560,1620,1686,1759,1828,1885,1937,1999,2071,2147,2212,2271,2330,2390,2450,2510,2570,2630,2690,2750,2810,2870,2930,2989,3049,3109,3169,3229,3289,3349,3409,3469,3529,3589,3648,3708,3768,3827,3886,3945,4004,4063,4122,4157,4192,4247,4310,4365,4423,4481,4542,4605,4662,4713,4763,4824,4881,4947,4981,5016,5051,5121,5188,5260,5329,5398,5472,5544,5632,5703,5820,6021,6131,6332,6461,6533,6600,6803,7104,8835,9516,10198,10365" + }, + "to": { + "startLines": "470,635,636,650,651,938,939,1047,1048,1049,1050,1051,1052,1053,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1810,1811,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1862,1946,1988,1989,1990,1991,1992,1993,1994,2131,6060,6061,6065,6066,6070,7195,7196,10220,10578,11421,11454,11490,11523", + "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", + "startOffsets": "24089,32380,32452,33542,33607,54997,55066,62316,62386,62454,62526,62596,62657,62731,116403,116464,116525,116587,116651,116713,116774,116842,116942,117002,117068,117141,117210,117267,117319,118111,118183,118259,118324,118383,118442,118502,118562,118622,118682,118742,118802,118862,118922,118982,119042,119101,119161,119221,119281,119341,119401,119461,119521,119581,119641,119701,119760,119820,119880,119939,119998,120057,120116,120175,120683,120718,122237,122292,122355,122410,122468,122526,122587,122650,122707,122758,122808,122869,122926,122992,123026,123408,128704,132376,132443,132515,132584,132653,132727,132799,151626,426469,426586,426787,426897,427098,508067,508139,675441,688026,721862,723593,724818,725500", + "endLines": "470,635,636,650,651,938,939,1047,1048,1049,1050,1051,1052,1053,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1810,1811,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1862,1946,1988,1989,1990,1991,1992,1993,1994,2131,6060,6064,6065,6069,6070,7195,7196,10225,10587,11453,11474,11522,11528", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "24144,32447,32535,33602,33668,55061,55124,62381,62449,62521,62591,62652,62726,62799,116459,116520,116582,116646,116708,116769,116837,116937,116997,117063,117136,117205,117262,117314,117376,118178,118254,118319,118378,118437,118497,118557,118617,118677,118737,118797,118857,118917,118977,119037,119096,119156,119216,119276,119336,119396,119456,119516,119576,119636,119696,119755,119815,119875,119934,119993,120052,120111,120170,120229,120713,120748,122287,122350,122405,122463,122521,122582,122645,122702,122753,122803,122864,122921,122987,123021,123056,123438,128769,132438,132510,132579,132648,132722,132794,132882,151692,426581,426782,426892,427093,427222,508134,508201,675639,688322,723588,724269,725495,725662" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3f38d5e7a405996153124a4947ba93a2/transformed/savedstate-1.2.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1876", + "startColumns": "4", + "startOffsets": "124090", + "endColumns": "53", + "endOffsets": "124139" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/1cf9683cdfde557bd5cf5e89f6e58b3e/transformed/fragment-1.5.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": "1805,1838,1878,11481,11486", + "startColumns": "4,4,4,4,4", + "startOffsets": "120439,122126,124194,724499,724669", + "endLines": "1805,1838,1878,11485,11489", + "endColumns": "56,64,63,24,24", + "endOffsets": "120491,122186,124253,724664,724813" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/2b2eec4b18ea35001a58ccf1d3239c09/transformed/appcompat-resources-1.7.0/res/values/values.xml", + "from": { + "startLines": "2,18,24,34,50", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,480,658,942,1353", + "endLines": "17,23,33,49,53", + "endColumns": "24,24,24,24,24", + "endOffsets": "475,653,937,1348,1475" + }, + "to": { + "startLines": "9368,9384,9390,12933,12949", + "startColumns": "4,4,4,4,4", + "startOffsets": "646132,646557,646735,777484,777895", + "endLines": "9383,9389,9399,12948,12952", + "endColumns": "24,24,24,24,24", + "endOffsets": "646552,646730,647014,777890,778017" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,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,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,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,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,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,686,687,688,689,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,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1358,1361,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1422,1423,1424,1425,1426,1430,1434,1438,1442,1443,1447,1455,1462,1470,1473,1483,1492,1501,1510,1511,1512,1513,1519,1520,1521,1522,1523,1524,1530,1531,1532,1533,1534,1539,1540,1544,1545,1551,1555,1556,1557,1558,1568,1569,1570,1574,1575,1581,1585,1586,1589,1590,1595,1596,1599,1600,1601,1602,1866,1873,2134,2140,2404,2411,2672,2678,2741,2823,2875,2957,3019,3101,3165,3217,3299,3307,3313,3324,3328,3332,3345,3360,3376,3383,3389,3406,3419,3439,3456,3465,3470,3477,3497,3510,3527,3533,3539,3546,3550,3556,3570,3573,3583,3584,3585,3633,3637,3641,3645,3646,3647,3650,3666,3673,3687,3732,3733,3739,3743,3747,3752,3759,3765,3766,3769,3773,3778,3791,3795,3800,3805,3810,3813,3816,3819,3823,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3853,3857,3861,3865,3869,3873,3877,3878,3879,3880,3881,3882,3883,3884,3888,3892,3893,3897,3898,3901,3905,3908,3911,3914,3918,3921,3924,3928,3932,3936,3940,3943,3944,3945,3946,3949,3953,3956,3959,3962,3965,3968,3971,3975,3978,3979,3982,3985,3986,3989,3990,3991,3995,3996,4001,4008,4015,4022,4029,4036,4043,4050,4057,4064,4073,4082,4091,4098,4107,4116,4119,4122,4123,4124,4125,4126,4127,4128,4129,4130,4131,4132,4133,4134,4138,4143,4148,4151,4152,4153,4154,4155,4163,4171,4172,4180,4184,4192,4200,4208,4216,4224,4225,4233,4241,4242,4245,4248,4250,4255,4257,4262,4266,4270,4271,4272,4273,4277,4281,4282,4286,4287,4288,4289,4290,4291,4292,4293,4294,4295,4296,4300,4301,4302,4303,4307,4308,4309,4310,4314,4318,4319,4323,4324,4325,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347,4348,4349,4350,4354,4355,4356,4362,4363,4367,4369,4370,4375,4376,4377,4378,4379,4380,4384,4385,4386,4392,4393,4397,4399,4403,4407,4411,4415,4416,4417,4418,4421,4424,4427,4430,4433,4438,4442,4445,4446,4451,4455,4460,4466,4472,4477,4481,4486,4490,4494,4535,4536,4537,4538,4539,4543,4544,4545,4546,4550,4554,4558,4562,4566,4570,4574,4578,4584,4585,4626,4640,4645,4671,4678,4681,4692,4697,4700,4703,4758,4764,4765,4768,4771,4774,4777,4780,4783,4786,4790,4793,4794,4795,4803,4811,4814,4819,4824,4829,4834,4838,4842,4843,4851,4852,4853,4854,4855,4863,4868,4873,4874,4875,4876,4901,4907,4912,4915,4919,4922,4926,4936,4939,4944,4947,4951,4955,4963,4977,4990,4994,5009,5020,5023,5034,5039,5043,5078,5079,5080,5092,5100,5108,5116,5124,5144,5147,5174,5179,5199,5202,5205,5212,5225,5234,5237,5257,5267,5271,5275,5288,5292,5296,5300,5306,5310,5327,5335,5339,5343,5347,5350,5354,5358,5362,5372,5379,5386,5390,5416,5426,5451,5460,5480,5490,5494,5504,5529,5539,5542,5549,5556,5563,5564,5565,5566,5567,5574,5578,5584,5590,5591,5604,5605,5606,5609,5612,5615,5618,5621,5624,5627,5630,5633,5636,5639,5642,5645,5648,5651,5654,5657,5660,5663,5666,5669,5670,5678,5686,5687,5700,5710,5714,5719,5724,5728,5731,5735,5739,5742,5746,5749,5753,5758,5763,5766,5773,5777,5781,5790,5795,5800,5801,5805,5808,5812,5825,5830,5838,5842,5846,5863,5867,5872,5890,5897,5901,5931,5934,5937,5940,5943,5946,5949,5968,5974,5982,5989,6001,6009,6014,6022,6026,6044,6051,6067,6071,6079,6082,6087,6088,6089,6090,6094,6098,6102,6106,6141,6144,6148,6152,6186,6189,6193,6197,6206,6212,6215,6225,6229,6230,6237,6241,6248,6249,6250,6253,6258,6263,6264,6268,6283,6302,6306,6307,6319,6329,6330,6342,6347,6371,6374,6380,6383,6392,6400,6404,6407,6410,6413,6417,6420,6437,6441,6444,6459,6462,6470,6475,6482,6487,6488,6493,6494,6500,6506,6512,6544,6555,6572,6579,6583,6586,6599,6608,6612,6617,6621,6625,6629,6633,6637,6641,6645,6650,6653,6665,6670,6679,6682,6689,6690,6694,6703,6709,6713,6714,6718,6739,6745,6749,6753,6754,6772,6773,6774,6775,6776,6781,6784,6785,6791,6792,6804,6816,6823,6824,6829,6834,6835,6839,6853,6858,6864,6870,6876,6881,6887,6893,6894,6900,6915,6920,6929,6938,6941,6955,6960,6971,6975,6984,6993,6994,7001,7009,7026,7036,7083,7150,7203,7260,7272,7339,7448,7468,7489,7495,7503,7609,7623,7646,7652,7696,7700,7706,7712,7723,7757,7764,7772,7787,7843,7854,7867,7879,7917,7964,7970,7982,7988,7994,8046,8051,8056,8063,8098,8110,8156,8185,8248,8253,8259,8262,8266,8320,8358,8376,8394,8461,8469,8493,8497,8505,8598,8602,8881,8889,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164,9165,9166,9167,9168,9169,9170,9171,9172,9173,9174,9175,9176,9177,9178,9179,9180,9181,9182,9183,9184,9185,9186,9187,9188,9189,9190,9191,9192,9193,9194,9195,9196,9197,9198,9199,9200,9201,9202,9203,9204,9205,9206,9207,9208,9209,9210,9211,9212,9213,9214,9215,9216,9217,9218,9219,9220,9221,9222,9223,9224,9225,9226,9227,9228,9229,9230,9231,9232,9233,9234,9235,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9246,9247,9248,9249,9250,9251,9252,9253,9254,9255,9256,9257,9258,9259,9260,9261,9262,9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1853,1914,1970,2021,2081,2137,2200,2249,2305,2361,2411,2470,2525,2587,2634,2688,2744,2796,2851,2905,2959,3013,3062,3120,3174,3231,3287,3334,3387,3443,3503,3566,3625,3687,3737,3791,3845,3893,3950,4003,4059,4113,4169,4232,4294,4350,4410,4463,4524,4603,4684,4756,4835,4915,4991,5069,5138,5214,5291,5362,5435,5511,5589,5658,5734,5811,5875,5946,6018,6069,6122,6177,6244,6297,6349,6399,6457,6522,6570,6621,6688,6754,6812,6881,6939,7008,7078,7151,7225,7293,7360,7430,7496,7569,7629,7705,7765,7825,7900,7968,8034,8102,8162,8221,8278,8344,8406,8463,8531,8604,8674,8736,8797,8865,8927,8997,9066,9122,9181,9243,9305,9372,9429,9490,9551,9612,9673,9729,9785,9841,9897,9955,10013,10071,10129,10186,10243,10300,10357,10416,10475,10533,10616,10699,10772,10826,10895,10951,11032,11113,11184,11313,11366,11424,11482,11540,11586,11646,11700,11770,11840,11905,11971,12036,12104,12173,12241,12371,12424,12483,12541,12593,12643,12695,12741,12791,12847,12894,12952,13010,13072,13135,13197,13256,13316,13381,13447,13512,13574,13636,13698,13760,13822,13884,13950,14017,14083,14146,14210,14273,14341,14402,14464,14526,14589,14653,14716,14780,14858,14917,14983,15063,15124,15177,15235,15286,15331,15392,15456,15515,15577,15651,15722,15788,15862,15931,16002,16075,16146,16214,16287,16363,16433,16511,16579,16645,16706,16775,16839,16905,16973,17039,17102,17170,17241,17306,17379,17442,17523,17587,17653,17723,17793,17863,17933,18000,18057,18115,18174,18234,18293,18352,18411,18470,18529,18588,18647,18706,18765,18824,18884,18945,19007,19068,19129,19190,19251,19312,19373,19433,19494,19555,19615,19676,19737,19798,19859,19920,19981,20042,20103,20164,20225,20286,20354,20423,20493,20562,20631,20700,20769,20838,20907,20976,21045,21114,21183,21243,21304,21366,21427,21488,21549,21610,21671,21732,21793,21854,21915,21976,22038,22101,22165,22228,22291,22354,22417,22480,22543,22606,22669,22732,22795,22856,22918,22981,23043,23105,23167,23229,23291,23353,23415,23477,23539,23601,23658,23744,23824,23914,24009,24101,24193,24283,24366,24459,24546,24643,24734,24835,24922,25025,25114,25213,25305,25405,25489,25583,25671,25769,25852,25943,26037,26136,26238,26336,26436,26523,26623,26709,26805,26893,26974,27065,27161,27254,27347,27438,27523,27617,27706,27804,27897,27999,28087,28191,28282,28382,28475,28576,28661,28756,28845,28944,29029,29121,29216,29316,29419,29518,29621,29710,29811,29898,29995,30083,30179,30271,30371,30461,30559,30644,30733,30822,30915,31002,31093,31159,31235,31304,31383,31456,31536,31616,31693,31761,31839,31915,31986,32067,32140,32223,32298,32383,32456,32537,32618,32692,32776,32846,32924,32994,33074,33152,33224,33306,33376,33453,33533,33618,33706,33790,33877,33951,34029,34107,34178,34259,34350,34433,34529,34627,34734,34799,34865,34918,34994,35060,35147,35223,35299,35364,35419,35473,35552,35630,35703,35768,35831,35897,35968,36039,36109,36171,36240,36306,36366,36433,36500,36556,36607,36660,36712,36766,36837,36900,36959,37021,37080,37153,37220,37290,37350,37413,37488,37560,37656,37727,37783,37854,37911,37968,38034,38098,38169,38226,38279,38342,38394,38452,38519,38588,38654,38713,38796,38855,38912,38979,39049,39123,39185,39254,39324,39423,39520,39619,39705,39791,39872,39947,40036,40127,40211,40270,40316,40382,40439,40506,40563,40645,40710,40776,40899,40983,41104,41169,41231,41329,41403,41486,41575,41639,41718,41792,41854,41950,42015,42074,42130,42186,42246,42353,42400,42460,42521,42585,42646,42706,42764,42807,42856,42908,42959,43011,43060,43109,43174,43240,43300,43361,43417,43476,43525,43573,43631,43688,43790,43847,43922,43970,44021,44083,44148,44200,44274,44337,44400,44468,44518,44580,44640,44697,44757,44806,44874,44980,45082,45151,45222,45278,45327,45427,45498,45608,45699,45781,45879,45935,46036,46146,46245,46308,46414,46491,46603,46730,46842,46969,47039,47153,47284,47381,47449,47567,47670,47788,47849,47923,47990,48095,48217,48291,48358,48468,48567,48640,48737,48859,48977,49095,49156,49278,49395,49463,49569,49671,49751,49822,49918,49985,50059,50133,50219,50309,50387,50464,50564,50635,50756,50877,50941,51066,51140,51264,51388,51455,51564,51692,51804,51883,51961,52062,52133,52255,52377,52442,52568,52680,52786,52854,52953,53057,53120,53186,53270,53383,53496,53614,53692,53764,53900,54036,54121,54261,54399,54537,54679,54761,54847,54924,54997,55106,55217,55345,55473,55605,55735,55865,55999,56088,56150,56246,56313,56430,56551,56648,56730,56817,56904,57035,57166,57301,57378,57455,57566,57680,57754,57863,57975,58042,58115,58180,58282,58378,58482,58550,58615,58709,58781,58891,58997,59070,59161,59263,59366,59461,59568,59673,59795,59917,60043,60102,60160,60284,60408,60536,60654,60772,60894,60980,61077,61211,61345,61425,61563,61695,61827,61963,62038,62114,62217,62291,62404,62485,62542,62603,62662,62722,62780,62841,62899,62949,62998,63065,63124,63183,63232,63303,63387,63457,63528,63608,63677,63740,63808,63874,63942,64007,64073,64150,64228,64334,64440,64536,64665,64754,64881,64947,65017,65103,65169,65252,65326,65424,65520,65616,65714,65823,65918,66007,66069,66129,66194,66251,66332,66386,66443,66540,66650,66711,66826,66947,67042,67134,67227,67283,67342,67391,67483,67532,67586,67640,67694,67748,67802,67857,67967,68077,68185,68295,68405,68515,68625,68733,68839,68943,69047,69151,69246,69341,69434,69527,69631,69737,69841,69945,70038,70131,70224,70317,70425,70531,70637,70743,70840,70935,71030,71125,71231,71337,71443,71549,71647,71742,71838,71935,72000,72104,72162,72226,72287,72349,72409,72474,72536,72604,72662,72725,72788,72855,72930,73003,73069,73121,73174,73226,73283,73367,73462,73547,73628,73708,73785,73864,73941,74015,74089,74160,74240,74312,74387,74452,74513,74573,74648,74722,74795,74865,74937,75007,75080,75144,75214,75260,75329,75381,75466,75549,75606,75672,75739,75805,75886,75961,76017,76070,76131,76189,76239,76288,76337,76386,76448,76500,76545,76626,76677,76731,76784,76838,76889,76938,77004,77055,77116,77177,77239,77289,77330,77407,77466,77525,77584,77645,77701,77757,77824,77885,77950,78005,78070,78139,78207,78285,78354,78414,78485,78559,78624,78696,78766,78833,78917,78986,79053,79123,79186,79253,79321,79404,79483,79573,79650,79718,79785,79863,79920,79977,80045,80111,80167,80227,80286,80340,80390,80440,80488,80550,80601,80674,80754,80834,80898,80965,81036,81094,81155,81221,81280,81347,81407,81467,81530,81598,81659,81726,81804,81874,81923,81980,82049,82110,82198,82286,82374,82462,82549,82636,82723,82810,82868,82942,83012,83068,83139,83204,83266,83341,83414,83504,83570,83636,83697,83761,83823,83881,83952,84035,84094,84165,84231,84296,84357,84416,84487,84553,84618,84701,84777,84852,84933,84993,85062,85132,85201,85256,85312,85368,85429,85487,85543,85602,85656,85711,85773,85830,85924,85993,86094,86145,86215,86278,86334,86392,86451,86505,86591,86675,86745,86814,86884,86999,87120,87187,87254,87329,87396,87455,87509,87563,87617,87670,87722,87796,87933,88073,88122,88172,88222,88270,88326,88384,88446,88501,88559,88630,88694,88753,88815,88881,88947,88990,89034,89079,89122,89173,89220,89265,89316,89367,89418,89469,89517,89583,89645,89708,89780,89837,89891,89946,90004,90059,90118,90174,90243,90312,90381,90451,90514,90577,90640,90703,90768,90833,90898,90963,91026,91090,91154,91218,91269,91347,91425,91496,91568,91641,91713,91779,91845,91913,91981,92047,92114,92188,92251,92308,92368,92433,92500,92565,92622,92683,92741,92845,92955,93064,93168,93246,93311,93378,93444,93514,93561,93613,93663,93720,94040,94190,94321,94505,94683,94921,95110,95279,95377,95492,95577,95656,95816,95881,95970,96127,96284,96437,96591,96650,96837,96933,97023,97119,97209,97375,97498,97621,97791,97897,98012,98127,98229,98335,98452,98567,98649,98822,98990,99138,99297,99452,99625,99742,99859,100027,100139,100253,100425,100601,100759,100892,101004,101150,101302,101434,101577,101699,101877,102013,102109,102245,102340,102507,102600,102692,102879,103035,103213,103377,103559,103876,104058,104240,104430,104662,104852,105029,105191,105348,105458,105641,105778,105982,106166,106350,106510,106668,106852,107079,107282,107453,107673,107895,108050,108250,108434,108537,108727,108868,109033,109204,109404,109608,109810,109975,110180,110379,110578,110775,110866,111015,111165,111249,111398,111543,111695,111836,112002,112163,112241,112542,112708,112863,112965,113123,113287,113473,113696,113821,114098,114370,114648,114893,114955,115240,115691,116147,116656,116804,117318,117755,118189,118632,118717,118838,118937,119342,119439,119556,119643,119766,119867,120273,120372,120491,120584,120691,121034,121141,121386,121507,121916,122164,122264,122369,122488,122997,123144,123263,123514,123647,124062,124316,124428,124675,124800,125208,125329,125557,125678,125811,125958,146680,147172,167643,168067,188834,189328,209844,210270,215111,220528,224619,230050,234792,240169,244153,248145,253536,254083,254516,255272,255502,255745,256912,257841,258745,259329,259802,261232,261976,263169,264223,264701,264994,265377,266892,267657,268800,269241,269682,270278,270552,270963,271979,272157,272910,273047,273138,275332,275598,275920,276130,276239,276358,276542,277660,278130,278881,281464,281559,281935,282163,282419,282678,283254,283608,283730,283869,284161,284421,285349,285635,286038,286440,286783,286995,287196,287409,287698,287983,288056,288143,288228,288327,288439,288545,288668,288800,288923,289053,289177,289310,289441,289566,289683,289803,289935,290063,290177,290295,290408,290529,290717,290904,291085,291268,291452,291617,291799,291919,292039,292147,292257,292369,292477,292587,292752,292918,293070,293235,293336,293456,293627,293788,293951,294112,294279,294398,294515,294695,294877,295058,295241,295396,295541,295663,295798,295961,296154,296280,296432,296574,296744,296900,297072,297363,297558,297650,297823,297985,298080,298249,298343,298432,298675,298764,299057,299473,299893,300314,300740,301157,301573,301990,302408,302822,303292,303765,304237,304648,305119,305591,305781,305987,306093,306201,306307,306419,306533,306645,306759,306875,306989,307097,307207,307315,307577,307956,308360,308507,308615,308725,308833,308947,309356,309770,309886,310304,310545,310975,311410,311820,312242,312652,312774,313183,313599,313721,313939,314123,314191,314535,314615,314971,315121,315265,315341,315453,315543,315805,316070,316178,316330,316438,316514,316626,316716,316818,316926,317034,317134,317242,317327,317493,317597,317725,317812,317979,318057,318171,318263,318527,318794,318904,319057,319167,319251,319640,319738,319846,319940,320070,320178,320300,320436,320544,320664,320798,320920,321048,321190,321316,321456,321582,321700,321832,321930,322040,322340,322452,322570,323034,323150,323453,323579,323675,324076,324186,324310,324448,324558,324680,324992,325116,325246,325722,325850,326165,326303,326465,326681,326837,327041,327109,327193,327297,327500,327689,327890,328083,328288,328601,328813,328979,329095,329341,329557,329870,330296,330758,330995,331147,331407,331551,331693,334925,335039,335159,335275,335369,335690,335789,335907,336008,336287,336572,336851,337133,337386,337645,337898,338154,338578,338654,341904,343259,343703,345557,346132,346340,347350,347730,347896,348037,353057,353483,353595,353730,353883,354080,354251,354434,354609,354796,355068,355226,355310,355414,355901,356457,356615,356834,357065,357288,357523,357745,358011,358149,358748,358862,359000,359112,359236,359807,360302,360848,360993,361086,361178,363105,363675,363973,364162,364368,364561,364771,365655,365800,366192,366350,366567,366828,367260,368135,368755,368952,369900,370665,370788,371561,371782,371982,373959,374059,374149,374835,375588,376353,377116,377891,379104,379269,380882,381203,382266,382476,382646,383216,384111,384744,384910,386396,387012,387248,387469,388427,388692,388957,389204,389618,389854,391139,391588,391775,392024,392266,392442,392683,392916,393141,393736,394211,394735,394996,396347,396822,398048,398518,399566,400018,400262,400719,401964,402447,402597,403152,403604,404004,404157,404302,404445,404515,404943,405231,405735,406244,406360,407262,407384,407496,407673,407939,408209,408475,408743,408999,409259,409515,409773,410025,410281,410533,410787,411019,411255,411507,411763,412015,412269,412501,412735,412847,413499,413954,414078,415170,415985,416181,416505,416894,417246,417487,417701,418000,418192,418507,418714,419060,419360,419761,419980,420393,420630,421000,421724,422079,422348,422488,422742,422886,423163,424155,424564,425196,425542,425910,426984,427347,427747,429255,429840,430158,432693,432887,433105,433331,433543,433742,433949,435153,435448,436005,436395,437027,437504,437749,438236,438482,439678,440075,441081,441303,441726,441917,442296,442384,442492,442600,442913,443238,443557,443888,446591,446779,447040,447289,449873,450065,450330,450583,451115,451523,451722,452306,452541,452665,453077,453291,453693,453796,453926,454101,454353,454549,454689,454883,455894,456963,457251,457381,458158,458815,458961,459667,459905,461445,461595,462012,462177,462863,463333,463529,463620,463704,463848,464082,464249,465177,465463,465623,466238,466397,466725,466952,467464,467826,467905,468244,468349,468714,469085,469446,471320,471949,473025,473449,473702,473854,474902,475639,475842,476088,476335,476553,476795,477116,477380,477685,477908,478219,478408,479123,479392,479886,480112,480552,480711,480995,481740,482105,482410,482568,482806,484125,484523,484751,484971,485113,486403,486509,486639,486777,486901,487189,487358,487458,487743,487857,488740,489495,489934,490058,490304,490497,490631,490822,491601,491819,492110,492389,492706,492928,493223,493506,493610,493951,494767,495083,495644,496150,496355,497141,497546,498207,498396,498947,499513,499633,500035,500569,501099,501398,503743,506185,508010,510017,510356,513030,515325,515765,516517,516701,516912,521570,522153,522881,523083,524218,524368,524543,524768,525362,526661,527002,527510,528021,529815,530075,530691,531186,532223,534089,534280,534613,534769,534962,537354,537583,537791,537961,539733,540031,541374,542384,544349,544465,544634,544771,544917,546268,547406,547937,548363,550378,550626,551396,551512,551687,554902,555049,565921,566164,566582,566677,566770,566833,566915,567008,567101,567188,567286,567377,567468,567556,567640,567736,567836,567942,568045,568146,568250,568356,568455,568561,568663,568770,568879,568990,569121,569241,569357,569475,569574,569681,569797,569916,570044,570133,570228,570305,570394,570485,570578,570652,570749,570844,570942,571041,571145,571241,571343,571446,571546,571649,571734,571835,571933,572023,572118,572205,572311,572413,572507,572598,572692,572768,572860,572949,573052,573163,573246,573332,573427,573524,573620,573708,573809,573910,574013,574119,574217,574314,574409,574507,574610,574710,574813,574918,575036,575152,575247,575340,575425,575521,575615,575707,575790,575894,575999,576099,576200,576305,576405,576506,576605,576707,576801,576908,577010,577113,577206,577302,577404,577507,577603,577705,577808,577905,578008,578106,578210,578315,578412,578520,578634,578749,578857,578971,579086,579188,579293,579401,579511,579627,579744,579839,579936,580035,580140,580246,580345,580450,580556,580656,580762,580863,580970,581089,581188,581293,581395,581497,581597,581700,581795,581899,581984,582088,582192,582290,582394,582500,582598,582703,582801,582914,583008,583097,583186,583269,583360,583443,583541,583631,583727,583816,583910,583998,584094,584179,584287,584388,584489,584587,584693,584784,584883,584980,585078,585174,585267,585377,585475,585570,585680,585772,585872,585971,586058,586162,586267,586366,586473,586580,586679,586788,586880,586991,587102,587213,587317,587432,587548,587675,587795,587890,587985,588082,588181,588273,588372,588464,588563,588649,588743,588846,588942,589045,589141,589244,589341,589439,589542,589635,589725,589826,589909,590000,590085,590177,590280,590375,590471,590564,590658,590737,590844,590935,591034,591127,591230,591334,591435,591536,591640,591734,591838,591942,592055,592161,592267,592375,592492,592593,592701,592801,592904,593009,593116,593212,593291,593381,593465,593557,593630,593722,593811,593903,593988,594085,594178,594273,594372,594469,594560,594651,594743,594838,594945,595053,595155,595252,595349,595442,595529,595613,595710,595807,595900,595987,596078,596177,596276,596371,596460,596541,596640,596744,596841,596946,597043,597127,597226,597330,597427,597532,597629,597727,597828,597934,598033,598140,598239,598338,598429,598518,598607,598689,598782,598873,598984,599085,599185,599297,599410,599508,599616,599710,599810,599899,599991,600102,600212,600307,600423,600549,600675,600794,600922,601047,601172,601290,601417,601526,601635,601748,601871,601994,602110,602235,602332,602440,602562,602678,602794,602903,602991,603092,603181,603282,603369,603457,603554,603646,603752,603852,603928", + "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,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,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,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,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,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,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,686,687,688,689,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,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1357,1360,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1421,1422,1423,1424,1425,1429,1433,1437,1441,1442,1446,1454,1461,1469,1472,1482,1491,1500,1509,1510,1511,1512,1518,1519,1520,1521,1522,1523,1529,1530,1531,1532,1533,1538,1539,1543,1544,1550,1554,1555,1556,1557,1567,1568,1569,1573,1574,1580,1584,1585,1588,1589,1594,1595,1598,1599,1600,1601,1865,1872,2133,2139,2403,2410,2671,2677,2740,2822,2874,2956,3018,3100,3164,3216,3298,3306,3312,3323,3327,3331,3344,3359,3375,3382,3388,3405,3418,3438,3455,3464,3469,3476,3496,3509,3526,3532,3538,3545,3549,3555,3569,3572,3582,3583,3584,3632,3636,3640,3644,3645,3646,3649,3665,3672,3686,3731,3732,3738,3742,3746,3751,3758,3764,3765,3768,3772,3777,3790,3794,3799,3804,3809,3812,3815,3818,3822,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3852,3856,3860,3864,3868,3872,3876,3877,3878,3879,3880,3881,3882,3883,3887,3891,3892,3896,3897,3900,3904,3907,3910,3913,3917,3920,3923,3927,3931,3935,3939,3942,3943,3944,3945,3948,3952,3955,3958,3961,3964,3967,3970,3974,3977,3978,3981,3984,3985,3988,3989,3990,3994,3995,4000,4007,4014,4021,4028,4035,4042,4049,4056,4063,4072,4081,4090,4097,4106,4115,4118,4121,4122,4123,4124,4125,4126,4127,4128,4129,4130,4131,4132,4133,4137,4142,4147,4150,4151,4152,4153,4154,4162,4170,4171,4179,4183,4191,4199,4207,4215,4223,4224,4232,4240,4241,4244,4247,4249,4254,4256,4261,4265,4269,4270,4271,4272,4276,4280,4281,4285,4286,4287,4288,4289,4290,4291,4292,4293,4294,4295,4299,4300,4301,4302,4306,4307,4308,4309,4313,4317,4318,4322,4323,4324,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347,4348,4349,4353,4354,4355,4361,4362,4366,4368,4369,4374,4375,4376,4377,4378,4379,4383,4384,4385,4391,4392,4396,4398,4402,4406,4410,4414,4415,4416,4417,4420,4423,4426,4429,4432,4437,4441,4444,4445,4450,4454,4459,4465,4471,4476,4480,4485,4489,4493,4534,4535,4536,4537,4538,4542,4543,4544,4545,4549,4553,4557,4561,4565,4569,4573,4577,4583,4584,4625,4639,4644,4670,4677,4680,4691,4696,4699,4702,4757,4763,4764,4767,4770,4773,4776,4779,4782,4785,4789,4792,4793,4794,4802,4810,4813,4818,4823,4828,4833,4837,4841,4842,4850,4851,4852,4853,4854,4862,4867,4872,4873,4874,4875,4900,4906,4911,4914,4918,4921,4925,4935,4938,4943,4946,4950,4954,4962,4976,4989,4993,5008,5019,5022,5033,5038,5042,5077,5078,5079,5091,5099,5107,5115,5123,5143,5146,5173,5178,5198,5201,5204,5211,5224,5233,5236,5256,5266,5270,5274,5287,5291,5295,5299,5305,5309,5326,5334,5338,5342,5346,5349,5353,5357,5361,5371,5378,5385,5389,5415,5425,5450,5459,5479,5489,5493,5503,5528,5538,5541,5548,5555,5562,5563,5564,5565,5566,5573,5577,5583,5589,5590,5603,5604,5605,5608,5611,5614,5617,5620,5623,5626,5629,5632,5635,5638,5641,5644,5647,5650,5653,5656,5659,5662,5665,5668,5669,5677,5685,5686,5699,5709,5713,5718,5723,5727,5730,5734,5738,5741,5745,5748,5752,5757,5762,5765,5772,5776,5780,5789,5794,5799,5800,5804,5807,5811,5824,5829,5837,5841,5845,5862,5866,5871,5889,5896,5900,5930,5933,5936,5939,5942,5945,5948,5967,5973,5981,5988,6000,6008,6013,6021,6025,6043,6050,6066,6070,6078,6081,6086,6087,6088,6089,6093,6097,6101,6105,6140,6143,6147,6151,6185,6188,6192,6196,6205,6211,6214,6224,6228,6229,6236,6240,6247,6248,6249,6252,6257,6262,6263,6267,6282,6301,6305,6306,6318,6328,6329,6341,6346,6370,6373,6379,6382,6391,6399,6403,6406,6409,6412,6416,6419,6436,6440,6443,6458,6461,6469,6474,6481,6486,6487,6492,6493,6499,6505,6511,6543,6554,6571,6578,6582,6585,6598,6607,6611,6616,6620,6624,6628,6632,6636,6640,6644,6649,6652,6664,6669,6678,6681,6688,6689,6693,6702,6708,6712,6713,6717,6738,6744,6748,6752,6753,6771,6772,6773,6774,6775,6780,6783,6784,6790,6791,6803,6815,6822,6823,6828,6833,6834,6838,6852,6857,6863,6869,6875,6880,6886,6892,6893,6899,6914,6919,6928,6937,6940,6954,6959,6970,6974,6983,6992,6993,7000,7008,7025,7035,7082,7149,7202,7259,7271,7329,7447,7467,7488,7494,7502,7608,7622,7645,7651,7695,7699,7705,7711,7722,7756,7763,7771,7786,7842,7853,7866,7878,7916,7963,7969,7981,7987,7993,8045,8050,8055,8062,8097,8109,8155,8184,8247,8252,8258,8261,8265,8293,8357,8375,8393,8460,8468,8492,8496,8504,8597,8601,8880,8888,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164,9165,9166,9167,9168,9169,9170,9171,9172,9173,9174,9175,9176,9177,9178,9179,9180,9181,9182,9183,9184,9185,9186,9187,9188,9189,9190,9191,9192,9193,9194,9195,9196,9197,9198,9199,9200,9201,9202,9203,9204,9205,9206,9207,9208,9209,9210,9211,9212,9213,9214,9215,9216,9217,9218,9219,9220,9221,9222,9223,9224,9225,9226,9227,9228,9229,9230,9231,9232,9233,9234,9235,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9246,9247,9248,9249,9250,9251,9252,9253,9254,9255,9256,9257,9258,9259,9260,9261,9262,9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,69,68,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,60,63,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,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,59,60,60,59,60,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,85,76,72,108,110,127,127,131,129,129,133,88,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,66,72,64,101,95,103,67,64,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,69,85,65,82,73,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,94,95,96,64,103,57,63,60,61,59,64,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,72,69,71,69,72,63,69,45,68,51,84,82,56,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,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,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,58,53,54,61,56,93,68,100,50,69,62,55,57,58,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,203,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,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,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,107,10,107,75,111,89,101,107,107,99,107,84,10,103,127,86,10,77,113,91,10,10,109,10,109,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,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,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,10,10,10,10,99,89,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,10,10,10,10,10,152,144,142,69,10,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,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,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,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,78,10,104,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,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,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,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,62,81,92,92,86,97,90,90,87,83,95,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,94,94,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,91,88,91,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1848,1909,1965,2016,2076,2132,2195,2244,2300,2356,2406,2465,2520,2582,2629,2683,2739,2791,2846,2900,2954,3008,3057,3115,3169,3226,3282,3329,3382,3438,3498,3561,3620,3682,3732,3786,3840,3888,3945,3998,4054,4108,4164,4227,4289,4345,4405,4458,4519,4598,4679,4751,4830,4910,4986,5064,5133,5209,5286,5357,5430,5506,5584,5653,5729,5806,5870,5941,6013,6064,6117,6172,6239,6292,6344,6394,6452,6517,6565,6616,6683,6749,6807,6876,6934,7003,7073,7146,7220,7288,7355,7425,7491,7564,7624,7700,7760,7820,7895,7963,8029,8097,8157,8216,8273,8339,8401,8458,8526,8599,8669,8731,8792,8860,8922,8992,9061,9117,9176,9238,9300,9367,9424,9485,9546,9607,9668,9724,9780,9836,9892,9950,10008,10066,10124,10181,10238,10295,10352,10411,10470,10528,10611,10694,10767,10821,10890,10946,11027,11108,11179,11308,11361,11419,11477,11535,11581,11641,11695,11765,11835,11900,11966,12031,12099,12168,12236,12366,12419,12478,12536,12588,12638,12690,12736,12786,12842,12889,12947,13005,13067,13130,13192,13251,13311,13376,13442,13507,13569,13631,13693,13755,13817,13879,13945,14012,14078,14141,14205,14268,14336,14397,14459,14521,14584,14648,14711,14775,14853,14912,14978,15058,15119,15172,15230,15281,15326,15387,15451,15510,15572,15646,15717,15783,15857,15926,15997,16070,16141,16209,16282,16358,16428,16506,16574,16640,16701,16770,16834,16900,16968,17034,17097,17165,17236,17301,17374,17437,17518,17582,17648,17718,17788,17858,17928,17995,18052,18110,18169,18229,18288,18347,18406,18465,18524,18583,18642,18701,18760,18819,18879,18940,19002,19063,19124,19185,19246,19307,19368,19428,19489,19550,19610,19671,19732,19793,19854,19915,19976,20037,20098,20159,20220,20281,20349,20418,20488,20557,20626,20695,20764,20833,20902,20971,21040,21109,21178,21238,21299,21361,21422,21483,21544,21605,21666,21727,21788,21849,21910,21971,22033,22096,22160,22223,22286,22349,22412,22475,22538,22601,22664,22727,22790,22851,22913,22976,23038,23100,23162,23224,23286,23348,23410,23472,23534,23596,23653,23739,23819,23909,24004,24096,24188,24278,24361,24454,24541,24638,24729,24830,24917,25020,25109,25208,25300,25400,25484,25578,25666,25764,25847,25938,26032,26131,26233,26331,26431,26518,26618,26704,26800,26888,26969,27060,27156,27249,27342,27433,27518,27612,27701,27799,27892,27994,28082,28186,28277,28377,28470,28571,28656,28751,28840,28939,29024,29116,29211,29311,29414,29513,29616,29705,29806,29893,29990,30078,30174,30266,30366,30456,30554,30639,30728,30817,30910,30997,31088,31154,31230,31299,31378,31451,31531,31611,31688,31756,31834,31910,31981,32062,32135,32218,32293,32378,32451,32532,32613,32687,32771,32841,32919,32989,33069,33147,33219,33301,33371,33448,33528,33613,33701,33785,33872,33946,34024,34102,34173,34254,34345,34428,34524,34622,34729,34794,34860,34913,34989,35055,35142,35218,35294,35359,35414,35468,35547,35625,35698,35763,35826,35892,35963,36034,36104,36166,36235,36301,36361,36428,36495,36551,36602,36655,36707,36761,36832,36895,36954,37016,37075,37148,37215,37285,37345,37408,37483,37555,37651,37722,37778,37849,37906,37963,38029,38093,38164,38221,38274,38337,38389,38447,38514,38583,38649,38708,38791,38850,38907,38974,39044,39118,39180,39249,39319,39418,39515,39614,39700,39786,39867,39942,40031,40122,40206,40265,40311,40377,40434,40501,40558,40640,40705,40771,40894,40978,41099,41164,41226,41324,41398,41481,41570,41634,41713,41787,41849,41945,42010,42069,42125,42181,42241,42348,42395,42455,42516,42580,42641,42701,42759,42802,42851,42903,42954,43006,43055,43104,43169,43235,43295,43356,43412,43471,43520,43568,43626,43683,43785,43842,43917,43965,44016,44078,44143,44195,44269,44332,44395,44463,44513,44575,44635,44692,44752,44801,44869,44975,45077,45146,45217,45273,45322,45422,45493,45603,45694,45776,45874,45930,46031,46141,46240,46303,46409,46486,46598,46725,46837,46964,47034,47148,47279,47376,47444,47562,47665,47783,47844,47918,47985,48090,48212,48286,48353,48463,48562,48635,48732,48854,48972,49090,49151,49273,49390,49458,49564,49666,49746,49817,49913,49980,50054,50128,50214,50304,50382,50459,50559,50630,50751,50872,50936,51061,51135,51259,51383,51450,51559,51687,51799,51878,51956,52057,52128,52250,52372,52437,52563,52675,52781,52849,52948,53052,53115,53181,53265,53378,53491,53609,53687,53759,53895,54031,54116,54256,54394,54532,54674,54756,54842,54919,54992,55101,55212,55340,55468,55600,55730,55860,55994,56083,56145,56241,56308,56425,56546,56643,56725,56812,56899,57030,57161,57296,57373,57450,57561,57675,57749,57858,57970,58037,58110,58175,58277,58373,58477,58545,58610,58704,58776,58886,58992,59065,59156,59258,59361,59456,59563,59668,59790,59912,60038,60097,60155,60279,60403,60531,60649,60767,60889,60975,61072,61206,61340,61420,61558,61690,61822,61958,62033,62109,62212,62286,62399,62480,62537,62598,62657,62717,62775,62836,62894,62944,62993,63060,63119,63178,63227,63298,63382,63452,63523,63603,63672,63735,63803,63869,63937,64002,64068,64145,64223,64329,64435,64531,64660,64749,64876,64942,65012,65098,65164,65247,65321,65419,65515,65611,65709,65818,65913,66002,66064,66124,66189,66246,66327,66381,66438,66535,66645,66706,66821,66942,67037,67129,67222,67278,67337,67386,67478,67527,67581,67635,67689,67743,67797,67852,67962,68072,68180,68290,68400,68510,68620,68728,68834,68938,69042,69146,69241,69336,69429,69522,69626,69732,69836,69940,70033,70126,70219,70312,70420,70526,70632,70738,70835,70930,71025,71120,71226,71332,71438,71544,71642,71737,71833,71930,71995,72099,72157,72221,72282,72344,72404,72469,72531,72599,72657,72720,72783,72850,72925,72998,73064,73116,73169,73221,73278,73362,73457,73542,73623,73703,73780,73859,73936,74010,74084,74155,74235,74307,74382,74447,74508,74568,74643,74717,74790,74860,74932,75002,75075,75139,75209,75255,75324,75376,75461,75544,75601,75667,75734,75800,75881,75956,76012,76065,76126,76184,76234,76283,76332,76381,76443,76495,76540,76621,76672,76726,76779,76833,76884,76933,76999,77050,77111,77172,77234,77284,77325,77402,77461,77520,77579,77640,77696,77752,77819,77880,77945,78000,78065,78134,78202,78280,78349,78409,78480,78554,78619,78691,78761,78828,78912,78981,79048,79118,79181,79248,79316,79399,79478,79568,79645,79713,79780,79858,79915,79972,80040,80106,80162,80222,80281,80335,80385,80435,80483,80545,80596,80669,80749,80829,80893,80960,81031,81089,81150,81216,81275,81342,81402,81462,81525,81593,81654,81721,81799,81869,81918,81975,82044,82105,82193,82281,82369,82457,82544,82631,82718,82805,82863,82937,83007,83063,83134,83199,83261,83336,83409,83499,83565,83631,83692,83756,83818,83876,83947,84030,84089,84160,84226,84291,84352,84411,84482,84548,84613,84696,84772,84847,84928,84988,85057,85127,85196,85251,85307,85363,85424,85482,85538,85597,85651,85706,85768,85825,85919,85988,86089,86140,86210,86273,86329,86387,86446,86500,86586,86670,86740,86809,86879,86994,87115,87182,87249,87324,87391,87450,87504,87558,87612,87665,87717,87791,87928,88068,88117,88167,88217,88265,88321,88379,88441,88496,88554,88625,88689,88748,88810,88876,88942,88985,89029,89074,89117,89168,89215,89260,89311,89362,89413,89464,89512,89578,89640,89703,89775,89832,89886,89941,89999,90054,90113,90169,90238,90307,90376,90446,90509,90572,90635,90698,90763,90828,90893,90958,91021,91085,91149,91213,91264,91342,91420,91491,91563,91636,91708,91774,91840,91908,91976,92042,92109,92183,92246,92303,92363,92428,92495,92560,92617,92678,92736,92840,92950,93059,93163,93241,93306,93373,93439,93509,93556,93608,93658,93715,94035,94185,94316,94500,94678,94916,95105,95274,95372,95487,95572,95651,95811,95876,95965,96122,96279,96432,96586,96645,96832,96928,97018,97114,97204,97370,97493,97616,97786,97892,98007,98122,98224,98330,98447,98562,98644,98817,98985,99133,99292,99447,99620,99737,99854,100022,100134,100248,100420,100596,100754,100887,100999,101145,101297,101429,101572,101694,101872,102008,102104,102240,102335,102502,102595,102687,102874,103030,103208,103372,103554,103871,104053,104235,104425,104657,104847,105024,105186,105343,105453,105636,105773,105977,106161,106345,106505,106663,106847,107074,107277,107448,107668,107890,108045,108245,108429,108532,108722,108863,109028,109199,109399,109603,109805,109970,110175,110374,110573,110770,110861,111010,111160,111244,111393,111538,111690,111831,111997,112158,112236,112537,112703,112858,112960,113118,113282,113468,113691,113816,114093,114365,114643,114888,114950,115235,115686,116142,116651,116799,117313,117750,118184,118627,118712,118833,118932,119337,119434,119551,119638,119761,119862,120268,120367,120486,120579,120686,121029,121136,121381,121502,121911,122159,122259,122364,122483,122992,123139,123258,123509,123642,124057,124311,124423,124670,124795,125203,125324,125552,125673,125806,125953,146675,147167,167638,168062,188829,189323,209839,210265,215106,220523,224614,230045,234787,240164,244148,248140,253531,254078,254511,255267,255497,255740,256907,257836,258740,259324,259797,261227,261971,263164,264218,264696,264989,265372,266887,267652,268795,269236,269677,270273,270547,270958,271974,272152,272905,273042,273133,275327,275593,275915,276125,276234,276353,276537,277655,278125,278876,281459,281554,281930,282158,282414,282673,283249,283603,283725,283864,284156,284416,285344,285630,286033,286435,286778,286990,287191,287404,287693,287978,288051,288138,288223,288322,288434,288540,288663,288795,288918,289048,289172,289305,289436,289561,289678,289798,289930,290058,290172,290290,290403,290524,290712,290899,291080,291263,291447,291612,291794,291914,292034,292142,292252,292364,292472,292582,292747,292913,293065,293230,293331,293451,293622,293783,293946,294107,294274,294393,294510,294690,294872,295053,295236,295391,295536,295658,295793,295956,296149,296275,296427,296569,296739,296895,297067,297358,297553,297645,297818,297980,298075,298244,298338,298427,298670,298759,299052,299468,299888,300309,300735,301152,301568,301985,302403,302817,303287,303760,304232,304643,305114,305586,305776,305982,306088,306196,306302,306414,306528,306640,306754,306870,306984,307092,307202,307310,307572,307951,308355,308502,308610,308720,308828,308942,309351,309765,309881,310299,310540,310970,311405,311815,312237,312647,312769,313178,313594,313716,313934,314118,314186,314530,314610,314966,315116,315260,315336,315448,315538,315800,316065,316173,316325,316433,316509,316621,316711,316813,316921,317029,317129,317237,317322,317488,317592,317720,317807,317974,318052,318166,318258,318522,318789,318899,319052,319162,319246,319635,319733,319841,319935,320065,320173,320295,320431,320539,320659,320793,320915,321043,321185,321311,321451,321577,321695,321827,321925,322035,322335,322447,322565,323029,323145,323448,323574,323670,324071,324181,324305,324443,324553,324675,324987,325111,325241,325717,325845,326160,326298,326460,326676,326832,327036,327104,327188,327292,327495,327684,327885,328078,328283,328596,328808,328974,329090,329336,329552,329865,330291,330753,330990,331142,331402,331546,331688,334920,335034,335154,335270,335364,335685,335784,335902,336003,336282,336567,336846,337128,337381,337640,337893,338149,338573,338649,341899,343254,343698,345552,346127,346335,347345,347725,347891,348032,353052,353478,353590,353725,353878,354075,354246,354429,354604,354791,355063,355221,355305,355409,355896,356452,356610,356829,357060,357283,357518,357740,358006,358144,358743,358857,358995,359107,359231,359802,360297,360843,360988,361081,361173,363100,363670,363968,364157,364363,364556,364766,365650,365795,366187,366345,366562,366823,367255,368130,368750,368947,369895,370660,370783,371556,371777,371977,373954,374054,374144,374830,375583,376348,377111,377886,379099,379264,380877,381198,382261,382471,382641,383211,384106,384739,384905,386391,387007,387243,387464,388422,388687,388952,389199,389613,389849,391134,391583,391770,392019,392261,392437,392678,392911,393136,393731,394206,394730,394991,396342,396817,398043,398513,399561,400013,400257,400714,401959,402442,402592,403147,403599,403999,404152,404297,404440,404510,404938,405226,405730,406239,406355,407257,407379,407491,407668,407934,408204,408470,408738,408994,409254,409510,409768,410020,410276,410528,410782,411014,411250,411502,411758,412010,412264,412496,412730,412842,413494,413949,414073,415165,415980,416176,416500,416889,417241,417482,417696,417995,418187,418502,418709,419055,419355,419756,419975,420388,420625,420995,421719,422074,422343,422483,422737,422881,423158,424150,424559,425191,425537,425905,426979,427342,427742,429250,429835,430153,432688,432882,433100,433326,433538,433737,433944,435148,435443,436000,436390,437022,437499,437744,438231,438477,439673,440070,441076,441298,441721,441912,442291,442379,442487,442595,442908,443233,443552,443883,446586,446774,447035,447284,449868,450060,450325,450578,451110,451518,451717,452301,452536,452660,453072,453286,453688,453791,453921,454096,454348,454544,454684,454878,455889,456958,457246,457376,458153,458810,458956,459662,459900,461440,461590,462007,462172,462858,463328,463524,463615,463699,463843,464077,464244,465172,465458,465618,466233,466392,466720,466947,467459,467821,467900,468239,468344,468709,469080,469441,471315,471944,473020,473444,473697,473849,474897,475634,475837,476083,476330,476548,476790,477111,477375,477680,477903,478214,478403,479118,479387,479881,480107,480547,480706,480990,481735,482100,482405,482563,482801,484120,484518,484746,484966,485108,486398,486504,486634,486772,486896,487184,487353,487453,487738,487852,488735,489490,489929,490053,490299,490492,490626,490817,491596,491814,492105,492384,492701,492923,493218,493501,493605,493946,494762,495078,495639,496145,496350,497136,497541,498202,498391,498942,499508,499628,500030,500564,501094,501393,503738,506180,508005,510012,510351,512784,515320,515760,516512,516696,516907,521565,522148,522876,523078,524213,524363,524538,524763,525357,526656,526997,527505,528016,529810,530070,530686,531181,532218,534084,534275,534608,534764,534957,537349,537578,537786,537956,539728,540026,541369,542379,544344,544460,544629,544766,544912,545597,547401,547932,548358,550373,550621,551391,551507,551682,554897,555044,565916,566159,566577,566672,566765,566828,566910,567003,567096,567183,567281,567372,567463,567551,567635,567731,567831,567937,568040,568141,568245,568351,568450,568556,568658,568765,568874,568985,569116,569236,569352,569470,569569,569676,569792,569911,570039,570128,570223,570300,570389,570480,570573,570647,570744,570839,570937,571036,571140,571236,571338,571441,571541,571644,571729,571830,571928,572018,572113,572200,572306,572408,572502,572593,572687,572763,572855,572944,573047,573158,573241,573327,573422,573519,573615,573703,573804,573905,574008,574114,574212,574309,574404,574502,574605,574705,574808,574913,575031,575147,575242,575335,575420,575516,575610,575702,575785,575889,575994,576094,576195,576300,576400,576501,576600,576702,576796,576903,577005,577108,577201,577297,577399,577502,577598,577700,577803,577900,578003,578101,578205,578310,578407,578515,578629,578744,578852,578966,579081,579183,579288,579396,579506,579622,579739,579834,579931,580030,580135,580241,580340,580445,580551,580651,580757,580858,580965,581084,581183,581288,581390,581492,581592,581695,581790,581894,581979,582083,582187,582285,582389,582495,582593,582698,582796,582909,583003,583092,583181,583264,583355,583438,583536,583626,583722,583811,583905,583993,584089,584174,584282,584383,584484,584582,584688,584779,584878,584975,585073,585169,585262,585372,585470,585565,585675,585767,585867,585966,586053,586157,586262,586361,586468,586575,586674,586783,586875,586986,587097,587208,587312,587427,587543,587670,587790,587885,587980,588077,588176,588268,588367,588459,588558,588644,588738,588841,588937,589040,589136,589239,589336,589434,589537,589630,589720,589821,589904,589995,590080,590172,590275,590370,590466,590559,590653,590732,590839,590930,591029,591122,591225,591329,591430,591531,591635,591729,591833,591937,592050,592156,592262,592370,592487,592588,592696,592796,592899,593004,593111,593207,593286,593376,593460,593552,593625,593717,593806,593898,593983,594080,594173,594268,594367,594464,594555,594646,594738,594833,594940,595048,595150,595247,595344,595437,595524,595608,595705,595802,595895,595982,596073,596172,596271,596366,596455,596536,596635,596739,596836,596941,597038,597122,597221,597325,597422,597527,597624,597722,597823,597929,598028,598135,598234,598333,598424,598513,598602,598684,598777,598868,598979,599080,599180,599292,599405,599503,599611,599705,599805,599894,599986,600097,600207,600302,600418,600544,600670,600789,600917,601042,601167,601285,601412,601521,601630,601743,601866,601989,602105,602230,602327,602435,602557,602673,602789,602898,602986,603087,603176,603277,603364,603452,603549,603641,603747,603847,603923,604000" + }, + "to": { + "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,518,522,523,524,525,527,528,529,530,531,532,534,535,536,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,569,573,574,585,586,596,597,627,656,657,658,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,686,687,688,689,690,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,1042,1046,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1764,1765,1812,1813,1814,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1832,1835,1836,1837,1855,1856,1857,1858,1859,1860,1861,1872,1881,1882,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1947,1981,1982,1983,1984,1985,1986,1987,1995,1996,1997,1998,1999,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2059,2062,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2124,2127,2128,2129,2130,2138,2142,2146,2150,2154,2155,2198,2206,2213,2383,2386,2396,2405,2414,2487,2488,2489,2490,2496,2497,2498,2499,2500,2501,2507,2508,2509,2510,2511,2516,2517,2521,2522,2528,2532,2533,2534,2535,2545,2546,2547,2551,2552,2558,2562,2632,2635,2636,2641,2642,2645,2646,2647,2648,2912,2919,3180,3186,3450,3457,3718,3724,3787,3869,3921,4003,4065,4147,4211,4263,4345,4353,4359,4370,4374,4378,4391,5166,5182,5189,5195,5212,5225,5245,5262,5271,5276,5283,5303,5316,5333,5339,5345,5352,5356,5362,5376,5379,5389,5390,5391,5439,5443,5447,5451,5452,5453,5456,5472,5479,5493,5538,5547,5553,5557,5561,5566,5573,5579,5580,5583,5587,5592,5605,5609,5614,5619,5624,5627,5630,5633,5637,5780,5781,5782,5783,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5878,5882,5886,5890,5894,5898,5902,5906,5907,5908,5909,5910,5911,5912,5913,5917,5921,5922,5926,5927,5930,5934,5937,5940,5943,5947,5950,5953,5957,5961,5965,5969,5972,5973,5974,5975,5978,5982,5985,5988,5991,5994,5997,6000,6071,6074,6075,6078,6081,6082,6085,6086,6087,6091,6092,6097,6104,6111,6118,6125,6132,6139,6146,6153,6160,6169,6178,6187,6194,6203,6212,6215,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6230,6234,6239,6244,6247,6248,6249,6250,6251,6259,6267,6268,6276,6280,6288,6296,6304,6312,6320,6321,6329,6337,6338,6341,6381,6383,6388,6390,6395,6399,6403,6404,6405,6406,6410,6414,6415,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6429,6433,6434,6435,6436,6440,6441,6442,6443,6447,6451,6452,6456,6457,6458,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6487,6488,6489,6495,6496,6500,6502,6503,6508,6509,6510,6511,6512,6513,6517,6518,6519,6525,6526,6530,6532,6536,6540,6544,6560,6561,6562,6563,6566,6569,6572,6575,6578,6583,6587,6590,6591,6596,6600,6605,6611,6617,6622,6626,6631,6635,6639,6680,6681,6682,6683,6684,6688,6689,6690,6691,6695,6699,6703,6707,6711,6715,6719,6723,6729,6730,6771,6785,6790,6816,6823,6826,6837,6842,6845,6848,6903,6909,6910,6913,6916,6919,6922,6925,6928,6931,6935,6938,6939,6940,6948,6956,6959,6964,6969,6974,6979,6983,6987,6988,6996,6997,6998,6999,7000,7008,7013,7018,7019,7020,7021,7046,7052,7057,7060,7064,7067,7071,7081,7084,7089,7092,7096,7197,7205,7219,7232,7236,7251,7262,7265,7276,7281,7285,7320,7321,7322,7334,7342,7350,7358,7366,7386,7389,7416,7421,7441,7444,7447,7454,7467,7476,7479,7499,7509,7513,7517,7530,7534,7538,7542,7548,7552,7569,7577,7581,7585,7589,7592,7596,7600,7604,7614,7621,7628,7632,7658,7668,7693,7702,7722,7732,7736,7746,7771,7781,7784,7791,7798,7805,7806,7807,7808,7809,7816,7820,7826,7832,7833,7846,7847,7848,7851,7854,7857,7860,7863,7866,7869,7872,7875,7878,7881,7884,7887,7890,7893,7896,7899,7902,7905,7908,7911,7912,7920,7928,7929,7942,7952,7956,7961,7966,7970,7973,7977,7981,7984,7988,7991,7995,8000,8005,8008,8015,8019,8023,8032,8037,8042,8043,8047,8050,8054,8067,8072,8080,8084,8088,8105,8109,8114,8132,8139,8143,8173,8176,8179,8182,8185,8188,8191,8210,8216,8224,8231,8243,8251,8256,8264,8268,8286,8293,8309,8313,8321,8324,8329,8330,8331,8332,8336,8340,8344,8348,8383,8386,8390,8394,8428,8431,8435,8439,8448,8454,8457,8467,8471,8472,8479,8483,8490,8491,8492,8495,8500,8505,8506,8510,8525,8544,8548,8549,8561,8571,8572,8584,8589,8613,8616,8622,8625,8634,8642,8646,8649,8652,8655,8659,8662,8679,8683,8686,8701,8704,8712,8717,8724,8729,8730,8735,8736,8742,8748,8754,8786,8797,8814,8821,8825,8828,8841,8850,8854,8859,8863,8867,8871,8875,8879,8883,8887,8892,8895,8907,8912,8921,8924,8931,8932,8936,8945,8951,8955,8956,8960,8981,8987,8991,8995,8996,9014,9015,9016,9017,9018,9023,9026,9027,9033,9034,9046,9058,9065,9066,9071,9076,9077,9081,9095,9100,9106,9112,9118,9123,9129,9135,9136,9142,9157,9162,9171,9180,9183,9197,9202,9213,9217,9226,9235,9236,9243,9400,9417,9427,9969,10036,10089,10146,10158,10294,10403,10423,10444,10450,10458,10564,11338,11361,11367,11411,11415,11475,11545,11800,11840,11847,11855,11870,11926,11937,11950,11962,12000,12047,12053,12065,12071,12077,12129,12134,12139,12146,12444,12456,12502,12531,12670,12675,12708,12711,12715,12744,12782,12800,12818,12885,12893,13022,13026,13034,13163,13167,13446,13509,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3338,3399,3455,3506,3566,3622,3685,3734,3790,3846,3896,3955,4010,4072,4119,4173,4229,4281,4336,4390,4444,4498,4547,4605,4659,4716,4772,4819,4872,4928,4988,5051,5110,5172,5222,5276,5330,5378,5435,5488,6112,6166,7097,7208,7270,7326,7386,7439,7500,7579,7660,7732,7811,7891,7967,8045,8114,8190,8267,8338,8411,8487,8565,8634,8710,8787,8851,8922,11435,11531,11584,11688,11755,11808,11860,11910,11968,12033,12081,19022,19089,19155,19213,19282,19340,19409,19479,19552,19626,19694,19761,19831,19897,19970,20030,20106,20166,20226,20301,20369,20435,20503,20563,20622,20679,20745,20807,20864,20932,21005,21075,21137,21198,21266,21328,21398,21467,21523,21582,21644,21706,21773,21830,21891,21952,22013,22074,22130,22186,22242,22298,22356,22414,22472,22530,22587,22644,22701,22758,22817,22876,22934,23017,23100,23173,23227,23296,23352,23433,23514,23585,23920,23973,24031,25118,25677,25723,25783,25837,25907,25977,26042,26108,26173,26241,26310,26378,26508,26561,26620,26678,26776,26826,26878,26924,26974,27030,27124,27182,27240,27302,27365,27427,27486,27546,27611,27677,27742,27804,27866,27928,27990,28052,28114,28180,28247,28313,28376,28440,28503,28571,28632,28694,28756,28819,28883,28946,29010,29088,29147,29213,29293,29354,29558,29616,30049,30094,30561,30625,31817,33922,33996,34067,34133,34207,34276,34347,34420,34491,34559,34632,34708,34778,34856,34924,34990,35051,35120,35184,35250,35318,35384,35447,35515,35586,35651,35724,35787,35868,35932,35998,36068,36138,36208,36278,37026,37083,37141,37200,37260,37319,37378,37437,37496,37555,37614,37673,37732,37791,37850,37910,37971,38033,38094,38155,38216,38277,38338,38399,38459,38520,38581,38641,38702,38763,38824,38885,38946,39007,39068,39129,39190,39251,39312,39380,39449,39519,39588,39657,39726,39795,39864,39933,40002,40071,40140,40209,40269,40330,40392,40453,40514,40575,40636,40697,40758,40819,40880,40941,41002,41064,41127,41191,41254,41317,41380,41443,41506,41569,41632,41695,41758,41821,41882,41944,42007,42069,42131,42193,42255,42317,42379,42441,42503,42565,42627,42684,42770,42850,42940,43035,43127,43219,43309,43392,43485,43572,43669,43760,43861,43948,44051,44140,44239,44331,44431,44515,44609,44697,44795,44878,44969,45063,45162,45264,45362,45462,45549,45649,45735,45831,45919,46000,46091,46187,46280,46373,46464,46549,46643,46732,46830,46923,47025,47113,47217,47308,47408,47501,47602,47687,47782,47871,47970,48055,48147,48242,48342,48445,48544,48647,48736,48837,48924,49021,49109,49205,49297,49397,49487,49585,49670,49759,49848,49941,50028,50791,50857,50933,51002,51081,51154,51234,51314,51391,51459,51537,51613,51684,51765,51838,51921,51996,52081,52154,52235,52316,52390,52474,52544,52622,52692,52772,52850,52922,53004,53074,53151,53231,53316,53404,53488,53575,53649,53727,53805,53876,53957,54048,54131,54227,54325,54432,54497,54563,54616,54692,54758,54845,54921,62026,62261,62856,62910,62989,63067,63140,63205,63268,63334,63405,63476,63546,63608,63677,63743,63803,63870,63937,63993,64044,64097,64149,64203,64274,64337,64396,64458,64517,64590,64657,64727,64787,64850,64925,64997,65093,65164,65220,65291,65348,65405,65471,65535,65606,65663,65716,65779,65831,65889,67126,67195,67261,67320,67403,67462,67519,67586,67656,67730,67792,67861,67931,68030,68127,68226,68312,68398,68479,68554,68643,68734,68818,68877,68923,68989,69046,69113,69170,69252,69317,69383,69506,69590,69711,69776,69838,69936,70010,70093,70182,70246,70325,70399,70461,70557,70622,70681,70737,70793,70853,70960,71007,71067,71128,71192,71253,71313,71371,71414,71463,71515,71566,71618,71667,71716,71781,71847,71907,71968,72024,72083,72132,72180,72238,72295,72397,72454,72529,72577,72628,72690,72755,72807,72881,72944,73007,73075,73125,73187,73247,73304,73364,73413,73481,73587,73689,73758,73829,73885,73934,74034,74105,74215,74306,74388,74486,74542,74643,74753,74852,74915,75021,75098,75210,75337,75449,75576,75646,75760,75891,75988,76056,76174,76277,76395,76456,76530,76597,76702,76824,76898,76965,77075,77174,77247,77344,77466,77584,77702,77763,77885,78002,78070,78176,78278,78358,78429,78525,78592,78666,78740,78826,78916,78994,79071,79171,79242,79363,79484,79548,79673,79747,79871,79995,80062,80171,80299,80411,80490,80568,80669,80740,80862,80984,81049,81175,81287,81393,81461,81560,81664,81727,81793,81877,81990,82103,82221,82299,82371,82507,82643,82728,82868,83006,83144,83286,83368,83454,83531,83604,83713,83824,83952,84080,84212,84342,84472,84606,84695,84757,84853,84920,85037,85158,85255,85337,85424,85511,85642,85773,85908,85985,86062,86173,86287,86361,86470,86582,86649,86722,86787,86889,86985,87089,87157,87222,87316,87388,87498,87604,87677,87768,87870,87973,88068,88175,88280,88402,88524,88650,88709,88767,88891,89015,89143,89261,89379,89501,89587,89684,89818,89952,90032,90170,90302,90434,90570,90645,90721,90824,90898,91011,91092,91149,91210,91269,91329,91387,91448,91506,91556,91605,91672,91731,91790,91839,91910,91994,92064,92135,92215,92284,92347,92415,92481,92549,92614,92680,92757,92835,92941,93047,93143,93272,93361,93488,93554,93624,93710,93776,93859,93933,94031,94127,94223,94321,94430,94525,94614,94676,94736,94801,94858,94939,94993,95050,95147,95257,95318,95433,95554,95649,95741,95834,95890,95949,95998,96090,96139,96193,96247,96301,96355,96409,96464,96574,96684,96792,96902,97012,97122,97232,97340,97446,97550,97654,97758,97853,97948,98041,98134,98238,98344,98448,98552,98645,98738,98831,98924,99032,99138,99244,99350,99447,99542,99637,99732,99838,99944,100050,100156,100254,100349,100445,100542,100607,100711,100769,100833,100894,100956,101016,101081,101143,101211,101269,101332,101395,101462,101537,101610,101676,101728,101781,101833,101890,101974,102069,102154,102235,102315,102392,102471,102548,102622,102696,102767,102847,102919,102994,103059,103120,103180,103255,103329,103402,103472,103544,103614,103687,103751,103821,103867,103936,103988,104073,104156,104213,104279,104346,104412,104493,104568,104624,104677,104738,104796,104846,104895,104944,104993,105055,105107,105152,105233,105284,105338,105391,105445,105496,105545,105611,105662,105723,105784,105846,105896,105937,106014,106073,106132,106191,106252,106308,106364,106431,106492,106557,106612,106677,106746,106814,106892,106961,107021,107092,107166,107231,107303,107373,107440,107524,107593,107660,107730,107793,107860,107928,108011,108090,108180,108257,108325,108392,108470,108527,108584,108652,108718,108774,108834,108893,108947,108997,109047,109095,109157,109208,109281,109361,109441,109505,109572,109643,109701,109762,109828,109887,109954,110014,110074,110137,110205,110266,110333,110411,110481,110530,110587,110656,110717,110805,110893,110981,111069,111156,111243,111330,111417,111475,111549,111619,111675,111746,111811,111873,111948,112021,112111,112177,112243,112304,112368,112430,112488,112559,112642,112701,112772,112838,112903,112964,113023,113094,113160,113225,113308,113384,113459,113540,113600,113669,113739,113808,113863,113919,113975,114036,114094,114150,114209,114263,114318,114380,114437,114531,114600,114701,114752,114822,114885,114941,114999,115058,115112,115198,115282,115352,115421,115491,115606,115727,115794,115861,115936,116003,116062,116116,116170,116224,116277,116329,117834,117971,120753,120802,120852,120943,120991,121047,121105,121167,121222,121280,121351,121415,121474,121536,121602,121849,121994,122038,122083,123061,123112,123159,123204,123255,123306,123357,123894,124384,124450,124629,124692,124764,124821,124875,124930,124988,125043,125102,125158,125227,125296,125365,125435,125498,125561,125624,125687,125752,125817,125882,125947,126010,126074,126138,126202,126253,126331,126409,126480,126552,126625,126697,126763,126829,126897,126965,127031,127098,127172,127235,127292,127352,127417,127484,127549,127606,127667,127725,127829,127939,128048,128152,128230,128295,128362,128428,128498,128545,128597,128647,128774,131137,131287,131418,131602,131780,132018,132207,132887,132985,133100,133185,133264,133424,133489,133578,133735,133892,134045,134199,134258,134445,134541,134631,134727,134817,134983,135106,135229,135399,135505,135620,135735,135837,135943,136060,136175,136257,136430,136598,136746,136905,137060,137233,137350,137467,137635,137747,137861,138033,138209,138367,138500,138612,138758,138910,139042,139185,139307,139485,139621,139717,139853,139948,140115,140208,140300,140487,140643,140821,140985,141167,141484,141666,141848,142038,142270,142460,142637,142799,142956,143066,143249,143386,143590,143774,143958,144118,144276,144460,144687,144890,145061,145281,145503,145658,145858,146042,146145,146335,146476,146641,146812,147012,147216,147418,147583,147788,147987,148186,148383,148474,148623,148773,148857,149006,149151,149303,149444,149610,149771,149849,150150,150316,150471,150770,150928,151092,151278,151501,152187,152464,152736,153014,153259,153321,156149,156600,157056,168193,168341,168855,169292,169726,174190,174275,174396,174495,174900,174997,175114,175201,175324,175425,175831,175930,176049,176142,176249,176592,176699,176944,177065,177474,177722,177822,177927,178046,178555,178702,178821,179072,179205,179620,179874,185089,185336,185461,185869,185990,186218,186339,186472,186619,207341,207833,228304,228728,249495,249989,270505,270931,275772,281189,285280,290711,295453,300830,304814,308806,314197,314744,315177,315933,316163,316406,317573,365743,366647,367231,367704,369134,369878,371071,372125,372603,372896,373279,374794,375559,376702,377143,377584,378180,378454,378865,379881,380059,380812,380949,381040,383234,383500,383822,384032,384141,384260,384444,385562,386032,386783,389366,389779,390155,390383,390639,390898,391474,391828,391950,392089,392381,392641,393569,393855,394258,394660,395003,395215,395416,395629,395918,406805,406878,406965,407050,411719,411831,411937,412060,412192,412315,412445,412569,412702,412833,412958,413075,413195,413327,413455,413569,413687,413800,413921,414109,414296,414477,414660,414844,415009,415191,415311,415431,415539,415649,415761,415869,415979,416144,416310,416462,416627,416728,416848,417019,417180,417343,417504,417671,417790,417907,418087,418269,418450,418633,418788,418933,419055,419190,419353,419546,419672,419824,419966,420136,420292,420464,427227,427422,427514,427687,427849,427944,428113,428207,428296,428539,428628,428921,429337,429757,430178,430604,431021,431437,431854,432272,432686,433156,433629,434101,434512,434983,435455,435645,435851,435957,436065,436171,436283,436397,436509,436623,436739,436853,436961,437071,437179,437441,437820,438224,438371,438479,438589,438697,438811,439220,439634,439750,440168,440409,440839,441274,441684,442106,442516,442638,443047,443463,443585,443803,446703,446771,447115,447195,447551,447701,447845,447921,448033,448123,448385,448650,448758,448910,449018,449094,449206,449296,449398,449506,449614,449714,449822,449907,450073,450177,450305,450392,450559,450637,450751,450843,451107,451374,451484,451637,451747,451831,452220,452318,452426,452520,452650,452758,452880,453016,453124,453244,453378,453500,453628,453770,453896,454036,454162,454280,454412,454510,454620,454920,455032,455150,455614,455730,456033,456159,456255,456656,456766,456890,457028,457138,457260,457572,457696,457826,458302,458430,458745,458883,459045,459261,459417,460624,460692,460776,460880,461083,461272,461473,461666,461871,462184,462396,462562,462678,462924,463140,463453,463879,464341,464578,464730,464990,465134,465276,468508,468622,468742,468858,468952,469273,469372,469490,469591,469870,470155,470434,470716,470969,471228,471481,471737,472161,472237,475487,476842,477286,479140,479715,479923,480933,481313,481479,481620,486640,487066,487178,487313,487466,487663,487834,488017,488192,488379,488651,488809,488893,488997,489484,490040,490198,490417,490648,490871,491106,491328,491594,491732,492331,492445,492583,492695,492819,493390,493885,494431,494576,494669,494761,496688,497258,497556,497745,497951,498144,498354,499238,499383,499775,499933,500150,508206,508638,509513,510133,510330,511278,512043,512166,512939,513160,513360,515337,515437,515527,516213,516966,517731,518494,519269,520482,520647,522260,522581,523644,523854,524024,524594,525489,526122,526288,527774,528390,528626,528847,529805,530070,530335,530582,530996,531232,532517,532966,533153,533402,533644,533820,534061,534294,534519,535114,535589,536113,536374,537725,538200,539426,539896,540944,541396,541640,542097,543342,543825,543975,544530,544982,545382,545535,545680,545823,545893,546321,546609,547113,547622,547738,548640,548762,548874,549051,549317,549587,549853,550121,550377,550637,550893,551151,551403,551659,551911,552165,552397,552633,552885,553141,553393,553647,553879,554113,554225,554877,555332,555456,556548,557363,557559,557883,558272,558624,558865,559079,559378,559570,559885,560092,560438,560738,561139,561358,561771,562008,562378,563102,563457,563726,563866,564120,564264,564541,565533,565942,566574,566920,567288,568362,568725,569125,570633,571218,571536,574071,574265,574483,574709,574921,575120,575327,576531,576826,577383,577773,578405,578882,579127,579614,579860,581056,581453,582459,582681,583104,583295,583674,583762,583870,583978,584291,584616,584935,585266,587969,588157,588418,588667,591251,591443,591708,591961,592493,592901,593100,593684,593919,594043,594455,594669,595071,595174,595304,595479,595731,595927,596067,596261,597272,598341,598629,598759,599536,600193,600339,601045,601283,602823,602973,603390,603555,604241,604711,604907,604998,605082,605226,605460,605627,606555,606841,607001,607616,607775,608103,608330,608842,609204,609283,609622,609727,610092,610463,610824,612698,613327,614403,614827,615080,615232,616280,617017,617220,617466,617713,617931,618173,618494,618758,619063,619286,619597,619786,620501,620770,621264,621490,621930,622089,622373,623118,623483,623788,623946,624184,625503,625901,626129,626349,626491,627781,627887,628017,628155,628279,628567,628736,628836,629121,629235,630118,630873,631312,631436,631682,631875,632009,632200,632979,633197,633488,633767,634084,634306,634601,634884,634988,635329,636145,636461,637022,637528,637733,638519,638924,639585,639774,640325,640891,641011,641413,647019,647549,647848,666260,668702,670527,672534,672873,678903,681198,681638,682390,682574,682785,687443,719472,720200,720402,721537,721687,724274,726418,736400,737899,738240,738748,739259,741053,741313,741929,742424,743461,745327,745518,745851,746007,746200,748592,748821,749029,749199,760601,760899,762242,763252,768324,768440,769664,769801,769947,771894,773032,773563,773989,776004,776252,781168,781284,781459,786065,786212,797084,799458,805200,805295,805388,805451,805533,805626,805719,805806,805904,805995,806086,806174,806258,806354,806454,806560,806663,806764,806868,806974,807073,807179,807281,807388,807497,807608,807739,807859,807975,808093,808192,808299,808415,808534,808662,808751,808846,808923,809012,809103,809196,809270,809367,809462,809560,809659,809763,809859,809961,810064,810164,810267,810352,810453,810551,810641,810736,810823,810929,811031,811125,811216,811310,811386,811478,811567,811670,811781,811864,811950,812045,812142,812238,812326,812427,812528,812631,812737,812835,812932,813027,813125,813228,813328,813431,813536,813654,813770,813865,813958,814043,814139,814233,814325,814408,814512,814617,814717,814818,814923,815023,815124,815223,815325,815419,815526,815628,815731,815824,815920,816022,816125,816221,816323,816426,816523,816626,816724,816828,816933,817030,817138,817252,817367,817475,817589,817704,817806,817911,818019,818129,818245,818362,818457,818554,818653,818758,818864,818963,819068,819174,819274,819380,819481,819588,819707,819806,819911,820013,820115,820215,820318,820413,820517,820602,820706,820810,820908,821012,821118,821216,821321,821419,821532,821626,821715,821804,821887,821978,822061,822159,822249,822345,822434,822528,822616,822712,822797,822905,823006,823107,823205,823311,823402,823501,823598,823696,823792,823885,823995,824093,824188,824298,824390,824490,824589,824676,824780,824885,824984,825091,825198,825297,825406,825498,825609,825720,825831,825935,826050,826166,826293,826413,826508,826603,826700,826799,826891,826990,827082,827181,827267,827361,827464,827560,827663,827759,827862,827959,828057,828160,828253,828343,828444,828527,828618,828703,828795,828898,828993,829089,829182,829276,829355,829462,829553,829652,829745,829848,829952,830053,830154,830258,830352,830456,830560,830673,830779,830885,830993,831110,831211,831319,831419,831522,831627,831734,831830,831909,831999,832083,832175,832248,832340,832429,832521,832606,832703,832796,832891,832990,833087,833178,833269,833361,833456,833563,833671,833773,833870,833967,834060,834147,834231,834328,834425,834518,834605,834696,834795,834894,834989,835078,835159,835258,835362,835459,835564,835661,835745,835844,835948,836045,836150,836247,836345,836446,836552,836651,836758,836857,836956,837047,837136,837225,837307,837400,837491,837602,837703,837803,837915,838028,838126,838234,838328,838428,838517,838609,838720,838830,838925,839041,839167,839293,839412,839540,839665,839790,839908,840035,840144,840253,840366,840489,840612,840728,840853,840950,841058,841180,841296,841412,841521,841609,841710,841799,841900,841987,842075,842172,842264,842370,842470,842546", + "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,462,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,521,522,523,524,525,527,528,529,530,531,532,534,535,536,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,569,573,574,585,586,596,597,627,656,657,658,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,686,687,688,689,690,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,1042,1046,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1764,1765,1812,1813,1814,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1832,1835,1836,1837,1855,1856,1857,1858,1859,1860,1861,1872,1881,1882,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1950,1981,1982,1983,1984,1985,1986,1987,1995,1996,1997,1998,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2058,2061,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2126,2127,2128,2129,2130,2141,2145,2149,2153,2154,2158,2205,2212,2220,2385,2395,2404,2413,2422,2487,2488,2489,2495,2496,2497,2498,2499,2500,2506,2507,2508,2509,2510,2515,2516,2520,2521,2527,2531,2532,2533,2534,2544,2545,2546,2550,2551,2557,2561,2562,2634,2635,2640,2641,2644,2645,2646,2647,2911,2918,3179,3185,3449,3456,3717,3723,3786,3868,3920,4002,4064,4146,4210,4262,4344,4352,4358,4369,4373,4377,4390,4405,5181,5188,5194,5211,5224,5244,5261,5270,5275,5282,5302,5315,5332,5338,5344,5351,5355,5361,5375,5378,5388,5389,5390,5438,5442,5446,5450,5451,5452,5455,5471,5478,5492,5537,5538,5552,5556,5560,5565,5572,5578,5579,5582,5586,5591,5604,5608,5613,5618,5623,5626,5629,5632,5636,5640,5780,5781,5782,5783,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5881,5885,5889,5893,5897,5901,5905,5906,5907,5908,5909,5910,5911,5912,5916,5920,5921,5925,5926,5929,5933,5936,5939,5942,5946,5949,5952,5956,5960,5964,5968,5971,5972,5973,5974,5977,5981,5984,5987,5990,5993,5996,5999,6003,6073,6074,6077,6080,6081,6084,6085,6086,6090,6091,6096,6103,6110,6117,6124,6131,6138,6145,6152,6159,6168,6177,6186,6193,6202,6211,6214,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6233,6238,6243,6246,6247,6248,6249,6250,6258,6266,6267,6275,6279,6287,6295,6303,6311,6319,6320,6328,6336,6337,6340,6343,6382,6387,6389,6394,6398,6402,6403,6404,6405,6409,6413,6414,6418,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6432,6433,6434,6435,6439,6440,6441,6442,6446,6450,6451,6455,6456,6457,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6486,6487,6488,6494,6495,6499,6501,6502,6507,6508,6509,6510,6511,6512,6516,6517,6518,6524,6525,6529,6531,6535,6539,6543,6547,6560,6561,6562,6565,6568,6571,6574,6577,6582,6586,6589,6590,6595,6599,6604,6610,6616,6621,6625,6630,6634,6638,6679,6680,6681,6682,6683,6687,6688,6689,6690,6694,6698,6702,6706,6710,6714,6718,6722,6728,6729,6770,6784,6789,6815,6822,6825,6836,6841,6844,6847,6902,6908,6909,6912,6915,6918,6921,6924,6927,6930,6934,6937,6938,6939,6947,6955,6958,6963,6968,6973,6978,6982,6986,6987,6995,6996,6997,6998,6999,7007,7012,7017,7018,7019,7020,7045,7051,7056,7059,7063,7066,7070,7080,7083,7088,7091,7095,7099,7204,7218,7231,7235,7250,7261,7264,7275,7280,7284,7319,7320,7321,7333,7341,7349,7357,7365,7385,7388,7415,7420,7440,7443,7446,7453,7466,7475,7478,7498,7508,7512,7516,7529,7533,7537,7541,7547,7551,7568,7576,7580,7584,7588,7591,7595,7599,7603,7613,7620,7627,7631,7657,7667,7692,7701,7721,7731,7735,7745,7770,7780,7783,7790,7797,7804,7805,7806,7807,7808,7815,7819,7825,7831,7832,7845,7846,7847,7850,7853,7856,7859,7862,7865,7868,7871,7874,7877,7880,7883,7886,7889,7892,7895,7898,7901,7904,7907,7910,7911,7919,7927,7928,7941,7951,7955,7960,7965,7969,7972,7976,7980,7983,7987,7990,7994,7999,8004,8007,8014,8018,8022,8031,8036,8041,8042,8046,8049,8053,8066,8071,8079,8083,8087,8104,8108,8113,8131,8138,8142,8172,8175,8178,8181,8184,8187,8190,8209,8215,8223,8230,8242,8250,8255,8263,8267,8285,8292,8308,8312,8320,8323,8328,8329,8330,8331,8335,8339,8343,8347,8382,8385,8389,8393,8427,8430,8434,8438,8447,8453,8456,8466,8470,8471,8478,8482,8489,8490,8491,8494,8499,8504,8505,8509,8524,8543,8547,8548,8560,8570,8571,8583,8588,8612,8615,8621,8624,8633,8641,8645,8648,8651,8654,8658,8661,8678,8682,8685,8700,8703,8711,8716,8723,8728,8729,8734,8735,8741,8747,8753,8785,8796,8813,8820,8824,8827,8840,8849,8853,8858,8862,8866,8870,8874,8878,8882,8886,8891,8894,8906,8911,8920,8923,8930,8931,8935,8944,8950,8954,8955,8959,8980,8986,8990,8994,8995,9013,9014,9015,9016,9017,9022,9025,9026,9032,9033,9045,9057,9064,9065,9070,9075,9076,9080,9094,9099,9105,9111,9117,9122,9128,9134,9135,9141,9156,9161,9170,9179,9182,9196,9201,9212,9216,9225,9234,9235,9242,9250,9416,9426,9473,10035,10088,10145,10157,10215,10402,10422,10443,10449,10457,10563,10577,11360,11366,11410,11414,11420,11480,11555,11833,11846,11854,11869,11925,11936,11949,11961,11999,12046,12052,12064,12070,12076,12128,12133,12138,12145,12180,12455,12501,12530,12593,12674,12680,12710,12714,12742,12781,12799,12817,12884,12892,12916,13025,13033,13126,13166,13445,13453,13519,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,69,68,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,60,63,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,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,59,60,60,59,60,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,85,76,72,108,110,127,127,131,129,129,133,88,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,66,72,64,101,95,103,67,64,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,69,85,65,82,73,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,94,95,96,64,103,57,63,60,61,59,64,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,72,69,71,69,72,63,69,45,68,51,84,82,56,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,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,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,58,53,54,61,56,93,68,100,50,69,62,55,57,58,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,203,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,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,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,107,10,107,75,111,89,101,107,107,99,107,84,10,103,127,86,10,77,113,91,10,10,109,10,109,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,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,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,10,10,10,10,99,89,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,10,10,10,10,10,152,144,142,69,10,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,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,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,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,78,10,104,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,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,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,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,62,81,92,92,86,97,90,90,87,83,95,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,94,94,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,91,88,91,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3333,3394,3450,3501,3561,3617,3680,3729,3785,3841,3891,3950,4005,4067,4114,4168,4224,4276,4331,4385,4439,4493,4542,4600,4654,4711,4767,4814,4867,4923,4983,5046,5105,5167,5217,5271,5325,5373,5430,5483,5539,6161,6217,7155,7265,7321,7381,7434,7495,7574,7655,7727,7806,7886,7962,8040,8109,8185,8262,8333,8406,8482,8560,8629,8705,8782,8846,8917,8989,11481,11579,11634,11750,11803,11855,11905,11963,12028,12076,12127,19084,19150,19208,19277,19335,19404,19474,19547,19621,19689,19756,19826,19892,19965,20025,20101,20161,20221,20296,20364,20430,20498,20558,20617,20674,20740,20802,20859,20927,21000,21070,21132,21193,21261,21323,21393,21462,21518,21577,21639,21701,21768,21825,21886,21947,22008,22069,22125,22181,22237,22293,22351,22409,22467,22525,22582,22639,22696,22753,22812,22871,22929,23012,23095,23168,23222,23291,23347,23428,23509,23580,23709,23968,24026,24084,25171,25718,25778,25832,25902,25972,26037,26103,26168,26236,26305,26373,26503,26556,26615,26673,26725,26821,26873,26919,26969,27025,27072,27177,27235,27297,27360,27422,27481,27541,27606,27672,27737,27799,27861,27923,27985,28047,28109,28175,28242,28308,28371,28435,28498,28566,28627,28689,28751,28814,28878,28941,29005,29083,29142,29208,29288,29349,29402,29611,29662,30089,30150,30620,30679,31874,33991,34062,34128,34202,34271,34342,34415,34486,34554,34627,34703,34773,34851,34919,34985,35046,35115,35179,35245,35313,35379,35442,35510,35581,35646,35719,35782,35863,35927,35993,36063,36133,36203,36273,36340,37078,37136,37195,37255,37314,37373,37432,37491,37550,37609,37668,37727,37786,37845,37905,37966,38028,38089,38150,38211,38272,38333,38394,38454,38515,38576,38636,38697,38758,38819,38880,38941,39002,39063,39124,39185,39246,39307,39375,39444,39514,39583,39652,39721,39790,39859,39928,39997,40066,40135,40204,40264,40325,40387,40448,40509,40570,40631,40692,40753,40814,40875,40936,40997,41059,41122,41186,41249,41312,41375,41438,41501,41564,41627,41690,41753,41816,41877,41939,42002,42064,42126,42188,42250,42312,42374,42436,42498,42560,42622,42679,42765,42845,42935,43030,43122,43214,43304,43387,43480,43567,43664,43755,43856,43943,44046,44135,44234,44326,44426,44510,44604,44692,44790,44873,44964,45058,45157,45259,45357,45457,45544,45644,45730,45826,45914,45995,46086,46182,46275,46368,46459,46544,46638,46727,46825,46918,47020,47108,47212,47303,47403,47496,47597,47682,47777,47866,47965,48050,48142,48237,48337,48440,48539,48642,48731,48832,48919,49016,49104,49200,49292,49392,49482,49580,49665,49754,49843,49936,50023,50114,50852,50928,50997,51076,51149,51229,51309,51386,51454,51532,51608,51679,51760,51833,51916,51991,52076,52149,52230,52311,52385,52469,52539,52617,52687,52767,52845,52917,52999,53069,53146,53226,53311,53399,53483,53570,53644,53722,53800,53871,53952,54043,54126,54222,54320,54427,54492,54558,54611,54687,54753,54840,54916,54992,62086,62311,62905,62984,63062,63135,63200,63263,63329,63400,63471,63541,63603,63672,63738,63798,63865,63932,63988,64039,64092,64144,64198,64269,64332,64391,64453,64512,64585,64652,64722,64782,64845,64920,64992,65088,65159,65215,65286,65343,65400,65466,65530,65601,65658,65711,65774,65826,65884,65951,67190,67256,67315,67398,67457,67514,67581,67651,67725,67787,67856,67926,68025,68122,68221,68307,68393,68474,68549,68638,68729,68813,68872,68918,68984,69041,69108,69165,69247,69312,69378,69501,69585,69706,69771,69833,69931,70005,70088,70177,70241,70320,70394,70456,70552,70617,70676,70732,70788,70848,70955,71002,71062,71123,71187,71248,71308,71366,71409,71458,71510,71561,71613,71662,71711,71776,71842,71902,71963,72019,72078,72127,72175,72233,72290,72392,72449,72524,72572,72623,72685,72750,72802,72876,72939,73002,73070,73120,73182,73242,73299,73359,73408,73476,73582,73684,73753,73824,73880,73929,74029,74100,74210,74301,74383,74481,74537,74638,74748,74847,74910,75016,75093,75205,75332,75444,75571,75641,75755,75886,75983,76051,76169,76272,76390,76451,76525,76592,76697,76819,76893,76960,77070,77169,77242,77339,77461,77579,77697,77758,77880,77997,78065,78171,78273,78353,78424,78520,78587,78661,78735,78821,78911,78989,79066,79166,79237,79358,79479,79543,79668,79742,79866,79990,80057,80166,80294,80406,80485,80563,80664,80735,80857,80979,81044,81170,81282,81388,81456,81555,81659,81722,81788,81872,81985,82098,82216,82294,82366,82502,82638,82723,82863,83001,83139,83281,83363,83449,83526,83599,83708,83819,83947,84075,84207,84337,84467,84601,84690,84752,84848,84915,85032,85153,85250,85332,85419,85506,85637,85768,85903,85980,86057,86168,86282,86356,86465,86577,86644,86717,86782,86884,86980,87084,87152,87217,87311,87383,87493,87599,87672,87763,87865,87968,88063,88170,88275,88397,88519,88645,88704,88762,88886,89010,89138,89256,89374,89496,89582,89679,89813,89947,90027,90165,90297,90429,90565,90640,90716,90819,90893,91006,91087,91144,91205,91264,91324,91382,91443,91501,91551,91600,91667,91726,91785,91834,91905,91989,92059,92130,92210,92279,92342,92410,92476,92544,92609,92675,92752,92830,92936,93042,93138,93267,93356,93483,93549,93619,93705,93771,93854,93928,94026,94122,94218,94316,94425,94520,94609,94671,94731,94796,94853,94934,94988,95045,95142,95252,95313,95428,95549,95644,95736,95829,95885,95944,95993,96085,96134,96188,96242,96296,96350,96404,96459,96569,96679,96787,96897,97007,97117,97227,97335,97441,97545,97649,97753,97848,97943,98036,98129,98233,98339,98443,98547,98640,98733,98826,98919,99027,99133,99239,99345,99442,99537,99632,99727,99833,99939,100045,100151,100249,100344,100440,100537,100602,100706,100764,100828,100889,100951,101011,101076,101138,101206,101264,101327,101390,101457,101532,101605,101671,101723,101776,101828,101885,101969,102064,102149,102230,102310,102387,102466,102543,102617,102691,102762,102842,102914,102989,103054,103115,103175,103250,103324,103397,103467,103539,103609,103682,103746,103816,103862,103931,103983,104068,104151,104208,104274,104341,104407,104488,104563,104619,104672,104733,104791,104841,104890,104939,104988,105050,105102,105147,105228,105279,105333,105386,105440,105491,105540,105606,105657,105718,105779,105841,105891,105932,106009,106068,106127,106186,106247,106303,106359,106426,106487,106552,106607,106672,106741,106809,106887,106956,107016,107087,107161,107226,107298,107368,107435,107519,107588,107655,107725,107788,107855,107923,108006,108085,108175,108252,108320,108387,108465,108522,108579,108647,108713,108769,108829,108888,108942,108992,109042,109090,109152,109203,109276,109356,109436,109500,109567,109638,109696,109757,109823,109882,109949,110009,110069,110132,110200,110261,110328,110406,110476,110525,110582,110651,110712,110800,110888,110976,111064,111151,111238,111325,111412,111470,111544,111614,111670,111741,111806,111868,111943,112016,112106,112172,112238,112299,112363,112425,112483,112554,112637,112696,112767,112833,112898,112959,113018,113089,113155,113220,113303,113379,113454,113535,113595,113664,113734,113803,113858,113914,113970,114031,114089,114145,114204,114258,114313,114375,114432,114526,114595,114696,114747,114817,114880,114936,114994,115053,115107,115193,115277,115347,115416,115486,115601,115722,115789,115856,115931,115998,116057,116111,116165,116219,116272,116324,116398,117966,118106,120797,120847,120897,120986,121042,121100,121162,121217,121275,121346,121410,121469,121531,121597,121663,121887,122033,122078,122121,123107,123154,123199,123250,123301,123352,123403,123937,124445,124507,124687,124759,124816,124870,124925,124983,125038,125097,125153,125222,125291,125360,125430,125493,125556,125619,125682,125747,125812,125877,125942,126005,126069,126133,126197,126248,126326,126404,126475,126547,126620,126692,126758,126824,126892,126960,127026,127093,127167,127230,127287,127347,127412,127479,127544,127601,127662,127720,127824,127934,128043,128147,128225,128290,128357,128423,128493,128540,128592,128642,128699,129089,131282,131413,131597,131775,132013,132202,132371,132980,133095,133180,133259,133419,133484,133573,133730,133887,134040,134194,134253,134440,134536,134626,134722,134812,134978,135101,135224,135394,135500,135615,135730,135832,135938,136055,136170,136252,136425,136593,136741,136900,137055,137228,137345,137462,137630,137742,137856,138028,138204,138362,138495,138607,138753,138905,139037,139180,139302,139480,139616,139712,139848,139943,140110,140203,140295,140482,140638,140816,140980,141162,141479,141661,141843,142033,142265,142455,142632,142794,142951,143061,143244,143381,143585,143769,143953,144113,144271,144455,144682,144885,145056,145276,145498,145653,145853,146037,146140,146330,146471,146636,146807,147007,147211,147413,147578,147783,147982,148181,148378,148469,148618,148768,148852,149001,149146,149298,149439,149605,149766,149844,150145,150311,150466,150568,150923,151087,151273,151496,151621,152459,152731,153009,153254,153316,153601,156595,157051,157560,168336,168850,169287,169721,170164,174270,174391,174490,174895,174992,175109,175196,175319,175420,175826,175925,176044,176137,176244,176587,176694,176939,177060,177469,177717,177817,177922,178041,178550,178697,178816,179067,179200,179615,179869,179981,185331,185456,185864,185985,186213,186334,186467,186614,207336,207828,228299,228723,249490,249984,270500,270926,275767,281184,285275,290706,295448,300825,304809,308801,314192,314739,315172,315928,316158,316401,317568,318497,366642,367226,367699,369129,369873,371066,372120,372598,372891,373274,374789,375554,376697,377138,377579,378175,378449,378860,379876,380054,380807,380944,381035,383229,383495,383817,384027,384136,384255,384439,385557,386027,386778,389361,389456,390150,390378,390634,390893,391469,391823,391945,392084,392376,392636,393564,393850,394253,394655,394998,395210,395411,395624,395913,396198,406873,406960,407045,407144,411826,411932,412055,412187,412310,412440,412564,412697,412828,412953,413070,413190,413322,413450,413564,413682,413795,413916,414104,414291,414472,414655,414839,415004,415186,415306,415426,415534,415644,415756,415864,415974,416139,416305,416457,416622,416723,416843,417014,417175,417338,417499,417666,417785,417902,418082,418264,418445,418628,418783,418928,419050,419185,419348,419541,419667,419819,419961,420131,420287,420459,420750,427417,427509,427682,427844,427939,428108,428202,428291,428534,428623,428916,429332,429752,430173,430599,431016,431432,431849,432267,432681,433151,433624,434096,434507,434978,435450,435640,435846,435952,436060,436166,436278,436392,436504,436618,436734,436848,436956,437066,437174,437436,437815,438219,438366,438474,438584,438692,438806,439215,439629,439745,440163,440404,440834,441269,441679,442101,442511,442633,443042,443458,443580,443798,443982,446766,447110,447190,447546,447696,447840,447916,448028,448118,448380,448645,448753,448905,449013,449089,449201,449291,449393,449501,449609,449709,449817,449902,450068,450172,450300,450387,450554,450632,450746,450838,451102,451369,451479,451632,451742,451826,452215,452313,452421,452515,452645,452753,452875,453011,453119,453239,453373,453495,453623,453765,453891,454031,454157,454275,454407,454505,454615,454915,455027,455145,455609,455725,456028,456154,456250,456651,456761,456885,457023,457133,457255,457567,457691,457821,458297,458425,458740,458878,459040,459256,459412,459616,460687,460771,460875,461078,461267,461468,461661,461866,462179,462391,462557,462673,462919,463135,463448,463874,464336,464573,464725,464985,465129,465271,468503,468617,468737,468853,468947,469268,469367,469485,469586,469865,470150,470429,470711,470964,471223,471476,471732,472156,472232,475482,476837,477281,479135,479710,479918,480928,481308,481474,481615,486635,487061,487173,487308,487461,487658,487829,488012,488187,488374,488646,488804,488888,488992,489479,490035,490193,490412,490643,490866,491101,491323,491589,491727,492326,492440,492578,492690,492814,493385,493880,494426,494571,494664,494756,496683,497253,497551,497740,497946,498139,498349,499233,499378,499770,499928,500145,500406,508633,509508,510128,510325,511273,512038,512161,512934,513155,513355,515332,515432,515522,516208,516961,517726,518489,519264,520477,520642,522255,522576,523639,523849,524019,524589,525484,526117,526283,527769,528385,528621,528842,529800,530065,530330,530577,530991,531227,532512,532961,533148,533397,533639,533815,534056,534289,534514,535109,535584,536108,536369,537720,538195,539421,539891,540939,541391,541635,542092,543337,543820,543970,544525,544977,545377,545530,545675,545818,545888,546316,546604,547108,547617,547733,548635,548757,548869,549046,549312,549582,549848,550116,550372,550632,550888,551146,551398,551654,551906,552160,552392,552628,552880,553136,553388,553642,553874,554108,554220,554872,555327,555451,556543,557358,557554,557878,558267,558619,558860,559074,559373,559565,559880,560087,560433,560733,561134,561353,561766,562003,562373,563097,563452,563721,563861,564115,564259,564536,565528,565937,566569,566915,567283,568357,568720,569120,570628,571213,571531,574066,574260,574478,574704,574916,575115,575322,576526,576821,577378,577768,578400,578877,579122,579609,579855,581051,581448,582454,582676,583099,583290,583669,583757,583865,583973,584286,584611,584930,585261,587964,588152,588413,588662,591246,591438,591703,591956,592488,592896,593095,593679,593914,594038,594450,594664,595066,595169,595299,595474,595726,595922,596062,596256,597267,598336,598624,598754,599531,600188,600334,601040,601278,602818,602968,603385,603550,604236,604706,604902,604993,605077,605221,605455,605622,606550,606836,606996,607611,607770,608098,608325,608837,609199,609278,609617,609722,610087,610458,610819,612693,613322,614398,614822,615075,615227,616275,617012,617215,617461,617708,617926,618168,618489,618753,619058,619281,619592,619781,620496,620765,621259,621485,621925,622084,622368,623113,623478,623783,623941,624179,625498,625896,626124,626344,626486,627776,627882,628012,628150,628274,628562,628731,628831,629116,629230,630113,630868,631307,631431,631677,631870,632004,632195,632974,633192,633483,633762,634079,634301,634596,634879,634983,635324,636140,636456,637017,637523,637728,638514,638919,639580,639769,640320,640886,641006,641408,641942,647544,647843,650188,668697,670522,672529,672868,675301,681193,681633,682385,682569,682780,687438,688021,720195,720397,721532,721682,721857,724494,727007,737694,738235,738743,739254,741048,741308,741924,742419,743456,745322,745513,745846,746002,746195,748587,748816,749024,749194,750966,760894,762237,763247,765212,768435,768604,769796,769942,770627,773027,773558,773984,775999,776247,777017,781279,781454,784669,786207,797079,797322,799871,805290,805383,805446,805528,805621,805714,805801,805899,805990,806081,806169,806253,806349,806449,806555,806658,806759,806863,806969,807068,807174,807276,807383,807492,807603,807734,807854,807970,808088,808187,808294,808410,808529,808657,808746,808841,808918,809007,809098,809191,809265,809362,809457,809555,809654,809758,809854,809956,810059,810159,810262,810347,810448,810546,810636,810731,810818,810924,811026,811120,811211,811305,811381,811473,811562,811665,811776,811859,811945,812040,812137,812233,812321,812422,812523,812626,812732,812830,812927,813022,813120,813223,813323,813426,813531,813649,813765,813860,813953,814038,814134,814228,814320,814403,814507,814612,814712,814813,814918,815018,815119,815218,815320,815414,815521,815623,815726,815819,815915,816017,816120,816216,816318,816421,816518,816621,816719,816823,816928,817025,817133,817247,817362,817470,817584,817699,817801,817906,818014,818124,818240,818357,818452,818549,818648,818753,818859,818958,819063,819169,819269,819375,819476,819583,819702,819801,819906,820008,820110,820210,820313,820408,820512,820597,820701,820805,820903,821007,821113,821211,821316,821414,821527,821621,821710,821799,821882,821973,822056,822154,822244,822340,822429,822523,822611,822707,822792,822900,823001,823102,823200,823306,823397,823496,823593,823691,823787,823880,823990,824088,824183,824293,824385,824485,824584,824671,824775,824880,824979,825086,825193,825292,825401,825493,825604,825715,825826,825930,826045,826161,826288,826408,826503,826598,826695,826794,826886,826985,827077,827176,827262,827356,827459,827555,827658,827754,827857,827954,828052,828155,828248,828338,828439,828522,828613,828698,828790,828893,828988,829084,829177,829271,829350,829457,829548,829647,829740,829843,829947,830048,830149,830253,830347,830451,830555,830668,830774,830880,830988,831105,831206,831314,831414,831517,831622,831729,831825,831904,831994,832078,832170,832243,832335,832424,832516,832601,832698,832791,832886,832985,833082,833173,833264,833356,833451,833558,833666,833768,833865,833962,834055,834142,834226,834323,834420,834513,834600,834691,834790,834889,834984,835073,835154,835253,835357,835454,835559,835656,835740,835839,835943,836040,836145,836242,836340,836441,836547,836646,836753,836852,836951,837042,837131,837220,837302,837395,837486,837597,837698,837798,837910,838023,838121,838229,838323,838423,838512,838604,838715,838825,838920,839036,839162,839288,839407,839535,839660,839785,839903,840030,840139,840248,840361,840484,840607,840723,840848,840945,841053,841175,841291,841407,841516,841604,841705,841794,841895,841982,842070,842167,842259,842365,842465,842541,842618" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3a762e9f2ce0f93d047d11ca0abedd7a/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": "35,652,653,654,655,1043,1044,1045,2180,5539,5541,5544,10226", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1640,33673,33734,33796,33858,62091,62150,62207,155057,389461,389525,389651,675644", + "endLines": "35,652,653,654,655,1043,1044,1045,2186,5540,5543,5546,10253", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1687,33729,33791,33853,33917,62145,62202,62256,155466,389520,389646,389774,676563" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3a084fa4952ca00c774c0a9b3bb60a51/transformed/transition-1.5.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,332,386,442,494,546,595,656", + "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49", + "endOffsets": "90,137,180,235,282,327,381,437,489,541,590,651,701" + }, + "to": { + "startLines": "1806,1807,1828,1833,1834,1863,1864,1865,1866,1867,1868,1869,1870", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "120496,120536,121668,121892,121947,123443,123488,123542,123598,123650,123702,123751,123812", + "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49", + "endOffsets": "120531,120578,121706,121942,121989,123483,123537,123593,123645,123697,123746,123807,123857" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/a7e32aa1d44af6f1cb6c70d8e459f6dd/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": "109,9251,11213,11219", + "startColumns": "4,4,4,4", + "startOffsets": "5765,641947,713365,713576", + "endLines": "109,9253,11218,11302", + "endColumns": "60,12,24,24", + "endOffsets": "5821,642087,713571,718087" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,268,344,418,501,590,672,768,876,960,1022,1087,1180,1255,1320,1408,1473,1539,1597,1668,1734,1788,1898,1958,2022,2076,2149,2265,2349,2425,2516,2597,2678,2811,2896,2981,3114,3204,3278,3330,3381,3447,3524,3606,3677,3751,3825,3904,3981,4053,4160,4249,4325,4416,4511,4585,4658,4752,4806,4880,4952,5038,5124,5186,5250,5313,5384,5485,5588,5683,5783,5839,5894,5973,6059,6138", + "endLines": "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", + "endColumns": "12,75,73,82,88,81,95,107,83,61,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,75,90,80,80,132,84,84,132,89,73,51,50,65,76,81,70,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78,85,78,74", + "endOffsets": "263,339,413,496,585,667,763,871,955,1017,1082,1175,1250,1315,1403,1468,1534,1592,1663,1729,1783,1893,1953,2017,2071,2144,2260,2344,2420,2511,2592,2673,2806,2891,2976,3109,3199,3273,3325,3376,3442,3519,3601,3672,3746,3820,3899,3976,4048,4155,4244,4320,4411,4506,4580,4653,4747,4801,4875,4947,5033,5119,5181,5245,5308,5379,5480,5583,5678,5778,5834,5889,5968,6054,6133,6208" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2988,3064,3138,3221,3310,4126,4222,4330,4414,4476,4541,4634,4709,4774,4862,4927,4993,5051,5122,5188,5242,5352,5412,5476,5530,5603,5719,5803,5879,5970,6051,6132,6265,6350,6435,6568,6658,6732,6784,6835,6901,6978,7060,7131,7205,7279,7358,7435,7507,7614,7703,7779,7870,7965,8039,8112,8206,8260,8334,8406,8492,8578,8640,8704,8767,8838,8939,9042,9137,9237,9293,9348,9508,9594,9673", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,73,82,88,81,95,107,83,61,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,75,90,80,80,132,84,84,132,89,73,51,50,65,76,81,70,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78,85,78,74", + "endOffsets": "313,3059,3133,3216,3305,3387,4217,4325,4409,4471,4536,4629,4704,4769,4857,4922,4988,5046,5117,5183,5237,5347,5407,5471,5525,5598,5714,5798,5874,5965,6046,6127,6260,6345,6430,6563,6653,6727,6779,6830,6896,6973,7055,7126,7200,7274,7353,7430,7502,7609,7698,7774,7865,7960,8034,8107,8201,8255,8329,8401,8487,8573,8635,8699,8762,8833,8934,9037,9132,9232,9288,9343,9422,9589,9668,9743" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,9427", + "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": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,9503" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,351,456,561,673,789", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "146,248,346,451,556,668,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3392,3488,3590,3688,3793,3898,4010,9748", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "3483,3585,3683,3788,3893,4005,4121,9844" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,447,555,661,781", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "144,246,343,442,550,656,776,877" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3348,3442,3544,3641,3740,3848,3954,9594", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "3437,3539,3636,3735,3843,3949,4069,9690" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,261,338,411,498,586,666,765,884,966,1025,1089,1181,1249,1309,1396,1460,1522,1586,1654,1719,1773,1882,1940,2002,2056,2131,2251,2333,2410,2500,2584,2664,2798,2876,2956,3079,3167,3245,3299,3350,3416,3484,3558,3629,3705,3776,3854,3924,3994,4094,4183,4261,4349,4439,4511,4583,4667,4718,4796,4862,4943,5026,5088,5152,5215,5284,5384,5488,5581,5681,5739,5794,5872,5956,6034", + "endLines": "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", + "endColumns": "12,76,72,86,87,79,98,118,81,58,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,76,89,83,79,133,77,79,122,87,77,53,50,65,67,73,70,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77,83,77,71", + "endOffsets": "256,333,406,493,581,661,760,879,961,1020,1084,1176,1244,1304,1391,1455,1517,1581,1649,1714,1768,1877,1935,1997,2051,2126,2246,2328,2405,2495,2579,2659,2793,2871,2951,3074,3162,3240,3294,3345,3411,3479,3553,3624,3700,3771,3849,3919,3989,4089,4178,4256,4344,4434,4506,4578,4662,4713,4791,4857,4938,5021,5083,5147,5210,5279,5379,5483,5576,5676,5734,5789,5867,5951,6029,6101" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2943,3020,3093,3180,3268,4074,4173,4292,4374,4433,4497,4589,4657,4717,4804,4868,4930,4994,5062,5127,5181,5290,5348,5410,5464,5539,5659,5741,5818,5908,5992,6072,6206,6284,6364,6487,6575,6653,6707,6758,6824,6892,6966,7037,7113,7184,7262,7332,7402,7502,7591,7669,7757,7847,7919,7991,8075,8126,8204,8270,8351,8434,8496,8560,8623,8692,8792,8896,8989,9089,9147,9202,9360,9444,9522", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,76,72,86,87,79,98,118,81,58,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,76,89,83,79,133,77,79,122,87,77,53,50,65,67,73,70,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77,83,77,71", + "endOffsets": "306,3015,3088,3175,3263,3343,4168,4287,4369,4428,4492,4584,4652,4712,4799,4863,4925,4989,5057,5122,5176,5285,5343,5405,5459,5534,5654,5736,5813,5903,5987,6067,6201,6279,6359,6482,6570,6648,6702,6753,6819,6887,6961,7032,7108,7179,7257,7327,7397,7497,7586,7664,7752,7842,7914,7986,8070,8121,8199,8265,8346,8429,8491,8555,8618,8687,8787,8891,8984,9084,9142,9197,9275,9439,9517,9589" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,9280", + "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": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,9355" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,381,557,796", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,376,552,791,884" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1070,1134,1237,1307,1374,1483,1546,1613,1672,1746,1809,1863,1978,2036,2098,2152,2227,2356,2446,2526,2619,2703,2792,2933,3015,3097,3236,3322,3406,3466,3517,3583,3656,3734,3805,3886,3958,4035,4110,4181,4282,4376,4455,4551,4645,4719,4795,4881,4934,5021,5087,5172,5263,5325,5389,5452,5521,5623,5724,5820,5921,5985,6040,6123,6209,6286", + "endLines": "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", + "endColumns": "12,76,79,82,93,86,94,126,83,59,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,79,92,83,88,140,81,81,138,85,83,59,50,65,72,77,70,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82,85,76,73", + "endOffsets": "278,355,435,518,612,699,794,921,1005,1065,1129,1232,1302,1369,1478,1541,1608,1667,1741,1804,1858,1973,2031,2093,2147,2222,2351,2441,2521,2614,2698,2787,2928,3010,3092,3231,3317,3401,3461,3512,3578,3651,3729,3800,3881,3953,4030,4105,4176,4277,4371,4450,4546,4640,4714,4790,4876,4929,5016,5082,5167,5258,5320,5384,5447,5516,5618,5719,5815,5916,5980,6035,6118,6204,6281,6355" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3004,3081,3161,3244,3338,4161,4256,4383,4467,4527,4591,4694,4764,4831,4940,5003,5070,5129,5203,5266,5320,5435,5493,5555,5609,5684,5813,5903,5983,6076,6160,6249,6390,6472,6554,6693,6779,6863,6923,6974,7040,7113,7191,7262,7343,7415,7492,7567,7638,7739,7833,7912,8008,8102,8176,8252,8338,8391,8478,8544,8629,8720,8782,8846,8909,8978,9080,9181,9277,9378,9442,9497,9664,9750,9827", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,76,79,82,93,86,94,126,83,59,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,79,92,83,88,140,81,81,138,85,83,59,50,65,72,77,70,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82,85,76,73", + "endOffsets": "328,3076,3156,3239,3333,3420,4251,4378,4462,4522,4586,4689,4759,4826,4935,4998,5065,5124,5198,5261,5315,5430,5488,5550,5604,5679,5808,5898,5978,6071,6155,6244,6385,6467,6549,6688,6774,6858,6918,6969,7035,7108,7186,7257,7338,7410,7487,7562,7633,7734,7828,7907,8003,8097,8171,8247,8333,8386,8473,8539,8624,8715,8777,8841,8904,8973,9075,9176,9272,9373,9437,9492,9575,9745,9822,9896" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,9580", + "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": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,9659" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,360,460,568,672,791", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "152,254,355,455,563,667,786,887" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3425,3527,3629,3730,3830,3938,4042,9901", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "3522,3624,3725,3825,3933,4037,4156,9997" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-th_values-th.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-th/values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,352,450,553,658,770", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "146,249,347,445,548,653,765,866" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3363,3459,3562,3660,3758,3861,3966,9644", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "3454,3557,3655,3753,3856,3961,4073,9740" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-th/values-th.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,285,358,430,513,598,684,783,896,976,1044,1114,1204,1274,1334,1421,1487,1552,1613,1677,1738,1792,1893,1954,2014,2068,2138,2249,2336,2413,2500,2582,2663,2806,2885,2967,3099,3191,3269,3323,3376,3442,3512,3590,3661,3741,3813,3891,3960,4029,4127,4209,4297,4390,4484,4558,4627,4722,4774,4857,4925,5010,5098,5160,5224,5287,5357,5457,5553,5650,5743,5801,5858,5935,6017,6092", + "endLines": "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", + "endColumns": "12,72,71,82,84,85,98,112,79,67,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,76,86,81,80,142,78,81,131,91,77,53,52,65,69,77,70,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76,81,74,75", + "endOffsets": "280,353,425,508,593,679,778,891,971,1039,1109,1199,1269,1329,1416,1482,1547,1608,1672,1733,1787,1888,1949,2009,2063,2133,2244,2331,2408,2495,2577,2658,2801,2880,2962,3094,3186,3264,3318,3371,3437,3507,3585,3656,3736,3808,3886,3955,4024,4122,4204,4292,4385,4479,4553,4622,4717,4769,4852,4920,5005,5093,5155,5219,5282,5352,5452,5548,5645,5738,5796,5853,5930,6012,6087,6163" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2964,3037,3109,3192,3277,4078,4177,4290,4370,4438,4508,4598,4668,4728,4815,4881,4946,5007,5071,5132,5186,5287,5348,5408,5462,5532,5643,5730,5807,5894,5976,6057,6200,6279,6361,6493,6585,6663,6717,6770,6836,6906,6984,7055,7135,7207,7285,7354,7423,7521,7603,7691,7784,7878,7952,8021,8116,8168,8251,8319,8404,8492,8554,8618,8681,8751,8851,8947,9044,9137,9195,9252,9411,9493,9568", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,72,71,82,84,85,98,112,79,67,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,76,86,81,80,142,78,81,131,91,77,53,52,65,69,77,70,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76,81,74,75", + "endOffsets": "330,3032,3104,3187,3272,3358,4172,4285,4365,4433,4503,4593,4663,4723,4810,4876,4941,5002,5066,5127,5181,5282,5343,5403,5457,5527,5638,5725,5802,5889,5971,6052,6195,6274,6356,6488,6580,6658,6712,6765,6831,6901,6979,7050,7130,7202,7280,7349,7418,7516,7598,7686,7779,7873,7947,8016,8111,8163,8246,8314,8399,8487,8549,8613,8676,8746,8846,8942,9039,9132,9190,9247,9324,9488,9563,9639" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,9329", + "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": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,9406" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,9686", + "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": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,9767" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,666,787", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "147,249,348,448,555,661,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3492,3589,3691,3790,3890,3997,4103,10013", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "3584,3686,3785,3885,3992,4098,4219,10109" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1075,1139,1231,1310,1375,1465,1529,1597,1659,1732,1796,1850,1976,2034,2096,2150,2226,2369,2456,2536,2635,2721,2803,2942,3024,3106,3242,3329,3409,3465,3516,3582,3657,3737,3808,3887,3960,4037,4106,4180,4287,4380,4457,4550,4648,4722,4803,4902,4955,5039,5105,5194,5282,5344,5408,5471,5539,5655,5763,5870,5972,6032,6087,6173,6256,6335", + "endLines": "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", + "endColumns": "12,80,79,81,98,95,102,119,80,59,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,79,98,85,81,138,81,81,135,86,79,55,50,65,74,79,70,78,72,76,68,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85,82,78,78", + "endOffsets": "268,349,429,511,610,706,809,929,1010,1070,1134,1226,1305,1370,1460,1524,1592,1654,1727,1791,1845,1971,2029,2091,2145,2221,2364,2451,2531,2630,2716,2798,2937,3019,3101,3237,3324,3404,3460,3511,3577,3652,3732,3803,3882,3955,4032,4101,4175,4282,4375,4452,4545,4643,4717,4798,4897,4950,5034,5100,5189,5277,5339,5403,5466,5534,5650,5758,5865,5967,6027,6082,6168,6251,6330,6409" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3054,3135,3215,3297,3396,4224,4327,4447,4528,4588,4652,4744,4823,4888,4978,5042,5110,5172,5245,5309,5363,5489,5547,5609,5663,5739,5882,5969,6049,6148,6234,6316,6455,6537,6619,6755,6842,6922,6978,7029,7095,7170,7250,7321,7400,7473,7550,7619,7693,7800,7893,7970,8063,8161,8235,8316,8415,8468,8552,8618,8707,8795,8857,8921,8984,9052,9168,9276,9383,9485,9545,9600,9772,9855,9934", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,81,98,95,102,119,80,59,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,79,98,85,81,138,81,81,135,86,79,55,50,65,74,79,70,78,72,76,68,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85,82,78,78", + "endOffsets": "318,3130,3210,3292,3391,3487,4322,4442,4523,4583,4647,4739,4818,4883,4973,5037,5105,5167,5240,5304,5358,5484,5542,5604,5658,5734,5877,5964,6044,6143,6229,6311,6450,6532,6614,6750,6837,6917,6973,7024,7090,7165,7245,7316,7395,7468,7545,7614,7688,7795,7888,7965,8058,8156,8230,8311,8410,8463,8547,8613,8702,8790,8852,8916,8979,9047,9163,9271,9378,9480,9540,9595,9681,9850,9929,10008" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,454,559,671,790", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "148,250,351,449,554,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3512,3614,3715,3813,3918,4030,9855", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "3507,3609,3710,3808,3913,4025,4144,9951" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,344,421,500,587,672,770,889,974,1035,1100,1198,1279,1338,1431,1493,1556,1614,1685,1747,1801,1922,1979,2040,2094,2165,2298,2382,2462,2558,2641,2724,2857,2939,3017,3149,3239,3319,3373,3424,3490,3561,3639,3710,3789,3864,3942,4022,4105,4210,4298,4377,4467,4560,4634,4704,4795,4849,4929,4996,5080,5165,5227,5291,5354,5425,5529,5644,5741,5855,5913,5968,6052,6139,6215", + "endLines": "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", + "endColumns": "12,78,76,78,86,84,97,118,84,60,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,79,95,82,82,132,81,77,131,89,79,53,50,65,70,77,70,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83,86,75,81", + "endOffsets": "260,339,416,495,582,667,765,884,969,1030,1095,1193,1274,1333,1426,1488,1551,1609,1680,1742,1796,1917,1974,2035,2089,2160,2293,2377,2457,2553,2636,2719,2852,2934,3012,3144,3234,3314,3368,3419,3485,3556,3634,3705,3784,3859,3937,4017,4100,4205,4293,4372,4462,4555,4629,4699,4790,4844,4924,4991,5075,5160,5222,5286,5349,5420,5524,5639,5736,5850,5908,5963,6047,6134,6210,6292" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3086,3163,3242,3329,4149,4247,4366,4451,4512,4577,4675,4756,4815,4908,4970,5033,5091,5162,5224,5278,5399,5456,5517,5571,5642,5775,5859,5939,6035,6118,6201,6334,6416,6494,6626,6716,6796,6850,6901,6967,7038,7116,7187,7266,7341,7419,7499,7582,7687,7775,7854,7944,8037,8111,8181,8272,8326,8406,8473,8557,8642,8704,8768,8831,8902,9006,9121,9218,9332,9390,9445,9610,9697,9773", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,76,78,86,84,97,118,84,60,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,79,95,82,82,132,81,77,131,89,79,53,50,65,70,77,70,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83,86,75,81", + "endOffsets": "310,3081,3158,3237,3324,3409,4242,4361,4446,4507,4572,4670,4751,4810,4903,4965,5028,5086,5157,5219,5273,5394,5451,5512,5566,5637,5770,5854,5934,6030,6113,6196,6329,6411,6489,6621,6711,6791,6845,6896,6962,7033,7111,7182,7261,7336,7414,7494,7577,7682,7770,7849,7939,8032,8106,8176,8267,8321,8401,8468,8552,8637,8699,8763,8826,8897,9001,9116,9213,9327,9385,9440,9524,9692,9768,9850" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,9529", + "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": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,9605" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,445,546,646,752", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "144,246,343,440,541,641,747,848" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3437,3531,3633,3730,3827,3928,4028,9581", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "3526,3628,3725,3822,3923,4023,4129,9677" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,311,388,463,540,640,731,824,937,1017,1077,1142,1230,1300,1363,1455,1518,1578,1637,1700,1761,1815,1917,1974,2033,2087,2155,2266,2347,2422,2509,2589,2671,2803,2874,2947,3071,3159,3235,3288,3342,3408,3481,3557,3628,3706,3776,3851,3933,4001,4102,4187,4257,4347,4438,4512,4585,4674,4725,4806,4873,4955,5040,5102,5166,5229,5297,5391,5486,5576,5673,5730,5788,5863,5945,6020", + "endLines": "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", + "endColumns": "12,76,74,76,99,90,92,112,79,59,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,74,86,79,81,131,70,72,123,87,75,52,53,65,72,75,70,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74,81,74,75", + "endOffsets": "306,383,458,535,635,726,819,932,1012,1072,1137,1225,1295,1358,1450,1513,1573,1632,1695,1756,1810,1912,1969,2028,2082,2150,2261,2342,2417,2504,2584,2666,2798,2869,2942,3066,3154,3230,3283,3337,3403,3476,3552,3623,3701,3771,3846,3928,3996,4097,4182,4252,4342,4433,4507,4580,4669,4720,4801,4868,4950,5035,5097,5161,5224,5292,5386,5481,5571,5668,5725,5783,5858,5940,6015,6091" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3017,3094,3169,3246,3346,4134,4227,4340,4420,4480,4545,4633,4703,4766,4858,4921,4981,5040,5103,5164,5218,5320,5377,5436,5490,5558,5669,5750,5825,5912,5992,6074,6206,6277,6350,6474,6562,6638,6691,6745,6811,6884,6960,7031,7109,7179,7254,7336,7404,7505,7590,7660,7750,7841,7915,7988,8077,8128,8209,8276,8358,8443,8505,8569,8632,8700,8794,8889,8979,9076,9133,9191,9348,9430,9505", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,76,74,76,99,90,92,112,79,59,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,74,86,79,81,131,70,72,123,87,75,52,53,65,72,75,70,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74,81,74,75", + "endOffsets": "356,3089,3164,3241,3341,3432,4222,4335,4415,4475,4540,4628,4698,4761,4853,4916,4976,5035,5098,5159,5213,5315,5372,5431,5485,5553,5664,5745,5820,5907,5987,6069,6201,6272,6345,6469,6557,6633,6686,6740,6806,6879,6955,7026,7104,7174,7249,7331,7399,7500,7585,7655,7745,7836,7910,7983,8072,8123,8204,8271,8353,8438,8500,8564,8627,8695,8789,8884,8974,9071,9128,9186,9261,9425,9500,9576" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "361,466,566,674,758,860,976,1055,1133,1224,1318,1412,1506,1606,1699,1794,1887,1978,2070,2151,2256,2359,2457,2562,2664,2766,2920,9266", + "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": "461,561,669,753,855,971,1050,1128,1219,1313,1407,1501,1601,1694,1789,1882,1973,2065,2146,2251,2354,2452,2557,2659,2761,2915,3012,9343" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1143,1208,1307,1383,1448,1538,1602,1668,1722,1791,1851,1905,2022,2082,2144,2198,2270,2400,2487,2567,2663,2747,2839,2978,3047,3125,3256,3344,3424,3478,3529,3595,3667,3744,3815,3897,3969,4046,4119,4190,4295,4383,4455,4547,4643,4717,4791,4887,4939,5021,5088,5175,5262,5324,5388,5451,5519,5625,5732,5830,5947,6005,6060,6139,6222,6297", + "endLines": "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", + "endColumns": "12,74,74,77,91,82,91,127,80,60,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,79,95,83,91,138,68,77,130,87,79,53,50,65,71,76,70,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78,82,74,75", + "endOffsets": "373,448,523,601,693,776,868,996,1077,1138,1203,1302,1378,1443,1533,1597,1663,1717,1786,1846,1900,2017,2077,2139,2193,2265,2395,2482,2562,2658,2742,2834,2973,3042,3120,3251,3339,3419,3473,3524,3590,3662,3739,3810,3892,3964,4041,4114,4185,4290,4378,4450,4542,4638,4712,4786,4882,4934,5016,5083,5170,5257,5319,5383,5446,5514,5620,5727,5825,5942,6000,6055,6134,6217,6292,6368" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3140,3215,3290,3368,3460,4280,4372,4500,4581,4642,4707,4806,4882,4947,5037,5101,5167,5221,5290,5350,5404,5521,5581,5643,5697,5769,5899,5986,6066,6162,6246,6338,6477,6546,6624,6755,6843,6923,6977,7028,7094,7166,7243,7314,7396,7468,7545,7618,7689,7794,7882,7954,8046,8142,8216,8290,8386,8438,8520,8587,8674,8761,8823,8887,8950,9018,9124,9231,9329,9446,9504,9559,9721,9804,9879", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,74,74,77,91,82,91,127,80,60,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,79,95,83,91,138,68,77,130,87,79,53,50,65,71,76,70,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78,82,74,75", + "endOffsets": "423,3210,3285,3363,3455,3538,4367,4495,4576,4637,4702,4801,4877,4942,5032,5096,5162,5216,5285,5345,5399,5516,5576,5638,5692,5764,5894,5981,6061,6157,6241,6333,6472,6541,6619,6750,6838,6918,6972,7023,7089,7161,7238,7309,7391,7463,7540,7613,7684,7789,7877,7949,8041,8137,8211,8285,8381,8433,8515,8582,8669,8756,8818,8882,8945,9013,9119,9226,9324,9441,9499,9554,9633,9799,9874,9950" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,354,452,562,670,792", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "146,248,349,447,557,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3741,3842,3940,4050,4158,9955", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "3634,3736,3837,3935,4045,4153,4275,10051" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,9638", + "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": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,9716" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-in_values-in.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-in/values-in.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,348,424,503,593,678,784,900,983,1047,1112,1206,1271,1330,1417,1479,1541,1601,1667,1729,1783,1895,1952,2013,2067,2139,2265,2351,2429,2522,2608,2692,2831,2912,2993,3128,3218,3300,3353,3405,3471,3543,3627,3698,3778,3853,3929,4002,4077,4175,4260,4335,4427,4521,4595,4668,4762,4814,4896,4965,5050,5137,5199,5263,5326,5398,5501,5606,5701,5804,5861,5917,5997,6078,6156", + "endLines": "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", + "endColumns": "12,78,75,78,89,84,105,115,82,63,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,77,92,85,83,138,80,80,134,89,81,52,51,65,71,83,70,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79,80,77,77", + "endOffsets": "264,343,419,498,588,673,779,895,978,1042,1107,1201,1266,1325,1412,1474,1536,1596,1662,1724,1778,1890,1947,2008,2062,2134,2260,2346,2424,2517,2603,2687,2826,2907,2988,3123,3213,3295,3348,3400,3466,3538,3622,3693,3773,3848,3924,3997,4072,4170,4255,4330,4422,4516,4590,4663,4757,4809,4891,4960,5045,5132,5194,5258,5321,5393,5496,5601,5696,5799,5856,5912,5992,6073,6151,6229" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3026,3105,3181,3260,3350,4165,4271,4387,4470,4534,4599,4693,4758,4817,4904,4966,5028,5088,5154,5216,5270,5382,5439,5500,5554,5626,5752,5838,5916,6009,6095,6179,6318,6399,6480,6615,6705,6787,6840,6892,6958,7030,7114,7185,7265,7340,7416,7489,7564,7662,7747,7822,7914,8008,8082,8155,8249,8301,8383,8452,8537,8624,8686,8750,8813,8885,8988,9093,9188,9291,9348,9404,9569,9650,9728", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,75,78,89,84,105,115,82,63,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,77,92,85,83,138,80,80,134,89,81,52,51,65,71,83,70,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79,80,77,77", + "endOffsets": "314,3100,3176,3255,3345,3430,4266,4382,4465,4529,4594,4688,4753,4812,4899,4961,5023,5083,5149,5211,5265,5377,5434,5495,5549,5621,5747,5833,5911,6004,6090,6174,6313,6394,6475,6610,6700,6782,6835,6887,6953,7025,7109,7180,7260,7335,7411,7484,7559,7657,7742,7817,7909,8003,8077,8150,8244,8296,8378,8447,8532,8619,8681,8745,8808,8880,8983,9088,9183,9286,9343,9399,9479,9645,9723,9801" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,432,519,623,739,822,900,991,1084,1179,1273,1373,1466,1561,1655,1746,1837,1923,2026,2131,2232,2336,2445,2553,2713,2812", + "endColumns": "114,103,107,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,427,514,618,734,817,895,986,1079,1174,1268,1368,1461,1556,1650,1741,1832,1918,2021,2126,2227,2331,2440,2548,2708,2807,2892" + }, + "to": { + "startLines": "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,112", + "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": "319,434,538,646,733,837,953,1036,1114,1205,1298,1393,1487,1587,1680,1775,1869,1960,2051,2137,2240,2345,2446,2550,2659,2767,2927,9484", + "endColumns": "114,103,107,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": "429,533,641,728,832,948,1031,1109,1200,1293,1388,1482,1582,1675,1770,1864,1955,2046,2132,2235,2340,2441,2545,2654,2762,2922,3021,9564" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-in/values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,446,552,670,785", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "145,247,344,441,547,665,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3435,3530,3632,3729,3826,3932,4050,9806", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "3525,3627,3724,3821,3927,4045,4160,9902" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,529,636,762,840,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1935,2051,2161,2260,2373,2478,2592,2756,2856", + "endColumns": "113,111,112,84,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,524,631,757,835,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1930,2046,2156,2255,2368,2473,2587,2751,2851,2934" + }, + "to": { + "startLines": "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,112", + "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": "327,441,553,666,751,858,984,1062,1138,1229,1322,1417,1511,1611,1704,1799,1893,1984,2075,2157,2273,2383,2482,2595,2700,2814,2978,9716", + "endColumns": "113,111,112,84,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": "436,548,661,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,3073,9794" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,357,463,564,672,800", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "148,251,352,458,559,667,795,896" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3635,3738,3839,3945,4046,4154,10044", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "3630,3733,3834,3940,4041,4149,4277,10140" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,277,361,444,526,641,736,843,956,1041,1098,1161,1255,1321,1383,1486,1552,1623,1682,1758,1823,1877,1990,2048,2109,2163,2242,2358,2444,2527,2622,2708,2799,2941,3020,3099,3228,3316,3400,3457,3509,3575,3655,3745,3816,3895,3972,4049,4126,4195,4312,4411,4488,4581,4676,4750,4831,4927,4978,5062,5130,5216,5304,5367,5432,5495,5563,5668,5773,5868,5971,6032,6088,6170,6262,6341", + "endLines": "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", + "endColumns": "12,83,82,81,114,94,106,112,84,56,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,85,82,94,85,90,141,78,78,128,87,83,56,51,65,79,89,70,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81,91,78,73", + "endOffsets": "272,356,439,521,636,731,838,951,1036,1093,1156,1250,1316,1378,1481,1547,1618,1677,1753,1818,1872,1985,2043,2104,2158,2237,2353,2439,2522,2617,2703,2794,2936,3015,3094,3223,3311,3395,3452,3504,3570,3650,3740,3811,3890,3967,4044,4121,4190,4307,4406,4483,4576,4671,4745,4826,4922,4973,5057,5125,5211,5299,5362,5427,5490,5558,5663,5768,5863,5966,6027,6083,6165,6257,6336,6410" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3078,3162,3245,3327,3442,4282,4389,4502,4587,4644,4707,4801,4867,4929,5032,5098,5169,5228,5304,5369,5423,5536,5594,5655,5709,5788,5904,5990,6073,6168,6254,6345,6487,6566,6645,6774,6862,6946,7003,7055,7121,7201,7291,7362,7441,7518,7595,7672,7741,7858,7957,8034,8127,8222,8296,8377,8473,8524,8608,8676,8762,8850,8913,8978,9041,9109,9214,9319,9414,9517,9578,9634,9799,9891,9970", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,83,82,81,114,94,106,112,84,56,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,85,82,94,85,90,141,78,78,128,87,83,56,51,65,79,89,70,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81,91,78,73", + "endOffsets": "322,3157,3240,3322,3437,3532,4384,4497,4582,4639,4702,4796,4862,4924,5027,5093,5164,5223,5299,5364,5418,5531,5589,5650,5704,5783,5899,5985,6068,6163,6249,6340,6482,6561,6640,6769,6857,6941,6998,7050,7116,7196,7286,7357,7436,7513,7590,7667,7736,7853,7952,8029,8122,8217,8291,8372,8468,8519,8603,8671,8757,8845,8908,8973,9036,9104,9209,9314,9409,9512,9573,9629,9711,9886,9965,10039" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v16/values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2254,2367,2477,2594,2761,2872", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,102,112,109,116,166,110,79", + "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2249,2362,2472,2589,2756,2867,2947" + }, + "to": { + "startLines": "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,112", + "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": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2461,2574,2684,2801,2968,9675", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,102,112,109,116,166,110,79", + "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2456,2569,2679,2796,2963,3074,9750" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1064,1130,1226,1292,1353,1458,1522,1594,1652,1726,1788,1842,1955,2015,2076,2135,2213,2337,2418,2500,2600,2685,2770,2906,2987,3070,3201,3284,3370,3432,3486,3552,3629,3708,3779,3862,3931,4007,4088,4156,4260,4351,4429,4522,4619,4693,4772,4870,4930,5018,5084,5172,5260,5322,5390,5453,5519,5624,5730,5825,5930,5996,6054,6138,6227,6303", + "endLines": "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", + "endColumns": "12,88,87,81,94,88,101,109,86,59,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,81,99,84,84,135,80,82,130,82,85,61,53,65,76,78,70,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83,88,75,72", + "endOffsets": "257,346,434,516,611,700,802,912,999,1059,1125,1221,1287,1348,1453,1517,1589,1647,1721,1783,1837,1950,2010,2071,2130,2208,2332,2413,2495,2595,2680,2765,2901,2982,3065,3196,3279,3365,3427,3481,3547,3624,3703,3774,3857,3926,4002,4083,4151,4255,4346,4424,4517,4614,4688,4767,4865,4925,5013,5079,5167,5255,5317,5385,5448,5514,5619,5725,5820,5925,5991,6049,6133,6222,6298,6371" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3079,3168,3256,3338,3433,4242,4344,4454,4541,4601,4667,4763,4829,4890,4995,5059,5131,5189,5263,5325,5379,5492,5552,5613,5672,5750,5874,5955,6037,6137,6222,6307,6443,6524,6607,6738,6821,6907,6969,7023,7089,7166,7245,7316,7399,7468,7544,7625,7693,7797,7888,7966,8059,8156,8230,8309,8407,8467,8555,8621,8709,8797,8859,8927,8990,9056,9161,9267,9362,9467,9533,9591,9755,9844,9920", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,88,87,81,94,88,101,109,86,59,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,81,99,84,84,135,80,82,130,82,85,61,53,65,76,78,70,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83,88,75,72", + "endOffsets": "307,3163,3251,3333,3428,3517,4339,4449,4536,4596,4662,4758,4824,4885,4990,5054,5126,5184,5258,5320,5374,5487,5547,5608,5667,5745,5869,5950,6032,6132,6217,6302,6438,6519,6602,6733,6816,6902,6964,7018,7084,7161,7240,7311,7394,7463,7539,7620,7688,7792,7883,7961,8054,8151,8225,8304,8402,8462,8550,8616,8704,8792,8854,8922,8985,9051,9156,9262,9357,9462,9528,9586,9670,9839,9915,9988" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,261,363,469,567,667,775", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "153,256,358,464,562,662,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3522,3625,3728,3830,3936,4034,4134,9993", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "3620,3723,3825,3931,4029,4129,4237,10089" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,6955", + "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,7136" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rXC/values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,251,456,657,858,1065,1270,1482", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "246,451,652,853,1060,1265,1477,1681" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "5528,5724,5929,6130,6331,6538,6743,7141", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "5719,5924,6125,6326,6533,6738,6950,7340" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,9311", + "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": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,9389" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3386,3482,3584,3683,3782,3886,3989,9625", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "3477,3579,3678,3777,3881,3984,4100,9721" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,777,892,971,1031,1096,1186,1253,1312,1402,1466,1530,1593,1662,1726,1780,1892,1950,2012,2066,2138,2260,2347,2422,2513,2594,2675,2815,2892,2973,3100,3191,3268,3322,3373,3439,3509,3586,3657,3732,3803,3880,3949,4018,4125,4216,4288,4377,4466,4540,4612,4698,4748,4827,4893,4973,5057,5119,5183,5246,5315,5415,5510,5602,5694,5752,5807,5885,5966,6041", + "endLines": "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", + "endColumns": "12,81,77,76,85,83,97,114,78,59,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,74,90,80,80,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77,80,74,74", + "endOffsets": "267,349,427,504,590,674,772,887,966,1026,1091,1181,1248,1307,1397,1461,1525,1588,1657,1721,1775,1887,1945,2007,2061,2133,2255,2342,2417,2508,2589,2670,2810,2887,2968,3095,3186,3263,3317,3368,3434,3504,3581,3652,3727,3798,3875,3944,4013,4120,4211,4283,4372,4461,4535,4607,4693,4743,4822,4888,4968,5052,5114,5178,5241,5310,5410,5505,5597,5689,5747,5802,5880,5961,6036,6111" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2979,3061,3139,3216,3302,4105,4203,4318,4397,4457,4522,4612,4679,4738,4828,4892,4956,5019,5088,5152,5206,5318,5376,5438,5492,5564,5686,5773,5848,5939,6020,6101,6241,6318,6399,6526,6617,6694,6748,6799,6865,6935,7012,7083,7158,7229,7306,7375,7444,7551,7642,7714,7803,7892,7966,8038,8124,8174,8253,8319,8399,8483,8545,8609,8672,8741,8841,8936,9028,9120,9178,9233,9394,9475,9550", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,77,76,85,83,97,114,78,59,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,74,90,80,80,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77,80,74,74", + "endOffsets": "317,3056,3134,3211,3297,3381,4198,4313,4392,4452,4517,4607,4674,4733,4823,4887,4951,5014,5083,5147,5201,5313,5371,5433,5487,5559,5681,5768,5843,5934,6015,6096,6236,6313,6394,6521,6612,6689,6743,6794,6860,6930,7007,7078,7153,7224,7301,7370,7439,7546,7637,7709,7798,7887,7961,8033,8119,8169,8248,8314,8394,8478,8540,8604,8667,8736,8836,8931,9023,9115,9173,9228,9306,9470,9545,9620" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1109,1175,1272,1355,1421,1523,1588,1663,1719,1798,1858,1912,2034,2093,2155,2209,2291,2426,2518,2593,2688,2769,2853,2997,3076,3157,3298,3391,3470,3525,3576,3642,3722,3803,3874,3954,4027,4105,4178,4250,4362,4455,4527,4619,4711,4785,4869,4961,5018,5102,5168,5251,5338,5400,5464,5527,5605,5707,5811,5908,6012,6071,6126,6215,6302,6379", + "endLines": "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", + "endColumns": "12,79,80,82,108,94,97,129,84,64,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,74,94,80,83,143,78,80,140,92,78,54,50,65,79,80,70,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88,86,76,80", + "endOffsets": "278,358,439,522,631,726,824,954,1039,1104,1170,1267,1350,1416,1518,1583,1658,1714,1793,1853,1907,2029,2088,2150,2204,2286,2421,2513,2588,2683,2764,2848,2992,3071,3152,3293,3386,3465,3520,3571,3637,3717,3798,3869,3949,4022,4100,4173,4245,4357,4450,4522,4614,4706,4780,4864,4956,5013,5097,5163,5246,5333,5395,5459,5522,5600,5702,5806,5903,6007,6066,6121,6210,6297,6374,6455" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3075,3155,3236,3319,3428,4250,4348,4478,4563,4628,4694,4791,4874,4940,5042,5107,5182,5238,5317,5377,5431,5553,5612,5674,5728,5810,5945,6037,6112,6207,6288,6372,6516,6595,6676,6817,6910,6989,7044,7095,7161,7241,7322,7393,7473,7546,7624,7697,7769,7881,7974,8046,8138,8230,8304,8388,8480,8537,8621,8687,8770,8857,8919,8983,9046,9124,9226,9330,9427,9531,9590,9645,9821,9908,9985", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,80,82,108,94,97,129,84,64,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,74,94,80,83,143,78,80,140,92,78,54,50,65,79,80,70,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88,86,76,80", + "endOffsets": "328,3150,3231,3314,3423,3518,4343,4473,4558,4623,4689,4786,4869,4935,5037,5102,5177,5233,5312,5372,5426,5548,5607,5669,5723,5805,5940,6032,6107,6202,6283,6367,6511,6590,6671,6812,6905,6984,7039,7090,7156,7236,7317,7388,7468,7541,7619,7692,7764,7876,7969,8041,8133,8225,8299,8383,8475,8532,8616,8682,8765,8852,8914,8978,9041,9119,9221,9325,9422,9526,9585,9640,9729,9903,9980,10061" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,9734", + "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": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,9816" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,782", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "148,250,349,451,555,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3523,3621,3723,3822,3924,4028,4132,10066", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "3616,3718,3817,3919,4023,4127,4245,10162" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-hdpi-v4/values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-am_values-am.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-am/values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,248,345,444,540,642,742", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "143,243,340,439,535,637,737,838" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3306,3399,3499,3596,3695,3791,3893,9295", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "3394,3494,3591,3690,3786,3888,3988,9391" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-am/values-am.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,261,332,400,475,557,638,727,829,906,965,1029,1114,1176,1234,1319,1382,1444,1502,1568,1630,1685,1781,1838,1897,1953,2020,2125,2205,2286,2378,2463,2544,2673,2746,2817,2931,3013,3089,3140,3191,3257,3323,3396,3467,3542,3610,3683,3754,3821,3919,4004,4071,4158,4246,4320,4388,4473,4524,4602,4666,4746,4828,4890,4954,5017,5083,5178,5273,5358,5449,5504,5559,5635,5714,5789", + "endLines": "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", + "endColumns": "12,70,67,74,81,80,88,101,76,58,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,91,84,80,128,72,70,113,81,75,50,50,65,65,72,70,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75,78,74,70", + "endOffsets": "256,327,395,470,552,633,722,824,901,960,1024,1109,1171,1229,1314,1377,1439,1497,1563,1625,1680,1776,1833,1892,1948,2015,2120,2200,2281,2373,2458,2539,2668,2741,2812,2926,3008,3084,3135,3186,3252,3318,3391,3462,3537,3605,3678,3749,3816,3914,3999,4066,4153,4241,4315,4383,4468,4519,4597,4661,4741,4823,4885,4949,5012,5078,5173,5268,5353,5444,5499,5554,5630,5709,5784,5855" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2929,3000,3068,3143,3225,3993,4082,4184,4261,4320,4384,4469,4531,4589,4674,4737,4799,4857,4923,4985,5040,5136,5193,5252,5308,5375,5480,5560,5641,5733,5818,5899,6028,6101,6172,6286,6368,6444,6495,6546,6612,6678,6751,6822,6897,6965,7038,7109,7176,7274,7359,7426,7513,7601,7675,7743,7828,7879,7957,8021,8101,8183,8245,8309,8372,8438,8533,8628,8713,8804,8859,8914,9070,9149,9224", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,70,67,74,81,80,88,101,76,58,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,91,84,80,128,72,70,113,81,75,50,50,65,65,72,70,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75,78,74,70", + "endOffsets": "306,2995,3063,3138,3220,3301,4077,4179,4256,4315,4379,4464,4526,4584,4669,4732,4794,4852,4918,4980,5035,5131,5188,5247,5303,5370,5475,5555,5636,5728,5813,5894,6023,6096,6167,6281,6363,6439,6490,6541,6607,6673,6746,6817,6892,6960,7033,7104,7171,7269,7354,7421,7508,7596,7670,7738,7823,7874,7952,8016,8096,8178,8240,8304,8367,8433,8528,8623,8708,8799,8854,8909,8985,9144,9219,9290" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,8990", + "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": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,9065" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,9672", + "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": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,9749" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,257,356,459,565,672,785", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "148,252,351,454,560,667,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3421,3519,3623,3722,3825,3931,4038,9996", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "3514,3618,3717,3820,3926,4033,4146,10092" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1075,1142,1245,1320,1383,1475,1546,1611,1678,1750,1822,1876,1997,2056,2120,2174,2251,2383,2468,2545,2635,2715,2796,2945,3032,3115,3257,3349,3427,3483,3541,3607,3679,3756,3827,3910,3990,4069,4144,4223,4327,4417,4490,4584,4681,4755,4828,4927,4982,5066,5134,5222,5311,5373,5437,5500,5571,5680,5791,5894,6002,6062,6124,6206,6289,6365", + "endLines": "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", + "endColumns": "12,77,76,76,93,87,111,125,80,70,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,76,89,79,80,148,86,82,141,91,77,55,57,65,71,76,70,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81,82,75,82", + "endOffsets": "266,344,421,498,592,680,792,918,999,1070,1137,1240,1315,1378,1470,1541,1606,1673,1745,1817,1871,1992,2051,2115,2169,2246,2378,2463,2540,2630,2710,2791,2940,3027,3110,3252,3344,3422,3478,3536,3602,3674,3751,3822,3905,3985,4064,4139,4218,4322,4412,4485,4579,4676,4750,4823,4922,4977,5061,5129,5217,5306,5368,5432,5495,5566,5675,5786,5889,5997,6057,6119,6201,6284,6360,6443" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3085,3162,3239,3333,4151,4263,4389,4470,4541,4608,4711,4786,4849,4941,5012,5077,5144,5216,5288,5342,5463,5522,5586,5640,5717,5849,5934,6011,6101,6181,6262,6411,6498,6581,6723,6815,6893,6949,7007,7073,7145,7222,7293,7376,7456,7535,7610,7689,7793,7883,7956,8050,8147,8221,8294,8393,8448,8532,8600,8688,8777,8839,8903,8966,9037,9146,9257,9360,9468,9528,9590,9754,9837,9913", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,76,76,93,87,111,125,80,70,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,76,89,79,80,148,86,82,141,91,77,55,57,65,71,76,70,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81,82,75,82", + "endOffsets": "316,3080,3157,3234,3328,3416,4258,4384,4465,4536,4603,4706,4781,4844,4936,5007,5072,5139,5211,5283,5337,5458,5517,5581,5635,5712,5844,5929,6006,6096,6176,6257,6406,6493,6576,6718,6810,6888,6944,7002,7068,7140,7217,7288,7371,7451,7530,7605,7684,7788,7878,7951,8045,8142,8216,8289,8388,8443,8527,8595,8683,8772,8834,8898,8961,9032,9141,9252,9355,9463,9523,9585,9667,9832,9908,9991" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,9415", + "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": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,9495" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,556,669,785", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "147,249,348,448,551,664,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3402,3499,3601,3700,3800,3903,4016,9735", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "3494,3596,3695,3795,3898,4011,4127,9831" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1078,1172,1246,1305,1391,1453,1514,1572,1636,1697,1751,1868,1925,1985,2039,2114,2241,2325,2405,2500,2584,2662,2792,2876,2954,3088,3179,3260,3311,3362,3428,3496,3572,3643,3723,3802,3877,3950,4026,4132,4221,4298,4389,4483,4557,4627,4720,4769,4850,4916,5001,5087,5149,5213,5276,5347,5446,5551,5649,5754,5809,5864,5942,6024,6103", + "endLines": "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", + "endColumns": "12,78,76,77,79,79,98,113,79,62,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,79,94,83,77,129,83,77,133,90,80,50,50,65,67,75,70,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77,81,78,73", + "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1073,1167,1241,1300,1386,1448,1509,1567,1631,1692,1746,1863,1920,1980,2034,2109,2236,2320,2400,2495,2579,2657,2787,2871,2949,3083,3174,3255,3306,3357,3423,3491,3567,3638,3718,3797,3872,3945,4021,4127,4216,4293,4384,4478,4552,4622,4715,4764,4845,4911,4996,5082,5144,5208,5271,5342,5441,5546,5644,5749,5804,5859,5937,6019,6098,6172" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3008,3087,3164,3242,3322,4132,4231,4345,4425,4488,4551,4645,4719,4778,4864,4926,4987,5045,5109,5170,5224,5341,5398,5458,5512,5587,5714,5798,5878,5973,6057,6135,6265,6349,6427,6561,6652,6733,6784,6835,6901,6969,7045,7116,7196,7275,7350,7423,7499,7605,7694,7771,7862,7956,8030,8100,8193,8242,8323,8389,8474,8560,8622,8686,8749,8820,8919,9024,9122,9227,9282,9337,9500,9582,9661", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,76,77,79,79,98,113,79,62,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,79,94,83,77,129,83,77,133,90,80,50,50,65,67,75,70,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77,81,78,73", + "endOffsets": "310,3082,3159,3237,3317,3397,4226,4340,4420,4483,4546,4640,4714,4773,4859,4921,4982,5040,5104,5165,5219,5336,5393,5453,5507,5582,5709,5793,5873,5968,6052,6130,6260,6344,6422,6556,6647,6728,6779,6830,6896,6964,7040,7111,7191,7270,7345,7418,7494,7600,7689,7766,7857,7951,8025,8095,8188,8237,8318,8384,8469,8555,8617,8681,8744,8815,8914,9019,9117,9222,9277,9332,9410,9577,9656,9730" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3195,3287,3386,3480,3574,3667,3760,8845", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3282,3381,3475,3569,3662,3755,3851,8941" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,247,310,371,438,507,584,674,781,854,905,967,1045,1104,1162,1240,1301,1358,1414,1473,1531,1585,1671,1727,1785,1839,1904,1997,2071,2143,2223,2297,2375,2495,2558,2621,2720,2797,2871,2921,2972,3038,3102,3170,3241,3313,3374,3445,3512,3572,3660,3740,3803,3886,3971,4045,4110,4186,4234,4308,4372,4448,4526,4588,4652,4715,4781,4861,4941,5017,5098,5152,5207,5276,5351,5424", + "endLines": "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", + "endColumns": "12,62,60,66,68,76,89,106,72,50,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,71,79,73,77,119,62,62,98,76,73,49,50,65,63,67,70,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68,74,72,69", + "endOffsets": "242,305,366,433,502,579,669,776,849,900,962,1040,1099,1157,1235,1296,1353,1409,1468,1526,1580,1666,1722,1780,1834,1899,1992,2066,2138,2218,2292,2370,2490,2553,2616,2715,2792,2866,2916,2967,3033,3097,3165,3236,3308,3369,3440,3507,3567,3655,3735,3798,3881,3966,4040,4105,4181,4229,4303,4367,4443,4521,4583,4647,4710,4776,4856,4936,5012,5093,5147,5202,5271,5346,5419,5489" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2858,2921,2982,3049,3118,3856,3946,4053,4126,4177,4239,4317,4376,4434,4512,4573,4630,4686,4745,4803,4857,4943,4999,5057,5111,5176,5269,5343,5415,5495,5569,5647,5767,5830,5893,5992,6069,6143,6193,6244,6310,6374,6442,6513,6585,6646,6717,6784,6844,6932,7012,7075,7158,7243,7317,7382,7458,7506,7580,7644,7720,7798,7860,7924,7987,8053,8133,8213,8289,8370,8424,8479,8627,8702,8775", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,62,60,66,68,76,89,106,72,50,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,71,79,73,77,119,62,62,98,76,73,49,50,65,63,67,70,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68,74,72,69", + "endOffsets": "292,2916,2977,3044,3113,3190,3941,4048,4121,4172,4234,4312,4371,4429,4507,4568,4625,4681,4740,4798,4852,4938,4994,5052,5106,5171,5264,5338,5410,5490,5564,5642,5762,5825,5888,5987,6064,6138,6188,6239,6305,6369,6437,6508,6580,6641,6712,6779,6839,6927,7007,7070,7153,7238,7312,7377,7453,7501,7575,7639,7715,7793,7855,7919,7982,8048,8128,8208,8284,8365,8419,8474,8543,8697,8770,8840" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,8548", + "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": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,8622" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v21/values-v21.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,29,32,35,38,41,44,47,50,53,56,59,60,63,68,79,85,94,103,112,121,130,139,148,157,166,175,184,193,202,211,220,226,232,238,244,248,252,253,254,255,259,262,265,268,271,272,275,278,282,286", + "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", + "startOffsets": "55,153,248,344,441,509,588,676,764,852,940,1027,1114,1201,1288,1384,1474,1570,1660,1753,1860,1965,2084,2209,2330,2543,2802,3073,3291,3523,3759,4009,4222,4431,4662,4863,4979,5149,5470,6499,6956,7460,7968,8477,8991,9496,10000,10505,11011,11513,12019,12528,13036,13535,14042,14550,14842,15136,15436,15736,16065,16406,16544,16688,16844,17237,17455,17677,17903,18119,18229,18399,18589,18830,19089", + "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,28,31,34,37,40,43,46,49,52,55,58,59,62,67,78,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,225,231,237,243,247,251,252,253,254,258,261,264,267,270,271,274,277,281,285,288", + "endColumns": "97,94,95,96,67,78,87,87,87,87,86,86,86,86,95,89,95,89,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "148,243,339,436,504,583,671,759,847,935,1022,1109,1196,1283,1379,1469,1565,1655,1748,1855,1960,2079,2204,2325,2538,2797,3068,3286,3518,3754,4004,4217,4426,4657,4858,4974,5144,5465,6494,6951,7455,7963,8472,8986,9491,9995,10500,11006,11508,12014,12523,13031,13530,14037,14545,14837,15131,15431,15731,16060,16401,16539,16683,16839,17232,17450,17672,17898,18114,18224,18394,18584,18825,19084,19261" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,91,94,97,192,195,198,201,207,210,213,280,283,284,287,292,303,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,492,498,504,510,514,518,519,520,521,525,528,531,534,545,546,549,552,556,560", + "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", + "startOffsets": "173,271,366,462,559,627,706,794,882,970,1058,1145,1232,1319,1601,1697,1787,1883,7340,7433,7540,7645,7867,7992,8113,8326,8585,14766,14984,15216,15452,15901,16114,16323,21110,21311,21427,21597,21918,22947,26052,26556,27064,27573,28087,28592,29096,29601,30107,30609,31115,31624,32132,32631,33138,33646,33938,34232,34532,34832,35161,35502,35640,35784,35940,36333,36551,36773,36999,37739,37849,38019,38209,38450,38709", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,93,96,99,194,197,200,203,209,212,215,282,283,286,291,302,308,359,368,377,386,395,404,413,422,431,440,449,458,467,476,485,491,497,503,509,513,517,518,519,520,524,527,530,533,536,545,548,551,555,559,562", + "endColumns": "97,94,95,96,67,78,87,87,87,87,86,86,86,86,95,89,95,89,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "266,361,457,554,622,701,789,877,965,1053,1140,1227,1314,1401,1692,1782,1878,1968,7428,7535,7640,7759,7987,8108,8321,8580,8851,14979,15211,15447,15697,16109,16318,16549,21306,21422,21592,21913,22942,23399,26551,27059,27568,28082,28587,29091,29596,30102,30604,31110,31619,32127,32626,33133,33641,33933,34227,34527,34827,35156,35497,35635,35779,35935,36328,36546,36768,36994,37210,37844,38014,38204,38445,38704,38881" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.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,17,18,19,347,348,349,350,537,540", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1406,1470,1537,25556,25672,25798,25924,37215,37387", + "endLines": "2,17,18,19,347,348,349,350,539,544", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1465,1532,1596,25667,25793,25919,26047,37382,37734" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706", + "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,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337" + }, + "to": { + "startLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,41,42,43,44,46,48,49,50,51,52,54,56,58,60,62,64,65,70,72,74,75,76,78,80,81,82,83,88,100,143,146,189,204,216,218,220,222,225,229,232,233,234,237,238,239,240,241,242,245,246,248,250,252,254,258,260,261,262,263,265,269,271,273,274,275,276,277,278,309,310,311,321,322,323,335", + "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": "1973,2064,2167,2270,2375,2482,2591,2700,2809,2918,3027,3134,3237,3356,3511,3666,3771,3892,3993,4140,4281,4384,4503,4610,4713,4868,5039,5188,5353,5510,5661,5780,6131,6280,6429,6541,6688,6841,6988,7063,7152,7239,7764,8856,11614,11799,14569,15702,16554,16677,16800,16913,17096,17351,17552,17641,17752,17985,18086,18181,18304,18433,18550,18727,18826,18961,19104,19239,19358,19559,19678,19771,19882,19938,20045,20240,20351,20484,20579,20670,20761,20854,20971,23404,23475,23558,24181,24238,24296,24920", + "endLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,53,55,57,59,61,63,64,69,71,73,74,75,77,79,80,81,82,83,88,142,145,188,191,206,217,219,221,224,228,231,232,233,236,237,238,239,240,241,244,245,247,249,251,253,257,259,260,261,262,264,268,270,272,273,274,275,276,277,279,309,310,320,321,322,334,346", + "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": "2059,2162,2265,2370,2477,2586,2695,2804,2913,3022,3129,3232,3351,3506,3661,3766,3887,3988,4135,4276,4379,4498,4605,4708,4863,5034,5183,5348,5505,5656,5775,6126,6275,6424,6536,6683,6836,6983,7058,7147,7234,7335,7862,11609,11794,14564,14761,15896,16672,16795,16908,17091,17346,17547,17636,17747,17980,18081,18176,18299,18428,18545,18722,18821,18956,19099,19234,19353,19554,19673,19766,19877,19933,20040,20235,20346,20479,20574,20665,20756,20849,20966,21105,23470,23553,24176,24233,24291,24915,25551" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,9633", + "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": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,9710" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1142,1242,1312,1371,1469,1531,1595,1654,1726,1789,1843,1960,2017,2079,2133,2205,2340,2423,2502,2598,2681,2759,2900,2984,3066,3214,3304,3382,3435,3494,3560,3631,3710,3781,3864,3940,4018,4090,4163,4267,4356,4428,4522,4621,4695,4767,4868,4918,5003,5069,5159,5248,5310,5374,5437,5504,5620,5733,5842,5947,6004,6067,6150,6235,6309", + "endLines": "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", + "endColumns": "12,78,77,85,99,91,100,125,82,64,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,78,95,82,77,140,83,81,147,89,77,52,58,65,70,78,70,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82,84,73,77", + "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1137,1237,1307,1366,1464,1526,1590,1649,1721,1784,1838,1955,2012,2074,2128,2200,2335,2418,2497,2593,2676,2754,2895,2979,3061,3209,3299,3377,3430,3489,3555,3626,3705,3776,3859,3935,4013,4085,4158,4262,4351,4423,4517,4616,4690,4762,4863,4913,4998,5064,5154,5243,5305,5369,5432,5499,5615,5728,5837,5942,5999,6062,6145,6230,6304,6382" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3013,3092,3170,3256,3356,4185,4286,4412,4495,4560,4625,4725,4795,4854,4952,5014,5078,5137,5209,5272,5326,5443,5500,5562,5616,5688,5823,5906,5985,6081,6164,6242,6383,6467,6549,6697,6787,6865,6918,6977,7043,7114,7193,7264,7347,7423,7501,7573,7646,7750,7839,7911,8005,8104,8178,8250,8351,8401,8486,8552,8642,8731,8793,8857,8920,8987,9103,9216,9325,9430,9487,9550,9715,9800,9874", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,77,85,99,91,100,125,82,64,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,78,95,82,77,140,83,81,147,89,77,52,58,65,70,78,70,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82,84,73,77", + "endOffsets": "312,3087,3165,3251,3351,3443,4281,4407,4490,4555,4620,4720,4790,4849,4947,5009,5073,5132,5204,5267,5321,5438,5495,5557,5611,5683,5818,5901,5980,6076,6159,6237,6378,6462,6544,6692,6782,6860,6913,6972,7038,7109,7188,7259,7342,7418,7496,7568,7641,7745,7834,7906,8000,8099,8173,8245,8346,8396,8481,8547,8637,8726,8788,8852,8915,8982,9098,9211,9320,9425,9482,9545,9628,9795,9869,9947" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,354,451,559,670,792", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "149,251,349,446,554,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3547,3649,3747,3844,3952,4063,9952", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "3542,3644,3742,3839,3947,4058,4180,10048" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-h720dp-v13/values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,454,556,665,782", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "148,250,350,449,551,660,777,878" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3559,3657,3759,3859,3958,4060,4169,10043", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "3652,3754,3854,3953,4055,4164,4281,10139" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1142,1208,1303,1377,1437,1521,1583,1649,1707,1780,1843,1899,2018,2075,2136,2192,2266,2411,2497,2572,2661,2740,2824,2957,3039,3122,3268,3358,3438,3493,3544,3610,3683,3761,3832,3917,3988,4065,4139,4211,4317,4408,4482,4577,4675,4749,4829,4930,4983,5069,5135,5224,5314,5376,5440,5503,5577,5689,5799,5909,6014,6073,6128,6207,6293,6370", + "endLines": "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", + "endColumns": "12,91,87,86,95,89,100,120,83,61,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,74,88,78,83,132,81,82,145,89,79,54,50,65,72,77,70,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78,85,76,78", + "endOffsets": "316,408,496,583,679,769,870,991,1075,1137,1203,1298,1372,1432,1516,1578,1644,1702,1775,1838,1894,2013,2070,2131,2187,2261,2406,2492,2567,2656,2735,2819,2952,3034,3117,3263,3353,3433,3488,3539,3605,3678,3756,3827,3912,3983,4060,4134,4206,4312,4403,4477,4572,4670,4744,4824,4925,4978,5064,5130,5219,5309,5371,5435,5498,5572,5684,5794,5904,6009,6068,6123,6202,6288,6365,6444" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3106,3198,3286,3373,3469,4286,4387,4508,4592,4654,4720,4815,4889,4949,5033,5095,5161,5219,5292,5355,5411,5530,5587,5648,5704,5778,5923,6009,6084,6173,6252,6336,6469,6551,6634,6780,6870,6950,7005,7056,7122,7195,7273,7344,7429,7500,7577,7651,7723,7829,7920,7994,8089,8187,8261,8341,8442,8495,8581,8647,8736,8826,8888,8952,9015,9089,9201,9311,9421,9526,9585,9640,9801,9887,9964", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,91,87,86,95,89,100,120,83,61,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,74,88,78,83,132,81,82,145,89,79,54,50,65,72,77,70,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78,85,76,78", + "endOffsets": "366,3193,3281,3368,3464,3554,4382,4503,4587,4649,4715,4810,4884,4944,5028,5090,5156,5214,5287,5350,5406,5525,5582,5643,5699,5773,5918,6004,6079,6168,6247,6331,6464,6546,6629,6775,6865,6945,7000,7051,7117,7190,7268,7339,7424,7495,7572,7646,7718,7824,7915,7989,8084,8182,8256,8336,8437,8490,8576,8642,8731,8821,8883,8947,9010,9084,9196,9306,9416,9521,9580,9635,9714,9882,9959,10038" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,228,334,447,531,636,755,840,920,1011,1104,1199,1293,1393,1486,1581,1675,1766,1858,1939,2049,2157,2255,2367,2473,2577,2739,2840", + "endColumns": "122,105,112,83,104,118,84,79,90,92,94,93,99,92,94,93,90,91,80,109,107,97,111,105,103,161,100,81", + "endOffsets": "223,329,442,526,631,750,835,915,1006,1099,1194,1288,1388,1481,1576,1670,1761,1853,1934,2044,2152,2250,2362,2468,2572,2734,2835,2917" + }, + "to": { + "startLines": "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,113", + "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": "371,494,600,713,797,902,1021,1106,1186,1277,1370,1465,1559,1659,1752,1847,1941,2032,2124,2205,2315,2423,2521,2633,2739,2843,3005,9719", + "endColumns": "122,105,112,83,104,118,84,79,90,92,94,93,99,92,94,93,90,91,80,109,107,97,111,105,103,161,100,81", + "endOffsets": "489,595,708,792,897,1016,1101,1181,1272,1365,1460,1554,1654,1747,1842,1936,2027,2119,2200,2310,2418,2516,2628,2734,2838,3000,3101,9796" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3a762e9f2ce0f93d047d11ca0abedd7a/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": "3232", + "endLines": "52", + "endColumns": "12", + "endOffsets": "3377" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2,5,9,13,16,19,22,25,28,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,413,574,784,991,1198,1401,1603,1868", + "endLines": "4,8,12,15,18,21,24,27,31,35", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,408,569,779,986,1193,1396,1598,1863,2136" + }, + "to": { + "startLines": "53,56,60,64,67,70,73,76,79,83", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3740,3901,4111,4318,4525,4728,4930,5195", + "endLines": "55,59,63,66,69,72,75,78,82,86", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3735,3896,4106,4313,4520,4723,4925,5190,5463" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,1225,1975,2094,2221,2443,2667,2782,2889,3002", + "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,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1149,1214,1308,1381,1442,1567,1633,1701,1762,1834,1894,1948,2068,2128,2190,2244,2321,2451,2538,2615,2705,2788,2870,3011,3091,3176,3303,3394,3470,3524,3577,3643,3717,3798,3869,3949,4022,4099,4176,4250,4360,4453,4528,4618,4709,4781,4859,4950,5004,5087,5155,5239,5326,5388,5452,5515,5587,5697,5810,5913,6022,6080,6137,6214,6299,6377", + "endLines": "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", + "endColumns": "12,86,84,80,104,87,100,133,82,60,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,76,89,82,81,140,79,84,126,90,75,53,52,65,73,80,70,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76,84,77,73", + "endOffsets": "319,406,491,572,677,765,866,1000,1083,1144,1209,1303,1376,1437,1562,1628,1696,1757,1829,1889,1943,2063,2123,2185,2239,2316,2446,2533,2610,2700,2783,2865,3006,3086,3171,3298,3389,3465,3519,3572,3638,3712,3793,3864,3944,4017,4094,4171,4245,4355,4448,4523,4613,4704,4776,4854,4945,4999,5082,5150,5234,5321,5383,5447,5510,5582,5692,5805,5908,6017,6075,6132,6209,6294,6372,6446" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3258,3345,3430,3511,3616,4435,4536,4670,4753,4814,4879,4973,5046,5107,5232,5298,5366,5427,5499,5559,5613,5733,5793,5855,5909,5986,6116,6203,6280,6370,6453,6535,6676,6756,6841,6968,7059,7135,7189,7242,7308,7382,7463,7534,7614,7687,7764,7841,7915,8025,8118,8193,8283,8374,8446,8524,8615,8669,8752,8820,8904,8991,9053,9117,9180,9252,9362,9475,9578,9687,9745,9802,9962,10047,10125", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,86,84,80,104,87,100,133,82,60,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,76,89,82,81,140,79,84,126,90,75,53,52,65,73,80,70,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76,84,77,73", + "endOffsets": "369,3340,3425,3506,3611,3699,4531,4665,4748,4809,4874,4968,5041,5102,5227,5293,5361,5422,5494,5554,5608,5728,5788,5850,5904,5981,6111,6198,6275,6365,6448,6530,6671,6751,6836,6963,7054,7130,7184,7237,7303,7377,7458,7529,7609,7682,7759,7836,7910,8020,8113,8188,8278,8369,8441,8519,8610,8664,8747,8815,8899,8986,9048,9112,9175,9247,9357,9470,9573,9682,9740,9797,9874,10042,10120,10194" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,563,671,786", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "148,250,350,451,558,666,781,882" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3704,3802,3904,4004,4105,4212,4320,10199", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "3797,3899,3999,4100,4207,4315,4430,10295" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,9879", + "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": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,9957" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,449,557,662,783", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "145,247,345,444,552,657,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3441,3536,3638,3736,3835,3943,4048,9723", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "3531,3633,3731,3830,3938,4043,4164,9819" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1078,1141,1233,1297,1357,1449,1514,1577,1639,1706,1770,1824,1929,1988,2049,2103,2172,2291,2374,2451,2541,2625,2709,2845,2924,3008,3130,3216,3294,3348,3399,3465,3534,3608,3679,3755,3827,3904,3975,4049,4160,4251,4330,4417,4505,4577,4651,4736,4787,4866,4933,5014,5098,5160,5224,5287,5355,5462,5561,5660,5755,5813,5868,5946,6027,6106", + "endLines": "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", + "endColumns": "12,98,91,80,101,79,97,121,78,58,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,76,89,83,83,135,78,83,121,85,77,53,50,65,68,73,70,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77,80,78,87", + "endOffsets": "261,360,452,533,635,715,813,935,1014,1073,1136,1228,1292,1352,1444,1509,1572,1634,1701,1765,1819,1924,1983,2044,2098,2167,2286,2369,2446,2536,2620,2704,2840,2919,3003,3125,3211,3289,3343,3394,3460,3529,3603,3674,3750,3822,3899,3970,4044,4155,4246,4325,4412,4500,4572,4646,4731,4782,4861,4928,5009,5093,5155,5219,5282,5350,5457,5556,5655,5750,5808,5863,5941,6022,6101,6189" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2987,3086,3178,3259,3361,4169,4267,4389,4468,4527,4590,4682,4746,4806,4898,4963,5026,5088,5155,5219,5273,5378,5437,5498,5552,5621,5740,5823,5900,5990,6074,6158,6294,6373,6457,6579,6665,6743,6797,6848,6914,6983,7057,7128,7204,7276,7353,7424,7498,7609,7700,7779,7866,7954,8026,8100,8185,8236,8315,8382,8463,8547,8609,8673,8736,8804,8911,9010,9109,9204,9262,9317,9475,9556,9635", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,98,91,80,101,79,97,121,78,58,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,76,89,83,83,135,78,83,121,85,77,53,50,65,68,73,70,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77,80,78,87", + "endOffsets": "311,3081,3173,3254,3356,3436,4262,4384,4463,4522,4585,4677,4741,4801,4893,4958,5021,5083,5150,5214,5268,5373,5432,5493,5547,5616,5735,5818,5895,5985,6069,6153,6289,6368,6452,6574,6660,6738,6792,6843,6909,6978,7052,7123,7199,7271,7348,7419,7493,7604,7695,7774,7861,7949,8021,8095,8180,8231,8310,8377,8458,8542,8604,8668,8731,8799,8906,9005,9104,9199,9257,9312,9390,9551,9630,9718" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,606,719,796,871,964,1059,1154,1248,1350,1445,1542,1640,1736,1829,1909,2015,2114,2210,2315,2418,2520,2674,2776", + "endColumns": "102,102,110,83,99,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,601,714,791,866,959,1054,1149,1243,1345,1440,1537,1635,1731,1824,1904,2010,2109,2205,2310,2413,2515,2669,2771,2851" + }, + "to": { + "startLines": "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,112", + "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": "316,419,522,633,717,817,930,1007,1082,1175,1270,1365,1459,1561,1656,1753,1851,1947,2040,2120,2226,2325,2421,2526,2629,2731,2885,9395", + "endColumns": "102,102,110,83,99,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "414,517,628,712,812,925,1002,1077,1170,1265,1360,1454,1556,1651,1748,1846,1942,2035,2115,2221,2320,2416,2521,2624,2726,2880,2982,9470" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-is_values-is.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,9383", + "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": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,9459" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-is/values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,354,454,557,661,772", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "145,252,349,449,552,656,767,868" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3476,3583,3680,3780,3883,3987,9702", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "3471,3578,3675,3775,3878,3982,4093,9798" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-is/values-is.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,270,344,416,495,577,657,754,869,951,1009,1074,1162,1226,1287,1377,1441,1504,1566,1634,1698,1754,1877,1942,2004,2060,2131,2258,2342,2416,2513,2594,2678,2814,2891,2968,3084,3171,3250,3307,3362,3428,3504,3584,3655,3731,3798,3872,3942,4008,4110,4196,4266,4357,4447,4521,4594,4683,4734,4815,4887,4968,5054,5116,5180,5243,5312,5426,5532,5640,5742,5803,5862,5942,6026,6105", + "endLines": "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", + "endColumns": "12,73,71,78,81,79,96,114,81,57,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,73,96,80,83,135,76,76,115,86,78,56,54,65,75,79,70,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79,83,78,74", + "endOffsets": "265,339,411,490,572,652,749,864,946,1004,1069,1157,1221,1282,1372,1436,1499,1561,1629,1693,1749,1872,1937,1999,2055,2126,2253,2337,2411,2508,2589,2673,2809,2886,2963,3079,3166,3245,3302,3357,3423,3499,3579,3650,3726,3793,3867,3937,4003,4105,4191,4261,4352,4442,4516,4589,4678,4729,4810,4882,4963,5049,5111,5175,5238,5307,5421,5527,5635,5737,5798,5857,5937,6021,6100,6175" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2994,3068,3140,3219,3301,4098,4195,4310,4392,4450,4515,4603,4667,4728,4818,4882,4945,5007,5075,5139,5195,5318,5383,5445,5501,5572,5699,5783,5857,5954,6035,6119,6255,6332,6409,6525,6612,6691,6748,6803,6869,6945,7025,7096,7172,7239,7313,7383,7449,7551,7637,7707,7798,7888,7962,8035,8124,8175,8256,8328,8409,8495,8557,8621,8684,8753,8867,8973,9081,9183,9244,9303,9464,9548,9627", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,73,71,78,81,79,96,114,81,57,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,73,96,80,83,135,76,76,115,86,78,56,54,65,75,79,70,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79,83,78,74", + "endOffsets": "315,3063,3135,3214,3296,3376,4190,4305,4387,4445,4510,4598,4662,4723,4813,4877,4940,5002,5070,5134,5190,5313,5378,5440,5496,5567,5694,5778,5852,5949,6030,6114,6250,6327,6404,6520,6607,6686,6743,6798,6864,6940,7020,7091,7167,7234,7308,7378,7444,7546,7632,7702,7793,7883,7957,8030,8119,8170,8251,8323,8404,8490,8552,8616,8679,8748,8862,8968,9076,9178,9239,9298,9378,9543,9622,9697" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,351,427,506,600,688,780,892,974,1034,1098,1193,1263,1326,1433,1498,1565,1626,1693,1755,1809,1923,1982,2043,2097,2172,2298,2386,2472,2573,2663,2753,2895,2967,3040,3177,3266,3347,3404,3460,3526,3597,3674,3745,3825,3897,3973,4054,4124,4224,4311,4383,4474,4567,4641,4716,4808,4860,4942,5008,5092,5178,5240,5304,5367,5436,5540,5644,5738,5838,5899,5959,6043,6127,6203", + "endLines": "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", + "endColumns": "12,77,75,78,93,87,91,111,81,59,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,85,100,89,89,141,71,72,136,88,80,56,55,65,70,76,70,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83,83,75,78", + "endOffsets": "268,346,422,501,595,683,775,887,969,1029,1093,1188,1258,1321,1428,1493,1560,1621,1688,1750,1804,1918,1977,2038,2092,2167,2293,2381,2467,2568,2658,2748,2890,2962,3035,3172,3261,3342,3399,3455,3521,3592,3669,3740,3820,3892,3968,4049,4119,4219,4306,4378,4469,4562,4636,4711,4803,4855,4937,5003,5087,5173,5235,5299,5362,5431,5535,5639,5733,5833,5894,5954,6038,6122,6198,6277" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3014,3092,3168,3247,3341,4143,4235,4347,4429,4489,4553,4648,4718,4781,4888,4953,5020,5081,5148,5210,5264,5378,5437,5498,5552,5627,5753,5841,5927,6028,6118,6208,6350,6422,6495,6632,6721,6802,6859,6915,6981,7052,7129,7200,7280,7352,7428,7509,7579,7679,7766,7838,7929,8022,8096,8171,8263,8315,8397,8463,8547,8633,8695,8759,8822,8891,8995,9099,9193,9293,9354,9414,9580,9664,9740", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,78,93,87,91,111,81,59,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,85,100,89,89,141,71,72,136,88,80,56,55,65,70,76,70,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83,83,75,78", + "endOffsets": "318,3087,3163,3242,3336,3424,4230,4342,4424,4484,4548,4643,4713,4776,4883,4948,5015,5076,5143,5205,5259,5373,5432,5493,5547,5622,5748,5836,5922,6023,6113,6203,6345,6417,6490,6627,6716,6797,6854,6910,6976,7047,7124,7195,7275,7347,7423,7504,7574,7674,7761,7833,7924,8017,8091,8166,8258,8310,8392,8458,8542,8628,8690,8754,8817,8886,8990,9094,9188,9288,9349,9409,9493,9659,9735,9814" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,354,457,561,658,769", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "145,247,349,452,556,653,764,865" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3524,3626,3728,3831,3935,4032,9819", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "3519,3621,3723,3826,3930,4027,4138,9915" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,9498", + "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": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,9575" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1234,1297,1388,1457,1524,1624,1687,1752,1813,1881,1943,2001,2115,2175,2236,2293,2366,2489,2570,2662,2769,2867,2947,3095,3176,3257,3385,3474,3550,3603,3657,3723,3801,3881,3952,4034,4106,4180,4253,4323,4432,4523,4594,4684,4779,4853,4936,5029,5078,5159,5228,5314,5399,5461,5525,5588,5657,5766,5876,5973,6073,6130,6188,6268,6347,6422", + "endLines": "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", + "endColumns": "12,77,75,83,91,82,100,118,76,58,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,91,106,97,79,147,80,80,127,88,75,52,53,65,77,79,70,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79,78,74,75", + "endOffsets": "460,538,614,698,790,873,974,1093,1170,1229,1292,1383,1452,1519,1619,1682,1747,1808,1876,1938,1996,2110,2170,2231,2288,2361,2484,2565,2657,2764,2862,2942,3090,3171,3252,3380,3469,3545,3598,3652,3718,3796,3876,3947,4029,4101,4175,4248,4318,4427,4518,4589,4679,4774,4848,4931,5024,5073,5154,5223,5309,5394,5456,5520,5583,5652,5761,5871,5968,6068,6125,6183,6263,6342,6417,6493" + }, + "to": { + "startLines": "2,37,38,39,40,41,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,117,118,119", + "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", + "startOffsets": "150,3169,3247,3323,3407,3499,4294,4395,4514,4591,4650,4713,4804,4873,4940,5040,5103,5168,5229,5297,5359,5417,5531,5591,5652,5709,5782,5905,5986,6078,6185,6283,6363,6511,6592,6673,6801,6890,6966,7019,7073,7139,7217,7297,7368,7450,7522,7596,7669,7739,7848,7939,8010,8100,8195,8269,8352,8445,8494,8575,8644,8730,8815,8877,8941,9004,9073,9182,9292,9389,9489,9546,9604,9766,9845,9920", + "endLines": "9,37,38,39,40,41,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,117,118,119", + "endColumns": "12,77,75,83,91,82,100,118,76,58,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,91,106,97,79,147,80,80,127,88,75,52,53,65,77,79,70,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79,78,74,75", + "endOffsets": "510,3242,3318,3402,3494,3577,4390,4509,4586,4645,4708,4799,4868,4935,5035,5098,5163,5224,5292,5354,5412,5526,5586,5647,5704,5777,5900,5981,6073,6180,6278,6358,6506,6587,6668,6796,6885,6961,7014,7068,7134,7212,7292,7363,7445,7517,7591,7664,7734,7843,7934,8005,8095,8190,8264,8347,8440,8489,8570,8639,8725,8810,8872,8936,8999,9068,9177,9287,9384,9484,9541,9599,9679,9840,9915,9991" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759", + "endColumns": "107,103,106,81,100,113,79,78,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,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836" + }, + "to": { + "startLines": "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,116", + "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": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,9684", + "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,9761" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,250,345,448,551,653,767", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "143,245,340,443,546,648,762,863" + }, + "to": { + "startLines": "42,43,44,45,46,47,48,120", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3582,3675,3777,3872,3975,4078,4180,9996", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "3670,3772,3867,3970,4073,4175,4289,10092" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1118,1184,1281,1361,1423,1512,1575,1640,1699,1772,1835,1889,2017,2074,2136,2190,2263,2406,2490,2568,2661,2743,2831,2967,3055,3143,3279,3364,3441,3494,3545,3611,3686,3762,3833,3912,3989,4065,4142,4216,4328,4419,4494,4585,4677,4751,4838,4929,4984,5066,5132,5215,5301,5363,5427,5490,5560,5677,5789,5900,6010,6067,6122,6208,6299,6375", + "endLines": "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", + "endColumns": "12,78,78,82,121,109,94,132,88,62,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,77,92,81,87,135,87,87,135,84,76,52,50,65,74,75,70,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85,90,75,78", + "endOffsets": "260,339,418,501,623,733,828,961,1050,1113,1179,1276,1356,1418,1507,1570,1635,1694,1767,1830,1884,2012,2069,2131,2185,2258,2401,2485,2563,2656,2738,2826,2962,3050,3138,3274,3359,3436,3489,3540,3606,3681,3757,3828,3907,3984,4060,4137,4211,4323,4414,4489,4580,4672,4746,4833,4924,4979,5061,5127,5210,5296,5358,5422,5485,5555,5672,5784,5895,6005,6062,6117,6203,6294,6370,6449" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3064,3143,3222,3305,3427,4278,4373,4506,4595,4658,4724,4821,4901,4963,5052,5115,5180,5239,5312,5375,5429,5557,5614,5676,5730,5803,5946,6030,6108,6201,6283,6371,6507,6595,6683,6819,6904,6981,7034,7085,7151,7226,7302,7373,7452,7529,7605,7682,7756,7868,7959,8034,8125,8217,8291,8378,8469,8524,8606,8672,8755,8841,8903,8967,9030,9100,9217,9329,9440,9550,9607,9662,9832,9923,9999", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,78,82,121,109,94,132,88,62,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,77,92,81,87,135,87,87,135,84,76,52,50,65,74,75,70,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85,90,75,78", + "endOffsets": "310,3138,3217,3300,3422,3532,4368,4501,4590,4653,4719,4816,4896,4958,5047,5110,5175,5234,5307,5370,5424,5552,5609,5671,5725,5798,5941,6025,6103,6196,6278,6366,6502,6590,6678,6814,6899,6976,7029,7080,7146,7221,7297,7368,7447,7524,7600,7677,7751,7863,7954,8029,8120,8212,8286,8373,8464,8519,8601,8667,8750,8836,8898,8962,9025,9095,9212,9324,9435,9545,9602,9657,9743,9918,9994,10073" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,9748", + "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": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,9827" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,262,364,465,572,677,796", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "147,257,359,460,567,672,791,892" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3634,3744,3846,3947,4054,4159,10078", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "3629,3739,3841,3942,4049,4154,4273,10174" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3481", + "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,3559" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rAU/values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-it_values-it.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,9683", + "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": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,9760" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-it/values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,565,672,802", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "148,250,349,451,560,667,797,898" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3546,3648,3747,3849,3958,4065,10011", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "3541,3643,3742,3844,3953,4060,4190,10107" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-it/values-it.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1090,1156,1251,1336,1398,1486,1548,1617,1680,1753,1816,1870,1991,2048,2110,2164,2241,2378,2463,2543,2642,2728,2810,2945,3026,3107,3253,3344,3434,3489,3540,3606,3679,3759,3830,3910,3985,4062,4131,4208,4313,4401,4490,4583,4676,4750,4830,4924,4975,5059,5125,5209,5297,5359,5423,5486,5554,5669,5783,5889,5998,6057,6112,6192,6277,6356", + "endLines": "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", + "endColumns": "12,83,80,76,98,94,98,139,82,63,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,79,98,85,81,134,80,80,145,90,89,54,50,65,72,79,70,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79,84,78,81", + "endOffsets": "263,347,428,505,604,699,798,938,1021,1085,1151,1246,1331,1393,1481,1543,1612,1675,1748,1811,1865,1986,2043,2105,2159,2236,2373,2458,2538,2637,2723,2805,2940,3021,3102,3248,3339,3429,3484,3535,3601,3674,3754,3825,3905,3980,4057,4126,4203,4308,4396,4485,4578,4671,4745,4825,4919,4970,5054,5120,5204,5292,5354,5418,5481,5549,5664,5778,5884,5993,6052,6107,6187,6272,6351,6433" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3012,3096,3177,3254,3353,4195,4294,4434,4517,4581,4647,4742,4827,4889,4977,5039,5108,5171,5244,5307,5361,5482,5539,5601,5655,5732,5869,5954,6034,6133,6219,6301,6436,6517,6598,6744,6835,6925,6980,7031,7097,7170,7250,7321,7401,7476,7553,7622,7699,7804,7892,7981,8074,8167,8241,8321,8415,8466,8550,8616,8700,8788,8850,8914,8977,9045,9160,9274,9380,9489,9548,9603,9765,9850,9929", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,83,80,76,98,94,98,139,82,63,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,79,98,85,81,134,80,80,145,90,89,54,50,65,72,79,70,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79,84,78,81", + "endOffsets": "313,3091,3172,3249,3348,3443,4289,4429,4512,4576,4642,4737,4822,4884,4972,5034,5103,5166,5239,5302,5356,5477,5534,5596,5650,5727,5864,5949,6029,6128,6214,6296,6431,6512,6593,6739,6830,6920,6975,7026,7092,7165,7245,7316,7396,7471,7548,7617,7694,7799,7887,7976,8069,8162,8236,8316,8410,8461,8545,8611,8695,8783,8845,8909,8972,9040,9155,9269,9375,9484,9543,9598,9678,9845,9924,10006" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,8675", + "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": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,8749" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,438,534,632,732", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "142,242,336,433,529,627,727,828" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3230,3322,3422,3516,3613,3709,3807,8975", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "3317,3417,3511,3608,3704,3802,3902,9071" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,249,314,378,447,521,600,683,789,864,917,979,1060,1122,1179,1266,1326,1384,1442,1501,1558,1612,1707,1763,1820,1874,1940,2044,2119,2191,2272,2350,2427,2548,2613,2678,2778,2857,2932,2982,3033,3099,3163,3233,3304,3375,3443,3514,3586,3656,3749,3829,3903,3983,4065,4137,4202,4274,4322,4395,4459,4534,4611,4673,4737,4800,4867,4951,5029,5109,5187,5241,5296,5368,5445,5518", + "endLines": "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", + "endColumns": "12,64,63,68,73,78,82,105,74,52,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,71,80,77,76,120,64,64,99,78,74,49,50,65,63,69,70,70,67,70,71,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71,76,72,70", + "endOffsets": "244,309,373,442,516,595,678,784,859,912,974,1055,1117,1174,1261,1321,1379,1437,1496,1553,1607,1702,1758,1815,1869,1935,2039,2114,2186,2267,2345,2422,2543,2608,2673,2773,2852,2927,2977,3028,3094,3158,3228,3299,3370,3438,3509,3581,3651,3744,3824,3898,3978,4060,4132,4197,4269,4317,4390,4454,4529,4606,4668,4732,4795,4862,4946,5024,5104,5182,5236,5291,5363,5440,5513,5584" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2879,2944,3008,3077,3151,3907,3990,4096,4171,4224,4286,4367,4429,4486,4573,4633,4691,4749,4808,4865,4919,5014,5070,5127,5181,5247,5351,5426,5498,5579,5657,5734,5855,5920,5985,6085,6164,6239,6289,6340,6406,6470,6540,6611,6682,6750,6821,6893,6963,7056,7136,7210,7290,7372,7444,7509,7581,7629,7702,7766,7841,7918,7980,8044,8107,8174,8258,8336,8416,8494,8548,8603,8754,8831,8904", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,64,63,68,73,78,82,105,74,52,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,71,80,77,76,120,64,64,99,78,74,49,50,65,63,69,70,70,67,70,71,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71,76,72,70", + "endOffsets": "294,2939,3003,3072,3146,3225,3985,4091,4166,4219,4281,4362,4424,4481,4568,4628,4686,4744,4803,4860,4914,5009,5065,5122,5176,5242,5346,5421,5493,5574,5652,5729,5850,5915,5980,6080,6159,6234,6284,6335,6401,6465,6535,6606,6677,6745,6816,6888,6958,7051,7131,7205,7285,7367,7439,7504,7576,7624,7697,7761,7836,7913,7975,8039,8102,8169,8253,8331,8411,8489,8543,8598,8670,8826,8899,8970" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v31_values-v31.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v31/values-v31.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,277,342,408", + "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", + "startOffsets": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6364,6475,6583,6691,6797,6900,7013,7120,7237,7340,7459,7564,7679,7787,7903,8003,8113,8217,8331,8438,8553,8671,8794,8920,9042,9166,9277,9393,9495,9607,9719,9831,9940,10049,10156,10261,10375,10484,10602,10706,10826,10933,11049,11158,11275,11376,11487,11592,11707,11816,11932,12051,12175,12302,12425,12552,12665,12782,12885,12998,13102,13214,13322,13438,13544,13658,13759,13864,13969,14078,14181,14288,14379,14490,14587,14704,14797,14910,15009,15128,15219,15312,15407,15500,15593,15686,15779,15872,15965,16058,16151,16244,16337,16444,16553,16664,16773,16882,16991,17100,17209,17318,17427,17536,17645,17754,17845,17938,18033,18126,18219,18312,18405,18498,18591,18684,18777,18870,18963,19058,19155,19254,19351,19448,19545,19642,19739,19836,19933,20030,20127,20224,20317,20412,20509,20604,20699,20794,20889,20984,21079,21174,21269,21364,21459,27071,32713,38445", + "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,276,341,407,473", + "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,109,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,106,114,117,122,125,121,123,110,115,101,111,111,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,108,115,118,123,126,122,126,112,116,102,112,103,111,107,115,105,113,100,104,104,108,102,106,90,110,96,116,92,112,98,118,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10", + "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6359,6470,6578,6686,6792,6895,7008,7115,7232,7335,7454,7559,7674,7782,7898,7998,8108,8212,8326,8433,8548,8666,8789,8915,9037,9161,9272,9388,9490,9602,9714,9826,9935,10044,10151,10256,10370,10479,10597,10701,10821,10928,11044,11153,11270,11371,11482,11587,11702,11811,11927,12046,12170,12297,12420,12547,12660,12777,12880,12993,13097,13209,13317,13433,13539,13653,13754,13859,13964,14073,14176,14283,14374,14485,14582,14699,14792,14905,15004,15123,15214,15307,15402,15495,15588,15681,15774,15867,15960,16053,16146,16239,16332,16439,16548,16659,16768,16877,16986,17095,17204,17313,17422,17531,17640,17749,17840,17933,18028,18121,18214,18307,18400,18493,18586,18679,18772,18865,18958,19053,19150,19249,19346,19443,19540,19637,19734,19831,19928,20025,20122,20219,20312,20407,20504,20599,20694,20789,20884,20979,21074,21169,21264,21359,21454,27066,32708,38440,44202" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-my_values-my.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-my/values-my.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1119,1184,1274,1349,1408,1499,1562,1627,1686,1757,1819,1876,1995,2053,2114,2169,2242,2374,2465,2549,2649,2735,2824,2965,3043,3120,3243,3335,3412,3470,3521,3587,3659,3741,3812,3890,3965,4039,4111,4190,4298,4395,4476,4562,4654,4728,4807,4893,4947,5023,5091,5174,5255,5317,5381,5444,5512,5624,5735,5839,5952,6013,6068,6150,6237,6317", + "endLines": "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", + "endColumns": "12,100,98,75,90,83,105,128,84,62,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,83,99,85,88,140,77,76,122,91,76,57,50,65,71,81,70,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81,86,79,77", + "endOffsets": "280,381,480,556,647,731,837,966,1051,1114,1179,1269,1344,1403,1494,1557,1622,1681,1752,1814,1871,1990,2048,2109,2164,2237,2369,2460,2544,2644,2730,2819,2960,3038,3115,3238,3330,3407,3465,3516,3582,3654,3736,3807,3885,3960,4034,4106,4185,4293,4390,4471,4557,4649,4723,4802,4888,4942,5018,5086,5169,5250,5312,5376,5439,5507,5619,5730,5834,5947,6008,6063,6145,6232,6312,6390" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3096,3197,3296,3372,3463,4289,4395,4524,4609,4672,4737,4827,4902,4961,5052,5115,5180,5239,5310,5372,5429,5548,5606,5667,5722,5795,5927,6018,6102,6202,6288,6377,6518,6596,6673,6796,6888,6965,7023,7074,7140,7212,7294,7365,7443,7518,7592,7664,7743,7851,7948,8029,8115,8207,8281,8360,8446,8500,8576,8644,8727,8808,8870,8934,8997,9065,9177,9288,9392,9505,9566,9621,9789,9876,9956", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,100,98,75,90,83,105,128,84,62,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,83,99,85,88,140,77,76,122,91,76,57,50,65,71,81,70,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81,86,79,77", + "endOffsets": "330,3192,3291,3367,3458,3542,4390,4519,4604,4667,4732,4822,4897,4956,5047,5110,5175,5234,5305,5367,5424,5543,5601,5662,5717,5790,5922,6013,6097,6197,6283,6372,6513,6591,6668,6791,6883,6960,7018,7069,7135,7207,7289,7360,7438,7513,7587,7659,7738,7846,7943,8024,8110,8202,8276,8355,8441,8495,8571,8639,8722,8803,8865,8929,8992,9060,9172,9283,9387,9500,9561,9616,9698,9871,9951,10029" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-my/values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,262,365,467,572,678,797", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "153,257,360,462,567,673,792,893" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3547,3650,3754,3857,3959,4064,4170,10034", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "3645,3749,3852,3954,4059,4165,4284,10130" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866", + "endColumns": "112,106,115,86,108,122,78,77,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,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947" + }, + "to": { + "startLines": "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,112", + "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": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,9703", + "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,9784" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,9645", + "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": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,9722" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,360,467,571,675,786", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "150,252,355,462,566,670,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3505,3605,3707,3810,3917,4021,4125,9972", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "3600,3702,3805,3912,4016,4120,4231,10068" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1129,1193,1287,1357,1418,1505,1568,1632,1691,1765,1827,1881,1998,2056,2117,2171,2245,2367,2451,2530,2630,2716,2812,2944,3022,3100,3229,3318,3398,3459,3514,3580,3649,3726,3797,3878,3952,4028,4118,4191,4293,4378,4457,4547,4639,4713,4798,4888,4940,5024,5089,5174,5259,5321,5385,5448,5517,5634,5742,5842,5946,6011,6070,6152,6238,6314", + "endLines": "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", + "endColumns": "12,82,84,84,114,109,100,140,83,59,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,78,99,85,95,131,77,77,128,88,79,60,54,65,68,76,70,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81,85,75,82", + "endOffsets": "260,343,428,513,628,738,839,980,1064,1124,1188,1282,1352,1413,1500,1563,1627,1686,1760,1822,1876,1993,2051,2112,2166,2240,2362,2446,2525,2625,2711,2807,2939,3017,3095,3224,3313,3393,3454,3509,3575,3644,3721,3792,3873,3947,4023,4113,4186,4288,4373,4452,4542,4634,4708,4793,4883,4935,5019,5084,5169,5254,5316,5380,5443,5512,5629,5737,5837,5941,6006,6065,6147,6233,6309,6392" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3027,3110,3195,3280,3395,4236,4337,4478,4562,4622,4686,4780,4850,4911,4998,5061,5125,5184,5258,5320,5374,5491,5549,5610,5664,5738,5860,5944,6023,6123,6209,6305,6437,6515,6593,6722,6811,6891,6952,7007,7073,7142,7219,7290,7371,7445,7521,7611,7684,7786,7871,7950,8040,8132,8206,8291,8381,8433,8517,8582,8667,8752,8814,8878,8941,9010,9127,9235,9335,9439,9504,9563,9727,9813,9889", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,82,84,84,114,109,100,140,83,59,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,78,99,85,95,131,77,77,128,88,79,60,54,65,68,76,70,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81,85,75,82", + "endOffsets": "310,3105,3190,3275,3390,3500,4332,4473,4557,4617,4681,4775,4845,4906,4993,5056,5120,5179,5253,5315,5369,5486,5544,5605,5659,5733,5855,5939,6018,6118,6204,6300,6432,6510,6588,6717,6806,6886,6947,7002,7068,7137,7214,7285,7366,7440,7516,7606,7679,7781,7866,7945,8035,8127,8201,8286,8376,8428,8512,8577,8662,8747,8809,8873,8936,9005,9122,9230,9330,9434,9499,9558,9640,9808,9884,9967" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,450,555,658,774", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "148,250,347,445,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3465,3563,3665,3762,3860,3965,4068,9956", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "3558,3660,3757,3855,3960,4063,4179,10052" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1070,1136,1227,1297,1361,1464,1527,1592,1652,1720,1783,1838,1966,2023,2085,2140,2215,2355,2442,2521,2614,2700,2783,2916,2998,3083,3229,3316,3393,3447,3502,3568,3641,3717,3788,3866,3939,4015,4090,4160,4269,4357,4432,4524,4616,4690,4764,4856,4909,4991,5058,5141,5228,5290,5354,5417,5487,5601,5716,5818,5930,5988,6047,6132,6221,6305", + "endLines": "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", + "endColumns": "12,80,79,81,96,88,95,123,86,62,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,78,92,85,82,132,81,84,145,86,76,53,54,65,72,75,70,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84,88,83,78", + "endOffsets": "266,347,427,509,606,695,791,915,1002,1065,1131,1222,1292,1356,1459,1522,1587,1647,1715,1778,1833,1961,2018,2080,2135,2210,2350,2437,2516,2609,2695,2778,2911,2993,3078,3224,3311,3388,3442,3497,3563,3636,3712,3783,3861,3934,4010,4085,4155,4264,4352,4427,4519,4611,4685,4759,4851,4904,4986,5053,5136,5223,5285,5349,5412,5482,5596,5711,5813,5925,5983,6042,6127,6216,6300,6379" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3036,3117,3197,3279,3376,4184,4280,4404,4491,4554,4620,4711,4781,4845,4948,5011,5076,5136,5204,5267,5322,5450,5507,5569,5624,5699,5839,5926,6005,6098,6184,6267,6400,6482,6567,6713,6800,6877,6931,6986,7052,7125,7201,7272,7350,7423,7499,7574,7644,7753,7841,7916,8008,8100,8174,8248,8340,8393,8475,8542,8625,8712,8774,8838,8901,8971,9085,9200,9302,9414,9472,9531,9704,9793,9877", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,81,96,88,95,123,86,62,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,78,92,85,82,132,81,84,145,86,76,53,54,65,72,75,70,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84,88,83,78", + "endOffsets": "316,3112,3192,3274,3371,3460,4275,4399,4486,4549,4615,4706,4776,4840,4943,5006,5071,5131,5199,5262,5317,5445,5502,5564,5619,5694,5834,5921,6000,6093,6179,6262,6395,6477,6562,6708,6795,6872,6926,6981,7047,7120,7196,7267,7345,7418,7494,7569,7639,7748,7836,7911,8003,8095,8169,8243,8335,8388,8470,8537,8620,8707,8769,8833,8896,8966,9080,9195,9297,9409,9467,9526,9611,9788,9872,9951" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,87", + "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,2903" + }, + "to": { + "startLines": "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,112", + "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": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,9616", + "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,87", + "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,9699" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-te_values-te.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937" + }, + "to": { + "startLines": "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,112", + "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": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,9737", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,9815" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-te/values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,367,468,574,681,805", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "152,260,362,463,569,676,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3530,3632,3740,3842,3943,4049,4156,10069", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "3627,3735,3837,3938,4044,4151,4275,10165" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-te/values-te.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1098,1164,1258,1325,1387,1480,1544,1612,1675,1749,1814,1868,1989,2046,2108,2162,2241,2369,2457,2538,2636,2719,2811,2956,3036,3118,3243,3331,3413,3473,3525,3591,3666,3744,3815,3894,3967,4043,4124,4193,4313,4418,4495,4586,4679,4753,4830,4922,4979,5060,5126,5210,5296,5359,5424,5488,5557,5667,5775,5874,5980,6044,6100,6183,6280,6358", + "endLines": "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", + "endColumns": "12,88,89,85,97,86,103,115,90,60,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,80,97,82,91,144,79,81,124,87,81,59,51,65,74,77,70,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82,96,77,73", + "endOffsets": "271,360,450,536,634,721,825,941,1032,1093,1159,1253,1320,1382,1475,1539,1607,1670,1744,1809,1863,1984,2041,2103,2157,2236,2364,2452,2533,2631,2714,2806,2951,3031,3113,3238,3326,3408,3468,3520,3586,3661,3739,3810,3889,3962,4038,4119,4188,4308,4413,4490,4581,4674,4748,4825,4917,4974,5055,5121,5205,5291,5354,5419,5483,5552,5662,5770,5869,5975,6039,6095,6178,6275,6353,6427" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3080,3169,3259,3345,3443,4280,4384,4500,4591,4652,4718,4812,4879,4941,5034,5098,5166,5229,5303,5368,5422,5543,5600,5662,5716,5795,5923,6011,6092,6190,6273,6365,6510,6590,6672,6797,6885,6967,7027,7079,7145,7220,7298,7369,7448,7521,7597,7678,7747,7867,7972,8049,8140,8233,8307,8384,8476,8533,8614,8680,8764,8850,8913,8978,9042,9111,9221,9329,9428,9534,9598,9654,9820,9917,9995", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,88,89,85,97,86,103,115,90,60,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,80,97,82,91,144,79,81,124,87,81,59,51,65,74,77,70,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82,96,77,73", + "endOffsets": "321,3164,3254,3340,3438,3525,4379,4495,4586,4647,4713,4807,4874,4936,5029,5093,5161,5224,5298,5363,5417,5538,5595,5657,5711,5790,5918,6006,6087,6185,6268,6360,6505,6585,6667,6792,6880,6962,7022,7074,7140,7215,7293,7364,7443,7516,7592,7673,7742,7862,7967,8044,8135,8228,8302,8379,8471,8528,8609,8675,8759,8845,8908,8973,9037,9106,9216,9324,9423,9529,9593,9649,9732,9912,9990,10064" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,9580", + "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": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,9657" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,557,661,779", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "146,248,347,446,552,656,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3545,3647,3746,3845,3951,4055,9908", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "3540,3642,3741,3840,3946,4050,4168,10004" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1071,1138,1235,1304,1367,1454,1518,1584,1644,1713,1774,1828,1943,2002,2062,2116,2188,2318,2406,2485,2583,2671,2755,2893,2971,3047,3186,3280,3360,3416,3470,3536,3609,3687,3758,3842,3915,3993,4066,4141,4251,4341,4416,4510,4608,4682,4759,4859,4912,4996,5064,5153,5242,5304,5369,5432,5502,5609,5709,5809,5905,5965,6023,6103,6193,6268", + "endLines": "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", + "endColumns": "12,77,73,83,92,93,98,124,87,62,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,78,97,87,83,137,77,75,138,93,79,55,53,65,72,77,70,83,72,77,72,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79,89,74,80", + "endOffsets": "268,346,420,504,597,691,790,915,1003,1066,1133,1230,1299,1362,1449,1513,1579,1639,1708,1769,1823,1938,1997,2057,2111,2183,2313,2401,2480,2578,2666,2750,2888,2966,3042,3181,3275,3355,3411,3465,3531,3604,3682,3753,3837,3910,3988,4061,4136,4246,4336,4411,4505,4603,4677,4754,4854,4907,4991,5059,5148,5237,5299,5364,5427,5497,5604,5704,5804,5900,5960,6018,6098,6188,6263,6344" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3026,3104,3178,3262,3355,4173,4272,4397,4485,4548,4615,4712,4781,4844,4931,4995,5061,5121,5190,5251,5305,5420,5479,5539,5593,5665,5795,5883,5962,6060,6148,6232,6370,6448,6524,6663,6757,6837,6893,6947,7013,7086,7164,7235,7319,7392,7470,7543,7618,7728,7818,7893,7987,8085,8159,8236,8336,8389,8473,8541,8630,8719,8781,8846,8909,8979,9086,9186,9286,9382,9442,9500,9662,9752,9827", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,73,83,92,93,98,124,87,62,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,78,97,87,83,137,77,75,138,93,79,55,53,65,72,77,70,83,72,77,72,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79,89,74,80", + "endOffsets": "318,3099,3173,3257,3350,3444,4267,4392,4480,4543,4610,4707,4776,4839,4926,4990,5056,5116,5185,5246,5300,5415,5474,5534,5588,5660,5790,5878,5957,6055,6143,6227,6365,6443,6519,6658,6752,6832,6888,6942,7008,7081,7159,7230,7314,7387,7465,7538,7613,7723,7813,7888,7982,8080,8154,8231,8331,8384,8468,8536,8625,8714,8776,8841,8904,8974,9081,9181,9281,9377,9437,9495,9575,9747,9822,9903" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,2565,2745,2845", + "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,104,179,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,2560,2740,2840,2924" + }, + "to": { + "startLines": "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,114", + "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": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,9710", + "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,104,179,99,83", + "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,9789" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,456,559,661,778", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "147,249,347,451,554,656,773,874" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3612,3709,3811,3909,4013,4116,4218,10035", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "3704,3806,3904,4008,4111,4213,4330,10131" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1202,1268,1362,1438,1501,1613,1673,1738,1792,1862,1922,1978,2090,2147,2209,2265,2338,2472,2557,2634,2723,2804,2889,3032,3116,3199,3333,3422,3499,3555,3610,3676,3749,3826,3897,3976,4050,4126,4201,4274,4379,4467,4540,4630,4721,4793,4867,4958,5010,5092,5159,5243,5330,5392,5456,5519,5588,5691,5799,5897,6001,6061,6120,6197,6284,6360", + "endLines": "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", + "endColumns": "12,88,88,87,97,90,105,125,83,63,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,76,88,80,84,142,83,82,133,88,76,55,54,65,72,76,70,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76,86,75,77", + "endOffsets": "362,451,540,628,726,817,923,1049,1133,1197,1263,1357,1433,1496,1608,1668,1733,1787,1857,1917,1973,2085,2142,2204,2260,2333,2467,2552,2629,2718,2799,2884,3027,3111,3194,3328,3417,3494,3550,3605,3671,3744,3821,3892,3971,4045,4121,4196,4269,4374,4462,4535,4625,4716,4788,4862,4953,5005,5087,5154,5238,5325,5387,5451,5514,5583,5686,5794,5892,5996,6056,6115,6192,6279,6355,6433" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3157,3246,3335,3423,3521,4335,4441,4567,4651,4715,4781,4875,4951,5014,5126,5186,5251,5305,5375,5435,5491,5603,5660,5722,5778,5851,5985,6070,6147,6236,6317,6402,6545,6629,6712,6846,6935,7012,7068,7123,7189,7262,7339,7410,7489,7563,7639,7714,7787,7892,7980,8053,8143,8234,8306,8380,8471,8523,8605,8672,8756,8843,8905,8969,9032,9101,9204,9312,9410,9514,9574,9633,9794,9881,9957", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,88,88,87,97,90,105,125,83,63,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,76,88,80,84,142,83,82,133,88,76,55,54,65,72,76,70,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76,86,75,77", + "endOffsets": "412,3241,3330,3418,3516,3607,4436,4562,4646,4710,4776,4870,4946,5009,5121,5181,5246,5300,5370,5430,5486,5598,5655,5717,5773,5846,5980,6065,6142,6231,6312,6397,6540,6624,6707,6841,6930,7007,7063,7118,7184,7257,7334,7405,7484,7558,7634,7709,7782,7887,7975,8048,8138,8229,8301,8375,8466,8518,8600,8667,8751,8838,8900,8964,9027,9096,9199,9307,9405,9509,9569,9628,9705,9876,9952,10030" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-es_values-es.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-es/values-es.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1091,1156,1251,1332,1395,1484,1548,1617,1680,1754,1818,1875,1993,2051,2113,2170,2250,2389,2478,2554,2649,2730,2812,2953,3034,3114,3265,3355,3435,3491,3547,3613,3692,3774,3845,3934,4008,4085,4155,4234,4334,4418,4502,4594,4694,4768,4849,4951,5004,5089,5156,5249,5338,5400,5464,5527,5595,5708,5815,5919,6020,6080,6140,6223,6306,6382", + "endLines": "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", + "endColumns": "12,80,78,86,100,95,103,121,80,61,64,94,80,62,88,63,68,62,73,63,56,117,57,61,56,79,138,88,75,94,80,81,140,80,79,150,89,79,55,55,65,78,81,70,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82,82,75,76", + "endOffsets": "273,354,433,520,621,717,821,943,1024,1086,1151,1246,1327,1390,1479,1543,1612,1675,1749,1813,1870,1988,2046,2108,2165,2245,2384,2473,2549,2644,2725,2807,2948,3029,3109,3260,3350,3430,3486,3542,3608,3687,3769,3840,3929,4003,4080,4150,4229,4329,4413,4497,4589,4689,4763,4844,4946,4999,5084,5151,5244,5333,5395,5459,5522,5590,5703,5810,5914,6015,6075,6135,6218,6301,6377,6454" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3059,3140,3219,3306,3407,4235,4339,4461,4542,4604,4669,4764,4845,4908,4997,5061,5130,5193,5267,5331,5388,5506,5564,5626,5683,5763,5902,5991,6067,6162,6243,6325,6466,6547,6627,6778,6868,6948,7004,7060,7126,7205,7287,7358,7447,7521,7598,7668,7747,7847,7931,8015,8107,8207,8281,8362,8464,8517,8602,8669,8762,8851,8913,8977,9040,9108,9221,9328,9432,9533,9593,9653,9819,9902,9978", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,78,86,100,95,103,121,80,61,64,94,80,62,88,63,68,62,73,63,56,117,57,61,56,79,138,88,75,94,80,81,140,80,79,150,89,79,55,55,65,78,81,70,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82,82,75,76", + "endOffsets": "323,3135,3214,3301,3402,3498,4334,4456,4537,4599,4664,4759,4840,4903,4992,5056,5125,5188,5262,5326,5383,5501,5559,5621,5678,5758,5897,5986,6062,6157,6238,6320,6461,6542,6622,6773,6863,6943,6999,7055,7121,7200,7282,7353,7442,7516,7593,7663,7742,7842,7926,8010,8102,8202,8276,8357,8459,8512,8597,8664,8757,8846,8908,8972,9035,9103,9216,9323,9427,9528,9588,9648,9731,9897,9973,10050" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,9736", + "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": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,9814" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-es/values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3503,3602,3704,3804,3902,4009,4115,10055", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3597,3699,3799,3897,4004,4110,4230,10151" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,8542", + "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": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,8616" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,248,342,436,529,623,719", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "142,243,337,431,524,618,714,815" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3197,3289,3390,3484,3578,3671,3765,8839", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "3284,3385,3479,3573,3666,3760,3856,8935" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,247,311,373,443,513,590,681,787,860,911,973,1050,1109,1168,1246,1307,1364,1420,1479,1537,1591,1676,1732,1790,1844,1909,2001,2075,2147,2226,2300,2376,2498,2560,2622,2721,2800,2874,2924,2975,3041,3105,3174,3245,3316,3377,3448,3515,3575,3661,3740,3807,3890,3975,4049,4114,4190,4238,4311,4375,4451,4529,4591,4655,4718,4783,4863,4939,5017,5093,5147,5202,5271,5346,5419", + "endLines": "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", + "endColumns": "12,63,61,69,69,76,90,105,72,50,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,71,78,73,75,121,61,61,98,78,73,49,50,65,63,68,70,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68,74,72,69", + "endOffsets": "242,306,368,438,508,585,676,782,855,906,968,1045,1104,1163,1241,1302,1359,1415,1474,1532,1586,1671,1727,1785,1839,1904,1996,2070,2142,2221,2295,2371,2493,2555,2617,2716,2795,2869,2919,2970,3036,3100,3169,3240,3311,3372,3443,3510,3570,3656,3735,3802,3885,3970,4044,4109,4185,4233,4306,4370,4446,4524,4586,4650,4713,4778,4858,4934,5012,5088,5142,5197,5266,5341,5414,5484" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2854,2918,2980,3050,3120,3861,3952,4058,4131,4182,4244,4321,4380,4439,4517,4578,4635,4691,4750,4808,4862,4947,5003,5061,5115,5180,5272,5346,5418,5497,5571,5647,5769,5831,5893,5992,6071,6145,6195,6246,6312,6376,6445,6516,6587,6648,6719,6786,6846,6932,7011,7078,7161,7246,7320,7385,7461,7509,7582,7646,7722,7800,7862,7926,7989,8054,8134,8210,8288,8364,8418,8473,8621,8696,8769", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,63,61,69,69,76,90,105,72,50,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,71,78,73,75,121,61,61,98,78,73,49,50,65,63,68,70,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68,74,72,69", + "endOffsets": "292,2913,2975,3045,3115,3192,3947,4053,4126,4177,4239,4316,4375,4434,4512,4573,4630,4686,4745,4803,4857,4942,4998,5056,5110,5175,5267,5341,5413,5492,5566,5642,5764,5826,5888,5987,6066,6140,6190,6241,6307,6371,6440,6511,6582,6643,6714,6781,6841,6927,7006,7073,7156,7241,7315,7380,7456,7504,7577,7641,7717,7795,7857,7921,7984,8049,8129,8205,8283,8359,8413,8468,8537,8691,8764,8834" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-w400dp-port-v13/values-w400dp-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": "com.sarmadtechempire.animationexample.app-debug-31:/values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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,25,26,27,28,29,30,31,32,33,34,35", + "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", + "startOffsets": "55,130,241,330,431,538,645,744,851,954,1081,1169,1293,1395,1497,1613,1715,1829,1957,2073,2195,2331,2451,2585,2705,2817,2943,3060,3184,3314,3436,3574,3708,3824", + "endColumns": "74,110,88,100,106,106,98,106,102,126,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "125,236,325,426,533,640,739,846,949,1076,1164,1288,1390,1492,1608,1710,1824,1952,2068,2190,2326,2446,2580,2700,2812,2938,3055,3179,3309,3431,3569,3703,3819,3939" + }, + "to": { + "startLines": "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,40,41,42,43,44,45,46,47", + "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", + "startOffsets": "811,886,997,1086,1187,1294,1401,1500,1607,1710,1837,1925,2049,2151,2253,2369,2471,2585,2713,2829,2951,3087,3207,3341,3461,3573,3788,3905,4029,4159,4281,4419,4553,4669", + "endColumns": "74,110,88,100,106,106,98,106,102,126,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "881,992,1081,1182,1289,1396,1495,1602,1705,1832,1920,2044,2146,2248,2364,2466,2580,2708,2824,2946,3082,3202,3336,3456,3568,3694,3900,4024,4154,4276,4414,4548,4664,4784" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values-night/themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "5", + "endColumns": "12", + "endOffsets": "323" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "174" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "6,7,8,9,10,11,12,39", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "179,249,333,417,513,615,717,3699", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "244,328,412,508,610,712,806,3783" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,9782", + "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": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,9859" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,449,555,660,786", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "146,248,347,444,550,655,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3589,3691,3790,3887,3993,4098,10106", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "3584,3686,3785,3882,3988,4093,4219,10202" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1092,1157,1254,1334,1399,1494,1558,1630,1692,1768,1831,1888,2009,2067,2128,2185,2265,2402,2489,2564,2657,2737,2821,2960,3038,3117,3269,3358,3434,3491,3547,3613,3691,3772,3843,3931,4009,4086,4160,4239,4349,4439,4531,4623,4724,4798,4880,4981,5031,5114,5180,5272,5359,5421,5485,5548,5621,5744,5857,5961,6069,6130,6190,6276,6362,6439", + "endLines": "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", + "endColumns": "12,80,79,87,102,91,100,127,83,60,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,74,92,79,83,138,77,78,151,88,75,56,55,65,77,80,70,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85,85,76,78", + "endOffsets": "269,350,430,518,621,713,814,942,1026,1087,1152,1249,1329,1394,1489,1553,1625,1687,1763,1826,1883,2004,2062,2123,2180,2260,2397,2484,2559,2652,2732,2816,2955,3033,3112,3264,3353,3429,3486,3542,3608,3686,3767,3838,3926,4004,4081,4155,4234,4344,4434,4526,4618,4719,4793,4875,4976,5026,5109,5175,5267,5354,5416,5480,5543,5616,5739,5852,5956,6064,6125,6185,6271,6357,6434,6513" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3049,3130,3210,3298,3401,4224,4325,4453,4537,4598,4663,4760,4840,4905,5000,5064,5136,5198,5274,5337,5394,5515,5573,5634,5691,5771,5908,5995,6070,6163,6243,6327,6466,6544,6623,6775,6864,6940,6997,7053,7119,7197,7278,7349,7437,7515,7592,7666,7745,7855,7945,8037,8129,8230,8304,8386,8487,8537,8620,8686,8778,8865,8927,8991,9054,9127,9250,9363,9467,9575,9636,9696,9864,9950,10027", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,87,102,91,100,127,83,60,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,74,92,79,83,138,77,78,151,88,75,56,55,65,77,80,70,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85,85,76,78", + "endOffsets": "319,3125,3205,3293,3396,3488,4320,4448,4532,4593,4658,4755,4835,4900,4995,5059,5131,5193,5269,5332,5389,5510,5568,5629,5686,5766,5903,5990,6065,6158,6238,6322,6461,6539,6618,6770,6859,6935,6992,7048,7114,7192,7273,7344,7432,7510,7587,7661,7740,7850,7940,8032,8124,8225,8299,8381,8482,8532,8615,8681,8773,8860,8922,8986,9049,9122,9245,9358,9462,9570,9631,9691,9777,9945,10022,10101" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,9616", + "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": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,9694" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,335,409,482,579,668,767,896,979,1044,1112,1204,1277,1340,1426,1488,1551,1616,1684,1747,1801,1933,1990,2052,2106,2180,2318,2399,2479,2582,2666,2746,2878,2963,3050,3191,3279,3358,3412,3465,3531,3603,3685,3756,3841,3913,3988,4059,4132,4238,4335,4409,4504,4601,4675,4760,4860,4913,4998,5066,5154,5244,5306,5370,5433,5500,5617,5729,5840,5951,6009,6066,6147,6232,6313", + "endLines": "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", + "endColumns": "12,75,73,72,96,88,98,128,82,64,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,102,83,79,131,84,86,140,87,78,53,52,65,71,81,70,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80,84,80,79", + "endOffsets": "254,330,404,477,574,663,762,891,974,1039,1107,1199,1272,1335,1421,1483,1546,1611,1679,1742,1796,1928,1985,2047,2101,2175,2313,2394,2474,2577,2661,2741,2873,2958,3045,3186,3274,3353,3407,3460,3526,3598,3680,3751,3836,3908,3983,4054,4127,4233,4330,4404,4499,4596,4670,4755,4855,4908,4993,5061,5149,5239,5301,5365,5428,5495,5612,5724,5835,5946,6004,6061,6142,6227,6308,6388" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3005,3081,3155,3228,3325,4137,4236,4365,4448,4513,4581,4673,4746,4809,4895,4957,5020,5085,5153,5216,5270,5402,5459,5521,5575,5649,5787,5868,5948,6051,6135,6215,6347,6432,6519,6660,6748,6827,6881,6934,7000,7072,7154,7225,7310,7382,7457,7528,7601,7707,7804,7878,7973,8070,8144,8229,8329,8382,8467,8535,8623,8713,8775,8839,8902,8969,9086,9198,9309,9420,9478,9535,9699,9784,9865", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,73,72,96,88,98,128,82,64,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,102,83,79,131,84,86,140,87,78,53,52,65,71,81,70,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80,84,80,79", + "endOffsets": "304,3076,3150,3223,3320,3409,4231,4360,4443,4508,4576,4668,4741,4804,4890,4952,5015,5080,5148,5211,5265,5397,5454,5516,5570,5644,5782,5863,5943,6046,6130,6210,6342,6427,6514,6655,6743,6822,6876,6929,6995,7067,7149,7220,7305,7377,7452,7523,7596,7702,7799,7873,7968,8065,8139,8224,8324,8377,8462,8530,8618,8708,8770,8834,8897,8964,9081,9193,9304,9415,9473,9530,9611,9779,9860,9940" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,449,556,663,778", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "144,246,343,444,551,658,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3508,3610,3707,3808,3915,4022,9945", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "3503,3605,3702,3803,3910,4017,4132,10041" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,455,560,667,786", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "148,250,351,450,555,662,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3540,3638,3740,3841,3940,4045,4152,9935", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "3633,3735,3836,3935,4040,4147,4266,10031" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1156,1221,1320,1396,1457,1546,1610,1677,1731,1799,1859,1913,2030,2090,2152,2206,2278,2400,2484,2563,2657,2740,2832,2969,3047,3129,3256,3344,3424,3478,3529,3595,3667,3744,3815,3896,3968,4045,4119,4190,4295,4383,4454,4547,4642,4716,4790,4886,4938,5021,5088,5174,5262,5324,5388,5451,5519,5629,5735,5834,5948,6006,6061,6140,6223,6298", + "endLines": "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", + "endColumns": "12,77,77,76,102,91,91,125,80,60,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,78,93,82,91,136,77,81,126,87,79,53,50,65,71,76,70,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78,82,74,78", + "endOffsets": "363,441,519,596,699,791,883,1009,1090,1151,1216,1315,1391,1452,1541,1605,1672,1726,1794,1854,1908,2025,2085,2147,2201,2273,2395,2479,2558,2652,2735,2827,2964,3042,3124,3251,3339,3419,3473,3524,3590,3662,3739,3810,3891,3963,4040,4114,4185,4290,4378,4449,4542,4637,4711,4785,4881,4933,5016,5083,5169,5257,5319,5383,5446,5514,5624,5730,5829,5943,6001,6056,6135,6218,6293,6372" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3112,3190,3268,3345,3448,4271,4363,4489,4570,4631,4696,4795,4871,4932,5021,5085,5152,5206,5274,5334,5388,5505,5565,5627,5681,5753,5875,5959,6038,6132,6215,6307,6444,6522,6604,6731,6819,6899,6953,7004,7070,7142,7219,7290,7371,7443,7520,7594,7665,7770,7858,7929,8022,8117,8191,8265,8361,8413,8496,8563,8649,8737,8799,8863,8926,8994,9104,9210,9309,9423,9481,9536,9698,9781,9856", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,77,77,76,102,91,91,125,80,60,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,78,93,82,91,136,77,81,126,87,79,53,50,65,71,76,70,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78,82,74,78", + "endOffsets": "413,3185,3263,3340,3443,3535,4358,4484,4565,4626,4691,4790,4866,4927,5016,5080,5147,5201,5269,5329,5383,5500,5560,5622,5676,5748,5870,5954,6033,6127,6210,6302,6439,6517,6599,6726,6814,6894,6948,6999,7065,7137,7214,7285,7366,7438,7515,7589,7660,7765,7853,7924,8017,8112,8186,8260,8356,8408,8491,8558,8644,8732,8794,8858,8921,8989,9099,9205,9304,9418,9476,9531,9610,9776,9851,9930" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,9615", + "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": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,9693" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ldrtl-v17_values-ldrtl-v17.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ldrtl-v17/values-ldrtl-v17.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,191", + "endColumns": "135,140", + "endOffsets": "186,327" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,457,561,663,780", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "148,250,348,452,556,658,775,876" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3544,3642,3744,3842,3946,4050,4152,9991", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "3637,3739,3837,3941,4045,4147,4264,10087" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1129,1195,1287,1364,1427,1535,1595,1661,1717,1788,1848,1902,2021,2078,2140,2194,2269,2393,2481,2558,2652,2736,2819,2964,3049,3135,3268,3356,3434,3488,3542,3608,3682,3760,3831,3913,3985,4062,4135,4205,4314,4407,4479,4571,4667,4741,4817,4913,4966,5048,5115,5202,5289,5351,5415,5478,5547,5655,5760,5861,5964,6022,6080,6160,6246,6322", + "endLines": "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", + "endColumns": "12,78,79,81,101,93,95,125,80,61,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,76,93,83,82,144,84,85,132,87,77,53,53,65,73,77,70,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79,85,75,76", + "endOffsets": "322,401,481,563,665,759,855,981,1062,1124,1190,1282,1359,1422,1530,1590,1656,1712,1783,1843,1897,2016,2073,2135,2189,2264,2388,2476,2553,2647,2731,2814,2959,3044,3130,3263,3351,3429,3483,3537,3603,3677,3755,3826,3908,3980,4057,4130,4200,4309,4402,4474,4566,4662,4736,4812,4908,4961,5043,5110,5197,5284,5346,5410,5473,5542,5650,5755,5856,5959,6017,6075,6155,6241,6317,6394" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3107,3186,3266,3348,3450,4269,4365,4491,4572,4634,4700,4792,4869,4932,5040,5100,5166,5222,5293,5353,5407,5526,5583,5645,5699,5774,5898,5986,6063,6157,6241,6324,6469,6554,6640,6773,6861,6939,6993,7047,7113,7187,7265,7336,7418,7490,7567,7640,7710,7819,7912,7984,8076,8172,8246,8322,8418,8471,8553,8620,8707,8794,8856,8920,8983,9052,9160,9265,9366,9469,9527,9585,9752,9838,9914", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,78,79,81,101,93,95,125,80,61,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,76,93,83,82,144,84,85,132,87,77,53,53,65,73,77,70,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79,85,75,76", + "endOffsets": "372,3181,3261,3343,3445,3539,4360,4486,4567,4629,4695,4787,4864,4927,5035,5095,5161,5217,5288,5348,5402,5521,5578,5640,5694,5769,5893,5981,6058,6152,6236,6319,6464,6549,6635,6768,6856,6934,6988,7042,7108,7182,7260,7331,7413,7485,7562,7635,7705,7814,7907,7979,8071,8167,8241,8317,8413,8466,8548,8615,8702,8789,8851,8915,8978,9047,9155,9260,9361,9464,9522,9580,9660,9833,9909,9986" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,2248,2353,2467,2570,2739,2835", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,105,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,2243,2348,2462,2565,2734,2830,2917" + }, + "to": { + "startLines": "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,113", + "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": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2520,2625,2739,2842,3011,9665", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,105,104,113,102,168,95,86", + "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2515,2620,2734,2837,3006,3102,9747" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v24/values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,9,12,15", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,140,239,326,427,626,839,1040", + "endLines": "2,3,4,5,8,11,14,17", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "135,234,321,422,621,834,1035,1250" + }, + "to": { + "startLines": "4,5,6,7,8,11,14,17", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "347,432,531,618,719,918,1131,1332", + "endLines": "4,5,6,7,10,13,16,19", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "427,526,613,714,913,1126,1327,1542" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v24/values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,110", + "endColumns": "54,61", + "endOffsets": "105,167" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-as_values-as.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926" + }, + "to": { + "startLines": "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,112", + "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": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,9430", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,9508" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-as/values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,259,367,472,576,676,805", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "151,254,362,467,571,671,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3472,3573,3676,3784,3889,3993,4093,9744", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "3568,3671,3779,3884,3988,4088,4217,9840" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-as/values-as.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,781,904,983,1043,1108,1197,1262,1321,1407,1471,1535,1598,1668,1732,1786,1891,1949,2011,2065,2137,2254,2341,2417,2509,2591,2674,2814,2891,2972,3099,3190,3267,3321,3372,3438,3508,3585,3656,3731,3802,3879,3948,4017,4124,4215,4287,4376,4465,4539,4611,4697,4747,4826,4892,4972,5056,5118,5182,5245,5314,5414,5509,5601,5693,5751,5806,5887,5968,6043", + "endLines": "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", + "endColumns": "12,81,77,76,85,83,101,122,78,59,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,75,91,81,82,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80,80,74,74", + "endOffsets": "267,349,427,504,590,674,776,899,978,1038,1103,1192,1257,1316,1402,1466,1530,1593,1663,1727,1781,1886,1944,2006,2060,2132,2249,2336,2412,2504,2586,2669,2809,2886,2967,3094,3185,3262,3316,3367,3433,3503,3580,3651,3726,3797,3874,3943,4012,4119,4210,4282,4371,4460,4534,4606,4692,4742,4821,4887,4967,5051,5113,5177,5240,5309,5409,5504,5596,5688,5746,5801,5882,5963,6038,6113" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3065,3147,3225,3302,3388,4222,4324,4447,4526,4586,4651,4740,4805,4864,4950,5014,5078,5141,5211,5275,5329,5434,5492,5554,5608,5680,5797,5884,5960,6052,6134,6217,6357,6434,6515,6642,6733,6810,6864,6915,6981,7051,7128,7199,7274,7345,7422,7491,7560,7667,7758,7830,7919,8008,8082,8154,8240,8290,8369,8435,8515,8599,8661,8725,8788,8857,8957,9052,9144,9236,9294,9349,9513,9594,9669", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,77,76,85,83,101,122,78,59,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,75,91,81,82,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80,80,74,74", + "endOffsets": "317,3142,3220,3297,3383,3467,4319,4442,4521,4581,4646,4735,4800,4859,4945,5009,5073,5136,5206,5270,5324,5429,5487,5549,5603,5675,5792,5879,5955,6047,6129,6212,6352,6429,6510,6637,6728,6805,6859,6910,6976,7046,7123,7194,7269,7340,7417,7486,7555,7662,7753,7825,7914,8003,8077,8149,8235,8285,8364,8430,8510,8594,8656,8720,8783,8852,8952,9047,9139,9231,9289,9344,9425,9589,9664,9739" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-si_values-si.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-si/values-si.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,345,422,500,591,676,778,893,976,1037,1101,1190,1257,1317,1411,1475,1538,1594,1664,1731,1786,1905,1962,2026,2080,2153,2275,2358,2441,2534,2620,2705,2837,2915,2995,3117,3203,3287,3347,3399,3465,3535,3608,3679,3756,3828,3905,3977,4047,4160,4253,4326,4416,4509,4583,4655,4746,4800,4880,4946,5030,5115,5177,5241,5304,5370,5475,5580,5675,5776,5840,5896,5976,6061,6136", + "endLines": "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", + "endColumns": "12,75,76,77,90,84,101,114,82,60,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,82,92,85,84,131,77,79,121,85,83,59,51,65,69,72,70,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79,84,74,75", + "endOffsets": "264,340,417,495,586,671,773,888,971,1032,1096,1185,1252,1312,1406,1470,1533,1589,1659,1726,1781,1900,1957,2021,2075,2148,2270,2353,2436,2529,2615,2700,2832,2910,2990,3112,3198,3282,3342,3394,3460,3530,3603,3674,3751,3823,3900,3972,4042,4155,4248,4321,4411,4504,4578,4650,4741,4795,4875,4941,5025,5110,5172,5236,5299,5365,5470,5575,5670,5771,5835,5891,5971,6056,6131,6207" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3035,3111,3188,3266,3357,4174,4276,4391,4474,4535,4599,4688,4755,4815,4909,4973,5036,5092,5162,5229,5284,5403,5460,5524,5578,5651,5773,5856,5939,6032,6118,6203,6335,6413,6493,6615,6701,6785,6845,6897,6963,7033,7106,7177,7254,7326,7403,7475,7545,7658,7751,7824,7914,8007,8081,8153,8244,8298,8378,8444,8528,8613,8675,8739,8802,8868,8973,9078,9173,9274,9338,9394,9556,9641,9716", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,76,77,90,84,101,114,82,60,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,82,92,85,84,131,77,79,121,85,83,59,51,65,69,72,70,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79,84,74,75", + "endOffsets": "314,3106,3183,3261,3352,3437,4271,4386,4469,4530,4594,4683,4750,4810,4904,4968,5031,5087,5157,5224,5279,5398,5455,5519,5573,5646,5768,5851,5934,6027,6113,6198,6330,6408,6488,6610,6696,6780,6840,6892,6958,7028,7101,7172,7249,7321,7398,7470,7540,7653,7746,7819,7909,8002,8076,8148,8239,8293,8373,8439,8523,8608,8670,8734,8797,8863,8968,9073,9168,9269,9333,9389,9469,9636,9711,9787" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,9474", + "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": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,9551" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-si/values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,365,470,569,673,787", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "152,255,360,465,564,668,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3442,3544,3647,3752,3857,3956,4060,9792", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "3539,3642,3747,3852,3951,4055,4169,9888" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,341,417,497,589,677,772,902,983,1044,1108,1205,1290,1352,1439,1501,1565,1626,1693,1754,1808,1930,1987,2047,2101,2182,2317,2401,2477,2567,2646,2731,2867,2942,3017,3160,3255,3335,3391,3444,3510,3584,3663,3734,3817,3888,3964,4040,4117,4223,4311,4391,4487,4583,4657,4735,4835,4886,4970,5039,5126,5217,5279,5343,5406,5477,5582,5688,5788,5891,5951,6008,6093,6176,6250", + "endLines": "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", + "endColumns": "12,75,75,79,91,87,94,129,80,60,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,75,89,78,84,135,74,74,142,94,79,55,52,65,73,78,70,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84,82,73,79", + "endOffsets": "260,336,412,492,584,672,767,897,978,1039,1103,1200,1285,1347,1434,1496,1560,1621,1688,1749,1803,1925,1982,2042,2096,2177,2312,2396,2472,2562,2641,2726,2862,2937,3012,3155,3250,3330,3386,3439,3505,3579,3658,3729,3812,3883,3959,4035,4112,4218,4306,4386,4482,4578,4652,4730,4830,4881,4965,5034,5121,5212,5274,5338,5401,5472,5577,5683,5783,5886,5946,6003,6088,6171,6245,6325" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3024,3100,3176,3256,3348,4156,4251,4381,4462,4523,4587,4684,4769,4831,4918,4980,5044,5105,5172,5233,5287,5409,5466,5526,5580,5661,5796,5880,5956,6046,6125,6210,6346,6421,6496,6639,6734,6814,6870,6923,6989,7063,7142,7213,7296,7367,7443,7519,7596,7702,7790,7870,7966,8062,8136,8214,8314,8365,8449,8518,8605,8696,8758,8822,8885,8956,9061,9167,9267,9370,9430,9487,9655,9738,9812", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,75,79,91,87,94,129,80,60,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,75,89,78,84,135,74,74,142,94,79,55,52,65,73,78,70,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84,82,73,79", + "endOffsets": "310,3095,3171,3251,3343,3431,4246,4376,4457,4518,4582,4679,4764,4826,4913,4975,5039,5100,5167,5228,5282,5404,5461,5521,5575,5656,5791,5875,5951,6041,6120,6205,6341,6416,6491,6634,6729,6809,6865,6918,6984,7058,7137,7208,7291,7362,7438,7514,7591,7697,7785,7865,7961,8057,8131,8209,8309,8360,8444,8513,8600,8691,8753,8817,8880,8951,9056,9162,9262,9365,9425,9482,9567,9733,9807,9887" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,9572", + "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": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,9650" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,260,358,457,562,664,775", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "150,255,353,452,557,659,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3436,3536,3641,3739,3838,3943,4045,9892", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "3531,3636,3734,3833,3938,4040,4151,9988" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,449,551,657,768", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "147,249,347,444,546,652,763,864" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3424,3521,3623,3721,3818,3920,4026,9742", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "3516,3618,3716,3813,3915,4021,4132,9838" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,340,415,492,591,682,778,890,972,1032,1096,1187,1264,1325,1416,1479,1542,1601,1670,1733,1787,1895,1953,2015,2069,2142,2263,2347,2427,2526,2610,2701,2841,2918,2994,3125,3212,3288,3341,3395,3461,3531,3608,3679,3759,3830,3905,3983,4054,4155,4240,4329,4424,4517,4589,4661,4757,4809,4895,4962,5046,5136,5198,5262,5325,5395,5489,5591,5680,5780,5837,5895,5974,6058,6133", + "endLines": "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", + "endColumns": "12,74,74,76,98,90,95,111,81,59,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,79,98,83,90,139,76,75,130,86,75,52,53,65,69,76,70,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78,83,74,73", + "endOffsets": "260,335,410,487,586,677,773,885,967,1027,1091,1182,1259,1320,1411,1474,1537,1596,1665,1728,1782,1890,1948,2010,2064,2137,2258,2342,2422,2521,2605,2696,2836,2913,2989,3120,3207,3283,3336,3390,3456,3526,3603,3674,3754,3825,3900,3978,4049,4150,4235,4324,4419,4512,4584,4656,4752,4804,4890,4957,5041,5131,5193,5257,5320,5390,5484,5586,5675,5775,5832,5890,5969,6053,6128,6202" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3082,3157,3234,3333,4137,4233,4345,4427,4487,4551,4642,4719,4780,4871,4934,4997,5056,5125,5188,5242,5350,5408,5470,5524,5597,5718,5802,5882,5981,6065,6156,6296,6373,6449,6580,6667,6743,6796,6850,6916,6986,7063,7134,7214,7285,7360,7438,7509,7610,7695,7784,7879,7972,8044,8116,8212,8264,8350,8417,8501,8591,8653,8717,8780,8850,8944,9046,9135,9235,9292,9350,9509,9593,9668", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,74,74,76,98,90,95,111,81,59,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,79,98,83,90,139,76,75,130,86,75,52,53,65,69,76,70,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78,83,74,73", + "endOffsets": "310,3077,3152,3229,3328,3419,4228,4340,4422,4482,4546,4637,4714,4775,4866,4929,4992,5051,5120,5183,5237,5345,5403,5465,5519,5592,5713,5797,5877,5976,6060,6151,6291,6368,6444,6575,6662,6738,6791,6845,6911,6981,7058,7129,7209,7280,7355,7433,7504,7605,7690,7779,7874,7967,8039,8111,8207,8259,8345,8412,8496,8586,8648,8712,8775,8845,8939,9041,9130,9230,9287,9345,9424,9588,9663,9737" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,9429", + "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": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,9504" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-et_values-et.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,9508", + "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": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,9586" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-et/values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,453,559,664,784", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "145,247,345,448,554,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3461,3556,3658,3756,3859,3965,4070,9835", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "3551,3653,3751,3854,3960,4065,4185,9931" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-et/values-et.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,266,346,425,510,602,689,788,905,987,1047,1111,1196,1264,1328,1415,1479,1543,1602,1674,1738,1792,1911,1971,2032,2086,2159,2292,2376,2453,2546,2626,2719,2857,2937,3016,3142,3230,3309,3364,3415,3481,3554,3633,3704,3783,3856,3931,4005,4077,4190,4278,4355,4446,4538,4612,4686,4777,4831,4913,4982,5065,5151,5213,5277,5340,5408,5511,5614,5711,5812,5871,5926,6007,6096,6173", + "endLines": "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", + "endColumns": "12,79,78,84,91,86,98,116,81,59,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,76,92,79,92,137,79,78,125,87,78,54,50,65,72,78,70,78,72,74,73,71,112,87,76,90,91,73,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80,88,76,77", + "endOffsets": "261,341,420,505,597,684,783,900,982,1042,1106,1191,1259,1323,1410,1474,1538,1597,1669,1733,1787,1906,1966,2027,2081,2154,2287,2371,2448,2541,2621,2714,2852,2932,3011,3137,3225,3304,3359,3410,3476,3549,3628,3699,3778,3851,3926,4000,4072,4185,4273,4350,4441,4533,4607,4681,4772,4826,4908,4977,5060,5146,5208,5272,5335,5403,5506,5609,5706,5807,5866,5921,6002,6091,6168,6246" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3038,3118,3197,3282,3374,4190,4289,4406,4488,4548,4612,4697,4765,4829,4916,4980,5044,5103,5175,5239,5293,5412,5472,5533,5587,5660,5793,5877,5954,6047,6127,6220,6358,6438,6517,6643,6731,6810,6865,6916,6982,7055,7134,7205,7284,7357,7432,7506,7578,7691,7779,7856,7947,8039,8113,8187,8278,8332,8414,8483,8566,8652,8714,8778,8841,8909,9012,9115,9212,9313,9372,9427,9591,9680,9757", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,78,84,91,86,98,116,81,59,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,76,92,79,92,137,79,78,125,87,78,54,50,65,72,78,70,78,72,74,73,71,112,87,76,90,91,73,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80,88,76,77", + "endOffsets": "311,3113,3192,3277,3369,3456,4284,4401,4483,4543,4607,4692,4760,4824,4911,4975,5039,5098,5170,5234,5288,5407,5467,5528,5582,5655,5788,5872,5949,6042,6122,6215,6353,6433,6512,6638,6726,6805,6860,6911,6977,7050,7129,7200,7279,7352,7427,7501,7573,7686,7774,7851,7942,8034,8108,8182,8273,8327,8409,8478,8561,8647,8709,8773,8836,8904,9007,9110,9207,9308,9367,9422,9503,9675,9752,9830" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,397", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,392,584" + }, + "to": { + "startLines": "14,15,16,20", + "startColumns": "4,4,4,4", + "startOffsets": "1141,1216,1303,1483", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1211,1298,1478,1670" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,249,344,441,529,617,705,793,880,967,1054,1141", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,95,94,96,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,436,524,612,700,788,875,962,1049,1136,1423" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,249,344,441,529,617,705,793,880,967,1054,1675", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,95,94,96,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,436,524,612,700,788,875,962,1049,1136,1957" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-be_values-be.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-be/values-be.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1197,1264,1357,1434,1497,1613,1676,1745,1804,1875,1934,1988,2109,2170,2233,2287,2360,2482,2570,2646,2737,2818,2901,3053,3139,3226,3359,3450,3533,3590,3641,3707,3779,3856,3927,4010,4085,4162,4244,4320,4428,4517,4599,4690,4786,4860,4941,5036,5090,5172,5238,5325,5411,5473,5537,5600,5669,5779,5892,5995,6102,6163,6218,6298,6383,6459", + "endLines": "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", + "endColumns": "12,76,76,81,96,91,96,131,82,77,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,75,90,80,82,151,85,86,132,90,82,56,50,65,71,76,70,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79,84,75,78", + "endOffsets": "377,454,531,613,710,802,899,1031,1114,1192,1259,1352,1429,1492,1608,1671,1740,1799,1870,1929,1983,2104,2165,2228,2282,2355,2477,2565,2641,2732,2813,2896,3048,3134,3221,3354,3445,3528,3585,3636,3702,3774,3851,3922,4005,4080,4157,4239,4315,4423,4512,4594,4685,4781,4855,4936,5031,5085,5167,5233,5320,5406,5468,5532,5595,5664,5774,5887,5990,6097,6158,6213,6293,6378,6454,6533" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3162,3239,3316,3398,3495,4318,4415,4547,4630,4708,4775,4868,4945,5008,5124,5187,5256,5315,5386,5445,5499,5620,5681,5744,5798,5871,5993,6081,6157,6248,6329,6412,6564,6650,6737,6870,6961,7044,7101,7152,7218,7290,7367,7438,7521,7596,7673,7755,7831,7939,8028,8110,8201,8297,8371,8452,8547,8601,8683,8749,8836,8922,8984,9048,9111,9180,9290,9403,9506,9613,9674,9729,9891,9976,10052", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,76,76,81,96,91,96,131,82,77,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,75,90,80,82,151,85,86,132,90,82,56,50,65,71,76,70,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79,84,75,78", + "endOffsets": "427,3234,3311,3393,3490,3582,4410,4542,4625,4703,4770,4863,4940,5003,5119,5182,5251,5310,5381,5440,5494,5615,5676,5739,5793,5866,5988,6076,6152,6243,6324,6407,6559,6645,6732,6865,6956,7039,7096,7147,7213,7285,7362,7433,7516,7591,7668,7750,7826,7934,8023,8105,8196,8292,8366,8447,8542,8596,8678,8744,8831,8917,8979,9043,9106,9175,9285,9398,9501,9608,9669,9724,9804,9971,10047,10126" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,9809", + "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": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,9886" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-be/values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,562,665,786", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "148,250,350,451,557,660,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3587,3685,3787,3887,3988,4094,4197,10131", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "3680,3782,3882,3983,4089,4192,4313,10227" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1066,1130,1219,1298,1361,1454,1516,1582,1640,1713,1777,1833,1955,2012,2074,2130,2206,2340,2425,2504,2602,2688,2774,2912,2993,3072,3196,3286,3363,3420,3471,3537,3615,3698,3769,3845,3920,3999,4072,4143,4252,4346,4424,4513,4603,4677,4758,4845,4898,4977,5044,5125,5209,5271,5335,5398,5469,5577,5689,5791,5902,5963,6018,6099,6182,6258", + "endLines": "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", + "endColumns": "12,85,81,76,97,93,96,121,80,59,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,78,97,85,85,137,80,78,123,89,76,56,50,65,77,82,70,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80,82,75,71", + "endOffsets": "264,350,432,509,607,701,798,920,1001,1061,1125,1214,1293,1356,1449,1511,1577,1635,1708,1772,1828,1950,2007,2069,2125,2201,2335,2420,2499,2597,2683,2769,2907,2988,3067,3191,3281,3358,3415,3466,3532,3610,3693,3764,3840,3915,3994,4067,4138,4247,4341,4419,4508,4598,4672,4753,4840,4893,4972,5039,5120,5204,5266,5330,5393,5464,5572,5684,5786,5897,5958,6013,6094,6177,6253,6325" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3041,3127,3209,3286,3384,4212,4309,4431,4512,4572,4636,4725,4804,4867,4960,5022,5088,5146,5219,5283,5339,5461,5518,5580,5636,5712,5846,5931,6010,6108,6194,6280,6418,6499,6578,6702,6792,6869,6926,6977,7043,7121,7204,7275,7351,7426,7505,7578,7649,7758,7852,7930,8019,8109,8183,8264,8351,8404,8483,8550,8631,8715,8777,8841,8904,8975,9083,9195,9297,9408,9469,9524,9688,9771,9847", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,85,81,76,97,93,96,121,80,59,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,78,97,85,85,137,80,78,123,89,76,56,50,65,77,82,70,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80,82,75,71", + "endOffsets": "314,3122,3204,3281,3379,3473,4304,4426,4507,4567,4631,4720,4799,4862,4955,5017,5083,5141,5214,5278,5334,5456,5513,5575,5631,5707,5841,5926,6005,6103,6189,6275,6413,6494,6573,6697,6787,6864,6921,6972,7038,7116,7199,7270,7346,7421,7500,7573,7644,7753,7847,7925,8014,8104,8178,8259,8346,8399,8478,8545,8626,8710,8772,8836,8899,8970,9078,9190,9292,9403,9464,9519,9600,9766,9842,9914" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827", + "endColumns": "117,104,106,84,103,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,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905" + }, + "to": { + "startLines": "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,112", + "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": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,9605", + "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,9683" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,359,459,566,670,789", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "152,254,354,454,561,665,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3478,3580,3682,3782,3882,3989,4093,9919", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "3575,3677,3777,3877,3984,4088,4207,10015" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,9501", + "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": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,9582" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,357,461,564,662,776", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "148,250,352,456,559,657,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3457,3555,3657,3759,3863,3966,4064,9827", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "3550,3652,3754,3858,3961,4059,4173,9923" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,337,415,493,591,680,780,899,982,1038,1103,1197,1267,1326,1416,1480,1549,1607,1676,1736,1800,1912,1971,2030,2085,2160,2283,2363,2446,2540,2627,2711,2844,2926,3007,3138,3225,3307,3365,3421,3487,3562,3642,3713,3792,3859,3934,4011,4075,4182,4276,4346,4435,4528,4602,4677,4767,4823,4902,4969,5053,5137,5199,5263,5326,5392,5492,5599,5693,5801,5863,5923,6003,6088,6169", + "endLines": "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", + "endColumns": "12,77,77,77,97,88,99,118,82,55,64,93,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,82,93,86,83,132,81,80,130,86,81,57,55,65,74,79,70,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79,84,80,73", + "endOffsets": "254,332,410,488,586,675,775,894,977,1033,1098,1192,1262,1321,1411,1475,1544,1602,1671,1731,1795,1907,1966,2025,2080,2155,2278,2358,2441,2535,2622,2706,2839,2921,3002,3133,3220,3302,3360,3416,3482,3557,3637,3708,3787,3854,3929,4006,4070,4177,4271,4341,4430,4523,4597,4672,4762,4818,4897,4964,5048,5132,5194,5258,5321,5387,5487,5594,5688,5796,5858,5918,5998,6083,6164,6238" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3036,3114,3192,3270,3368,4178,4278,4397,4480,4536,4601,4695,4765,4824,4914,4978,5047,5105,5174,5234,5298,5410,5469,5528,5583,5658,5781,5861,5944,6038,6125,6209,6342,6424,6505,6636,6723,6805,6863,6919,6985,7060,7140,7211,7290,7357,7432,7509,7573,7680,7774,7844,7933,8026,8100,8175,8265,8321,8400,8467,8551,8635,8697,8761,8824,8890,8990,9097,9191,9299,9361,9421,9587,9672,9753", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,77,77,97,88,99,118,82,55,64,93,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,82,93,86,83,132,81,80,130,86,81,57,55,65,74,79,70,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79,84,80,73", + "endOffsets": "304,3109,3187,3265,3363,3452,4273,4392,4475,4531,4596,4690,4760,4819,4909,4973,5042,5100,5169,5229,5293,5405,5464,5523,5578,5653,5776,5856,5939,6033,6120,6204,6337,6419,6500,6631,6718,6800,6858,6914,6980,7055,7135,7206,7285,7352,7427,7504,7568,7675,7769,7839,7928,8021,8095,8170,8260,8316,8395,8462,8546,8630,8692,8756,8819,8885,8985,9092,9186,9294,9356,9416,9496,9667,9748,9822" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,558,673,801", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "146,249,348,446,553,668,796,897" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3742,3841,3939,4046,4161,10183", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "3634,3737,3836,3934,4041,4156,4284,10279" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1097,1161,1269,1337,1398,1506,1573,1659,1717,1801,1868,1922,2045,2107,2170,2224,2312,2440,2526,2618,2721,2813,2895,3027,3107,3188,3344,3433,3517,3574,3626,3692,3777,3865,3936,4016,4085,4162,4242,4310,4425,4524,4607,4699,4793,4867,4953,5047,5097,5180,5246,5331,5418,5481,5546,5609,5678,5786,5884,5982,6079,6140,6196,6282,6374,6457", + "endLines": "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", + "endColumns": "12,87,85,83,102,93,108,117,83,58,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,91,102,91,81,131,79,80,155,88,83,56,51,65,84,87,70,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85,91,82,81", + "endOffsets": "267,355,441,525,628,722,831,949,1033,1092,1156,1264,1332,1393,1501,1568,1654,1712,1796,1863,1917,2040,2102,2165,2219,2307,2435,2521,2613,2716,2808,2890,3022,3102,3183,3339,3428,3512,3569,3621,3687,3772,3860,3931,4011,4080,4157,4237,4305,4420,4519,4602,4694,4788,4862,4948,5042,5092,5175,5241,5326,5413,5476,5541,5604,5673,5781,5879,5977,6074,6135,6191,6277,6369,6452,6534" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3088,3176,3262,3346,3449,4289,4398,4516,4600,4659,4723,4831,4899,4960,5068,5135,5221,5279,5363,5430,5484,5607,5669,5732,5786,5874,6002,6088,6180,6283,6375,6457,6589,6669,6750,6906,6995,7079,7136,7188,7254,7339,7427,7498,7578,7647,7724,7804,7872,7987,8086,8169,8261,8355,8429,8515,8609,8659,8742,8808,8893,8980,9043,9108,9171,9240,9348,9446,9544,9641,9702,9758,9926,10018,10101", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,87,85,83,102,93,108,117,83,58,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,91,102,91,81,131,79,80,155,88,83,56,51,65,84,87,70,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85,91,82,81", + "endOffsets": "317,3171,3257,3341,3444,3538,4393,4511,4595,4654,4718,4826,4894,4955,5063,5130,5216,5274,5358,5425,5479,5602,5664,5727,5781,5869,5997,6083,6175,6278,6370,6452,6584,6664,6745,6901,6990,7074,7131,7183,7249,7334,7422,7493,7573,7642,7719,7799,7867,7982,8081,8164,8256,8350,8424,8510,8604,8654,8737,8803,8888,8975,9038,9103,9166,9235,9343,9441,9539,9636,9697,9753,9839,10013,10096,10178" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,9844", + "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": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,9921" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,9724", + "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": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,9802" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1100,1165,1260,1330,1393,1486,1550,1622,1685,1759,1823,1879,1997,2055,2117,2173,2253,2387,2476,2552,2650,2731,2812,2953,3034,3114,3265,3355,3432,3488,3544,3610,3689,3771,3842,3931,4004,4081,4151,4228,4334,4423,4497,4591,4693,4765,4846,4950,5003,5088,5155,5248,5337,5399,5463,5526,5594,5705,5816,5918,6023,6083,6143,6226,6309,6385", + "endLines": "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", + "endColumns": "12,81,79,85,104,95,101,127,80,61,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,75,97,80,80,140,80,79,150,89,76,55,55,65,78,81,70,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82,82,75,76", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1095,1160,1255,1325,1388,1481,1545,1617,1680,1754,1818,1874,1992,2050,2112,2168,2248,2382,2471,2547,2645,2726,2807,2948,3029,3109,3260,3350,3427,3483,3539,3605,3684,3766,3837,3926,3999,4076,4146,4223,4329,4418,4492,4586,4688,4760,4841,4945,4998,5083,5150,5243,5332,5394,5458,5521,5589,5700,5811,5913,6018,6078,6138,6221,6304,6380,6457" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3044,3126,3206,3292,3397,4225,4327,4455,4536,4598,4663,4758,4828,4891,4984,5048,5120,5183,5257,5321,5377,5495,5553,5615,5671,5751,5885,5974,6050,6148,6229,6310,6451,6532,6612,6763,6853,6930,6986,7042,7108,7187,7269,7340,7429,7502,7579,7649,7726,7832,7921,7995,8089,8191,8263,8344,8448,8501,8586,8653,8746,8835,8897,8961,9024,9092,9203,9314,9416,9521,9581,9641,9807,9890,9966", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,79,85,104,95,101,127,80,61,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,75,97,80,80,140,80,79,150,89,76,55,55,65,78,81,70,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82,82,75,76", + "endOffsets": "323,3121,3201,3287,3392,3488,4322,4450,4531,4593,4658,4753,4823,4886,4979,5043,5115,5178,5252,5316,5372,5490,5548,5610,5666,5746,5880,5969,6045,6143,6224,6305,6446,6527,6607,6758,6848,6925,6981,7037,7103,7182,7264,7335,7424,7497,7574,7644,7721,7827,7916,7990,8084,8186,8258,8339,8443,8496,8581,8648,8741,8830,8892,8956,9019,9087,9198,9309,9411,9516,9576,9636,9719,9885,9961,10038" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3592,3694,3794,3892,3999,4105,10043", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3587,3689,3789,3887,3994,4100,4220,10139" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1121,1187,1279,1347,1410,1513,1573,1639,1695,1766,1826,1880,1992,2049,2110,2164,2240,2365,2451,2528,2621,2705,2788,2926,3007,3090,3221,3309,3387,3441,3497,3563,3637,3715,3786,3868,3943,4019,4094,4165,4272,4362,4435,4527,4623,4695,4771,4867,4920,5002,5069,5156,5243,5305,5369,5432,5501,5606,5716,5812,5920,5978,6038,6118,6201,6277", + "endLines": "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", + "endColumns": "12,75,75,79,106,92,93,130,80,61,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,76,92,83,82,137,80,82,130,87,77,53,55,65,73,77,70,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "316,392,468,548,655,748,842,973,1054,1116,1182,1274,1342,1405,1508,1568,1634,1690,1761,1821,1875,1987,2044,2105,2159,2235,2360,2446,2523,2616,2700,2783,2921,3002,3085,3216,3304,3382,3436,3492,3558,3632,3710,3781,3863,3938,4014,4089,4160,4267,4357,4430,4522,4618,4690,4766,4862,4915,4997,5064,5151,5238,5300,5364,5427,5496,5601,5711,5807,5915,5973,6033,6113,6196,6272,6349" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3099,3175,3251,3331,3438,4257,4351,4482,4563,4625,4691,4783,4851,4914,5017,5077,5143,5199,5270,5330,5384,5496,5553,5614,5668,5744,5869,5955,6032,6125,6209,6292,6430,6511,6594,6725,6813,6891,6945,7001,7067,7141,7219,7290,7372,7447,7523,7598,7669,7776,7866,7939,8031,8127,8199,8275,8371,8424,8506,8573,8660,8747,8809,8873,8936,9005,9110,9220,9316,9424,9482,9542,9709,9792,9868", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,75,75,79,106,92,93,130,80,61,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,76,92,83,82,137,80,82,130,87,77,53,55,65,73,77,70,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "366,3170,3246,3326,3433,3526,4346,4477,4558,4620,4686,4778,4846,4909,5012,5072,5138,5194,5265,5325,5379,5491,5548,5609,5663,5739,5864,5950,6027,6120,6204,6287,6425,6506,6589,6720,6808,6886,6940,6996,7062,7136,7214,7285,7367,7442,7518,7593,7664,7771,7861,7934,8026,8122,8194,8270,8366,8419,8501,8568,8655,8742,8804,8868,8931,9000,9105,9215,9311,9419,9477,9537,9617,9787,9863,9940" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3531,3629,3731,3828,3932,4036,4141,9945", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3624,3726,3823,3927,4031,4136,4252,10041" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,9622", + "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": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,9704" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,9386", + "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": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,9463" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,355,455,556,662,779", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "149,251,350,450,551,657,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3413,3512,3614,3713,3813,3914,4020,9705", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "3507,3609,3708,3808,3909,4015,4132,9801" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,334,411,493,586,673,770,899,983,1041,1104,1194,1263,1323,1414,1477,1541,1600,1667,1729,1784,1907,1965,2026,2081,2153,2290,2371,2451,2548,2629,2711,2841,2915,2989,3121,3207,3284,3335,3389,3455,3526,3603,3674,3753,3826,3900,3970,4044,4145,4231,4305,4394,4486,4560,4633,4722,4773,4853,4920,5003,5087,5149,5213,5276,5345,5439,5540,5633,5731,5786,5844,5922,6008,6085", + "endLines": "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", + "endColumns": "12,74,76,81,92,86,96,128,83,57,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,79,96,80,81,129,73,73,131,85,76,50,53,65,70,76,70,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77,85,76,73", + "endOffsets": "254,329,406,488,581,668,765,894,978,1036,1099,1189,1258,1318,1409,1472,1536,1595,1662,1724,1779,1902,1960,2021,2076,2148,2285,2366,2446,2543,2624,2706,2836,2910,2984,3116,3202,3279,3330,3384,3450,3521,3598,3669,3748,3821,3895,3965,4039,4140,4226,4300,4389,4481,4555,4628,4717,4768,4848,4915,4998,5082,5144,5208,5271,5340,5434,5535,5628,5726,5781,5839,5917,6003,6080,6154" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2999,3074,3151,3233,3326,4137,4234,4363,4447,4505,4568,4658,4727,4787,4878,4941,5005,5064,5131,5193,5248,5371,5429,5490,5545,5617,5754,5835,5915,6012,6093,6175,6305,6379,6453,6585,6671,6748,6799,6853,6919,6990,7067,7138,7217,7290,7364,7434,7508,7609,7695,7769,7858,7950,8024,8097,8186,8237,8317,8384,8467,8551,8613,8677,8740,8809,8903,9004,9097,9195,9250,9308,9468,9554,9631", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,74,76,81,92,86,96,128,83,57,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,79,96,80,81,129,73,73,131,85,76,50,53,65,70,76,70,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77,85,76,73", + "endOffsets": "304,3069,3146,3228,3321,3408,4229,4358,4442,4500,4563,4653,4722,4782,4873,4936,5000,5059,5126,5188,5243,5366,5424,5485,5540,5612,5749,5830,5910,6007,6088,6170,6300,6374,6448,6580,6666,6743,6794,6848,6914,6985,7062,7133,7212,7285,7359,7429,7503,7604,7690,7764,7853,7945,8019,8092,8181,8232,8312,8379,8462,8546,8608,8672,8735,8804,8898,8999,9092,9190,9245,9303,9381,9549,9626,9700" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,263,344,420,497,587,667,766,886,969,1032,1096,1195,1270,1329,1439,1501,1570,1628,1700,1761,1816,1919,1976,2036,2091,2172,2292,2375,2453,2549,2635,2723,2858,2941,3021,3161,3255,3337,3390,3441,3507,3583,3665,3736,3820,3897,3972,4051,4128,4233,4329,4406,4498,4595,4669,4754,4851,4903,4986,5053,5141,5228,5290,5354,5417,5483,5581,5687,5781,5888,5945,6000,6085,6170,6247", + "endLines": "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", + "endColumns": "12,80,75,76,89,79,98,119,82,62,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,77,95,85,87,134,82,79,139,93,81,52,50,65,75,81,70,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84,84,76,72", + "endOffsets": "258,339,415,492,582,662,761,881,964,1027,1091,1190,1265,1324,1434,1496,1565,1623,1695,1756,1811,1914,1971,2031,2086,2167,2287,2370,2448,2544,2630,2718,2853,2936,3016,3156,3250,3332,3385,3436,3502,3578,3660,3731,3815,3892,3967,4046,4123,4228,4324,4401,4493,4590,4664,4749,4846,4898,4981,5048,5136,5223,5285,5349,5412,5478,5576,5682,5776,5883,5940,5995,6080,6165,6242,6315" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3067,3148,3224,3301,3391,4193,4292,4412,4495,4558,4622,4721,4796,4855,4965,5027,5096,5154,5226,5287,5342,5445,5502,5562,5617,5698,5818,5901,5979,6075,6161,6249,6384,6467,6547,6687,6781,6863,6916,6967,7033,7109,7191,7262,7346,7423,7498,7577,7654,7759,7855,7932,8024,8121,8195,8280,8377,8429,8512,8579,8667,8754,8816,8880,8943,9009,9107,9213,9307,9414,9471,9526,9695,9780,9857", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,75,76,89,79,98,119,82,62,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,77,95,85,87,134,82,79,139,93,81,52,50,65,75,81,70,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84,84,76,72", + "endOffsets": "308,3143,3219,3296,3386,3466,4287,4407,4490,4553,4617,4716,4791,4850,4960,5022,5091,5149,5221,5282,5337,5440,5497,5557,5612,5693,5813,5896,5974,6070,6156,6244,6379,6462,6542,6682,6776,6858,6911,6962,7028,7104,7186,7257,7341,7418,7493,7572,7649,7754,7850,7927,8019,8116,8190,8275,8372,8424,8507,8574,8662,8749,8811,8875,8938,9004,9102,9208,9302,9409,9466,9521,9606,9775,9852,9925" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,9611", + "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": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,9690" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,356,457,560,667,777", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "147,249,351,452,555,662,772,873" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3471,3568,3670,3772,3873,3976,4083,9930", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "3563,3665,3767,3868,3971,4078,4188,10026" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1084,1149,1248,1314,1374,1476,1538,1614,1672,1750,1815,1869,1986,2050,2114,2168,2248,2382,2468,2555,2658,2754,2843,2979,3064,3152,3304,3399,3482,3540,3592,3658,3737,3819,3890,3977,4053,4130,4207,4278,4388,4495,4575,4672,4772,4846,4927,5032,5090,5178,5245,5336,5428,5490,5554,5617,5686,5789,5896,6001,6106,6168,6224,6308,6402,6480", + "endLines": "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", + "endColumns": "12,79,82,86,105,98,93,109,91,61,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,86,102,95,88,135,84,87,151,94,82,57,51,65,78,81,70,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83,93,77,75", + "endOffsets": "266,346,429,516,622,721,815,925,1017,1079,1144,1243,1309,1369,1471,1533,1609,1667,1745,1810,1864,1981,2045,2109,2163,2243,2377,2463,2550,2653,2749,2838,2974,3059,3147,3299,3394,3477,3535,3587,3653,3732,3814,3885,3972,4048,4125,4202,4273,4383,4490,4570,4667,4767,4841,4922,5027,5085,5173,5240,5331,5423,5485,5549,5612,5681,5784,5891,5996,6101,6163,6219,6303,6397,6475,6551" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3070,3150,3233,3320,3426,4262,4356,4466,4558,4620,4685,4784,4850,4910,5012,5074,5150,5208,5286,5351,5405,5522,5586,5650,5704,5784,5918,6004,6091,6194,6290,6379,6515,6600,6688,6840,6935,7018,7076,7128,7194,7273,7355,7426,7513,7589,7666,7743,7814,7924,8031,8111,8208,8308,8382,8463,8568,8626,8714,8781,8872,8964,9026,9090,9153,9222,9325,9432,9537,9642,9704,9760,9927,10021,10099", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,82,86,105,98,93,109,91,61,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,86,102,95,88,135,84,87,151,94,82,57,51,65,78,81,70,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83,93,77,75", + "endOffsets": "316,3145,3228,3315,3421,3520,4351,4461,4553,4615,4680,4779,4845,4905,5007,5069,5145,5203,5281,5346,5400,5517,5581,5645,5699,5779,5913,5999,6086,6189,6285,6374,6510,6595,6683,6835,6930,7013,7071,7123,7189,7268,7350,7421,7508,7584,7661,7738,7809,7919,8026,8106,8203,8303,8377,8458,8563,8621,8709,8776,8867,8959,9021,9085,9148,9217,9320,9427,9532,9637,9699,9755,9839,10016,10094,10170" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,9844", + "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": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,9922" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,362,466,569,670,792", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "152,255,357,461,564,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3525,3627,3730,3832,3936,4039,4140,10175", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "3622,3725,3827,3931,4034,4135,4257,10271" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-da_values-da.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-da/values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,350,448,555,664,782", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "146,248,345,443,550,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3383,3479,3581,3678,3776,3883,3992,9701", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "3474,3576,3673,3771,3878,3987,4105,9797" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-da/values-da.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1067,1131,1217,1290,1350,1437,1501,1563,1625,1693,1758,1812,1930,1988,2049,2105,2180,2306,2392,2469,2560,2644,2724,2865,2943,3023,3145,3231,3309,3365,3416,3482,3550,3624,3695,3770,3842,3920,3990,4063,4167,4251,4328,4416,4505,4579,4652,4737,4786,4864,4930,5010,5093,5155,5219,5282,5351,5459,5562,5663,5762,5822,5877,5957,6037,6115", + "endLines": "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", + "endColumns": "12,77,75,77,96,79,99,148,77,58,63,85,72,59,86,63,61,61,67,64,53,117,57,60,55,74,125,85,76,90,83,79,140,77,79,121,85,77,55,50,65,67,73,70,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79,79,77,76", + "endOffsets": "267,345,421,499,596,676,776,925,1003,1062,1126,1212,1285,1345,1432,1496,1558,1620,1688,1753,1807,1925,1983,2044,2100,2175,2301,2387,2464,2555,2639,2719,2860,2938,3018,3140,3226,3304,3360,3411,3477,3545,3619,3690,3765,3837,3915,3985,4058,4162,4246,4323,4411,4500,4574,4647,4732,4781,4859,4925,5005,5088,5150,5214,5277,5346,5454,5557,5658,5757,5817,5872,5952,6032,6110,6187" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2974,3052,3128,3206,3303,4110,4210,4359,4437,4496,4560,4646,4719,4779,4866,4930,4992,5054,5122,5187,5241,5359,5417,5478,5534,5609,5735,5821,5898,5989,6073,6153,6294,6372,6452,6574,6660,6738,6794,6845,6911,6979,7053,7124,7199,7271,7349,7419,7492,7596,7680,7757,7845,7934,8008,8081,8166,8215,8293,8359,8439,8522,8584,8648,8711,8780,8888,8991,9092,9191,9251,9306,9466,9546,9624", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,77,96,79,99,148,77,58,63,85,72,59,86,63,61,61,67,64,53,117,57,60,55,74,125,85,76,90,83,79,140,77,79,121,85,77,55,50,65,67,73,70,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79,79,77,76", + "endOffsets": "317,3047,3123,3201,3298,3378,4205,4354,4432,4491,4555,4641,4714,4774,4861,4925,4987,5049,5117,5182,5236,5354,5412,5473,5529,5604,5730,5816,5893,5984,6068,6148,6289,6367,6447,6569,6655,6733,6789,6840,6906,6974,7048,7119,7194,7266,7344,7414,7487,7591,7675,7752,7840,7929,8003,8076,8161,8210,8288,8354,8434,8517,8579,8643,8706,8775,8883,8986,9087,9186,9246,9301,9381,9541,9619,9696" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,9386", + "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": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,9461" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "64", + "endOffsets": "115" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v18/values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,263,362,465,576,686,806", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "148,258,357,460,571,681,801,902" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3618,3716,3826,3925,4028,4139,4249,10172", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "3711,3821,3920,4023,4134,4244,4364,10268" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1160,1226,1325,1403,1468,1578,1641,1713,1772,1846,1907,1961,2085,2146,2208,2262,2340,2474,2562,2639,2732,2813,2897,3038,3117,3201,3344,3441,3518,3574,3628,3694,3769,3848,3919,3999,4075,4153,4226,4303,4410,4497,4578,4668,4760,4832,4913,5005,5060,5142,5208,5293,5380,5442,5506,5569,5641,5752,5868,5969,6078,6138,6196,6278,6364,6440", + "endLines": "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", + "endColumns": "12,78,77,82,93,89,95,117,83,62,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,76,92,80,83,140,78,83,142,96,76,55,53,65,74,78,70,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81,85,75,77", + "endOffsets": "370,449,527,610,704,794,890,1008,1092,1155,1221,1320,1398,1463,1573,1636,1708,1767,1841,1902,1956,2080,2141,2203,2257,2335,2469,2557,2634,2727,2808,2892,3033,3112,3196,3339,3436,3513,3569,3623,3689,3764,3843,3914,3994,4070,4148,4221,4298,4405,4492,4573,4663,4755,4827,4908,5000,5055,5137,5203,5288,5375,5437,5501,5564,5636,5747,5863,5964,6073,6133,6191,6273,6359,6435,6513" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3194,3273,3351,3434,3528,4369,4465,4583,4667,4730,4796,4895,4973,5038,5148,5211,5283,5342,5416,5477,5531,5655,5716,5778,5832,5910,6044,6132,6209,6302,6383,6467,6608,6687,6771,6914,7011,7088,7144,7198,7264,7339,7418,7489,7569,7645,7723,7796,7873,7980,8067,8148,8238,8330,8402,8483,8575,8630,8712,8778,8863,8950,9012,9076,9139,9211,9322,9438,9539,9648,9708,9766,9932,10018,10094", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,78,77,82,93,89,95,117,83,62,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,76,92,80,83,140,78,83,142,96,76,55,53,65,74,78,70,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81,85,75,77", + "endOffsets": "420,3268,3346,3429,3523,3613,4460,4578,4662,4725,4791,4890,4968,5033,5143,5206,5278,5337,5411,5472,5526,5650,5711,5773,5827,5905,6039,6127,6204,6297,6378,6462,6603,6682,6766,6909,7006,7083,7139,7193,7259,7334,7413,7484,7564,7640,7718,7791,7868,7975,8062,8143,8233,8325,8397,8478,8570,8625,8707,8773,8858,8945,9007,9071,9134,9206,9317,9433,9534,9643,9703,9761,9843,10013,10089,10167" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,9848", + "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": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,9927" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,259,360,463,565,670,787", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "150,254,355,458,560,665,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3431,3531,3635,3736,3839,3941,4046,9791", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "3526,3630,3731,3834,3936,4041,4158,9887" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,344,431,514,607,691,791,907,989,1046,1109,1200,1265,1324,1412,1474,1536,1596,1663,1726,1780,1894,1951,2012,2066,2136,2255,2336,2413,2502,2584,2669,2804,2881,2958,3099,3185,3269,3325,3377,3443,3513,3591,3662,3744,3814,3890,3961,4030,4144,4240,4314,4412,4508,4582,4652,4754,4809,4897,4964,5051,5144,5207,5271,5334,5400,5500,5609,5703,5810,5870,5926,6004,6088,6166", + "endLines": "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", + "endColumns": "12,84,86,82,92,83,99,115,81,56,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,76,88,81,84,134,76,76,140,85,83,55,51,65,69,77,70,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77,83,77,72", + "endOffsets": "254,339,426,509,602,686,786,902,984,1041,1104,1195,1260,1319,1407,1469,1531,1591,1658,1721,1775,1889,1946,2007,2061,2131,2250,2331,2408,2497,2579,2664,2799,2876,2953,3094,3180,3264,3320,3372,3438,3508,3586,3657,3739,3809,3885,3956,4025,4139,4235,4309,4407,4503,4577,4647,4749,4804,4892,4959,5046,5139,5202,5266,5329,5395,5495,5604,5698,5805,5865,5921,5999,6083,6161,6234" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2999,3084,3171,3254,3347,4163,4263,4379,4461,4518,4581,4672,4737,4796,4884,4946,5008,5068,5135,5198,5252,5366,5423,5484,5538,5608,5727,5808,5885,5974,6056,6141,6276,6353,6430,6571,6657,6741,6797,6849,6915,6985,7063,7134,7216,7286,7362,7433,7502,7616,7712,7786,7884,7980,8054,8124,8226,8281,8369,8436,8523,8616,8679,8743,8806,8872,8972,9081,9175,9282,9342,9398,9556,9640,9718", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,84,86,82,92,83,99,115,81,56,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,76,88,81,84,134,76,76,140,85,83,55,51,65,69,77,70,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77,83,77,72", + "endOffsets": "304,3079,3166,3249,3342,3426,4258,4374,4456,4513,4576,4667,4732,4791,4879,4941,5003,5063,5130,5193,5247,5361,5418,5479,5533,5603,5722,5803,5880,5969,6051,6136,6271,6348,6425,6566,6652,6736,6792,6844,6910,6980,7058,7129,7211,7281,7357,7428,7497,7611,7707,7781,7879,7975,8049,8119,8221,8276,8364,8431,8518,8611,8674,8738,8801,8867,8967,9076,9170,9277,9337,9393,9471,9635,9713,9786" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870" + }, + "to": { + "startLines": "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,112", + "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": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,9476", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,9551" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3541,3639,3741,3838,3942,4046,4151,9963", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3634,3736,3833,3937,4041,4146,4262,10059" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1130,1196,1289,1357,1420,1523,1583,1649,1705,1776,1836,1890,2002,2059,2120,2174,2250,2375,2462,2539,2632,2716,2799,2938,3020,3103,3234,3322,3400,3454,3510,3576,3650,3728,3799,3881,3957,4033,4108,4180,4287,4377,4450,4542,4638,4710,4786,4882,4935,5017,5084,5171,5258,5320,5384,5447,5516,5621,5731,5827,5935,5993,6053,6133,6216,6292", + "endLines": "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", + "endColumns": "12,76,76,79,107,93,93,131,80,62,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,76,92,83,82,138,81,82,130,87,77,53,55,65,73,77,70,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "319,396,473,553,661,755,849,981,1062,1125,1191,1284,1352,1415,1518,1578,1644,1700,1771,1831,1885,1997,2054,2115,2169,2245,2370,2457,2534,2627,2711,2794,2933,3015,3098,3229,3317,3395,3449,3505,3571,3645,3723,3794,3876,3952,4028,4103,4175,4282,4372,4445,4537,4633,4705,4781,4877,4930,5012,5079,5166,5253,5315,5379,5442,5511,5616,5726,5822,5930,5988,6048,6128,6211,6287,6364" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3105,3182,3259,3339,3447,4267,4361,4493,4574,4637,4703,4796,4864,4927,5030,5090,5156,5212,5283,5343,5397,5509,5566,5627,5681,5757,5882,5969,6046,6139,6223,6306,6445,6527,6610,6741,6829,6907,6961,7017,7083,7157,7235,7306,7388,7464,7540,7615,7687,7794,7884,7957,8049,8145,8217,8293,8389,8442,8524,8591,8678,8765,8827,8891,8954,9023,9128,9238,9334,9442,9500,9560,9727,9810,9886", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,76,76,79,107,93,93,131,80,62,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,76,92,83,82,138,81,82,130,87,77,53,55,65,73,77,70,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "369,3177,3254,3334,3442,3536,4356,4488,4569,4632,4698,4791,4859,4922,5025,5085,5151,5207,5278,5338,5392,5504,5561,5622,5676,5752,5877,5964,6041,6134,6218,6301,6440,6522,6605,6736,6824,6902,6956,7012,7078,7152,7230,7301,7383,7459,7535,7610,7682,7789,7879,7952,8044,8140,8212,8288,8384,8437,8519,8586,8673,8760,8822,8886,8949,9018,9123,9233,9329,9437,9495,9555,9635,9805,9881,9958" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,9640", + "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": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,9722" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1184,1251,1342,1408,1471,1559,1621,1688,1746,1817,1876,1930,2044,2104,2167,2221,2294,2413,2499,2575,2666,2747,2830,2969,3054,3141,3274,3362,3440,3497,3548,3614,3686,3762,3833,3916,3989,4066,4148,4222,4331,4421,4500,4591,4687,4761,4842,4937,4991,5073,5139,5226,5312,5374,5438,5501,5574,5681,5791,5889,5995,6056,6111,6193,6278,6354", + "endLines": "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", + "endColumns": "12,77,77,87,107,90,95,115,82,71,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,75,90,80,82,138,84,86,132,87,77,56,50,65,71,75,70,82,72,76,81,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81,84,75,76", + "endOffsets": "369,447,525,613,721,812,908,1024,1107,1179,1246,1337,1403,1466,1554,1616,1683,1741,1812,1871,1925,2039,2099,2162,2216,2289,2408,2494,2570,2661,2742,2825,2964,3049,3136,3269,3357,3435,3492,3543,3609,3681,3757,3828,3911,3984,4061,4143,4217,4326,4416,4495,4586,4682,4756,4837,4932,4986,5068,5134,5221,5307,5369,5433,5496,5569,5676,5786,5884,5990,6051,6106,6188,6273,6349,6426" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3153,3231,3309,3397,3505,4323,4419,4535,4618,4690,4757,4848,4914,4977,5065,5127,5194,5252,5323,5382,5436,5550,5610,5673,5727,5800,5919,6005,6081,6172,6253,6336,6475,6560,6647,6780,6868,6946,7003,7054,7120,7192,7268,7339,7422,7495,7572,7654,7728,7837,7927,8006,8097,8193,8267,8348,8443,8497,8579,8645,8732,8818,8880,8944,9007,9080,9187,9297,9395,9501,9562,9617,9781,9866,9942", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,77,77,87,107,90,95,115,82,71,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,75,90,80,82,138,84,86,132,87,77,56,50,65,71,75,70,82,72,76,81,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81,84,75,76", + "endOffsets": "419,3226,3304,3392,3500,3591,4414,4530,4613,4685,4752,4843,4909,4972,5060,5122,5189,5247,5318,5377,5431,5545,5605,5668,5722,5795,5914,6000,6076,6167,6248,6331,6470,6555,6642,6775,6863,6941,6998,7049,7115,7187,7263,7334,7417,7490,7567,7649,7723,7832,7922,8001,8092,8188,8262,8343,8438,8492,8574,8640,8727,8813,8875,8939,9002,9075,9182,9292,9390,9496,9557,9612,9694,9861,9937,10014" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,358,459,564,669,782", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "150,252,353,454,559,664,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3596,3696,3798,3899,4000,4105,4210,10019", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "3691,3793,3894,3995,4100,4205,4318,10115" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,816,898,989,1082,1177,1271,1371,1464,1559,1654,1745,1836,1935,2041,2147,2245,2352,2459,2564,2734,2834", + "endColumns": "108,101,107,85,104,117,82,81,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,811,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829,2911" + }, + "to": { + "startLines": "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,114", + "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": "424,533,635,743,829,934,1052,1135,1217,1308,1401,1496,1590,1690,1783,1878,1973,2064,2155,2254,2360,2466,2564,2671,2778,2883,3053,9699", + "endColumns": "108,101,107,85,104,117,82,81,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "528,630,738,824,929,1047,1130,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,3148,9776" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-km_values-km.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-km/values-km.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,347,423,503,582,661,761,873,953,1019,1084,1178,1248,1310,1397,1460,1525,1584,1649,1710,1767,1886,1944,2005,2062,2133,2263,2349,2425,2510,2592,2670,2808,2883,2954,3104,3201,3279,3334,3390,3456,3536,3626,3697,3782,3861,3938,4008,4083,4195,4283,4356,4456,4555,4629,4705,4812,4866,4956,5029,5120,5216,5278,5342,5405,5476,5575,5673,5765,5861,5919,5979,6062,6144,6222", + "endLines": "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", + "endColumns": "12,77,75,79,78,78,99,111,79,65,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,75,84,81,77,137,74,70,149,96,77,54,55,65,79,89,70,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82,81,77,75", + "endOffsets": "264,342,418,498,577,656,756,868,948,1014,1079,1173,1243,1305,1392,1455,1520,1579,1644,1705,1762,1881,1939,2000,2057,2128,2258,2344,2420,2505,2587,2665,2803,2878,2949,3099,3196,3274,3329,3385,3451,3531,3621,3692,3777,3856,3933,4003,4078,4190,4278,4351,4451,4550,4624,4700,4807,4861,4951,5024,5115,5211,5273,5337,5400,5471,5570,5668,5760,5856,5914,5974,6057,6139,6217,6293" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3085,3161,3241,3320,4120,4220,4332,4412,4478,4543,4637,4707,4769,4856,4919,4984,5043,5108,5169,5226,5345,5403,5464,5521,5592,5722,5808,5884,5969,6051,6129,6267,6342,6413,6563,6660,6738,6793,6849,6915,6995,7085,7156,7241,7320,7397,7467,7542,7654,7742,7815,7915,8014,8088,8164,8271,8325,8415,8488,8579,8675,8737,8801,8864,8935,9034,9132,9224,9320,9378,9438,9605,9687,9765", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,79,78,78,99,111,79,65,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,75,84,81,77,137,74,70,149,96,77,54,55,65,79,89,70,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82,81,77,75", + "endOffsets": "314,3080,3156,3236,3315,3394,4215,4327,4407,4473,4538,4632,4702,4764,4851,4914,4979,5038,5103,5164,5221,5340,5398,5459,5516,5587,5717,5803,5879,5964,6046,6124,6262,6337,6408,6558,6655,6733,6788,6844,6910,6990,7080,7151,7236,7315,7392,7462,7537,7649,7737,7810,7910,8009,8083,8159,8266,8320,8410,8483,8574,8670,8732,8796,8859,8930,9029,9127,9219,9315,9373,9433,9516,9682,9760,9836" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,9521", + "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": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,9600" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-km/values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,253,351,451,552,664,776", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "145,248,346,446,547,659,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3399,3494,3597,3695,3795,3896,4008,9841", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "3489,3592,3690,3790,3891,4003,4115,9937" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1060,1123,1214,1281,1340,1430,1493,1558,1622,1691,1753,1807,1922,1980,2041,2095,2168,2295,2381,2463,2562,2647,2731,2864,2939,3015,3148,3234,3315,3369,3421,3487,3560,3640,3711,3791,3862,3938,4017,4086,4193,4289,4367,4462,4558,4632,4707,4806,4857,4939,5006,5093,5183,5245,5309,5372,5439,5541,5646,5743,5845,5903,5959,6037,6123,6198", + "endLines": "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", + "endColumns": "12,73,71,81,105,97,98,119,83,56,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,81,98,84,83,132,74,75,132,85,80,53,51,65,72,79,70,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77,85,74,72", + "endOffsets": "263,337,409,491,597,695,794,914,998,1055,1118,1209,1276,1335,1425,1488,1553,1617,1686,1748,1802,1917,1975,2036,2090,2163,2290,2376,2458,2557,2642,2726,2859,2934,3010,3143,3229,3310,3364,3416,3482,3555,3635,3706,3786,3857,3933,4012,4081,4188,4284,4362,4457,4553,4627,4702,4801,4852,4934,5001,5088,5178,5240,5304,5367,5434,5536,5641,5738,5840,5898,5954,6032,6118,6193,6266" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3001,3075,3147,3229,3335,4151,4250,4370,4454,4511,4574,4665,4732,4791,4881,4944,5009,5073,5142,5204,5258,5373,5431,5492,5546,5619,5746,5832,5914,6013,6098,6182,6315,6390,6466,6599,6685,6766,6820,6872,6938,7011,7091,7162,7242,7313,7389,7468,7537,7644,7740,7818,7913,8009,8083,8158,8257,8308,8390,8457,8544,8634,8696,8760,8823,8890,8992,9097,9194,9296,9354,9410,9569,9655,9730", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,73,71,81,105,97,98,119,83,56,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,81,98,84,83,132,74,75,132,85,80,53,51,65,72,79,70,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77,85,74,72", + "endOffsets": "313,3070,3142,3224,3330,3428,4245,4365,4449,4506,4569,4660,4727,4786,4876,4939,5004,5068,5137,5199,5253,5368,5426,5487,5541,5614,5741,5827,5909,6008,6093,6177,6310,6385,6461,6594,6680,6761,6815,6867,6933,7006,7086,7157,7237,7308,7384,7463,7532,7639,7735,7813,7908,8004,8078,8153,8252,8303,8385,8452,8539,8629,8691,8755,8818,8885,8987,9092,9189,9291,9349,9405,9483,9650,9725,9798" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,9488", + "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": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,9564" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,252,349,451,553,651,773", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "144,247,344,446,548,646,768,869" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3433,3527,3630,3727,3829,3931,4029,9803", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "3522,3625,3722,3824,3926,4024,4146,9899" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-small-v4_values-small-v4.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1099,1177,1273,1352,1415,1510,1574,1643,1706,1780,1844,1900,2021,2079,2141,2197,2274,2413,2501,2578,2674,2758,2838,2978,3058,3138,3287,3377,3458,3514,3570,3636,3715,3796,3867,3955,4034,4111,4193,4282,4383,4467,4559,4652,4753,4827,4919,5021,5073,5157,5223,5315,5403,5465,5529,5592,5662,5773,5878,5984,6083,6143,6203,6288,6371,6450", + "endLines": "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", + "endColumns": "12,80,79,84,101,95,104,132,79,61,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,76,95,83,79,139,79,79,148,89,80,55,55,65,78,80,70,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84,82,78,77", + "endOffsets": "270,351,431,516,618,714,819,952,1032,1094,1172,1268,1347,1410,1505,1569,1638,1701,1775,1839,1895,2016,2074,2136,2192,2269,2408,2496,2573,2669,2753,2833,2973,3053,3133,3282,3372,3453,3509,3565,3631,3710,3791,3862,3950,4029,4106,4188,4277,4378,4462,4554,4647,4748,4822,4914,5016,5068,5152,5218,5310,5398,5460,5524,5587,5657,5768,5873,5979,6078,6138,6198,6283,6366,6445,6523" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3075,3156,3236,3321,3423,4247,4352,4485,4565,4627,4705,4801,4880,4943,5038,5102,5171,5234,5308,5372,5428,5549,5607,5669,5725,5802,5941,6029,6106,6202,6286,6366,6506,6586,6666,6815,6905,6986,7042,7098,7164,7243,7324,7395,7483,7562,7639,7721,7810,7911,7995,8087,8180,8281,8355,8447,8549,8601,8685,8751,8843,8931,8993,9057,9120,9190,9301,9406,9512,9611,9671,9731,9899,9982,10061", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,84,101,95,104,132,79,61,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,76,95,83,79,139,79,79,148,89,80,55,55,65,78,80,70,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84,82,78,77", + "endOffsets": "320,3151,3231,3316,3418,3514,4347,4480,4560,4622,4700,4796,4875,4938,5033,5097,5166,5229,5303,5367,5423,5544,5602,5664,5720,5797,5936,6024,6101,6197,6281,6361,6501,6581,6661,6810,6900,6981,7037,7093,7159,7238,7319,7390,7478,7557,7634,7716,7805,7906,7990,8082,8175,8276,8350,8442,8544,8596,8680,8746,8838,8926,8988,9052,9115,9185,9296,9401,9507,9606,9666,9726,9811,9977,10056,10134" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855", + "endColumns": "103,103,107,84,100,127,85,80,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,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933" + }, + "to": { + "startLines": "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,112", + "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": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,9816", + "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,9894" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,783", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "149,251,351,449,556,662,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3519,3618,3720,3820,3918,4025,4131,10139", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "3613,3715,3815,3913,4020,4126,4242,10235" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,263,340,419,500,599,688,796,908,991,1047,1111,1203,1272,1331,1416,1479,1541,1599,1663,1724,1778,1892,1950,2010,2064,2134,2261,2342,2432,2531,2628,2707,2842,2918,2995,3124,3208,3290,3345,3400,3466,3535,3612,3683,3762,3830,3906,3976,4041,4143,4238,4311,4405,4498,4572,4641,4735,4791,4874,4941,5025,5113,5175,5239,5302,5369,5466,5572,5663,5765,5824,5883,5960,6045,6121", + "endLines": "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", + "endColumns": "12,76,78,80,98,88,107,111,82,55,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,89,98,96,78,134,75,76,128,83,81,54,54,65,68,76,70,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76,84,75,72", + "endOffsets": "258,335,414,495,594,683,791,903,986,1042,1106,1198,1267,1326,1411,1474,1536,1594,1658,1719,1773,1887,1945,2005,2059,2129,2256,2337,2427,2526,2623,2702,2837,2913,2990,3119,3203,3285,3340,3395,3461,3530,3607,3678,3757,3825,3901,3971,4036,4138,4233,4306,4400,4493,4567,4636,4730,4786,4869,4936,5020,5108,5170,5234,5297,5364,5461,5567,5658,5760,5819,5878,5955,6040,6116,6189" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2975,3052,3131,3212,3311,4133,4241,4353,4436,4492,4556,4648,4717,4776,4861,4924,4986,5044,5108,5169,5223,5337,5395,5455,5509,5579,5706,5787,5877,5976,6073,6152,6287,6363,6440,6569,6653,6735,6790,6845,6911,6980,7057,7128,7207,7275,7351,7421,7486,7588,7683,7756,7850,7943,8017,8086,8180,8236,8319,8386,8470,8558,8620,8684,8747,8814,8911,9017,9108,9210,9269,9328,9485,9570,9646", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,76,78,80,98,88,107,111,82,55,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,89,98,96,78,134,75,76,128,83,81,54,54,65,68,76,70,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76,84,75,72", + "endOffsets": "308,3047,3126,3207,3306,3395,4236,4348,4431,4487,4551,4643,4712,4771,4856,4919,4981,5039,5103,5164,5218,5332,5390,5450,5504,5574,5701,5782,5872,5971,6068,6147,6282,6358,6435,6564,6648,6730,6785,6840,6906,6975,7052,7123,7202,7270,7346,7416,7481,7583,7678,7751,7845,7938,8012,8081,8175,8231,8314,8381,8465,8553,8615,8679,8742,8809,8906,9012,9103,9205,9264,9323,9400,9565,9641,9714" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,9405", + "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": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,9480" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,358,459,561,659,788", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "148,250,353,454,556,654,783,884" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3400,3498,3600,3703,3804,3906,4004,9719", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "3493,3595,3698,3799,3901,3999,4128,9815" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-ldltr-v21/values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-af_values-af.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-af/values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,451,558,667,787", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "148,250,348,446,553,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3418,3516,3618,3716,3814,3921,4030,9705", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "3511,3613,3711,3809,3916,4025,4145,9801" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-af/values-af.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,274,355,435,513,608,696,796,910,991,1051,1115,1203,1269,1332,1418,1480,1541,1599,1665,1728,1783,1901,1958,2020,2075,2144,2263,2351,2426,2519,2604,2687,2826,2909,2990,3118,3205,3282,3340,3391,3457,3526,3602,3673,3749,3823,3902,3975,4046,4149,4236,4307,4396,4486,4558,4633,4720,4771,4850,4917,4998,5082,5144,5208,5271,5341,5445,5548,5644,5744,5806,5861,5938,6021,6097", + "endLines": "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", + "endColumns": "12,80,79,77,94,87,99,113,80,59,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,74,92,84,82,138,82,80,127,86,76,57,50,65,68,75,70,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76,82,75,72", + "endOffsets": "269,350,430,508,603,691,791,905,986,1046,1110,1198,1264,1327,1413,1475,1536,1594,1660,1723,1778,1896,1953,2015,2070,2139,2258,2346,2421,2514,2599,2682,2821,2904,2985,3113,3200,3277,3335,3386,3452,3521,3597,3668,3744,3818,3897,3970,4041,4144,4231,4302,4391,4481,4553,4628,4715,4766,4845,4912,4993,5077,5139,5203,5266,5336,5440,5543,5639,5739,5801,5856,5933,6016,6092,6165" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2996,3077,3157,3235,3330,4150,4250,4364,4445,4505,4569,4657,4723,4786,4872,4934,4995,5053,5119,5182,5237,5355,5412,5474,5529,5598,5717,5805,5880,5973,6058,6141,6280,6363,6444,6572,6659,6736,6794,6845,6911,6980,7056,7127,7203,7277,7356,7429,7500,7603,7690,7761,7850,7940,8012,8087,8174,8225,8304,8371,8452,8536,8598,8662,8725,8795,8899,9002,9098,9198,9260,9315,9473,9556,9632", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,77,94,87,99,113,80,59,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,74,92,84,82,138,82,80,127,86,76,57,50,65,68,75,70,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76,82,75,72", + "endOffsets": "319,3072,3152,3230,3325,3413,4245,4359,4440,4500,4564,4652,4718,4781,4867,4929,4990,5048,5114,5177,5232,5350,5407,5469,5524,5593,5712,5800,5875,5968,6053,6136,6275,6358,6439,6567,6654,6731,6789,6840,6906,6975,7051,7122,7198,7272,7351,7424,7495,7598,7685,7756,7845,7935,8007,8082,8169,8220,8299,8366,8447,8531,8593,8657,8720,8790,8894,8997,9093,9193,9255,9310,9387,9551,9627,9700" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,9392", + "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": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,9468" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-de_values-de.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-de/values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,455,563,668,786", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "148,250,350,450,558,663,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3496,3594,3696,3796,3896,4004,4109,9975", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "3589,3691,3791,3891,3999,4104,4222,10071" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-de/values-de.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1085,1151,1245,1315,1374,1482,1548,1617,1675,1747,1811,1865,1993,2053,2115,2169,2247,2384,2476,2554,2648,2734,2818,2963,3047,3133,3266,3356,3435,3492,3543,3609,3683,3765,3836,3911,3985,4063,4135,4209,4319,4411,4493,4582,4671,4745,4823,4909,4964,5043,5110,5190,5274,5336,5400,5463,5532,5639,5746,5845,5951,6012,6067,6149,6232,6309", + "endLines": "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", + "endColumns": "12,90,88,83,89,81,100,121,80,61,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,77,93,85,83,144,83,85,132,89,78,56,50,65,73,81,70,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81,82,76,75", + "endOffsets": "278,369,458,542,632,714,815,937,1018,1080,1146,1240,1310,1369,1477,1543,1612,1670,1742,1806,1860,1988,2048,2110,2164,2242,2379,2471,2549,2643,2729,2813,2958,3042,3128,3261,3351,3430,3487,3538,3604,3678,3760,3831,3906,3980,4058,4130,4204,4314,4406,4488,4577,4666,4740,4818,4904,4959,5038,5105,5185,5269,5331,5395,5458,5527,5634,5741,5840,5946,6007,6062,6144,6227,6304,6380" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3060,3151,3240,3324,3414,4227,4328,4450,4531,4593,4659,4753,4823,4882,4990,5056,5125,5183,5255,5319,5373,5501,5561,5623,5677,5755,5892,5984,6062,6156,6242,6326,6471,6555,6641,6774,6864,6943,7000,7051,7117,7191,7273,7344,7419,7493,7571,7643,7717,7827,7919,8001,8090,8179,8253,8331,8417,8472,8551,8618,8698,8782,8844,8908,8971,9040,9147,9254,9353,9459,9520,9575,9739,9822,9899", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,90,88,83,89,81,100,121,80,61,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,77,93,85,83,144,83,85,132,89,78,56,50,65,73,81,70,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81,82,76,75", + "endOffsets": "328,3146,3235,3319,3409,3491,4323,4445,4526,4588,4654,4748,4818,4877,4985,5051,5120,5178,5250,5314,5368,5496,5556,5618,5672,5750,5887,5979,6057,6151,6237,6321,6466,6550,6636,6769,6859,6938,6995,7046,7112,7186,7268,7339,7414,7488,7566,7638,7712,7822,7914,7996,8085,8174,8248,8326,8412,8467,8546,8613,8693,8777,8839,8903,8966,9035,9142,9249,9348,9454,9515,9570,9652,9817,9894,9970" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,9657", + "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": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,9734" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3481", + "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,3559" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-az_values-az.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-az/values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,258,361,465,566,671,782", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "151,253,356,460,561,666,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3440,3541,3643,3746,3850,3951,4056,9778", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "3536,3638,3741,3845,3946,4051,4162,9874" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-az/values-az.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,353,438,518,603,682,778,894,974,1035,1099,1193,1261,1320,1415,1478,1542,1601,1668,1731,1785,1900,1958,2020,2074,2145,2277,2361,2440,2532,2616,2696,2830,2906,2982,3111,3195,3274,3331,3382,3448,3518,3596,3667,3747,3817,3893,3971,4042,4140,4226,4309,4402,4495,4568,4640,4734,4788,4872,4939,5023,5111,5175,5240,5304,5374,5476,5580,5676,5777,5838,5893,5973,6060,6135", + "endLines": "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", + "endColumns": "12,87,84,79,84,78,95,115,79,60,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,78,91,83,79,133,75,75,128,83,78,56,50,65,69,77,70,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79,86,74,73", + "endOffsets": "260,348,433,513,598,677,773,889,969,1030,1094,1188,1256,1315,1410,1473,1537,1596,1663,1726,1780,1895,1953,2015,2069,2140,2272,2356,2435,2527,2611,2691,2825,2901,2977,3106,3190,3269,3326,3377,3443,3513,3591,3662,3742,3812,3888,3966,4037,4135,4221,4304,4397,4490,4563,4635,4729,4783,4867,4934,5018,5106,5170,5235,5299,5369,5471,5575,5671,5772,5833,5888,5968,6055,6130,6204" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3023,3111,3196,3276,3361,4167,4263,4379,4459,4520,4584,4678,4746,4805,4900,4963,5027,5086,5153,5216,5270,5385,5443,5505,5559,5630,5762,5846,5925,6017,6101,6181,6315,6391,6467,6596,6680,6759,6816,6867,6933,7003,7081,7152,7232,7302,7378,7456,7527,7625,7711,7794,7887,7980,8053,8125,8219,8273,8357,8424,8508,8596,8660,8725,8789,8859,8961,9065,9161,9262,9323,9378,9542,9629,9704", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,87,84,79,84,78,95,115,79,60,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,78,91,83,79,133,75,75,128,83,78,56,50,65,69,77,70,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79,86,74,73", + "endOffsets": "310,3106,3191,3271,3356,3435,4258,4374,4454,4515,4579,4673,4741,4800,4895,4958,5022,5081,5148,5211,5265,5380,5438,5500,5554,5625,5757,5841,5920,6012,6096,6176,6310,6386,6462,6591,6675,6754,6811,6862,6928,6998,7076,7147,7227,7297,7373,7451,7522,7620,7706,7789,7882,7975,8048,8120,8214,8268,8352,8419,8503,8591,8655,8720,8784,8854,8956,9060,9156,9257,9318,9373,9453,9624,9699,9773" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,9458", + "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": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,9537" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,9673", + "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": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,9751" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,564,667,786", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "148,251,351,454,559,662,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3569,3667,3770,3870,3973,4078,4181,9995", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "3662,3765,3865,3968,4073,4176,4295,10091" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1136,1203,1302,1370,1431,1519,1582,1648,1712,1783,1846,1900,2009,2068,2131,2185,2259,2384,2474,2552,2641,2724,2804,2949,3032,3114,3252,3343,3426,3478,3531,3597,3668,3748,3819,3899,3977,4055,4128,4203,4310,4397,4484,4575,4668,4740,4816,4908,4959,5041,5107,5191,5277,5339,5403,5466,5534,5641,5750,5846,5951,6007,6064,6147,6232,6309", + "endLines": "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", + "endColumns": "12,106,104,79,106,99,97,114,82,65,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,77,88,82,79,144,82,81,137,90,82,51,52,65,70,79,70,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82,84,76,76", + "endOffsets": "270,377,482,562,669,769,867,982,1065,1131,1198,1297,1365,1426,1514,1577,1643,1707,1778,1841,1895,2004,2063,2126,2180,2254,2379,2469,2547,2636,2719,2799,2944,3027,3109,3247,3338,3421,3473,3526,3592,3663,3743,3814,3894,3972,4050,4123,4198,4305,4392,4479,4570,4663,4735,4811,4903,4954,5036,5102,5186,5272,5334,5398,5461,5529,5636,5745,5841,5946,6002,6059,6142,6227,6304,6381" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3070,3177,3282,3362,3469,4300,4398,4513,4596,4662,4729,4828,4896,4957,5045,5108,5174,5238,5309,5372,5426,5535,5594,5657,5711,5785,5910,6000,6078,6167,6250,6330,6475,6558,6640,6778,6869,6952,7004,7057,7123,7194,7274,7345,7425,7503,7581,7654,7729,7836,7923,8010,8101,8194,8266,8342,8434,8485,8567,8633,8717,8803,8865,8929,8992,9060,9167,9276,9372,9477,9533,9590,9756,9841,9918", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,106,104,79,106,99,97,114,82,65,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,77,88,82,79,144,82,81,137,90,82,51,52,65,70,79,70,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82,84,76,76", + "endOffsets": "320,3172,3277,3357,3464,3564,4393,4508,4591,4657,4724,4823,4891,4952,5040,5103,5169,5233,5304,5367,5421,5530,5589,5652,5706,5780,5905,5995,6073,6162,6245,6325,6470,6553,6635,6773,6864,6947,6999,7052,7118,7189,7269,7340,7420,7498,7576,7649,7724,7831,7918,8005,8096,8189,8261,8337,8429,8480,8562,8628,8712,8798,8860,8924,8987,9055,9162,9271,9367,9472,9528,9585,9668,9836,9913,9990" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,8558", + "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": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,8632" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3203,3295,3394,3488,3582,3675,3768,8855", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3290,3389,3483,3577,3670,3763,3859,8951" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,247,311,373,440,510,587,681,788,861,912,974,1052,1112,1172,1250,1311,1369,1425,1485,1543,1597,1682,1738,1796,1850,1915,2007,2081,2153,2235,2309,2386,2506,2569,2632,2731,2808,2882,2932,2983,3049,3112,3180,3251,3322,3383,3454,3521,3583,3670,3749,3814,3897,3982,4056,4120,4196,4244,4317,4381,4457,4535,4597,4661,4724,4790,4870,4948,5024,5103,5157,5212,5281,5356,5429", + "endLines": "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", + "endColumns": "12,63,61,66,69,76,93,106,72,50,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,71,81,73,76,119,62,62,98,76,73,49,50,65,62,67,70,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68,74,72,69", + "endOffsets": "242,306,368,435,505,582,676,783,856,907,969,1047,1107,1167,1245,1306,1364,1420,1480,1538,1592,1677,1733,1791,1845,1910,2002,2076,2148,2230,2304,2381,2501,2564,2627,2726,2803,2877,2927,2978,3044,3107,3175,3246,3317,3378,3449,3516,3578,3665,3744,3809,3892,3977,4051,4115,4191,4239,4312,4376,4452,4530,4592,4656,4719,4785,4865,4943,5019,5098,5152,5207,5276,5351,5424,5494" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2863,2927,2989,3056,3126,3864,3958,4065,4138,4189,4251,4329,4389,4449,4527,4588,4646,4702,4762,4820,4874,4959,5015,5073,5127,5192,5284,5358,5430,5512,5586,5663,5783,5846,5909,6008,6085,6159,6209,6260,6326,6389,6457,6528,6599,6660,6731,6798,6860,6947,7026,7091,7174,7259,7333,7397,7473,7521,7594,7658,7734,7812,7874,7938,8001,8067,8147,8225,8301,8380,8434,8489,8637,8712,8785", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,63,61,66,69,76,93,106,72,50,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,71,81,73,76,119,62,62,98,76,73,49,50,65,62,67,70,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68,74,72,69", + "endOffsets": "292,2922,2984,3051,3121,3198,3953,4060,4133,4184,4246,4324,4384,4444,4522,4583,4641,4697,4757,4815,4869,4954,5010,5068,5122,5187,5279,5353,5425,5507,5581,5658,5778,5841,5904,6003,6080,6154,6204,6255,6321,6384,6452,6523,6594,6655,6726,6793,6855,6942,7021,7086,7169,7254,7328,7392,7468,7516,7589,7653,7729,7807,7869,7933,7996,8062,8142,8220,8296,8375,8429,8484,8553,8707,8780,8850" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3480", + "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,3558" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rCA/values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,657,773", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "146,248,347,446,550,652,768,869" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3364,3563", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3359,3475,3659" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1163,1227,1308,1372,1433,1544,1608,1676,1730,1799,1861,1915,2026,2087,2149,2203,2275,2404,2493,2572,2667,2752,2834,2983,3065,3148,3285,3372,3449,3503,3554,3620,3691,3767,3838,3921,3998,4076,4154,4230,4338,4428,4501,4596,4693,4765,4839,4939,4991,5076,5142,5230,5320,5382,5446,5509,5580,5687,5799,5898,6005,6063,6118,6194,6278,6355", + "endLines": "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", + "endColumns": "12,74,74,78,103,94,84,116,81,64,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,78,94,84,81,148,81,82,136,86,76,53,50,65,70,75,70,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75,83,76,77", + "endOffsets": "381,456,531,610,714,809,894,1011,1093,1158,1222,1303,1367,1428,1539,1603,1671,1725,1794,1856,1910,2021,2082,2144,2198,2270,2399,2488,2567,2662,2747,2829,2978,3060,3143,3280,3367,3444,3498,3549,3615,3686,3762,3833,3916,3993,4071,4149,4225,4333,4423,4496,4591,4688,4760,4834,4934,4986,5071,5137,5225,5315,5377,5441,5504,5575,5682,5794,5893,6000,6058,6113,6189,6273,6350,6428" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3148,3223,3298,3377,3481,4313,4398,4515,4597,4662,4726,4807,4871,4932,5043,5107,5175,5229,5298,5360,5414,5525,5586,5648,5702,5774,5903,5992,6071,6166,6251,6333,6482,6564,6647,6784,6871,6948,7002,7053,7119,7190,7266,7337,7420,7497,7575,7653,7729,7837,7927,8000,8095,8192,8264,8338,8438,8490,8575,8641,8729,8819,8881,8945,9008,9079,9186,9298,9397,9504,9562,9617,9776,9860,9937", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,74,74,78,103,94,84,116,81,64,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,78,94,84,81,148,81,82,136,86,76,53,50,65,70,75,70,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75,83,76,77", + "endOffsets": "431,3218,3293,3372,3476,3571,4393,4510,4592,4657,4721,4802,4866,4927,5038,5102,5170,5224,5293,5355,5409,5520,5581,5643,5697,5769,5898,5987,6066,6161,6246,6328,6477,6559,6642,6779,6866,6943,6997,7048,7114,7185,7261,7332,7415,7492,7570,7648,7724,7832,7922,7995,8090,8187,8259,8333,8433,8485,8570,8636,8724,8814,8876,8940,9003,9074,9181,9293,9392,9499,9557,9612,9688,9855,9932,10010" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,9693", + "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": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,9771" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,451,565,670,792", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "147,249,347,446,560,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3576,3673,3775,3873,3972,4086,4191,10015", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "3668,3770,3868,3967,4081,4186,4308,10111" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,552,650,761", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "146,249,348,446,547,645,756,857" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3477,3580,3679,3777,3878,3976,9682", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "3472,3575,3674,3772,3873,3971,4082,9778" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,343,414,495,581,664,779,898,981,1048,1114,1203,1272,1331,1426,1492,1557,1615,1680,1741,1801,1907,1968,2028,2086,2157,2276,2362,2439,2529,2614,2696,2839,2914,2990,3121,3211,3289,3344,3399,3465,3534,3608,3679,3758,3831,3908,3977,4047,4144,4229,4304,4397,4490,4564,4633,4727,4779,4862,4929,5013,5097,5159,5223,5286,5356,5455,5553,5648,5742,5801,5860,5939,6024,6101", + "endLines": "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", + "endColumns": "12,73,70,80,85,82,114,118,82,66,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,76,89,84,81,142,74,75,130,89,77,54,54,65,68,73,70,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78,84,76,75", + "endOffsets": "264,338,409,490,576,659,774,893,976,1043,1109,1198,1267,1326,1421,1487,1552,1610,1675,1736,1796,1902,1963,2023,2081,2152,2271,2357,2434,2524,2609,2691,2834,2909,2985,3116,3206,3284,3339,3394,3460,3529,3603,3674,3753,3826,3903,3972,4042,4139,4224,4299,4392,4485,4559,4628,4722,4774,4857,4924,5008,5092,5154,5218,5281,5351,5450,5548,5643,5737,5796,5855,5934,6019,6096,6172" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2986,3060,3131,3212,3298,4087,4202,4321,4404,4471,4537,4626,4695,4754,4849,4915,4980,5038,5103,5164,5224,5330,5391,5451,5509,5580,5699,5785,5862,5952,6037,6119,6262,6337,6413,6544,6634,6712,6767,6822,6888,6957,7031,7102,7181,7254,7331,7400,7470,7567,7652,7727,7820,7913,7987,8056,8150,8202,8285,8352,8436,8520,8582,8646,8709,8779,8878,8976,9071,9165,9224,9283,9444,9529,9606", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,73,70,80,85,82,114,118,82,66,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,76,89,84,81,142,74,75,130,89,77,54,54,65,68,73,70,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78,84,76,75", + "endOffsets": "314,3055,3126,3207,3293,3376,4197,4316,4399,4466,4532,4621,4690,4749,4844,4910,4975,5033,5098,5159,5219,5325,5386,5446,5504,5575,5694,5780,5857,5947,6032,6114,6257,6332,6408,6539,6629,6707,6762,6817,6883,6952,7026,7097,7176,7249,7326,7395,7465,7562,7647,7722,7815,7908,7982,8051,8145,8197,8280,8347,8431,8515,8577,8641,8704,8774,8873,8971,9066,9160,9219,9278,9357,9524,9601,9677" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,9362", + "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": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,9439" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-or_values-or.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,216,326,433,519,623,743,822,903,994,1087,1188,1283,1383,1476,1571,1667,1758,1848,1937,2047,2151,2257,2368,2470,2588,2751,2857", + "endColumns": "110,109,106,85,103,119,78,80,90,92,100,94,99,92,94,95,90,89,88,109,103,105,110,101,117,162,105,89", + "endOffsets": "211,321,428,514,618,738,817,898,989,1082,1183,1278,1378,1471,1566,1662,1753,1843,1932,2042,2146,2252,2363,2465,2583,2746,2852,2942" + }, + "to": { + "startLines": "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,112", + "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": "322,433,543,650,736,840,960,1039,1120,1211,1304,1405,1500,1600,1693,1788,1884,1975,2065,2154,2264,2368,2474,2585,2687,2805,2968,9419", + "endColumns": "110,109,106,85,103,119,78,80,90,92,100,94,99,92,94,95,90,89,88,109,103,105,110,101,117,162,105,89", + "endOffsets": "428,538,645,731,835,955,1034,1115,1206,1299,1400,1495,1595,1688,1783,1879,1970,2060,2149,2259,2363,2469,2580,2682,2800,2963,3069,9504" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-or/values-or.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,773,878,957,1017,1082,1171,1236,1295,1381,1445,1509,1572,1645,1709,1763,1875,1933,1995,2049,2121,2243,2330,2406,2498,2580,2666,2806,2883,2964,3091,3182,3259,3313,3364,3430,3500,3577,3648,3723,3794,3871,3940,4009,4116,4207,4279,4368,4457,4531,4603,4689,4739,4818,4884,4964,5048,5110,5174,5237,5306,5406,5501,5593,5685,5743,5798,5882,5963,6038", + "endLines": "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", + "endColumns": "12,81,77,76,85,83,93,104,78,59,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,75,91,81,85,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83,80,74,74", + "endOffsets": "267,349,427,504,590,674,768,873,952,1012,1077,1166,1231,1290,1376,1440,1504,1567,1640,1704,1758,1870,1928,1990,2044,2116,2238,2325,2401,2493,2575,2661,2801,2878,2959,3086,3177,3254,3308,3359,3425,3495,3572,3643,3718,3789,3866,3935,4004,4111,4202,4274,4363,4452,4526,4598,4684,4734,4813,4879,4959,5043,5105,5169,5232,5301,5401,5496,5588,5680,5738,5793,5877,5958,6033,6108" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3074,3156,3234,3311,3397,4216,4310,4415,4494,4554,4619,4708,4773,4832,4918,4982,5046,5109,5182,5246,5300,5412,5470,5532,5586,5658,5780,5867,5943,6035,6117,6203,6343,6420,6501,6628,6719,6796,6850,6901,6967,7037,7114,7185,7260,7331,7408,7477,7546,7653,7744,7816,7905,7994,8068,8140,8226,8276,8355,8421,8501,8585,8647,8711,8774,8843,8943,9038,9130,9222,9280,9335,9509,9590,9665", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,77,76,85,83,93,104,78,59,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,75,91,81,85,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83,80,74,74", + "endOffsets": "317,3151,3229,3306,3392,3476,4305,4410,4489,4549,4614,4703,4768,4827,4913,4977,5041,5104,5177,5241,5295,5407,5465,5527,5581,5653,5775,5862,5938,6030,6112,6198,6338,6415,6496,6623,6714,6791,6845,6896,6962,7032,7109,7180,7255,7326,7403,7472,7541,7648,7739,7811,7900,7989,8063,8135,8221,8271,8350,8416,8496,8580,8642,8706,8769,8838,8938,9033,9125,9217,9275,9330,9414,9585,9660,9735" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-or/values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,260,363,468,569,671,790", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "153,255,358,463,564,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3481,3584,3686,3789,3894,3995,4097,9740", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "3579,3681,3784,3889,3990,4092,4211,9836" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,9747", + "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": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,9824" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,457,562,665,782", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "148,250,351,452,557,660,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3577,3675,3777,3878,3979,4084,4187,10078", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "3670,3772,3873,3974,4079,4182,4299,10174" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1211,1277,1376,1453,1516,1634,1695,1760,1817,1887,1948,2002,2118,2175,2237,2291,2365,2493,2581,2668,2771,2863,2949,3086,3170,3255,3389,3480,3556,3610,3661,3727,3799,3877,3948,4030,4110,4186,4263,4340,4447,4536,4609,4699,4794,4868,4949,5042,5097,5178,5244,5330,5415,5477,5541,5604,5676,5774,5873,5968,6060,6118,6173,6253,6347,6423", + "endLines": "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", + "endColumns": "12,77,77,83,97,90,96,136,91,74,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,86,102,91,85,136,83,84,133,90,75,53,50,65,71,77,70,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79,93,75,78", + "endOffsets": "376,454,532,616,714,805,902,1039,1131,1206,1272,1371,1448,1511,1629,1690,1755,1812,1882,1943,1997,2113,2170,2232,2286,2360,2488,2576,2663,2766,2858,2944,3081,3165,3250,3384,3475,3551,3605,3656,3722,3794,3872,3943,4025,4105,4181,4258,4335,4442,4531,4604,4694,4789,4863,4944,5037,5092,5173,5239,5325,5410,5472,5536,5599,5671,5769,5868,5963,6055,6113,6168,6248,6342,6418,6497" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3148,3226,3304,3388,3486,4304,4401,4538,4630,4705,4771,4870,4947,5010,5128,5189,5254,5311,5381,5442,5496,5612,5669,5731,5785,5859,5987,6075,6162,6265,6357,6443,6580,6664,6749,6883,6974,7050,7104,7155,7221,7293,7371,7442,7524,7604,7680,7757,7834,7941,8030,8103,8193,8288,8362,8443,8536,8591,8672,8738,8824,8909,8971,9035,9098,9170,9268,9367,9462,9554,9612,9667,9829,9923,9999", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,77,77,83,97,90,96,136,91,74,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,86,102,91,85,136,83,84,133,90,75,53,50,65,71,77,70,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79,93,75,78", + "endOffsets": "426,3221,3299,3383,3481,3572,4396,4533,4625,4700,4766,4865,4942,5005,5123,5184,5249,5306,5376,5437,5491,5607,5664,5726,5780,5854,5982,6070,6157,6260,6352,6438,6575,6659,6744,6878,6969,7045,7099,7150,7216,7288,7366,7437,7519,7599,7675,7752,7829,7936,8025,8098,8188,8283,8357,8438,8531,8586,8667,8733,8819,8904,8966,9030,9093,9165,9263,9362,9457,9549,9607,9662,9742,9918,9994,10073" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,8686", + "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": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,8760" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,437,530,623,724", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "142,242,336,432,525,618,719,820" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3252,3344,3444,3538,3634,3727,3820,8987", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "3339,3439,3533,3629,3722,3815,3916,9083" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,253,320,384,453,534,616,701,805,881,934,997,1081,1145,1203,1284,1345,1409,1464,1523,1580,1634,1727,1783,1840,1894,1960,2060,2136,2207,2286,2359,2440,2562,2624,2686,2787,2866,2941,2994,3045,3111,3181,3251,3322,3392,3456,3527,3595,3658,3749,3828,3891,3971,4053,4125,4196,4268,4316,4388,4452,4527,4604,4666,4730,4793,4860,4946,5032,5113,5196,5253,5308,5381,5459,5532", + "endLines": "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", + "endColumns": "12,66,63,68,80,81,84,103,75,52,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,70,78,72,80,121,61,61,100,78,74,52,50,65,69,69,70,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72,77,72,70", + "endOffsets": "248,315,379,448,529,611,696,800,876,929,992,1076,1140,1198,1279,1340,1404,1459,1518,1575,1629,1722,1778,1835,1889,1955,2055,2131,2202,2281,2354,2435,2557,2619,2681,2782,2861,2936,2989,3040,3106,3176,3246,3317,3387,3451,3522,3590,3653,3744,3823,3886,3966,4048,4120,4191,4263,4311,4383,4447,4522,4599,4661,4725,4788,4855,4941,5027,5108,5191,5248,5303,5376,5454,5527,5598" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2889,2956,3020,3089,3170,3921,4006,4110,4186,4239,4302,4386,4450,4508,4589,4650,4714,4769,4828,4885,4939,5032,5088,5145,5199,5265,5365,5441,5512,5591,5664,5745,5867,5929,5991,6092,6171,6246,6299,6350,6416,6486,6556,6627,6697,6761,6832,6900,6963,7054,7133,7196,7276,7358,7430,7501,7573,7621,7693,7757,7832,7909,7971,8035,8098,8165,8251,8337,8418,8501,8558,8613,8765,8843,8916", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,66,63,68,80,81,84,103,75,52,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,70,78,72,80,121,61,61,100,78,74,52,50,65,69,69,70,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72,77,72,70", + "endOffsets": "298,2951,3015,3084,3165,3247,4001,4105,4181,4234,4297,4381,4445,4503,4584,4645,4709,4764,4823,4880,4934,5027,5083,5140,5194,5260,5360,5436,5507,5586,5659,5740,5862,5924,5986,6087,6166,6241,6294,6345,6411,6481,6551,6622,6692,6756,6827,6895,6958,7049,7128,7191,7271,7353,7425,7496,7568,7616,7688,7752,7827,7904,7966,8030,8093,8160,8246,8332,8413,8496,8553,8608,8681,8838,8911,8982" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,358,461,562,664,784", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "149,251,353,456,557,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3518,3617,3719,3821,3924,4025,4127,9911", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "3612,3714,3816,3919,4020,4122,4242,10007" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1101,1167,1258,1324,1385,1475,1539,1606,1667,1736,1798,1852,1959,2018,2079,2133,2207,2327,2412,2502,2608,2698,2782,2917,2988,3058,3190,3277,3360,3418,3474,3540,3613,3693,3764,3846,3915,3991,4071,4140,4249,4344,4427,4517,4612,4686,4760,4853,4907,4992,5059,5145,5230,5292,5356,5419,5485,5587,5686,5779,5878,5940,6000,6080,6163,6242", + "endLines": "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", + "endColumns": "12,97,92,82,100,91,103,116,80,60,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,89,105,89,83,134,70,69,131,86,82,57,55,65,72,79,70,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79,82,78,72", + "endOffsets": "266,364,457,540,641,733,837,954,1035,1096,1162,1253,1319,1380,1470,1534,1601,1662,1731,1793,1847,1954,2013,2074,2128,2202,2322,2407,2497,2603,2693,2777,2912,2983,3053,3185,3272,3355,3413,3469,3535,3608,3688,3759,3841,3910,3986,4066,4135,4244,4339,4422,4512,4607,4681,4755,4848,4902,4987,5054,5140,5225,5287,5351,5414,5480,5582,5681,5774,5873,5935,5995,6075,6158,6237,6310" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3051,3149,3242,3325,3426,4247,4351,4468,4549,4610,4676,4767,4833,4894,4984,5048,5115,5176,5245,5307,5361,5468,5527,5588,5642,5716,5836,5921,6011,6117,6207,6291,6426,6497,6567,6699,6786,6869,6927,6983,7049,7122,7202,7273,7355,7424,7500,7580,7649,7758,7853,7936,8026,8121,8195,8269,8362,8416,8501,8568,8654,8739,8801,8865,8928,8994,9096,9195,9288,9387,9449,9509,9676,9759,9838", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,97,92,82,100,91,103,116,80,60,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,89,105,89,83,134,70,69,131,86,82,57,55,65,72,79,70,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79,82,78,72", + "endOffsets": "316,3144,3237,3320,3421,3513,4346,4463,4544,4605,4671,4762,4828,4889,4979,5043,5110,5171,5240,5302,5356,5463,5522,5583,5637,5711,5831,5916,6006,6112,6202,6286,6421,6492,6562,6694,6781,6864,6922,6978,7044,7117,7197,7268,7350,7419,7495,7575,7644,7753,7848,7931,8021,8116,8190,8264,8357,8411,8496,8563,8649,8734,8796,8860,8923,8989,9091,9190,9283,9382,9444,9504,9584,9754,9833,9906" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,9589", + "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": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,9671" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-land_values-land.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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,21,22,26,35,40", + "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", + "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727" + }, + "to": { + "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43", + "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", + "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-el_values-el.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-el/values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,567,673,790", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "148,251,351,454,562,668,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3641,3744,3844,3947,4055,4161,10144", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "3636,3739,3839,3942,4050,4156,4273,10240" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-el/values-el.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1080,1146,1246,1328,1391,1482,1545,1610,1672,1741,1803,1857,1995,2052,2113,2167,2240,2393,2478,2557,2653,2737,2821,2960,3041,3126,3267,3357,3443,3498,3549,3615,3693,3778,3849,3932,4004,4084,4164,4235,4342,4434,4506,4603,4700,4774,4848,4950,5006,5093,5165,5253,5345,5407,5471,5534,5604,5720,5829,5938,6043,6102,6157,6248,6336,6411", + "endLines": "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", + "endColumns": "12,87,85,84,95,86,101,116,85,62,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,78,95,83,83,138,80,84,140,89,85,54,50,65,77,84,70,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90,87,74,80", + "endOffsets": "265,353,439,524,620,707,809,926,1012,1075,1141,1241,1323,1386,1477,1540,1605,1667,1736,1798,1852,1990,2047,2108,2162,2235,2388,2473,2552,2648,2732,2816,2955,3036,3121,3262,3352,3438,3493,3544,3610,3688,3773,3844,3927,3999,4079,4159,4230,4337,4429,4501,4598,4695,4769,4843,4945,5001,5088,5160,5248,5340,5402,5466,5529,5599,5715,5824,5933,6038,6097,6152,6243,6331,6406,6487" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3101,3189,3275,3360,3456,4278,4380,4497,4583,4646,4712,4812,4894,4957,5048,5111,5176,5238,5307,5369,5423,5561,5618,5679,5733,5806,5959,6044,6123,6219,6303,6387,6526,6607,6692,6833,6923,7009,7064,7115,7181,7259,7344,7415,7498,7570,7650,7730,7801,7908,8000,8072,8169,8266,8340,8414,8516,8572,8659,8731,8819,8911,8973,9037,9100,9170,9286,9395,9504,9609,9668,9723,9900,9988,10063", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,87,85,84,95,86,101,116,85,62,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,78,95,83,83,138,80,84,140,89,85,54,50,65,77,84,70,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90,87,74,80", + "endOffsets": "315,3184,3270,3355,3451,3538,4375,4492,4578,4641,4707,4807,4889,4952,5043,5106,5171,5233,5302,5364,5418,5556,5613,5674,5728,5801,5954,6039,6118,6214,6298,6382,6521,6602,6687,6828,6918,7004,7059,7110,7176,7254,7339,7410,7493,7565,7645,7725,7796,7903,7995,8067,8164,8261,8335,8409,8511,8567,8654,8726,8814,8906,8968,9032,9095,9165,9281,9390,9499,9604,9663,9718,9809,9983,10058,10139" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,9814", + "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": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,9895" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-large-v4/values-large-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,169,285,407", + "endColumns": "113,115,121,133", + "endOffsets": "164,280,402,536" + }, + "to": { + "startLines": "11,12,13,14", + "startColumns": "4,4,4,4", + "startOffsets": "752,866,982,1104", + "endColumns": "113,115,121,133", + "endOffsets": "861,977,1099,1233" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "com.sarmadtechempire.animationexample.app-debug-31:/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,9791", + "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": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,9871" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1103,1168,1267,1335,1394,1483,1551,1618,1681,1756,1824,1878,1998,2056,2118,2172,2247,2389,2479,2557,2651,2734,2819,2964,3048,3131,3277,3373,3450,3508,3559,3625,3699,3777,3848,3934,4008,4087,4160,4232,4348,4452,4525,4624,4724,4798,4873,4980,5032,5121,5188,5279,5373,5435,5499,5562,5632,5751,5856,5965,6065,6127,6182,6267,6354,6432", + "endLines": "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", + "endColumns": "12,83,79,85,96,89,104,135,84,59,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,77,93,82,84,144,83,82,145,95,76,57,50,65,73,77,70,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84,86,77,74", + "endOffsets": "275,359,439,525,622,712,817,953,1038,1098,1163,1262,1330,1389,1478,1546,1613,1676,1751,1819,1873,1993,2051,2113,2167,2242,2384,2474,2552,2646,2729,2814,2959,3043,3126,3272,3368,3445,3503,3554,3620,3694,3772,3843,3929,4003,4082,4155,4227,4343,4447,4520,4619,4719,4793,4868,4975,5027,5116,5183,5274,5368,5430,5494,5557,5627,5746,5851,5960,6060,6122,6177,6262,6349,6427,6502" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3070,3154,3234,3320,3417,4241,4346,4482,4567,4627,4692,4791,4859,4918,5007,5075,5142,5205,5280,5348,5402,5522,5580,5642,5696,5771,5913,6003,6081,6175,6258,6343,6488,6572,6655,6801,6897,6974,7032,7083,7149,7223,7301,7372,7458,7532,7611,7684,7756,7872,7976,8049,8148,8248,8322,8397,8504,8556,8645,8712,8803,8897,8959,9023,9086,9156,9275,9380,9489,9589,9651,9706,9876,9963,10041", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,83,79,85,96,89,104,135,84,59,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,77,93,82,84,144,83,82,145,95,76,57,50,65,73,77,70,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84,86,77,74", + "endOffsets": "325,3149,3229,3315,3412,3502,4341,4477,4562,4622,4687,4786,4854,4913,5002,5070,5137,5200,5275,5343,5397,5517,5575,5637,5691,5766,5908,5998,6076,6170,6253,6338,6483,6567,6650,6796,6892,6969,7027,7078,7144,7218,7296,7367,7453,7527,7606,7679,7751,7867,7971,8044,8143,8243,8317,8392,8499,8551,8640,8707,8798,8892,8954,9018,9081,9151,9270,9375,9484,9584,9646,9701,9786,9958,10036,10111" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,355,452,559,667,789", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "147,249,350,447,554,662,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3507,3604,3706,3807,3904,4011,4119,10116", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "3599,3701,3802,3899,4006,4114,4236,10212" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-v34_values-v34.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v34/values-v34.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", + "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", + "startOffsets": "55,156,247,358,468,572,676,783,880,997,1098,1219,1324,1449,1550,1667,1770,1893,1988,2099,2194,2309,2408,2527,2622,2731,2846,2971,3102,3225,3354,3457,3568,3665,3782,3885,3978,4091,4201,4305,4409,4518,4617,4736,4839,4962,5069,5196,5299,5418,5523,5648,5745,5858,5955,6072,6173,6294,6391,6502,6619,6746,6879,7004,7135,7240,7353,7452,7571,7674,7793,7900,8023,8128,8249,8346,8451,8552,8661,8760,8867,8966,9085,9190,9315,9416,9537,9644", + "endColumns": "100,90,110,109,103,103,106,96,116,100,120,104,124,100,116,102,122,94,110,94,114,98,118,94,108,114,124,130,122,128,102,110,96,116,102,92,112,109,103,103,108,98,118,102,122,106,126,102,118,104,124,96,112,96,116,100,120,96,110,116,126,132,124,130,104,112,98,118,102,118,106,122,104,120,96,104,100,108,98,106,98,118,104,124,100,120,106,126", + "endOffsets": "151,242,353,463,567,671,778,875,992,1093,1214,1319,1444,1545,1662,1765,1888,1983,2094,2189,2304,2403,2522,2617,2726,2841,2966,3097,3220,3349,3452,3563,3660,3777,3880,3973,4086,4196,4300,4404,4513,4612,4731,4834,4957,5064,5191,5294,5413,5518,5643,5740,5853,5950,6067,6168,6289,6386,6497,6614,6741,6874,6999,7130,7235,7348,7447,7566,7669,7788,7895,8018,8123,8244,8341,8446,8547,8656,8755,8862,8961,9080,9185,9310,9411,9532,9639,9766" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-port_values-port.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-port/values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "com.sarmadtechempire.animationexample.app-debug-31:/values-b+es+419_values-b+es+419.arsc.flat", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-b+es+419/values-b+es+419.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1100,1165,1260,1330,1393,1486,1550,1622,1685,1759,1823,1879,1997,2055,2117,2173,2253,2387,2476,2552,2650,2731,2812,2953,3034,3114,3265,3355,3432,3488,3544,3610,3689,3771,3842,3931,4004,4081,4151,4228,4334,4423,4497,4591,4693,4765,4846,4950,5003,5088,5155,5248,5337,5399,5463,5526,5594,5705,5816,5918,6023,6083,6143,6226,6309,6385", + "endLines": "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", + "endColumns": "12,81,79,85,104,95,101,127,80,61,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,75,97,80,80,140,80,79,150,89,76,55,55,65,78,81,70,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82,82,75,76", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1095,1160,1255,1325,1388,1481,1545,1617,1680,1754,1818,1874,1992,2050,2112,2168,2248,2382,2471,2547,2645,2726,2807,2948,3029,3109,3260,3350,3427,3483,3539,3605,3684,3766,3837,3926,3999,4076,4146,4223,4329,4418,4492,4586,4688,4760,4841,4945,4998,5083,5150,5243,5332,5394,5458,5521,5589,5700,5811,5913,6018,6078,6138,6221,6304,6380,6457" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json new file mode 100644 index 0000000..8fca50e --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-af/values-af.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-af/values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,451,558,667,787", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "148,250,348,446,553,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3418,3516,3618,3716,3814,3921,4030,9705", + "endColumns": "97,101,97,97,106,108,119,100", + "endOffsets": "3511,3613,3711,3809,3916,4025,4145,9801" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-af/values-af.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,274,355,435,513,608,696,796,910,991,1051,1115,1203,1269,1332,1418,1480,1541,1599,1665,1728,1783,1901,1958,2020,2075,2144,2263,2351,2426,2519,2604,2687,2826,2909,2990,3118,3205,3282,3340,3391,3457,3526,3602,3673,3749,3823,3902,3975,4046,4149,4236,4307,4396,4486,4558,4633,4720,4771,4850,4917,4998,5082,5144,5208,5271,5341,5445,5548,5644,5744,5806,5861,5938,6021,6097", + "endLines": "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", + "endColumns": "12,80,79,77,94,87,99,113,80,59,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,74,92,84,82,138,82,80,127,86,76,57,50,65,68,75,70,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76,82,75,72", + "endOffsets": "269,350,430,508,603,691,791,905,986,1046,1110,1198,1264,1327,1413,1475,1536,1594,1660,1723,1778,1896,1953,2015,2070,2139,2258,2346,2421,2514,2599,2682,2821,2904,2985,3113,3200,3277,3335,3386,3452,3521,3597,3668,3744,3818,3897,3970,4041,4144,4231,4302,4391,4481,4553,4628,4715,4766,4845,4912,4993,5077,5139,5203,5266,5336,5440,5543,5639,5739,5801,5856,5933,6016,6092,6165" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2996,3077,3157,3235,3330,4150,4250,4364,4445,4505,4569,4657,4723,4786,4872,4934,4995,5053,5119,5182,5237,5355,5412,5474,5529,5598,5717,5805,5880,5973,6058,6141,6280,6363,6444,6572,6659,6736,6794,6845,6911,6980,7056,7127,7203,7277,7356,7429,7500,7603,7690,7761,7850,7940,8012,8087,8174,8225,8304,8371,8452,8536,8598,8662,8725,8795,8899,9002,9098,9198,9260,9315,9473,9556,9632", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,77,94,87,99,113,80,59,63,87,65,62,85,61,60,57,65,62,54,117,56,61,54,68,118,87,74,92,84,82,138,82,80,127,86,76,57,50,65,68,75,70,75,73,78,72,70,102,86,70,88,89,71,74,86,50,78,66,80,83,61,63,62,69,103,102,95,99,61,54,76,82,75,72", + "endOffsets": "319,3072,3152,3230,3325,3413,4245,4359,4440,4500,4564,4652,4718,4781,4867,4929,4990,5048,5114,5177,5232,5350,5407,5469,5524,5593,5712,5800,5875,5968,6053,6136,6275,6358,6439,6567,6654,6731,6789,6840,6906,6975,7051,7122,7198,7272,7351,7424,7495,7598,7685,7756,7845,7935,8007,8082,8169,8220,8299,8366,8447,8531,8593,8657,8720,8790,8894,8997,9093,9193,9255,9310,9387,9551,9627,9700" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "324,432,528,634,719,822,940,1017,1093,1184,1277,1372,1466,1565,1658,1753,1852,1947,2041,2122,2229,2334,2431,2539,2642,2744,2898,9392", + "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": "427,523,629,714,817,935,1012,1088,1179,1272,1367,1461,1560,1653,1748,1847,1942,2036,2117,2224,2329,2426,2534,2637,2739,2893,2991,9468" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json new file mode 100644 index 0000000..3aad71b --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-am/values-am.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-am/values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,248,345,444,540,642,742", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "143,243,340,439,535,637,737,838" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3306,3399,3499,3596,3695,3791,3893,9295", + "endColumns": "92,99,96,98,95,101,99,100", + "endOffsets": "3394,3494,3591,3690,3786,3888,3988,9391" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-am/values-am.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,261,332,400,475,557,638,727,829,906,965,1029,1114,1176,1234,1319,1382,1444,1502,1568,1630,1685,1781,1838,1897,1953,2020,2125,2205,2286,2378,2463,2544,2673,2746,2817,2931,3013,3089,3140,3191,3257,3323,3396,3467,3542,3610,3683,3754,3821,3919,4004,4071,4158,4246,4320,4388,4473,4524,4602,4666,4746,4828,4890,4954,5017,5083,5178,5273,5358,5449,5504,5559,5635,5714,5789", + "endLines": "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", + "endColumns": "12,70,67,74,81,80,88,101,76,58,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,91,84,80,128,72,70,113,81,75,50,50,65,65,72,70,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75,78,74,70", + "endOffsets": "256,327,395,470,552,633,722,824,901,960,1024,1109,1171,1229,1314,1377,1439,1497,1563,1625,1680,1776,1833,1892,1948,2015,2120,2200,2281,2373,2458,2539,2668,2741,2812,2926,3008,3084,3135,3186,3252,3318,3391,3462,3537,3605,3678,3749,3816,3914,3999,4066,4153,4241,4315,4383,4468,4519,4597,4661,4741,4823,4885,4949,5012,5078,5173,5268,5353,5444,5499,5554,5630,5709,5784,5855" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2929,3000,3068,3143,3225,3993,4082,4184,4261,4320,4384,4469,4531,4589,4674,4737,4799,4857,4923,4985,5040,5136,5193,5252,5308,5375,5480,5560,5641,5733,5818,5899,6028,6101,6172,6286,6368,6444,6495,6546,6612,6678,6751,6822,6897,6965,7038,7109,7176,7274,7359,7426,7513,7601,7675,7743,7828,7879,7957,8021,8101,8183,8245,8309,8372,8438,8533,8628,8713,8804,8859,8914,9070,9149,9224", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,70,67,74,81,80,88,101,76,58,63,84,61,57,84,62,61,57,65,61,54,95,56,58,55,66,104,79,80,91,84,80,128,72,70,113,81,75,50,50,65,65,72,70,74,67,72,70,66,97,84,66,86,87,73,67,84,50,77,63,79,81,61,63,62,65,94,94,84,90,54,54,75,78,74,70", + "endOffsets": "306,2995,3063,3138,3220,3301,4077,4179,4256,4315,4379,4464,4526,4584,4669,4732,4794,4852,4918,4980,5035,5131,5188,5247,5303,5370,5475,5555,5636,5728,5813,5894,6023,6096,6167,6281,6363,6439,6490,6541,6607,6673,6746,6817,6892,6960,7033,7104,7171,7269,7354,7421,7508,7596,7670,7738,7823,7874,7952,8016,8096,8178,8240,8304,8367,8433,8528,8623,8708,8799,8854,8909,8985,9144,9219,9290" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "311,409,507,613,699,802,919,997,1073,1164,1257,1349,1443,1543,1636,1731,1824,1915,2006,2086,2186,2286,2382,2484,2584,2683,2833,8990", + "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": "404,502,608,694,797,914,992,1068,1159,1252,1344,1438,1538,1631,1726,1819,1910,2001,2081,2181,2281,2377,2479,2579,2678,2828,2924,9065" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json new file mode 100644 index 0000000..d552097 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ar/values-ar.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,465,543,619,703,795,878,979,1098,1175,1234,1297,1388,1457,1524,1624,1687,1752,1813,1881,1943,2001,2115,2175,2236,2293,2366,2489,2570,2662,2769,2867,2947,3095,3176,3257,3385,3474,3550,3603,3657,3723,3801,3881,3952,4034,4106,4180,4253,4323,4432,4523,4594,4684,4779,4853,4936,5029,5078,5159,5228,5314,5399,5461,5525,5588,5657,5766,5876,5973,6073,6130,6188,6268,6347,6422", + "endLines": "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", + "endColumns": "12,77,75,83,91,82,100,118,76,58,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,91,106,97,79,147,80,80,127,88,75,52,53,65,77,79,70,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79,78,74,75", + "endOffsets": "460,538,614,698,790,873,974,1093,1170,1229,1292,1383,1452,1519,1619,1682,1747,1808,1876,1938,1996,2110,2170,2231,2288,2361,2484,2565,2657,2764,2862,2942,3090,3171,3252,3380,3469,3545,3598,3652,3718,3796,3876,3947,4029,4101,4175,4248,4318,4427,4518,4589,4679,4774,4848,4931,5024,5073,5154,5223,5309,5394,5456,5520,5583,5652,5761,5871,5968,6068,6125,6183,6263,6342,6417,6493" + }, + "to": { + "startLines": "2,37,38,39,40,41,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,117,118,119", + "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", + "startOffsets": "150,3169,3247,3323,3407,3499,4294,4395,4514,4591,4650,4713,4804,4873,4940,5040,5103,5168,5229,5297,5359,5417,5531,5591,5652,5709,5782,5905,5986,6078,6185,6283,6363,6511,6592,6673,6801,6890,6966,7019,7073,7139,7217,7297,7368,7450,7522,7596,7669,7739,7848,7939,8010,8100,8195,8269,8352,8445,8494,8575,8644,8730,8815,8877,8941,9004,9073,9182,9292,9389,9489,9546,9604,9766,9845,9920", + "endLines": "9,37,38,39,40,41,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,117,118,119", + "endColumns": "12,77,75,83,91,82,100,118,76,58,62,90,68,66,99,62,64,60,67,61,57,113,59,60,56,72,122,80,91,106,97,79,147,80,80,127,88,75,52,53,65,77,79,70,81,71,73,72,69,108,90,70,89,94,73,82,92,48,80,68,85,84,61,63,62,68,108,109,96,99,56,57,79,78,74,75", + "endOffsets": "510,3242,3318,3402,3494,3577,4390,4509,4586,4645,4708,4799,4868,4935,5035,5098,5163,5224,5292,5354,5412,5526,5586,5647,5704,5777,5900,5981,6073,6180,6278,6358,6506,6587,6668,6796,6885,6961,7014,7068,7134,7212,7292,7363,7445,7517,7591,7664,7734,7843,7934,8005,8095,8190,8264,8347,8440,8489,8570,8639,8725,8810,8872,8936,8999,9068,9177,9287,9384,9484,9541,9599,9679,9840,9915,9991" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,880,971,1064,1156,1250,1350,1443,1538,1631,1722,1816,1895,2000,2098,2196,2304,2404,2507,2662,2759", + "endColumns": "107,103,106,81,100,113,79,78,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,875,966,1059,1151,1245,1345,1438,1533,1626,1717,1811,1890,1995,2093,2191,2299,2399,2502,2657,2754,2836" + }, + "to": { + "startLines": "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,116", + "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": "515,623,727,834,916,1017,1131,1211,1290,1381,1474,1566,1660,1760,1853,1948,2041,2132,2226,2305,2410,2508,2606,2714,2814,2917,3072,9684", + "endColumns": "107,103,106,81,100,113,79,78,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", + "endOffsets": "618,722,829,911,1012,1126,1206,1285,1376,1469,1561,1655,1755,1848,1943,2036,2127,2221,2300,2405,2503,2601,2709,2809,2912,3067,3164,9761" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,148,250,345,448,551,653,767", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "143,245,340,443,546,648,762,863" + }, + "to": { + "startLines": "42,43,44,45,46,47,48,120", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3582,3675,3777,3872,3975,4078,4180,9996", + "endColumns": "92,101,94,102,102,101,113,100", + "endOffsets": "3670,3772,3867,3970,4073,4175,4289,10092" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json new file mode 100644 index 0000000..7bcc5d5 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-as/values-as.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,615,735,812,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1910,2023,2131,2234,2343,2459,2579,2746,2848", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "208,307,414,505,610,730,807,882,973,1066,1161,1255,1355,1448,1543,1637,1728,1819,1905,2018,2126,2229,2338,2454,2574,2741,2843,2926" + }, + "to": { + "startLines": "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,112", + "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": "322,430,529,636,727,832,952,1029,1104,1195,1288,1383,1477,1577,1670,1765,1859,1950,2041,2127,2240,2348,2451,2560,2676,2796,2963,9430", + "endColumns": "107,98,106,90,104,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82", + "endOffsets": "425,524,631,722,827,947,1024,1099,1190,1283,1378,1472,1572,1665,1760,1854,1945,2036,2122,2235,2343,2446,2555,2671,2791,2958,3060,9508" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-as/values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,259,367,472,576,676,805", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "151,254,362,467,571,671,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3472,3573,3676,3784,3889,3993,4093,9744", + "endColumns": "100,102,107,104,103,99,128,100", + "endOffsets": "3568,3671,3779,3884,3988,4088,4217,9840" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-as/values-as.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,781,904,983,1043,1108,1197,1262,1321,1407,1471,1535,1598,1668,1732,1786,1891,1949,2011,2065,2137,2254,2341,2417,2509,2591,2674,2814,2891,2972,3099,3190,3267,3321,3372,3438,3508,3585,3656,3731,3802,3879,3948,4017,4124,4215,4287,4376,4465,4539,4611,4697,4747,4826,4892,4972,5056,5118,5182,5245,5314,5414,5509,5601,5693,5751,5806,5887,5968,6043", + "endLines": "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", + "endColumns": "12,81,77,76,85,83,101,122,78,59,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,75,91,81,82,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80,80,74,74", + "endOffsets": "267,349,427,504,590,674,776,899,978,1038,1103,1192,1257,1316,1402,1466,1530,1593,1663,1727,1781,1886,1944,2006,2060,2132,2249,2336,2412,2504,2586,2669,2809,2886,2967,3094,3185,3262,3316,3367,3433,3503,3580,3651,3726,3797,3874,3943,4012,4119,4210,4282,4371,4460,4534,4606,4692,4742,4821,4887,4967,5051,5113,5177,5240,5309,5409,5504,5596,5688,5746,5801,5882,5963,6038,6113" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3065,3147,3225,3302,3388,4222,4324,4447,4526,4586,4651,4740,4805,4864,4950,5014,5078,5141,5211,5275,5329,5434,5492,5554,5608,5680,5797,5884,5960,6052,6134,6217,6357,6434,6515,6642,6733,6810,6864,6915,6981,7051,7128,7199,7274,7345,7422,7491,7560,7667,7758,7830,7919,8008,8082,8154,8240,8290,8369,8435,8515,8599,8661,8725,8788,8857,8957,9052,9144,9236,9294,9349,9513,9594,9669", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,77,76,85,83,101,122,78,59,64,88,64,58,85,63,63,62,69,63,53,104,57,61,53,71,116,86,75,91,81,82,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,80,80,74,74", + "endOffsets": "317,3142,3220,3297,3383,3467,4319,4442,4521,4581,4646,4735,4800,4859,4945,5009,5073,5136,5206,5270,5324,5429,5487,5549,5603,5675,5792,5879,5955,6047,6129,6212,6352,6429,6510,6637,6728,6805,6859,6910,6976,7046,7123,7194,7269,7340,7417,7486,7555,7662,7753,7825,7914,8003,8077,8149,8235,8285,8364,8430,8510,8594,8656,8720,8783,8852,8952,9047,9139,9231,9289,9344,9425,9589,9664,9739" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json new file mode 100644 index 0000000..6aa74d7 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-az/values-az.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-az/values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,156,258,361,465,566,671,782", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "151,253,356,460,561,666,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3440,3541,3643,3746,3850,3951,4056,9778", + "endColumns": "100,101,102,103,100,104,110,100", + "endOffsets": "3536,3638,3741,3845,3946,4051,4162,9874" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-az/values-az.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,353,438,518,603,682,778,894,974,1035,1099,1193,1261,1320,1415,1478,1542,1601,1668,1731,1785,1900,1958,2020,2074,2145,2277,2361,2440,2532,2616,2696,2830,2906,2982,3111,3195,3274,3331,3382,3448,3518,3596,3667,3747,3817,3893,3971,4042,4140,4226,4309,4402,4495,4568,4640,4734,4788,4872,4939,5023,5111,5175,5240,5304,5374,5476,5580,5676,5777,5838,5893,5973,6060,6135", + "endLines": "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", + "endColumns": "12,87,84,79,84,78,95,115,79,60,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,78,91,83,79,133,75,75,128,83,78,56,50,65,69,77,70,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79,86,74,73", + "endOffsets": "260,348,433,513,598,677,773,889,969,1030,1094,1188,1256,1315,1410,1473,1537,1596,1663,1726,1780,1895,1953,2015,2069,2140,2272,2356,2435,2527,2611,2691,2825,2901,2977,3106,3190,3269,3326,3377,3443,3513,3591,3662,3742,3812,3888,3966,4037,4135,4221,4304,4397,4490,4563,4635,4729,4783,4867,4934,5018,5106,5170,5235,5299,5369,5471,5575,5671,5772,5833,5888,5968,6055,6130,6204" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3023,3111,3196,3276,3361,4167,4263,4379,4459,4520,4584,4678,4746,4805,4900,4963,5027,5086,5153,5216,5270,5385,5443,5505,5559,5630,5762,5846,5925,6017,6101,6181,6315,6391,6467,6596,6680,6759,6816,6867,6933,7003,7081,7152,7232,7302,7378,7456,7527,7625,7711,7794,7887,7980,8053,8125,8219,8273,8357,8424,8508,8596,8660,8725,8789,8859,8961,9065,9161,9262,9323,9378,9542,9629,9704", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,87,84,79,84,78,95,115,79,60,63,93,67,58,94,62,63,58,66,62,53,114,57,61,53,70,131,83,78,91,83,79,133,75,75,128,83,78,56,50,65,69,77,70,79,69,75,77,70,97,85,82,92,92,72,71,93,53,83,66,83,87,63,64,63,69,101,103,95,100,60,54,79,86,74,73", + "endOffsets": "310,3106,3191,3271,3356,3435,4258,4374,4454,4515,4579,4673,4741,4800,4895,4958,5022,5081,5148,5211,5265,5380,5438,5500,5554,5625,5757,5841,5920,6012,6096,6176,6310,6386,6462,6591,6675,6754,6811,6862,6928,6998,7076,7147,7227,7297,7373,7451,7522,7620,7706,7789,7882,7975,8048,8120,8214,8268,8352,8419,8503,8591,8655,8720,8784,8854,8956,9060,9156,9257,9318,9373,9453,9624,9699,9773" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,425,526,636,724,831,945,1027,1105,1196,1289,1383,1482,1582,1675,1770,1864,1955,2047,2132,2237,2343,2443,2552,2657,2759,2917,9458", + "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": "420,521,631,719,826,940,1022,1100,1191,1284,1378,1477,1577,1670,1765,1859,1950,2042,2127,2232,2338,2438,2547,2652,2754,2912,3018,9537" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+es+419.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+es+419.json new file mode 100644 index 0000000..cc1ed68 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+es+419.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-b+es+419/values-b+es+419.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-b+es+419/values-b+es+419.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1100,1165,1260,1330,1393,1486,1550,1622,1685,1759,1823,1879,1997,2055,2117,2173,2253,2387,2476,2552,2650,2731,2812,2953,3034,3114,3265,3355,3432,3488,3544,3610,3689,3771,3842,3931,4004,4081,4151,4228,4334,4423,4497,4591,4693,4765,4846,4950,5003,5088,5155,5248,5337,5399,5463,5526,5594,5705,5816,5918,6023,6083,6143,6226,6309,6385", + "endLines": "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", + "endColumns": "12,81,79,85,104,95,101,127,80,61,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,75,97,80,80,140,80,79,150,89,76,55,55,65,78,81,70,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82,82,75,76", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1095,1160,1255,1325,1388,1481,1545,1617,1680,1754,1818,1874,1992,2050,2112,2168,2248,2382,2471,2547,2645,2726,2807,2948,3029,3109,3260,3350,3427,3483,3539,3605,3684,3766,3837,3926,3999,4076,4146,4223,4329,4418,4492,4586,4688,4760,4841,4945,4998,5083,5150,5243,5332,5394,5458,5521,5589,5700,5811,5913,6018,6078,6138,6221,6304,6380,6457" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..d16d8f2 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-b+sr+Latn/values-b+sr+Latn.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3541,3639,3741,3838,3942,4046,4151,9963", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3634,3736,3833,3937,4041,4146,4262,10059" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,324,401,478,558,666,760,854,986,1067,1130,1196,1289,1357,1420,1523,1583,1649,1705,1776,1836,1890,2002,2059,2120,2174,2250,2375,2462,2539,2632,2716,2799,2938,3020,3103,3234,3322,3400,3454,3510,3576,3650,3728,3799,3881,3957,4033,4108,4180,4287,4377,4450,4542,4638,4710,4786,4882,4935,5017,5084,5171,5258,5320,5384,5447,5516,5621,5731,5827,5935,5993,6053,6133,6216,6292", + "endLines": "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", + "endColumns": "12,76,76,79,107,93,93,131,80,62,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,76,92,83,82,138,81,82,130,87,77,53,55,65,73,77,70,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "319,396,473,553,661,755,849,981,1062,1125,1191,1284,1352,1415,1518,1578,1644,1700,1771,1831,1885,1997,2054,2115,2169,2245,2370,2457,2534,2627,2711,2794,2933,3015,3098,3229,3317,3395,3449,3505,3571,3645,3723,3794,3876,3952,4028,4103,4175,4282,4372,4445,4537,4633,4705,4781,4877,4930,5012,5079,5166,5253,5315,5379,5442,5511,5616,5726,5822,5930,5988,6048,6128,6211,6287,6364" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3105,3182,3259,3339,3447,4267,4361,4493,4574,4637,4703,4796,4864,4927,5030,5090,5156,5212,5283,5343,5397,5509,5566,5627,5681,5757,5882,5969,6046,6139,6223,6306,6445,6527,6610,6741,6829,6907,6961,7017,7083,7157,7235,7306,7388,7464,7540,7615,7687,7794,7884,7957,8049,8145,8217,8293,8389,8442,8524,8591,8678,8765,8827,8891,8954,9023,9128,9238,9334,9442,9500,9560,9727,9810,9886", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,76,76,79,107,93,93,131,80,62,65,92,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,86,76,92,83,82,138,81,82,130,87,77,53,55,65,73,77,70,81,75,75,74,71,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "369,3177,3254,3334,3442,3536,4356,4488,4569,4632,4698,4791,4859,4922,5025,5085,5151,5207,5278,5338,5392,5504,5561,5622,5676,5752,5877,5964,6041,6134,6218,6301,6440,6522,6605,6736,6824,6902,6956,7012,7078,7152,7230,7301,7383,7459,7535,7610,7682,7789,7879,7952,8044,8140,8212,8288,8384,8437,8519,8586,8673,8760,8822,8886,8949,9018,9123,9233,9329,9437,9495,9555,9635,9805,9881,9958" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "374,481,582,688,774,878,1000,1085,1167,1258,1351,1446,1540,1640,1733,1828,1933,2024,2115,2201,2306,2412,2515,2622,2731,2838,3008,9640", + "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": "476,577,683,769,873,995,1080,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2617,2726,2833,3003,3100,9722" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json new file mode 100644 index 0000000..0ba83dc --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-be/values-be.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-be/values-be.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,382,459,536,618,715,807,904,1036,1119,1197,1264,1357,1434,1497,1613,1676,1745,1804,1875,1934,1988,2109,2170,2233,2287,2360,2482,2570,2646,2737,2818,2901,3053,3139,3226,3359,3450,3533,3590,3641,3707,3779,3856,3927,4010,4085,4162,4244,4320,4428,4517,4599,4690,4786,4860,4941,5036,5090,5172,5238,5325,5411,5473,5537,5600,5669,5779,5892,5995,6102,6163,6218,6298,6383,6459", + "endLines": "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", + "endColumns": "12,76,76,81,96,91,96,131,82,77,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,75,90,80,82,151,85,86,132,90,82,56,50,65,71,76,70,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79,84,75,78", + "endOffsets": "377,454,531,613,710,802,899,1031,1114,1192,1259,1352,1429,1492,1608,1671,1740,1799,1870,1929,1983,2104,2165,2228,2282,2355,2477,2565,2641,2732,2813,2896,3048,3134,3221,3354,3445,3528,3585,3636,3702,3774,3851,3922,4005,4080,4157,4239,4315,4423,4512,4594,4685,4781,4855,4936,5031,5085,5167,5233,5320,5406,5468,5532,5595,5664,5774,5887,5990,6097,6158,6213,6293,6378,6454,6533" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3162,3239,3316,3398,3495,4318,4415,4547,4630,4708,4775,4868,4945,5008,5124,5187,5256,5315,5386,5445,5499,5620,5681,5744,5798,5871,5993,6081,6157,6248,6329,6412,6564,6650,6737,6870,6961,7044,7101,7152,7218,7290,7367,7438,7521,7596,7673,7755,7831,7939,8028,8110,8201,8297,8371,8452,8547,8601,8683,8749,8836,8922,8984,9048,9111,9180,9290,9403,9506,9613,9674,9729,9891,9976,10052", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,76,76,81,96,91,96,131,82,77,66,92,76,62,115,62,68,58,70,58,53,120,60,62,53,72,121,87,75,90,80,82,151,85,86,132,90,82,56,50,65,71,76,70,82,74,76,81,75,107,88,81,90,95,73,80,94,53,81,65,86,85,61,63,62,68,109,112,102,106,60,54,79,84,75,78", + "endOffsets": "427,3234,3311,3393,3490,3582,4410,4542,4625,4703,4770,4863,4940,5003,5119,5182,5251,5310,5381,5440,5494,5615,5676,5739,5793,5866,5988,6076,6152,6243,6324,6407,6559,6645,6732,6865,6956,7039,7096,7147,7213,7285,7362,7433,7516,7591,7668,7750,7826,7934,8023,8105,8196,8292,8366,8447,8542,8596,8678,8744,8831,8917,8979,9043,9106,9175,9285,9398,9501,9608,9669,9724,9804,9971,10047,10126" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "432,552,655,771,857,962,1081,1161,1238,1330,1424,1519,1613,1708,1802,1898,1993,2085,2177,2258,2364,2469,2567,2675,2781,2889,3062,9809", + "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": "547,650,766,852,957,1076,1156,1233,1325,1419,1514,1608,1703,1797,1893,1988,2080,2172,2253,2359,2464,2562,2670,2776,2884,3057,3157,9886" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-be/values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,562,665,786", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "148,250,350,451,557,660,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3587,3685,3787,3887,3988,4094,4197,10131", + "endColumns": "97,101,99,100,105,102,120,100", + "endOffsets": "3680,3782,3882,3983,4089,4192,4313,10227" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json new file mode 100644 index 0000000..fcf8909 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-bg/values-bg.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,344,423,506,628,738,833,966,1055,1118,1184,1281,1361,1423,1512,1575,1640,1699,1772,1835,1889,2017,2074,2136,2190,2263,2406,2490,2568,2661,2743,2831,2967,3055,3143,3279,3364,3441,3494,3545,3611,3686,3762,3833,3912,3989,4065,4142,4216,4328,4419,4494,4585,4677,4751,4838,4929,4984,5066,5132,5215,5301,5363,5427,5490,5560,5677,5789,5900,6010,6067,6122,6208,6299,6375", + "endLines": "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", + "endColumns": "12,78,78,82,121,109,94,132,88,62,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,77,92,81,87,135,87,87,135,84,76,52,50,65,74,75,70,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85,90,75,78", + "endOffsets": "260,339,418,501,623,733,828,961,1050,1113,1179,1276,1356,1418,1507,1570,1635,1694,1767,1830,1884,2012,2069,2131,2185,2258,2401,2485,2563,2656,2738,2826,2962,3050,3138,3274,3359,3436,3489,3540,3606,3681,3757,3828,3907,3984,4060,4137,4211,4323,4414,4489,4580,4672,4746,4833,4924,4979,5061,5127,5210,5296,5358,5422,5485,5555,5672,5784,5895,6005,6062,6117,6203,6294,6370,6449" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3064,3143,3222,3305,3427,4278,4373,4506,4595,4658,4724,4821,4901,4963,5052,5115,5180,5239,5312,5375,5429,5557,5614,5676,5730,5803,5946,6030,6108,6201,6283,6371,6507,6595,6683,6819,6904,6981,7034,7085,7151,7226,7302,7373,7452,7529,7605,7682,7756,7868,7959,8034,8125,8217,8291,8378,8469,8524,8606,8672,8755,8841,8903,8967,9030,9100,9217,9329,9440,9550,9607,9662,9832,9923,9999", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,78,82,121,109,94,132,88,62,65,96,79,61,88,62,64,58,72,62,53,127,56,61,53,72,142,83,77,92,81,87,135,87,87,135,84,76,52,50,65,74,75,70,78,76,75,76,73,111,90,74,90,91,73,86,90,54,81,65,82,85,61,63,62,69,116,111,110,109,56,54,85,90,75,78", + "endOffsets": "310,3138,3217,3300,3422,3532,4368,4501,4590,4653,4719,4816,4896,4958,5047,5110,5175,5234,5307,5370,5424,5552,5609,5671,5725,5798,5941,6025,6103,6196,6278,6366,6502,6590,6678,6814,6899,6976,7029,7080,7146,7221,7297,7368,7447,7524,7600,7677,7751,7863,7954,8029,8120,8212,8286,8373,8464,8519,8601,8667,8750,8836,8898,8962,9025,9095,9212,9324,9435,9545,9602,9657,9743,9918,9994,10073" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,435,541,646,732,842,963,1043,1120,1211,1304,1399,1493,1593,1686,1781,1889,1980,2071,2154,2268,2376,2476,2590,2697,2805,2965,9748", + "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": "430,536,641,727,837,958,1038,1115,1206,1299,1394,1488,1588,1681,1776,1884,1975,2066,2149,2263,2371,2471,2585,2692,2800,2960,3059,9827" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,262,364,465,572,677,796", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "147,257,359,460,567,672,791,892" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3634,3744,3846,3947,4054,4159,10078", + "endColumns": "96,109,101,100,106,104,118,100", + "endOffsets": "3629,3739,3841,3942,4049,4154,4273,10174" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json new file mode 100644 index 0000000..0493305 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-bn/values-bn.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,358,461,562,664,784", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "149,251,353,456,557,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3518,3617,3719,3821,3924,4025,4127,9911", + "endColumns": "98,101,101,102,100,101,119,100", + "endOffsets": "3612,3714,3816,3919,4020,4122,4242,10007" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,369,462,545,646,738,842,959,1040,1101,1167,1258,1324,1385,1475,1539,1606,1667,1736,1798,1852,1959,2018,2079,2133,2207,2327,2412,2502,2608,2698,2782,2917,2988,3058,3190,3277,3360,3418,3474,3540,3613,3693,3764,3846,3915,3991,4071,4140,4249,4344,4427,4517,4612,4686,4760,4853,4907,4992,5059,5145,5230,5292,5356,5419,5485,5587,5686,5779,5878,5940,6000,6080,6163,6242", + "endLines": "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", + "endColumns": "12,97,92,82,100,91,103,116,80,60,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,89,105,89,83,134,70,69,131,86,82,57,55,65,72,79,70,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79,82,78,72", + "endOffsets": "266,364,457,540,641,733,837,954,1035,1096,1162,1253,1319,1380,1470,1534,1601,1662,1731,1793,1847,1954,2013,2074,2128,2202,2322,2407,2497,2603,2693,2777,2912,2983,3053,3185,3272,3355,3413,3469,3535,3608,3688,3759,3841,3910,3986,4066,4135,4244,4339,4422,4512,4607,4681,4755,4848,4902,4987,5054,5140,5225,5287,5351,5414,5480,5582,5681,5774,5873,5935,5995,6075,6158,6237,6310" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3051,3149,3242,3325,3426,4247,4351,4468,4549,4610,4676,4767,4833,4894,4984,5048,5115,5176,5245,5307,5361,5468,5527,5588,5642,5716,5836,5921,6011,6117,6207,6291,6426,6497,6567,6699,6786,6869,6927,6983,7049,7122,7202,7273,7355,7424,7500,7580,7649,7758,7853,7936,8026,8121,8195,8269,8362,8416,8501,8568,8654,8739,8801,8865,8928,8994,9096,9195,9288,9387,9449,9509,9676,9759,9838", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,97,92,82,100,91,103,116,80,60,65,90,65,60,89,63,66,60,68,61,53,106,58,60,53,73,119,84,89,105,89,83,134,70,69,131,86,82,57,55,65,72,79,70,81,68,75,79,68,108,94,82,89,94,73,73,92,53,84,66,85,84,61,63,62,65,101,98,92,98,61,59,79,82,78,72", + "endOffsets": "316,3144,3237,3320,3421,3513,4346,4463,4544,4605,4671,4762,4828,4889,4979,5043,5110,5171,5240,5302,5356,5463,5522,5583,5637,5711,5831,5916,6006,6112,6202,6286,6421,6492,6562,6694,6781,6864,6922,6978,7044,7117,7197,7268,7350,7419,7495,7575,7644,7753,7848,7931,8021,8116,8190,8264,8357,8411,8496,8563,8649,8734,8796,8860,8923,8989,9091,9190,9283,9382,9444,9504,9584,9754,9833,9906" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "321,429,535,641,730,835,956,1039,1121,1212,1305,1399,1493,1593,1686,1781,1875,1966,2057,2143,2253,2357,2460,2568,2676,2781,2946,9589", + "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": "424,530,636,725,830,951,1034,1116,1207,1300,1394,1488,1588,1681,1776,1870,1961,2052,2138,2248,2352,2455,2563,2671,2776,2941,3046,9671" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json new file mode 100644 index 0000000..299e13d --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-bs/values-bs.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,353,457,561,663,780", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "148,250,348,452,556,658,775,876" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3544,3642,3744,3842,3946,4050,4152,9991", + "endColumns": "97,101,97,103,103,101,116,100", + "endOffsets": "3637,3739,3837,3941,4045,4147,4264,10087" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,327,406,486,568,670,764,860,986,1067,1129,1195,1287,1364,1427,1535,1595,1661,1717,1788,1848,1902,2021,2078,2140,2194,2269,2393,2481,2558,2652,2736,2819,2964,3049,3135,3268,3356,3434,3488,3542,3608,3682,3760,3831,3913,3985,4062,4135,4205,4314,4407,4479,4571,4667,4741,4817,4913,4966,5048,5115,5202,5289,5351,5415,5478,5547,5655,5760,5861,5964,6022,6080,6160,6246,6322", + "endLines": "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", + "endColumns": "12,78,79,81,101,93,95,125,80,61,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,76,93,83,82,144,84,85,132,87,77,53,53,65,73,77,70,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79,85,75,76", + "endOffsets": "322,401,481,563,665,759,855,981,1062,1124,1190,1282,1359,1422,1530,1590,1656,1712,1783,1843,1897,2016,2073,2135,2189,2264,2388,2476,2553,2647,2731,2814,2959,3044,3130,3263,3351,3429,3483,3537,3603,3677,3755,3826,3908,3980,4057,4130,4200,4309,4402,4474,4566,4662,4736,4812,4908,4961,5043,5110,5197,5284,5346,5410,5473,5542,5650,5755,5856,5959,6017,6075,6155,6241,6317,6394" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3107,3186,3266,3348,3450,4269,4365,4491,4572,4634,4700,4792,4869,4932,5040,5100,5166,5222,5293,5353,5407,5526,5583,5645,5699,5774,5898,5986,6063,6157,6241,6324,6469,6554,6640,6773,6861,6939,6993,7047,7113,7187,7265,7336,7418,7490,7567,7640,7710,7819,7912,7984,8076,8172,8246,8322,8418,8471,8553,8620,8707,8794,8856,8920,8983,9052,9160,9265,9366,9469,9527,9585,9752,9838,9914", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,78,79,81,101,93,95,125,80,61,65,91,76,62,107,59,65,55,70,59,53,118,56,61,53,74,123,87,76,93,83,82,144,84,85,132,87,77,53,53,65,73,77,70,81,71,76,72,69,108,92,71,91,95,73,75,95,52,81,66,86,86,61,63,62,68,107,104,100,102,57,57,79,85,75,76", + "endOffsets": "372,3181,3261,3343,3445,3539,4360,4486,4567,4629,4695,4787,4864,4927,5035,5095,5161,5217,5288,5348,5402,5521,5578,5640,5694,5769,5893,5981,6058,6152,6236,6319,6464,6549,6635,6768,6856,6934,6988,7042,7108,7182,7260,7331,7413,7485,7562,7635,7705,7814,7907,7979,8071,8167,8241,8317,8413,8466,8548,8615,8702,8789,8851,8915,8978,9047,9155,9260,9361,9464,9522,9580,9660,9833,9909,9986" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,2248,2353,2467,2570,2739,2835", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,105,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,2243,2348,2462,2565,2734,2830,2917" + }, + "to": { + "startLines": "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,113", + "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": "377,498,595,702,788,892,1014,1099,1181,1272,1365,1460,1554,1654,1747,1842,1937,2028,2119,2207,2310,2414,2520,2625,2739,2842,3011,9665", + "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,105,104,113,102,168,95,86", + "endOffsets": "493,590,697,783,887,1009,1094,1176,1267,1360,1455,1549,1649,1742,1837,1932,2023,2114,2202,2305,2409,2515,2620,2734,2837,3006,3102,9747" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json new file mode 100644 index 0000000..6c52e12 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ca/values-ca.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "324,447,552,659,742,848,974,1058,1137,1228,1321,1414,1509,1607,1700,1793,1887,1978,2069,2150,2261,2369,2467,2577,2682,2790,2950,9782", + "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": "442,547,654,737,843,969,1053,1132,1223,1316,1409,1504,1602,1695,1788,1882,1973,2064,2145,2256,2364,2462,2572,2677,2785,2945,3044,9859" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,449,555,660,786", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "146,248,347,444,550,655,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3589,3691,3790,3887,3993,4098,10106", + "endColumns": "95,101,98,96,105,104,125,100", + "endOffsets": "3584,3686,3785,3882,3988,4093,4219,10202" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,274,355,435,523,626,718,819,947,1031,1092,1157,1254,1334,1399,1494,1558,1630,1692,1768,1831,1888,2009,2067,2128,2185,2265,2402,2489,2564,2657,2737,2821,2960,3038,3117,3269,3358,3434,3491,3547,3613,3691,3772,3843,3931,4009,4086,4160,4239,4349,4439,4531,4623,4724,4798,4880,4981,5031,5114,5180,5272,5359,5421,5485,5548,5621,5744,5857,5961,6069,6130,6190,6276,6362,6439", + "endLines": "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", + "endColumns": "12,80,79,87,102,91,100,127,83,60,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,74,92,79,83,138,77,78,151,88,75,56,55,65,77,80,70,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85,85,76,78", + "endOffsets": "269,350,430,518,621,713,814,942,1026,1087,1152,1249,1329,1394,1489,1553,1625,1687,1763,1826,1883,2004,2062,2123,2180,2260,2397,2484,2559,2652,2732,2816,2955,3033,3112,3264,3353,3429,3486,3542,3608,3686,3767,3838,3926,4004,4081,4155,4234,4344,4434,4526,4618,4719,4793,4875,4976,5026,5109,5175,5267,5354,5416,5480,5543,5616,5739,5852,5956,6064,6125,6185,6271,6357,6434,6513" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3049,3130,3210,3298,3401,4224,4325,4453,4537,4598,4663,4760,4840,4905,5000,5064,5136,5198,5274,5337,5394,5515,5573,5634,5691,5771,5908,5995,6070,6163,6243,6327,6466,6544,6623,6775,6864,6940,6997,7053,7119,7197,7278,7349,7437,7515,7592,7666,7745,7855,7945,8037,8129,8230,8304,8386,8487,8537,8620,8686,8778,8865,8927,8991,9054,9127,9250,9363,9467,9575,9636,9696,9864,9950,10027", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,87,102,91,100,127,83,60,64,96,79,64,94,63,71,61,75,62,56,120,57,60,56,79,136,86,74,92,79,83,138,77,78,151,88,75,56,55,65,77,80,70,87,77,76,73,78,109,89,91,91,100,73,81,100,49,82,65,91,86,61,63,62,72,122,112,103,107,60,59,85,85,76,78", + "endOffsets": "319,3125,3205,3293,3396,3488,4320,4448,4532,4593,4658,4755,4835,4900,4995,5059,5131,5193,5269,5332,5389,5510,5568,5629,5686,5766,5903,5990,6065,6158,6238,6322,6461,6539,6618,6770,6859,6935,6992,7048,7114,7192,7273,7344,7432,7510,7587,7661,7740,7850,7940,8032,8124,8225,8299,8381,8482,8532,8615,8681,8773,8860,8922,8986,9049,9122,9245,9358,9462,9570,9631,9691,9777,9945,10022,10101" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json new file mode 100644 index 0000000..f5b3405 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-cs/values-cs.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,455,560,667,786", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "148,250,351,450,555,662,781,882" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3540,3638,3740,3841,3940,4045,4152,9935", + "endColumns": "97,101,100,98,104,106,118,100", + "endOffsets": "3633,3735,3836,3935,4040,4147,4266,10031" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,368,446,524,601,704,796,888,1014,1095,1156,1221,1320,1396,1457,1546,1610,1677,1731,1799,1859,1913,2030,2090,2152,2206,2278,2400,2484,2563,2657,2740,2832,2969,3047,3129,3256,3344,3424,3478,3529,3595,3667,3744,3815,3896,3968,4045,4119,4190,4295,4383,4454,4547,4642,4716,4790,4886,4938,5021,5088,5174,5262,5324,5388,5451,5519,5629,5735,5834,5948,6006,6061,6140,6223,6298", + "endLines": "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", + "endColumns": "12,77,77,76,102,91,91,125,80,60,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,78,93,82,91,136,77,81,126,87,79,53,50,65,71,76,70,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78,82,74,78", + "endOffsets": "363,441,519,596,699,791,883,1009,1090,1151,1216,1315,1391,1452,1541,1605,1672,1726,1794,1854,1908,2025,2085,2147,2201,2273,2395,2479,2558,2652,2735,2827,2964,3042,3124,3251,3339,3419,3473,3524,3590,3662,3739,3810,3891,3963,4040,4114,4185,4290,4378,4449,4542,4637,4711,4785,4881,4933,5016,5083,5169,5257,5319,5383,5446,5514,5624,5730,5829,5943,6001,6056,6135,6218,6293,6372" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3112,3190,3268,3345,3448,4271,4363,4489,4570,4631,4696,4795,4871,4932,5021,5085,5152,5206,5274,5334,5388,5505,5565,5627,5681,5753,5875,5959,6038,6132,6215,6307,6444,6522,6604,6731,6819,6899,6953,7004,7070,7142,7219,7290,7371,7443,7520,7594,7665,7770,7858,7929,8022,8117,8191,8265,8361,8413,8496,8563,8649,8737,8799,8863,8926,8994,9104,9210,9309,9423,9481,9536,9698,9781,9856", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,77,77,76,102,91,91,125,80,60,64,98,75,60,88,63,66,53,67,59,53,116,59,61,53,71,121,83,78,93,82,91,136,77,81,126,87,79,53,50,65,71,76,70,80,71,76,73,70,104,87,70,92,94,73,73,95,51,82,66,85,87,61,63,62,67,109,105,98,113,57,54,78,82,74,78", + "endOffsets": "413,3185,3263,3340,3443,3535,4358,4484,4565,4626,4691,4790,4866,4927,5016,5080,5147,5201,5269,5329,5383,5500,5560,5622,5676,5748,5870,5954,6033,6127,6210,6302,6439,6517,6599,6726,6814,6894,6948,6999,7065,7137,7214,7285,7366,7438,7515,7589,7660,7765,7853,7924,8017,8112,8186,8260,8356,8408,8491,8558,8644,8732,8794,8858,8921,8989,9099,9205,9304,9418,9476,9531,9610,9776,9851,9930" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "418,525,627,737,823,928,1045,1123,1199,1290,1383,1478,1572,1666,1759,1854,1951,2042,2133,2217,2321,2433,2532,2638,2749,2851,3014,9615", + "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": "520,622,732,818,923,1040,1118,1194,1285,1378,1473,1567,1661,1754,1849,1946,2037,2128,2212,2316,2428,2527,2633,2744,2846,3009,3107,9693" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json new file mode 100644 index 0000000..88fe05e --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-da/values-da.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-da/values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,350,448,555,664,782", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "146,248,345,443,550,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3383,3479,3581,3678,3776,3883,3992,9701", + "endColumns": "95,101,96,97,106,108,117,100", + "endOffsets": "3474,3576,3673,3771,3878,3987,4105,9797" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-da/values-da.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,350,426,504,601,681,781,930,1008,1067,1131,1217,1290,1350,1437,1501,1563,1625,1693,1758,1812,1930,1988,2049,2105,2180,2306,2392,2469,2560,2644,2724,2865,2943,3023,3145,3231,3309,3365,3416,3482,3550,3624,3695,3770,3842,3920,3990,4063,4167,4251,4328,4416,4505,4579,4652,4737,4786,4864,4930,5010,5093,5155,5219,5282,5351,5459,5562,5663,5762,5822,5877,5957,6037,6115", + "endLines": "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", + "endColumns": "12,77,75,77,96,79,99,148,77,58,63,85,72,59,86,63,61,61,67,64,53,117,57,60,55,74,125,85,76,90,83,79,140,77,79,121,85,77,55,50,65,67,73,70,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79,79,77,76", + "endOffsets": "267,345,421,499,596,676,776,925,1003,1062,1126,1212,1285,1345,1432,1496,1558,1620,1688,1753,1807,1925,1983,2044,2100,2175,2301,2387,2464,2555,2639,2719,2860,2938,3018,3140,3226,3304,3360,3411,3477,3545,3619,3690,3765,3837,3915,3985,4058,4162,4246,4323,4411,4500,4574,4647,4732,4781,4859,4925,5005,5088,5150,5214,5277,5346,5454,5557,5658,5757,5817,5872,5952,6032,6110,6187" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2974,3052,3128,3206,3303,4110,4210,4359,4437,4496,4560,4646,4719,4779,4866,4930,4992,5054,5122,5187,5241,5359,5417,5478,5534,5609,5735,5821,5898,5989,6073,6153,6294,6372,6452,6574,6660,6738,6794,6845,6911,6979,7053,7124,7199,7271,7349,7419,7492,7596,7680,7757,7845,7934,8008,8081,8166,8215,8293,8359,8439,8522,8584,8648,8711,8780,8888,8991,9092,9191,9251,9306,9466,9546,9624", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,77,96,79,99,148,77,58,63,85,72,59,86,63,61,61,67,64,53,117,57,60,55,74,125,85,76,90,83,79,140,77,79,121,85,77,55,50,65,67,73,70,74,71,77,69,72,103,83,76,87,88,73,72,84,48,77,65,79,82,61,63,62,68,107,102,100,98,59,54,79,79,77,76", + "endOffsets": "317,3047,3123,3201,3298,3378,4205,4354,4432,4491,4555,4641,4714,4774,4861,4925,4987,5049,5117,5182,5236,5354,5412,5473,5529,5604,5730,5816,5893,5984,6068,6148,6289,6367,6447,6569,6655,6733,6789,6840,6906,6974,7048,7119,7194,7266,7344,7414,7487,7591,7675,7752,7840,7929,8003,8076,8161,8210,8288,8354,8434,8517,8579,8643,8706,8775,8883,8986,9087,9186,9246,9301,9381,9541,9619,9696" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "322,422,516,632,717,817,930,1008,1084,1175,1268,1361,1455,1549,1642,1737,1835,1926,2017,2096,2204,2311,2407,2520,2623,2724,2877,9386", + "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": "417,511,627,712,812,925,1003,1079,1170,1263,1356,1450,1544,1637,1732,1830,1921,2012,2091,2199,2306,2402,2515,2618,2719,2872,2969,9461" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json new file mode 100644 index 0000000..1c261fe --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-de/values-de.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-de/values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,455,563,668,786", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "148,250,350,450,558,663,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3496,3594,3696,3796,3896,4004,4109,9975", + "endColumns": "97,101,99,99,107,104,117,100", + "endOffsets": "3589,3691,3791,3891,3999,4104,4222,10071" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-de/values-de.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,374,463,547,637,719,820,942,1023,1085,1151,1245,1315,1374,1482,1548,1617,1675,1747,1811,1865,1993,2053,2115,2169,2247,2384,2476,2554,2648,2734,2818,2963,3047,3133,3266,3356,3435,3492,3543,3609,3683,3765,3836,3911,3985,4063,4135,4209,4319,4411,4493,4582,4671,4745,4823,4909,4964,5043,5110,5190,5274,5336,5400,5463,5532,5639,5746,5845,5951,6012,6067,6149,6232,6309", + "endLines": "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", + "endColumns": "12,90,88,83,89,81,100,121,80,61,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,77,93,85,83,144,83,85,132,89,78,56,50,65,73,81,70,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81,82,76,75", + "endOffsets": "278,369,458,542,632,714,815,937,1018,1080,1146,1240,1310,1369,1477,1543,1612,1670,1742,1806,1860,1988,2048,2110,2164,2242,2379,2471,2549,2643,2729,2813,2958,3042,3128,3261,3351,3430,3487,3538,3604,3678,3760,3831,3906,3980,4058,4130,4204,4314,4406,4488,4577,4666,4740,4818,4904,4959,5038,5105,5185,5269,5331,5395,5458,5527,5634,5741,5840,5946,6007,6062,6144,6227,6304,6380" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3060,3151,3240,3324,3414,4227,4328,4450,4531,4593,4659,4753,4823,4882,4990,5056,5125,5183,5255,5319,5373,5501,5561,5623,5677,5755,5892,5984,6062,6156,6242,6326,6471,6555,6641,6774,6864,6943,7000,7051,7117,7191,7273,7344,7419,7493,7571,7643,7717,7827,7919,8001,8090,8179,8253,8331,8417,8472,8551,8618,8698,8782,8844,8908,8971,9040,9147,9254,9353,9459,9520,9575,9739,9822,9899", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,90,88,83,89,81,100,121,80,61,65,93,69,58,107,65,68,57,71,63,53,127,59,61,53,77,136,91,77,93,85,83,144,83,85,132,89,78,56,50,65,73,81,70,74,73,77,71,73,109,91,81,88,88,73,77,85,54,78,66,79,83,61,63,62,68,106,106,98,105,60,54,81,82,76,75", + "endOffsets": "328,3146,3235,3319,3409,3491,4323,4445,4526,4588,4654,4748,4818,4877,4985,5051,5120,5178,5250,5314,5368,5496,5556,5618,5672,5750,5887,5979,6057,6151,6237,6321,6466,6550,6636,6769,6859,6938,6995,7046,7112,7186,7268,7339,7414,7488,7566,7638,7712,7822,7914,7996,8085,8174,8248,8326,8412,8467,8546,8613,8693,8777,8839,8903,8966,9035,9142,9249,9348,9454,9515,9570,9652,9817,9894,9970" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,438,536,648,734,840,955,1033,1108,1200,1294,1390,1491,1598,1698,1802,1900,1998,2095,2177,2288,2390,2488,2595,2698,2802,2958,9657", + "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": "433,531,643,729,835,950,1028,1103,1195,1289,1385,1486,1593,1693,1797,1895,1993,2090,2172,2283,2385,2483,2590,2693,2797,2953,3055,9734" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json new file mode 100644 index 0000000..5590d21 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-el/values-el.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-el/values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,567,673,790", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "148,251,351,454,562,668,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3641,3744,3844,3947,4055,4161,10144", + "endColumns": "97,102,99,102,107,105,116,100", + "endOffsets": "3636,3739,3839,3942,4050,4156,4273,10240" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-el/values-el.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,270,358,444,529,625,712,814,931,1017,1080,1146,1246,1328,1391,1482,1545,1610,1672,1741,1803,1857,1995,2052,2113,2167,2240,2393,2478,2557,2653,2737,2821,2960,3041,3126,3267,3357,3443,3498,3549,3615,3693,3778,3849,3932,4004,4084,4164,4235,4342,4434,4506,4603,4700,4774,4848,4950,5006,5093,5165,5253,5345,5407,5471,5534,5604,5720,5829,5938,6043,6102,6157,6248,6336,6411", + "endLines": "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", + "endColumns": "12,87,85,84,95,86,101,116,85,62,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,78,95,83,83,138,80,84,140,89,85,54,50,65,77,84,70,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90,87,74,80", + "endOffsets": "265,353,439,524,620,707,809,926,1012,1075,1141,1241,1323,1386,1477,1540,1605,1667,1736,1798,1852,1990,2047,2108,2162,2235,2388,2473,2552,2648,2732,2816,2955,3036,3121,3262,3352,3438,3493,3544,3610,3688,3773,3844,3927,3999,4079,4159,4230,4337,4429,4501,4598,4695,4769,4843,4945,5001,5088,5160,5248,5340,5402,5466,5529,5599,5715,5824,5933,6038,6097,6152,6243,6331,6406,6487" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3101,3189,3275,3360,3456,4278,4380,4497,4583,4646,4712,4812,4894,4957,5048,5111,5176,5238,5307,5369,5423,5561,5618,5679,5733,5806,5959,6044,6123,6219,6303,6387,6526,6607,6692,6833,6923,7009,7064,7115,7181,7259,7344,7415,7498,7570,7650,7730,7801,7908,8000,8072,8169,8266,8340,8414,8516,8572,8659,8731,8819,8911,8973,9037,9100,9170,9286,9395,9504,9609,9668,9723,9900,9988,10063", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,87,85,84,95,86,101,116,85,62,65,99,81,62,90,62,64,61,68,61,53,137,56,60,53,72,152,84,78,95,83,83,138,80,84,140,89,85,54,50,65,77,84,70,82,71,79,79,70,106,91,71,96,96,73,73,101,55,86,71,87,91,61,63,62,69,115,108,108,104,58,54,90,87,74,80", + "endOffsets": "315,3184,3270,3355,3451,3538,4375,4492,4578,4641,4707,4807,4889,4952,5043,5106,5171,5233,5302,5364,5418,5556,5613,5674,5728,5801,5954,6039,6118,6214,6298,6382,6521,6602,6687,6828,6918,7004,7059,7110,7176,7254,7339,7410,7493,7565,7645,7725,7796,7903,7995,8067,8164,8261,8335,8409,8511,8567,8654,8726,8814,8906,8968,9032,9095,9165,9281,9390,9499,9604,9663,9718,9809,9983,10058,10139" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "320,438,549,666,751,857,980,1069,1154,1245,1338,1433,1527,1627,1720,1815,1912,2003,2094,2179,2290,2399,2501,2612,2722,2830,3001,9814", + "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": "433,544,661,746,852,975,1064,1149,1240,1333,1428,1522,1622,1715,1810,1907,1998,2089,2174,2285,2394,2496,2607,2717,2825,2996,3096,9895" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..6ef1fc3 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3481", + "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,3559" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rAU/values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..e2ac31f --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-en-rCA/values-en-rCA.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3480", + "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,3558" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rCA/values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,657,773", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "146,248,347,446,550,652,768,869" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3364,3563", + "endColumns": "95,101,98,98,103,101,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3359,3475,3659" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..caf1166 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "322,426,526,634,718,818,933,1011,1086,1177,1270,1365,1459,1559,1652,1747,1841,1932,2023,2105,2208,2311,2410,2515,2619,2723,2879,9311", + "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": "421,521,629,713,813,928,1006,1081,1172,1265,1360,1454,1554,1647,1742,1836,1927,2018,2100,2203,2306,2405,2510,2614,2718,2874,2974,9389" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3386,3482,3584,3683,3782,3886,3989,9625", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "3477,3579,3678,3777,3881,3984,4100,9721" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-en-rGB/values-en-rGB.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,777,892,971,1031,1096,1186,1253,1312,1402,1466,1530,1593,1662,1726,1780,1892,1950,2012,2066,2138,2260,2347,2422,2513,2594,2675,2815,2892,2973,3100,3191,3268,3322,3373,3439,3509,3586,3657,3732,3803,3880,3949,4018,4125,4216,4288,4377,4466,4540,4612,4698,4748,4827,4893,4973,5057,5119,5183,5246,5315,5415,5510,5602,5694,5752,5807,5885,5966,6041", + "endLines": "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", + "endColumns": "12,81,77,76,85,83,97,114,78,59,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,74,90,80,80,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77,80,74,74", + "endOffsets": "267,349,427,504,590,674,772,887,966,1026,1091,1181,1248,1307,1397,1461,1525,1588,1657,1721,1775,1887,1945,2007,2061,2133,2255,2342,2417,2508,2589,2670,2810,2887,2968,3095,3186,3263,3317,3368,3434,3504,3581,3652,3727,3798,3875,3944,4013,4120,4211,4283,4372,4461,4535,4607,4693,4743,4822,4888,4968,5052,5114,5178,5241,5310,5410,5505,5597,5689,5747,5802,5880,5961,6036,6111" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2979,3061,3139,3216,3302,4105,4203,4318,4397,4457,4522,4612,4679,4738,4828,4892,4956,5019,5088,5152,5206,5318,5376,5438,5492,5564,5686,5773,5848,5939,6020,6101,6241,6318,6399,6526,6617,6694,6748,6799,6865,6935,7012,7083,7158,7229,7306,7375,7444,7551,7642,7714,7803,7892,7966,8038,8124,8174,8253,8319,8399,8483,8545,8609,8672,8741,8841,8936,9028,9120,9178,9233,9394,9475,9550", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,77,76,85,83,97,114,78,59,64,89,66,58,89,63,63,62,68,63,53,111,57,61,53,71,121,86,74,90,80,80,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,77,80,74,74", + "endOffsets": "317,3056,3134,3211,3297,3381,4198,4313,4392,4452,4517,4607,4674,4733,4823,4887,4951,5014,5083,5147,5201,5313,5371,5433,5487,5559,5681,5768,5843,5934,6015,6096,6236,6313,6394,6521,6612,6689,6743,6794,6860,6930,7007,7078,7153,7224,7301,7370,7439,7546,7637,7709,7798,7887,7961,8033,8119,8169,8248,8314,8394,8478,8540,8604,8667,8736,8836,8931,9023,9115,9173,9228,9306,9470,9545,9620" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..521e8ce --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3481", + "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,3559" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rIN/values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,555,658,774", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "146,248,347,446,550,653,769,870" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2762,2858,2960,3059,3158,3262,3365,3564", + "endColumns": "95,101,98,98,103,102,115,100", + "endOffsets": "2853,2955,3054,3153,3257,3360,3476,3660" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..d6a0a62 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-en-rXC/values-en-rXC.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,6955", + "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,7136" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-en-rXC/values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,251,456,657,858,1065,1270,1482", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "246,451,652,853,1060,1265,1477,1681" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "5528,5724,5929,6130,6331,6538,6743,7141", + "endColumns": "195,204,200,200,206,204,211,203", + "endOffsets": "5719,5924,6125,6326,6533,6738,6950,7340" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..7150501 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "328,448,557,665,750,852,968,1053,1133,1224,1317,1412,1506,1605,1698,1797,1893,1984,2075,2157,2264,2363,2462,2570,2678,2785,2944,9724", + "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": "443,552,660,745,847,963,1048,1128,1219,1312,1407,1501,1600,1693,1792,1888,1979,2070,2152,2259,2358,2457,2565,2673,2780,2939,3039,9802" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,278,360,440,526,631,727,829,957,1038,1100,1165,1260,1330,1393,1486,1550,1622,1685,1759,1823,1879,1997,2055,2117,2173,2253,2387,2476,2552,2650,2731,2812,2953,3034,3114,3265,3355,3432,3488,3544,3610,3689,3771,3842,3931,4004,4081,4151,4228,4334,4423,4497,4591,4693,4765,4846,4950,5003,5088,5155,5248,5337,5399,5463,5526,5594,5705,5816,5918,6023,6083,6143,6226,6309,6385", + "endLines": "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", + "endColumns": "12,81,79,85,104,95,101,127,80,61,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,75,97,80,80,140,80,79,150,89,76,55,55,65,78,81,70,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82,82,75,76", + "endOffsets": "273,355,435,521,626,722,824,952,1033,1095,1160,1255,1325,1388,1481,1545,1617,1680,1754,1818,1874,1992,2050,2112,2168,2248,2382,2471,2547,2645,2726,2807,2948,3029,3109,3260,3350,3427,3483,3539,3605,3684,3766,3837,3926,3999,4076,4146,4223,4329,4418,4492,4586,4688,4760,4841,4945,4998,5083,5150,5243,5332,5394,5458,5521,5589,5700,5811,5913,6018,6078,6138,6221,6304,6380,6457" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3044,3126,3206,3292,3397,4225,4327,4455,4536,4598,4663,4758,4828,4891,4984,5048,5120,5183,5257,5321,5377,5495,5553,5615,5671,5751,5885,5974,6050,6148,6229,6310,6451,6532,6612,6763,6853,6930,6986,7042,7108,7187,7269,7340,7429,7502,7579,7649,7726,7832,7921,7995,8089,8191,8263,8344,8448,8501,8586,8653,8746,8835,8897,8961,9024,9092,9203,9314,9416,9521,9581,9641,9807,9890,9966", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,79,85,104,95,101,127,80,61,64,94,69,62,92,63,71,62,73,63,55,117,57,61,55,79,133,88,75,97,80,80,140,80,79,150,89,76,55,55,65,78,81,70,88,72,76,69,76,105,88,73,93,101,71,80,103,52,84,66,92,88,61,63,62,67,110,110,101,104,59,59,82,82,75,76", + "endOffsets": "323,3121,3201,3287,3392,3488,4322,4450,4531,4593,4658,4753,4823,4886,4979,5043,5115,5178,5252,5316,5372,5490,5548,5610,5666,5746,5880,5969,6045,6143,6224,6305,6446,6527,6607,6758,6848,6925,6981,7037,7103,7182,7264,7335,7424,7497,7574,7644,7721,7827,7916,7990,8084,8186,8258,8339,8443,8496,8581,8648,8741,8830,8892,8956,9019,9087,9198,9309,9411,9516,9576,9636,9719,9885,9961,10038" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-es-rUS/values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3493,3592,3694,3794,3892,3999,4105,10043", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3587,3689,3789,3887,3994,4100,4220,10139" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json new file mode 100644 index 0000000..8d12341 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-es/values-es.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-es/values-es.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,278,359,438,525,626,722,826,948,1029,1091,1156,1251,1332,1395,1484,1548,1617,1680,1754,1818,1875,1993,2051,2113,2170,2250,2389,2478,2554,2649,2730,2812,2953,3034,3114,3265,3355,3435,3491,3547,3613,3692,3774,3845,3934,4008,4085,4155,4234,4334,4418,4502,4594,4694,4768,4849,4951,5004,5089,5156,5249,5338,5400,5464,5527,5595,5708,5815,5919,6020,6080,6140,6223,6306,6382", + "endLines": "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", + "endColumns": "12,80,78,86,100,95,103,121,80,61,64,94,80,62,88,63,68,62,73,63,56,117,57,61,56,79,138,88,75,94,80,81,140,80,79,150,89,79,55,55,65,78,81,70,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82,82,75,76", + "endOffsets": "273,354,433,520,621,717,821,943,1024,1086,1151,1246,1327,1390,1479,1543,1612,1675,1749,1813,1870,1988,2046,2108,2165,2245,2384,2473,2549,2644,2725,2807,2948,3029,3109,3260,3350,3430,3486,3542,3608,3687,3769,3840,3929,4003,4080,4150,4229,4329,4413,4497,4589,4689,4763,4844,4946,4999,5084,5151,5244,5333,5395,5459,5522,5590,5703,5810,5914,6015,6075,6135,6218,6301,6377,6454" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3059,3140,3219,3306,3407,4235,4339,4461,4542,4604,4669,4764,4845,4908,4997,5061,5130,5193,5267,5331,5388,5506,5564,5626,5683,5763,5902,5991,6067,6162,6243,6325,6466,6547,6627,6778,6868,6948,7004,7060,7126,7205,7287,7358,7447,7521,7598,7668,7747,7847,7931,8015,8107,8207,8281,8362,8464,8517,8602,8669,8762,8851,8913,8977,9040,9108,9221,9328,9432,9533,9593,9653,9819,9902,9978", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,78,86,100,95,103,121,80,61,64,94,80,62,88,63,68,62,73,63,56,117,57,61,56,79,138,88,75,94,80,81,140,80,79,150,89,79,55,55,65,78,81,70,88,73,76,69,78,99,83,83,91,99,73,80,101,52,84,66,92,88,61,63,62,67,112,106,103,100,59,59,82,82,75,76", + "endOffsets": "323,3135,3214,3301,3402,3498,4334,4456,4537,4599,4664,4759,4840,4903,4992,5056,5125,5188,5262,5326,5383,5501,5559,5621,5678,5758,5897,5986,6062,6157,6238,6320,6461,6542,6622,6773,6863,6943,6999,7055,7121,7200,7282,7353,7442,7516,7593,7663,7742,7842,7926,8010,8102,8202,8276,8357,8459,8512,8597,8664,8757,8846,8908,8972,9035,9103,9216,9323,9427,9528,9588,9648,9731,9897,9973,10050" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "328,430,543,651,736,837,965,1051,1132,1224,1318,1415,1509,1609,1703,1799,1895,1987,2079,2161,2268,2379,2478,2586,2694,2801,2960,9736", + "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": "425,538,646,731,832,960,1046,1127,1219,1313,1410,1504,1604,1698,1794,1890,1982,2074,2156,2263,2374,2473,2581,2689,2796,2955,3054,9814" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-es/values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,787", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "149,251,351,449,556,662,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3503,3602,3704,3804,3902,4009,4115,10055", + "endColumns": "98,101,99,97,106,105,119,100", + "endOffsets": "3597,3699,3799,3897,4004,4110,4230,10151" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json new file mode 100644 index 0000000..cfd23d8 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-et/values-et.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "316,422,521,632,718,820,937,1018,1095,1187,1281,1377,1479,1588,1682,1783,1877,1969,2062,2145,2256,2360,2459,2569,2671,2770,2936,9508", + "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": "417,516,627,713,815,932,1013,1090,1182,1276,1372,1474,1583,1677,1778,1872,1964,2057,2140,2251,2355,2454,2564,2666,2765,2931,3033,9586" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-et/values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,453,559,664,784", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "145,247,345,448,554,659,779,880" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3461,3556,3658,3756,3859,3965,4070,9835", + "endColumns": "94,101,97,102,105,104,119,100", + "endOffsets": "3551,3653,3751,3854,3960,4065,4185,9931" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-et/values-et.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,266,346,425,510,602,689,788,905,987,1047,1111,1196,1264,1328,1415,1479,1543,1602,1674,1738,1792,1911,1971,2032,2086,2159,2292,2376,2453,2546,2626,2719,2857,2937,3016,3142,3230,3309,3364,3415,3481,3554,3633,3704,3783,3856,3931,4005,4077,4190,4278,4355,4446,4538,4612,4686,4777,4831,4913,4982,5065,5151,5213,5277,5340,5408,5511,5614,5711,5812,5871,5926,6007,6096,6173", + "endLines": "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", + "endColumns": "12,79,78,84,91,86,98,116,81,59,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,76,92,79,92,137,79,78,125,87,78,54,50,65,72,78,70,78,72,74,73,71,112,87,76,90,91,73,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80,88,76,77", + "endOffsets": "261,341,420,505,597,684,783,900,982,1042,1106,1191,1259,1323,1410,1474,1538,1597,1669,1733,1787,1906,1966,2027,2081,2154,2287,2371,2448,2541,2621,2714,2852,2932,3011,3137,3225,3304,3359,3410,3476,3549,3628,3699,3778,3851,3926,4000,4072,4185,4273,4350,4441,4533,4607,4681,4772,4826,4908,4977,5060,5146,5208,5272,5335,5403,5506,5609,5706,5807,5866,5921,6002,6091,6168,6246" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3038,3118,3197,3282,3374,4190,4289,4406,4488,4548,4612,4697,4765,4829,4916,4980,5044,5103,5175,5239,5293,5412,5472,5533,5587,5660,5793,5877,5954,6047,6127,6220,6358,6438,6517,6643,6731,6810,6865,6916,6982,7055,7134,7205,7284,7357,7432,7506,7578,7691,7779,7856,7947,8039,8113,8187,8278,8332,8414,8483,8566,8652,8714,8778,8841,8909,9012,9115,9212,9313,9372,9427,9591,9680,9757", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,78,84,91,86,98,116,81,59,63,84,67,63,86,63,63,58,71,63,53,118,59,60,53,72,132,83,76,92,79,92,137,79,78,125,87,78,54,50,65,72,78,70,78,72,74,73,71,112,87,76,90,91,73,73,90,53,81,68,82,85,61,63,62,67,102,102,96,100,58,54,80,88,76,77", + "endOffsets": "311,3113,3192,3277,3369,3456,4284,4401,4483,4543,4607,4692,4760,4824,4911,4975,5039,5098,5170,5234,5288,5407,5467,5528,5582,5655,5788,5872,5949,6042,6122,6215,6353,6433,6512,6638,6726,6805,6860,6911,6977,7050,7129,7200,7279,7352,7427,7501,7573,7686,7774,7851,7942,8034,8108,8182,8273,8327,8409,8478,8561,8647,8709,8773,8836,8904,9007,9110,9207,9308,9367,9422,9503,9675,9752,9830" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json new file mode 100644 index 0000000..a225311 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-eu/values-eu.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "325,434,532,642,728,834,958,1044,1125,1217,1311,1407,1501,1602,1696,1792,1889,1981,2074,2156,2265,2374,2473,2582,2689,2800,2971,9673", + "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": "429,527,637,723,829,953,1039,1120,1212,1306,1402,1496,1597,1691,1787,1884,1976,2069,2151,2260,2369,2468,2577,2684,2795,2966,3065,9751" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,356,459,564,667,786", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "148,251,351,454,559,662,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3569,3667,3770,3870,3973,4078,4181,9995", + "endColumns": "97,102,99,102,104,102,118,100", + "endOffsets": "3662,3765,3865,3968,4073,4176,4295,10091" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,275,382,487,567,674,774,872,987,1070,1136,1203,1302,1370,1431,1519,1582,1648,1712,1783,1846,1900,2009,2068,2131,2185,2259,2384,2474,2552,2641,2724,2804,2949,3032,3114,3252,3343,3426,3478,3531,3597,3668,3748,3819,3899,3977,4055,4128,4203,4310,4397,4484,4575,4668,4740,4816,4908,4959,5041,5107,5191,5277,5339,5403,5466,5534,5641,5750,5846,5951,6007,6064,6147,6232,6309", + "endLines": "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", + "endColumns": "12,106,104,79,106,99,97,114,82,65,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,77,88,82,79,144,82,81,137,90,82,51,52,65,70,79,70,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82,84,76,76", + "endOffsets": "270,377,482,562,669,769,867,982,1065,1131,1198,1297,1365,1426,1514,1577,1643,1707,1778,1841,1895,2004,2063,2126,2180,2254,2379,2469,2547,2636,2719,2799,2944,3027,3109,3247,3338,3421,3473,3526,3592,3663,3743,3814,3894,3972,4050,4123,4198,4305,4392,4479,4570,4663,4735,4811,4903,4954,5036,5102,5186,5272,5334,5398,5461,5529,5636,5745,5841,5946,6002,6059,6142,6227,6304,6381" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3070,3177,3282,3362,3469,4300,4398,4513,4596,4662,4729,4828,4896,4957,5045,5108,5174,5238,5309,5372,5426,5535,5594,5657,5711,5785,5910,6000,6078,6167,6250,6330,6475,6558,6640,6778,6869,6952,7004,7057,7123,7194,7274,7345,7425,7503,7581,7654,7729,7836,7923,8010,8101,8194,8266,8342,8434,8485,8567,8633,8717,8803,8865,8929,8992,9060,9167,9276,9372,9477,9533,9590,9756,9841,9918", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,106,104,79,106,99,97,114,82,65,66,98,67,60,87,62,65,63,70,62,53,108,58,62,53,73,124,89,77,88,82,79,144,82,81,137,90,82,51,52,65,70,79,70,79,77,77,72,74,106,86,86,90,92,71,75,91,50,81,65,83,85,61,63,62,67,106,108,95,104,55,56,82,84,76,76", + "endOffsets": "320,3172,3277,3357,3464,3564,4393,4508,4591,4657,4724,4823,4891,4952,5040,5103,5169,5233,5304,5367,5421,5530,5589,5652,5706,5780,5905,5995,6073,6162,6245,6325,6470,6553,6635,6773,6864,6947,6999,7052,7118,7189,7269,7340,7420,7498,7576,7649,7724,7831,7918,8005,8096,8189,8261,8337,8429,8480,8562,8628,8712,8798,8860,8924,8987,9055,9162,9271,9367,9472,9528,9585,9668,9836,9913,9990" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json new file mode 100644 index 0000000..3d23d8f --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-fa/values-fa.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,419,520,631,715,816,931,1011,1088,1181,1276,1368,1462,1564,1659,1756,1850,1943,2033,2115,2223,2327,2425,2531,2636,2741,2898,9386", + "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": "414,515,626,710,811,926,1006,1083,1176,1271,1363,1457,1559,1654,1751,1845,1938,2028,2110,2218,2322,2420,2526,2631,2736,2893,2994,9463" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,355,455,556,662,779", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "149,251,350,450,551,657,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3413,3512,3614,3713,3813,3914,4020,9705", + "endColumns": "98,101,98,99,100,105,116,100", + "endOffsets": "3507,3609,3708,3808,3909,4015,4132,9801" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,334,411,493,586,673,770,899,983,1041,1104,1194,1263,1323,1414,1477,1541,1600,1667,1729,1784,1907,1965,2026,2081,2153,2290,2371,2451,2548,2629,2711,2841,2915,2989,3121,3207,3284,3335,3389,3455,3526,3603,3674,3753,3826,3900,3970,4044,4145,4231,4305,4394,4486,4560,4633,4722,4773,4853,4920,5003,5087,5149,5213,5276,5345,5439,5540,5633,5731,5786,5844,5922,6008,6085", + "endLines": "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", + "endColumns": "12,74,76,81,92,86,96,128,83,57,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,79,96,80,81,129,73,73,131,85,76,50,53,65,70,76,70,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77,85,76,73", + "endOffsets": "254,329,406,488,581,668,765,894,978,1036,1099,1189,1258,1318,1409,1472,1536,1595,1662,1724,1779,1902,1960,2021,2076,2148,2285,2366,2446,2543,2624,2706,2836,2910,2984,3116,3202,3279,3330,3384,3450,3521,3598,3669,3748,3821,3895,3965,4039,4140,4226,4300,4389,4481,4555,4628,4717,4768,4848,4915,4998,5082,5144,5208,5271,5340,5434,5535,5628,5726,5781,5839,5917,6003,6080,6154" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2999,3074,3151,3233,3326,4137,4234,4363,4447,4505,4568,4658,4727,4787,4878,4941,5005,5064,5131,5193,5248,5371,5429,5490,5545,5617,5754,5835,5915,6012,6093,6175,6305,6379,6453,6585,6671,6748,6799,6853,6919,6990,7067,7138,7217,7290,7364,7434,7508,7609,7695,7769,7858,7950,8024,8097,8186,8237,8317,8384,8467,8551,8613,8677,8740,8809,8903,9004,9097,9195,9250,9308,9468,9554,9631", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,74,76,81,92,86,96,128,83,57,62,89,68,59,90,62,63,58,66,61,54,122,57,60,54,71,136,80,79,96,80,81,129,73,73,131,85,76,50,53,65,70,76,70,78,72,73,69,73,100,85,73,88,91,73,72,88,50,79,66,82,83,61,63,62,68,93,100,92,97,54,57,77,85,76,73", + "endOffsets": "304,3069,3146,3228,3321,3408,4229,4358,4442,4500,4563,4653,4722,4782,4873,4936,5000,5059,5126,5188,5243,5366,5424,5485,5540,5612,5749,5830,5910,6007,6088,6170,6300,6374,6448,6580,6666,6743,6794,6848,6914,6985,7062,7133,7212,7285,7359,7429,7503,7604,7690,7764,7853,7945,8019,8092,8181,8232,8312,8379,8462,8546,8608,8672,8735,8804,8898,8999,9092,9190,9245,9303,9381,9549,9626,9700" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json new file mode 100644 index 0000000..4e3a308 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-fi/values-fi.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,268,344,418,501,590,672,768,876,960,1022,1087,1180,1255,1320,1408,1473,1539,1597,1668,1734,1788,1898,1958,2022,2076,2149,2265,2349,2425,2516,2597,2678,2811,2896,2981,3114,3204,3278,3330,3381,3447,3524,3606,3677,3751,3825,3904,3981,4053,4160,4249,4325,4416,4511,4585,4658,4752,4806,4880,4952,5038,5124,5186,5250,5313,5384,5485,5588,5683,5783,5839,5894,5973,6059,6138", + "endLines": "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", + "endColumns": "12,75,73,82,88,81,95,107,83,61,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,75,90,80,80,132,84,84,132,89,73,51,50,65,76,81,70,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78,85,78,74", + "endOffsets": "263,339,413,496,585,667,763,871,955,1017,1082,1175,1250,1315,1403,1468,1534,1592,1663,1729,1783,1893,1953,2017,2071,2144,2260,2344,2420,2511,2592,2673,2806,2891,2976,3109,3199,3273,3325,3376,3442,3519,3601,3672,3746,3820,3899,3976,4048,4155,4244,4320,4411,4506,4580,4653,4747,4801,4875,4947,5033,5119,5181,5245,5308,5379,5480,5583,5678,5778,5834,5889,5968,6054,6133,6208" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2988,3064,3138,3221,3310,4126,4222,4330,4414,4476,4541,4634,4709,4774,4862,4927,4993,5051,5122,5188,5242,5352,5412,5476,5530,5603,5719,5803,5879,5970,6051,6132,6265,6350,6435,6568,6658,6732,6784,6835,6901,6978,7060,7131,7205,7279,7358,7435,7507,7614,7703,7779,7870,7965,8039,8112,8206,8260,8334,8406,8492,8578,8640,8704,8767,8838,8939,9042,9137,9237,9293,9348,9508,9594,9673", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,73,82,88,81,95,107,83,61,64,92,74,64,87,64,65,57,70,65,53,109,59,63,53,72,115,83,75,90,80,80,132,84,84,132,89,73,51,50,65,76,81,70,73,73,78,76,71,106,88,75,90,94,73,72,93,53,73,71,85,85,61,63,62,70,100,102,94,99,55,54,78,85,78,74", + "endOffsets": "313,3059,3133,3216,3305,3387,4217,4325,4409,4471,4536,4629,4704,4769,4857,4922,4988,5046,5117,5183,5237,5347,5407,5471,5525,5598,5714,5798,5874,5965,6046,6127,6260,6345,6430,6563,6653,6727,6779,6830,6896,6973,7055,7126,7200,7274,7353,7430,7502,7609,7698,7774,7865,7960,8034,8107,8201,8255,8329,8401,8487,8573,8635,8699,8762,8833,8934,9037,9132,9232,9288,9343,9422,9589,9668,9743" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "318,426,526,635,721,826,944,1030,1109,1200,1293,1388,1482,1576,1669,1765,1864,1955,2049,2129,2236,2337,2434,2540,2640,2738,2888,9427", + "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": "421,521,630,716,821,939,1025,1104,1195,1288,1383,1477,1571,1664,1760,1859,1950,2044,2124,2231,2332,2429,2535,2635,2733,2883,2983,9503" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,351,456,561,673,789", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "146,248,346,451,556,668,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3392,3488,3590,3688,3793,3898,4010,9748", + "endColumns": "95,101,97,104,104,111,115,100", + "endOffsets": "3483,3585,3683,3788,3893,4005,4121,9844" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..ec50181 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,778", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "148,250,349,451,555,659,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3578,3676,3778,3877,3979,4083,4187,10130", + "endColumns": "97,101,98,101,103,103,113,100", + "endOffsets": "3671,3773,3872,3974,4078,4182,4296,10226" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,444,551,661,748,854,984,1069,1149,1240,1333,1431,1526,1626,1719,1812,1907,1998,2089,2175,2285,2396,2499,2610,2718,2825,2984,9798", + "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": "439,546,656,743,849,979,1064,1144,1235,1328,1426,1521,1621,1714,1807,1902,1993,2084,2170,2280,2391,2494,2605,2713,2820,2979,3078,9880" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fr-rCA/values-fr-rCA.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,390,498,580,681,778,878,1000,1085,1150,1216,1313,1393,1455,1547,1614,1688,1749,1828,1892,1946,2062,2121,2183,2237,2319,2448,2540,2615,2710,2791,2875,3019,3098,3179,3326,3419,3498,3553,3604,3670,3749,3830,3901,3981,4053,4131,4206,4278,4389,4486,4563,4661,4759,4837,4918,5018,5075,5159,5225,5308,5395,5457,5521,5584,5660,5762,5869,5966,6072,6131,6186,6275,6362,6439", + "endLines": "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", + "endColumns": "12,106,107,81,100,96,99,121,84,64,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,74,94,80,83,143,78,80,146,92,78,54,50,65,78,80,70,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88,86,76,80", + "endOffsets": "278,385,493,575,676,773,873,995,1080,1145,1211,1308,1388,1450,1542,1609,1683,1744,1823,1887,1941,2057,2116,2178,2232,2314,2443,2535,2610,2705,2786,2870,3014,3093,3174,3321,3414,3493,3548,3599,3665,3744,3825,3896,3976,4048,4126,4201,4273,4384,4481,4558,4656,4754,4832,4913,5013,5070,5154,5220,5303,5390,5452,5516,5579,5655,5757,5864,5961,6067,6126,6181,6270,6357,6434,6515" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3083,3190,3298,3380,3481,4301,4401,4523,4608,4673,4739,4836,4916,4978,5070,5137,5211,5272,5351,5415,5469,5585,5644,5706,5760,5842,5971,6063,6138,6233,6314,6398,6542,6621,6702,6849,6942,7021,7076,7127,7193,7272,7353,7424,7504,7576,7654,7729,7801,7912,8009,8086,8184,8282,8360,8441,8541,8598,8682,8748,8831,8918,8980,9044,9107,9183,9285,9392,9489,9595,9654,9709,9885,9972,10049", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,106,107,81,100,96,99,121,84,64,65,96,79,61,91,66,73,60,78,63,53,115,58,61,53,81,128,91,74,94,80,83,143,78,80,146,92,78,54,50,65,78,80,70,79,71,77,74,71,110,96,76,97,97,77,80,99,56,83,65,82,86,61,63,62,75,101,106,96,105,58,54,88,86,76,80", + "endOffsets": "328,3185,3293,3375,3476,3573,4396,4518,4603,4668,4734,4831,4911,4973,5065,5132,5206,5267,5346,5410,5464,5580,5639,5701,5755,5837,5966,6058,6133,6228,6309,6393,6537,6616,6697,6844,6937,7016,7071,7122,7188,7267,7348,7419,7499,7571,7649,7724,7796,7907,8004,8081,8179,8277,8355,8436,8536,8593,8677,8743,8826,8913,8975,9039,9102,9178,9280,9387,9484,9590,9649,9704,9793,9967,10044,10125" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json new file mode 100644 index 0000000..642570d --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-fr/values-fr.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,363,444,527,636,731,829,959,1044,1109,1175,1272,1355,1421,1523,1588,1663,1719,1798,1858,1912,2034,2093,2155,2209,2291,2426,2518,2593,2688,2769,2853,2997,3076,3157,3298,3391,3470,3525,3576,3642,3722,3803,3874,3954,4027,4105,4178,4250,4362,4455,4527,4619,4711,4785,4869,4961,5018,5102,5168,5251,5338,5400,5464,5527,5605,5707,5811,5908,6012,6071,6126,6215,6302,6379", + "endLines": "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", + "endColumns": "12,79,80,82,108,94,97,129,84,64,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,74,94,80,83,143,78,80,140,92,78,54,50,65,79,80,70,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88,86,76,80", + "endOffsets": "278,358,439,522,631,726,824,954,1039,1104,1170,1267,1350,1416,1518,1583,1658,1714,1793,1853,1907,2029,2088,2150,2204,2286,2421,2513,2588,2683,2764,2848,2992,3071,3152,3293,3386,3465,3520,3571,3637,3717,3798,3869,3949,4022,4100,4173,4245,4357,4450,4522,4614,4706,4780,4864,4956,5013,5097,5163,5246,5333,5395,5459,5522,5600,5702,5806,5903,6007,6066,6121,6210,6297,6374,6455" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3075,3155,3236,3319,3428,4250,4348,4478,4563,4628,4694,4791,4874,4940,5042,5107,5182,5238,5317,5377,5431,5553,5612,5674,5728,5810,5945,6037,6112,6207,6288,6372,6516,6595,6676,6817,6910,6989,7044,7095,7161,7241,7322,7393,7473,7546,7624,7697,7769,7881,7974,8046,8138,8230,8304,8388,8480,8537,8621,8687,8770,8857,8919,8983,9046,9124,9226,9330,9427,9531,9590,9645,9821,9908,9985", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,80,82,108,94,97,129,84,64,65,96,82,65,101,64,74,55,78,59,53,121,58,61,53,81,134,91,74,94,80,83,143,78,80,140,92,78,54,50,65,79,80,70,79,72,77,72,71,111,92,71,91,91,73,83,91,56,83,65,82,86,61,63,62,77,101,103,96,103,58,54,88,86,76,80", + "endOffsets": "328,3150,3231,3314,3423,3518,4343,4473,4558,4623,4689,4786,4869,4935,5037,5102,5177,5233,5312,5372,5426,5548,5607,5669,5723,5805,5940,6032,6107,6202,6283,6367,6511,6590,6671,6812,6905,6984,7039,7090,7156,7236,7317,7388,7468,7541,7619,7692,7764,7876,7969,8041,8133,8225,8299,8383,8475,8532,8616,8682,8765,8852,8914,8978,9041,9119,9221,9325,9422,9526,9585,9640,9729,9903,9980,10061" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,444,559,669,751,857,987,1065,1141,1232,1325,1423,1518,1618,1711,1804,1899,1990,2081,2167,2277,2388,2491,2602,2710,2817,2976,9734", + "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": "439,554,664,746,852,982,1060,1136,1227,1320,1418,1513,1613,1706,1799,1894,1985,2076,2162,2272,2383,2486,2597,2705,2812,2971,3070,9816" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,560,664,782", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "148,250,349,451,555,659,777,878" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3523,3621,3723,3822,3924,4028,4132,10066", + "endColumns": "97,101,98,101,103,103,117,100", + "endOffsets": "3616,3718,3817,3919,4023,4127,4245,10162" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json new file mode 100644 index 0000000..b47833c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-gl/values-gl.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,275,356,436,521,623,719,824,957,1037,1099,1177,1273,1352,1415,1510,1574,1643,1706,1780,1844,1900,2021,2079,2141,2197,2274,2413,2501,2578,2674,2758,2838,2978,3058,3138,3287,3377,3458,3514,3570,3636,3715,3796,3867,3955,4034,4111,4193,4282,4383,4467,4559,4652,4753,4827,4919,5021,5073,5157,5223,5315,5403,5465,5529,5592,5662,5773,5878,5984,6083,6143,6203,6288,6371,6450", + "endLines": "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", + "endColumns": "12,80,79,84,101,95,104,132,79,61,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,76,95,83,79,139,79,79,148,89,80,55,55,65,78,80,70,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84,82,78,77", + "endOffsets": "270,351,431,516,618,714,819,952,1032,1094,1172,1268,1347,1410,1505,1569,1638,1701,1775,1839,1895,2016,2074,2136,2192,2269,2408,2496,2573,2669,2753,2833,2973,3053,3133,3282,3372,3453,3509,3565,3631,3710,3791,3862,3950,4029,4106,4188,4277,4378,4462,4554,4647,4748,4822,4914,5016,5068,5152,5218,5310,5398,5460,5524,5587,5657,5768,5873,5979,6078,6138,6198,6283,6366,6445,6523" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3075,3156,3236,3321,3423,4247,4352,4485,4565,4627,4705,4801,4880,4943,5038,5102,5171,5234,5308,5372,5428,5549,5607,5669,5725,5802,5941,6029,6106,6202,6286,6366,6506,6586,6666,6815,6905,6986,7042,7098,7164,7243,7324,7395,7483,7562,7639,7721,7810,7911,7995,8087,8180,8281,8355,8447,8549,8601,8685,8751,8843,8931,8993,9057,9120,9190,9301,9406,9512,9611,9671,9731,9899,9982,10061", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,84,101,95,104,132,79,61,77,95,78,62,94,63,68,62,73,63,55,120,57,61,55,76,138,87,76,95,83,79,139,79,79,148,89,80,55,55,65,78,80,70,87,78,76,81,88,100,83,91,92,100,73,91,101,51,83,65,91,87,61,63,62,69,110,104,105,98,59,59,84,82,78,77", + "endOffsets": "320,3151,3231,3316,3418,3514,4347,4480,4560,4622,4700,4796,4875,4938,5033,5097,5166,5229,5303,5367,5423,5544,5602,5664,5720,5797,5936,6024,6101,6197,6281,6361,6501,6581,6661,6810,6900,6981,7037,7093,7159,7238,7319,7390,7478,7557,7634,7716,7805,7906,7990,8082,8175,8276,8350,8442,8544,8596,8680,8746,8838,8926,8988,9052,9115,9185,9296,9401,9507,9606,9666,9726,9811,9977,10056,10134" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,821,902,994,1088,1185,1279,1379,1473,1569,1664,1756,1848,1929,2037,2144,2251,2360,2465,2579,2756,2855", + "endColumns": "103,103,107,84,100,127,85,80,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,816,897,989,1083,1180,1274,1374,1468,1564,1659,1751,1843,1924,2032,2139,2246,2355,2460,2574,2751,2850,2933" + }, + "to": { + "startLines": "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,112", + "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": "325,429,533,641,726,827,955,1041,1122,1214,1308,1405,1499,1599,1693,1789,1884,1976,2068,2149,2257,2364,2471,2580,2685,2799,2976,9816", + "endColumns": "103,103,107,84,100,127,85,80,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", + "endOffsets": "424,528,636,721,822,950,1036,1117,1209,1303,1400,1494,1594,1688,1784,1879,1971,2063,2144,2252,2359,2466,2575,2680,2794,2971,3070,9894" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,356,454,561,667,783", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "149,251,351,449,556,662,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3519,3618,3720,3820,3918,4025,4131,10139", + "endColumns": "98,101,99,97,106,105,115,100", + "endOffsets": "3613,3715,3815,3913,4020,4126,4242,10235" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json new file mode 100644 index 0000000..04e5be8 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-gu/values-gu.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,268,342,414,496,602,700,799,919,1003,1060,1123,1214,1281,1340,1430,1493,1558,1622,1691,1753,1807,1922,1980,2041,2095,2168,2295,2381,2463,2562,2647,2731,2864,2939,3015,3148,3234,3315,3369,3421,3487,3560,3640,3711,3791,3862,3938,4017,4086,4193,4289,4367,4462,4558,4632,4707,4806,4857,4939,5006,5093,5183,5245,5309,5372,5439,5541,5646,5743,5845,5903,5959,6037,6123,6198", + "endLines": "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", + "endColumns": "12,73,71,81,105,97,98,119,83,56,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,81,98,84,83,132,74,75,132,85,80,53,51,65,72,79,70,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77,85,74,72", + "endOffsets": "263,337,409,491,597,695,794,914,998,1055,1118,1209,1276,1335,1425,1488,1553,1617,1686,1748,1802,1917,1975,2036,2090,2163,2290,2376,2458,2557,2642,2726,2859,2934,3010,3143,3229,3310,3364,3416,3482,3555,3635,3706,3786,3857,3933,4012,4081,4188,4284,4362,4457,4553,4627,4702,4801,4852,4934,5001,5088,5178,5240,5304,5367,5434,5536,5641,5738,5840,5898,5954,6032,6118,6193,6266" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3001,3075,3147,3229,3335,4151,4250,4370,4454,4511,4574,4665,4732,4791,4881,4944,5009,5073,5142,5204,5258,5373,5431,5492,5546,5619,5746,5832,5914,6013,6098,6182,6315,6390,6466,6599,6685,6766,6820,6872,6938,7011,7091,7162,7242,7313,7389,7468,7537,7644,7740,7818,7913,8009,8083,8158,8257,8308,8390,8457,8544,8634,8696,8760,8823,8890,8992,9097,9194,9296,9354,9410,9569,9655,9730", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,73,71,81,105,97,98,119,83,56,62,90,66,58,89,62,64,63,68,61,53,114,57,60,53,72,126,85,81,98,84,83,132,74,75,132,85,80,53,51,65,72,79,70,79,70,75,78,68,106,95,77,94,95,73,74,98,50,81,66,86,89,61,63,62,66,101,104,96,101,57,55,77,85,74,72", + "endOffsets": "313,3070,3142,3224,3330,3428,4245,4365,4449,4506,4569,4660,4727,4786,4876,4939,5004,5068,5137,5199,5253,5368,5426,5487,5541,5614,5741,5827,5909,6008,6093,6177,6310,6385,6461,6594,6680,6761,6815,6867,6933,7006,7086,7157,7237,7308,7384,7463,7532,7639,7735,7813,7908,8004,8078,8153,8252,8303,8385,8452,8539,8629,8691,8755,8818,8885,8987,9092,9189,9291,9349,9405,9483,9650,9725,9798" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "318,425,529,636,723,823,943,1021,1098,1189,1282,1377,1471,1571,1664,1759,1853,1944,2035,2115,2221,2322,2419,2528,2628,2738,2898,9488", + "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": "420,524,631,718,818,938,1016,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2110,2216,2317,2414,2523,2623,2733,2893,2996,9564" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,252,349,451,553,651,773", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "144,247,344,446,548,646,768,869" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3433,3527,3630,3727,3829,3931,4029,9803", + "endColumns": "93,102,96,101,101,97,121,100", + "endOffsets": "3522,3625,3722,3824,3926,4024,4146,9899" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h320dp-port-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h320dp-port-v13.json new file mode 100644 index 0000000..a6b8560 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h320dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "63", + "endOffsets": "114" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h360dp-land-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h360dp-land-v13.json new file mode 100644 index 0000000..1bd57dc --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h360dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-h360dp-land-v13/values-h360dp-land-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h480dp-land-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h480dp-land-v13.json new file mode 100644 index 0000000..95a313b --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h480dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-h480dp-land-v13/values-h480dp-land-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h550dp-port-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h550dp-port-v13.json new file mode 100644 index 0000000..e909382 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h550dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "64", + "endOffsets": "115" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..ca5762b --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..50c6dcd --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json new file mode 100644 index 0000000..aea1954 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-hi/values-hi.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,361,462,575,681,808", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "148,251,356,457,570,676,803,904" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3527,3630,3735,3836,3949,4055,9930", + "endColumns": "97,102,104,100,112,105,126,100", + "endOffsets": "3522,3625,3730,3831,3944,4050,4177,10026" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,337,413,494,601,697,804,936,1019,1086,1151,1245,1314,1373,1458,1521,1584,1642,1707,1768,1829,1935,1993,2053,2112,2182,2298,2377,2468,2561,2659,2739,2873,2948,3024,3161,3258,3356,3413,3468,3534,3604,3681,3752,3837,3905,3981,4062,4140,4241,4327,4414,4511,4610,4684,4754,4858,4912,4999,5066,5156,5248,5310,5374,5437,5503,5608,5718,5819,5926,5987,6046,6125,6210,6290", + "endLines": "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", + "endColumns": "12,77,75,80,106,95,106,131,82,66,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,90,92,97,79,133,74,75,136,96,97,56,54,65,69,76,70,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78,84,79,72", + "endOffsets": "254,332,408,489,596,692,799,931,1014,1081,1146,1240,1309,1368,1453,1516,1579,1637,1702,1763,1824,1930,1988,2048,2107,2177,2293,2372,2463,2556,2654,2734,2868,2943,3019,3156,3253,3351,3408,3463,3529,3599,3676,3747,3832,3900,3976,4057,4135,4236,4322,4409,4506,4605,4679,4749,4853,4907,4994,5061,5151,5243,5305,5369,5432,5498,5603,5713,5814,5921,5982,6041,6120,6205,6285,6358" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2991,3069,3145,3226,3333,4182,4289,4421,4504,4571,4636,4730,4799,4858,4943,5006,5069,5127,5192,5253,5314,5420,5478,5538,5597,5667,5783,5862,5953,6046,6144,6224,6358,6433,6509,6646,6743,6841,6898,6953,7019,7089,7166,7237,7322,7390,7466,7547,7625,7726,7812,7899,7996,8095,8169,8239,8343,8397,8484,8551,8641,8733,8795,8859,8922,8988,9093,9203,9304,9411,9472,9531,9692,9777,9857", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,80,106,95,106,131,82,66,64,93,68,58,84,62,62,57,64,60,60,105,57,59,58,69,115,78,90,92,97,79,133,74,75,136,96,97,56,54,65,69,76,70,84,67,75,80,77,100,85,86,96,98,73,69,103,53,86,66,89,91,61,63,62,65,104,109,100,106,60,58,78,84,79,72", + "endOffsets": "304,3064,3140,3221,3328,3424,4284,4416,4499,4566,4631,4725,4794,4853,4938,5001,5064,5122,5187,5248,5309,5415,5473,5533,5592,5662,5778,5857,5948,6041,6139,6219,6353,6428,6504,6641,6738,6836,6893,6948,7014,7084,7161,7232,7317,7385,7461,7542,7620,7721,7807,7894,7991,8090,8164,8234,8338,8392,8479,8546,8636,8728,8790,8854,8917,8983,9088,9198,9299,9406,9467,9526,9605,9772,9852,9925" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,415,513,623,709,811,932,1010,1087,1178,1271,1366,1460,1560,1653,1748,1842,1933,2024,2105,2210,2312,2410,2520,2623,2732,2890,9610", + "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": "410,508,618,704,806,927,1005,1082,1173,1266,1361,1455,1555,1648,1743,1837,1928,2019,2100,2205,2307,2405,2515,2618,2727,2885,2986,9687" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json new file mode 100644 index 0000000..e4839d1 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-hr/values-hr.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,320,398,476,561,658,751,847,977,1061,1128,1196,1292,1360,1423,1531,1591,1657,1713,1784,1844,1898,2024,2081,2143,2197,2272,2406,2491,2569,2664,2749,2830,2967,3051,3137,3270,3361,3439,3495,3550,3616,3690,3768,3839,3921,3993,4070,4150,4224,4331,4424,4497,4589,4685,4759,4835,4931,4983,5065,5132,5219,5306,5368,5432,5495,5565,5671,5787,5884,5998,6058,6117,6197,6280,6357", + "endLines": "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", + "endColumns": "12,77,77,84,96,92,95,129,83,66,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,77,94,84,80,136,83,85,132,90,77,55,54,65,73,77,70,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79,82,76,74", + "endOffsets": "315,393,471,556,653,746,842,972,1056,1123,1191,1287,1355,1418,1526,1586,1652,1708,1779,1839,1893,2019,2076,2138,2192,2267,2401,2486,2564,2659,2744,2825,2962,3046,3132,3265,3356,3434,3490,3545,3611,3685,3763,3834,3916,3988,4065,4145,4219,4326,4419,4492,4584,4680,4754,4830,4926,4978,5060,5127,5214,5301,5363,5427,5490,5560,5666,5782,5879,5993,6053,6112,6192,6275,6352,6427" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3081,3159,3237,3322,3419,4238,4334,4464,4548,4615,4683,4779,4847,4910,5018,5078,5144,5200,5271,5331,5385,5511,5568,5630,5684,5759,5893,5978,6056,6151,6236,6317,6454,6538,6624,6757,6848,6926,6982,7037,7103,7177,7255,7326,7408,7480,7557,7637,7711,7818,7911,7984,8076,8172,8246,8322,8418,8470,8552,8619,8706,8793,8855,8919,8982,9052,9158,9274,9371,9485,9545,9604,9769,9852,9929", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,77,77,84,96,92,95,129,83,66,67,95,67,62,107,59,65,55,70,59,53,125,56,61,53,74,133,84,77,94,84,80,136,83,85,132,90,77,55,54,65,73,77,70,81,71,76,79,73,106,92,72,91,95,73,75,95,51,81,66,86,86,61,63,62,69,105,115,96,113,59,58,79,82,76,74", + "endOffsets": "365,3154,3232,3317,3414,3507,4329,4459,4543,4610,4678,4774,4842,4905,5013,5073,5139,5195,5266,5326,5380,5506,5563,5625,5679,5754,5888,5973,6051,6146,6231,6312,6449,6533,6619,6752,6843,6921,6977,7032,7098,7172,7250,7321,7403,7475,7552,7632,7706,7813,7906,7979,8071,8167,8241,8317,8413,8465,8547,8614,8701,8788,8850,8914,8977,9047,9153,9269,9366,9480,9540,9599,9679,9847,9924,9999" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "370,475,570,677,763,867,986,1071,1153,1244,1337,1432,1526,1626,1719,1814,1909,2000,2091,2177,2281,2393,2494,2599,2713,2815,2984,9684", + "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": "470,565,672,758,862,981,1066,1148,1239,1332,1427,1521,1621,1714,1809,1904,1995,2086,2172,2276,2388,2489,2594,2708,2810,2979,3076,9764" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,260,357,456,560,664,781", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "148,255,352,451,555,659,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3512,3610,3717,3814,3913,4017,4121,10004", + "endColumns": "97,106,96,98,103,103,116,100", + "endOffsets": "3605,3712,3809,3908,4012,4116,4233,10100" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json new file mode 100644 index 0000000..a08fe69 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-hu/values-hu.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,263,344,420,497,587,667,766,886,969,1032,1096,1195,1270,1329,1439,1501,1570,1628,1700,1761,1816,1919,1976,2036,2091,2172,2292,2375,2453,2549,2635,2723,2858,2941,3021,3161,3255,3337,3390,3441,3507,3583,3665,3736,3820,3897,3972,4051,4128,4233,4329,4406,4498,4595,4669,4754,4851,4903,4986,5053,5141,5228,5290,5354,5417,5483,5581,5687,5781,5888,5945,6000,6085,6170,6247", + "endLines": "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", + "endColumns": "12,80,75,76,89,79,98,119,82,62,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,77,95,85,87,134,82,79,139,93,81,52,50,65,75,81,70,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84,84,76,72", + "endOffsets": "258,339,415,492,582,662,761,881,964,1027,1091,1190,1265,1324,1434,1496,1565,1623,1695,1756,1811,1914,1971,2031,2086,2167,2287,2370,2448,2544,2630,2718,2853,2936,3016,3156,3250,3332,3385,3436,3502,3578,3660,3731,3815,3892,3967,4046,4123,4228,4324,4401,4493,4590,4664,4749,4846,4898,4981,5048,5136,5223,5285,5349,5412,5478,5576,5682,5776,5883,5940,5995,6080,6165,6242,6315" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3067,3148,3224,3301,3391,4193,4292,4412,4495,4558,4622,4721,4796,4855,4965,5027,5096,5154,5226,5287,5342,5445,5502,5562,5617,5698,5818,5901,5979,6075,6161,6249,6384,6467,6547,6687,6781,6863,6916,6967,7033,7109,7191,7262,7346,7423,7498,7577,7654,7759,7855,7932,8024,8121,8195,8280,8377,8429,8512,8579,8667,8754,8816,8880,8943,9009,9107,9213,9307,9414,9471,9526,9695,9780,9857", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,75,76,89,79,98,119,82,62,63,98,74,58,109,61,68,57,71,60,54,102,56,59,54,80,119,82,77,95,85,87,134,82,79,139,93,81,52,50,65,75,81,70,83,76,74,78,76,104,95,76,91,96,73,84,96,51,82,66,87,86,61,63,62,65,97,105,93,106,56,54,84,84,76,72", + "endOffsets": "308,3143,3219,3296,3386,3466,4287,4407,4490,4553,4617,4716,4791,4850,4960,5022,5091,5149,5221,5282,5337,5440,5497,5557,5612,5693,5813,5896,5974,6070,6156,6244,6379,6462,6542,6682,6776,6858,6911,6962,7028,7104,7186,7257,7341,7418,7493,7572,7649,7754,7850,7927,8019,8116,8190,8275,8372,8424,8507,8574,8662,8749,8811,8875,8938,9004,9102,9208,9302,9409,9466,9521,9606,9775,9852,9925" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "313,421,513,628,712,827,950,1027,1102,1193,1286,1381,1475,1575,1668,1763,1858,1949,2040,2123,2233,2343,2443,2554,2663,2782,2964,9611", + "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": "416,508,623,707,822,945,1022,1097,1188,1281,1376,1470,1570,1663,1758,1853,1944,2035,2118,2228,2338,2438,2549,2658,2777,2959,3062,9690" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,356,457,560,667,777", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "147,249,351,452,555,662,772,873" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3471,3568,3670,3772,3873,3976,4083,9930", + "endColumns": "96,101,101,100,102,106,109,100", + "endOffsets": "3563,3665,3767,3868,3971,4078,4188,10026" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json new file mode 100644 index 0000000..169582c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-hy/values-hy.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,341,417,497,589,677,772,902,983,1044,1108,1205,1290,1352,1439,1501,1565,1626,1693,1754,1808,1930,1987,2047,2101,2182,2317,2401,2477,2567,2646,2731,2867,2942,3017,3160,3255,3335,3391,3444,3510,3584,3663,3734,3817,3888,3964,4040,4117,4223,4311,4391,4487,4583,4657,4735,4835,4886,4970,5039,5126,5217,5279,5343,5406,5477,5582,5688,5788,5891,5951,6008,6093,6176,6250", + "endLines": "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", + "endColumns": "12,75,75,79,91,87,94,129,80,60,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,75,89,78,84,135,74,74,142,94,79,55,52,65,73,78,70,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84,82,73,79", + "endOffsets": "260,336,412,492,584,672,767,897,978,1039,1103,1200,1285,1347,1434,1496,1560,1621,1688,1749,1803,1925,1982,2042,2096,2177,2312,2396,2472,2562,2641,2726,2862,2937,3012,3155,3250,3330,3386,3439,3505,3579,3658,3729,3812,3883,3959,4035,4112,4218,4306,4386,4482,4578,4652,4730,4830,4881,4965,5034,5121,5212,5274,5338,5401,5472,5577,5683,5783,5886,5946,6003,6088,6171,6245,6325" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3024,3100,3176,3256,3348,4156,4251,4381,4462,4523,4587,4684,4769,4831,4918,4980,5044,5105,5172,5233,5287,5409,5466,5526,5580,5661,5796,5880,5956,6046,6125,6210,6346,6421,6496,6639,6734,6814,6870,6923,6989,7063,7142,7213,7296,7367,7443,7519,7596,7702,7790,7870,7966,8062,8136,8214,8314,8365,8449,8518,8605,8696,8758,8822,8885,8956,9061,9167,9267,9370,9430,9487,9655,9738,9812", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,75,79,91,87,94,129,80,60,63,96,84,61,86,61,63,60,66,60,53,121,56,59,53,80,134,83,75,89,78,84,135,74,74,142,94,79,55,52,65,73,78,70,82,70,75,75,76,105,87,79,95,95,73,77,99,50,83,68,86,90,61,63,62,70,104,105,99,102,59,56,84,82,73,79", + "endOffsets": "310,3095,3171,3251,3343,3431,4246,4376,4457,4518,4582,4679,4764,4826,4913,4975,5039,5100,5167,5228,5282,5404,5461,5521,5575,5656,5791,5875,5951,6041,6120,6205,6341,6416,6491,6634,6729,6809,6865,6918,6984,7058,7137,7208,7291,7362,7438,7514,7591,7697,7785,7865,7961,8057,8131,8209,8309,8360,8444,8513,8600,8691,8753,8817,8880,8951,9056,9162,9262,9365,9425,9482,9567,9733,9807,9887" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,423,523,633,722,828,945,1027,1107,1198,1291,1386,1480,1580,1673,1768,1862,1953,2044,2127,2233,2339,2438,2548,2656,2757,2927,9572", + "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": "418,518,628,717,823,940,1022,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2122,2228,2334,2433,2543,2651,2752,2922,3019,9650" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,260,358,457,562,664,775", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "150,255,353,452,557,659,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3436,3536,3641,3739,3838,3943,4045,9892", + "endColumns": "99,104,97,98,104,101,110,100", + "endOffsets": "3531,3636,3734,3833,3938,4040,4151,9988" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json new file mode 100644 index 0000000..7663af8 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-in/values-in.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-in/values-in.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,348,424,503,593,678,784,900,983,1047,1112,1206,1271,1330,1417,1479,1541,1601,1667,1729,1783,1895,1952,2013,2067,2139,2265,2351,2429,2522,2608,2692,2831,2912,2993,3128,3218,3300,3353,3405,3471,3543,3627,3698,3778,3853,3929,4002,4077,4175,4260,4335,4427,4521,4595,4668,4762,4814,4896,4965,5050,5137,5199,5263,5326,5398,5501,5606,5701,5804,5861,5917,5997,6078,6156", + "endLines": "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", + "endColumns": "12,78,75,78,89,84,105,115,82,63,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,77,92,85,83,138,80,80,134,89,81,52,51,65,71,83,70,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79,80,77,77", + "endOffsets": "264,343,419,498,588,673,779,895,978,1042,1107,1201,1266,1325,1412,1474,1536,1596,1662,1724,1778,1890,1947,2008,2062,2134,2260,2346,2424,2517,2603,2687,2826,2907,2988,3123,3213,3295,3348,3400,3466,3538,3622,3693,3773,3848,3924,3997,4072,4170,4255,4330,4422,4516,4590,4663,4757,4809,4891,4960,5045,5132,5194,5258,5321,5393,5496,5601,5696,5799,5856,5912,5992,6073,6151,6229" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3026,3105,3181,3260,3350,4165,4271,4387,4470,4534,4599,4693,4758,4817,4904,4966,5028,5088,5154,5216,5270,5382,5439,5500,5554,5626,5752,5838,5916,6009,6095,6179,6318,6399,6480,6615,6705,6787,6840,6892,6958,7030,7114,7185,7265,7340,7416,7489,7564,7662,7747,7822,7914,8008,8082,8155,8249,8301,8383,8452,8537,8624,8686,8750,8813,8885,8988,9093,9188,9291,9348,9404,9569,9650,9728", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,75,78,89,84,105,115,82,63,64,93,64,58,86,61,61,59,65,61,53,111,56,60,53,71,125,85,77,92,85,83,138,80,80,134,89,81,52,51,65,71,83,70,79,74,75,72,74,97,84,74,91,93,73,72,93,51,81,68,84,86,61,63,62,71,102,104,94,102,56,55,79,80,77,77", + "endOffsets": "314,3100,3176,3255,3345,3430,4266,4382,4465,4529,4594,4688,4753,4812,4899,4961,5023,5083,5149,5211,5265,5377,5434,5495,5549,5621,5747,5833,5911,6004,6090,6174,6313,6394,6475,6610,6700,6782,6835,6887,6953,7025,7109,7180,7260,7335,7411,7484,7559,7657,7742,7817,7909,8003,8077,8150,8244,8296,8378,8447,8532,8619,8681,8745,8808,8880,8983,9088,9183,9286,9343,9399,9479,9645,9723,9801" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,432,519,623,739,822,900,991,1084,1179,1273,1373,1466,1561,1655,1746,1837,1923,2026,2131,2232,2336,2445,2553,2713,2812", + "endColumns": "114,103,107,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,427,514,618,734,817,895,986,1079,1174,1268,1368,1461,1556,1650,1741,1832,1918,2021,2126,2227,2331,2440,2548,2708,2807,2892" + }, + "to": { + "startLines": "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,112", + "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": "319,434,538,646,733,837,953,1036,1114,1205,1298,1393,1487,1587,1680,1775,1869,1960,2051,2137,2240,2345,2446,2550,2659,2767,2927,9484", + "endColumns": "114,103,107,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": "429,533,641,728,832,948,1031,1109,1200,1293,1388,1482,1582,1675,1770,1864,1955,2046,2132,2235,2340,2441,2545,2654,2762,2922,3021,9564" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-in/values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,446,552,670,785", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "145,247,344,441,547,665,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3435,3530,3632,3729,3826,3932,4050,9806", + "endColumns": "94,101,96,96,105,117,114,100", + "endOffsets": "3525,3627,3724,3821,3927,4045,4160,9902" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json new file mode 100644 index 0000000..eb5d43c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-is/values-is.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "320,420,517,629,714,815,929,1010,1089,1180,1273,1366,1460,1566,1659,1754,1849,1940,2034,2115,2225,2332,2429,2538,2638,2741,2896,9383", + "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": "415,512,624,709,810,924,1005,1084,1175,1268,1361,1455,1561,1654,1749,1844,1935,2029,2110,2220,2327,2424,2533,2633,2736,2891,2989,9459" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-is/values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,257,354,454,557,661,772", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "145,252,349,449,552,656,767,868" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3476,3583,3680,3780,3883,3987,9702", + "endColumns": "94,106,96,99,102,103,110,100", + "endOffsets": "3471,3578,3675,3775,3878,3982,4093,9798" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-is/values-is.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,270,344,416,495,577,657,754,869,951,1009,1074,1162,1226,1287,1377,1441,1504,1566,1634,1698,1754,1877,1942,2004,2060,2131,2258,2342,2416,2513,2594,2678,2814,2891,2968,3084,3171,3250,3307,3362,3428,3504,3584,3655,3731,3798,3872,3942,4008,4110,4196,4266,4357,4447,4521,4594,4683,4734,4815,4887,4968,5054,5116,5180,5243,5312,5426,5532,5640,5742,5803,5862,5942,6026,6105", + "endLines": "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", + "endColumns": "12,73,71,78,81,79,96,114,81,57,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,73,96,80,83,135,76,76,115,86,78,56,54,65,75,79,70,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79,83,78,74", + "endOffsets": "265,339,411,490,572,652,749,864,946,1004,1069,1157,1221,1282,1372,1436,1499,1561,1629,1693,1749,1872,1937,1999,2055,2126,2253,2337,2411,2508,2589,2673,2809,2886,2963,3079,3166,3245,3302,3357,3423,3499,3579,3650,3726,3793,3867,3937,4003,4105,4191,4261,4352,4442,4516,4589,4678,4729,4810,4882,4963,5049,5111,5175,5238,5307,5421,5527,5635,5737,5798,5857,5937,6021,6100,6175" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2994,3068,3140,3219,3301,4098,4195,4310,4392,4450,4515,4603,4667,4728,4818,4882,4945,5007,5075,5139,5195,5318,5383,5445,5501,5572,5699,5783,5857,5954,6035,6119,6255,6332,6409,6525,6612,6691,6748,6803,6869,6945,7025,7096,7172,7239,7313,7383,7449,7551,7637,7707,7798,7888,7962,8035,8124,8175,8256,8328,8409,8495,8557,8621,8684,8753,8867,8973,9081,9183,9244,9303,9464,9548,9627", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,73,71,78,81,79,96,114,81,57,64,87,63,60,89,63,62,61,67,63,55,122,64,61,55,70,126,83,73,96,80,83,135,76,76,115,86,78,56,54,65,75,79,70,75,66,73,69,65,101,85,69,90,89,73,72,88,50,80,71,80,85,61,63,62,68,113,105,107,101,60,58,79,83,78,74", + "endOffsets": "315,3063,3135,3214,3296,3376,4190,4305,4387,4445,4510,4598,4662,4723,4813,4877,4940,5002,5070,5134,5190,5313,5378,5440,5496,5567,5694,5778,5852,5949,6030,6114,6250,6327,6404,6520,6607,6686,6743,6798,6864,6940,7020,7091,7167,7234,7308,7378,7444,7546,7632,7702,7793,7883,7957,8030,8119,8170,8251,8323,8404,8490,8552,8616,8679,8748,8862,8968,9076,9178,9239,9298,9378,9543,9622,9697" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json new file mode 100644 index 0000000..04a4e0e --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-it/values-it.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "318,423,526,635,719,824,943,1021,1096,1188,1282,1375,1469,1570,1664,1761,1856,1948,2040,2121,2227,2334,2432,2536,2642,2749,2912,9683", + "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": "418,521,630,714,819,938,1016,1091,1183,1277,1370,1464,1565,1659,1756,1851,1943,2035,2116,2222,2329,2427,2531,2637,2744,2907,3007,9760" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-it/values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,354,456,565,672,802", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "148,250,349,451,560,667,797,898" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3546,3648,3747,3849,3958,4065,10011", + "endColumns": "97,101,98,101,108,106,129,100", + "endOffsets": "3541,3643,3742,3844,3953,4060,4190,10107" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-it/values-it.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,268,352,433,510,609,704,803,943,1026,1090,1156,1251,1336,1398,1486,1548,1617,1680,1753,1816,1870,1991,2048,2110,2164,2241,2378,2463,2543,2642,2728,2810,2945,3026,3107,3253,3344,3434,3489,3540,3606,3679,3759,3830,3910,3985,4062,4131,4208,4313,4401,4490,4583,4676,4750,4830,4924,4975,5059,5125,5209,5297,5359,5423,5486,5554,5669,5783,5889,5998,6057,6112,6192,6277,6356", + "endLines": "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", + "endColumns": "12,83,80,76,98,94,98,139,82,63,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,79,98,85,81,134,80,80,145,90,89,54,50,65,72,79,70,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79,84,78,81", + "endOffsets": "263,347,428,505,604,699,798,938,1021,1085,1151,1246,1331,1393,1481,1543,1612,1675,1748,1811,1865,1986,2043,2105,2159,2236,2373,2458,2538,2637,2723,2805,2940,3021,3102,3248,3339,3429,3484,3535,3601,3674,3754,3825,3905,3980,4057,4126,4203,4308,4396,4485,4578,4671,4745,4825,4919,4970,5054,5120,5204,5292,5354,5418,5481,5549,5664,5778,5884,5993,6052,6107,6187,6272,6351,6433" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3012,3096,3177,3254,3353,4195,4294,4434,4517,4581,4647,4742,4827,4889,4977,5039,5108,5171,5244,5307,5361,5482,5539,5601,5655,5732,5869,5954,6034,6133,6219,6301,6436,6517,6598,6744,6835,6925,6980,7031,7097,7170,7250,7321,7401,7476,7553,7622,7699,7804,7892,7981,8074,8167,8241,8321,8415,8466,8550,8616,8700,8788,8850,8914,8977,9045,9160,9274,9380,9489,9548,9603,9765,9850,9929", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,83,80,76,98,94,98,139,82,63,65,94,84,61,87,61,68,62,72,62,53,120,56,61,53,76,136,84,79,98,85,81,134,80,80,145,90,89,54,50,65,72,79,70,79,74,76,68,76,104,87,88,92,92,73,79,93,50,83,65,83,87,61,63,62,67,114,113,105,108,58,54,79,84,78,81", + "endOffsets": "313,3091,3172,3249,3348,3443,4289,4429,4512,4576,4642,4737,4822,4884,4972,5034,5103,5166,5239,5302,5356,5477,5534,5596,5650,5727,5864,5949,6029,6128,6214,6296,6431,6512,6593,6739,6830,6920,6975,7026,7092,7165,7245,7316,7396,7471,7548,7617,7694,7799,7887,7976,8069,8162,8236,8316,8410,8461,8545,8611,8695,8783,8845,8909,8972,9040,9155,9269,9375,9484,9543,9598,9678,9845,9924,10006" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json new file mode 100644 index 0000000..1cf2759 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-iw/values-iw.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,445,546,646,752", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "144,246,343,440,541,641,747,848" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3437,3531,3633,3730,3827,3928,4028,9581", + "endColumns": "93,101,96,96,100,99,105,100", + "endOffsets": "3526,3628,3725,3822,3923,4023,4129,9677" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,311,388,463,540,640,731,824,937,1017,1077,1142,1230,1300,1363,1455,1518,1578,1637,1700,1761,1815,1917,1974,2033,2087,2155,2266,2347,2422,2509,2589,2671,2803,2874,2947,3071,3159,3235,3288,3342,3408,3481,3557,3628,3706,3776,3851,3933,4001,4102,4187,4257,4347,4438,4512,4585,4674,4725,4806,4873,4955,5040,5102,5166,5229,5297,5391,5486,5576,5673,5730,5788,5863,5945,6020", + "endLines": "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", + "endColumns": "12,76,74,76,99,90,92,112,79,59,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,74,86,79,81,131,70,72,123,87,75,52,53,65,72,75,70,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74,81,74,75", + "endOffsets": "306,383,458,535,635,726,819,932,1012,1072,1137,1225,1295,1358,1450,1513,1573,1632,1695,1756,1810,1912,1969,2028,2082,2150,2261,2342,2417,2504,2584,2666,2798,2869,2942,3066,3154,3230,3283,3337,3403,3476,3552,3623,3701,3771,3846,3928,3996,4097,4182,4252,4342,4433,4507,4580,4669,4720,4801,4868,4950,5035,5097,5161,5224,5292,5386,5481,5571,5668,5725,5783,5858,5940,6015,6091" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3017,3094,3169,3246,3346,4134,4227,4340,4420,4480,4545,4633,4703,4766,4858,4921,4981,5040,5103,5164,5218,5320,5377,5436,5490,5558,5669,5750,5825,5912,5992,6074,6206,6277,6350,6474,6562,6638,6691,6745,6811,6884,6960,7031,7109,7179,7254,7336,7404,7505,7590,7660,7750,7841,7915,7988,8077,8128,8209,8276,8358,8443,8505,8569,8632,8700,8794,8889,8979,9076,9133,9191,9348,9430,9505", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,76,74,76,99,90,92,112,79,59,64,87,69,62,91,62,59,58,62,60,53,101,56,58,53,67,110,80,74,86,79,81,131,70,72,123,87,75,52,53,65,72,75,70,77,69,74,81,67,100,84,69,89,90,73,72,88,50,80,66,81,84,61,63,62,67,93,94,89,96,56,57,74,81,74,75", + "endOffsets": "356,3089,3164,3241,3341,3432,4222,4335,4415,4475,4540,4628,4698,4761,4853,4916,4976,5035,5098,5159,5213,5315,5372,5431,5485,5553,5664,5745,5820,5907,5987,6069,6201,6272,6345,6469,6557,6633,6686,6740,6806,6879,6955,7026,7104,7174,7249,7331,7399,7500,7585,7655,7745,7836,7910,7983,8072,8123,8204,8271,8353,8438,8500,8564,8627,8695,8789,8884,8974,9071,9128,9186,9261,9425,9500,9576" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "361,466,566,674,758,860,976,1055,1133,1224,1318,1412,1506,1606,1699,1794,1887,1978,2070,2151,2256,2359,2457,2562,2664,2766,2920,9266", + "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": "461,561,669,753,855,971,1050,1128,1219,1313,1407,1501,1601,1694,1789,1882,1973,2065,2146,2251,2354,2452,2557,2659,2761,2915,3012,9343" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json new file mode 100644 index 0000000..23c33d0 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ja/values-ja.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "303,400,493,598,680,778,886,964,1039,1130,1223,1318,1412,1512,1605,1700,1794,1885,1976,2054,2156,2254,2349,2452,2548,2644,2792,8686", + "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": "395,488,593,675,773,881,959,1034,1125,1218,1313,1407,1507,1600,1695,1789,1880,1971,2049,2151,2249,2344,2447,2543,2639,2787,2884,8760" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,437,530,623,724", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "142,242,336,432,525,618,719,820" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3252,3344,3444,3538,3634,3727,3820,8987", + "endColumns": "91,99,93,95,92,92,100,100", + "endOffsets": "3339,3439,3533,3629,3722,3815,3916,9083" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,253,320,384,453,534,616,701,805,881,934,997,1081,1145,1203,1284,1345,1409,1464,1523,1580,1634,1727,1783,1840,1894,1960,2060,2136,2207,2286,2359,2440,2562,2624,2686,2787,2866,2941,2994,3045,3111,3181,3251,3322,3392,3456,3527,3595,3658,3749,3828,3891,3971,4053,4125,4196,4268,4316,4388,4452,4527,4604,4666,4730,4793,4860,4946,5032,5113,5196,5253,5308,5381,5459,5532", + "endLines": "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", + "endColumns": "12,66,63,68,80,81,84,103,75,52,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,70,78,72,80,121,61,61,100,78,74,52,50,65,69,69,70,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72,77,72,70", + "endOffsets": "248,315,379,448,529,611,696,800,876,929,992,1076,1140,1198,1279,1340,1404,1459,1518,1575,1629,1722,1778,1835,1889,1955,2055,2131,2202,2281,2354,2435,2557,2619,2681,2782,2861,2936,2989,3040,3106,3176,3246,3317,3387,3451,3522,3590,3653,3744,3823,3886,3966,4048,4120,4191,4263,4311,4383,4447,4522,4599,4661,4725,4788,4855,4941,5027,5108,5191,5248,5303,5376,5454,5527,5598" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2889,2956,3020,3089,3170,3921,4006,4110,4186,4239,4302,4386,4450,4508,4589,4650,4714,4769,4828,4885,4939,5032,5088,5145,5199,5265,5365,5441,5512,5591,5664,5745,5867,5929,5991,6092,6171,6246,6299,6350,6416,6486,6556,6627,6697,6761,6832,6900,6963,7054,7133,7196,7276,7358,7430,7501,7573,7621,7693,7757,7832,7909,7971,8035,8098,8165,8251,8337,8418,8501,8558,8613,8765,8843,8916", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,66,63,68,80,81,84,103,75,52,62,83,63,57,80,60,63,54,58,56,53,92,55,56,53,65,99,75,70,78,72,80,121,61,61,100,78,74,52,50,65,69,69,70,69,63,70,67,62,90,78,62,79,81,71,70,71,47,71,63,74,76,61,63,62,66,85,85,80,82,56,54,72,77,72,70", + "endOffsets": "298,2951,3015,3084,3165,3247,4001,4105,4181,4234,4297,4381,4445,4503,4584,4645,4709,4764,4823,4880,4934,5027,5083,5140,5194,5260,5360,5436,5507,5586,5659,5740,5862,5924,5986,6087,6166,6241,6294,6345,6411,6481,6551,6622,6692,6756,6827,6895,6958,7049,7128,7191,7271,7353,7425,7496,7568,7616,7688,7752,7827,7904,7966,8030,8093,8160,8246,8332,8413,8496,8553,8608,8681,8838,8911,8982" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json new file mode 100644 index 0000000..9aa6b0c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ka/values-ka.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,431,534,645,731,836,949,1032,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2243,2349,2447,2560,2665,2769,2927,9580", + "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": "426,529,640,726,831,944,1027,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2238,2344,2442,2555,2660,2764,2922,3021,9657" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,352,451,557,661,779", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "146,248,347,446,552,656,774,875" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3545,3647,3746,3845,3951,4055,9908", + "endColumns": "95,101,98,98,105,103,117,100", + "endOffsets": "3540,3642,3741,3840,3946,4050,4168,10004" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,351,425,509,602,696,795,920,1008,1071,1138,1235,1304,1367,1454,1518,1584,1644,1713,1774,1828,1943,2002,2062,2116,2188,2318,2406,2485,2583,2671,2755,2893,2971,3047,3186,3280,3360,3416,3470,3536,3609,3687,3758,3842,3915,3993,4066,4141,4251,4341,4416,4510,4608,4682,4759,4859,4912,4996,5064,5153,5242,5304,5369,5432,5502,5609,5709,5809,5905,5965,6023,6103,6193,6268", + "endLines": "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", + "endColumns": "12,77,73,83,92,93,98,124,87,62,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,78,97,87,83,137,77,75,138,93,79,55,53,65,72,77,70,83,72,77,72,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79,89,74,80", + "endOffsets": "268,346,420,504,597,691,790,915,1003,1066,1133,1230,1299,1362,1449,1513,1579,1639,1708,1769,1823,1938,1997,2057,2111,2183,2313,2401,2480,2578,2666,2750,2888,2966,3042,3181,3275,3355,3411,3465,3531,3604,3682,3753,3837,3910,3988,4061,4136,4246,4336,4411,4505,4603,4677,4754,4854,4907,4991,5059,5148,5237,5299,5364,5427,5497,5604,5704,5804,5900,5960,6018,6098,6188,6263,6344" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3026,3104,3178,3262,3355,4173,4272,4397,4485,4548,4615,4712,4781,4844,4931,4995,5061,5121,5190,5251,5305,5420,5479,5539,5593,5665,5795,5883,5962,6060,6148,6232,6370,6448,6524,6663,6757,6837,6893,6947,7013,7086,7164,7235,7319,7392,7470,7543,7618,7728,7818,7893,7987,8085,8159,8236,8336,8389,8473,8541,8630,8719,8781,8846,8909,8979,9086,9186,9286,9382,9442,9500,9662,9752,9827", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,73,83,92,93,98,124,87,62,66,96,68,62,86,63,65,59,68,60,53,114,58,59,53,71,129,87,78,97,87,83,137,77,75,138,93,79,55,53,65,72,77,70,83,72,77,72,74,109,89,74,93,97,73,76,99,52,83,67,88,88,61,64,62,69,106,99,99,95,59,57,79,89,74,80", + "endOffsets": "318,3099,3173,3257,3350,3444,4267,4392,4480,4543,4610,4707,4776,4839,4926,4990,5056,5116,5185,5246,5300,5415,5474,5534,5588,5660,5790,5878,5957,6055,6143,6227,6365,6443,6519,6658,6752,6832,6888,6942,7008,7081,7159,7230,7314,7387,7465,7538,7613,7723,7813,7888,7982,8080,8154,8231,8331,8384,8468,8536,8625,8714,8776,8841,8904,8974,9081,9181,9281,9377,9437,9495,9575,9747,9822,9903" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json new file mode 100644 index 0000000..f2381c3 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-kk/values-kk.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,351,427,506,600,688,780,892,974,1034,1098,1193,1263,1326,1433,1498,1565,1626,1693,1755,1809,1923,1982,2043,2097,2172,2298,2386,2472,2573,2663,2753,2895,2967,3040,3177,3266,3347,3404,3460,3526,3597,3674,3745,3825,3897,3973,4054,4124,4224,4311,4383,4474,4567,4641,4716,4808,4860,4942,5008,5092,5178,5240,5304,5367,5436,5540,5644,5738,5838,5899,5959,6043,6127,6203", + "endLines": "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", + "endColumns": "12,77,75,78,93,87,91,111,81,59,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,85,100,89,89,141,71,72,136,88,80,56,55,65,70,76,70,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83,83,75,78", + "endOffsets": "268,346,422,501,595,683,775,887,969,1029,1093,1188,1258,1321,1428,1493,1560,1621,1688,1750,1804,1918,1977,2038,2092,2167,2293,2381,2467,2568,2658,2748,2890,2962,3035,3172,3261,3342,3399,3455,3521,3592,3669,3740,3820,3892,3968,4049,4119,4219,4306,4378,4469,4562,4636,4711,4803,4855,4937,5003,5087,5173,5235,5299,5362,5431,5535,5639,5733,5833,5894,5954,6038,6122,6198,6277" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3014,3092,3168,3247,3341,4143,4235,4347,4429,4489,4553,4648,4718,4781,4888,4953,5020,5081,5148,5210,5264,5378,5437,5498,5552,5627,5753,5841,5927,6028,6118,6208,6350,6422,6495,6632,6721,6802,6859,6915,6981,7052,7129,7200,7280,7352,7428,7509,7579,7679,7766,7838,7929,8022,8096,8171,8263,8315,8397,8463,8547,8633,8695,8759,8822,8891,8995,9099,9193,9293,9354,9414,9580,9664,9740", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,78,93,87,91,111,81,59,63,94,69,62,106,64,66,60,66,61,53,113,58,60,53,74,125,87,85,100,89,89,141,71,72,136,88,80,56,55,65,70,76,70,79,71,75,80,69,99,86,71,90,92,73,74,91,51,81,65,83,85,61,63,62,68,103,103,93,99,60,59,83,83,75,78", + "endOffsets": "318,3087,3163,3242,3336,3424,4230,4342,4424,4484,4548,4643,4713,4776,4883,4948,5015,5076,5143,5205,5259,5373,5432,5493,5547,5622,5748,5836,5922,6023,6113,6203,6345,6417,6490,6627,6716,6797,6854,6910,6976,7047,7124,7195,7275,7347,7423,7504,7574,7674,7761,7833,7924,8017,8091,8166,8258,8310,8392,8458,8542,8628,8690,8754,8817,8886,8990,9094,9188,9288,9349,9409,9493,9659,9735,9814" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,354,457,561,658,769", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "145,247,349,452,556,653,764,865" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3429,3524,3626,3728,3831,3935,4032,9819", + "endColumns": "94,101,101,102,103,96,110,100", + "endOffsets": "3519,3621,3723,3826,3930,4027,4138,9915" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,431,536,646,731,837,956,1036,1113,1204,1297,1392,1486,1586,1679,1774,1871,1962,2053,2134,2239,2342,2440,2547,2653,2753,2919,9498", + "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": "426,531,641,726,832,951,1031,1108,1199,1292,1387,1481,1581,1674,1769,1866,1957,2048,2129,2234,2337,2435,2542,2648,2748,2914,3009,9575" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json new file mode 100644 index 0000000..0ad7284 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-km/values-km.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-km/values-km.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,347,423,503,582,661,761,873,953,1019,1084,1178,1248,1310,1397,1460,1525,1584,1649,1710,1767,1886,1944,2005,2062,2133,2263,2349,2425,2510,2592,2670,2808,2883,2954,3104,3201,3279,3334,3390,3456,3536,3626,3697,3782,3861,3938,4008,4083,4195,4283,4356,4456,4555,4629,4705,4812,4866,4956,5029,5120,5216,5278,5342,5405,5476,5575,5673,5765,5861,5919,5979,6062,6144,6222", + "endLines": "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", + "endColumns": "12,77,75,79,78,78,99,111,79,65,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,75,84,81,77,137,74,70,149,96,77,54,55,65,79,89,70,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82,81,77,75", + "endOffsets": "264,342,418,498,577,656,756,868,948,1014,1079,1173,1243,1305,1392,1455,1520,1579,1644,1705,1762,1881,1939,2000,2057,2128,2258,2344,2420,2505,2587,2665,2803,2878,2949,3099,3196,3274,3329,3385,3451,3531,3621,3692,3777,3856,3933,4003,4078,4190,4278,4351,4451,4550,4624,4700,4807,4861,4951,5024,5115,5211,5273,5337,5400,5471,5570,5668,5760,5856,5914,5974,6057,6139,6217,6293" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3085,3161,3241,3320,4120,4220,4332,4412,4478,4543,4637,4707,4769,4856,4919,4984,5043,5108,5169,5226,5345,5403,5464,5521,5592,5722,5808,5884,5969,6051,6129,6267,6342,6413,6563,6660,6738,6793,6849,6915,6995,7085,7156,7241,7320,7397,7467,7542,7654,7742,7815,7915,8014,8088,8164,8271,8325,8415,8488,8579,8675,8737,8801,8864,8935,9034,9132,9224,9320,9378,9438,9605,9687,9765", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,75,79,78,78,99,111,79,65,64,93,69,61,86,62,64,58,64,60,56,118,57,60,56,70,129,85,75,84,81,77,137,74,70,149,96,77,54,55,65,79,89,70,84,78,76,69,74,111,87,72,99,98,73,75,106,53,89,72,90,95,61,63,62,70,98,97,91,95,57,59,82,81,77,75", + "endOffsets": "314,3080,3156,3236,3315,3394,4215,4327,4407,4473,4538,4632,4702,4764,4851,4914,4979,5038,5103,5164,5221,5340,5398,5459,5516,5587,5717,5803,5879,5964,6046,6124,6262,6337,6408,6558,6655,6733,6788,6844,6910,6990,7080,7151,7236,7315,7392,7462,7537,7649,7737,7810,7910,8009,8083,8159,8266,8320,8410,8483,8574,8670,8732,8796,8859,8930,9029,9127,9219,9315,9373,9433,9516,9682,9760,9836" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "319,421,520,630,717,820,941,1019,1095,1186,1279,1371,1465,1565,1658,1753,1847,1938,2029,2112,2216,2320,2420,2529,2638,2747,2909,9521", + "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": "416,515,625,712,815,936,1014,1090,1181,1274,1366,1460,1560,1653,1748,1842,1933,2024,2107,2211,2315,2415,2524,2633,2742,2904,3002,9600" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-km/values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,253,351,451,552,664,776", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "145,248,346,446,547,659,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3399,3494,3597,3695,3795,3896,4008,9841", + "endColumns": "94,102,97,99,100,111,111,100", + "endOffsets": "3489,3592,3690,3790,3891,4003,4115,9937" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json new file mode 100644 index 0000000..ae71d66 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-kn/values-kn.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,529,636,762,840,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1935,2051,2161,2260,2373,2478,2592,2756,2856", + "endColumns": "113,111,112,84,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,524,631,757,835,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1930,2046,2156,2255,2368,2473,2587,2751,2851,2934" + }, + "to": { + "startLines": "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,112", + "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": "327,441,553,666,751,858,984,1062,1138,1229,1322,1417,1511,1611,1704,1799,1893,1984,2075,2157,2273,2383,2482,2595,2700,2814,2978,9716", + "endColumns": "113,111,112,84,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": "436,548,661,746,853,979,1057,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2070,2152,2268,2378,2477,2590,2695,2809,2973,3073,9794" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,256,357,463,564,672,800", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "148,251,352,458,559,667,795,896" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3537,3635,3738,3839,3945,4046,4154,10044", + "endColumns": "97,102,100,105,100,107,127,100", + "endOffsets": "3630,3733,3834,3940,4041,4149,4277,10140" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,277,361,444,526,641,736,843,956,1041,1098,1161,1255,1321,1383,1486,1552,1623,1682,1758,1823,1877,1990,2048,2109,2163,2242,2358,2444,2527,2622,2708,2799,2941,3020,3099,3228,3316,3400,3457,3509,3575,3655,3745,3816,3895,3972,4049,4126,4195,4312,4411,4488,4581,4676,4750,4831,4927,4978,5062,5130,5216,5304,5367,5432,5495,5563,5668,5773,5868,5971,6032,6088,6170,6262,6341", + "endLines": "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", + "endColumns": "12,83,82,81,114,94,106,112,84,56,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,85,82,94,85,90,141,78,78,128,87,83,56,51,65,79,89,70,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81,91,78,73", + "endOffsets": "272,356,439,521,636,731,838,951,1036,1093,1156,1250,1316,1378,1481,1547,1618,1677,1753,1818,1872,1985,2043,2104,2158,2237,2353,2439,2522,2617,2703,2794,2936,3015,3094,3223,3311,3395,3452,3504,3570,3650,3740,3811,3890,3967,4044,4121,4190,4307,4406,4483,4576,4671,4745,4826,4922,4973,5057,5125,5211,5299,5362,5427,5490,5558,5663,5768,5863,5966,6027,6083,6165,6257,6336,6410" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3078,3162,3245,3327,3442,4282,4389,4502,4587,4644,4707,4801,4867,4929,5032,5098,5169,5228,5304,5369,5423,5536,5594,5655,5709,5788,5904,5990,6073,6168,6254,6345,6487,6566,6645,6774,6862,6946,7003,7055,7121,7201,7291,7362,7441,7518,7595,7672,7741,7858,7957,8034,8127,8222,8296,8377,8473,8524,8608,8676,8762,8850,8913,8978,9041,9109,9214,9319,9414,9517,9578,9634,9799,9891,9970", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,83,82,81,114,94,106,112,84,56,62,93,65,61,102,65,70,58,75,64,53,112,57,60,53,78,115,85,82,94,85,90,141,78,78,128,87,83,56,51,65,79,89,70,78,76,76,76,68,116,98,76,92,94,73,80,95,50,83,67,85,87,62,64,62,67,104,104,94,102,60,55,81,91,78,73", + "endOffsets": "322,3157,3240,3322,3437,3532,4384,4497,4582,4639,4702,4796,4862,4924,5027,5093,5164,5223,5299,5364,5418,5531,5589,5650,5704,5783,5899,5985,6068,6163,6249,6340,6482,6561,6640,6769,6857,6941,6998,7050,7116,7196,7286,7357,7436,7513,7590,7667,7736,7853,7952,8029,8122,8217,8291,8372,8468,8519,8603,8671,8757,8845,8908,8973,9036,9104,9209,9314,9409,9512,9573,9629,9711,9886,9965,10039" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json new file mode 100644 index 0000000..8db6248 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ko/values-ko.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "299,396,490,591,673,771,877,957,1032,1123,1216,1311,1405,1505,1598,1693,1787,1878,1969,2049,2147,2241,2336,2436,2533,2633,2785,8675", + "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": "391,485,586,668,766,872,952,1027,1118,1211,1306,1400,1500,1593,1688,1782,1873,1964,2044,2142,2236,2331,2431,2528,2628,2780,2874,8749" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,247,341,438,534,632,732", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "142,242,336,433,529,627,727,828" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3230,3322,3422,3516,3613,3709,3807,8975", + "endColumns": "91,99,93,96,95,97,99,100", + "endOffsets": "3317,3417,3511,3608,3704,3802,3902,9071" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,249,314,378,447,521,600,683,789,864,917,979,1060,1122,1179,1266,1326,1384,1442,1501,1558,1612,1707,1763,1820,1874,1940,2044,2119,2191,2272,2350,2427,2548,2613,2678,2778,2857,2932,2982,3033,3099,3163,3233,3304,3375,3443,3514,3586,3656,3749,3829,3903,3983,4065,4137,4202,4274,4322,4395,4459,4534,4611,4673,4737,4800,4867,4951,5029,5109,5187,5241,5296,5368,5445,5518", + "endLines": "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", + "endColumns": "12,64,63,68,73,78,82,105,74,52,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,71,80,77,76,120,64,64,99,78,74,49,50,65,63,69,70,70,67,70,71,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71,76,72,70", + "endOffsets": "244,309,373,442,516,595,678,784,859,912,974,1055,1117,1174,1261,1321,1379,1437,1496,1553,1607,1702,1758,1815,1869,1935,2039,2114,2186,2267,2345,2422,2543,2608,2673,2773,2852,2927,2977,3028,3094,3158,3228,3299,3370,3438,3509,3581,3651,3744,3824,3898,3978,4060,4132,4197,4269,4317,4390,4454,4529,4606,4668,4732,4795,4862,4946,5024,5104,5182,5236,5291,5363,5440,5513,5584" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2879,2944,3008,3077,3151,3907,3990,4096,4171,4224,4286,4367,4429,4486,4573,4633,4691,4749,4808,4865,4919,5014,5070,5127,5181,5247,5351,5426,5498,5579,5657,5734,5855,5920,5985,6085,6164,6239,6289,6340,6406,6470,6540,6611,6682,6750,6821,6893,6963,7056,7136,7210,7290,7372,7444,7509,7581,7629,7702,7766,7841,7918,7980,8044,8107,8174,8258,8336,8416,8494,8548,8603,8754,8831,8904", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,64,63,68,73,78,82,105,74,52,61,80,61,56,86,59,57,57,58,56,53,94,55,56,53,65,103,74,71,80,77,76,120,64,64,99,78,74,49,50,65,63,69,70,70,67,70,71,69,92,79,73,79,81,71,64,71,47,72,63,74,76,61,63,62,66,83,77,79,77,53,54,71,76,72,70", + "endOffsets": "294,2939,3003,3072,3146,3225,3985,4091,4166,4219,4281,4362,4424,4481,4568,4628,4686,4744,4803,4860,4914,5009,5065,5122,5176,5242,5346,5421,5493,5574,5652,5729,5850,5915,5980,6080,6159,6234,6284,6335,6401,6465,6535,6606,6677,6745,6816,6888,6958,7051,7131,7205,7285,7367,7439,7504,7576,7624,7697,7761,7836,7913,7975,8039,8102,8169,8253,8331,8411,8489,8543,8598,8670,8826,8899,8970" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json new file mode 100644 index 0000000..9ba6bd1 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ky/values-ky.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,426,535,647,732,837,954,1033,1111,1202,1295,1390,1484,1584,1677,1772,1867,1958,2049,2130,2236,2341,2439,2546,2649,2764,2925,9645", + "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": "421,530,642,727,832,949,1028,1106,1197,1290,1385,1479,1579,1672,1767,1862,1953,2044,2125,2231,2336,2434,2541,2644,2759,2920,3022,9722" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,360,467,571,675,786", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "150,252,355,462,566,670,781,882" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3505,3605,3707,3810,3917,4021,4125,9972", + "endColumns": "99,101,102,106,103,103,110,100", + "endOffsets": "3600,3702,3805,3912,4016,4120,4231,10068" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,348,433,518,633,743,844,985,1069,1129,1193,1287,1357,1418,1505,1568,1632,1691,1765,1827,1881,1998,2056,2117,2171,2245,2367,2451,2530,2630,2716,2812,2944,3022,3100,3229,3318,3398,3459,3514,3580,3649,3726,3797,3878,3952,4028,4118,4191,4293,4378,4457,4547,4639,4713,4798,4888,4940,5024,5089,5174,5259,5321,5385,5448,5517,5634,5742,5842,5946,6011,6070,6152,6238,6314", + "endLines": "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", + "endColumns": "12,82,84,84,114,109,100,140,83,59,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,78,99,85,95,131,77,77,128,88,79,60,54,65,68,76,70,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81,85,75,82", + "endOffsets": "260,343,428,513,628,738,839,980,1064,1124,1188,1282,1352,1413,1500,1563,1627,1686,1760,1822,1876,1993,2051,2112,2166,2240,2362,2446,2525,2625,2711,2807,2939,3017,3095,3224,3313,3393,3454,3509,3575,3644,3721,3792,3873,3947,4023,4113,4186,4288,4373,4452,4542,4634,4708,4793,4883,4935,5019,5084,5169,5254,5316,5380,5443,5512,5629,5737,5837,5941,6006,6065,6147,6233,6309,6392" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3027,3110,3195,3280,3395,4236,4337,4478,4562,4622,4686,4780,4850,4911,4998,5061,5125,5184,5258,5320,5374,5491,5549,5610,5664,5738,5860,5944,6023,6123,6209,6305,6437,6515,6593,6722,6811,6891,6952,7007,7073,7142,7219,7290,7371,7445,7521,7611,7684,7786,7871,7950,8040,8132,8206,8291,8381,8433,8517,8582,8667,8752,8814,8878,8941,9010,9127,9235,9335,9439,9504,9563,9727,9813,9889", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,82,84,84,114,109,100,140,83,59,63,93,69,60,86,62,63,58,73,61,53,116,57,60,53,73,121,83,78,99,85,95,131,77,77,128,88,79,60,54,65,68,76,70,80,73,75,89,72,101,84,78,89,91,73,84,89,51,83,64,84,84,61,63,62,68,116,107,99,103,64,58,81,85,75,82", + "endOffsets": "310,3105,3190,3275,3390,3500,4332,4473,4557,4617,4681,4775,4845,4906,4993,5056,5120,5179,5253,5315,5369,5486,5544,5605,5659,5733,5855,5939,6018,6118,6204,6300,6432,6510,6588,6717,6806,6886,6947,7002,7068,7137,7214,7285,7366,7440,7516,7606,7679,7781,7866,7945,8035,8127,8201,8286,8376,8428,8512,8577,8662,8747,8809,8873,8936,9005,9122,9230,9330,9434,9499,9558,9640,9808,9884,9967" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json new file mode 100644 index 0000000..785f9d7 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-land/values-land.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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,21,22,26,35,40", + "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", + "startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727" + }, + "to": { + "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43", + "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", + "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json new file mode 100644 index 0000000..b9c611a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-large-v4/values-large-v4.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,169,285,407", + "endColumns": "113,115,121,133", + "endOffsets": "164,280,402,536" + }, + "to": { + "startLines": "11,12,13,14", + "startColumns": "4,4,4,4", + "startOffsets": "752,866,982,1104", + "endColumns": "113,115,121,133", + "endOffsets": "861,977,1099,1233" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..67a5207 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ldltr-v21/values-ldltr-v21.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldrtl-v17.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldrtl-v17.json new file mode 100644 index 0000000..a2ac3f9 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldrtl-v17.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ldrtl-v17/values-ldrtl-v17.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ldrtl-v17/values-ldrtl-v17.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,191", + "endColumns": "135,140", + "endOffsets": "186,327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json new file mode 100644 index 0000000..e28ce1b --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-lo/values-lo.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,552,650,761", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "146,249,348,446,547,645,756,857" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3381,3477,3580,3679,3777,3878,3976,9682", + "endColumns": "95,102,98,97,100,97,110,100", + "endOffsets": "3472,3575,3674,3772,3873,3971,4082,9778" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,343,414,495,581,664,779,898,981,1048,1114,1203,1272,1331,1426,1492,1557,1615,1680,1741,1801,1907,1968,2028,2086,2157,2276,2362,2439,2529,2614,2696,2839,2914,2990,3121,3211,3289,3344,3399,3465,3534,3608,3679,3758,3831,3908,3977,4047,4144,4229,4304,4397,4490,4564,4633,4727,4779,4862,4929,5013,5097,5159,5223,5286,5356,5455,5553,5648,5742,5801,5860,5939,6024,6101", + "endLines": "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", + "endColumns": "12,73,70,80,85,82,114,118,82,66,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,76,89,84,81,142,74,75,130,89,77,54,54,65,68,73,70,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78,84,76,75", + "endOffsets": "264,338,409,490,576,659,774,893,976,1043,1109,1198,1267,1326,1421,1487,1552,1610,1675,1736,1796,1902,1963,2023,2081,2152,2271,2357,2434,2524,2609,2691,2834,2909,2985,3116,3206,3284,3339,3394,3460,3529,3603,3674,3753,3826,3903,3972,4042,4139,4224,4299,4392,4485,4559,4628,4722,4774,4857,4924,5008,5092,5154,5218,5281,5351,5450,5548,5643,5737,5796,5855,5934,6019,6096,6172" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2986,3060,3131,3212,3298,4087,4202,4321,4404,4471,4537,4626,4695,4754,4849,4915,4980,5038,5103,5164,5224,5330,5391,5451,5509,5580,5699,5785,5862,5952,6037,6119,6262,6337,6413,6544,6634,6712,6767,6822,6888,6957,7031,7102,7181,7254,7331,7400,7470,7567,7652,7727,7820,7913,7987,8056,8150,8202,8285,8352,8436,8520,8582,8646,8709,8779,8878,8976,9071,9165,9224,9283,9444,9529,9606", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,73,70,80,85,82,114,118,82,66,65,88,68,58,94,65,64,57,64,60,59,105,60,59,57,70,118,85,76,89,84,81,142,74,75,130,89,77,54,54,65,68,73,70,78,72,76,68,69,96,84,74,92,92,73,68,93,51,82,66,83,83,61,63,62,69,98,97,94,93,58,58,78,84,76,75", + "endOffsets": "314,3055,3126,3207,3293,3376,4197,4316,4399,4466,4532,4621,4690,4749,4844,4910,4975,5033,5098,5159,5219,5325,5386,5446,5504,5575,5694,5780,5857,5947,6032,6114,6257,6332,6408,6539,6629,6707,6762,6817,6883,6952,7026,7097,7176,7249,7326,7395,7465,7562,7647,7722,7815,7908,7982,8051,8145,8197,8280,8347,8431,8515,8577,8641,8704,8774,8873,8971,9066,9160,9219,9278,9357,9524,9601,9677" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "319,422,525,638,723,827,938,1016,1093,1184,1277,1369,1463,1563,1656,1751,1847,1938,2029,2110,2217,2321,2419,2522,2626,2730,2887,9362", + "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": "417,520,633,718,822,933,1011,1088,1179,1272,1364,1458,1558,1651,1746,1842,1933,2024,2105,2212,2316,2414,2517,2621,2725,2882,2981,9439" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json new file mode 100644 index 0000000..b1d4833 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-lt/values-lt.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,263,362,465,576,686,806", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "148,258,357,460,571,681,801,902" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3618,3716,3826,3925,4028,4139,4249,10172", + "endColumns": "97,109,98,102,110,109,119,100", + "endOffsets": "3711,3821,3920,4023,4134,4244,4364,10268" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,375,454,532,615,709,799,895,1013,1097,1160,1226,1325,1403,1468,1578,1641,1713,1772,1846,1907,1961,2085,2146,2208,2262,2340,2474,2562,2639,2732,2813,2897,3038,3117,3201,3344,3441,3518,3574,3628,3694,3769,3848,3919,3999,4075,4153,4226,4303,4410,4497,4578,4668,4760,4832,4913,5005,5060,5142,5208,5293,5380,5442,5506,5569,5641,5752,5868,5969,6078,6138,6196,6278,6364,6440", + "endLines": "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", + "endColumns": "12,78,77,82,93,89,95,117,83,62,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,76,92,80,83,140,78,83,142,96,76,55,53,65,74,78,70,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81,85,75,77", + "endOffsets": "370,449,527,610,704,794,890,1008,1092,1155,1221,1320,1398,1463,1573,1636,1708,1767,1841,1902,1956,2080,2141,2203,2257,2335,2469,2557,2634,2727,2808,2892,3033,3112,3196,3339,3436,3513,3569,3623,3689,3764,3843,3914,3994,4070,4148,4221,4298,4405,4492,4573,4663,4755,4827,4908,5000,5055,5137,5203,5288,5375,5437,5501,5564,5636,5747,5863,5964,6073,6133,6191,6273,6359,6435,6513" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3194,3273,3351,3434,3528,4369,4465,4583,4667,4730,4796,4895,4973,5038,5148,5211,5283,5342,5416,5477,5531,5655,5716,5778,5832,5910,6044,6132,6209,6302,6383,6467,6608,6687,6771,6914,7011,7088,7144,7198,7264,7339,7418,7489,7569,7645,7723,7796,7873,7980,8067,8148,8238,8330,8402,8483,8575,8630,8712,8778,8863,8950,9012,9076,9139,9211,9322,9438,9539,9648,9708,9766,9932,10018,10094", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,78,77,82,93,89,95,117,83,62,65,98,77,64,109,62,71,58,73,60,53,123,60,61,53,77,133,87,76,92,80,83,140,78,83,142,96,76,55,53,65,74,78,70,79,75,77,72,76,106,86,80,89,91,71,80,91,54,81,65,84,86,61,63,62,71,110,115,100,108,59,57,81,85,75,77", + "endOffsets": "420,3268,3346,3429,3523,3613,4460,4578,4662,4725,4791,4890,4968,5033,5143,5206,5278,5337,5411,5472,5526,5650,5711,5773,5827,5905,6039,6127,6204,6297,6378,6462,6603,6682,6766,6909,7006,7083,7139,7193,7259,7334,7413,7484,7564,7640,7718,7791,7868,7975,8062,8143,8233,8325,8397,8478,8570,8625,8707,8773,8858,8945,9007,9071,9134,9206,9317,9433,9534,9643,9703,9761,9843,10013,10089,10167" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "425,541,645,758,845,947,1069,1152,1232,1326,1422,1519,1615,1718,1814,1912,2008,2102,2196,2279,2388,2496,2596,2706,2811,2917,3093,9848", + "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": "536,640,753,840,942,1064,1147,1227,1321,1417,1514,1610,1713,1809,1907,2003,2097,2191,2274,2383,2491,2591,2701,2806,2912,3088,3189,9927" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json new file mode 100644 index 0000000..6e0b970 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-lv/values-lv.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,324,411,496,577,682,770,871,1005,1088,1149,1214,1308,1381,1442,1567,1633,1701,1762,1834,1894,1948,2068,2128,2190,2244,2321,2451,2538,2615,2705,2788,2870,3011,3091,3176,3303,3394,3470,3524,3577,3643,3717,3798,3869,3949,4022,4099,4176,4250,4360,4453,4528,4618,4709,4781,4859,4950,5004,5087,5155,5239,5326,5388,5452,5515,5587,5697,5810,5913,6022,6080,6137,6214,6299,6377", + "endLines": "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", + "endColumns": "12,86,84,80,104,87,100,133,82,60,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,76,89,82,81,140,79,84,126,90,75,53,52,65,73,80,70,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76,84,77,73", + "endOffsets": "319,406,491,572,677,765,866,1000,1083,1144,1209,1303,1376,1437,1562,1628,1696,1757,1829,1889,1943,2063,2123,2185,2239,2316,2446,2533,2610,2700,2783,2865,3006,3086,3171,3298,3389,3465,3519,3572,3638,3712,3793,3864,3944,4017,4094,4171,4245,4355,4448,4523,4613,4704,4776,4854,4945,4999,5082,5150,5234,5321,5383,5447,5510,5582,5692,5805,5908,6017,6075,6132,6209,6294,6372,6446" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3258,3345,3430,3511,3616,4435,4536,4670,4753,4814,4879,4973,5046,5107,5232,5298,5366,5427,5499,5559,5613,5733,5793,5855,5909,5986,6116,6203,6280,6370,6453,6535,6676,6756,6841,6968,7059,7135,7189,7242,7308,7382,7463,7534,7614,7687,7764,7841,7915,8025,8118,8193,8283,8374,8446,8524,8615,8669,8752,8820,8904,8991,9053,9117,9180,9252,9362,9475,9578,9687,9745,9802,9962,10047,10125", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,86,84,80,104,87,100,133,82,60,64,93,72,60,124,65,67,60,71,59,53,119,59,61,53,76,129,86,76,89,82,81,140,79,84,126,90,75,53,52,65,73,80,70,79,72,76,76,73,109,92,74,89,90,71,77,90,53,82,67,83,86,61,63,62,71,109,112,102,108,57,56,76,84,77,73", + "endOffsets": "369,3340,3425,3506,3611,3699,4531,4665,4748,4809,4874,4968,5041,5102,5227,5293,5361,5422,5494,5554,5608,5728,5788,5850,5904,5981,6111,6198,6275,6365,6448,6530,6671,6751,6836,6963,7054,7130,7184,7237,7303,7377,7458,7529,7609,7682,7759,7836,7910,8020,8113,8188,8278,8369,8441,8519,8610,8664,8747,8815,8899,8986,9048,9112,9175,9247,9357,9470,9573,9682,9740,9797,9874,10042,10120,10194" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,456,563,671,786", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "148,250,350,451,558,666,781,882" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3704,3802,3904,4004,4105,4212,4320,10199", + "endColumns": "97,101,99,100,106,107,114,100", + "endOffsets": "3797,3899,3999,4100,4207,4315,4430,10295" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "374,494,604,713,799,903,1025,1107,1187,1297,1405,1511,1620,1731,1834,1946,2053,2158,2258,2343,2452,2563,2662,2773,2880,2985,3159,9879", + "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": "489,599,708,794,898,1020,1102,1182,1292,1400,1506,1615,1726,1829,1941,2048,2153,2253,2338,2447,2558,2657,2768,2875,2980,3154,3253,9957" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json new file mode 100644 index 0000000..e04e170 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-mk/values-mk.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,450,555,658,774", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "148,250,347,445,550,653,769,870" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3465,3563,3665,3762,3860,3965,4068,9956", + "endColumns": "97,101,96,97,104,102,115,100", + "endOffsets": "3558,3660,3757,3855,3960,4063,4179,10052" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,352,432,514,611,700,796,920,1007,1070,1136,1227,1297,1361,1464,1527,1592,1652,1720,1783,1838,1966,2023,2085,2140,2215,2355,2442,2521,2614,2700,2783,2916,2998,3083,3229,3316,3393,3447,3502,3568,3641,3717,3788,3866,3939,4015,4090,4160,4269,4357,4432,4524,4616,4690,4764,4856,4909,4991,5058,5141,5228,5290,5354,5417,5487,5601,5716,5818,5930,5988,6047,6132,6221,6305", + "endLines": "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", + "endColumns": "12,80,79,81,96,88,95,123,86,62,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,78,92,85,82,132,81,84,145,86,76,53,54,65,72,75,70,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84,88,83,78", + "endOffsets": "266,347,427,509,606,695,791,915,1002,1065,1131,1222,1292,1356,1459,1522,1587,1647,1715,1778,1833,1961,2018,2080,2135,2210,2350,2437,2516,2609,2695,2778,2911,2993,3078,3224,3311,3388,3442,3497,3563,3636,3712,3783,3861,3934,4010,4085,4155,4264,4352,4427,4519,4611,4685,4759,4851,4904,4986,5053,5136,5223,5285,5349,5412,5482,5596,5711,5813,5925,5983,6042,6127,6216,6300,6379" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3036,3117,3197,3279,3376,4184,4280,4404,4491,4554,4620,4711,4781,4845,4948,5011,5076,5136,5204,5267,5322,5450,5507,5569,5624,5699,5839,5926,6005,6098,6184,6267,6400,6482,6567,6713,6800,6877,6931,6986,7052,7125,7201,7272,7350,7423,7499,7574,7644,7753,7841,7916,8008,8100,8174,8248,8340,8393,8475,8542,8625,8712,8774,8838,8901,8971,9085,9200,9302,9414,9472,9531,9704,9793,9877", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,81,96,88,95,123,86,62,65,90,69,63,102,62,64,59,67,62,54,127,56,61,54,74,139,86,78,92,85,82,132,81,84,145,86,76,53,54,65,72,75,70,77,72,75,74,69,108,87,74,91,91,73,73,91,52,81,66,82,86,61,63,62,69,113,114,101,111,57,58,84,88,83,78", + "endOffsets": "316,3112,3192,3274,3371,3460,4275,4399,4486,4549,4615,4706,4776,4840,4943,5006,5071,5131,5199,5262,5317,5445,5502,5564,5619,5694,5834,5921,6000,6093,6179,6262,6395,6477,6562,6708,6795,6872,6926,6981,7047,7120,7196,7267,7345,7418,7494,7569,7639,7748,7836,7911,8003,8095,8169,8243,8335,8388,8470,8537,8620,8707,8769,8833,8896,8966,9080,9195,9297,9409,9467,9526,9611,9788,9872,9951" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,87", + "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,2903" + }, + "to": { + "startLines": "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,112", + "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": "321,429,533,641,727,835,954,1038,1119,1210,1303,1399,1493,1593,1686,1781,1877,1968,2059,2146,2252,2358,2459,2566,2678,2782,2938,9616", + "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,87", + "endOffsets": "424,528,636,722,830,949,1033,1114,1205,1298,1394,1488,1588,1681,1776,1872,1963,2054,2141,2247,2353,2454,2561,2673,2777,2933,3031,9699" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json new file mode 100644 index 0000000..8cb8d6f --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ml/values-ml.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,351,434,521,627,726,820,930,1022,1084,1149,1248,1314,1374,1476,1538,1614,1672,1750,1815,1869,1986,2050,2114,2168,2248,2382,2468,2555,2658,2754,2843,2979,3064,3152,3304,3399,3482,3540,3592,3658,3737,3819,3890,3977,4053,4130,4207,4278,4388,4495,4575,4672,4772,4846,4927,5032,5090,5178,5245,5336,5428,5490,5554,5617,5686,5789,5896,6001,6106,6168,6224,6308,6402,6480", + "endLines": "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", + "endColumns": "12,79,82,86,105,98,93,109,91,61,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,86,102,95,88,135,84,87,151,94,82,57,51,65,78,81,70,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83,93,77,75", + "endOffsets": "266,346,429,516,622,721,815,925,1017,1079,1144,1243,1309,1369,1471,1533,1609,1667,1745,1810,1864,1981,2045,2109,2163,2243,2377,2463,2550,2653,2749,2838,2974,3059,3147,3299,3394,3477,3535,3587,3653,3732,3814,3885,3972,4048,4125,4202,4273,4383,4490,4570,4667,4767,4841,4922,5027,5085,5173,5240,5331,5423,5485,5549,5612,5681,5784,5891,5996,6101,6163,6219,6303,6397,6475,6551" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3070,3150,3233,3320,3426,4262,4356,4466,4558,4620,4685,4784,4850,4910,5012,5074,5150,5208,5286,5351,5405,5522,5586,5650,5704,5784,5918,6004,6091,6194,6290,6379,6515,6600,6688,6840,6935,7018,7076,7128,7194,7273,7355,7426,7513,7589,7666,7743,7814,7924,8031,8111,8208,8308,8382,8463,8568,8626,8714,8781,8872,8964,9026,9090,9153,9222,9325,9432,9537,9642,9704,9760,9927,10021,10099", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,82,86,105,98,93,109,91,61,64,98,65,59,101,61,75,57,77,64,53,116,63,63,53,79,133,85,86,102,95,88,135,84,87,151,94,82,57,51,65,78,81,70,86,75,76,76,70,109,106,79,96,99,73,80,104,57,87,66,90,91,61,63,62,68,102,106,104,104,61,55,83,93,77,75", + "endOffsets": "316,3145,3228,3315,3421,3520,4351,4461,4553,4615,4680,4779,4845,4905,5007,5069,5145,5203,5281,5346,5400,5517,5581,5645,5699,5779,5913,5999,6086,6189,6285,6374,6510,6595,6683,6835,6930,7013,7071,7123,7189,7268,7350,7421,7508,7584,7661,7738,7809,7919,8026,8106,8203,8303,8377,8458,8563,8621,8709,8776,8867,8959,9021,9085,9148,9217,9320,9427,9532,9637,9699,9755,9839,10016,10094,10170" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "321,428,534,645,736,841,963,1041,1116,1207,1300,1401,1495,1595,1689,1784,1883,1974,2065,2147,2256,2360,2459,2571,2683,2804,2969,9844", + "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": "423,529,640,731,836,958,1036,1111,1202,1295,1396,1490,1590,1684,1779,1878,1969,2060,2142,2251,2355,2454,2566,2678,2799,2964,3065,9922" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,362,466,569,670,792", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "152,255,357,461,564,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3525,3627,3730,3832,3936,4039,4140,10175", + "endColumns": "101,102,101,103,102,100,121,100", + "endOffsets": "3622,3725,3827,3931,4034,4135,4257,10271" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json new file mode 100644 index 0000000..27a8344 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-mn/values-mn.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,454,559,671,790", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "148,250,351,449,554,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3512,3614,3715,3813,3918,4030,9855", + "endColumns": "97,101,100,97,104,111,118,100", + "endOffsets": "3507,3609,3710,3808,3913,4025,4144,9951" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,344,421,500,587,672,770,889,974,1035,1100,1198,1279,1338,1431,1493,1556,1614,1685,1747,1801,1922,1979,2040,2094,2165,2298,2382,2462,2558,2641,2724,2857,2939,3017,3149,3239,3319,3373,3424,3490,3561,3639,3710,3789,3864,3942,4022,4105,4210,4298,4377,4467,4560,4634,4704,4795,4849,4929,4996,5080,5165,5227,5291,5354,5425,5529,5644,5741,5855,5913,5968,6052,6139,6215", + "endLines": "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", + "endColumns": "12,78,76,78,86,84,97,118,84,60,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,79,95,82,82,132,81,77,131,89,79,53,50,65,70,77,70,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83,86,75,81", + "endOffsets": "260,339,416,495,582,667,765,884,969,1030,1095,1193,1274,1333,1426,1488,1551,1609,1680,1742,1796,1917,1974,2035,2089,2160,2293,2377,2457,2553,2636,2719,2852,2934,3012,3144,3234,3314,3368,3419,3485,3556,3634,3705,3784,3859,3937,4017,4100,4205,4293,4372,4462,4555,4629,4699,4790,4844,4924,4991,5075,5160,5222,5286,5349,5420,5524,5639,5736,5850,5908,5963,6047,6134,6210,6292" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3086,3163,3242,3329,4149,4247,4366,4451,4512,4577,4675,4756,4815,4908,4970,5033,5091,5162,5224,5278,5399,5456,5517,5571,5642,5775,5859,5939,6035,6118,6201,6334,6416,6494,6626,6716,6796,6850,6901,6967,7038,7116,7187,7266,7341,7419,7499,7582,7687,7775,7854,7944,8037,8111,8181,8272,8326,8406,8473,8557,8642,8704,8768,8831,8902,9006,9121,9218,9332,9390,9445,9610,9697,9773", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,76,78,86,84,97,118,84,60,64,97,80,58,92,61,62,57,70,61,53,120,56,60,53,70,132,83,79,95,82,82,132,81,77,131,89,79,53,50,65,70,77,70,78,74,77,79,82,104,87,78,89,92,73,69,90,53,79,66,83,84,61,63,62,70,103,114,96,113,57,54,83,86,75,81", + "endOffsets": "310,3081,3158,3237,3324,3409,4242,4361,4446,4507,4572,4670,4751,4810,4903,4965,5028,5086,5157,5219,5273,5394,5451,5512,5566,5637,5770,5854,5934,6030,6113,6196,6329,6411,6489,6621,6711,6791,6845,6896,6962,7033,7111,7182,7261,7336,7414,7494,7577,7682,7770,7849,7939,8032,8106,8176,8267,8321,8401,8468,8552,8637,8699,8763,8826,8897,9001,9116,9213,9327,9385,9440,9524,9692,9768,9850" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,429,529,638,724,830,944,1027,1108,1199,1292,1387,1483,1580,1673,1767,1859,1950,2040,2120,2227,2330,2427,2534,2636,2749,2908,9529", + "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": "424,524,633,719,825,939,1022,1103,1194,1287,1382,1478,1575,1668,1762,1854,1945,2035,2115,2222,2325,2422,2529,2631,2744,2903,3002,9605" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json new file mode 100644 index 0000000..638d5e1 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-mr/values-mr.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,259,360,463,565,670,787", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "150,254,355,458,560,665,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3431,3531,3635,3736,3839,3941,4046,9791", + "endColumns": "99,103,100,102,101,104,116,100", + "endOffsets": "3526,3630,3731,3834,3936,4041,4158,9887" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,344,431,514,607,691,791,907,989,1046,1109,1200,1265,1324,1412,1474,1536,1596,1663,1726,1780,1894,1951,2012,2066,2136,2255,2336,2413,2502,2584,2669,2804,2881,2958,3099,3185,3269,3325,3377,3443,3513,3591,3662,3744,3814,3890,3961,4030,4144,4240,4314,4412,4508,4582,4652,4754,4809,4897,4964,5051,5144,5207,5271,5334,5400,5500,5609,5703,5810,5870,5926,6004,6088,6166", + "endLines": "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", + "endColumns": "12,84,86,82,92,83,99,115,81,56,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,76,88,81,84,134,76,76,140,85,83,55,51,65,69,77,70,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77,83,77,72", + "endOffsets": "254,339,426,509,602,686,786,902,984,1041,1104,1195,1260,1319,1407,1469,1531,1591,1658,1721,1775,1889,1946,2007,2061,2131,2250,2331,2408,2497,2579,2664,2799,2876,2953,3094,3180,3264,3320,3372,3438,3508,3586,3657,3739,3809,3885,3956,4025,4139,4235,4309,4407,4503,4577,4647,4749,4804,4892,4959,5046,5139,5202,5266,5329,5395,5495,5604,5698,5805,5865,5921,5999,6083,6161,6234" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2999,3084,3171,3254,3347,4163,4263,4379,4461,4518,4581,4672,4737,4796,4884,4946,5008,5068,5135,5198,5252,5366,5423,5484,5538,5608,5727,5808,5885,5974,6056,6141,6276,6353,6430,6571,6657,6741,6797,6849,6915,6985,7063,7134,7216,7286,7362,7433,7502,7616,7712,7786,7884,7980,8054,8124,8226,8281,8369,8436,8523,8616,8679,8743,8806,8872,8972,9081,9175,9282,9342,9398,9556,9640,9718", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,84,86,82,92,83,99,115,81,56,62,90,64,58,87,61,61,59,66,62,53,113,56,60,53,69,118,80,76,88,81,84,134,76,76,140,85,83,55,51,65,69,77,70,81,69,75,70,68,113,95,73,97,95,73,69,101,54,87,66,86,92,62,63,62,65,99,108,93,106,59,55,77,83,77,72", + "endOffsets": "304,3079,3166,3249,3342,3426,4258,4374,4456,4513,4576,4667,4732,4791,4879,4941,5003,5063,5130,5193,5247,5361,5418,5479,5533,5603,5722,5803,5880,5969,6051,6136,6271,6348,6425,6566,6652,6736,6792,6844,6910,6980,7058,7129,7211,7281,7357,7428,7497,7611,7707,7781,7879,7975,8049,8119,8221,8276,8364,8431,8518,8611,8674,8738,8801,8867,8967,9076,9170,9277,9337,9393,9471,9635,9713,9786" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,620,732,810,887,978,1071,1164,1261,1361,1454,1549,1643,1734,1825,1905,2012,2113,2210,2319,2421,2535,2692,2795", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "211,317,424,514,615,727,805,882,973,1066,1159,1256,1356,1449,1544,1638,1729,1820,1900,2007,2108,2205,2314,2416,2530,2687,2790,2870" + }, + "to": { + "startLines": "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,112", + "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": "309,420,526,633,723,824,936,1014,1091,1182,1275,1368,1465,1565,1658,1753,1847,1938,2029,2109,2216,2317,2414,2523,2625,2739,2896,9476", + "endColumns": "110,105,106,89,100,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,96,108,101,113,156,102,79", + "endOffsets": "415,521,628,718,819,931,1009,1086,1177,1270,1363,1460,1560,1653,1748,1842,1933,2024,2104,2211,2312,2409,2518,2620,2734,2891,2994,9551" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json new file mode 100644 index 0000000..8fbf977 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ms/values-ms.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,279,359,438,525,617,704,807,923,1006,1068,1133,1226,1291,1350,1437,1499,1561,1621,1687,1749,1803,1911,1968,2029,2084,2155,2275,2366,2443,2540,2625,2711,2859,2945,3031,3159,3247,3325,3378,3429,3495,3566,3644,3715,3794,3867,3943,4016,4087,4194,4286,4359,4449,4542,4616,4687,4778,4830,4910,4978,5062,5147,5209,5273,5336,5408,5512,5620,5716,5822,5879,5934,6020,6105,6183", + "endLines": "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", + "endColumns": "12,79,78,86,91,86,102,115,82,61,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,76,96,84,85,147,85,85,127,87,77,52,50,65,70,77,70,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85,84,77,76", + "endOffsets": "274,354,433,520,612,699,802,918,1001,1063,1128,1221,1286,1345,1432,1494,1556,1616,1682,1744,1798,1906,1963,2024,2079,2150,2270,2361,2438,2535,2620,2706,2854,2940,3026,3154,3242,3320,3373,3424,3490,3561,3639,3710,3789,3862,3938,4011,4082,4189,4281,4354,4444,4537,4611,4682,4773,4825,4905,4973,5057,5142,5204,5268,5331,5403,5507,5615,5711,5817,5874,5929,6015,6100,6178,6255" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3024,3104,3183,3270,3362,4192,4295,4411,4494,4556,4621,4714,4779,4838,4925,4987,5049,5109,5175,5237,5291,5399,5456,5517,5572,5643,5763,5854,5931,6028,6113,6199,6347,6433,6519,6647,6735,6813,6866,6917,6983,7054,7132,7203,7282,7355,7431,7504,7575,7682,7774,7847,7937,8030,8104,8175,8266,8318,8398,8466,8550,8635,8697,8761,8824,8896,9000,9108,9204,9310,9367,9422,9589,9674,9752", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,79,78,86,91,86,102,115,82,61,64,92,64,58,86,61,61,59,65,61,53,107,56,60,54,70,119,90,76,96,84,85,147,85,85,127,87,77,52,50,65,70,77,70,78,72,75,72,70,106,91,72,89,92,73,70,90,51,79,67,83,84,61,63,62,71,103,107,95,105,56,54,85,84,77,76", + "endOffsets": "324,3099,3178,3265,3357,3444,4290,4406,4489,4551,4616,4709,4774,4833,4920,4982,5044,5104,5170,5232,5286,5394,5451,5512,5567,5638,5758,5849,5926,6023,6108,6194,6342,6428,6514,6642,6730,6808,6861,6912,6978,7049,7127,7198,7277,7350,7426,7499,7570,7677,7769,7842,7932,8025,8099,8170,8261,8313,8393,8461,8545,8630,8692,8756,8819,8891,8995,9103,9199,9305,9362,9417,9503,9669,9747,9824" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "329,440,545,653,740,844,955,1034,1112,1203,1296,1391,1485,1583,1676,1771,1865,1956,2047,2127,2239,2347,2444,2553,2657,2764,2923,9508", + "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": "435,540,648,735,839,950,1029,1107,1198,1291,1386,1480,1578,1671,1766,1860,1951,2042,2122,2234,2342,2439,2548,2652,2759,2918,3019,9584" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,349,459,565,683,798", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "145,247,344,454,560,678,793,894" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3449,3544,3646,3743,3853,3959,4077,9829", + "endColumns": "94,101,96,109,105,117,114,100", + "endOffsets": "3539,3641,3738,3848,3954,4072,4187,9925" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json new file mode 100644 index 0000000..e482684 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-my/values-my.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-my/values-my.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,285,386,485,561,652,736,842,971,1056,1119,1184,1274,1349,1408,1499,1562,1627,1686,1757,1819,1876,1995,2053,2114,2169,2242,2374,2465,2549,2649,2735,2824,2965,3043,3120,3243,3335,3412,3470,3521,3587,3659,3741,3812,3890,3965,4039,4111,4190,4298,4395,4476,4562,4654,4728,4807,4893,4947,5023,5091,5174,5255,5317,5381,5444,5512,5624,5735,5839,5952,6013,6068,6150,6237,6317", + "endLines": "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", + "endColumns": "12,100,98,75,90,83,105,128,84,62,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,83,99,85,88,140,77,76,122,91,76,57,50,65,71,81,70,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81,86,79,77", + "endOffsets": "280,381,480,556,647,731,837,966,1051,1114,1179,1269,1344,1403,1494,1557,1622,1681,1752,1814,1871,1990,2048,2109,2164,2237,2369,2460,2544,2644,2730,2819,2960,3038,3115,3238,3330,3407,3465,3516,3582,3654,3736,3807,3885,3960,4034,4106,4185,4293,4390,4471,4557,4649,4723,4802,4888,4942,5018,5086,5169,5250,5312,5376,5439,5507,5619,5730,5834,5947,6008,6063,6145,6232,6312,6390" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3096,3197,3296,3372,3463,4289,4395,4524,4609,4672,4737,4827,4902,4961,5052,5115,5180,5239,5310,5372,5429,5548,5606,5667,5722,5795,5927,6018,6102,6202,6288,6377,6518,6596,6673,6796,6888,6965,7023,7074,7140,7212,7294,7365,7443,7518,7592,7664,7743,7851,7948,8029,8115,8207,8281,8360,8446,8500,8576,8644,8727,8808,8870,8934,8997,9065,9177,9288,9392,9505,9566,9621,9789,9876,9956", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,100,98,75,90,83,105,128,84,62,64,89,74,58,90,62,64,58,70,61,56,118,57,60,54,72,131,90,83,99,85,88,140,77,76,122,91,76,57,50,65,71,81,70,77,74,73,71,78,107,96,80,85,91,73,78,85,53,75,67,82,80,61,63,62,67,111,110,103,112,60,54,81,86,79,77", + "endOffsets": "330,3192,3291,3367,3458,3542,4390,4519,4604,4667,4732,4822,4897,4956,5047,5110,5175,5234,5305,5367,5424,5543,5601,5662,5717,5790,5922,6013,6097,6197,6283,6372,6513,6591,6668,6791,6883,6960,7018,7069,7135,7207,7289,7360,7438,7513,7587,7659,7738,7846,7943,8024,8110,8202,8276,8355,8441,8495,8571,8639,8722,8803,8865,8929,8992,9060,9172,9283,9387,9500,9561,9616,9698,9871,9951,10029" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-my/values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,262,365,467,572,678,797", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "153,257,360,462,567,673,792,893" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3547,3650,3754,3857,3959,4064,4170,10034", + "endColumns": "102,103,102,101,104,105,118,100", + "endOffsets": "3645,3749,3852,3954,4059,4165,4284,10130" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,839,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1854,1939,2054,2163,2262,2388,2495,2603,2763,2866", + "endColumns": "112,106,115,86,108,122,78,77,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,834,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1849,1934,2049,2158,2257,2383,2490,2598,2758,2861,2947" + }, + "to": { + "startLines": "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,112", + "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": "335,448,555,671,758,867,990,1069,1147,1238,1331,1426,1520,1620,1713,1808,1902,1993,2084,2169,2284,2393,2492,2618,2725,2833,2993,9703", + "endColumns": "112,106,115,86,108,122,78,77,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", + "endOffsets": "443,550,666,753,862,985,1064,1142,1233,1326,1421,1515,1615,1708,1803,1897,1988,2079,2164,2279,2388,2487,2613,2720,2828,2988,3091,9784" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json new file mode 100644 index 0000000..9057b64 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-nb/values-nb.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,447,555,661,781", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "144,246,343,442,550,656,776,877" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3348,3442,3544,3641,3740,3848,3954,9594", + "endColumns": "93,101,96,98,107,105,119,100", + "endOffsets": "3437,3539,3636,3735,3843,3949,4069,9690" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,261,338,411,498,586,666,765,884,966,1025,1089,1181,1249,1309,1396,1460,1522,1586,1654,1719,1773,1882,1940,2002,2056,2131,2251,2333,2410,2500,2584,2664,2798,2876,2956,3079,3167,3245,3299,3350,3416,3484,3558,3629,3705,3776,3854,3924,3994,4094,4183,4261,4349,4439,4511,4583,4667,4718,4796,4862,4943,5026,5088,5152,5215,5284,5384,5488,5581,5681,5739,5794,5872,5956,6034", + "endLines": "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", + "endColumns": "12,76,72,86,87,79,98,118,81,58,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,76,89,83,79,133,77,79,122,87,77,53,50,65,67,73,70,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77,83,77,71", + "endOffsets": "256,333,406,493,581,661,760,879,961,1020,1084,1176,1244,1304,1391,1455,1517,1581,1649,1714,1768,1877,1935,1997,2051,2126,2246,2328,2405,2495,2579,2659,2793,2871,2951,3074,3162,3240,3294,3345,3411,3479,3553,3624,3700,3771,3849,3919,3989,4089,4178,4256,4344,4434,4506,4578,4662,4713,4791,4857,4938,5021,5083,5147,5210,5279,5379,5483,5576,5676,5734,5789,5867,5951,6029,6101" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2943,3020,3093,3180,3268,4074,4173,4292,4374,4433,4497,4589,4657,4717,4804,4868,4930,4994,5062,5127,5181,5290,5348,5410,5464,5539,5659,5741,5818,5908,5992,6072,6206,6284,6364,6487,6575,6653,6707,6758,6824,6892,6966,7037,7113,7184,7262,7332,7402,7502,7591,7669,7757,7847,7919,7991,8075,8126,8204,8270,8351,8434,8496,8560,8623,8692,8792,8896,8989,9089,9147,9202,9360,9444,9522", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,76,72,86,87,79,98,118,81,58,63,91,67,59,86,63,61,63,67,64,53,108,57,61,53,74,119,81,76,89,83,79,133,77,79,122,87,77,53,50,65,67,73,70,75,70,77,69,69,99,88,77,87,89,71,71,83,50,77,65,80,82,61,63,62,68,99,103,92,99,57,54,77,83,77,71", + "endOffsets": "306,3015,3088,3175,3263,3343,4168,4287,4369,4428,4492,4584,4652,4712,4799,4863,4925,4989,5057,5122,5176,5285,5343,5405,5459,5534,5654,5736,5813,5903,5987,6067,6201,6279,6359,6482,6570,6648,6702,6753,6819,6887,6961,7032,7108,7179,7257,7327,7397,7497,7586,7664,7752,7842,7914,7986,8070,8121,8199,8265,8346,8429,8491,8555,8618,8687,8787,8891,8984,9084,9142,9197,9275,9439,9517,9589" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "311,414,509,623,709,809,922,999,1074,1165,1258,1352,1446,1546,1639,1734,1832,1923,2014,2092,2195,2293,2389,2493,2592,2693,2846,9280", + "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": "409,504,618,704,804,917,994,1069,1160,1253,1347,1441,1541,1634,1729,1827,1918,2009,2087,2190,2288,2384,2488,2587,2688,2841,2938,9355" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json new file mode 100644 index 0000000..077cc4a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ne/values-ne.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,214,325,433,524,631,751,835,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1937,2050,2151,2254,2367,2477,2594,2761,2872", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,102,112,109,116,166,110,79", + "endOffsets": "209,320,428,519,626,746,830,909,1000,1093,1188,1282,1382,1475,1570,1664,1755,1846,1932,2045,2146,2249,2362,2472,2589,2756,2867,2947" + }, + "to": { + "startLines": "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,112", + "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": "312,421,532,640,731,838,958,1042,1121,1212,1305,1400,1494,1594,1687,1782,1876,1967,2058,2144,2257,2358,2461,2574,2684,2801,2968,9675", + "endColumns": "108,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,102,112,109,116,166,110,79", + "endOffsets": "416,527,635,726,833,953,1037,1116,1207,1300,1395,1489,1589,1682,1777,1871,1962,2053,2139,2252,2353,2456,2569,2679,2796,2963,3074,9750" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,262,351,439,521,616,705,807,917,1004,1064,1130,1226,1292,1353,1458,1522,1594,1652,1726,1788,1842,1955,2015,2076,2135,2213,2337,2418,2500,2600,2685,2770,2906,2987,3070,3201,3284,3370,3432,3486,3552,3629,3708,3779,3862,3931,4007,4088,4156,4260,4351,4429,4522,4619,4693,4772,4870,4930,5018,5084,5172,5260,5322,5390,5453,5519,5624,5730,5825,5930,5996,6054,6138,6227,6303", + "endLines": "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", + "endColumns": "12,88,87,81,94,88,101,109,86,59,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,81,99,84,84,135,80,82,130,82,85,61,53,65,76,78,70,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83,88,75,72", + "endOffsets": "257,346,434,516,611,700,802,912,999,1059,1125,1221,1287,1348,1453,1517,1589,1647,1721,1783,1837,1950,2010,2071,2130,2208,2332,2413,2495,2595,2680,2765,2901,2982,3065,3196,3279,3365,3427,3481,3547,3624,3703,3774,3857,3926,4002,4083,4151,4255,4346,4424,4517,4614,4688,4767,4865,4925,5013,5079,5167,5255,5317,5385,5448,5514,5619,5725,5820,5925,5991,6049,6133,6222,6298,6371" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3079,3168,3256,3338,3433,4242,4344,4454,4541,4601,4667,4763,4829,4890,4995,5059,5131,5189,5263,5325,5379,5492,5552,5613,5672,5750,5874,5955,6037,6137,6222,6307,6443,6524,6607,6738,6821,6907,6969,7023,7089,7166,7245,7316,7399,7468,7544,7625,7693,7797,7888,7966,8059,8156,8230,8309,8407,8467,8555,8621,8709,8797,8859,8927,8990,9056,9161,9267,9362,9467,9533,9591,9755,9844,9920", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,88,87,81,94,88,101,109,86,59,65,95,65,60,104,63,71,57,73,61,53,112,59,60,58,77,123,80,81,99,84,84,135,80,82,130,82,85,61,53,65,76,78,70,82,68,75,80,67,103,90,77,92,96,73,78,97,59,87,65,87,87,61,67,62,65,104,105,94,104,65,57,83,88,75,72", + "endOffsets": "307,3163,3251,3333,3428,3517,4339,4449,4536,4596,4662,4758,4824,4885,4990,5054,5126,5184,5258,5320,5374,5487,5547,5608,5667,5745,5869,5950,6032,6132,6217,6302,6438,6519,6602,6733,6816,6902,6964,7018,7084,7161,7240,7311,7394,7463,7539,7620,7688,7792,7883,7961,8054,8151,8225,8304,8402,8462,8550,8616,8704,8792,8854,8922,8985,9051,9156,9262,9357,9462,9528,9586,9670,9839,9915,9988" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,261,363,469,567,667,775", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "153,256,358,464,562,662,770,871" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3522,3625,3728,3830,3936,4034,4134,9993", + "endColumns": "102,102,101,105,97,99,107,100", + "endOffsets": "3620,3723,3825,3931,4029,4129,4237,10089" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json new file mode 100644 index 0000000..61a965a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-night-v8/values-night-v8.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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,25,26,27,28,29,30,31,32,33,34,35", + "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", + "startOffsets": "55,130,241,330,431,538,645,744,851,954,1081,1169,1293,1395,1497,1613,1715,1829,1957,2073,2195,2331,2451,2585,2705,2817,2943,3060,3184,3314,3436,3574,3708,3824", + "endColumns": "74,110,88,100,106,106,98,106,102,126,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "125,236,325,426,533,640,739,846,949,1076,1164,1288,1390,1492,1608,1710,1824,1952,2068,2190,2326,2446,2580,2700,2812,2938,3055,3179,3309,3431,3569,3703,3819,3939" + }, + "to": { + "startLines": "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,40,41,42,43,44,45,46,47", + "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", + "startOffsets": "811,886,997,1086,1187,1294,1401,1500,1607,1710,1837,1925,2049,2151,2253,2369,2471,2585,2713,2829,2951,3087,3207,3341,3461,3573,3788,3905,4029,4159,4281,4419,4553,4669", + "endColumns": "74,110,88,100,106,106,98,106,102,126,87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,116,123,129,121,137,133,115,119", + "endOffsets": "881,992,1081,1182,1289,1396,1495,1602,1705,1832,1920,2044,2146,2248,2364,2466,2580,2708,2824,2946,3082,3202,3336,3456,3568,3694,3900,4024,4154,4276,4414,4548,4664,4784" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values-night/themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "5", + "endColumns": "12", + "endOffsets": "323" + }, + "to": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "174" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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": "6,7,8,9,10,11,12,39", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "179,249,333,417,513,615,717,3699", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "244,328,412,508,610,712,806,3783" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json new file mode 100644 index 0000000..6472ff6 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-nl/values-nl.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,355,437,514,612,706,803,925,1006,1066,1130,1219,1298,1361,1454,1516,1582,1640,1713,1777,1833,1955,2012,2074,2130,2206,2340,2425,2504,2602,2688,2774,2912,2993,3072,3196,3286,3363,3420,3471,3537,3615,3698,3769,3845,3920,3999,4072,4143,4252,4346,4424,4513,4603,4677,4758,4845,4898,4977,5044,5125,5209,5271,5335,5398,5469,5577,5689,5791,5902,5963,6018,6099,6182,6258", + "endLines": "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", + "endColumns": "12,85,81,76,97,93,96,121,80,59,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,78,97,85,85,137,80,78,123,89,76,56,50,65,77,82,70,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80,82,75,71", + "endOffsets": "264,350,432,509,607,701,798,920,1001,1061,1125,1214,1293,1356,1449,1511,1577,1635,1708,1772,1828,1950,2007,2069,2125,2201,2335,2420,2499,2597,2683,2769,2907,2988,3067,3191,3281,3358,3415,3466,3532,3610,3693,3764,3840,3915,3994,4067,4138,4247,4341,4419,4508,4598,4672,4753,4840,4893,4972,5039,5120,5204,5266,5330,5393,5464,5572,5684,5786,5897,5958,6013,6094,6177,6253,6325" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3041,3127,3209,3286,3384,4212,4309,4431,4512,4572,4636,4725,4804,4867,4960,5022,5088,5146,5219,5283,5339,5461,5518,5580,5636,5712,5846,5931,6010,6108,6194,6280,6418,6499,6578,6702,6792,6869,6926,6977,7043,7121,7204,7275,7351,7426,7505,7578,7649,7758,7852,7930,8019,8109,8183,8264,8351,8404,8483,8550,8631,8715,8777,8841,8904,8975,9083,9195,9297,9408,9469,9524,9688,9771,9847", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,85,81,76,97,93,96,121,80,59,63,88,78,62,92,61,65,57,72,63,55,121,56,61,55,75,133,84,78,97,85,85,137,80,78,123,89,76,56,50,65,77,82,70,75,74,78,72,70,108,93,77,88,89,73,80,86,52,78,66,80,83,61,63,62,70,107,111,101,110,60,54,80,82,75,71", + "endOffsets": "314,3122,3204,3281,3379,3473,4304,4426,4507,4567,4631,4720,4799,4862,4955,5017,5083,5141,5214,5278,5334,5456,5513,5575,5631,5707,5841,5926,6005,6103,6189,6275,6413,6494,6573,6697,6787,6864,6921,6972,7038,7116,7199,7270,7346,7421,7500,7573,7644,7753,7847,7925,8014,8104,8178,8259,8346,8399,8478,8545,8626,8710,8772,8836,8899,8970,9078,9190,9292,9403,9464,9519,9600,9766,9842,9914" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,624,744,822,898,990,1084,1179,1273,1373,1467,1563,1658,1750,1842,1924,2035,2138,2237,2352,2466,2569,2724,2827", + "endColumns": "117,104,106,84,103,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,619,739,817,893,985,1079,1174,1268,1368,1462,1558,1653,1745,1837,1919,2030,2133,2232,2347,2461,2564,2719,2822,2905" + }, + "to": { + "startLines": "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,112", + "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": "319,437,542,649,734,838,958,1036,1112,1204,1298,1393,1487,1587,1681,1777,1872,1964,2056,2138,2249,2352,2451,2566,2680,2783,2938,9605", + "endColumns": "117,104,106,84,103,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", + "endOffsets": "432,537,644,729,833,953,1031,1107,1199,1293,1388,1482,1582,1676,1772,1867,1959,2051,2133,2244,2347,2446,2561,2675,2778,2933,3036,9683" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,359,459,566,670,789", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "152,254,354,454,561,665,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3478,3580,3682,3782,3882,3989,4093,9919", + "endColumns": "101,101,99,99,106,103,118,100", + "endOffsets": "3575,3677,3777,3877,3984,4088,4207,10015" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json new file mode 100644 index 0000000..abe4530 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-or/values-or.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,216,326,433,519,623,743,822,903,994,1087,1188,1283,1383,1476,1571,1667,1758,1848,1937,2047,2151,2257,2368,2470,2588,2751,2857", + "endColumns": "110,109,106,85,103,119,78,80,90,92,100,94,99,92,94,95,90,89,88,109,103,105,110,101,117,162,105,89", + "endOffsets": "211,321,428,514,618,738,817,898,989,1082,1183,1278,1378,1471,1566,1662,1753,1843,1932,2042,2146,2252,2363,2465,2583,2746,2852,2942" + }, + "to": { + "startLines": "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,112", + "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": "322,433,543,650,736,840,960,1039,1120,1211,1304,1405,1500,1600,1693,1788,1884,1975,2065,2154,2264,2368,2474,2585,2687,2805,2968,9419", + "endColumns": "110,109,106,85,103,119,78,80,90,92,100,94,99,92,94,95,90,89,88,109,103,105,110,101,117,162,105,89", + "endOffsets": "428,538,645,731,835,955,1034,1115,1206,1299,1400,1495,1595,1688,1783,1879,1970,2060,2149,2259,2363,2469,2580,2682,2800,2963,3069,9504" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-or/values-or.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,354,432,509,595,679,773,878,957,1017,1082,1171,1236,1295,1381,1445,1509,1572,1645,1709,1763,1875,1933,1995,2049,2121,2243,2330,2406,2498,2580,2666,2806,2883,2964,3091,3182,3259,3313,3364,3430,3500,3577,3648,3723,3794,3871,3940,4009,4116,4207,4279,4368,4457,4531,4603,4689,4739,4818,4884,4964,5048,5110,5174,5237,5306,5406,5501,5593,5685,5743,5798,5882,5963,6038", + "endLines": "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", + "endColumns": "12,81,77,76,85,83,93,104,78,59,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,75,91,81,85,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83,80,74,74", + "endOffsets": "267,349,427,504,590,674,768,873,952,1012,1077,1166,1231,1290,1376,1440,1504,1567,1640,1704,1758,1870,1928,1990,2044,2116,2238,2325,2401,2493,2575,2661,2801,2878,2959,3086,3177,3254,3308,3359,3425,3495,3572,3643,3718,3789,3866,3935,4004,4111,4202,4274,4363,4452,4526,4598,4684,4734,4813,4879,4959,5043,5105,5169,5232,5301,5401,5496,5588,5680,5738,5793,5877,5958,6033,6108" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3074,3156,3234,3311,3397,4216,4310,4415,4494,4554,4619,4708,4773,4832,4918,4982,5046,5109,5182,5246,5300,5412,5470,5532,5586,5658,5780,5867,5943,6035,6117,6203,6343,6420,6501,6628,6719,6796,6850,6901,6967,7037,7114,7185,7260,7331,7408,7477,7546,7653,7744,7816,7905,7994,8068,8140,8226,8276,8355,8421,8501,8585,8647,8711,8774,8843,8943,9038,9130,9222,9280,9335,9509,9590,9665", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,81,77,76,85,83,93,104,78,59,64,88,64,58,85,63,63,62,72,63,53,111,57,61,53,71,121,86,75,91,81,85,139,76,80,126,90,76,53,50,65,69,76,70,74,70,76,68,68,106,90,71,88,88,73,71,85,49,78,65,79,83,61,63,62,68,99,94,91,91,57,54,83,80,74,74", + "endOffsets": "317,3151,3229,3306,3392,3476,4305,4410,4489,4549,4614,4703,4768,4827,4913,4977,5041,5104,5177,5241,5295,5407,5465,5527,5581,5653,5775,5862,5938,6030,6112,6198,6338,6415,6496,6623,6714,6791,6845,6896,6962,7032,7109,7180,7255,7326,7403,7472,7541,7648,7739,7811,7900,7989,8063,8135,8221,8271,8350,8416,8496,8580,8642,8706,8769,8838,8938,9033,9125,9217,9275,9330,9414,9585,9660,9735" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-or/values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,158,260,363,468,569,671,790", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "153,255,358,463,564,666,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3481,3584,3686,3789,3894,3995,4097,9740", + "endColumns": "102,101,102,104,100,101,118,100", + "endOffsets": "3579,3681,3784,3889,3990,4092,4211,9836" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json new file mode 100644 index 0000000..e674c07 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-pa/values-pa.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,263,340,419,500,599,688,796,908,991,1047,1111,1203,1272,1331,1416,1479,1541,1599,1663,1724,1778,1892,1950,2010,2064,2134,2261,2342,2432,2531,2628,2707,2842,2918,2995,3124,3208,3290,3345,3400,3466,3535,3612,3683,3762,3830,3906,3976,4041,4143,4238,4311,4405,4498,4572,4641,4735,4791,4874,4941,5025,5113,5175,5239,5302,5369,5466,5572,5663,5765,5824,5883,5960,6045,6121", + "endLines": "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", + "endColumns": "12,76,78,80,98,88,107,111,82,55,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,89,98,96,78,134,75,76,128,83,81,54,54,65,68,76,70,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76,84,75,72", + "endOffsets": "258,335,414,495,594,683,791,903,986,1042,1106,1198,1267,1326,1411,1474,1536,1594,1658,1719,1773,1887,1945,2005,2059,2129,2256,2337,2427,2526,2623,2702,2837,2913,2990,3119,3203,3285,3340,3395,3461,3530,3607,3678,3757,3825,3901,3971,4036,4138,4233,4306,4400,4493,4567,4636,4730,4786,4869,4936,5020,5108,5170,5234,5297,5364,5461,5567,5658,5760,5819,5878,5955,6040,6116,6189" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2975,3052,3131,3212,3311,4133,4241,4353,4436,4492,4556,4648,4717,4776,4861,4924,4986,5044,5108,5169,5223,5337,5395,5455,5509,5579,5706,5787,5877,5976,6073,6152,6287,6363,6440,6569,6653,6735,6790,6845,6911,6980,7057,7128,7207,7275,7351,7421,7486,7588,7683,7756,7850,7943,8017,8086,8180,8236,8319,8386,8470,8558,8620,8684,8747,8814,8911,9017,9108,9210,9269,9328,9485,9570,9646", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,76,78,80,98,88,107,111,82,55,63,91,68,58,84,62,61,57,63,60,53,113,57,59,53,69,126,80,89,98,96,78,134,75,76,128,83,81,54,54,65,68,76,70,78,67,75,69,64,101,94,72,93,92,73,68,93,55,82,66,83,87,61,63,62,66,96,105,90,101,58,58,76,84,75,72", + "endOffsets": "308,3047,3126,3207,3306,3395,4236,4348,4431,4487,4551,4643,4712,4771,4856,4919,4981,5039,5103,5164,5218,5332,5390,5450,5504,5574,5701,5782,5872,5971,6068,6147,6282,6358,6435,6564,6648,6730,6785,6840,6906,6975,7052,7123,7202,7270,7346,7416,7481,7583,7678,7751,7845,7938,8012,8081,8175,8231,8314,8381,8465,8553,8615,8679,8742,8809,8906,9012,9103,9205,9264,9323,9400,9565,9641,9714" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "313,416,513,618,704,804,917,995,1072,1163,1256,1350,1444,1544,1637,1732,1826,1917,2008,2087,2197,2300,2396,2507,2609,2719,2878,9405", + "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": "411,508,613,699,799,912,990,1067,1158,1251,1345,1439,1539,1632,1727,1821,1912,2003,2082,2192,2295,2391,2502,2604,2714,2873,2970,9480" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,358,459,561,659,788", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "148,250,353,454,556,654,783,884" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3400,3498,3600,3703,3804,3906,4004,9719", + "endColumns": "97,101,102,100,101,97,128,100", + "endOffsets": "3493,3595,3698,3799,3901,3999,4128,9815" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json new file mode 100644 index 0000000..09cdf3d --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-pl/values-pl.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,386,461,536,615,719,814,899,1016,1098,1163,1227,1308,1372,1433,1544,1608,1676,1730,1799,1861,1915,2026,2087,2149,2203,2275,2404,2493,2572,2667,2752,2834,2983,3065,3148,3285,3372,3449,3503,3554,3620,3691,3767,3838,3921,3998,4076,4154,4230,4338,4428,4501,4596,4693,4765,4839,4939,4991,5076,5142,5230,5320,5382,5446,5509,5580,5687,5799,5898,6005,6063,6118,6194,6278,6355", + "endLines": "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", + "endColumns": "12,74,74,78,103,94,84,116,81,64,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,78,94,84,81,148,81,82,136,86,76,53,50,65,70,75,70,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75,83,76,77", + "endOffsets": "381,456,531,610,714,809,894,1011,1093,1158,1222,1303,1367,1428,1539,1603,1671,1725,1794,1856,1910,2021,2082,2144,2198,2270,2399,2488,2567,2662,2747,2829,2978,3060,3143,3280,3367,3444,3498,3549,3615,3686,3762,3833,3916,3993,4071,4149,4225,4333,4423,4496,4591,4688,4760,4834,4934,4986,5071,5137,5225,5315,5377,5441,5504,5575,5682,5794,5893,6000,6058,6113,6189,6273,6350,6428" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3148,3223,3298,3377,3481,4313,4398,4515,4597,4662,4726,4807,4871,4932,5043,5107,5175,5229,5298,5360,5414,5525,5586,5648,5702,5774,5903,5992,6071,6166,6251,6333,6482,6564,6647,6784,6871,6948,7002,7053,7119,7190,7266,7337,7420,7497,7575,7653,7729,7837,7927,8000,8095,8192,8264,8338,8438,8490,8575,8641,8729,8819,8881,8945,9008,9079,9186,9298,9397,9504,9562,9617,9776,9860,9937", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,74,74,78,103,94,84,116,81,64,63,80,63,60,110,63,67,53,68,61,53,110,60,61,53,71,128,88,78,94,84,81,148,81,82,136,86,76,53,50,65,70,75,70,82,76,77,77,75,107,89,72,94,96,71,73,99,51,84,65,87,89,61,63,62,70,106,111,98,106,57,54,75,83,76,77", + "endOffsets": "431,3218,3293,3372,3476,3571,4393,4510,4592,4657,4721,4802,4866,4927,5038,5102,5170,5224,5293,5355,5409,5520,5581,5643,5697,5769,5898,5987,6066,6161,6246,6328,6477,6559,6642,6779,6866,6943,6997,7048,7114,7185,7261,7332,7415,7492,7570,7648,7724,7832,7922,7995,8090,8187,8259,8333,8433,8485,8570,8636,8724,8814,8876,8940,9003,9074,9181,9293,9392,9499,9557,9612,9688,9855,9932,10010" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "436,551,653,761,847,954,1073,1152,1228,1319,1412,1507,1601,1702,1795,1890,1985,2076,2167,2249,2358,2458,2557,2666,2778,2889,3052,9693", + "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": "546,648,756,842,949,1068,1147,1223,1314,1407,1502,1596,1697,1790,1885,1980,2071,2162,2244,2353,2453,2552,2661,2773,2884,3047,3143,9771" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,451,565,670,792", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "147,249,347,446,560,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3576,3673,3775,3873,3972,4086,4191,10015", + "endColumns": "96,101,97,98,113,104,121,100", + "endOffsets": "3668,3770,3868,3967,4081,4186,4308,10111" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json new file mode 100644 index 0000000..0b69340 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-port/values-port.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..9b2b034 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-pt-rBR/values-pt-rBR.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pt-rBR/values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3488,3585,3687,3786,3886,3993,4103,9981", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "3580,3682,3781,3881,3988,4098,4218,10077" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pt-rBR/values-pt-rBR.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,354,432,516,611,700,801,921,1002,1062,1126,1218,1297,1357,1447,1511,1582,1645,1720,1784,1838,1965,2023,2085,2139,2218,2359,2446,2522,2617,2698,2780,2919,3002,3086,3225,3312,3392,3448,3499,3565,3639,3719,3790,3873,3946,4023,4092,4166,4268,4356,4433,4526,4622,4696,4776,4873,4925,5009,5075,5162,5250,5312,5376,5439,5507,5616,5727,5831,5941,6001,6056,6133,6216,6293", + "endLines": "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", + "endColumns": "12,80,77,83,94,88,100,119,80,59,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,75,94,80,81,138,82,83,138,86,79,55,50,65,73,79,70,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,108,110,103,109,59,54,76,82,76,78", + "endOffsets": "268,349,427,511,606,695,796,916,997,1057,1121,1213,1292,1352,1442,1506,1577,1640,1715,1779,1833,1960,2018,2080,2134,2213,2354,2441,2517,2612,2693,2775,2914,2997,3081,3220,3307,3387,3443,3494,3560,3634,3714,3785,3868,3941,4018,4087,4161,4263,4351,4428,4521,4617,4691,4771,4868,4920,5004,5070,5157,5245,5307,5371,5434,5502,5611,5722,5826,5936,5996,6051,6128,6211,6288,6367" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3061,3142,3220,3304,3399,4223,4324,4444,4525,4585,4649,4741,4820,4880,4970,5034,5105,5168,5243,5307,5361,5488,5546,5608,5662,5741,5882,5969,6045,6140,6221,6303,6442,6525,6609,6748,6835,6915,6971,7022,7088,7162,7242,7313,7396,7469,7546,7615,7689,7791,7879,7956,8049,8145,8219,8299,8396,8448,8532,8598,8685,8773,8835,8899,8962,9030,9139,9250,9354,9464,9524,9579,9742,9825,9902", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,77,83,94,88,100,119,80,59,63,91,78,59,89,63,70,62,74,63,53,126,57,61,53,78,140,86,75,94,80,81,138,82,83,138,86,79,55,50,65,73,79,70,82,72,76,68,73,101,87,76,92,95,73,79,96,51,83,65,86,87,61,63,62,67,108,110,103,109,59,54,76,82,76,78", + "endOffsets": "318,3137,3215,3299,3394,3483,4319,4439,4520,4580,4644,4736,4815,4875,4965,5029,5100,5163,5238,5302,5356,5483,5541,5603,5657,5736,5877,5964,6040,6135,6216,6298,6437,6520,6604,6743,6830,6910,6966,7017,7083,7157,7237,7308,7391,7464,7541,7610,7684,7786,7874,7951,8044,8140,8214,8294,8391,8443,8527,8593,8680,8768,8830,8894,8957,9025,9134,9245,9349,9459,9519,9574,9651,9820,9897,9976" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,443,549,656,745,846,965,1050,1130,1221,1314,1409,1503,1603,1696,1791,1886,1977,2068,2153,2260,2371,2473,2581,2689,2799,2961,9656", + "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": "438,544,651,740,841,960,1045,1125,1216,1309,1404,1498,1598,1691,1786,1881,1972,2063,2148,2255,2366,2468,2576,2684,2794,2956,3056,9737" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..0e970dc --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "323,431,537,644,733,834,952,1037,1117,1209,1303,1400,1494,1593,1687,1783,1878,1970,2062,2147,2254,2365,2467,2575,2683,2790,2955,9686", + "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": "426,532,639,728,829,947,1032,1112,1204,1298,1395,1489,1588,1682,1778,1873,1965,2057,2142,2249,2360,2462,2570,2678,2785,2950,3049,9767" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,666,787", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "147,249,348,448,555,661,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3492,3589,3691,3790,3890,3997,4103,10013", + "endColumns": "96,101,98,99,106,105,120,100", + "endOffsets": "3584,3686,3785,3885,3992,4098,4219,10109" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-pt-rPT/values-pt-rPT.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,273,354,434,516,615,711,814,934,1015,1075,1139,1231,1310,1375,1465,1529,1597,1659,1732,1796,1850,1976,2034,2096,2150,2226,2369,2456,2536,2635,2721,2803,2942,3024,3106,3242,3329,3409,3465,3516,3582,3657,3737,3808,3887,3960,4037,4106,4180,4287,4380,4457,4550,4648,4722,4803,4902,4955,5039,5105,5194,5282,5344,5408,5471,5539,5655,5763,5870,5972,6032,6087,6173,6256,6335", + "endLines": "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", + "endColumns": "12,80,79,81,98,95,102,119,80,59,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,79,98,85,81,138,81,81,135,86,79,55,50,65,74,79,70,78,72,76,68,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85,82,78,78", + "endOffsets": "268,349,429,511,610,706,809,929,1010,1070,1134,1226,1305,1370,1460,1524,1592,1654,1727,1791,1845,1971,2029,2091,2145,2221,2364,2451,2531,2630,2716,2798,2937,3019,3101,3237,3324,3404,3460,3511,3577,3652,3732,3803,3882,3955,4032,4101,4175,4282,4375,4452,4545,4643,4717,4798,4897,4950,5034,5100,5189,5277,5339,5403,5466,5534,5650,5758,5865,5967,6027,6082,6168,6251,6330,6409" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3054,3135,3215,3297,3396,4224,4327,4447,4528,4588,4652,4744,4823,4888,4978,5042,5110,5172,5245,5309,5363,5489,5547,5609,5663,5739,5882,5969,6049,6148,6234,6316,6455,6537,6619,6755,6842,6922,6978,7029,7095,7170,7250,7321,7400,7473,7550,7619,7693,7800,7893,7970,8063,8161,8235,8316,8415,8468,8552,8618,8707,8795,8857,8921,8984,9052,9168,9276,9383,9485,9545,9600,9772,9855,9934", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,80,79,81,98,95,102,119,80,59,63,91,78,64,89,63,67,61,72,63,53,125,57,61,53,75,142,86,79,98,85,81,138,81,81,135,86,79,55,50,65,74,79,70,78,72,76,68,73,106,92,76,92,97,73,80,98,52,83,65,88,87,61,63,62,67,115,107,106,101,59,54,85,82,78,78", + "endOffsets": "318,3130,3210,3292,3391,3487,4322,4442,4523,4583,4647,4739,4818,4883,4973,5037,5105,5167,5240,5304,5358,5484,5542,5604,5658,5734,5877,5964,6044,6143,6229,6311,6450,6532,6614,6750,6837,6917,6973,7024,7090,7165,7245,7316,7395,7468,7545,7614,7688,7795,7888,7965,8058,8156,8230,8311,8410,8463,8547,8613,8702,8790,8852,8916,8979,9047,9163,9271,9378,9480,9540,9595,9681,9850,9929,10008" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json new file mode 100644 index 0000000..f66833f --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json @@ -0,0 +1,43 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-pt/values-pt.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-pt/values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,560,670,790", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "147,249,348,448,555,665,785,886" + }, + "to": { + "startLines": "29,30,31,32,33,34,35,37", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "2843,2940,3042,3141,3241,3348,3458,3664", + "endColumns": "96,101,98,99,106,109,119,100", + "endOffsets": "2935,3037,3136,3236,3343,3453,3573,3760" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "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,36", + "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,3578", + "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,3659" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json new file mode 100644 index 0000000..cbea431 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ro/values-ro.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,355,454,556,665,782", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "148,250,350,449,551,660,777,878" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3559,3657,3759,3859,3958,4060,4169,10043", + "endColumns": "97,101,99,98,101,108,116,100", + "endOffsets": "3652,3754,3854,3953,4055,4164,4281,10139" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,321,413,501,588,684,774,875,996,1080,1142,1208,1303,1377,1437,1521,1583,1649,1707,1780,1843,1899,2018,2075,2136,2192,2266,2411,2497,2572,2661,2740,2824,2957,3039,3122,3268,3358,3438,3493,3544,3610,3683,3761,3832,3917,3988,4065,4139,4211,4317,4408,4482,4577,4675,4749,4829,4930,4983,5069,5135,5224,5314,5376,5440,5503,5577,5689,5799,5909,6014,6073,6128,6207,6293,6370", + "endLines": "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", + "endColumns": "12,91,87,86,95,89,100,120,83,61,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,74,88,78,83,132,81,82,145,89,79,54,50,65,72,77,70,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78,85,76,78", + "endOffsets": "316,408,496,583,679,769,870,991,1075,1137,1203,1298,1372,1432,1516,1578,1644,1702,1775,1838,1894,2013,2070,2131,2187,2261,2406,2492,2567,2656,2735,2819,2952,3034,3117,3263,3353,3433,3488,3539,3605,3678,3756,3827,3912,3983,4060,4134,4206,4312,4403,4477,4572,4670,4744,4824,4925,4978,5064,5130,5219,5309,5371,5435,5498,5572,5684,5794,5904,6009,6068,6123,6202,6288,6365,6444" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3106,3198,3286,3373,3469,4286,4387,4508,4592,4654,4720,4815,4889,4949,5033,5095,5161,5219,5292,5355,5411,5530,5587,5648,5704,5778,5923,6009,6084,6173,6252,6336,6469,6551,6634,6780,6870,6950,7005,7056,7122,7195,7273,7344,7429,7500,7577,7651,7723,7829,7920,7994,8089,8187,8261,8341,8442,8495,8581,8647,8736,8826,8888,8952,9015,9089,9201,9311,9421,9526,9585,9640,9801,9887,9964", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,91,87,86,95,89,100,120,83,61,65,94,73,59,83,61,65,57,72,62,55,118,56,60,55,73,144,85,74,88,78,83,132,81,82,145,89,79,54,50,65,72,77,70,84,70,76,73,71,105,90,73,94,97,73,79,100,52,85,65,88,89,61,63,62,73,111,109,109,104,58,54,78,85,76,78", + "endOffsets": "366,3193,3281,3368,3464,3554,4382,4503,4587,4649,4715,4810,4884,4944,5028,5090,5156,5214,5287,5350,5406,5525,5582,5643,5699,5773,5918,6004,6079,6168,6247,6331,6464,6546,6629,6775,6865,6945,7000,7051,7117,7190,7268,7339,7424,7495,7572,7646,7718,7824,7915,7989,8084,8182,8256,8336,8437,8490,8576,8642,8731,8821,8883,8947,9010,9084,9196,9306,9416,9521,9580,9635,9714,9882,9959,10038" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,228,334,447,531,636,755,840,920,1011,1104,1199,1293,1393,1486,1581,1675,1766,1858,1939,2049,2157,2255,2367,2473,2577,2739,2840", + "endColumns": "122,105,112,83,104,118,84,79,90,92,94,93,99,92,94,93,90,91,80,109,107,97,111,105,103,161,100,81", + "endOffsets": "223,329,442,526,631,750,835,915,1006,1099,1194,1288,1388,1481,1576,1670,1761,1853,1934,2044,2152,2250,2362,2468,2572,2734,2835,2917" + }, + "to": { + "startLines": "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,113", + "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": "371,494,600,713,797,902,1021,1106,1186,1277,1370,1465,1559,1659,1752,1847,1941,2032,2124,2205,2315,2423,2521,2633,2739,2843,3005,9719", + "endColumns": "122,105,112,83,104,118,84,79,90,92,94,93,99,92,94,93,90,91,80,109,107,97,111,105,103,161,100,81", + "endOffsets": "489,595,708,792,897,1016,1101,1181,1272,1365,1460,1554,1654,1747,1842,1936,2027,2119,2200,2310,2418,2516,2628,2734,2838,3000,3101,9796" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json new file mode 100644 index 0000000..72c7e84 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ru/values-ru.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "431,546,648,747,833,938,1059,1138,1214,1306,1400,1495,1588,1683,1777,1873,1968,2060,2152,2241,2347,2454,2552,2661,2768,2882,3048,9747", + "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": "541,643,742,828,933,1054,1133,1209,1301,1395,1490,1583,1678,1772,1868,1963,2055,2147,2236,2342,2449,2547,2656,2763,2877,3043,3143,9824" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,356,457,562,665,782", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "148,250,351,452,557,660,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3577,3675,3777,3878,3979,4084,4187,10078", + "endColumns": "97,101,100,100,104,102,116,100", + "endOffsets": "3670,3772,3873,3974,4079,4182,4299,10174" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,381,459,537,621,719,810,907,1044,1136,1211,1277,1376,1453,1516,1634,1695,1760,1817,1887,1948,2002,2118,2175,2237,2291,2365,2493,2581,2668,2771,2863,2949,3086,3170,3255,3389,3480,3556,3610,3661,3727,3799,3877,3948,4030,4110,4186,4263,4340,4447,4536,4609,4699,4794,4868,4949,5042,5097,5178,5244,5330,5415,5477,5541,5604,5676,5774,5873,5968,6060,6118,6173,6253,6347,6423", + "endLines": "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", + "endColumns": "12,77,77,83,97,90,96,136,91,74,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,86,102,91,85,136,83,84,133,90,75,53,50,65,71,77,70,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79,93,75,78", + "endOffsets": "376,454,532,616,714,805,902,1039,1131,1206,1272,1371,1448,1511,1629,1690,1755,1812,1882,1943,1997,2113,2170,2232,2286,2360,2488,2576,2663,2766,2858,2944,3081,3165,3250,3384,3475,3551,3605,3656,3722,3794,3872,3943,4025,4105,4181,4258,4335,4442,4531,4604,4694,4789,4863,4944,5037,5092,5173,5239,5325,5410,5472,5536,5599,5671,5769,5868,5963,6055,6113,6168,6248,6342,6418,6497" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3148,3226,3304,3388,3486,4304,4401,4538,4630,4705,4771,4870,4947,5010,5128,5189,5254,5311,5381,5442,5496,5612,5669,5731,5785,5859,5987,6075,6162,6265,6357,6443,6580,6664,6749,6883,6974,7050,7104,7155,7221,7293,7371,7442,7524,7604,7680,7757,7834,7941,8030,8103,8193,8288,8362,8443,8536,8591,8672,8738,8824,8909,8971,9035,9098,9170,9268,9367,9462,9554,9612,9667,9829,9923,9999", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,77,77,83,97,90,96,136,91,74,65,98,76,62,117,60,64,56,69,60,53,115,56,61,53,73,127,87,86,102,91,85,136,83,84,133,90,75,53,50,65,71,77,70,81,79,75,76,76,106,88,72,89,94,73,80,92,54,80,65,85,84,61,63,62,71,97,98,94,91,57,54,79,93,75,78", + "endOffsets": "426,3221,3299,3383,3481,3572,4396,4533,4625,4700,4766,4865,4942,5005,5123,5184,5249,5306,5376,5437,5491,5607,5664,5726,5780,5854,5982,6070,6157,6260,6352,6438,6575,6659,6744,6878,6969,7045,7099,7150,7216,7288,7366,7437,7519,7599,7675,7752,7829,7936,8025,8098,8188,8283,8357,8438,8531,8586,8667,8733,8819,8904,8966,9030,9093,9165,9263,9362,9457,9549,9607,9662,9742,9918,9994,10073" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json new file mode 100644 index 0000000..96cbd60 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-si/values-si.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-si/values-si.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,269,345,422,500,591,676,778,893,976,1037,1101,1190,1257,1317,1411,1475,1538,1594,1664,1731,1786,1905,1962,2026,2080,2153,2275,2358,2441,2534,2620,2705,2837,2915,2995,3117,3203,3287,3347,3399,3465,3535,3608,3679,3756,3828,3905,3977,4047,4160,4253,4326,4416,4509,4583,4655,4746,4800,4880,4946,5030,5115,5177,5241,5304,5370,5475,5580,5675,5776,5840,5896,5976,6061,6136", + "endLines": "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", + "endColumns": "12,75,76,77,90,84,101,114,82,60,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,82,92,85,84,131,77,79,121,85,83,59,51,65,69,72,70,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79,84,74,75", + "endOffsets": "264,340,417,495,586,671,773,888,971,1032,1096,1185,1252,1312,1406,1470,1533,1589,1659,1726,1781,1900,1957,2021,2075,2148,2270,2353,2436,2529,2615,2700,2832,2910,2990,3112,3198,3282,3342,3394,3460,3530,3603,3674,3751,3823,3900,3972,4042,4155,4248,4321,4411,4504,4578,4650,4741,4795,4875,4941,5025,5110,5172,5236,5299,5365,5470,5575,5670,5771,5835,5891,5971,6056,6131,6207" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3035,3111,3188,3266,3357,4174,4276,4391,4474,4535,4599,4688,4755,4815,4909,4973,5036,5092,5162,5229,5284,5403,5460,5524,5578,5651,5773,5856,5939,6032,6118,6203,6335,6413,6493,6615,6701,6785,6845,6897,6963,7033,7106,7177,7254,7326,7403,7475,7545,7658,7751,7824,7914,8007,8081,8153,8244,8298,8378,8444,8528,8613,8675,8739,8802,8868,8973,9078,9173,9274,9338,9394,9556,9641,9716", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,76,77,90,84,101,114,82,60,63,88,66,59,93,63,62,55,69,66,54,118,56,63,53,72,121,82,82,92,85,84,131,77,79,121,85,83,59,51,65,69,72,70,76,71,76,71,69,112,92,72,89,92,73,71,90,53,79,65,83,84,61,63,62,65,104,104,94,100,63,55,79,84,74,75", + "endOffsets": "314,3106,3183,3261,3352,3437,4271,4386,4469,4530,4594,4683,4750,4810,4904,4968,5031,5087,5157,5224,5279,5398,5455,5519,5573,5646,5768,5851,5934,6027,6113,6198,6330,6408,6488,6610,6696,6780,6840,6892,6958,7028,7101,7172,7249,7321,7398,7470,7540,7653,7746,7819,7909,8002,8076,8148,8239,8293,8373,8439,8523,8608,8670,8734,8797,8863,8968,9073,9168,9269,9333,9389,9469,9636,9711,9787" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "319,435,542,649,732,837,953,1043,1129,1220,1313,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2362,2460,2570,2670,2777,2936,9474", + "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": "430,537,644,727,832,948,1038,1124,1215,1308,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2357,2455,2565,2665,2772,2931,3030,9551" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-si/values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,260,365,470,569,673,787", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "152,255,360,465,564,668,782,883" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3442,3544,3647,3752,3857,3956,4060,9792", + "endColumns": "101,102,104,104,98,103,113,100", + "endOffsets": "3539,3642,3747,3852,3951,4055,4169,9888" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json new file mode 100644 index 0000000..0056866 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sk/values-sk.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,378,453,528,606,698,781,873,1001,1082,1143,1208,1307,1383,1448,1538,1602,1668,1722,1791,1851,1905,2022,2082,2144,2198,2270,2400,2487,2567,2663,2747,2839,2978,3047,3125,3256,3344,3424,3478,3529,3595,3667,3744,3815,3897,3969,4046,4119,4190,4295,4383,4455,4547,4643,4717,4791,4887,4939,5021,5088,5175,5262,5324,5388,5451,5519,5625,5732,5830,5947,6005,6060,6139,6222,6297", + "endLines": "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", + "endColumns": "12,74,74,77,91,82,91,127,80,60,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,79,95,83,91,138,68,77,130,87,79,53,50,65,71,76,70,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78,82,74,75", + "endOffsets": "373,448,523,601,693,776,868,996,1077,1138,1203,1302,1378,1443,1533,1597,1663,1717,1786,1846,1900,2017,2077,2139,2193,2265,2395,2482,2562,2658,2742,2834,2973,3042,3120,3251,3339,3419,3473,3524,3590,3662,3739,3810,3892,3964,4041,4114,4185,4290,4378,4450,4542,4638,4712,4786,4882,4934,5016,5083,5170,5257,5319,5383,5446,5514,5620,5727,5825,5942,6000,6055,6134,6217,6292,6368" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3140,3215,3290,3368,3460,4280,4372,4500,4581,4642,4707,4806,4882,4947,5037,5101,5167,5221,5290,5350,5404,5521,5581,5643,5697,5769,5899,5986,6066,6162,6246,6338,6477,6546,6624,6755,6843,6923,6977,7028,7094,7166,7243,7314,7396,7468,7545,7618,7689,7794,7882,7954,8046,8142,8216,8290,8386,8438,8520,8587,8674,8761,8823,8887,8950,9018,9124,9231,9329,9446,9504,9559,9721,9804,9879", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,74,74,77,91,82,91,127,80,60,64,98,75,64,89,63,65,53,68,59,53,116,59,61,53,71,129,86,79,95,83,91,138,68,77,130,87,79,53,50,65,71,76,70,81,71,76,72,70,104,87,71,91,95,73,73,95,51,81,66,86,86,61,63,62,67,105,106,97,116,57,54,78,82,74,75", + "endOffsets": "423,3210,3285,3363,3455,3538,4367,4495,4576,4637,4702,4801,4877,4942,5032,5096,5162,5216,5285,5345,5399,5516,5576,5638,5692,5764,5894,5981,6061,6157,6241,6333,6472,6541,6619,6750,6838,6918,6972,7023,7089,7161,7238,7309,7391,7463,7540,7613,7684,7789,7877,7949,8041,8137,8211,8285,8381,8433,8515,8582,8669,8756,8818,8882,8945,9013,9119,9226,9324,9441,9499,9554,9633,9799,9874,9950" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,253,354,452,562,670,792", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "146,248,349,447,557,665,787,888" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3741,3842,3940,4050,4158,9955", + "endColumns": "95,101,100,97,109,107,121,100", + "endOffsets": "3634,3736,3837,3935,4045,4153,4275,10051" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,114", + "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": "428,535,636,747,833,941,1059,1138,1215,1306,1399,1497,1591,1691,1784,1879,1977,2068,2159,2243,2348,2456,2555,2661,2773,2876,3042,9638", + "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": "530,631,742,828,936,1054,1133,1210,1301,1394,1492,1586,1686,1779,1874,1972,2063,2154,2238,2343,2451,2550,2656,2768,2871,3037,3135,9716" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json new file mode 100644 index 0000000..0678840 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sl/values-sl.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,2565,2745,2845", + "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,104,179,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,2560,2740,2840,2924" + }, + "to": { + "startLines": "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,114", + "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": "417,529,631,739,826,929,1048,1129,1207,1299,1393,1488,1582,1677,1771,1867,1967,2059,2151,2235,2343,2451,2551,2664,2772,2877,3057,9710", + "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,104,179,99,83", + "endOffsets": "524,626,734,821,924,1043,1124,1202,1294,1388,1483,1577,1672,1766,1862,1962,2054,2146,2230,2338,2446,2546,2659,2767,2872,3052,3152,9789" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,456,559,661,778", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "147,249,347,451,554,656,773,874" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3612,3709,3811,3909,4013,4116,4218,10035", + "endColumns": "96,101,97,103,102,101,116,100", + "endOffsets": "3704,3806,3904,4008,4111,4213,4330,10131" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,367,456,545,633,731,822,928,1054,1138,1202,1268,1362,1438,1501,1613,1673,1738,1792,1862,1922,1978,2090,2147,2209,2265,2338,2472,2557,2634,2723,2804,2889,3032,3116,3199,3333,3422,3499,3555,3610,3676,3749,3826,3897,3976,4050,4126,4201,4274,4379,4467,4540,4630,4721,4793,4867,4958,5010,5092,5159,5243,5330,5392,5456,5519,5588,5691,5799,5897,6001,6061,6120,6197,6284,6360", + "endLines": "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", + "endColumns": "12,88,88,87,97,90,105,125,83,63,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,76,88,80,84,142,83,82,133,88,76,55,54,65,72,76,70,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76,86,75,77", + "endOffsets": "362,451,540,628,726,817,923,1049,1133,1197,1263,1357,1433,1496,1608,1668,1733,1787,1857,1917,1973,2085,2142,2204,2260,2333,2467,2552,2629,2718,2799,2884,3027,3111,3194,3328,3417,3494,3550,3605,3671,3744,3821,3892,3971,4045,4121,4196,4269,4374,4462,4535,4625,4716,4788,4862,4953,5005,5087,5154,5238,5325,5387,5451,5514,5583,5686,5794,5892,5996,6056,6115,6192,6279,6355,6433" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3157,3246,3335,3423,3521,4335,4441,4567,4651,4715,4781,4875,4951,5014,5126,5186,5251,5305,5375,5435,5491,5603,5660,5722,5778,5851,5985,6070,6147,6236,6317,6402,6545,6629,6712,6846,6935,7012,7068,7123,7189,7262,7339,7410,7489,7563,7639,7714,7787,7892,7980,8053,8143,8234,8306,8380,8471,8523,8605,8672,8756,8843,8905,8969,9032,9101,9204,9312,9410,9514,9574,9633,9794,9881,9957", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,88,88,87,97,90,105,125,83,63,65,93,75,62,111,59,64,53,69,59,55,111,56,61,55,72,133,84,76,88,80,84,142,83,82,133,88,76,55,54,65,72,76,70,78,73,75,74,72,104,87,72,89,90,71,73,90,51,81,66,83,86,61,63,62,68,102,107,97,103,59,58,76,86,75,77", + "endOffsets": "412,3241,3330,3418,3516,3607,4436,4562,4646,4710,4776,4870,4946,5009,5121,5181,5246,5300,5370,5430,5486,5598,5655,5717,5773,5846,5980,6065,6142,6231,6312,6397,6540,6624,6707,6841,6930,7007,7063,7118,7184,7257,7334,7405,7484,7558,7634,7709,7782,7887,7975,8048,8138,8229,8301,8375,8466,8518,8600,8667,8751,8838,8900,8964,9027,9096,9199,9307,9405,9509,9569,9628,9705,9876,9952,10030" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-small-v4.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-small-v4.json new file mode 100644 index 0000000..e062af8 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-small-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-small-v4/values-small-v4.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json new file mode 100644 index 0000000..eb380b7 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sq/values-sq.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "317,431,531,643,729,835,958,1040,1118,1209,1302,1397,1491,1592,1685,1780,1877,1968,2061,2142,2248,2352,2450,2556,2660,2762,2916,9633", + "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": "426,526,638,724,830,953,1035,1113,1204,1297,1392,1486,1587,1680,1775,1872,1963,2056,2137,2243,2347,2445,2551,2655,2757,2911,3008,9710" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,267,346,424,510,610,702,803,929,1012,1077,1142,1242,1312,1371,1469,1531,1595,1654,1726,1789,1843,1960,2017,2079,2133,2205,2340,2423,2502,2598,2681,2759,2900,2984,3066,3214,3304,3382,3435,3494,3560,3631,3710,3781,3864,3940,4018,4090,4163,4267,4356,4428,4522,4621,4695,4767,4868,4918,5003,5069,5159,5248,5310,5374,5437,5504,5620,5733,5842,5947,6004,6067,6150,6235,6309", + "endLines": "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", + "endColumns": "12,78,77,85,99,91,100,125,82,64,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,78,95,82,77,140,83,81,147,89,77,52,58,65,70,78,70,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82,84,73,77", + "endOffsets": "262,341,419,505,605,697,798,924,1007,1072,1137,1237,1307,1366,1464,1526,1590,1649,1721,1784,1838,1955,2012,2074,2128,2200,2335,2418,2497,2593,2676,2754,2895,2979,3061,3209,3299,3377,3430,3489,3555,3626,3705,3776,3859,3935,4013,4085,4158,4262,4351,4423,4517,4616,4690,4762,4863,4913,4998,5064,5154,5243,5305,5369,5432,5499,5615,5728,5837,5942,5999,6062,6145,6230,6304,6382" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3013,3092,3170,3256,3356,4185,4286,4412,4495,4560,4625,4725,4795,4854,4952,5014,5078,5137,5209,5272,5326,5443,5500,5562,5616,5688,5823,5906,5985,6081,6164,6242,6383,6467,6549,6697,6787,6865,6918,6977,7043,7114,7193,7264,7347,7423,7501,7573,7646,7750,7839,7911,8005,8104,8178,8250,8351,8401,8486,8552,8642,8731,8793,8857,8920,8987,9103,9216,9325,9430,9487,9550,9715,9800,9874", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,77,85,99,91,100,125,82,64,64,99,69,58,97,61,63,58,71,62,53,116,56,61,53,71,134,82,78,95,82,77,140,83,81,147,89,77,52,58,65,70,78,70,82,75,77,71,72,103,88,71,93,98,73,71,100,49,84,65,89,88,61,63,62,66,115,112,108,104,56,62,82,84,73,77", + "endOffsets": "312,3087,3165,3251,3351,3443,4281,4407,4490,4555,4620,4720,4790,4849,4947,5009,5073,5132,5204,5267,5321,5438,5495,5557,5611,5683,5818,5901,5980,6076,6159,6237,6378,6462,6544,6692,6782,6860,6913,6972,7038,7109,7188,7259,7342,7418,7496,7568,7641,7745,7834,7906,8000,8099,8173,8245,8346,8396,8481,8547,8637,8726,8788,8852,8915,8982,9098,9211,9320,9425,9482,9545,9628,9795,9869,9947" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,154,256,354,451,559,670,792", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "149,251,349,446,554,665,787,888" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3448,3547,3649,3747,3844,3952,4063,9952", + "endColumns": "98,101,97,96,107,110,121,100", + "endOffsets": "3542,3644,3742,3839,3947,4058,4180,10048" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json new file mode 100644 index 0000000..1fad97a --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sr/values-sr.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,321,397,473,553,660,753,847,978,1059,1121,1187,1279,1347,1410,1513,1573,1639,1695,1766,1826,1880,1992,2049,2110,2164,2240,2365,2451,2528,2621,2705,2788,2926,3007,3090,3221,3309,3387,3441,3497,3563,3637,3715,3786,3868,3943,4019,4094,4165,4272,4362,4435,4527,4623,4695,4771,4867,4920,5002,5069,5156,5243,5305,5369,5432,5501,5606,5716,5812,5920,5978,6038,6118,6201,6277", + "endLines": "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", + "endColumns": "12,75,75,79,106,92,93,130,80,61,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,76,92,83,82,137,80,82,130,87,77,53,55,65,73,77,70,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "316,392,468,548,655,748,842,973,1054,1116,1182,1274,1342,1405,1508,1568,1634,1690,1761,1821,1875,1987,2044,2105,2159,2235,2360,2446,2523,2616,2700,2783,2921,3002,3085,3216,3304,3382,3436,3492,3558,3632,3710,3781,3863,3938,4014,4089,4160,4267,4357,4430,4522,4618,4690,4766,4862,4915,4997,5064,5151,5238,5300,5364,5427,5496,5601,5711,5807,5915,5973,6033,6113,6196,6272,6349" + }, + "to": { + "startLines": "2,34,35,36,37,38,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,114,115,116", + "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", + "startOffsets": "150,3099,3175,3251,3331,3438,4257,4351,4482,4563,4625,4691,4783,4851,4914,5017,5077,5143,5199,5270,5330,5384,5496,5553,5614,5668,5744,5869,5955,6032,6125,6209,6292,6430,6511,6594,6725,6813,6891,6945,7001,7067,7141,7219,7290,7372,7447,7523,7598,7669,7776,7866,7939,8031,8127,8199,8275,8371,8424,8506,8573,8660,8747,8809,8873,8936,9005,9110,9220,9316,9424,9482,9542,9709,9792,9868", + "endLines": "6,34,35,36,37,38,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,114,115,116", + "endColumns": "12,75,75,79,106,92,93,130,80,61,65,91,67,62,102,59,65,55,70,59,53,111,56,60,53,75,124,85,76,92,83,82,137,80,82,130,87,77,53,55,65,73,77,70,81,74,75,74,70,106,89,72,91,95,71,75,95,52,81,66,86,86,61,63,62,68,104,109,95,107,57,59,79,82,75,76", + "endOffsets": "366,3170,3246,3326,3433,3526,4346,4477,4558,4620,4686,4778,4846,4909,5012,5072,5138,5194,5265,5325,5379,5491,5548,5609,5663,5739,5864,5950,6027,6120,6204,6287,6425,6506,6589,6720,6808,6886,6940,6996,7062,7136,7214,7285,7367,7442,7518,7593,7664,7771,7861,7934,8026,8122,8194,8270,8366,8419,8501,8568,8655,8742,8804,8868,8931,9000,9105,9215,9311,9419,9477,9537,9617,9787,9863,9940" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,352,456,560,665,781", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "148,250,347,451,555,660,776,877" + }, + "to": { + "startLines": "39,40,41,42,43,44,45,117", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3531,3629,3731,3828,3932,4036,4141,9945", + "endColumns": "97,101,96,103,103,104,115,100", + "endOffsets": "3624,3726,3823,3927,4031,4136,4252,10041" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,113", + "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": "371,478,579,685,771,875,997,1081,1162,1253,1346,1441,1535,1635,1728,1823,1928,2019,2110,2196,2301,2407,2510,2616,2725,2832,3002,9622", + "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": "473,574,680,766,870,992,1076,1157,1248,1341,1436,1530,1630,1723,1818,1923,2014,2105,2191,2296,2402,2505,2611,2720,2827,2997,3094,9704" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json new file mode 100644 index 0000000..e89008c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sv/values-sv.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,150,252,350,449,557,662,783", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "145,247,345,444,552,657,778,879" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3441,3536,3638,3736,3835,3943,4048,9723", + "endColumns": "94,101,97,98,107,104,120,100", + "endOffsets": "3531,3633,3731,3830,3938,4043,4164,9819" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,266,365,457,538,640,720,818,940,1019,1078,1141,1233,1297,1357,1449,1514,1577,1639,1706,1770,1824,1929,1988,2049,2103,2172,2291,2374,2451,2541,2625,2709,2845,2924,3008,3130,3216,3294,3348,3399,3465,3534,3608,3679,3755,3827,3904,3975,4049,4160,4251,4330,4417,4505,4577,4651,4736,4787,4866,4933,5014,5098,5160,5224,5287,5355,5462,5561,5660,5755,5813,5868,5946,6027,6106", + "endLines": "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", + "endColumns": "12,98,91,80,101,79,97,121,78,58,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,76,89,83,83,135,78,83,121,85,77,53,50,65,68,73,70,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77,80,78,87", + "endOffsets": "261,360,452,533,635,715,813,935,1014,1073,1136,1228,1292,1352,1444,1509,1572,1634,1701,1765,1819,1924,1983,2044,2098,2167,2286,2369,2446,2536,2620,2704,2840,2919,3003,3125,3211,3289,3343,3394,3460,3529,3603,3674,3750,3822,3899,3970,4044,4155,4246,4325,4412,4500,4572,4646,4731,4782,4861,4928,5009,5093,5155,5219,5282,5350,5457,5556,5655,5750,5808,5863,5941,6022,6101,6189" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2987,3086,3178,3259,3361,4169,4267,4389,4468,4527,4590,4682,4746,4806,4898,4963,5026,5088,5155,5219,5273,5378,5437,5498,5552,5621,5740,5823,5900,5990,6074,6158,6294,6373,6457,6579,6665,6743,6797,6848,6914,6983,7057,7128,7204,7276,7353,7424,7498,7609,7700,7779,7866,7954,8026,8100,8185,8236,8315,8382,8463,8547,8609,8673,8736,8804,8911,9010,9109,9204,9262,9317,9475,9556,9635", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,98,91,80,101,79,97,121,78,58,62,91,63,59,91,64,62,61,66,63,53,104,58,60,53,68,118,82,76,89,83,83,135,78,83,121,85,77,53,50,65,68,73,70,75,71,76,70,73,110,90,78,86,87,71,73,84,50,78,66,80,83,61,63,62,67,106,98,98,94,57,54,77,80,78,87", + "endOffsets": "311,3081,3173,3254,3356,3436,4262,4384,4463,4522,4585,4677,4741,4801,4893,4958,5021,5083,5150,5214,5268,5373,5432,5493,5547,5616,5735,5818,5895,5985,6069,6153,6289,6368,6452,6574,6660,6738,6792,6843,6909,6978,7052,7123,7199,7271,7348,7419,7493,7604,7695,7774,7861,7949,8021,8095,8180,8231,8310,8377,8458,8542,8604,8668,8731,8799,8906,9005,9104,9199,9257,9312,9390,9551,9630,9718" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,606,719,796,871,964,1059,1154,1248,1350,1445,1542,1640,1736,1829,1909,2015,2114,2210,2315,2418,2520,2674,2776", + "endColumns": "102,102,110,83,99,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,601,714,791,866,959,1054,1149,1243,1345,1440,1537,1635,1731,1824,1904,2010,2109,2205,2310,2413,2515,2669,2771,2851" + }, + "to": { + "startLines": "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,112", + "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": "316,419,522,633,717,817,930,1007,1082,1175,1270,1365,1459,1561,1656,1753,1851,1947,2040,2120,2226,2325,2421,2526,2629,2731,2885,9395", + "endColumns": "102,102,110,83,99,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", + "endOffsets": "414,517,628,712,812,925,1002,1077,1170,1265,1360,1454,1556,1651,1748,1846,1942,2035,2115,2221,2320,2416,2521,2624,2726,2880,2982,9470" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json new file mode 100644 index 0000000..fe1cd83 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sw/values-sw.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,412,511,619,709,814,931,1014,1096,1187,1280,1375,1469,1569,1662,1757,1851,1942,2033,2115,2216,2324,2423,2530,2642,2746,2908,9616", + "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": "407,506,614,704,809,926,1009,1091,1182,1275,1370,1464,1564,1657,1752,1846,1937,2028,2110,2211,2319,2418,2525,2637,2741,2903,3000,9694" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,335,409,482,579,668,767,896,979,1044,1112,1204,1277,1340,1426,1488,1551,1616,1684,1747,1801,1933,1990,2052,2106,2180,2318,2399,2479,2582,2666,2746,2878,2963,3050,3191,3279,3358,3412,3465,3531,3603,3685,3756,3841,3913,3988,4059,4132,4238,4335,4409,4504,4601,4675,4760,4860,4913,4998,5066,5154,5244,5306,5370,5433,5500,5617,5729,5840,5951,6009,6066,6147,6232,6313", + "endLines": "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", + "endColumns": "12,75,73,72,96,88,98,128,82,64,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,102,83,79,131,84,86,140,87,78,53,52,65,71,81,70,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80,84,80,79", + "endOffsets": "254,330,404,477,574,663,762,891,974,1039,1107,1199,1272,1335,1421,1483,1546,1611,1679,1742,1796,1928,1985,2047,2101,2175,2313,2394,2474,2577,2661,2741,2873,2958,3045,3186,3274,3353,3407,3460,3526,3598,3680,3751,3836,3908,3983,4054,4127,4233,4330,4404,4499,4596,4670,4755,4855,4908,4993,5061,5149,5239,5301,5365,5428,5495,5612,5724,5835,5946,6004,6061,6142,6227,6308,6388" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3005,3081,3155,3228,3325,4137,4236,4365,4448,4513,4581,4673,4746,4809,4895,4957,5020,5085,5153,5216,5270,5402,5459,5521,5575,5649,5787,5868,5948,6051,6135,6215,6347,6432,6519,6660,6748,6827,6881,6934,7000,7072,7154,7225,7310,7382,7457,7528,7601,7707,7804,7878,7973,8070,8144,8229,8329,8382,8467,8535,8623,8713,8775,8839,8902,8969,9086,9198,9309,9420,9478,9535,9699,9784,9865", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,75,73,72,96,88,98,128,82,64,67,91,72,62,85,61,62,64,67,62,53,131,56,61,53,73,137,80,79,102,83,79,131,84,86,140,87,78,53,52,65,71,81,70,84,71,74,70,72,105,96,73,94,96,73,84,99,52,84,67,87,89,61,63,62,66,116,111,110,110,57,56,80,84,80,79", + "endOffsets": "304,3076,3150,3223,3320,3409,4231,4360,4443,4508,4576,4668,4741,4804,4890,4952,5015,5080,5148,5211,5265,5397,5454,5516,5570,5644,5782,5863,5943,6046,6130,6210,6342,6427,6514,6655,6743,6822,6876,6929,6995,7067,7149,7220,7305,7377,7452,7523,7596,7702,7799,7873,7968,8065,8139,8224,8324,8377,8462,8530,8618,8708,8770,8834,8897,8964,9081,9193,9304,9415,9473,9530,9611,9779,9860,9940" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,149,251,348,449,556,663,778", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "144,246,343,444,551,658,773,874" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3414,3508,3610,3707,3808,3915,4022,9945", + "endColumns": "93,101,96,100,106,106,114,100", + "endOffsets": "3503,3605,3702,3803,3910,4017,4132,10041" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..7e32f17 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json new file mode 100644 index 0000000..d3ae156 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ta/values-ta.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,353,451,558,673,801", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "146,249,348,446,553,668,796,897" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3543,3639,3742,3841,3939,4046,4161,10183", + "endColumns": "95,102,98,97,106,114,127,100", + "endOffsets": "3634,3737,3836,3934,4041,4156,4284,10279" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,272,360,446,530,633,727,836,954,1038,1097,1161,1269,1337,1398,1506,1573,1659,1717,1801,1868,1922,2045,2107,2170,2224,2312,2440,2526,2618,2721,2813,2895,3027,3107,3188,3344,3433,3517,3574,3626,3692,3777,3865,3936,4016,4085,4162,4242,4310,4425,4524,4607,4699,4793,4867,4953,5047,5097,5180,5246,5331,5418,5481,5546,5609,5678,5786,5884,5982,6079,6140,6196,6282,6374,6457", + "endLines": "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", + "endColumns": "12,87,85,83,102,93,108,117,83,58,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,91,102,91,81,131,79,80,155,88,83,56,51,65,84,87,70,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85,91,82,81", + "endOffsets": "267,355,441,525,628,722,831,949,1033,1092,1156,1264,1332,1393,1501,1568,1654,1712,1796,1863,1917,2040,2102,2165,2219,2307,2435,2521,2613,2716,2808,2890,3022,3102,3183,3339,3428,3512,3569,3621,3687,3772,3860,3931,4011,4080,4157,4237,4305,4420,4519,4602,4694,4788,4862,4948,5042,5092,5175,5241,5326,5413,5476,5541,5604,5673,5781,5879,5977,6074,6135,6191,6277,6369,6452,6534" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3088,3176,3262,3346,3449,4289,4398,4516,4600,4659,4723,4831,4899,4960,5068,5135,5221,5279,5363,5430,5484,5607,5669,5732,5786,5874,6002,6088,6180,6283,6375,6457,6589,6669,6750,6906,6995,7079,7136,7188,7254,7339,7427,7498,7578,7647,7724,7804,7872,7987,8086,8169,8261,8355,8429,8515,8609,8659,8742,8808,8893,8980,9043,9108,9171,9240,9348,9446,9544,9641,9702,9758,9926,10018,10101", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,87,85,83,102,93,108,117,83,58,63,107,67,60,107,66,85,57,83,66,53,122,61,62,53,87,127,85,91,102,91,81,131,79,80,155,88,83,56,51,65,84,87,70,79,68,76,79,67,114,98,82,91,93,73,85,93,49,82,65,84,86,62,64,62,68,107,97,97,96,60,55,85,91,82,81", + "endOffsets": "317,3171,3257,3341,3444,3538,4393,4511,4595,4654,4718,4826,4894,4955,5063,5130,5216,5274,5358,5425,5479,5602,5664,5727,5781,5869,5997,6083,6175,6278,6370,6452,6584,6664,6745,6901,6990,7074,7131,7183,7249,7334,7422,7493,7573,7642,7719,7799,7867,7982,8081,8164,8256,8350,8424,8510,8604,8654,8737,8803,8888,8975,9038,9103,9166,9235,9343,9441,9539,9636,9697,9753,9839,10013,10096,10178" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "322,435,537,652,741,852,973,1052,1128,1226,1326,1421,1515,1622,1722,1824,1918,2016,2114,2195,2303,2406,2505,2621,2724,2829,2986,9844", + "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": "430,532,647,736,847,968,1047,1123,1221,1321,1416,1510,1617,1717,1819,1913,2011,2109,2190,2298,2401,2500,2616,2719,2824,2981,3083,9921" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json new file mode 100644 index 0000000..eda39d0 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-te/values-te.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,447,537,642,761,839,915,1006,1099,1194,1288,1388,1481,1576,1671,1762,1853,1942,2056,2160,2259,2374,2479,2594,2756,2859", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "217,329,442,532,637,756,834,910,1001,1094,1189,1283,1383,1476,1571,1666,1757,1848,1937,2051,2155,2254,2369,2474,2589,2751,2854,2937" + }, + "to": { + "startLines": "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,112", + "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": "326,443,555,668,758,863,982,1060,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2163,2277,2381,2480,2595,2700,2815,2977,9737", + "endColumns": "116,111,112,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,88,113,103,98,114,104,114,161,102,82", + "endOffsets": "438,550,663,753,858,977,1055,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2158,2272,2376,2475,2590,2695,2810,2972,3075,9815" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-te/values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,265,367,468,574,681,805", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "152,260,362,463,569,676,800,901" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3530,3632,3740,3842,3943,4049,4156,10069", + "endColumns": "101,107,101,100,105,106,123,100", + "endOffsets": "3627,3735,3837,3938,4044,4151,4275,10165" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-te/values-te.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,276,365,455,541,639,726,830,946,1037,1098,1164,1258,1325,1387,1480,1544,1612,1675,1749,1814,1868,1989,2046,2108,2162,2241,2369,2457,2538,2636,2719,2811,2956,3036,3118,3243,3331,3413,3473,3525,3591,3666,3744,3815,3894,3967,4043,4124,4193,4313,4418,4495,4586,4679,4753,4830,4922,4979,5060,5126,5210,5296,5359,5424,5488,5557,5667,5775,5874,5980,6044,6100,6183,6280,6358", + "endLines": "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", + "endColumns": "12,88,89,85,97,86,103,115,90,60,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,80,97,82,91,144,79,81,124,87,81,59,51,65,74,77,70,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82,96,77,73", + "endOffsets": "271,360,450,536,634,721,825,941,1032,1093,1159,1253,1320,1382,1475,1539,1607,1670,1744,1809,1863,1984,2041,2103,2157,2236,2364,2452,2533,2631,2714,2806,2951,3031,3113,3238,3326,3408,3468,3520,3586,3661,3739,3810,3889,3962,4038,4119,4188,4308,4413,4490,4581,4674,4748,4825,4917,4974,5055,5121,5205,5291,5354,5419,5483,5552,5662,5770,5869,5975,6039,6095,6178,6275,6353,6427" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3080,3169,3259,3345,3443,4280,4384,4500,4591,4652,4718,4812,4879,4941,5034,5098,5166,5229,5303,5368,5422,5543,5600,5662,5716,5795,5923,6011,6092,6190,6273,6365,6510,6590,6672,6797,6885,6967,7027,7079,7145,7220,7298,7369,7448,7521,7597,7678,7747,7867,7972,8049,8140,8233,8307,8384,8476,8533,8614,8680,8764,8850,8913,8978,9042,9111,9221,9329,9428,9534,9598,9654,9820,9917,9995", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,88,89,85,97,86,103,115,90,60,65,93,66,61,92,63,67,62,73,64,53,120,56,61,53,78,127,87,80,97,82,91,144,79,81,124,87,81,59,51,65,74,77,70,78,72,75,80,68,119,104,76,90,92,73,76,91,56,80,65,83,85,62,64,63,68,109,107,98,105,63,55,82,96,77,73", + "endOffsets": "321,3164,3254,3340,3438,3525,4379,4495,4586,4647,4713,4807,4874,4936,5029,5093,5161,5224,5298,5363,5417,5538,5595,5657,5711,5790,5918,6006,6087,6185,6268,6360,6505,6585,6667,6792,6880,6962,7022,7074,7140,7215,7293,7364,7443,7516,7592,7673,7742,7862,7967,8044,8135,8228,8302,8379,8471,8528,8609,8675,8759,8845,8908,8973,9037,9106,9216,9324,9423,9529,9593,9649,9732,9912,9990,10064" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json new file mode 100644 index 0000000..e9f4d69 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-th/values-th.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-th/values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,151,254,352,450,553,658,770", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "146,249,347,445,548,653,765,866" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3363,3459,3562,3660,3758,3861,3966,9644", + "endColumns": "95,102,97,97,102,104,111,100", + "endOffsets": "3454,3557,3655,3753,3856,3961,4073,9740" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-th/values-th.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,285,358,430,513,598,684,783,896,976,1044,1114,1204,1274,1334,1421,1487,1552,1613,1677,1738,1792,1893,1954,2014,2068,2138,2249,2336,2413,2500,2582,2663,2806,2885,2967,3099,3191,3269,3323,3376,3442,3512,3590,3661,3741,3813,3891,3960,4029,4127,4209,4297,4390,4484,4558,4627,4722,4774,4857,4925,5010,5098,5160,5224,5287,5357,5457,5553,5650,5743,5801,5858,5935,6017,6092", + "endLines": "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", + "endColumns": "12,72,71,82,84,85,98,112,79,67,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,76,86,81,80,142,78,81,131,91,77,53,52,65,69,77,70,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76,81,74,75", + "endOffsets": "280,353,425,508,593,679,778,891,971,1039,1109,1199,1269,1329,1416,1482,1547,1608,1672,1733,1787,1888,1949,2009,2063,2133,2244,2331,2408,2495,2577,2658,2801,2880,2962,3094,3186,3264,3318,3371,3437,3507,3585,3656,3736,3808,3886,3955,4024,4122,4204,4292,4385,4479,4553,4622,4717,4769,4852,4920,5005,5093,5155,5219,5282,5352,5452,5548,5645,5738,5796,5853,5930,6012,6087,6163" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2964,3037,3109,3192,3277,4078,4177,4290,4370,4438,4508,4598,4668,4728,4815,4881,4946,5007,5071,5132,5186,5287,5348,5408,5462,5532,5643,5730,5807,5894,5976,6057,6200,6279,6361,6493,6585,6663,6717,6770,6836,6906,6984,7055,7135,7207,7285,7354,7423,7521,7603,7691,7784,7878,7952,8021,8116,8168,8251,8319,8404,8492,8554,8618,8681,8751,8851,8947,9044,9137,9195,9252,9411,9493,9568", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,72,71,82,84,85,98,112,79,67,69,89,69,59,86,65,64,60,63,60,53,100,60,59,53,69,110,86,76,86,81,80,142,78,81,131,91,77,53,52,65,69,77,70,79,71,77,68,68,97,81,87,92,93,73,68,94,51,82,67,84,87,61,63,62,69,99,95,96,92,57,56,76,81,74,75", + "endOffsets": "330,3032,3104,3187,3272,3358,4172,4285,4365,4433,4503,4593,4663,4723,4810,4876,4941,5002,5066,5127,5181,5282,5343,5403,5457,5527,5638,5725,5802,5889,5971,6052,6195,6274,6356,6488,6580,6658,6712,6765,6831,6901,6979,7050,7130,7202,7280,7349,7418,7516,7598,7686,7779,7873,7947,8016,8111,8163,8246,8314,8399,8487,8549,8613,8676,8746,8846,8942,9039,9132,9190,9247,9324,9488,9563,9639" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "335,440,533,641,726,828,938,1016,1093,1184,1277,1368,1462,1562,1655,1750,1844,1935,2026,2107,2210,2308,2406,2509,2615,2716,2869,9329", + "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": "435,528,636,721,823,933,1011,1088,1179,1272,1363,1457,1557,1650,1745,1839,1930,2021,2102,2205,2303,2401,2504,2610,2711,2864,2959,9406" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json new file mode 100644 index 0000000..dae2544 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-tl/values-tl.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "330,441,549,662,750,856,971,1051,1128,1219,1312,1407,1501,1601,1694,1789,1883,1974,2065,2149,2258,2368,2469,2579,2697,2805,2968,9791", + "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": "436,544,657,745,851,966,1046,1123,1214,1307,1402,1496,1596,1689,1784,1878,1969,2060,2144,2253,2363,2464,2574,2692,2800,2963,3065,9871" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,280,364,444,530,627,717,822,958,1043,1103,1168,1267,1335,1394,1483,1551,1618,1681,1756,1824,1878,1998,2056,2118,2172,2247,2389,2479,2557,2651,2734,2819,2964,3048,3131,3277,3373,3450,3508,3559,3625,3699,3777,3848,3934,4008,4087,4160,4232,4348,4452,4525,4624,4724,4798,4873,4980,5032,5121,5188,5279,5373,5435,5499,5562,5632,5751,5856,5965,6065,6127,6182,6267,6354,6432", + "endLines": "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", + "endColumns": "12,83,79,85,96,89,104,135,84,59,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,77,93,82,84,144,83,82,145,95,76,57,50,65,73,77,70,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84,86,77,74", + "endOffsets": "275,359,439,525,622,712,817,953,1038,1098,1163,1262,1330,1389,1478,1546,1613,1676,1751,1819,1873,1993,2051,2113,2167,2242,2384,2474,2552,2646,2729,2814,2959,3043,3126,3272,3368,3445,3503,3554,3620,3694,3772,3843,3929,4003,4082,4155,4227,4343,4447,4520,4619,4719,4793,4868,4975,5027,5116,5183,5274,5368,5430,5494,5557,5627,5746,5851,5960,6060,6122,6177,6262,6349,6427,6502" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3070,3154,3234,3320,3417,4241,4346,4482,4567,4627,4692,4791,4859,4918,5007,5075,5142,5205,5280,5348,5402,5522,5580,5642,5696,5771,5913,6003,6081,6175,6258,6343,6488,6572,6655,6801,6897,6974,7032,7083,7149,7223,7301,7372,7458,7532,7611,7684,7756,7872,7976,8049,8148,8248,8322,8397,8504,8556,8645,8712,8803,8897,8959,9023,9086,9156,9275,9380,9489,9589,9651,9706,9876,9963,10041", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,83,79,85,96,89,104,135,84,59,64,98,67,58,88,67,66,62,74,67,53,119,57,61,53,74,141,89,77,93,82,84,144,83,82,145,95,76,57,50,65,73,77,70,85,73,78,72,71,115,103,72,98,99,73,74,106,51,88,66,90,93,61,63,62,69,118,104,108,99,61,54,84,86,77,74", + "endOffsets": "325,3149,3229,3315,3412,3502,4341,4477,4562,4622,4687,4786,4854,4913,5002,5070,5137,5200,5275,5343,5397,5517,5575,5637,5691,5766,5908,5998,6076,6170,6253,6338,6483,6567,6650,6796,6892,6969,7027,7078,7144,7218,7296,7367,7453,7527,7606,7679,7751,7867,7971,8044,8143,8243,8317,8392,8499,8551,8640,8707,8798,8892,8954,9018,9081,9151,9270,9375,9484,9584,9646,9701,9786,9958,10036,10111" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,355,452,559,667,789", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "147,249,350,447,554,662,784,885" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3507,3604,3706,3807,3904,4011,4119,10116", + "endColumns": "96,101,100,96,106,107,121,100", + "endOffsets": "3599,3701,3802,3899,4006,4114,4236,10212" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json new file mode 100644 index 0000000..c8b0906 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-tr/values-tr.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,352,449,551,657,768", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "147,249,347,444,546,652,763,864" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3424,3521,3623,3721,3818,3920,4026,9742", + "endColumns": "96,101,97,96,101,105,110,100", + "endOffsets": "3516,3618,3716,3813,3915,4021,4132,9838" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,340,415,492,591,682,778,890,972,1032,1096,1187,1264,1325,1416,1479,1542,1601,1670,1733,1787,1895,1953,2015,2069,2142,2263,2347,2427,2526,2610,2701,2841,2918,2994,3125,3212,3288,3341,3395,3461,3531,3608,3679,3759,3830,3905,3983,4054,4155,4240,4329,4424,4517,4589,4661,4757,4809,4895,4962,5046,5136,5198,5262,5325,5395,5489,5591,5680,5780,5837,5895,5974,6058,6133", + "endLines": "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", + "endColumns": "12,74,74,76,98,90,95,111,81,59,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,79,98,83,90,139,76,75,130,86,75,52,53,65,69,76,70,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78,83,74,73", + "endOffsets": "260,335,410,487,586,677,773,885,967,1027,1091,1182,1259,1320,1411,1474,1537,1596,1665,1728,1782,1890,1948,2010,2064,2137,2258,2342,2422,2521,2605,2696,2836,2913,2989,3120,3207,3283,3336,3390,3456,3526,3603,3674,3754,3825,3900,3978,4049,4150,4235,4324,4419,4512,4584,4656,4752,4804,4890,4957,5041,5131,5193,5257,5320,5390,5484,5586,5675,5775,5832,5890,5969,6053,6128,6202" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3082,3157,3234,3333,4137,4233,4345,4427,4487,4551,4642,4719,4780,4871,4934,4997,5056,5125,5188,5242,5350,5408,5470,5524,5597,5718,5802,5882,5981,6065,6156,6296,6373,6449,6580,6667,6743,6796,6850,6916,6986,7063,7134,7214,7285,7360,7438,7509,7610,7695,7784,7879,7972,8044,8116,8212,8264,8350,8417,8501,8591,8653,8717,8780,8850,8944,9046,9135,9235,9292,9350,9509,9593,9668", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,74,74,76,98,90,95,111,81,59,63,90,76,60,90,62,62,58,68,62,53,107,57,61,53,72,120,83,79,98,83,90,139,76,75,130,86,75,52,53,65,69,76,70,79,70,74,77,70,100,84,88,94,92,71,71,95,51,85,66,83,89,61,63,62,69,93,101,88,99,56,57,78,83,74,73", + "endOffsets": "310,3077,3152,3229,3328,3419,4228,4340,4422,4482,4546,4637,4714,4775,4866,4929,4992,5051,5120,5183,5237,5345,5403,5465,5519,5592,5713,5797,5877,5976,6060,6151,6291,6368,6444,6575,6662,6738,6791,6845,6911,6981,7058,7129,7209,7280,7355,7433,7504,7605,7690,7779,7874,7967,8039,8111,8207,8259,8345,8412,8496,8586,8648,8712,8775,8845,8939,9041,9130,9230,9287,9345,9424,9588,9663,9737" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,429,528,640,725,831,951,1031,1106,1197,1290,1382,1476,1576,1669,1771,1866,1957,2048,2127,2234,2338,2434,2541,2644,2753,2909,9429", + "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": "424,523,635,720,826,946,1026,1101,1192,1285,1377,1471,1571,1664,1766,1861,1952,2043,2122,2229,2333,2429,2536,2639,2748,2904,3002,9504" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json new file mode 100644 index 0000000..57629f9 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-uk/values-uk.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,374,452,530,618,726,817,913,1029,1112,1184,1251,1342,1408,1471,1559,1621,1688,1746,1817,1876,1930,2044,2104,2167,2221,2294,2413,2499,2575,2666,2747,2830,2969,3054,3141,3274,3362,3440,3497,3548,3614,3686,3762,3833,3916,3989,4066,4148,4222,4331,4421,4500,4591,4687,4761,4842,4937,4991,5073,5139,5226,5312,5374,5438,5501,5574,5681,5791,5889,5995,6056,6111,6193,6278,6354", + "endLines": "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", + "endColumns": "12,77,77,87,107,90,95,115,82,71,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,75,90,80,82,138,84,86,132,87,77,56,50,65,71,75,70,82,72,76,81,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81,84,75,76", + "endOffsets": "369,447,525,613,721,812,908,1024,1107,1179,1246,1337,1403,1466,1554,1616,1683,1741,1812,1871,1925,2039,2099,2162,2216,2289,2408,2494,2570,2661,2742,2825,2964,3049,3136,3269,3357,3435,3492,3543,3609,3681,3757,3828,3911,3984,4061,4143,4217,4326,4416,4495,4586,4682,4756,4837,4932,4986,5068,5134,5221,5307,5369,5433,5496,5569,5676,5786,5884,5990,6051,6106,6188,6273,6349,6426" + }, + "to": { + "startLines": "2,35,36,37,38,39,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,115,116,117", + "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", + "startOffsets": "150,3153,3231,3309,3397,3505,4323,4419,4535,4618,4690,4757,4848,4914,4977,5065,5127,5194,5252,5323,5382,5436,5550,5610,5673,5727,5800,5919,6005,6081,6172,6253,6336,6475,6560,6647,6780,6868,6946,7003,7054,7120,7192,7268,7339,7422,7495,7572,7654,7728,7837,7927,8006,8097,8193,8267,8348,8443,8497,8579,8645,8732,8818,8880,8944,9007,9080,9187,9297,9395,9501,9562,9617,9781,9866,9942", + "endLines": "7,35,36,37,38,39,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,115,116,117", + "endColumns": "12,77,77,87,107,90,95,115,82,71,66,90,65,62,87,61,66,57,70,58,53,113,59,62,53,72,118,85,75,90,80,82,138,84,86,132,87,77,56,50,65,71,75,70,82,72,76,81,73,108,89,78,90,95,73,80,94,53,81,65,86,85,61,63,62,72,106,109,97,105,60,54,81,84,75,76", + "endOffsets": "419,3226,3304,3392,3500,3591,4414,4530,4613,4685,4752,4843,4909,4972,5060,5122,5189,5247,5318,5377,5431,5545,5605,5668,5722,5795,5914,6000,6076,6167,6248,6331,6470,6555,6642,6775,6863,6941,6998,7049,7115,7187,7263,7334,7417,7490,7567,7649,7723,7832,7922,8001,8092,8188,8262,8343,8438,8492,8574,8640,8727,8813,8875,8939,9002,9075,9182,9292,9390,9496,9557,9612,9694,9861,9937,10014" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,155,257,358,459,564,669,782", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "150,252,353,454,559,664,777,878" + }, + "to": { + "startLines": "40,41,42,43,44,45,46,118", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3596,3696,3798,3899,4000,4105,4210,10019", + "endColumns": "99,101,100,100,104,104,112,100", + "endOffsets": "3691,3793,3894,3995,4100,4205,4318,10115" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,816,898,989,1082,1177,1271,1371,1464,1559,1654,1745,1836,1935,2041,2147,2245,2352,2459,2564,2734,2834", + "endColumns": "108,101,107,85,104,117,82,81,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,811,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829,2911" + }, + "to": { + "startLines": "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,114", + "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": "424,533,635,743,829,934,1052,1135,1217,1308,1401,1496,1590,1690,1783,1878,1973,2064,2155,2254,2360,2466,2564,2671,2778,2883,3053,9699", + "endColumns": "108,101,107,85,104,117,82,81,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", + "endOffsets": "528,630,738,824,929,1047,1130,1212,1303,1396,1491,1585,1685,1778,1873,1968,2059,2150,2249,2355,2461,2559,2666,2773,2878,3048,3148,9776" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json new file mode 100644 index 0000000..12e596e --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-ur/values-ur.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "309,423,529,638,724,828,948,1025,1100,1192,1286,1381,1475,1576,1670,1766,1860,1952,2044,2129,2237,2343,2445,2556,2657,2773,2938,9501", + "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": "418,524,633,719,823,943,1020,1095,1187,1281,1376,1470,1571,1665,1761,1855,1947,2039,2124,2232,2338,2440,2551,2652,2768,2933,3031,9582" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,255,357,461,564,662,776", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "148,250,352,456,559,657,771,872" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3457,3555,3657,3759,3863,3966,4064,9827", + "endColumns": "97,101,101,103,102,97,113,100", + "endOffsets": "3550,3652,3754,3858,3961,4059,4173,9923" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,259,337,415,493,591,680,780,899,982,1038,1103,1197,1267,1326,1416,1480,1549,1607,1676,1736,1800,1912,1971,2030,2085,2160,2283,2363,2446,2540,2627,2711,2844,2926,3007,3138,3225,3307,3365,3421,3487,3562,3642,3713,3792,3859,3934,4011,4075,4182,4276,4346,4435,4528,4602,4677,4767,4823,4902,4969,5053,5137,5199,5263,5326,5392,5492,5599,5693,5801,5863,5923,6003,6088,6169", + "endLines": "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", + "endColumns": "12,77,77,77,97,88,99,118,82,55,64,93,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,82,93,86,83,132,81,80,130,86,81,57,55,65,74,79,70,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79,84,80,73", + "endOffsets": "254,332,410,488,586,675,775,894,977,1033,1098,1192,1262,1321,1411,1475,1544,1602,1671,1731,1795,1907,1966,2025,2080,2155,2278,2358,2441,2535,2622,2706,2839,2921,3002,3133,3220,3302,3360,3416,3482,3557,3637,3708,3787,3854,3929,4006,4070,4177,4271,4341,4430,4523,4597,4672,4762,4818,4897,4964,5048,5132,5194,5258,5321,5387,5487,5594,5688,5796,5858,5918,5998,6083,6164,6238" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3036,3114,3192,3270,3368,4178,4278,4397,4480,4536,4601,4695,4765,4824,4914,4978,5047,5105,5174,5234,5298,5410,5469,5528,5583,5658,5781,5861,5944,6038,6125,6209,6342,6424,6505,6636,6723,6805,6863,6919,6985,7060,7140,7211,7290,7357,7432,7509,7573,7680,7774,7844,7933,8026,8100,8175,8265,8321,8400,8467,8551,8635,8697,8761,8824,8890,8990,9097,9191,9299,9361,9421,9587,9672,9753", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,77,77,97,88,99,118,82,55,64,93,69,58,89,63,68,57,68,59,63,111,58,58,54,74,122,79,82,93,86,83,132,81,80,130,86,81,57,55,65,74,79,70,78,66,74,76,63,106,93,69,88,92,73,74,89,55,78,66,83,83,61,63,62,65,99,106,93,107,61,59,79,84,80,73", + "endOffsets": "304,3109,3187,3265,3363,3452,4273,4392,4475,4531,4596,4690,4760,4819,4909,4973,5042,5100,5169,5229,5293,5405,5464,5523,5578,5653,5776,5856,5939,6033,6120,6204,6337,6419,6500,6631,6718,6800,6858,6914,6980,7055,7135,7206,7285,7352,7427,7504,7568,7675,7769,7839,7928,8021,8095,8170,8260,8316,8395,8462,8546,8630,8692,8756,8819,8885,8985,9092,9186,9294,9356,9416,9496,9667,9748,9822" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json new file mode 100644 index 0000000..9da3360 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-uz/values-uz.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,283,360,440,523,617,704,799,926,1010,1070,1134,1237,1307,1374,1483,1546,1613,1672,1746,1809,1863,1978,2036,2098,2152,2227,2356,2446,2526,2619,2703,2792,2933,3015,3097,3236,3322,3406,3466,3517,3583,3656,3734,3805,3886,3958,4035,4110,4181,4282,4376,4455,4551,4645,4719,4795,4881,4934,5021,5087,5172,5263,5325,5389,5452,5521,5623,5724,5820,5921,5985,6040,6123,6209,6286", + "endLines": "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", + "endColumns": "12,76,79,82,93,86,94,126,83,59,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,79,92,83,88,140,81,81,138,85,83,59,50,65,72,77,70,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82,85,76,73", + "endOffsets": "278,355,435,518,612,699,794,921,1005,1065,1129,1232,1302,1369,1478,1541,1608,1667,1741,1804,1858,1973,2031,2093,2147,2222,2351,2441,2521,2614,2698,2787,2928,3010,3092,3231,3317,3401,3461,3512,3578,3651,3729,3800,3881,3953,4030,4105,4176,4277,4371,4450,4546,4640,4714,4790,4876,4929,5016,5082,5167,5258,5320,5384,5447,5516,5618,5719,5815,5916,5980,6035,6118,6204,6281,6355" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3004,3081,3161,3244,3338,4161,4256,4383,4467,4527,4591,4694,4764,4831,4940,5003,5070,5129,5203,5266,5320,5435,5493,5555,5609,5684,5813,5903,5983,6076,6160,6249,6390,6472,6554,6693,6779,6863,6923,6974,7040,7113,7191,7262,7343,7415,7492,7567,7638,7739,7833,7912,8008,8102,8176,8252,8338,8391,8478,8544,8629,8720,8782,8846,8909,8978,9080,9181,9277,9378,9442,9497,9664,9750,9827", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,76,79,82,93,86,94,126,83,59,63,102,69,66,108,62,66,58,73,62,53,114,57,61,53,74,128,89,79,92,83,88,140,81,81,138,85,83,59,50,65,72,77,70,80,71,76,74,70,100,93,78,95,93,73,75,85,52,86,65,84,90,61,63,62,68,101,100,95,100,63,54,82,85,76,73", + "endOffsets": "328,3076,3156,3239,3333,3420,4251,4378,4462,4522,4586,4689,4759,4826,4935,4998,5065,5124,5198,5261,5315,5430,5488,5550,5604,5679,5808,5898,5978,6071,6155,6244,6385,6467,6549,6688,6774,6858,6918,6969,7035,7108,7186,7257,7338,7410,7487,7562,7633,7734,7828,7907,8003,8097,8171,8247,8333,8386,8473,8539,8624,8715,8777,8841,8904,8973,9075,9176,9272,9373,9437,9492,9575,9745,9822,9896" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "333,438,533,633,715,815,932,1017,1095,1186,1279,1374,1468,1562,1655,1750,1845,1936,2028,2112,2222,2328,2428,2536,2642,2744,2905,9580", + "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": "433,528,628,710,810,927,1012,1090,1181,1274,1369,1463,1557,1650,1745,1840,1931,2023,2107,2217,2323,2423,2531,2637,2739,2900,2999,9659" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,157,259,360,460,568,672,791", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "152,254,355,455,563,667,786,887" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3425,3527,3629,3730,3830,3938,4042,9901", + "endColumns": "101,101,100,99,107,103,118,100", + "endOffsets": "3522,3624,3725,3825,3933,4037,4156,9997" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json new file mode 100644 index 0000000..55487b7 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v16/values-v16.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v16/values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json new file mode 100644 index 0000000..026fe5c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v17/values-v17.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json new file mode 100644 index 0000000..a6a527f --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v18/values-v18.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json new file mode 100644 index 0000000..7beb717 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json @@ -0,0 +1,66 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v21/values-v21.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v21/values-v21.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,29,32,35,38,41,44,47,50,53,56,59,60,63,68,79,85,94,103,112,121,130,139,148,157,166,175,184,193,202,211,220,226,232,238,244,248,252,253,254,255,259,262,265,268,271,272,275,278,282,286", + "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", + "startOffsets": "55,153,248,344,441,509,588,676,764,852,940,1027,1114,1201,1288,1384,1474,1570,1660,1753,1860,1965,2084,2209,2330,2543,2802,3073,3291,3523,3759,4009,4222,4431,4662,4863,4979,5149,5470,6499,6956,7460,7968,8477,8991,9496,10000,10505,11011,11513,12019,12528,13036,13535,14042,14550,14842,15136,15436,15736,16065,16406,16544,16688,16844,17237,17455,17677,17903,18119,18229,18399,18589,18830,19089", + "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,28,31,34,37,40,43,46,49,52,55,58,59,62,67,78,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,225,231,237,243,247,251,252,253,254,258,261,264,267,270,271,274,277,281,285,288", + "endColumns": "97,94,95,96,67,78,87,87,87,87,86,86,86,86,95,89,95,89,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "148,243,339,436,504,583,671,759,847,935,1022,1109,1196,1283,1379,1469,1565,1655,1748,1855,1960,2079,2204,2325,2538,2797,3068,3286,3518,3754,4004,4217,4426,4657,4858,4974,5144,5465,6494,6951,7455,7963,8472,8986,9491,9995,10500,11006,11508,12014,12523,13031,13530,14037,14545,14837,15131,15431,15731,16060,16401,16539,16683,16839,17232,17450,17672,17898,18114,18224,18394,18584,18825,19084,19261" + }, + "to": { + "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,91,94,97,192,195,198,201,207,210,213,280,283,284,287,292,303,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,492,498,504,510,514,518,519,520,521,525,528,531,534,545,546,549,552,556,560", + "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", + "startOffsets": "173,271,366,462,559,627,706,794,882,970,1058,1145,1232,1319,1601,1697,1787,1883,7340,7433,7540,7645,7867,7992,8113,8326,8585,14766,14984,15216,15452,15901,16114,16323,21110,21311,21427,21597,21918,22947,26052,26556,27064,27573,28087,28592,29096,29601,30107,30609,31115,31624,32132,32631,33138,33646,33938,34232,34532,34832,35161,35502,35640,35784,35940,36333,36551,36773,36999,37739,37849,38019,38209,38450,38709", + "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,20,21,22,23,84,85,86,87,89,90,93,96,99,194,197,200,203,209,212,215,282,283,286,291,302,308,359,368,377,386,395,404,413,422,431,440,449,458,467,476,485,491,497,503,509,513,517,518,519,520,524,527,530,533,536,545,548,551,555,559,562", + "endColumns": "97,94,95,96,67,78,87,87,87,87,86,86,86,86,95,89,95,89,92,106,104,118,124,120,10,10,10,10,10,10,10,10,10,10,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,137,143,155,10,10,10,10,10,109,10,10,10,10,10", + "endOffsets": "266,361,457,554,622,701,789,877,965,1053,1140,1227,1314,1401,1692,1782,1878,1968,7428,7535,7640,7759,7987,8108,8321,8580,8851,14979,15211,15447,15697,16109,16318,16549,21306,21422,21592,21913,22942,23399,26551,27059,27568,28082,28587,29091,29596,30102,30604,31110,31619,32127,32626,33133,33641,33933,34227,34527,34827,35156,35497,35635,35779,35935,36328,36546,36768,36994,37210,37844,38014,38204,38445,38704,38881" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.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,17,18,19,347,348,349,350,537,540", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,1406,1470,1537,25556,25672,25798,25924,37215,37387", + "endLines": "2,17,18,19,347,348,349,350,539,544", + "endColumns": "117,63,66,63,115,125,125,127,12,12", + "endOffsets": "168,1465,1532,1596,25667,25793,25919,26047,37382,37734" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,8283,8468,11238,11435,11634,11757,11880,11993,12176,12431,12632,12721,12832,13065,13166,13261,13384,13513,13630,13807,13906,14041,14184,14319,14438,14639,14758,14851,14962,15018,15125,15320,15431,15564,15659,15750,15841,15934,16051,16190,16261,16344,16967,17024,17082,17706", + "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,8278,8463,11233,11430,11629,11752,11875,11988,12171,12426,12627,12716,12827,13060,13161,13256,13379,13508,13625,13802,13901,14036,14179,14314,14433,14634,14753,14846,14957,15013,15120,15315,15426,15559,15654,15745,15836,15929,16046,16185,16256,16339,16962,17019,17077,17701,18337" + }, + "to": { + "startLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,41,42,43,44,46,48,49,50,51,52,54,56,58,60,62,64,65,70,72,74,75,76,78,80,81,82,83,88,100,143,146,189,204,216,218,220,222,225,229,232,233,234,237,238,239,240,241,242,245,246,248,250,252,254,258,260,261,262,263,265,269,271,273,274,275,276,277,278,309,310,311,321,322,323,335", + "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": "1973,2064,2167,2270,2375,2482,2591,2700,2809,2918,3027,3134,3237,3356,3511,3666,3771,3892,3993,4140,4281,4384,4503,4610,4713,4868,5039,5188,5353,5510,5661,5780,6131,6280,6429,6541,6688,6841,6988,7063,7152,7239,7764,8856,11614,11799,14569,15702,16554,16677,16800,16913,17096,17351,17552,17641,17752,17985,18086,18181,18304,18433,18550,18727,18826,18961,19104,19239,19358,19559,19678,19771,19882,19938,20045,20240,20351,20484,20579,20670,20761,20854,20971,23404,23475,23558,24181,24238,24296,24920", + "endLines": "24,25,26,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,45,47,48,49,50,51,53,55,57,59,61,63,64,69,71,73,74,75,77,79,80,81,82,83,88,142,145,188,191,206,217,219,221,224,228,231,232,233,236,237,238,239,240,241,244,245,247,249,251,253,257,259,260,261,262,264,268,270,272,273,274,275,276,277,279,309,310,320,321,322,334,346", + "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": "2059,2162,2265,2370,2477,2586,2695,2804,2913,3022,3129,3232,3351,3506,3661,3766,3887,3988,4135,4276,4379,4498,4605,4708,4863,5034,5183,5348,5505,5656,5775,6126,6275,6424,6536,6683,6836,6983,7058,7147,7234,7335,7862,11609,11794,14564,14761,15896,16672,16795,16908,17091,17346,17547,17636,17747,17980,18081,18176,18299,18428,18545,18722,18821,18956,19099,19234,19353,19554,19673,19766,19877,19933,20040,20235,20346,20479,20574,20665,20756,20849,20966,21105,23470,23553,24176,24233,24291,24915,25551" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json new file mode 100644 index 0000000..6bc175b --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v22/values-v22.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v22/values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,487", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,482,764" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json new file mode 100644 index 0000000..d8f29d0 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json @@ -0,0 +1,58 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v23/values-v23.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3a762e9f2ce0f93d047d11ca0abedd7a/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": "3232", + "endLines": "52", + "endColumns": "12", + "endOffsets": "3377" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v23/values-v23.xml", + "from": { + "startLines": "2,5,9,13,16,19,22,25,28,32", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,271,413,574,784,991,1198,1401,1603,1868", + "endLines": "4,8,12,15,18,21,24,27,31,35", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "266,408,569,779,986,1193,1396,1598,1863,2136" + }, + "to": { + "startLines": "53,56,60,64,67,70,73,76,79,83", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "3382,3598,3740,3901,4111,4318,4525,4728,4930,5195", + "endLines": "55,59,63,66,69,72,75,78,82,86", + "endColumns": "10,10,10,10,10,10,10,10,10,10", + "endOffsets": "3593,3735,3896,4106,4313,4520,4723,4925,5190,5463" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,1225,1975,2094,2221,2443,2667,2782,2889,3002", + "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,1220,1970,2089,2216,2438,2662,2777,2884,2997,3227" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json new file mode 100644 index 0000000..6091b58 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v24/values-v24.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v24/values-v24.xml", + "from": { + "startLines": "2,3,4,5,6,9,12,15", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,140,239,326,427,626,839,1040", + "endLines": "2,3,4,5,8,11,14,17", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "135,234,321,422,621,834,1035,1250" + }, + "to": { + "startLines": "4,5,6,7,8,11,14,17", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "347,432,531,618,719,918,1131,1332", + "endLines": "4,5,6,7,10,13,16,19", + "endColumns": "84,98,86,100,10,10,10,10", + "endOffsets": "427,526,613,714,913,1126,1327,1542" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json new file mode 100644 index 0000000..d0eabfe --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v25/values-v25.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json new file mode 100644 index 0000000..66aef22 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v26/values-v26.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,381,557,796", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,376,552,791,884" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json new file mode 100644 index 0000000..21bb5c7 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v28/values-v28.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,397", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,392,584" + }, + "to": { + "startLines": "14,15,16,20", + "startColumns": "4,4,4,4", + "startOffsets": "1141,1216,1303,1483", + "endLines": "14,15,19,23", + "endColumns": "74,86,12,12", + "endOffsets": "1211,1298,1478,1670" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v28/values-v28.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,249,344,441,529,617,705,793,880,967,1054,1141", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,17", + "endColumns": "97,95,94,96,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,436,524,612,700,788,875,962,1049,1136,1423" + }, + "to": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,24", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,153,249,344,441,529,617,705,793,880,967,1054,1675", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,27", + "endColumns": "97,95,94,96,87,87,87,87,86,86,86,86,10", + "endOffsets": "148,244,339,436,524,612,700,788,875,962,1049,1136,1957" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v31.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v31.json new file mode 100644 index 0000000..04a96e9 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v31.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v31/values-v31.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v31/values-v31.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,277,342,408", + "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", + "startOffsets": "55,149,243,336,430,524,618,712,806,900,994,1088,1181,1274,1376,1478,1579,1681,1783,1885,1987,2089,2191,2293,2395,2496,2597,2690,2783,2875,2968,3061,3154,3247,3340,3433,3526,3619,3711,3803,3898,3993,4087,4182,4277,4372,4467,4562,4657,4752,4847,4941,5035,5129,5223,5316,5410,5504,5598,5692,5786,5880,5974,6068,6161,6254,6364,6475,6583,6691,6797,6900,7013,7120,7237,7340,7459,7564,7679,7787,7903,8003,8113,8217,8331,8438,8553,8671,8794,8920,9042,9166,9277,9393,9495,9607,9719,9831,9940,10049,10156,10261,10375,10484,10602,10706,10826,10933,11049,11158,11275,11376,11487,11592,11707,11816,11932,12051,12175,12302,12425,12552,12665,12782,12885,12998,13102,13214,13322,13438,13544,13658,13759,13864,13969,14078,14181,14288,14379,14490,14587,14704,14797,14910,15009,15128,15219,15312,15407,15500,15593,15686,15779,15872,15965,16058,16151,16244,16337,16444,16553,16664,16773,16882,16991,17100,17209,17318,17427,17536,17645,17754,17845,17938,18033,18126,18219,18312,18405,18498,18591,18684,18777,18870,18963,19058,19155,19254,19351,19448,19545,19642,19739,19836,19933,20030,20127,20224,20317,20412,20509,20604,20699,20794,20889,20984,21079,21174,21269,21364,21459,27071,32713,38445", + "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,276,341,407,473", + "endColumns": "93,93,92,93,93,93,93,93,93,93,93,92,92,101,101,100,101,101,101,101,101,101,101,101,100,100,92,92,91,92,92,92,92,92,92,92,92,91,91,94,94,93,94,94,94,94,94,94,94,94,93,93,93,93,92,93,93,93,93,93,93,93,93,92,92,109,110,107,107,105,102,112,106,116,102,118,104,114,107,115,99,109,103,113,106,114,117,122,125,121,123,110,115,101,111,111,111,108,108,106,104,113,108,117,103,119,106,115,108,116,100,110,104,114,108,115,118,123,126,122,126,112,116,102,112,103,111,107,115,105,113,100,104,104,108,102,106,90,110,96,116,92,112,98,118,90,92,94,92,92,92,92,92,92,92,92,92,92,106,108,110,108,108,108,108,108,108,108,108,108,108,90,92,94,92,92,92,92,92,92,92,92,92,92,94,96,98,96,96,96,96,96,96,96,96,96,96,92,94,96,94,94,94,94,94,94,94,94,94,94,10,10,10,10", + "endOffsets": "144,238,331,425,519,613,707,801,895,989,1083,1176,1269,1371,1473,1574,1676,1778,1880,1982,2084,2186,2288,2390,2491,2592,2685,2778,2870,2963,3056,3149,3242,3335,3428,3521,3614,3706,3798,3893,3988,4082,4177,4272,4367,4462,4557,4652,4747,4842,4936,5030,5124,5218,5311,5405,5499,5593,5687,5781,5875,5969,6063,6156,6249,6359,6470,6578,6686,6792,6895,7008,7115,7232,7335,7454,7559,7674,7782,7898,7998,8108,8212,8326,8433,8548,8666,8789,8915,9037,9161,9272,9388,9490,9602,9714,9826,9935,10044,10151,10256,10370,10479,10597,10701,10821,10928,11044,11153,11270,11371,11482,11587,11702,11811,11927,12046,12170,12297,12420,12547,12660,12777,12880,12993,13097,13209,13317,13433,13539,13653,13754,13859,13964,14073,14176,14283,14374,14485,14582,14699,14792,14905,15004,15123,15214,15307,15402,15495,15588,15681,15774,15867,15960,16053,16146,16239,16332,16439,16548,16659,16768,16877,16986,17095,17204,17313,17422,17531,17640,17749,17840,17933,18028,18121,18214,18307,18400,18493,18586,18679,18772,18865,18958,19053,19150,19249,19346,19443,19540,19637,19734,19831,19928,20025,20122,20219,20312,20407,20504,20599,20694,20789,20884,20979,21074,21169,21264,21359,21454,27066,32708,38440,44202" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v34.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v34.json new file mode 100644 index 0000000..e8a7f34 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v34.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-v34/values-v34.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-v34/values-v34.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", + "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", + "startOffsets": "55,156,247,358,468,572,676,783,880,997,1098,1219,1324,1449,1550,1667,1770,1893,1988,2099,2194,2309,2408,2527,2622,2731,2846,2971,3102,3225,3354,3457,3568,3665,3782,3885,3978,4091,4201,4305,4409,4518,4617,4736,4839,4962,5069,5196,5299,5418,5523,5648,5745,5858,5955,6072,6173,6294,6391,6502,6619,6746,6879,7004,7135,7240,7353,7452,7571,7674,7793,7900,8023,8128,8249,8346,8451,8552,8661,8760,8867,8966,9085,9190,9315,9416,9537,9644", + "endColumns": "100,90,110,109,103,103,106,96,116,100,120,104,124,100,116,102,122,94,110,94,114,98,118,94,108,114,124,130,122,128,102,110,96,116,102,92,112,109,103,103,108,98,118,102,122,106,126,102,118,104,124,96,112,96,116,100,120,96,110,116,126,132,124,130,104,112,98,118,102,118,106,122,104,120,96,104,100,108,98,106,98,118,104,124,100,120,106,126", + "endOffsets": "151,242,353,463,567,671,778,875,992,1093,1214,1319,1444,1545,1662,1765,1888,1983,2094,2189,2304,2403,2522,2617,2726,2841,2966,3097,3220,3349,3452,3563,3660,3777,3880,3973,4086,4196,4300,4404,4513,4612,4731,4834,4957,5064,5191,5294,5413,5518,5643,5740,5853,5950,6067,6168,6289,6386,6497,6614,6741,6874,6999,7130,7235,7348,7447,7566,7669,7788,7895,8018,8123,8244,8341,8446,8547,8656,8755,8862,8961,9080,9185,9310,9411,9532,9639,9766" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json new file mode 100644 index 0000000..24a9157 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-vi/values-vi.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "315,422,524,633,717,820,939,1017,1093,1184,1277,1372,1466,1566,1659,1754,1848,1939,2030,2114,2218,2326,2427,2532,2647,2752,2909,9415", + "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": "417,519,628,712,815,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2109,2213,2321,2422,2527,2642,2747,2904,3003,9495" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,152,254,353,453,556,669,785", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "147,249,348,448,551,664,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3402,3499,3601,3700,3800,3903,4016,9735", + "endColumns": "96,101,98,99,102,112,115,100", + "endOffsets": "3494,3596,3695,3795,3898,4011,4127,9831" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,265,344,421,499,579,659,758,872,952,1015,1078,1172,1246,1305,1391,1453,1514,1572,1636,1697,1751,1868,1925,1985,2039,2114,2241,2325,2405,2500,2584,2662,2792,2876,2954,3088,3179,3260,3311,3362,3428,3496,3572,3643,3723,3802,3877,3950,4026,4132,4221,4298,4389,4483,4557,4627,4720,4769,4850,4916,5001,5087,5149,5213,5276,5347,5446,5551,5649,5754,5809,5864,5942,6024,6103", + "endLines": "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", + "endColumns": "12,78,76,77,79,79,98,113,79,62,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,79,94,83,77,129,83,77,133,90,80,50,50,65,67,75,70,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77,81,78,73", + "endOffsets": "260,339,416,494,574,654,753,867,947,1010,1073,1167,1241,1300,1386,1448,1509,1567,1631,1692,1746,1863,1920,1980,2034,2109,2236,2320,2400,2495,2579,2657,2787,2871,2949,3083,3174,3255,3306,3357,3423,3491,3567,3638,3718,3797,3872,3945,4021,4127,4216,4293,4384,4478,4552,4622,4715,4764,4845,4911,4996,5082,5144,5208,5271,5342,5441,5546,5644,5749,5804,5859,5937,6019,6098,6172" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3008,3087,3164,3242,3322,4132,4231,4345,4425,4488,4551,4645,4719,4778,4864,4926,4987,5045,5109,5170,5224,5341,5398,5458,5512,5587,5714,5798,5878,5973,6057,6135,6265,6349,6427,6561,6652,6733,6784,6835,6901,6969,7045,7116,7196,7275,7350,7423,7499,7605,7694,7771,7862,7956,8030,8100,8193,8242,8323,8389,8474,8560,8622,8686,8749,8820,8919,9024,9122,9227,9282,9337,9500,9582,9661", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,78,76,77,79,79,98,113,79,62,62,93,73,58,85,61,60,57,63,60,53,116,56,59,53,74,126,83,79,94,83,77,129,83,77,133,90,80,50,50,65,67,75,70,79,78,74,72,75,105,88,76,90,93,73,69,92,48,80,65,84,85,61,63,62,70,98,104,97,104,54,54,77,81,78,73", + "endOffsets": "310,3082,3159,3237,3317,3397,4226,4340,4420,4483,4546,4640,4714,4773,4859,4921,4982,5040,5104,5165,5219,5336,5393,5453,5507,5582,5709,5793,5873,5968,6052,6130,6260,6344,6422,6556,6647,6728,6779,6830,6896,6964,7040,7111,7191,7270,7345,7418,7494,7600,7689,7766,7857,7951,8025,8095,8188,8237,8318,8384,8469,8555,8617,8681,8744,8815,8914,9019,9117,9222,9277,9332,9410,9577,9656,9730" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w320dp-land-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w320dp-land-v13.json new file mode 100644 index 0000000..68599e3 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w320dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,110", + "endColumns": "54,61", + "endOffsets": "105,167" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w360dp-port-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w360dp-port-v13.json new file mode 100644 index 0000000..be07342 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w360dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w400dp-port-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w400dp-port-v13.json new file mode 100644 index 0000000..cfd3585 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w400dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-w400dp-port-v13/values-w400dp-port-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-w400dp-port-v13/values-w400dp-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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w600dp-land-v13.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w600dp-land-v13.json new file mode 100644 index 0000000..157abd2 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-w600dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "54", + "endOffsets": "105" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..fb10bc3 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-watch-v20/values-watch-v20.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..bb88ef0 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-watch-v21/values-watch-v21.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..73caf3d --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..8a556bc --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "297,392,487,587,669,766,872,949,1024,1115,1208,1305,1401,1495,1588,1683,1775,1866,1957,2035,2131,2226,2321,2418,2514,2612,2760,8542", + "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": "387,482,582,664,761,867,944,1019,1110,1203,1300,1396,1490,1583,1678,1770,1861,1952,2030,2126,2221,2316,2413,2509,2607,2755,2849,8616" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,248,342,436,529,623,719", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "142,243,337,431,524,618,714,815" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3197,3289,3390,3484,3578,3671,3765,8839", + "endColumns": "91,100,93,93,92,93,95,100", + "endOffsets": "3284,3385,3479,3573,3666,3760,3856,8935" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zh-rCN/values-zh-rCN.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,247,311,373,443,513,590,681,787,860,911,973,1050,1109,1168,1246,1307,1364,1420,1479,1537,1591,1676,1732,1790,1844,1909,2001,2075,2147,2226,2300,2376,2498,2560,2622,2721,2800,2874,2924,2975,3041,3105,3174,3245,3316,3377,3448,3515,3575,3661,3740,3807,3890,3975,4049,4114,4190,4238,4311,4375,4451,4529,4591,4655,4718,4783,4863,4939,5017,5093,5147,5202,5271,5346,5419", + "endLines": "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", + "endColumns": "12,63,61,69,69,76,90,105,72,50,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,71,78,73,75,121,61,61,98,78,73,49,50,65,63,68,70,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68,74,72,69", + "endOffsets": "242,306,368,438,508,585,676,782,855,906,968,1045,1104,1163,1241,1302,1359,1415,1474,1532,1586,1671,1727,1785,1839,1904,1996,2070,2142,2221,2295,2371,2493,2555,2617,2716,2795,2869,2919,2970,3036,3100,3169,3240,3311,3372,3443,3510,3570,3656,3735,3802,3885,3970,4044,4109,4185,4233,4306,4370,4446,4524,4586,4650,4713,4778,4858,4934,5012,5088,5142,5197,5266,5341,5414,5484" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2854,2918,2980,3050,3120,3861,3952,4058,4131,4182,4244,4321,4380,4439,4517,4578,4635,4691,4750,4808,4862,4947,5003,5061,5115,5180,5272,5346,5418,5497,5571,5647,5769,5831,5893,5992,6071,6145,6195,6246,6312,6376,6445,6516,6587,6648,6719,6786,6846,6932,7011,7078,7161,7246,7320,7385,7461,7509,7582,7646,7722,7800,7862,7926,7989,8054,8134,8210,8288,8364,8418,8473,8621,8696,8769", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,63,61,69,69,76,90,105,72,50,61,76,58,58,77,60,56,55,58,57,53,84,55,57,53,64,91,73,71,78,73,75,121,61,61,98,78,73,49,50,65,63,68,70,70,60,70,66,59,85,78,66,82,84,73,64,75,47,72,63,75,77,61,63,62,64,79,75,77,75,53,54,68,74,72,69", + "endOffsets": "292,2913,2975,3045,3115,3192,3947,4053,4126,4177,4239,4316,4375,4434,4512,4573,4630,4686,4745,4803,4857,4942,4998,5056,5110,5175,5267,5341,5413,5492,5566,5642,5764,5826,5888,5987,6066,6140,6190,6241,6307,6371,6440,6511,6582,6643,6714,6781,6841,6927,7006,7073,7156,7241,7315,7380,7456,7504,7577,7641,7717,7795,7857,7921,7984,8049,8129,8205,8283,8359,8413,8468,8537,8691,8764,8834" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..4119717 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3195,3287,3386,3480,3574,3667,3760,8845", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3282,3381,3475,3569,3662,3755,3851,8941" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zh-rHK/values-zh-rHK.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,247,310,371,438,507,584,674,781,854,905,967,1045,1104,1162,1240,1301,1358,1414,1473,1531,1585,1671,1727,1785,1839,1904,1997,2071,2143,2223,2297,2375,2495,2558,2621,2720,2797,2871,2921,2972,3038,3102,3170,3241,3313,3374,3445,3512,3572,3660,3740,3803,3886,3971,4045,4110,4186,4234,4308,4372,4448,4526,4588,4652,4715,4781,4861,4941,5017,5098,5152,5207,5276,5351,5424", + "endLines": "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", + "endColumns": "12,62,60,66,68,76,89,106,72,50,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,71,79,73,77,119,62,62,98,76,73,49,50,65,63,67,70,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68,74,72,69", + "endOffsets": "242,305,366,433,502,579,669,776,849,900,962,1040,1099,1157,1235,1296,1353,1409,1468,1526,1580,1666,1722,1780,1834,1899,1992,2066,2138,2218,2292,2370,2490,2553,2616,2715,2792,2866,2916,2967,3033,3097,3165,3236,3308,3369,3440,3507,3567,3655,3735,3798,3881,3966,4040,4105,4181,4229,4303,4367,4443,4521,4583,4647,4710,4776,4856,4936,5012,5093,5147,5202,5271,5346,5419,5489" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2858,2921,2982,3049,3118,3856,3946,4053,4126,4177,4239,4317,4376,4434,4512,4573,4630,4686,4745,4803,4857,4943,4999,5057,5111,5176,5269,5343,5415,5495,5569,5647,5767,5830,5893,5992,6069,6143,6193,6244,6310,6374,6442,6513,6585,6646,6717,6784,6844,6932,7012,7075,7158,7243,7317,7382,7458,7506,7580,7644,7720,7798,7860,7924,7987,8053,8133,8213,8289,8370,8424,8479,8627,8702,8775", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,62,60,66,68,76,89,106,72,50,61,77,58,57,77,60,56,55,58,57,53,85,55,57,53,64,92,73,71,79,73,77,119,62,62,98,76,73,49,50,65,63,67,70,71,60,70,66,59,87,79,62,82,84,73,64,75,47,73,63,75,77,61,63,62,65,79,79,75,80,53,54,68,74,72,69", + "endOffsets": "292,2916,2977,3044,3113,3190,3941,4048,4121,4172,4234,4312,4371,4429,4507,4568,4625,4681,4740,4798,4852,4938,4994,5052,5106,5171,5264,5338,5410,5490,5564,5642,5762,5825,5888,5987,6064,6138,6188,6239,6305,6369,6437,6508,6580,6641,6712,6779,6839,6927,7007,7070,7153,7238,7312,7377,7453,7501,7575,7639,7715,7793,7855,7919,7982,8048,8128,8208,8284,8365,8419,8474,8543,8697,8770,8840" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "297,392,485,585,667,764,872,949,1024,1116,1210,1301,1397,1492,1586,1682,1774,1866,1958,2036,2132,2227,2322,2419,2515,2613,2764,8548", + "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": "387,480,580,662,759,867,944,1019,1111,1205,1296,1392,1487,1581,1677,1769,1861,1953,2031,2127,2222,2317,2414,2510,2608,2759,2853,8622" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..fc7d9cf --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "297,392,485,585,667,764,872,949,1024,1116,1210,1307,1403,1498,1592,1688,1780,1872,1964,2042,2138,2233,2328,2425,2521,2619,2769,8558", + "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": "387,480,580,662,759,867,944,1019,1111,1205,1302,1398,1493,1587,1683,1775,1867,1959,2037,2133,2228,2323,2420,2516,2614,2764,2858,8632" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,147,246,340,434,527,620,716", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "142,241,335,429,522,615,711,812" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3203,3295,3394,3488,3582,3675,3768,8855", + "endColumns": "91,98,93,93,92,92,95,100", + "endOffsets": "3290,3389,3483,3577,3670,3763,3859,8951" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zh-rTW/values-zh-rTW.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,247,311,373,440,510,587,681,788,861,912,974,1052,1112,1172,1250,1311,1369,1425,1485,1543,1597,1682,1738,1796,1850,1915,2007,2081,2153,2235,2309,2386,2506,2569,2632,2731,2808,2882,2932,2983,3049,3112,3180,3251,3322,3383,3454,3521,3583,3670,3749,3814,3897,3982,4056,4120,4196,4244,4317,4381,4457,4535,4597,4661,4724,4790,4870,4948,5024,5103,5157,5212,5281,5356,5429", + "endLines": "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", + "endColumns": "12,63,61,66,69,76,93,106,72,50,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,71,81,73,76,119,62,62,98,76,73,49,50,65,62,67,70,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68,74,72,69", + "endOffsets": "242,306,368,435,505,582,676,783,856,907,969,1047,1107,1167,1245,1306,1364,1420,1480,1538,1592,1677,1733,1791,1845,1910,2002,2076,2148,2230,2304,2381,2501,2564,2627,2726,2803,2877,2927,2978,3044,3107,3175,3246,3317,3378,3449,3516,3578,3665,3744,3809,3892,3977,4051,4115,4191,4239,4312,4376,4452,4530,4592,4656,4719,4785,4865,4943,5019,5098,5152,5207,5276,5351,5424,5494" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,2863,2927,2989,3056,3126,3864,3958,4065,4138,4189,4251,4329,4389,4449,4527,4588,4646,4702,4762,4820,4874,4959,5015,5073,5127,5192,5284,5358,5430,5512,5586,5663,5783,5846,5909,6008,6085,6159,6209,6260,6326,6389,6457,6528,6599,6660,6731,6798,6860,6947,7026,7091,7174,7259,7333,7397,7473,7521,7594,7658,7734,7812,7874,7938,8001,8067,8147,8225,8301,8380,8434,8489,8637,8712,8785", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,63,61,66,69,76,93,106,72,50,61,77,59,59,77,60,57,55,59,57,53,84,55,57,53,64,91,73,71,81,73,76,119,62,62,98,76,73,49,50,65,62,67,70,70,60,70,66,61,86,78,64,82,84,73,63,75,47,72,63,75,77,61,63,62,65,79,77,75,78,53,54,68,74,72,69", + "endOffsets": "292,2922,2984,3051,3121,3198,3953,4060,4133,4184,4246,4324,4384,4444,4522,4583,4641,4697,4757,4815,4869,4954,5010,5068,5122,5187,5279,5353,5425,5507,5581,5658,5778,5841,5904,6003,6080,6154,6204,6255,6321,6384,6452,6523,6594,6655,6726,6793,6855,6942,7021,7086,7169,7254,7328,7392,7468,7516,7589,7653,7729,7807,7869,7933,7996,8062,8142,8220,8296,8375,8429,8484,8553,8707,8780,8850" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json new file mode 100644 index 0000000..b60167b --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values-zu/values-zu.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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" + }, + "to": { + "startLines": "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,112", + "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": "321,429,536,648,736,839,954,1033,1110,1201,1294,1389,1483,1583,1676,1771,1865,1956,2049,2130,2234,2337,2435,2542,2649,2754,2911,9672", + "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": "424,531,643,731,834,949,1028,1105,1196,1289,1384,1478,1578,1671,1766,1860,1951,2044,2125,2229,2332,2430,2537,2644,2749,2906,3002,9749" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,153,257,356,459,565,672,785", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "148,252,351,454,560,667,780,881" + }, + "to": { + "startLines": "38,39,40,41,42,43,44,116", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "3421,3519,3623,3722,3825,3931,4038,9996", + "endColumns": "97,103,98,102,105,106,112,100", + "endOffsets": "3514,3618,3717,3820,3926,4033,4146,10092" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2,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", + "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", + "startOffsets": "100,271,349,426,503,597,685,797,923,1004,1075,1142,1245,1320,1383,1475,1546,1611,1678,1750,1822,1876,1997,2056,2120,2174,2251,2383,2468,2545,2635,2715,2796,2945,3032,3115,3257,3349,3427,3483,3541,3607,3679,3756,3827,3910,3990,4069,4144,4223,4327,4417,4490,4584,4681,4755,4828,4927,4982,5066,5134,5222,5311,5373,5437,5500,5571,5680,5791,5894,6002,6062,6124,6206,6289,6365", + "endLines": "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", + "endColumns": "12,77,76,76,93,87,111,125,80,70,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,76,89,79,80,148,86,82,141,91,77,55,57,65,71,76,70,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81,82,75,82", + "endOffsets": "266,344,421,498,592,680,792,918,999,1070,1137,1240,1315,1378,1470,1541,1606,1673,1745,1817,1871,1992,2051,2115,2169,2246,2378,2463,2540,2630,2710,2791,2940,3027,3110,3252,3344,3422,3478,3536,3602,3674,3751,3822,3905,3985,4064,4139,4218,4322,4412,4485,4579,4676,4750,4823,4922,4977,5061,5129,5217,5306,5368,5432,5495,5566,5675,5786,5889,5997,6057,6119,6201,6284,6360,6443" + }, + "to": { + "startLines": "2,33,34,35,36,37,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,113,114,115", + "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", + "startOffsets": "150,3007,3085,3162,3239,3333,4151,4263,4389,4470,4541,4608,4711,4786,4849,4941,5012,5077,5144,5216,5288,5342,5463,5522,5586,5640,5717,5849,5934,6011,6101,6181,6262,6411,6498,6581,6723,6815,6893,6949,7007,7073,7145,7222,7293,7376,7456,7535,7610,7689,7793,7883,7956,8050,8147,8221,8294,8393,8448,8532,8600,8688,8777,8839,8903,8966,9037,9146,9257,9360,9468,9528,9590,9754,9837,9913", + "endLines": "5,33,34,35,36,37,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,113,114,115", + "endColumns": "12,77,76,76,93,87,111,125,80,70,66,102,74,62,91,70,64,66,71,71,53,120,58,63,53,76,131,84,76,89,79,80,148,86,82,141,91,77,55,57,65,71,76,70,82,79,78,74,78,103,89,72,93,96,73,72,98,54,83,67,87,88,61,63,62,70,108,110,102,107,59,61,81,82,75,82", + "endOffsets": "316,3080,3157,3234,3328,3416,4258,4384,4465,4536,4603,4706,4781,4844,4936,5007,5072,5139,5211,5283,5337,5458,5517,5581,5635,5712,5844,5929,6006,6096,6176,6257,6406,6493,6576,6718,6810,6888,6944,7002,7068,7140,7217,7288,7371,7451,7530,7605,7684,7788,7878,7951,8045,8142,8216,8289,8388,8443,8527,8595,8683,8772,8834,8898,8961,9032,9141,9252,9355,9463,9523,9585,9667,9832,9908,9991" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json new file mode 100644 index 0000000..02f9c84 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json @@ -0,0 +1,373 @@ +{ + "logs": [ + { + "outputFile": "com.sarmadtechempire.animationexample.app-mergeDebugResources-29:/values/values.xml", + "map": [ + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/d84b8b07fad46557fcd73a1590a75c07/transformed/appcompat-1.7.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,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,1785,1788,1791,1794,1808,1814,1824,1827,1856,1883,1892,1956,2319,2323,2351,2379,2397,2421,2427,2433,2454,2578,2598,2604,2608,2649,2661,2727,2747,2802,2814,2840", + "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", + "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,29864,29964,30216,30640,30895,30989,31078,31315,33339,33581,33683,33936,36092,46773,48289,58984,60512,62269,62895,63315,64576,65841,66097,66333,66880,67374,67979,68177,68757,70125,70500,70618,71156,71313,71509,71782,72038,72208,72349,72413,72778,73145,73821,74085,74423,74776,74870,75056,75362,75624,75749,75876,76115,76326,76445,76638,76815,77270,77451,77573,77832,77945,78132,78234,78341,78470,78745,79253,79749,80626,80920,81490,81639,82371,82543,82627,82963,83055,83333,88564,93935,93997,94575,95159,95250,95363,95592,95752,95904,96075,96241,96410,96577,96740,96983,97153,97326,97497,97771,97970,98175,98505,98589,98685,98781,98879,98979,99081,99183,99285,99387,99489,99589,99685,99797,99926,100049,100180,100311,100409,100523,100617,100757,100891,100987,101099,101199,101315,101411,101523,101623,101763,101899,102063,102193,102351,102501,102642,102786,102921,103033,103183,103311,103439,103575,103707,103837,103967,104079,104219,104365,104509,104647,104713,104803,104879,104983,105073,105175,105283,105391,105491,105571,105663,105761,105871,105923,106001,106107,106199,106303,106413,106535,106698,106855,106935,107035,107125,107235,107325,107566,107660,107766,107858,107958,108070,108184,108300,108416,108510,108624,108736,108838,108958,109080,109162,109266,109386,109512,109610,109704,109792,109904,110020,110142,110254,110429,110545,110631,110723,110835,110959,111026,111152,111220,111348,111492,111620,111689,111784,111899,112012,112111,112220,112331,112442,112543,112648,112748,112878,112969,113092,113186,113298,113384,113488,113584,113672,113790,113894,113998,114124,114212,114320,114420,114510,114620,114704,114806,114890,114944,115008,115114,115200,115310,115394,115514,118130,118248,118363,118443,118804,119037,119554,119632,120976,122337,122725,125568,135621,135756,137126,138483,139055,139806,140068,140268,140647,144925,145531,145760,145911,147209,147521,150547,151291,153422,153762,155073", + "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,904,930,961,969,975,991,1013,1018,1023,1033,1042,1051,1055,1062,1081,1088,1089,1098,1101,1104,1108,1112,1116,1119,1120,1125,1130,1140,1145,1152,1158,1159,1162,1166,1171,1173,1175,1178,1181,1183,1187,1190,1197,1200,1203,1207,1209,1213,1215,1217,1219,1223,1231,1239,1251,1257,1266,1269,1280,1283,1284,1289,1290,1295,1364,1434,1435,1445,1454,1455,1457,1461,1464,1467,1470,1473,1476,1479,1482,1486,1489,1492,1495,1499,1502,1506,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1532,1534,1535,1536,1537,1538,1539,1540,1541,1543,1544,1546,1547,1549,1551,1552,1554,1555,1556,1557,1558,1559,1561,1562,1563,1564,1565,1566,1568,1570,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1586,1587,1588,1589,1590,1591,1592,1594,1598,1602,1603,1604,1605,1606,1607,1611,1612,1613,1614,1616,1618,1620,1622,1624,1625,1626,1627,1629,1631,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1647,1648,1649,1650,1652,1654,1655,1657,1658,1660,1662,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1679,1680,1682,1683,1684,1685,1686,1688,1690,1692,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1784,1787,1790,1793,1807,1813,1823,1826,1855,1882,1891,1955,2318,2322,2350,2378,2396,2420,2426,2432,2453,2577,2597,2603,2607,2613,2660,2726,2746,2801,2813,2839,2846", + "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,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,29859,29959,30211,30635,30890,30984,31073,31310,33334,33576,33678,33931,36087,46768,48284,58979,60507,62264,62890,63310,64571,65836,66092,66328,66875,67369,67974,68172,68752,70120,70495,70613,71151,71308,71504,71777,72033,72203,72344,72408,72773,73140,73816,74080,74418,74771,74865,75051,75357,75619,75744,75871,76110,76321,76440,76633,76810,77265,77446,77568,77827,77940,78127,78229,78336,78465,78740,79248,79744,80621,80915,81485,81634,82366,82538,82622,82958,83050,83328,88559,93930,93992,94570,95154,95245,95358,95587,95747,95899,96070,96236,96405,96572,96735,96978,97148,97321,97492,97766,97965,98170,98500,98584,98680,98776,98874,98974,99076,99178,99280,99382,99484,99584,99680,99792,99921,100044,100175,100306,100404,100518,100612,100752,100886,100982,101094,101194,101310,101406,101518,101618,101758,101894,102058,102188,102346,102496,102637,102781,102916,103028,103178,103306,103434,103570,103702,103832,103962,104074,104214,104360,104504,104642,104708,104798,104874,104978,105068,105170,105278,105386,105486,105566,105658,105756,105866,105918,105996,106102,106194,106298,106408,106530,106693,106850,106930,107030,107120,107230,107320,107561,107655,107761,107853,107953,108065,108179,108295,108411,108505,108619,108731,108833,108953,109075,109157,109261,109381,109507,109605,109699,109787,109899,110015,110137,110249,110424,110540,110626,110718,110830,110954,111021,111147,111215,111343,111487,111615,111684,111779,111894,112007,112106,112215,112326,112437,112538,112643,112743,112873,112964,113087,113181,113293,113379,113483,113579,113667,113785,113889,113993,114119,114207,114315,114415,114505,114615,114699,114801,114885,114939,115003,115109,115195,115305,115389,115509,118125,118243,118358,118438,118799,119032,119549,119627,120971,122332,122720,125563,135616,135751,137121,138478,139050,139801,140063,140263,140642,144920,145526,145755,145906,146121,147516,150542,151286,153417,153757,155068,155271" + }, + "to": { + "startLines": "137,227,230,572,625,626,628,629,630,631,632,633,634,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1103,1104,1108,1109,1110,1111,1112,1113,1114,1756,1757,1758,1759,1760,1761,1762,1763,1801,1802,1803,1804,1808,1829,1830,1839,1871,1879,1880,1883,1884,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,2123,2133,2134,2135,2136,2137,2159,2167,2168,2172,2176,2187,2192,2221,2228,2232,2236,2241,2245,2249,2253,2257,2261,2265,2271,2275,2281,2285,2291,2295,2300,2304,2307,2311,2317,2321,2327,2331,2337,2340,2344,2348,2352,2356,2360,2361,2362,2363,2366,2369,2372,2375,2379,2380,2381,2382,2423,2426,2428,2434,2436,2441,2442,2446,2452,2456,2457,2459,2471,2472,2476,2482,2486,2563,2564,2568,2595,2599,2600,2604,4406,4578,4604,4775,4801,4832,4840,4846,4862,4884,4889,4894,4904,4913,4922,4926,4933,4952,4959,4960,4969,4972,4975,4979,4983,4987,4990,4991,4996,5001,5011,5016,5023,5029,5030,5033,5037,5042,5044,5046,5049,5052,5054,5058,5061,5068,5071,5074,5078,5080,5084,5086,5088,5090,5094,5102,5110,5122,5128,5137,5140,5151,5154,5155,5160,5161,5641,5710,5784,5785,5795,5804,5805,5807,5811,5814,5817,5820,5823,5826,5829,5832,5836,5839,5842,5845,5849,5852,5856,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6026,6028,6029,6030,6031,6032,6033,6034,6035,6037,6038,6040,6041,6043,6045,6046,6048,6049,6050,6051,6052,6053,6055,6056,6057,6058,6059,6344,6346,6348,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6365,6366,6367,6368,6369,6370,6371,6373,6377,6548,6549,6550,6551,6552,6553,6557,6558,6559,7100,7102,7104,7106,7108,7110,7111,7112,7113,7115,7117,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7133,7134,7135,7136,7138,7140,7141,7143,7144,7146,7148,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7163,7164,7165,7166,7168,7169,7170,7171,7172,7174,7176,7178,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,9254,9329,9332,9335,9338,9352,9358,9474,9477,9506,9533,9542,9606,10216,10266,10588,11316,11770,11794,11834,12181,12202,12326,12648,12654,12681,12917,12956,13127,13454,13599,13611,13640", + "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", + "startOffsets": "6941,11486,11639,29517,31700,31755,31879,31943,32013,32074,32149,32225,32302,32540,32625,32707,32783,32901,32978,33056,33162,33268,33347,33427,33484,36345,36419,36494,36559,36625,36685,36746,36818,36891,36958,50119,50178,50237,50296,50355,50414,50468,50522,50575,50629,50683,50737,55129,55203,55282,55355,55429,55500,55572,55644,55717,55774,55832,55905,55979,56053,56128,56200,56273,56343,56414,56474,56577,56646,56715,56785,56859,56935,56999,57076,57152,57229,57294,57363,57440,57515,57584,57652,57729,57795,57856,57953,58018,58087,58186,58257,58316,58374,58431,58490,58554,58625,58697,58769,58841,58913,58980,59048,59116,59175,59238,59302,59392,59483,59543,59609,59676,59742,59812,59876,59929,59996,60057,60124,60237,60295,60358,60423,60488,60563,60636,60708,60752,60799,60845,60894,60955,61016,61077,61139,61203,61267,61331,61396,61459,61519,61580,61646,61705,61765,61827,61898,61958,65956,66042,66292,66382,66469,66557,66639,66722,66812,117381,117433,117491,117536,117602,117666,117723,117780,120234,120291,120339,120388,120583,121711,121758,122191,123862,124258,124322,124512,124572,129094,129168,129238,129316,129370,129440,129525,129573,129619,129680,129743,129809,129873,129944,130007,130072,130136,130197,130258,130310,130383,130457,130526,130601,130675,130749,130890,150717,151745,151823,151913,152001,152097,153606,154188,154277,154524,154805,155471,155756,157565,158042,158264,158486,158762,158989,159219,159449,159679,159909,160136,160555,160781,161206,161436,161864,162083,162366,162574,162705,162932,163358,163583,164010,164231,164656,164776,165052,165353,165677,165968,166282,166419,166550,166655,166897,167064,167268,167476,167747,167859,167971,168076,170169,170383,170529,170793,170879,171227,171315,171561,171979,172228,172310,172408,173065,173165,173417,173841,174096,179986,180075,180312,182336,182578,182680,182933,318502,329183,330699,341394,342922,344679,345305,345725,346986,348251,348507,348743,349290,349784,350389,350587,351167,352535,352910,353028,353566,353723,353919,354192,354448,354618,354759,354823,355188,355555,356231,356495,356833,357186,357280,357466,357772,358034,358159,358286,358525,358736,358855,359048,359225,359680,359861,359983,360242,360355,360542,360644,360751,360880,361155,361663,362159,363036,363330,363900,364049,364781,364953,365037,365373,365465,396203,401434,407149,407211,407789,408373,408464,408577,408806,408966,409118,409289,409455,409624,409791,409954,410197,410367,410540,410711,410985,411184,411389,420755,420839,420935,421031,421129,421229,421331,421433,421535,421637,421739,421839,421935,422047,422176,422299,422430,422561,422659,422773,422867,423007,423141,423237,423349,423449,423565,423661,423773,423873,424013,424149,424313,424443,424601,424751,424892,425036,425171,425283,425433,425561,425689,425825,425957,426087,426217,426329,443987,444133,444277,444495,444561,444651,444727,444831,444921,445023,445131,445239,445339,445419,445511,445609,445719,445771,445849,445955,446047,446151,446261,446383,446546,459621,459701,459801,459891,460001,460091,460332,460426,460532,500411,500511,500623,500737,500853,500969,501063,501177,501289,501391,501511,501633,501715,501819,501939,502065,502163,502257,502345,502457,502573,502695,502807,502982,503098,503184,503276,503388,503512,503579,503705,503773,503901,504045,504173,504242,504337,504452,504565,504664,504773,504884,504995,505096,505201,505301,505431,505522,505645,505739,505851,505937,506041,506137,506225,506343,506447,506551,506677,506765,506873,506973,507063,507173,507257,507359,507443,507497,507561,507667,507753,507863,507947,642092,644708,644826,644941,645021,645382,645615,650193,650271,651615,652976,653364,656207,675306,677533,688327,718789,735387,736138,737699,750971,751350,755628,767648,767877,768609,777022,778142,784674,797327,802393,802733,804154", + "endLines": "137,227,230,572,625,626,628,629,630,631,632,633,634,637,638,639,640,642,643,644,645,646,647,648,649,691,692,693,694,695,696,697,698,699,700,872,873,874,875,876,877,878,879,880,881,882,883,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1103,1104,1108,1109,1110,1111,1112,1113,1114,1756,1757,1758,1759,1760,1761,1762,1763,1801,1802,1803,1804,1808,1829,1830,1839,1871,1879,1880,1883,1884,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,2123,2133,2134,2135,2136,2137,2166,2167,2171,2175,2179,2191,2197,2227,2231,2235,2240,2244,2248,2252,2256,2260,2264,2270,2274,2280,2284,2290,2294,2299,2303,2306,2310,2316,2320,2326,2330,2336,2339,2343,2347,2351,2355,2359,2360,2361,2362,2365,2368,2371,2374,2378,2379,2380,2381,2382,2425,2427,2429,2435,2440,2441,2445,2451,2455,2456,2458,2470,2471,2475,2481,2485,2486,2563,2567,2594,2598,2599,2603,2631,4577,4603,4774,4800,4831,4839,4845,4861,4883,4888,4893,4903,4912,4921,4925,4932,4951,4958,4959,4968,4971,4974,4978,4982,4986,4989,4990,4995,5000,5010,5015,5022,5028,5029,5032,5036,5041,5043,5045,5048,5051,5053,5057,5060,5067,5070,5073,5077,5079,5083,5085,5087,5089,5093,5101,5109,5121,5127,5136,5139,5150,5153,5154,5159,5160,5165,5709,5779,5784,5794,5803,5804,5806,5810,5813,5816,5819,5822,5825,5828,5831,5835,5838,5841,5844,5848,5851,5855,5859,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6025,6027,6028,6029,6030,6031,6032,6033,6034,6036,6037,6039,6040,6042,6044,6045,6047,6048,6049,6050,6051,6052,6054,6055,6056,6057,6058,6059,6345,6347,6349,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6364,6365,6366,6367,6368,6369,6370,6372,6376,6380,6548,6549,6550,6551,6552,6556,6557,6558,6559,7101,7103,7105,7107,7109,7110,7111,7112,7114,7116,7118,7119,7120,7121,7122,7123,7124,7125,7126,7127,7128,7129,7132,7133,7134,7135,7137,7139,7140,7142,7143,7145,7147,7149,7150,7151,7152,7153,7154,7155,7156,7157,7158,7159,7160,7162,7163,7164,7165,7167,7168,7169,7170,7171,7173,7175,7177,7179,7180,7181,7182,7183,7184,7185,7186,7187,7188,7189,7190,7191,7192,7193,7194,9328,9331,9334,9337,9351,9357,9367,9476,9505,9532,9541,9605,9968,10219,10293,10615,11333,11793,11799,11839,12201,12325,12345,12653,12657,12686,12928,13021,13146,13508,13610,13636,13646", + "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,24", + "endOffsets": "6991,11526,11683,29553,31750,31812,31938,32008,32069,32144,32220,32297,32375,32620,32702,32778,32854,32973,33051,33157,33263,33342,33422,33479,33537,36414,36489,36554,36620,36680,36741,36813,36886,36953,37021,50173,50232,50291,50350,50409,50463,50517,50570,50624,50678,50732,50786,55198,55277,55350,55424,55495,55567,55639,55712,55769,55827,55900,55974,56048,56123,56195,56268,56338,56409,56469,56530,56641,56710,56780,56854,56930,56994,57071,57147,57224,57289,57358,57435,57510,57579,57647,57724,57790,57851,57948,58013,58082,58181,58252,58311,58369,58426,58485,58549,58620,58692,58764,58836,58908,58975,59043,59111,59170,59233,59297,59387,59478,59538,59604,59671,59737,59807,59871,59924,59991,60052,60119,60232,60290,60353,60418,60483,60558,60631,60703,60747,60794,60840,60889,60950,61011,61072,61134,61198,61262,61326,61391,61454,61514,61575,61641,61700,61760,61822,61893,61953,62021,66037,66124,66377,66464,66552,66634,66717,66807,66898,117428,117486,117531,117597,117661,117718,117775,117829,120286,120334,120383,120434,120612,121753,121802,122232,123889,124317,124379,124567,124624,129163,129233,129311,129365,129435,129520,129568,129614,129675,129738,129804,129868,129939,130002,130067,130131,130192,130253,130305,130378,130452,130521,130596,130670,130744,130885,130955,150765,151818,151908,151996,152092,152182,154183,154272,154519,154800,155052,155751,156144,158037,158259,158481,158757,158984,159214,159444,159674,159904,160131,160550,160776,161201,161431,161859,162078,162361,162569,162700,162927,163353,163578,164005,164226,164651,164771,165047,165348,165672,165963,166277,166414,166545,166650,166892,167059,167263,167471,167742,167854,167966,168071,168188,170378,170524,170664,170874,171222,171310,171556,171974,172223,172305,172403,173060,173160,173412,173836,174091,174185,180070,180307,182331,182573,182675,182928,185084,329178,330694,341389,342917,344674,345300,345720,346981,348246,348502,348738,349285,349779,350384,350582,351162,352530,352905,353023,353561,353718,353914,354187,354443,354613,354754,354818,355183,355550,356226,356490,356828,357181,357275,357461,357767,358029,358154,358281,358520,358731,358850,359043,359220,359675,359856,359978,360237,360350,360537,360639,360746,360875,361150,361658,362154,363031,363325,363895,364044,364776,364948,365032,365368,365460,365738,401429,406800,407206,407784,408368,408459,408572,408801,408961,409113,409284,409450,409619,409786,409949,410192,410362,410535,410706,410980,411179,411384,411714,420834,420930,421026,421124,421224,421326,421428,421530,421632,421734,421834,421930,422042,422171,422294,422425,422556,422654,422768,422862,423002,423136,423232,423344,423444,423560,423656,423768,423868,424008,424144,424308,424438,424596,424746,424887,425031,425166,425278,425428,425556,425684,425820,425952,426082,426212,426324,426464,444128,444272,444410,444556,444646,444722,444826,444916,445018,445126,445234,445334,445414,445506,445604,445714,445766,445844,445950,446042,446146,446256,446378,446541,446698,459696,459796,459886,459996,460086,460327,460421,460527,460619,500506,500618,500732,500848,500964,501058,501172,501284,501386,501506,501628,501710,501814,501934,502060,502158,502252,502340,502452,502568,502690,502802,502977,503093,503179,503271,503383,503507,503574,503700,503768,503896,504040,504168,504237,504332,504447,504560,504659,504768,504879,504990,505091,505196,505296,505426,505517,505640,505734,505846,505932,506036,506132,506220,506338,506442,506546,506672,506760,506868,506968,507058,507168,507252,507354,507438,507492,507556,507662,507748,507858,507942,508062,644703,644821,644936,645016,645377,645610,646127,650266,651610,652971,653359,656202,666255,675436,678898,689679,719356,736133,736395,737894,751345,755623,756229,767872,768023,768819,777329,781163,785413,799453,802728,804039,804352" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/bc08e2bc22b52d87b735fadc934e507e/transformed/startup-runtime-1.1.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1979", + "startColumns": "4", + "startOffsets": "131000", + "endColumns": "82", + "endOffsets": "131078" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/73512426939fbfb848072bb807f08c4a/transformed/constraintlayout-2.1.4/res/values/values.xml", + "from": { + "startLines": "2,9,10,15,16,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,42,43,44,45,55,63,64,65,70,71,76,81,82,83,88,89,94,95,100,101,102,108,109,110,115,121,122,123,124,130,131,132,133,136,139,142,143,146,149,150,151,152,153,156,159,160,161,162,168,173,176,179,180,181,186,187,188,191,194,195,198,201,204,207,208,209,212,215,216,221,222,228,233,236,239,240,241,242,243,244,245,246,247,248,249,250,266,272,273,274,275,276,283,289,290,291,294,299,300,308,309,310,311,312,313,314,315,324,325,326,332,333,339,343,344,345,346,347,356,360,361,380,566,694,700,704,874,1026,1039,1055,1080,1103,1106,1109,1112,1141,1168,1185,1271,1279,1292,1308,1312,1342,1355,1359,1369,1379,1423,1436,1440,1443,1459,1500,1535,1542,1559", + "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", + "startOffsets": "55,339,395,581,642,933,985,1035,1088,1136,1187,1242,1302,1367,1426,1488,1540,1601,1663,1709,1842,1894,1944,1995,2402,2714,2759,2818,3015,3072,3267,3448,3502,3559,3751,3809,4005,4061,4255,4312,4363,4585,4637,4692,4882,5098,5148,5200,5256,5462,5523,5583,5653,5786,5917,6045,6113,6242,6368,6430,6493,6561,6628,6751,6876,6943,7008,7073,7362,7543,7664,7785,7851,7918,8128,8197,8263,8388,8514,8581,8707,8834,8959,9086,9142,9207,9333,9456,9521,9729,9796,10084,10264,10384,10504,10569,10631,10693,10757,10819,10878,10938,10999,11060,11119,11179,11870,12121,12172,12221,12269,12327,12619,12849,12896,12956,13062,13242,13296,13631,13685,13741,13787,13834,13885,13944,13996,14326,14385,14439,14677,14732,15022,15161,15207,15262,15307,15351,15699,15836,15877,16859,25449,31222,31597,31764,39466,46265,46962,47713,48588,49458,49524,49603,49678,51026,52013,52976,56913,57318,57789,58580,58743,60104,60668,60821,61280,61698,63711,64248,64398,64518,65165,66854,68275,68628,69370", + "endLines": "8,9,14,15,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,41,42,43,44,54,62,63,64,69,70,75,80,81,82,87,88,93,94,99,100,101,107,108,109,114,120,121,122,123,129,130,131,132,135,138,141,142,145,148,149,150,151,152,155,158,159,160,161,167,172,175,178,179,180,185,186,187,190,193,194,197,200,203,206,207,208,211,214,215,220,221,227,232,235,238,239,240,241,242,243,244,245,246,247,248,249,265,271,272,273,274,275,282,288,289,290,293,298,299,307,308,309,310,311,312,313,314,323,324,325,331,332,338,342,343,344,345,346,355,359,360,361,565,693,699,703,873,1025,1038,1054,1079,1102,1105,1108,1111,1140,1167,1184,1270,1278,1291,1307,1311,1341,1354,1358,1368,1378,1422,1435,1439,1442,1458,1499,1534,1541,1558,1561", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24,24", + "endOffsets": "334,390,576,637,928,980,1030,1083,1131,1182,1237,1297,1362,1421,1483,1535,1596,1658,1704,1837,1889,1939,1990,2397,2709,2754,2813,3010,3067,3262,3443,3497,3554,3746,3804,4000,4056,4250,4307,4358,4580,4632,4687,4877,5093,5143,5195,5251,5457,5518,5578,5648,5781,5912,6040,6108,6237,6363,6425,6488,6556,6623,6746,6871,6938,7003,7068,7357,7538,7659,7780,7846,7913,8123,8192,8258,8383,8509,8576,8702,8829,8954,9081,9137,9202,9328,9451,9516,9724,9791,10079,10259,10379,10499,10564,10626,10688,10752,10814,10873,10933,10994,11055,11114,11174,11865,12116,12167,12216,12264,12322,12614,12844,12891,12951,13057,13237,13291,13626,13680,13736,13782,13829,13880,13939,13991,14321,14380,14434,14672,14727,15017,15156,15202,15257,15302,15346,15694,15831,15872,15917,25444,31217,31592,31759,39461,46260,46957,47708,48583,49453,49519,49598,49673,51021,52008,52971,56908,57313,57784,58575,58738,60099,60663,60816,61275,61693,63706,64243,64393,64513,65160,66849,68270,68623,69365,69466" + }, + "to": { + "startLines": "2,9,11,17,18,26,28,29,36,42,44,45,46,47,48,105,106,107,108,110,114,115,116,119,129,139,167,168,173,174,179,184,185,186,191,192,197,198,203,204,205,211,212,213,218,224,225,239,240,246,247,248,249,252,255,258,259,262,265,266,267,268,269,272,275,276,277,278,284,289,292,295,296,297,302,303,304,307,310,311,314,317,320,323,324,325,328,331,332,337,338,344,349,352,355,356,357,358,359,360,361,362,363,364,365,366,382,463,464,465,466,471,478,484,485,486,489,494,496,504,505,526,533,570,571,575,576,587,588,589,595,598,604,608,609,610,611,612,621,1815,1873,10616,10781,10909,10915,10919,11068,11303,11529,11556,11581,11604,11607,11610,11613,11640,11667,11684,12346,12354,12367,12383,12387,12417,12430,12434,12594,12604,12658,12929,12953,13147,13520,13557,13592,13647,13664", + "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", + "startOffsets": "150,434,546,781,842,1133,1240,1290,1692,1999,2119,2174,2234,2299,2358,5544,5596,5657,5719,5826,5959,6011,6061,6222,6629,7052,8994,9053,9250,9307,9502,9683,9737,9794,9986,10044,10240,10296,10490,10547,10598,10820,10872,10927,11117,11333,11383,12132,12188,12394,12455,12515,12585,12718,12849,12977,13045,13174,13300,13362,13425,13493,13560,13683,13808,13875,13940,14005,14294,14475,14596,14717,14783,14850,15060,15129,15195,15320,15446,15513,15639,15766,15891,16018,16074,16139,16265,16388,16453,16661,16728,17016,17196,17316,17436,17501,17563,17625,17689,17751,17810,17870,17931,17992,18051,18111,18771,23714,23765,23814,23862,24149,24441,24671,24718,24778,24884,25064,25176,25511,25565,26730,27077,29407,29458,29667,29719,30155,30214,30268,30506,30684,30886,31025,31071,31126,31171,31215,31563,120902,123942,689684,695802,701467,701842,702009,707239,718092,725667,727012,727866,728736,728802,728881,728956,729740,730631,731450,756234,756639,757110,757901,758064,759425,759989,760142,765217,765635,768028,777334,778022,785418,799876,800619,802040,804357,805099", + "endLines": "8,9,15,17,25,26,28,29,36,42,44,45,46,47,48,105,106,107,108,113,114,115,116,128,136,139,167,172,173,178,183,184,185,190,191,196,197,202,203,204,210,211,212,217,223,224,225,239,245,246,247,248,251,254,257,258,261,264,265,266,267,268,271,274,275,276,277,283,288,291,294,295,296,301,302,303,306,309,310,313,316,319,322,323,324,327,330,331,336,337,343,348,351,354,355,356,357,358,359,360,361,362,363,364,365,381,387,463,464,465,466,477,483,484,485,488,493,494,503,504,505,526,533,570,571,575,584,587,588,594,595,603,607,608,609,610,611,620,624,1815,1873,10780,10908,10914,10918,11067,11212,11315,11544,11580,11603,11606,11609,11612,11639,11666,11683,11769,12353,12366,12382,12386,12416,12429,12433,12443,12603,12647,12669,12932,12955,13162,13556,13591,13598,13663,13666", + "endColumns": "11,55,11,60,11,51,49,52,47,50,54,59,64,58,61,51,60,61,45,11,51,49,50,11,11,44,58,11,56,11,11,53,56,11,57,11,55,11,56,50,11,51,54,11,11,49,51,55,11,60,59,69,11,11,11,67,11,11,61,62,67,66,11,11,66,64,64,11,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,55,64,11,11,64,11,66,11,11,11,11,64,61,61,63,61,58,59,60,60,58,59,11,11,50,48,47,57,11,11,46,59,11,11,53,11,53,55,45,46,50,58,51,11,58,53,11,54,11,11,45,54,44,43,11,11,40,44,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,24,24,24,24", + "endOffsets": "429,485,727,837,1128,1180,1285,1338,1735,2045,2169,2229,2294,2353,2415,5591,5652,5714,5760,5954,6006,6056,6107,6624,6936,7092,9048,9245,9302,9497,9678,9732,9789,9981,10039,10235,10291,10485,10542,10593,10815,10867,10922,11112,11328,11378,11430,12183,12389,12450,12510,12580,12713,12844,12972,13040,13169,13295,13357,13420,13488,13555,13678,13803,13870,13935,14000,14289,14470,14591,14712,14778,14845,15055,15124,15190,15315,15441,15508,15634,15761,15886,16013,16069,16134,16260,16383,16448,16656,16723,17011,17191,17311,17431,17496,17558,17620,17684,17746,17805,17865,17926,17987,18046,18106,18766,19017,23760,23809,23857,23915,24436,24666,24713,24773,24879,25059,25113,25506,25560,25616,26771,27119,29453,29512,29714,30044,30209,30263,30501,30556,30881,31020,31066,31121,31166,31210,31558,31695,120938,123982,695797,701462,701837,702004,707234,713360,718784,726413,727861,728731,728797,728876,728951,729735,730626,731445,735382,756634,757105,757896,758059,759420,759984,760137,760596,765630,767643,768319,777479,778137,786060,800614,802035,802388,805094,805195" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/ebfd2ba8434d0da019992d3e41bfd9cc/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": "506,1105,1106,1107,1115,1116,1117,1809,12687", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "25621,66129,66188,66236,66903,66978,67054,120617,768824", + "endLines": "506,1105,1106,1107,1115,1116,1117,1809,12707", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "25672,66183,66231,66287,66973,67049,67121,120678,769659" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values/strings.xml", + "from": { + "startLines": "4,1,5,2,6,3", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "180,16,220,70,262,132", + "endColumns": "39,53,41,61,39,47", + "endOffsets": "215,65,257,127,297,175" + }, + "to": { + "startLines": "1978,1980,2120,2121,2122,2132", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "130960,131083,150573,150615,150677,151697", + "endColumns": "39,53,41,61,39,47", + "endOffsets": "130995,131132,150610,150672,150712,151740" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values/colors.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,41", + "endOffsets": "92,134" + }, + "to": { + "startLines": "641,960", + "startColumns": "4,4", + "startOffsets": "32859,56535", + "endColumns": "41,41", + "endOffsets": "32896,56572" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/9baaf1093a34aabc0d8525a5be60bc5a/transformed/lifecycle-runtime-2.6.2/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1874", + "startColumns": "4", + "startOffsets": "123987", + "endColumns": "42", + "endOffsets": "124025" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/e1962b7525f1abc9c4defe38b64e2774/transformed/drawerlayout-1.1.1/res/values/values.xml", + "from": { + "startLines": "2,3,4,5", + "startColumns": "4,4,4,4", + "startOffsets": "55,111,159,211", + "endLines": "2,3,4,8", + "endColumns": "55,47,51,24", + "endOffsets": "106,154,206,426" + }, + "to": { + "startLines": "138,141,1054,11334", + "startColumns": "4,4,4,4", + "startOffsets": "6996,7160,62804,719361", + "endLines": "138,141,1054,11337", + "endColumns": "55,47,51,24", + "endOffsets": "7047,7203,62851,719467" + } + }, + { + "source": "/home/sarmad-farooq/AndroidStudioProjects/AnimationExample/app/src/main/res/values/themes.xml", + "from": { + "startLines": "2,7", + "startColumns": "4,4", + "startOffsets": "100,331", + "endLines": "5,7", + "endColumns": "12,80", + "endOffsets": "325,407" + }, + "to": { + "startLines": "2430,6350", + "startColumns": "4,4", + "startOffsets": "170669,444415", + "endLines": "2433,6350", + "endColumns": "12,79", + "endOffsets": "170788,444490" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/089056cace134e7860a484c168484d4a/transformed/viewpager2-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "13637", + "startColumns": "4", + "startOffsets": "804044", + "endLines": "13639", + "endColumns": "24", + "endOffsets": "804149" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/f6d69847def64ec00bec62208ea51abf/transformed/activity-1.9.0/res/values/values.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,97", + "endColumns": "41,59", + "endOffsets": "92,152" + }, + "to": { + "startLines": "1831,1875", + "startColumns": "4,4", + "startOffsets": "121807,124030", + "endColumns": "41,59", + "endOffsets": "121844,124085" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/9c1a784fcfe900d53b1750aabb12950a/transformed/lifecycle-viewmodel-2.6.2/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1877", + "startColumns": "4", + "startOffsets": "124144", + "endColumns": "49", + "endOffsets": "124189" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3ad1cca2ba786098641b43464fda4430/transformed/core-1.13.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,98,99,103,104,105,106,112,122,155,176,209", + "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", + "startOffsets": "55,115,187,275,340,406,475,538,608,676,748,818,879,953,1026,1087,1148,1210,1274,1336,1397,1465,1565,1625,1691,1764,1833,1890,1942,2004,2076,2152,2217,2276,2335,2395,2455,2515,2575,2635,2695,2755,2815,2875,2935,2994,3054,3114,3174,3234,3294,3354,3414,3474,3534,3594,3653,3713,3773,3832,3891,3950,4009,4068,4127,4162,4197,4252,4315,4370,4428,4486,4547,4610,4667,4718,4768,4829,4886,4952,4986,5021,5056,5126,5193,5265,5334,5403,5477,5549,5637,5708,5825,6026,6136,6337,6466,6538,6605,6808,7109,8840,9521,10203", + "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,97,98,102,103,104,105,111,121,154,175,208,214", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "110,182,270,335,401,470,533,603,671,743,813,874,948,1021,1082,1143,1205,1269,1331,1392,1460,1560,1620,1686,1759,1828,1885,1937,1999,2071,2147,2212,2271,2330,2390,2450,2510,2570,2630,2690,2750,2810,2870,2930,2989,3049,3109,3169,3229,3289,3349,3409,3469,3529,3589,3648,3708,3768,3827,3886,3945,4004,4063,4122,4157,4192,4247,4310,4365,4423,4481,4542,4605,4662,4713,4763,4824,4881,4947,4981,5016,5051,5121,5188,5260,5329,5398,5472,5544,5632,5703,5820,6021,6131,6332,6461,6533,6600,6803,7104,8835,9516,10198,10365" + }, + "to": { + "startLines": "470,635,636,650,651,938,939,1047,1048,1049,1050,1051,1052,1053,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1810,1811,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1862,1946,1988,1989,1990,1991,1992,1993,1994,2131,6060,6061,6065,6066,6070,7195,7196,10220,10578,11421,11454,11490,11523", + "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", + "startOffsets": "24089,32380,32452,33542,33607,54997,55066,62316,62386,62454,62526,62596,62657,62731,116403,116464,116525,116587,116651,116713,116774,116842,116942,117002,117068,117141,117210,117267,117319,118111,118183,118259,118324,118383,118442,118502,118562,118622,118682,118742,118802,118862,118922,118982,119042,119101,119161,119221,119281,119341,119401,119461,119521,119581,119641,119701,119760,119820,119880,119939,119998,120057,120116,120175,120683,120718,122237,122292,122355,122410,122468,122526,122587,122650,122707,122758,122808,122869,122926,122992,123026,123408,128704,132376,132443,132515,132584,132653,132727,132799,151626,426469,426586,426787,426897,427098,508067,508139,675441,688026,721862,723593,724818,725500", + "endLines": "470,635,636,650,651,938,939,1047,1048,1049,1050,1051,1052,1053,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1810,1811,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1862,1946,1988,1989,1990,1991,1992,1993,1994,2131,6060,6064,6065,6069,6070,7195,7196,10225,10587,11453,11474,11522,11528", + "endColumns": "59,71,87,64,65,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,66,71,68,68,73,71,87,70,116,12,109,12,128,71,66,24,24,24,24,24,24", + "endOffsets": "24144,32447,32535,33602,33668,55061,55124,62381,62449,62521,62591,62652,62726,62799,116459,116520,116582,116646,116708,116769,116837,116937,116997,117063,117136,117205,117262,117314,117376,118178,118254,118319,118378,118437,118497,118557,118617,118677,118737,118797,118857,118917,118977,119037,119096,119156,119216,119276,119336,119396,119456,119516,119576,119636,119696,119755,119815,119875,119934,119993,120052,120111,120170,120229,120713,120748,122287,122350,122405,122463,122521,122582,122645,122702,122753,122803,122864,122921,122987,123021,123056,123438,128769,132438,132510,132579,132648,132722,132794,132882,151692,426581,426782,426892,427093,427222,508134,508201,675639,688322,723588,724269,725495,725662" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3f38d5e7a405996153124a4947ba93a2/transformed/savedstate-1.2.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1876", + "startColumns": "4", + "startOffsets": "124090", + "endColumns": "53", + "endOffsets": "124139" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/1cf9683cdfde557bd5cf5e89f6e58b3e/transformed/fragment-1.5.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": "1805,1838,1878,11481,11486", + "startColumns": "4,4,4,4,4", + "startOffsets": "120439,122126,124194,724499,724669", + "endLines": "1805,1838,1878,11485,11489", + "endColumns": "56,64,63,24,24", + "endOffsets": "120491,122186,124253,724664,724813" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/2b2eec4b18ea35001a58ccf1d3239c09/transformed/appcompat-resources-1.7.0/res/values/values.xml", + "from": { + "startLines": "2,18,24,34,50", + "startColumns": "4,4,4,4,4", + "startOffsets": "55,480,658,942,1353", + "endLines": "17,23,33,49,53", + "endColumns": "24,24,24,24,24", + "endOffsets": "475,653,937,1348,1475" + }, + "to": { + "startLines": "9368,9384,9390,12933,12949", + "startColumns": "4,4,4,4,4", + "startOffsets": "646132,646557,646735,777484,777895", + "endLines": "9383,9389,9399,12948,12952", + "endColumns": "24,24,24,24,24", + "endOffsets": "646552,646730,647014,777890,778017" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/6a1c521285cc509ef2ce3622a925824d/transformed/material-1.12.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,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,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,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,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,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,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,686,687,688,689,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,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1358,1361,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1422,1423,1424,1425,1426,1430,1434,1438,1442,1443,1447,1455,1462,1470,1473,1483,1492,1501,1510,1511,1512,1513,1519,1520,1521,1522,1523,1524,1530,1531,1532,1533,1534,1539,1540,1544,1545,1551,1555,1556,1557,1558,1568,1569,1570,1574,1575,1581,1585,1586,1589,1590,1595,1596,1599,1600,1601,1602,1866,1873,2134,2140,2404,2411,2672,2678,2741,2823,2875,2957,3019,3101,3165,3217,3299,3307,3313,3324,3328,3332,3345,3360,3376,3383,3389,3406,3419,3439,3456,3465,3470,3477,3497,3510,3527,3533,3539,3546,3550,3556,3570,3573,3583,3584,3585,3633,3637,3641,3645,3646,3647,3650,3666,3673,3687,3732,3733,3739,3743,3747,3752,3759,3765,3766,3769,3773,3778,3791,3795,3800,3805,3810,3813,3816,3819,3823,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3853,3857,3861,3865,3869,3873,3877,3878,3879,3880,3881,3882,3883,3884,3888,3892,3893,3897,3898,3901,3905,3908,3911,3914,3918,3921,3924,3928,3932,3936,3940,3943,3944,3945,3946,3949,3953,3956,3959,3962,3965,3968,3971,3975,3978,3979,3982,3985,3986,3989,3990,3991,3995,3996,4001,4008,4015,4022,4029,4036,4043,4050,4057,4064,4073,4082,4091,4098,4107,4116,4119,4122,4123,4124,4125,4126,4127,4128,4129,4130,4131,4132,4133,4134,4138,4143,4148,4151,4152,4153,4154,4155,4163,4171,4172,4180,4184,4192,4200,4208,4216,4224,4225,4233,4241,4242,4245,4248,4250,4255,4257,4262,4266,4270,4271,4272,4273,4277,4281,4282,4286,4287,4288,4289,4290,4291,4292,4293,4294,4295,4296,4300,4301,4302,4303,4307,4308,4309,4310,4314,4318,4319,4323,4324,4325,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347,4348,4349,4350,4354,4355,4356,4362,4363,4367,4369,4370,4375,4376,4377,4378,4379,4380,4384,4385,4386,4392,4393,4397,4399,4403,4407,4411,4415,4416,4417,4418,4421,4424,4427,4430,4433,4438,4442,4445,4446,4451,4455,4460,4466,4472,4477,4481,4486,4490,4494,4535,4536,4537,4538,4539,4543,4544,4545,4546,4550,4554,4558,4562,4566,4570,4574,4578,4584,4585,4626,4640,4645,4671,4678,4681,4692,4697,4700,4703,4758,4764,4765,4768,4771,4774,4777,4780,4783,4786,4790,4793,4794,4795,4803,4811,4814,4819,4824,4829,4834,4838,4842,4843,4851,4852,4853,4854,4855,4863,4868,4873,4874,4875,4876,4901,4907,4912,4915,4919,4922,4926,4936,4939,4944,4947,4951,4955,4963,4977,4990,4994,5009,5020,5023,5034,5039,5043,5078,5079,5080,5092,5100,5108,5116,5124,5144,5147,5174,5179,5199,5202,5205,5212,5225,5234,5237,5257,5267,5271,5275,5288,5292,5296,5300,5306,5310,5327,5335,5339,5343,5347,5350,5354,5358,5362,5372,5379,5386,5390,5416,5426,5451,5460,5480,5490,5494,5504,5529,5539,5542,5549,5556,5563,5564,5565,5566,5567,5574,5578,5584,5590,5591,5604,5605,5606,5609,5612,5615,5618,5621,5624,5627,5630,5633,5636,5639,5642,5645,5648,5651,5654,5657,5660,5663,5666,5669,5670,5678,5686,5687,5700,5710,5714,5719,5724,5728,5731,5735,5739,5742,5746,5749,5753,5758,5763,5766,5773,5777,5781,5790,5795,5800,5801,5805,5808,5812,5825,5830,5838,5842,5846,5863,5867,5872,5890,5897,5901,5931,5934,5937,5940,5943,5946,5949,5968,5974,5982,5989,6001,6009,6014,6022,6026,6044,6051,6067,6071,6079,6082,6087,6088,6089,6090,6094,6098,6102,6106,6141,6144,6148,6152,6186,6189,6193,6197,6206,6212,6215,6225,6229,6230,6237,6241,6248,6249,6250,6253,6258,6263,6264,6268,6283,6302,6306,6307,6319,6329,6330,6342,6347,6371,6374,6380,6383,6392,6400,6404,6407,6410,6413,6417,6420,6437,6441,6444,6459,6462,6470,6475,6482,6487,6488,6493,6494,6500,6506,6512,6544,6555,6572,6579,6583,6586,6599,6608,6612,6617,6621,6625,6629,6633,6637,6641,6645,6650,6653,6665,6670,6679,6682,6689,6690,6694,6703,6709,6713,6714,6718,6739,6745,6749,6753,6754,6772,6773,6774,6775,6776,6781,6784,6785,6791,6792,6804,6816,6823,6824,6829,6834,6835,6839,6853,6858,6864,6870,6876,6881,6887,6893,6894,6900,6915,6920,6929,6938,6941,6955,6960,6971,6975,6984,6993,6994,7001,7009,7026,7036,7083,7150,7203,7260,7272,7339,7448,7468,7489,7495,7503,7609,7623,7646,7652,7696,7700,7706,7712,7723,7757,7764,7772,7787,7843,7854,7867,7879,7917,7964,7970,7982,7988,7994,8046,8051,8056,8063,8098,8110,8156,8185,8248,8253,8259,8262,8266,8320,8358,8376,8394,8461,8469,8493,8497,8505,8598,8602,8881,8889,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164,9165,9166,9167,9168,9169,9170,9171,9172,9173,9174,9175,9176,9177,9178,9179,9180,9181,9182,9183,9184,9185,9186,9187,9188,9189,9190,9191,9192,9193,9194,9195,9196,9197,9198,9199,9200,9201,9202,9203,9204,9205,9206,9207,9208,9209,9210,9211,9212,9213,9214,9215,9216,9217,9218,9219,9220,9221,9222,9223,9224,9225,9226,9227,9228,9229,9230,9231,9232,9233,9234,9235,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9246,9247,9248,9249,9250,9251,9252,9253,9254,9255,9256,9257,9258,9259,9260,9261,9262,9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,206,255,310,366,426,487,552,607,657,707,760,818,866,935,983,1054,1126,1198,1271,1338,1387,1441,1478,1529,1589,1636,1692,1741,1799,1853,1914,1970,2021,2081,2137,2200,2249,2305,2361,2411,2470,2525,2587,2634,2688,2744,2796,2851,2905,2959,3013,3062,3120,3174,3231,3287,3334,3387,3443,3503,3566,3625,3687,3737,3791,3845,3893,3950,4003,4059,4113,4169,4232,4294,4350,4410,4463,4524,4603,4684,4756,4835,4915,4991,5069,5138,5214,5291,5362,5435,5511,5589,5658,5734,5811,5875,5946,6018,6069,6122,6177,6244,6297,6349,6399,6457,6522,6570,6621,6688,6754,6812,6881,6939,7008,7078,7151,7225,7293,7360,7430,7496,7569,7629,7705,7765,7825,7900,7968,8034,8102,8162,8221,8278,8344,8406,8463,8531,8604,8674,8736,8797,8865,8927,8997,9066,9122,9181,9243,9305,9372,9429,9490,9551,9612,9673,9729,9785,9841,9897,9955,10013,10071,10129,10186,10243,10300,10357,10416,10475,10533,10616,10699,10772,10826,10895,10951,11032,11113,11184,11313,11366,11424,11482,11540,11586,11646,11700,11770,11840,11905,11971,12036,12104,12173,12241,12371,12424,12483,12541,12593,12643,12695,12741,12791,12847,12894,12952,13010,13072,13135,13197,13256,13316,13381,13447,13512,13574,13636,13698,13760,13822,13884,13950,14017,14083,14146,14210,14273,14341,14402,14464,14526,14589,14653,14716,14780,14858,14917,14983,15063,15124,15177,15235,15286,15331,15392,15456,15515,15577,15651,15722,15788,15862,15931,16002,16075,16146,16214,16287,16363,16433,16511,16579,16645,16706,16775,16839,16905,16973,17039,17102,17170,17241,17306,17379,17442,17523,17587,17653,17723,17793,17863,17933,18000,18057,18115,18174,18234,18293,18352,18411,18470,18529,18588,18647,18706,18765,18824,18884,18945,19007,19068,19129,19190,19251,19312,19373,19433,19494,19555,19615,19676,19737,19798,19859,19920,19981,20042,20103,20164,20225,20286,20354,20423,20493,20562,20631,20700,20769,20838,20907,20976,21045,21114,21183,21243,21304,21366,21427,21488,21549,21610,21671,21732,21793,21854,21915,21976,22038,22101,22165,22228,22291,22354,22417,22480,22543,22606,22669,22732,22795,22856,22918,22981,23043,23105,23167,23229,23291,23353,23415,23477,23539,23601,23658,23744,23824,23914,24009,24101,24193,24283,24366,24459,24546,24643,24734,24835,24922,25025,25114,25213,25305,25405,25489,25583,25671,25769,25852,25943,26037,26136,26238,26336,26436,26523,26623,26709,26805,26893,26974,27065,27161,27254,27347,27438,27523,27617,27706,27804,27897,27999,28087,28191,28282,28382,28475,28576,28661,28756,28845,28944,29029,29121,29216,29316,29419,29518,29621,29710,29811,29898,29995,30083,30179,30271,30371,30461,30559,30644,30733,30822,30915,31002,31093,31159,31235,31304,31383,31456,31536,31616,31693,31761,31839,31915,31986,32067,32140,32223,32298,32383,32456,32537,32618,32692,32776,32846,32924,32994,33074,33152,33224,33306,33376,33453,33533,33618,33706,33790,33877,33951,34029,34107,34178,34259,34350,34433,34529,34627,34734,34799,34865,34918,34994,35060,35147,35223,35299,35364,35419,35473,35552,35630,35703,35768,35831,35897,35968,36039,36109,36171,36240,36306,36366,36433,36500,36556,36607,36660,36712,36766,36837,36900,36959,37021,37080,37153,37220,37290,37350,37413,37488,37560,37656,37727,37783,37854,37911,37968,38034,38098,38169,38226,38279,38342,38394,38452,38519,38588,38654,38713,38796,38855,38912,38979,39049,39123,39185,39254,39324,39423,39520,39619,39705,39791,39872,39947,40036,40127,40211,40270,40316,40382,40439,40506,40563,40645,40710,40776,40899,40983,41104,41169,41231,41329,41403,41486,41575,41639,41718,41792,41854,41950,42015,42074,42130,42186,42246,42353,42400,42460,42521,42585,42646,42706,42764,42807,42856,42908,42959,43011,43060,43109,43174,43240,43300,43361,43417,43476,43525,43573,43631,43688,43790,43847,43922,43970,44021,44083,44148,44200,44274,44337,44400,44468,44518,44580,44640,44697,44757,44806,44874,44980,45082,45151,45222,45278,45327,45427,45498,45608,45699,45781,45879,45935,46036,46146,46245,46308,46414,46491,46603,46730,46842,46969,47039,47153,47284,47381,47449,47567,47670,47788,47849,47923,47990,48095,48217,48291,48358,48468,48567,48640,48737,48859,48977,49095,49156,49278,49395,49463,49569,49671,49751,49822,49918,49985,50059,50133,50219,50309,50387,50464,50564,50635,50756,50877,50941,51066,51140,51264,51388,51455,51564,51692,51804,51883,51961,52062,52133,52255,52377,52442,52568,52680,52786,52854,52953,53057,53120,53186,53270,53383,53496,53614,53692,53764,53900,54036,54121,54261,54399,54537,54679,54761,54847,54924,54997,55106,55217,55345,55473,55605,55735,55865,55999,56088,56150,56246,56313,56430,56551,56648,56730,56817,56904,57035,57166,57301,57378,57455,57566,57680,57754,57863,57975,58042,58115,58180,58282,58378,58482,58550,58615,58709,58781,58891,58997,59070,59161,59263,59366,59461,59568,59673,59795,59917,60043,60102,60160,60284,60408,60536,60654,60772,60894,60980,61077,61211,61345,61425,61563,61695,61827,61963,62038,62114,62217,62291,62404,62485,62542,62603,62662,62722,62780,62841,62899,62949,62998,63065,63124,63183,63232,63303,63387,63457,63528,63608,63677,63740,63808,63874,63942,64007,64073,64150,64228,64334,64440,64536,64665,64754,64881,64947,65017,65103,65169,65252,65326,65424,65520,65616,65714,65823,65918,66007,66069,66129,66194,66251,66332,66386,66443,66540,66650,66711,66826,66947,67042,67134,67227,67283,67342,67391,67483,67532,67586,67640,67694,67748,67802,67857,67967,68077,68185,68295,68405,68515,68625,68733,68839,68943,69047,69151,69246,69341,69434,69527,69631,69737,69841,69945,70038,70131,70224,70317,70425,70531,70637,70743,70840,70935,71030,71125,71231,71337,71443,71549,71647,71742,71838,71935,72000,72104,72162,72226,72287,72349,72409,72474,72536,72604,72662,72725,72788,72855,72930,73003,73069,73121,73174,73226,73283,73367,73462,73547,73628,73708,73785,73864,73941,74015,74089,74160,74240,74312,74387,74452,74513,74573,74648,74722,74795,74865,74937,75007,75080,75144,75214,75260,75329,75381,75466,75549,75606,75672,75739,75805,75886,75961,76017,76070,76131,76189,76239,76288,76337,76386,76448,76500,76545,76626,76677,76731,76784,76838,76889,76938,77004,77055,77116,77177,77239,77289,77330,77407,77466,77525,77584,77645,77701,77757,77824,77885,77950,78005,78070,78139,78207,78285,78354,78414,78485,78559,78624,78696,78766,78833,78917,78986,79053,79123,79186,79253,79321,79404,79483,79573,79650,79718,79785,79863,79920,79977,80045,80111,80167,80227,80286,80340,80390,80440,80488,80550,80601,80674,80754,80834,80898,80965,81036,81094,81155,81221,81280,81347,81407,81467,81530,81598,81659,81726,81804,81874,81923,81980,82049,82110,82198,82286,82374,82462,82549,82636,82723,82810,82868,82942,83012,83068,83139,83204,83266,83341,83414,83504,83570,83636,83697,83761,83823,83881,83952,84035,84094,84165,84231,84296,84357,84416,84487,84553,84618,84701,84777,84852,84933,84993,85062,85132,85201,85256,85312,85368,85429,85487,85543,85602,85656,85711,85773,85830,85924,85993,86094,86145,86215,86278,86334,86392,86451,86505,86591,86675,86745,86814,86884,86999,87120,87187,87254,87329,87396,87455,87509,87563,87617,87670,87722,87796,87933,88073,88122,88172,88222,88270,88326,88384,88446,88501,88559,88630,88694,88753,88815,88881,88947,88990,89034,89079,89122,89173,89220,89265,89316,89367,89418,89469,89517,89583,89645,89708,89780,89837,89891,89946,90004,90059,90118,90174,90243,90312,90381,90451,90514,90577,90640,90703,90768,90833,90898,90963,91026,91090,91154,91218,91269,91347,91425,91496,91568,91641,91713,91779,91845,91913,91981,92047,92114,92188,92251,92308,92368,92433,92500,92565,92622,92683,92741,92845,92955,93064,93168,93246,93311,93378,93444,93514,93561,93613,93663,93720,94040,94190,94321,94505,94683,94921,95110,95279,95377,95492,95577,95656,95816,95881,95970,96127,96284,96437,96591,96650,96837,96933,97023,97119,97209,97375,97498,97621,97791,97897,98012,98127,98229,98335,98452,98567,98649,98822,98990,99138,99297,99452,99625,99742,99859,100027,100139,100253,100425,100601,100759,100892,101004,101150,101302,101434,101577,101699,101877,102013,102109,102245,102340,102507,102600,102692,102879,103035,103213,103377,103559,103876,104058,104240,104430,104662,104852,105029,105191,105348,105458,105641,105778,105982,106166,106350,106510,106668,106852,107079,107282,107453,107673,107895,108050,108250,108434,108537,108727,108868,109033,109204,109404,109608,109810,109975,110180,110379,110578,110775,110866,111015,111165,111249,111398,111543,111695,111836,112002,112163,112241,112542,112708,112863,112965,113123,113287,113473,113696,113821,114098,114370,114648,114893,114955,115240,115691,116147,116656,116804,117318,117755,118189,118632,118717,118838,118937,119342,119439,119556,119643,119766,119867,120273,120372,120491,120584,120691,121034,121141,121386,121507,121916,122164,122264,122369,122488,122997,123144,123263,123514,123647,124062,124316,124428,124675,124800,125208,125329,125557,125678,125811,125958,146680,147172,167643,168067,188834,189328,209844,210270,215111,220528,224619,230050,234792,240169,244153,248145,253536,254083,254516,255272,255502,255745,256912,257841,258745,259329,259802,261232,261976,263169,264223,264701,264994,265377,266892,267657,268800,269241,269682,270278,270552,270963,271979,272157,272910,273047,273138,275332,275598,275920,276130,276239,276358,276542,277660,278130,278881,281464,281559,281935,282163,282419,282678,283254,283608,283730,283869,284161,284421,285349,285635,286038,286440,286783,286995,287196,287409,287698,287983,288056,288143,288228,288327,288439,288545,288668,288800,288923,289053,289177,289310,289441,289566,289683,289803,289935,290063,290177,290295,290408,290529,290717,290904,291085,291268,291452,291617,291799,291919,292039,292147,292257,292369,292477,292587,292752,292918,293070,293235,293336,293456,293627,293788,293951,294112,294279,294398,294515,294695,294877,295058,295241,295396,295541,295663,295798,295961,296154,296280,296432,296574,296744,296900,297072,297363,297558,297650,297823,297985,298080,298249,298343,298432,298675,298764,299057,299473,299893,300314,300740,301157,301573,301990,302408,302822,303292,303765,304237,304648,305119,305591,305781,305987,306093,306201,306307,306419,306533,306645,306759,306875,306989,307097,307207,307315,307577,307956,308360,308507,308615,308725,308833,308947,309356,309770,309886,310304,310545,310975,311410,311820,312242,312652,312774,313183,313599,313721,313939,314123,314191,314535,314615,314971,315121,315265,315341,315453,315543,315805,316070,316178,316330,316438,316514,316626,316716,316818,316926,317034,317134,317242,317327,317493,317597,317725,317812,317979,318057,318171,318263,318527,318794,318904,319057,319167,319251,319640,319738,319846,319940,320070,320178,320300,320436,320544,320664,320798,320920,321048,321190,321316,321456,321582,321700,321832,321930,322040,322340,322452,322570,323034,323150,323453,323579,323675,324076,324186,324310,324448,324558,324680,324992,325116,325246,325722,325850,326165,326303,326465,326681,326837,327041,327109,327193,327297,327500,327689,327890,328083,328288,328601,328813,328979,329095,329341,329557,329870,330296,330758,330995,331147,331407,331551,331693,334925,335039,335159,335275,335369,335690,335789,335907,336008,336287,336572,336851,337133,337386,337645,337898,338154,338578,338654,341904,343259,343703,345557,346132,346340,347350,347730,347896,348037,353057,353483,353595,353730,353883,354080,354251,354434,354609,354796,355068,355226,355310,355414,355901,356457,356615,356834,357065,357288,357523,357745,358011,358149,358748,358862,359000,359112,359236,359807,360302,360848,360993,361086,361178,363105,363675,363973,364162,364368,364561,364771,365655,365800,366192,366350,366567,366828,367260,368135,368755,368952,369900,370665,370788,371561,371782,371982,373959,374059,374149,374835,375588,376353,377116,377891,379104,379269,380882,381203,382266,382476,382646,383216,384111,384744,384910,386396,387012,387248,387469,388427,388692,388957,389204,389618,389854,391139,391588,391775,392024,392266,392442,392683,392916,393141,393736,394211,394735,394996,396347,396822,398048,398518,399566,400018,400262,400719,401964,402447,402597,403152,403604,404004,404157,404302,404445,404515,404943,405231,405735,406244,406360,407262,407384,407496,407673,407939,408209,408475,408743,408999,409259,409515,409773,410025,410281,410533,410787,411019,411255,411507,411763,412015,412269,412501,412735,412847,413499,413954,414078,415170,415985,416181,416505,416894,417246,417487,417701,418000,418192,418507,418714,419060,419360,419761,419980,420393,420630,421000,421724,422079,422348,422488,422742,422886,423163,424155,424564,425196,425542,425910,426984,427347,427747,429255,429840,430158,432693,432887,433105,433331,433543,433742,433949,435153,435448,436005,436395,437027,437504,437749,438236,438482,439678,440075,441081,441303,441726,441917,442296,442384,442492,442600,442913,443238,443557,443888,446591,446779,447040,447289,449873,450065,450330,450583,451115,451523,451722,452306,452541,452665,453077,453291,453693,453796,453926,454101,454353,454549,454689,454883,455894,456963,457251,457381,458158,458815,458961,459667,459905,461445,461595,462012,462177,462863,463333,463529,463620,463704,463848,464082,464249,465177,465463,465623,466238,466397,466725,466952,467464,467826,467905,468244,468349,468714,469085,469446,471320,471949,473025,473449,473702,473854,474902,475639,475842,476088,476335,476553,476795,477116,477380,477685,477908,478219,478408,479123,479392,479886,480112,480552,480711,480995,481740,482105,482410,482568,482806,484125,484523,484751,484971,485113,486403,486509,486639,486777,486901,487189,487358,487458,487743,487857,488740,489495,489934,490058,490304,490497,490631,490822,491601,491819,492110,492389,492706,492928,493223,493506,493610,493951,494767,495083,495644,496150,496355,497141,497546,498207,498396,498947,499513,499633,500035,500569,501099,501398,503743,506185,508010,510017,510356,513030,515325,515765,516517,516701,516912,521570,522153,522881,523083,524218,524368,524543,524768,525362,526661,527002,527510,528021,529815,530075,530691,531186,532223,534089,534280,534613,534769,534962,537354,537583,537791,537961,539733,540031,541374,542384,544349,544465,544634,544771,544917,546268,547406,547937,548363,550378,550626,551396,551512,551687,554902,555049,565921,566164,566582,566677,566770,566833,566915,567008,567101,567188,567286,567377,567468,567556,567640,567736,567836,567942,568045,568146,568250,568356,568455,568561,568663,568770,568879,568990,569121,569241,569357,569475,569574,569681,569797,569916,570044,570133,570228,570305,570394,570485,570578,570652,570749,570844,570942,571041,571145,571241,571343,571446,571546,571649,571734,571835,571933,572023,572118,572205,572311,572413,572507,572598,572692,572768,572860,572949,573052,573163,573246,573332,573427,573524,573620,573708,573809,573910,574013,574119,574217,574314,574409,574507,574610,574710,574813,574918,575036,575152,575247,575340,575425,575521,575615,575707,575790,575894,575999,576099,576200,576305,576405,576506,576605,576707,576801,576908,577010,577113,577206,577302,577404,577507,577603,577705,577808,577905,578008,578106,578210,578315,578412,578520,578634,578749,578857,578971,579086,579188,579293,579401,579511,579627,579744,579839,579936,580035,580140,580246,580345,580450,580556,580656,580762,580863,580970,581089,581188,581293,581395,581497,581597,581700,581795,581899,581984,582088,582192,582290,582394,582500,582598,582703,582801,582914,583008,583097,583186,583269,583360,583443,583541,583631,583727,583816,583910,583998,584094,584179,584287,584388,584489,584587,584693,584784,584883,584980,585078,585174,585267,585377,585475,585570,585680,585772,585872,585971,586058,586162,586267,586366,586473,586580,586679,586788,586880,586991,587102,587213,587317,587432,587548,587675,587795,587890,587985,588082,588181,588273,588372,588464,588563,588649,588743,588846,588942,589045,589141,589244,589341,589439,589542,589635,589725,589826,589909,590000,590085,590177,590280,590375,590471,590564,590658,590737,590844,590935,591034,591127,591230,591334,591435,591536,591640,591734,591838,591942,592055,592161,592267,592375,592492,592593,592701,592801,592904,593009,593116,593212,593291,593381,593465,593557,593630,593722,593811,593903,593988,594085,594178,594273,594372,594469,594560,594651,594743,594838,594945,595053,595155,595252,595349,595442,595529,595613,595710,595807,595900,595987,596078,596177,596276,596371,596460,596541,596640,596744,596841,596946,597043,597127,597226,597330,597427,597532,597629,597727,597828,597934,598033,598140,598239,598338,598429,598518,598607,598689,598782,598873,598984,599085,599185,599297,599410,599508,599616,599710,599810,599899,599991,600102,600212,600307,600423,600549,600675,600794,600922,601047,601172,601290,601417,601526,601635,601748,601871,601994,602110,602235,602332,602440,602562,602678,602794,602903,602991,603092,603181,603282,603369,603457,603554,603646,603752,603852,603928", + "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,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,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,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,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,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,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,686,687,688,689,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,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1357,1360,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1421,1422,1423,1424,1425,1429,1433,1437,1441,1442,1446,1454,1461,1469,1472,1482,1491,1500,1509,1510,1511,1512,1518,1519,1520,1521,1522,1523,1529,1530,1531,1532,1533,1538,1539,1543,1544,1550,1554,1555,1556,1557,1567,1568,1569,1573,1574,1580,1584,1585,1588,1589,1594,1595,1598,1599,1600,1601,1865,1872,2133,2139,2403,2410,2671,2677,2740,2822,2874,2956,3018,3100,3164,3216,3298,3306,3312,3323,3327,3331,3344,3359,3375,3382,3388,3405,3418,3438,3455,3464,3469,3476,3496,3509,3526,3532,3538,3545,3549,3555,3569,3572,3582,3583,3584,3632,3636,3640,3644,3645,3646,3649,3665,3672,3686,3731,3732,3738,3742,3746,3751,3758,3764,3765,3768,3772,3777,3790,3794,3799,3804,3809,3812,3815,3818,3822,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3852,3856,3860,3864,3868,3872,3876,3877,3878,3879,3880,3881,3882,3883,3887,3891,3892,3896,3897,3900,3904,3907,3910,3913,3917,3920,3923,3927,3931,3935,3939,3942,3943,3944,3945,3948,3952,3955,3958,3961,3964,3967,3970,3974,3977,3978,3981,3984,3985,3988,3989,3990,3994,3995,4000,4007,4014,4021,4028,4035,4042,4049,4056,4063,4072,4081,4090,4097,4106,4115,4118,4121,4122,4123,4124,4125,4126,4127,4128,4129,4130,4131,4132,4133,4137,4142,4147,4150,4151,4152,4153,4154,4162,4170,4171,4179,4183,4191,4199,4207,4215,4223,4224,4232,4240,4241,4244,4247,4249,4254,4256,4261,4265,4269,4270,4271,4272,4276,4280,4281,4285,4286,4287,4288,4289,4290,4291,4292,4293,4294,4295,4299,4300,4301,4302,4306,4307,4308,4309,4313,4317,4318,4322,4323,4324,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347,4348,4349,4353,4354,4355,4361,4362,4366,4368,4369,4374,4375,4376,4377,4378,4379,4383,4384,4385,4391,4392,4396,4398,4402,4406,4410,4414,4415,4416,4417,4420,4423,4426,4429,4432,4437,4441,4444,4445,4450,4454,4459,4465,4471,4476,4480,4485,4489,4493,4534,4535,4536,4537,4538,4542,4543,4544,4545,4549,4553,4557,4561,4565,4569,4573,4577,4583,4584,4625,4639,4644,4670,4677,4680,4691,4696,4699,4702,4757,4763,4764,4767,4770,4773,4776,4779,4782,4785,4789,4792,4793,4794,4802,4810,4813,4818,4823,4828,4833,4837,4841,4842,4850,4851,4852,4853,4854,4862,4867,4872,4873,4874,4875,4900,4906,4911,4914,4918,4921,4925,4935,4938,4943,4946,4950,4954,4962,4976,4989,4993,5008,5019,5022,5033,5038,5042,5077,5078,5079,5091,5099,5107,5115,5123,5143,5146,5173,5178,5198,5201,5204,5211,5224,5233,5236,5256,5266,5270,5274,5287,5291,5295,5299,5305,5309,5326,5334,5338,5342,5346,5349,5353,5357,5361,5371,5378,5385,5389,5415,5425,5450,5459,5479,5489,5493,5503,5528,5538,5541,5548,5555,5562,5563,5564,5565,5566,5573,5577,5583,5589,5590,5603,5604,5605,5608,5611,5614,5617,5620,5623,5626,5629,5632,5635,5638,5641,5644,5647,5650,5653,5656,5659,5662,5665,5668,5669,5677,5685,5686,5699,5709,5713,5718,5723,5727,5730,5734,5738,5741,5745,5748,5752,5757,5762,5765,5772,5776,5780,5789,5794,5799,5800,5804,5807,5811,5824,5829,5837,5841,5845,5862,5866,5871,5889,5896,5900,5930,5933,5936,5939,5942,5945,5948,5967,5973,5981,5988,6000,6008,6013,6021,6025,6043,6050,6066,6070,6078,6081,6086,6087,6088,6089,6093,6097,6101,6105,6140,6143,6147,6151,6185,6188,6192,6196,6205,6211,6214,6224,6228,6229,6236,6240,6247,6248,6249,6252,6257,6262,6263,6267,6282,6301,6305,6306,6318,6328,6329,6341,6346,6370,6373,6379,6382,6391,6399,6403,6406,6409,6412,6416,6419,6436,6440,6443,6458,6461,6469,6474,6481,6486,6487,6492,6493,6499,6505,6511,6543,6554,6571,6578,6582,6585,6598,6607,6611,6616,6620,6624,6628,6632,6636,6640,6644,6649,6652,6664,6669,6678,6681,6688,6689,6693,6702,6708,6712,6713,6717,6738,6744,6748,6752,6753,6771,6772,6773,6774,6775,6780,6783,6784,6790,6791,6803,6815,6822,6823,6828,6833,6834,6838,6852,6857,6863,6869,6875,6880,6886,6892,6893,6899,6914,6919,6928,6937,6940,6954,6959,6970,6974,6983,6992,6993,7000,7008,7025,7035,7082,7149,7202,7259,7271,7329,7447,7467,7488,7494,7502,7608,7622,7645,7651,7695,7699,7705,7711,7722,7756,7763,7771,7786,7842,7853,7866,7878,7916,7963,7969,7981,7987,7993,8045,8050,8055,8062,8097,8109,8155,8184,8247,8252,8258,8261,8265,8293,8357,8375,8393,8460,8468,8492,8496,8504,8597,8601,8880,8888,8899,8900,8901,8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917,8918,8919,8920,8921,8922,8923,8924,8925,8926,8927,8928,8929,8930,8931,8932,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,8944,8945,8946,8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962,8963,8964,8965,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977,8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055,9056,9057,9058,9059,9060,9061,9062,9063,9064,9065,9066,9067,9068,9069,9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085,9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101,9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117,9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133,9134,9135,9136,9137,9138,9139,9140,9141,9142,9143,9144,9145,9146,9147,9148,9149,9150,9151,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163,9164,9165,9166,9167,9168,9169,9170,9171,9172,9173,9174,9175,9176,9177,9178,9179,9180,9181,9182,9183,9184,9185,9186,9187,9188,9189,9190,9191,9192,9193,9194,9195,9196,9197,9198,9199,9200,9201,9202,9203,9204,9205,9206,9207,9208,9209,9210,9211,9212,9213,9214,9215,9216,9217,9218,9219,9220,9221,9222,9223,9224,9225,9226,9227,9228,9229,9230,9231,9232,9233,9234,9235,9236,9237,9238,9239,9240,9241,9242,9243,9244,9245,9246,9247,9248,9249,9250,9251,9252,9253,9254,9255,9256,9257,9258,9259,9260,9261,9262,9263,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9274", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,69,68,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,60,63,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,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,59,60,60,59,60,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,85,76,72,108,110,127,127,131,129,129,133,88,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,66,72,64,101,95,103,67,64,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,69,85,65,82,73,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,94,95,96,64,103,57,63,60,61,59,64,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,72,69,71,69,72,63,69,45,68,51,84,82,56,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,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,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,58,53,54,61,56,93,68,100,50,69,62,55,57,58,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,203,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,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,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,107,10,107,75,111,89,101,107,107,99,107,84,10,103,127,86,10,77,113,91,10,10,109,10,109,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,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,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,10,10,10,10,99,89,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,10,10,10,10,10,152,144,142,69,10,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,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,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,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,78,10,104,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,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,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,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,62,81,92,92,86,97,90,90,87,83,95,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,94,94,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,91,88,91,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "201,250,305,361,421,482,547,602,652,702,755,813,861,930,978,1049,1121,1193,1266,1333,1382,1436,1473,1524,1584,1631,1687,1736,1794,1848,1909,1965,2016,2076,2132,2195,2244,2300,2356,2406,2465,2520,2582,2629,2683,2739,2791,2846,2900,2954,3008,3057,3115,3169,3226,3282,3329,3382,3438,3498,3561,3620,3682,3732,3786,3840,3888,3945,3998,4054,4108,4164,4227,4289,4345,4405,4458,4519,4598,4679,4751,4830,4910,4986,5064,5133,5209,5286,5357,5430,5506,5584,5653,5729,5806,5870,5941,6013,6064,6117,6172,6239,6292,6344,6394,6452,6517,6565,6616,6683,6749,6807,6876,6934,7003,7073,7146,7220,7288,7355,7425,7491,7564,7624,7700,7760,7820,7895,7963,8029,8097,8157,8216,8273,8339,8401,8458,8526,8599,8669,8731,8792,8860,8922,8992,9061,9117,9176,9238,9300,9367,9424,9485,9546,9607,9668,9724,9780,9836,9892,9950,10008,10066,10124,10181,10238,10295,10352,10411,10470,10528,10611,10694,10767,10821,10890,10946,11027,11108,11179,11308,11361,11419,11477,11535,11581,11641,11695,11765,11835,11900,11966,12031,12099,12168,12236,12366,12419,12478,12536,12588,12638,12690,12736,12786,12842,12889,12947,13005,13067,13130,13192,13251,13311,13376,13442,13507,13569,13631,13693,13755,13817,13879,13945,14012,14078,14141,14205,14268,14336,14397,14459,14521,14584,14648,14711,14775,14853,14912,14978,15058,15119,15172,15230,15281,15326,15387,15451,15510,15572,15646,15717,15783,15857,15926,15997,16070,16141,16209,16282,16358,16428,16506,16574,16640,16701,16770,16834,16900,16968,17034,17097,17165,17236,17301,17374,17437,17518,17582,17648,17718,17788,17858,17928,17995,18052,18110,18169,18229,18288,18347,18406,18465,18524,18583,18642,18701,18760,18819,18879,18940,19002,19063,19124,19185,19246,19307,19368,19428,19489,19550,19610,19671,19732,19793,19854,19915,19976,20037,20098,20159,20220,20281,20349,20418,20488,20557,20626,20695,20764,20833,20902,20971,21040,21109,21178,21238,21299,21361,21422,21483,21544,21605,21666,21727,21788,21849,21910,21971,22033,22096,22160,22223,22286,22349,22412,22475,22538,22601,22664,22727,22790,22851,22913,22976,23038,23100,23162,23224,23286,23348,23410,23472,23534,23596,23653,23739,23819,23909,24004,24096,24188,24278,24361,24454,24541,24638,24729,24830,24917,25020,25109,25208,25300,25400,25484,25578,25666,25764,25847,25938,26032,26131,26233,26331,26431,26518,26618,26704,26800,26888,26969,27060,27156,27249,27342,27433,27518,27612,27701,27799,27892,27994,28082,28186,28277,28377,28470,28571,28656,28751,28840,28939,29024,29116,29211,29311,29414,29513,29616,29705,29806,29893,29990,30078,30174,30266,30366,30456,30554,30639,30728,30817,30910,30997,31088,31154,31230,31299,31378,31451,31531,31611,31688,31756,31834,31910,31981,32062,32135,32218,32293,32378,32451,32532,32613,32687,32771,32841,32919,32989,33069,33147,33219,33301,33371,33448,33528,33613,33701,33785,33872,33946,34024,34102,34173,34254,34345,34428,34524,34622,34729,34794,34860,34913,34989,35055,35142,35218,35294,35359,35414,35468,35547,35625,35698,35763,35826,35892,35963,36034,36104,36166,36235,36301,36361,36428,36495,36551,36602,36655,36707,36761,36832,36895,36954,37016,37075,37148,37215,37285,37345,37408,37483,37555,37651,37722,37778,37849,37906,37963,38029,38093,38164,38221,38274,38337,38389,38447,38514,38583,38649,38708,38791,38850,38907,38974,39044,39118,39180,39249,39319,39418,39515,39614,39700,39786,39867,39942,40031,40122,40206,40265,40311,40377,40434,40501,40558,40640,40705,40771,40894,40978,41099,41164,41226,41324,41398,41481,41570,41634,41713,41787,41849,41945,42010,42069,42125,42181,42241,42348,42395,42455,42516,42580,42641,42701,42759,42802,42851,42903,42954,43006,43055,43104,43169,43235,43295,43356,43412,43471,43520,43568,43626,43683,43785,43842,43917,43965,44016,44078,44143,44195,44269,44332,44395,44463,44513,44575,44635,44692,44752,44801,44869,44975,45077,45146,45217,45273,45322,45422,45493,45603,45694,45776,45874,45930,46031,46141,46240,46303,46409,46486,46598,46725,46837,46964,47034,47148,47279,47376,47444,47562,47665,47783,47844,47918,47985,48090,48212,48286,48353,48463,48562,48635,48732,48854,48972,49090,49151,49273,49390,49458,49564,49666,49746,49817,49913,49980,50054,50128,50214,50304,50382,50459,50559,50630,50751,50872,50936,51061,51135,51259,51383,51450,51559,51687,51799,51878,51956,52057,52128,52250,52372,52437,52563,52675,52781,52849,52948,53052,53115,53181,53265,53378,53491,53609,53687,53759,53895,54031,54116,54256,54394,54532,54674,54756,54842,54919,54992,55101,55212,55340,55468,55600,55730,55860,55994,56083,56145,56241,56308,56425,56546,56643,56725,56812,56899,57030,57161,57296,57373,57450,57561,57675,57749,57858,57970,58037,58110,58175,58277,58373,58477,58545,58610,58704,58776,58886,58992,59065,59156,59258,59361,59456,59563,59668,59790,59912,60038,60097,60155,60279,60403,60531,60649,60767,60889,60975,61072,61206,61340,61420,61558,61690,61822,61958,62033,62109,62212,62286,62399,62480,62537,62598,62657,62717,62775,62836,62894,62944,62993,63060,63119,63178,63227,63298,63382,63452,63523,63603,63672,63735,63803,63869,63937,64002,64068,64145,64223,64329,64435,64531,64660,64749,64876,64942,65012,65098,65164,65247,65321,65419,65515,65611,65709,65818,65913,66002,66064,66124,66189,66246,66327,66381,66438,66535,66645,66706,66821,66942,67037,67129,67222,67278,67337,67386,67478,67527,67581,67635,67689,67743,67797,67852,67962,68072,68180,68290,68400,68510,68620,68728,68834,68938,69042,69146,69241,69336,69429,69522,69626,69732,69836,69940,70033,70126,70219,70312,70420,70526,70632,70738,70835,70930,71025,71120,71226,71332,71438,71544,71642,71737,71833,71930,71995,72099,72157,72221,72282,72344,72404,72469,72531,72599,72657,72720,72783,72850,72925,72998,73064,73116,73169,73221,73278,73362,73457,73542,73623,73703,73780,73859,73936,74010,74084,74155,74235,74307,74382,74447,74508,74568,74643,74717,74790,74860,74932,75002,75075,75139,75209,75255,75324,75376,75461,75544,75601,75667,75734,75800,75881,75956,76012,76065,76126,76184,76234,76283,76332,76381,76443,76495,76540,76621,76672,76726,76779,76833,76884,76933,76999,77050,77111,77172,77234,77284,77325,77402,77461,77520,77579,77640,77696,77752,77819,77880,77945,78000,78065,78134,78202,78280,78349,78409,78480,78554,78619,78691,78761,78828,78912,78981,79048,79118,79181,79248,79316,79399,79478,79568,79645,79713,79780,79858,79915,79972,80040,80106,80162,80222,80281,80335,80385,80435,80483,80545,80596,80669,80749,80829,80893,80960,81031,81089,81150,81216,81275,81342,81402,81462,81525,81593,81654,81721,81799,81869,81918,81975,82044,82105,82193,82281,82369,82457,82544,82631,82718,82805,82863,82937,83007,83063,83134,83199,83261,83336,83409,83499,83565,83631,83692,83756,83818,83876,83947,84030,84089,84160,84226,84291,84352,84411,84482,84548,84613,84696,84772,84847,84928,84988,85057,85127,85196,85251,85307,85363,85424,85482,85538,85597,85651,85706,85768,85825,85919,85988,86089,86140,86210,86273,86329,86387,86446,86500,86586,86670,86740,86809,86879,86994,87115,87182,87249,87324,87391,87450,87504,87558,87612,87665,87717,87791,87928,88068,88117,88167,88217,88265,88321,88379,88441,88496,88554,88625,88689,88748,88810,88876,88942,88985,89029,89074,89117,89168,89215,89260,89311,89362,89413,89464,89512,89578,89640,89703,89775,89832,89886,89941,89999,90054,90113,90169,90238,90307,90376,90446,90509,90572,90635,90698,90763,90828,90893,90958,91021,91085,91149,91213,91264,91342,91420,91491,91563,91636,91708,91774,91840,91908,91976,92042,92109,92183,92246,92303,92363,92428,92495,92560,92617,92678,92736,92840,92950,93059,93163,93241,93306,93373,93439,93509,93556,93608,93658,93715,94035,94185,94316,94500,94678,94916,95105,95274,95372,95487,95572,95651,95811,95876,95965,96122,96279,96432,96586,96645,96832,96928,97018,97114,97204,97370,97493,97616,97786,97892,98007,98122,98224,98330,98447,98562,98644,98817,98985,99133,99292,99447,99620,99737,99854,100022,100134,100248,100420,100596,100754,100887,100999,101145,101297,101429,101572,101694,101872,102008,102104,102240,102335,102502,102595,102687,102874,103030,103208,103372,103554,103871,104053,104235,104425,104657,104847,105024,105186,105343,105453,105636,105773,105977,106161,106345,106505,106663,106847,107074,107277,107448,107668,107890,108045,108245,108429,108532,108722,108863,109028,109199,109399,109603,109805,109970,110175,110374,110573,110770,110861,111010,111160,111244,111393,111538,111690,111831,111997,112158,112236,112537,112703,112858,112960,113118,113282,113468,113691,113816,114093,114365,114643,114888,114950,115235,115686,116142,116651,116799,117313,117750,118184,118627,118712,118833,118932,119337,119434,119551,119638,119761,119862,120268,120367,120486,120579,120686,121029,121136,121381,121502,121911,122159,122259,122364,122483,122992,123139,123258,123509,123642,124057,124311,124423,124670,124795,125203,125324,125552,125673,125806,125953,146675,147167,167638,168062,188829,189323,209839,210265,215106,220523,224614,230045,234787,240164,244148,248140,253531,254078,254511,255267,255497,255740,256907,257836,258740,259324,259797,261227,261971,263164,264218,264696,264989,265372,266887,267652,268795,269236,269677,270273,270547,270958,271974,272152,272905,273042,273133,275327,275593,275915,276125,276234,276353,276537,277655,278125,278876,281459,281554,281930,282158,282414,282673,283249,283603,283725,283864,284156,284416,285344,285630,286033,286435,286778,286990,287191,287404,287693,287978,288051,288138,288223,288322,288434,288540,288663,288795,288918,289048,289172,289305,289436,289561,289678,289798,289930,290058,290172,290290,290403,290524,290712,290899,291080,291263,291447,291612,291794,291914,292034,292142,292252,292364,292472,292582,292747,292913,293065,293230,293331,293451,293622,293783,293946,294107,294274,294393,294510,294690,294872,295053,295236,295391,295536,295658,295793,295956,296149,296275,296427,296569,296739,296895,297067,297358,297553,297645,297818,297980,298075,298244,298338,298427,298670,298759,299052,299468,299888,300309,300735,301152,301568,301985,302403,302817,303287,303760,304232,304643,305114,305586,305776,305982,306088,306196,306302,306414,306528,306640,306754,306870,306984,307092,307202,307310,307572,307951,308355,308502,308610,308720,308828,308942,309351,309765,309881,310299,310540,310970,311405,311815,312237,312647,312769,313178,313594,313716,313934,314118,314186,314530,314610,314966,315116,315260,315336,315448,315538,315800,316065,316173,316325,316433,316509,316621,316711,316813,316921,317029,317129,317237,317322,317488,317592,317720,317807,317974,318052,318166,318258,318522,318789,318899,319052,319162,319246,319635,319733,319841,319935,320065,320173,320295,320431,320539,320659,320793,320915,321043,321185,321311,321451,321577,321695,321827,321925,322035,322335,322447,322565,323029,323145,323448,323574,323670,324071,324181,324305,324443,324553,324675,324987,325111,325241,325717,325845,326160,326298,326460,326676,326832,327036,327104,327188,327292,327495,327684,327885,328078,328283,328596,328808,328974,329090,329336,329552,329865,330291,330753,330990,331142,331402,331546,331688,334920,335034,335154,335270,335364,335685,335784,335902,336003,336282,336567,336846,337128,337381,337640,337893,338149,338573,338649,341899,343254,343698,345552,346127,346335,347345,347725,347891,348032,353052,353478,353590,353725,353878,354075,354246,354429,354604,354791,355063,355221,355305,355409,355896,356452,356610,356829,357060,357283,357518,357740,358006,358144,358743,358857,358995,359107,359231,359802,360297,360843,360988,361081,361173,363100,363670,363968,364157,364363,364556,364766,365650,365795,366187,366345,366562,366823,367255,368130,368750,368947,369895,370660,370783,371556,371777,371977,373954,374054,374144,374830,375583,376348,377111,377886,379099,379264,380877,381198,382261,382471,382641,383211,384106,384739,384905,386391,387007,387243,387464,388422,388687,388952,389199,389613,389849,391134,391583,391770,392019,392261,392437,392678,392911,393136,393731,394206,394730,394991,396342,396817,398043,398513,399561,400013,400257,400714,401959,402442,402592,403147,403599,403999,404152,404297,404440,404510,404938,405226,405730,406239,406355,407257,407379,407491,407668,407934,408204,408470,408738,408994,409254,409510,409768,410020,410276,410528,410782,411014,411250,411502,411758,412010,412264,412496,412730,412842,413494,413949,414073,415165,415980,416176,416500,416889,417241,417482,417696,417995,418187,418502,418709,419055,419355,419756,419975,420388,420625,420995,421719,422074,422343,422483,422737,422881,423158,424150,424559,425191,425537,425905,426979,427342,427742,429250,429835,430153,432688,432882,433100,433326,433538,433737,433944,435148,435443,436000,436390,437022,437499,437744,438231,438477,439673,440070,441076,441298,441721,441912,442291,442379,442487,442595,442908,443233,443552,443883,446586,446774,447035,447284,449868,450060,450325,450578,451110,451518,451717,452301,452536,452660,453072,453286,453688,453791,453921,454096,454348,454544,454684,454878,455889,456958,457246,457376,458153,458810,458956,459662,459900,461440,461590,462007,462172,462858,463328,463524,463615,463699,463843,464077,464244,465172,465458,465618,466233,466392,466720,466947,467459,467821,467900,468239,468344,468709,469080,469441,471315,471944,473020,473444,473697,473849,474897,475634,475837,476083,476330,476548,476790,477111,477375,477680,477903,478214,478403,479118,479387,479881,480107,480547,480706,480990,481735,482100,482405,482563,482801,484120,484518,484746,484966,485108,486398,486504,486634,486772,486896,487184,487353,487453,487738,487852,488735,489490,489929,490053,490299,490492,490626,490817,491596,491814,492105,492384,492701,492923,493218,493501,493605,493946,494762,495078,495639,496145,496350,497136,497541,498202,498391,498942,499508,499628,500030,500564,501094,501393,503738,506180,508005,510012,510351,512784,515320,515760,516512,516696,516907,521565,522148,522876,523078,524213,524363,524538,524763,525357,526656,526997,527505,528016,529810,530070,530686,531181,532218,534084,534275,534608,534764,534957,537349,537578,537786,537956,539728,540026,541369,542379,544344,544460,544629,544766,544912,545597,547401,547932,548358,550373,550621,551391,551507,551682,554897,555044,565916,566159,566577,566672,566765,566828,566910,567003,567096,567183,567281,567372,567463,567551,567635,567731,567831,567937,568040,568141,568245,568351,568450,568556,568658,568765,568874,568985,569116,569236,569352,569470,569569,569676,569792,569911,570039,570128,570223,570300,570389,570480,570573,570647,570744,570839,570937,571036,571140,571236,571338,571441,571541,571644,571729,571830,571928,572018,572113,572200,572306,572408,572502,572593,572687,572763,572855,572944,573047,573158,573241,573327,573422,573519,573615,573703,573804,573905,574008,574114,574212,574309,574404,574502,574605,574705,574808,574913,575031,575147,575242,575335,575420,575516,575610,575702,575785,575889,575994,576094,576195,576300,576400,576501,576600,576702,576796,576903,577005,577108,577201,577297,577399,577502,577598,577700,577803,577900,578003,578101,578205,578310,578407,578515,578629,578744,578852,578966,579081,579183,579288,579396,579506,579622,579739,579834,579931,580030,580135,580241,580340,580445,580551,580651,580757,580858,580965,581084,581183,581288,581390,581492,581592,581695,581790,581894,581979,582083,582187,582285,582389,582495,582593,582698,582796,582909,583003,583092,583181,583264,583355,583438,583536,583626,583722,583811,583905,583993,584089,584174,584282,584383,584484,584582,584688,584779,584878,584975,585073,585169,585262,585372,585470,585565,585675,585767,585867,585966,586053,586157,586262,586361,586468,586575,586674,586783,586875,586986,587097,587208,587312,587427,587543,587670,587790,587885,587980,588077,588176,588268,588367,588459,588558,588644,588738,588841,588937,589040,589136,589239,589336,589434,589537,589630,589720,589821,589904,589995,590080,590172,590275,590370,590466,590559,590653,590732,590839,590930,591029,591122,591225,591329,591430,591531,591635,591729,591833,591937,592050,592156,592262,592370,592487,592588,592696,592796,592899,593004,593111,593207,593286,593376,593460,593552,593625,593717,593806,593898,593983,594080,594173,594268,594367,594464,594555,594646,594738,594833,594940,595048,595150,595247,595344,595437,595524,595608,595705,595802,595895,595982,596073,596172,596271,596366,596455,596536,596635,596739,596836,596941,597038,597122,597221,597325,597422,597527,597624,597722,597823,597929,598028,598135,598234,598333,598424,598513,598602,598684,598777,598868,598979,599080,599180,599292,599405,599503,599611,599705,599805,599894,599986,600097,600207,600302,600418,600544,600670,600789,600917,601042,601167,601285,601412,601521,601630,601743,601866,601989,602105,602230,602327,602435,602557,602673,602789,602898,602986,603087,603176,603277,603364,603452,603549,603641,603747,603847,603923,604000" + }, + "to": { + "startLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,518,522,523,524,525,527,528,529,530,531,532,534,535,536,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,569,573,574,585,586,596,597,627,656,657,658,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,686,687,688,689,690,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,1042,1046,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1764,1765,1812,1813,1814,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1832,1835,1836,1837,1855,1856,1857,1858,1859,1860,1861,1872,1881,1882,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1947,1981,1982,1983,1984,1985,1986,1987,1995,1996,1997,1998,1999,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2059,2062,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2124,2127,2128,2129,2130,2138,2142,2146,2150,2154,2155,2198,2206,2213,2383,2386,2396,2405,2414,2487,2488,2489,2490,2496,2497,2498,2499,2500,2501,2507,2508,2509,2510,2511,2516,2517,2521,2522,2528,2532,2533,2534,2535,2545,2546,2547,2551,2552,2558,2562,2632,2635,2636,2641,2642,2645,2646,2647,2648,2912,2919,3180,3186,3450,3457,3718,3724,3787,3869,3921,4003,4065,4147,4211,4263,4345,4353,4359,4370,4374,4378,4391,5166,5182,5189,5195,5212,5225,5245,5262,5271,5276,5283,5303,5316,5333,5339,5345,5352,5356,5362,5376,5379,5389,5390,5391,5439,5443,5447,5451,5452,5453,5456,5472,5479,5493,5538,5547,5553,5557,5561,5566,5573,5579,5580,5583,5587,5592,5605,5609,5614,5619,5624,5627,5630,5633,5637,5780,5781,5782,5783,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5878,5882,5886,5890,5894,5898,5902,5906,5907,5908,5909,5910,5911,5912,5913,5917,5921,5922,5926,5927,5930,5934,5937,5940,5943,5947,5950,5953,5957,5961,5965,5969,5972,5973,5974,5975,5978,5982,5985,5988,5991,5994,5997,6000,6071,6074,6075,6078,6081,6082,6085,6086,6087,6091,6092,6097,6104,6111,6118,6125,6132,6139,6146,6153,6160,6169,6178,6187,6194,6203,6212,6215,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6230,6234,6239,6244,6247,6248,6249,6250,6251,6259,6267,6268,6276,6280,6288,6296,6304,6312,6320,6321,6329,6337,6338,6341,6381,6383,6388,6390,6395,6399,6403,6404,6405,6406,6410,6414,6415,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6429,6433,6434,6435,6436,6440,6441,6442,6443,6447,6451,6452,6456,6457,6458,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6487,6488,6489,6495,6496,6500,6502,6503,6508,6509,6510,6511,6512,6513,6517,6518,6519,6525,6526,6530,6532,6536,6540,6544,6560,6561,6562,6563,6566,6569,6572,6575,6578,6583,6587,6590,6591,6596,6600,6605,6611,6617,6622,6626,6631,6635,6639,6680,6681,6682,6683,6684,6688,6689,6690,6691,6695,6699,6703,6707,6711,6715,6719,6723,6729,6730,6771,6785,6790,6816,6823,6826,6837,6842,6845,6848,6903,6909,6910,6913,6916,6919,6922,6925,6928,6931,6935,6938,6939,6940,6948,6956,6959,6964,6969,6974,6979,6983,6987,6988,6996,6997,6998,6999,7000,7008,7013,7018,7019,7020,7021,7046,7052,7057,7060,7064,7067,7071,7081,7084,7089,7092,7096,7197,7205,7219,7232,7236,7251,7262,7265,7276,7281,7285,7320,7321,7322,7334,7342,7350,7358,7366,7386,7389,7416,7421,7441,7444,7447,7454,7467,7476,7479,7499,7509,7513,7517,7530,7534,7538,7542,7548,7552,7569,7577,7581,7585,7589,7592,7596,7600,7604,7614,7621,7628,7632,7658,7668,7693,7702,7722,7732,7736,7746,7771,7781,7784,7791,7798,7805,7806,7807,7808,7809,7816,7820,7826,7832,7833,7846,7847,7848,7851,7854,7857,7860,7863,7866,7869,7872,7875,7878,7881,7884,7887,7890,7893,7896,7899,7902,7905,7908,7911,7912,7920,7928,7929,7942,7952,7956,7961,7966,7970,7973,7977,7981,7984,7988,7991,7995,8000,8005,8008,8015,8019,8023,8032,8037,8042,8043,8047,8050,8054,8067,8072,8080,8084,8088,8105,8109,8114,8132,8139,8143,8173,8176,8179,8182,8185,8188,8191,8210,8216,8224,8231,8243,8251,8256,8264,8268,8286,8293,8309,8313,8321,8324,8329,8330,8331,8332,8336,8340,8344,8348,8383,8386,8390,8394,8428,8431,8435,8439,8448,8454,8457,8467,8471,8472,8479,8483,8490,8491,8492,8495,8500,8505,8506,8510,8525,8544,8548,8549,8561,8571,8572,8584,8589,8613,8616,8622,8625,8634,8642,8646,8649,8652,8655,8659,8662,8679,8683,8686,8701,8704,8712,8717,8724,8729,8730,8735,8736,8742,8748,8754,8786,8797,8814,8821,8825,8828,8841,8850,8854,8859,8863,8867,8871,8875,8879,8883,8887,8892,8895,8907,8912,8921,8924,8931,8932,8936,8945,8951,8955,8956,8960,8981,8987,8991,8995,8996,9014,9015,9016,9017,9018,9023,9026,9027,9033,9034,9046,9058,9065,9066,9071,9076,9077,9081,9095,9100,9106,9112,9118,9123,9129,9135,9136,9142,9157,9162,9171,9180,9183,9197,9202,9213,9217,9226,9235,9236,9243,9400,9417,9427,9969,10036,10089,10146,10158,10294,10403,10423,10444,10450,10458,10564,11338,11361,11367,11411,11415,11475,11545,11800,11840,11847,11855,11870,11926,11937,11950,11962,12000,12047,12053,12065,12071,12077,12129,12134,12139,12146,12444,12456,12502,12531,12670,12675,12708,12711,12715,12744,12782,12800,12818,12885,12893,13022,13026,13034,13163,13167,13446,13509,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041", + "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "490,732,1185,1343,1399,1459,1520,1585,1740,1790,1840,1893,1951,2050,2420,2468,2539,2611,2683,2756,2823,2872,2926,2963,3014,3074,3121,3177,3226,3284,3338,3399,3455,3506,3566,3622,3685,3734,3790,3846,3896,3955,4010,4072,4119,4173,4229,4281,4336,4390,4444,4498,4547,4605,4659,4716,4772,4819,4872,4928,4988,5051,5110,5172,5222,5276,5330,5378,5435,5488,6112,6166,7097,7208,7270,7326,7386,7439,7500,7579,7660,7732,7811,7891,7967,8045,8114,8190,8267,8338,8411,8487,8565,8634,8710,8787,8851,8922,11435,11531,11584,11688,11755,11808,11860,11910,11968,12033,12081,19022,19089,19155,19213,19282,19340,19409,19479,19552,19626,19694,19761,19831,19897,19970,20030,20106,20166,20226,20301,20369,20435,20503,20563,20622,20679,20745,20807,20864,20932,21005,21075,21137,21198,21266,21328,21398,21467,21523,21582,21644,21706,21773,21830,21891,21952,22013,22074,22130,22186,22242,22298,22356,22414,22472,22530,22587,22644,22701,22758,22817,22876,22934,23017,23100,23173,23227,23296,23352,23433,23514,23585,23920,23973,24031,25118,25677,25723,25783,25837,25907,25977,26042,26108,26173,26241,26310,26378,26508,26561,26620,26678,26776,26826,26878,26924,26974,27030,27124,27182,27240,27302,27365,27427,27486,27546,27611,27677,27742,27804,27866,27928,27990,28052,28114,28180,28247,28313,28376,28440,28503,28571,28632,28694,28756,28819,28883,28946,29010,29088,29147,29213,29293,29354,29558,29616,30049,30094,30561,30625,31817,33922,33996,34067,34133,34207,34276,34347,34420,34491,34559,34632,34708,34778,34856,34924,34990,35051,35120,35184,35250,35318,35384,35447,35515,35586,35651,35724,35787,35868,35932,35998,36068,36138,36208,36278,37026,37083,37141,37200,37260,37319,37378,37437,37496,37555,37614,37673,37732,37791,37850,37910,37971,38033,38094,38155,38216,38277,38338,38399,38459,38520,38581,38641,38702,38763,38824,38885,38946,39007,39068,39129,39190,39251,39312,39380,39449,39519,39588,39657,39726,39795,39864,39933,40002,40071,40140,40209,40269,40330,40392,40453,40514,40575,40636,40697,40758,40819,40880,40941,41002,41064,41127,41191,41254,41317,41380,41443,41506,41569,41632,41695,41758,41821,41882,41944,42007,42069,42131,42193,42255,42317,42379,42441,42503,42565,42627,42684,42770,42850,42940,43035,43127,43219,43309,43392,43485,43572,43669,43760,43861,43948,44051,44140,44239,44331,44431,44515,44609,44697,44795,44878,44969,45063,45162,45264,45362,45462,45549,45649,45735,45831,45919,46000,46091,46187,46280,46373,46464,46549,46643,46732,46830,46923,47025,47113,47217,47308,47408,47501,47602,47687,47782,47871,47970,48055,48147,48242,48342,48445,48544,48647,48736,48837,48924,49021,49109,49205,49297,49397,49487,49585,49670,49759,49848,49941,50028,50791,50857,50933,51002,51081,51154,51234,51314,51391,51459,51537,51613,51684,51765,51838,51921,51996,52081,52154,52235,52316,52390,52474,52544,52622,52692,52772,52850,52922,53004,53074,53151,53231,53316,53404,53488,53575,53649,53727,53805,53876,53957,54048,54131,54227,54325,54432,54497,54563,54616,54692,54758,54845,54921,62026,62261,62856,62910,62989,63067,63140,63205,63268,63334,63405,63476,63546,63608,63677,63743,63803,63870,63937,63993,64044,64097,64149,64203,64274,64337,64396,64458,64517,64590,64657,64727,64787,64850,64925,64997,65093,65164,65220,65291,65348,65405,65471,65535,65606,65663,65716,65779,65831,65889,67126,67195,67261,67320,67403,67462,67519,67586,67656,67730,67792,67861,67931,68030,68127,68226,68312,68398,68479,68554,68643,68734,68818,68877,68923,68989,69046,69113,69170,69252,69317,69383,69506,69590,69711,69776,69838,69936,70010,70093,70182,70246,70325,70399,70461,70557,70622,70681,70737,70793,70853,70960,71007,71067,71128,71192,71253,71313,71371,71414,71463,71515,71566,71618,71667,71716,71781,71847,71907,71968,72024,72083,72132,72180,72238,72295,72397,72454,72529,72577,72628,72690,72755,72807,72881,72944,73007,73075,73125,73187,73247,73304,73364,73413,73481,73587,73689,73758,73829,73885,73934,74034,74105,74215,74306,74388,74486,74542,74643,74753,74852,74915,75021,75098,75210,75337,75449,75576,75646,75760,75891,75988,76056,76174,76277,76395,76456,76530,76597,76702,76824,76898,76965,77075,77174,77247,77344,77466,77584,77702,77763,77885,78002,78070,78176,78278,78358,78429,78525,78592,78666,78740,78826,78916,78994,79071,79171,79242,79363,79484,79548,79673,79747,79871,79995,80062,80171,80299,80411,80490,80568,80669,80740,80862,80984,81049,81175,81287,81393,81461,81560,81664,81727,81793,81877,81990,82103,82221,82299,82371,82507,82643,82728,82868,83006,83144,83286,83368,83454,83531,83604,83713,83824,83952,84080,84212,84342,84472,84606,84695,84757,84853,84920,85037,85158,85255,85337,85424,85511,85642,85773,85908,85985,86062,86173,86287,86361,86470,86582,86649,86722,86787,86889,86985,87089,87157,87222,87316,87388,87498,87604,87677,87768,87870,87973,88068,88175,88280,88402,88524,88650,88709,88767,88891,89015,89143,89261,89379,89501,89587,89684,89818,89952,90032,90170,90302,90434,90570,90645,90721,90824,90898,91011,91092,91149,91210,91269,91329,91387,91448,91506,91556,91605,91672,91731,91790,91839,91910,91994,92064,92135,92215,92284,92347,92415,92481,92549,92614,92680,92757,92835,92941,93047,93143,93272,93361,93488,93554,93624,93710,93776,93859,93933,94031,94127,94223,94321,94430,94525,94614,94676,94736,94801,94858,94939,94993,95050,95147,95257,95318,95433,95554,95649,95741,95834,95890,95949,95998,96090,96139,96193,96247,96301,96355,96409,96464,96574,96684,96792,96902,97012,97122,97232,97340,97446,97550,97654,97758,97853,97948,98041,98134,98238,98344,98448,98552,98645,98738,98831,98924,99032,99138,99244,99350,99447,99542,99637,99732,99838,99944,100050,100156,100254,100349,100445,100542,100607,100711,100769,100833,100894,100956,101016,101081,101143,101211,101269,101332,101395,101462,101537,101610,101676,101728,101781,101833,101890,101974,102069,102154,102235,102315,102392,102471,102548,102622,102696,102767,102847,102919,102994,103059,103120,103180,103255,103329,103402,103472,103544,103614,103687,103751,103821,103867,103936,103988,104073,104156,104213,104279,104346,104412,104493,104568,104624,104677,104738,104796,104846,104895,104944,104993,105055,105107,105152,105233,105284,105338,105391,105445,105496,105545,105611,105662,105723,105784,105846,105896,105937,106014,106073,106132,106191,106252,106308,106364,106431,106492,106557,106612,106677,106746,106814,106892,106961,107021,107092,107166,107231,107303,107373,107440,107524,107593,107660,107730,107793,107860,107928,108011,108090,108180,108257,108325,108392,108470,108527,108584,108652,108718,108774,108834,108893,108947,108997,109047,109095,109157,109208,109281,109361,109441,109505,109572,109643,109701,109762,109828,109887,109954,110014,110074,110137,110205,110266,110333,110411,110481,110530,110587,110656,110717,110805,110893,110981,111069,111156,111243,111330,111417,111475,111549,111619,111675,111746,111811,111873,111948,112021,112111,112177,112243,112304,112368,112430,112488,112559,112642,112701,112772,112838,112903,112964,113023,113094,113160,113225,113308,113384,113459,113540,113600,113669,113739,113808,113863,113919,113975,114036,114094,114150,114209,114263,114318,114380,114437,114531,114600,114701,114752,114822,114885,114941,114999,115058,115112,115198,115282,115352,115421,115491,115606,115727,115794,115861,115936,116003,116062,116116,116170,116224,116277,116329,117834,117971,120753,120802,120852,120943,120991,121047,121105,121167,121222,121280,121351,121415,121474,121536,121602,121849,121994,122038,122083,123061,123112,123159,123204,123255,123306,123357,123894,124384,124450,124629,124692,124764,124821,124875,124930,124988,125043,125102,125158,125227,125296,125365,125435,125498,125561,125624,125687,125752,125817,125882,125947,126010,126074,126138,126202,126253,126331,126409,126480,126552,126625,126697,126763,126829,126897,126965,127031,127098,127172,127235,127292,127352,127417,127484,127549,127606,127667,127725,127829,127939,128048,128152,128230,128295,128362,128428,128498,128545,128597,128647,128774,131137,131287,131418,131602,131780,132018,132207,132887,132985,133100,133185,133264,133424,133489,133578,133735,133892,134045,134199,134258,134445,134541,134631,134727,134817,134983,135106,135229,135399,135505,135620,135735,135837,135943,136060,136175,136257,136430,136598,136746,136905,137060,137233,137350,137467,137635,137747,137861,138033,138209,138367,138500,138612,138758,138910,139042,139185,139307,139485,139621,139717,139853,139948,140115,140208,140300,140487,140643,140821,140985,141167,141484,141666,141848,142038,142270,142460,142637,142799,142956,143066,143249,143386,143590,143774,143958,144118,144276,144460,144687,144890,145061,145281,145503,145658,145858,146042,146145,146335,146476,146641,146812,147012,147216,147418,147583,147788,147987,148186,148383,148474,148623,148773,148857,149006,149151,149303,149444,149610,149771,149849,150150,150316,150471,150770,150928,151092,151278,151501,152187,152464,152736,153014,153259,153321,156149,156600,157056,168193,168341,168855,169292,169726,174190,174275,174396,174495,174900,174997,175114,175201,175324,175425,175831,175930,176049,176142,176249,176592,176699,176944,177065,177474,177722,177822,177927,178046,178555,178702,178821,179072,179205,179620,179874,185089,185336,185461,185869,185990,186218,186339,186472,186619,207341,207833,228304,228728,249495,249989,270505,270931,275772,281189,285280,290711,295453,300830,304814,308806,314197,314744,315177,315933,316163,316406,317573,365743,366647,367231,367704,369134,369878,371071,372125,372603,372896,373279,374794,375559,376702,377143,377584,378180,378454,378865,379881,380059,380812,380949,381040,383234,383500,383822,384032,384141,384260,384444,385562,386032,386783,389366,389779,390155,390383,390639,390898,391474,391828,391950,392089,392381,392641,393569,393855,394258,394660,395003,395215,395416,395629,395918,406805,406878,406965,407050,411719,411831,411937,412060,412192,412315,412445,412569,412702,412833,412958,413075,413195,413327,413455,413569,413687,413800,413921,414109,414296,414477,414660,414844,415009,415191,415311,415431,415539,415649,415761,415869,415979,416144,416310,416462,416627,416728,416848,417019,417180,417343,417504,417671,417790,417907,418087,418269,418450,418633,418788,418933,419055,419190,419353,419546,419672,419824,419966,420136,420292,420464,427227,427422,427514,427687,427849,427944,428113,428207,428296,428539,428628,428921,429337,429757,430178,430604,431021,431437,431854,432272,432686,433156,433629,434101,434512,434983,435455,435645,435851,435957,436065,436171,436283,436397,436509,436623,436739,436853,436961,437071,437179,437441,437820,438224,438371,438479,438589,438697,438811,439220,439634,439750,440168,440409,440839,441274,441684,442106,442516,442638,443047,443463,443585,443803,446703,446771,447115,447195,447551,447701,447845,447921,448033,448123,448385,448650,448758,448910,449018,449094,449206,449296,449398,449506,449614,449714,449822,449907,450073,450177,450305,450392,450559,450637,450751,450843,451107,451374,451484,451637,451747,451831,452220,452318,452426,452520,452650,452758,452880,453016,453124,453244,453378,453500,453628,453770,453896,454036,454162,454280,454412,454510,454620,454920,455032,455150,455614,455730,456033,456159,456255,456656,456766,456890,457028,457138,457260,457572,457696,457826,458302,458430,458745,458883,459045,459261,459417,460624,460692,460776,460880,461083,461272,461473,461666,461871,462184,462396,462562,462678,462924,463140,463453,463879,464341,464578,464730,464990,465134,465276,468508,468622,468742,468858,468952,469273,469372,469490,469591,469870,470155,470434,470716,470969,471228,471481,471737,472161,472237,475487,476842,477286,479140,479715,479923,480933,481313,481479,481620,486640,487066,487178,487313,487466,487663,487834,488017,488192,488379,488651,488809,488893,488997,489484,490040,490198,490417,490648,490871,491106,491328,491594,491732,492331,492445,492583,492695,492819,493390,493885,494431,494576,494669,494761,496688,497258,497556,497745,497951,498144,498354,499238,499383,499775,499933,500150,508206,508638,509513,510133,510330,511278,512043,512166,512939,513160,513360,515337,515437,515527,516213,516966,517731,518494,519269,520482,520647,522260,522581,523644,523854,524024,524594,525489,526122,526288,527774,528390,528626,528847,529805,530070,530335,530582,530996,531232,532517,532966,533153,533402,533644,533820,534061,534294,534519,535114,535589,536113,536374,537725,538200,539426,539896,540944,541396,541640,542097,543342,543825,543975,544530,544982,545382,545535,545680,545823,545893,546321,546609,547113,547622,547738,548640,548762,548874,549051,549317,549587,549853,550121,550377,550637,550893,551151,551403,551659,551911,552165,552397,552633,552885,553141,553393,553647,553879,554113,554225,554877,555332,555456,556548,557363,557559,557883,558272,558624,558865,559079,559378,559570,559885,560092,560438,560738,561139,561358,561771,562008,562378,563102,563457,563726,563866,564120,564264,564541,565533,565942,566574,566920,567288,568362,568725,569125,570633,571218,571536,574071,574265,574483,574709,574921,575120,575327,576531,576826,577383,577773,578405,578882,579127,579614,579860,581056,581453,582459,582681,583104,583295,583674,583762,583870,583978,584291,584616,584935,585266,587969,588157,588418,588667,591251,591443,591708,591961,592493,592901,593100,593684,593919,594043,594455,594669,595071,595174,595304,595479,595731,595927,596067,596261,597272,598341,598629,598759,599536,600193,600339,601045,601283,602823,602973,603390,603555,604241,604711,604907,604998,605082,605226,605460,605627,606555,606841,607001,607616,607775,608103,608330,608842,609204,609283,609622,609727,610092,610463,610824,612698,613327,614403,614827,615080,615232,616280,617017,617220,617466,617713,617931,618173,618494,618758,619063,619286,619597,619786,620501,620770,621264,621490,621930,622089,622373,623118,623483,623788,623946,624184,625503,625901,626129,626349,626491,627781,627887,628017,628155,628279,628567,628736,628836,629121,629235,630118,630873,631312,631436,631682,631875,632009,632200,632979,633197,633488,633767,634084,634306,634601,634884,634988,635329,636145,636461,637022,637528,637733,638519,638924,639585,639774,640325,640891,641011,641413,647019,647549,647848,666260,668702,670527,672534,672873,678903,681198,681638,682390,682574,682785,687443,719472,720200,720402,721537,721687,724274,726418,736400,737899,738240,738748,739259,741053,741313,741929,742424,743461,745327,745518,745851,746007,746200,748592,748821,749029,749199,760601,760899,762242,763252,768324,768440,769664,769801,769947,771894,773032,773563,773989,776004,776252,781168,781284,781459,786065,786212,797084,799458,805200,805295,805388,805451,805533,805626,805719,805806,805904,805995,806086,806174,806258,806354,806454,806560,806663,806764,806868,806974,807073,807179,807281,807388,807497,807608,807739,807859,807975,808093,808192,808299,808415,808534,808662,808751,808846,808923,809012,809103,809196,809270,809367,809462,809560,809659,809763,809859,809961,810064,810164,810267,810352,810453,810551,810641,810736,810823,810929,811031,811125,811216,811310,811386,811478,811567,811670,811781,811864,811950,812045,812142,812238,812326,812427,812528,812631,812737,812835,812932,813027,813125,813228,813328,813431,813536,813654,813770,813865,813958,814043,814139,814233,814325,814408,814512,814617,814717,814818,814923,815023,815124,815223,815325,815419,815526,815628,815731,815824,815920,816022,816125,816221,816323,816426,816523,816626,816724,816828,816933,817030,817138,817252,817367,817475,817589,817704,817806,817911,818019,818129,818245,818362,818457,818554,818653,818758,818864,818963,819068,819174,819274,819380,819481,819588,819707,819806,819911,820013,820115,820215,820318,820413,820517,820602,820706,820810,820908,821012,821118,821216,821321,821419,821532,821626,821715,821804,821887,821978,822061,822159,822249,822345,822434,822528,822616,822712,822797,822905,823006,823107,823205,823311,823402,823501,823598,823696,823792,823885,823995,824093,824188,824298,824390,824490,824589,824676,824780,824885,824984,825091,825198,825297,825406,825498,825609,825720,825831,825935,826050,826166,826293,826413,826508,826603,826700,826799,826891,826990,827082,827181,827267,827361,827464,827560,827663,827759,827862,827959,828057,828160,828253,828343,828444,828527,828618,828703,828795,828898,828993,829089,829182,829276,829355,829462,829553,829652,829745,829848,829952,830053,830154,830258,830352,830456,830560,830673,830779,830885,830993,831110,831211,831319,831419,831522,831627,831734,831830,831909,831999,832083,832175,832248,832340,832429,832521,832606,832703,832796,832891,832990,833087,833178,833269,833361,833456,833563,833671,833773,833870,833967,834060,834147,834231,834328,834425,834518,834605,834696,834795,834894,834989,835078,835159,835258,835362,835459,835564,835661,835745,835844,835948,836045,836150,836247,836345,836446,836552,836651,836758,836857,836956,837047,837136,837225,837307,837400,837491,837602,837703,837803,837915,838028,838126,838234,838328,838428,838517,838609,838720,838830,838925,839041,839167,839293,839412,839540,839665,839790,839908,840035,840144,840253,840366,840489,840612,840728,840853,840950,841058,841180,841296,841412,841521,841609,841710,841799,841900,841987,842075,842172,842264,842370,842470,842546", + "endLines": "10,16,27,30,31,32,33,34,37,38,39,40,41,43,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,117,118,140,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,226,228,229,231,232,233,234,235,236,237,238,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,462,467,468,469,495,507,508,509,510,511,512,513,514,515,516,517,521,522,523,524,525,527,528,529,530,531,532,534,535,536,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,569,573,574,585,586,596,597,627,656,657,658,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,686,687,688,689,690,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,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,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,1042,1046,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1764,1765,1812,1813,1814,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1832,1835,1836,1837,1855,1856,1857,1858,1859,1860,1861,1872,1881,1882,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1950,1981,1982,1983,1984,1985,1986,1987,1995,1996,1997,1998,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2058,2061,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2126,2127,2128,2129,2130,2141,2145,2149,2153,2154,2158,2205,2212,2220,2385,2395,2404,2413,2422,2487,2488,2489,2495,2496,2497,2498,2499,2500,2506,2507,2508,2509,2510,2515,2516,2520,2521,2527,2531,2532,2533,2534,2544,2545,2546,2550,2551,2557,2561,2562,2634,2635,2640,2641,2644,2645,2646,2647,2911,2918,3179,3185,3449,3456,3717,3723,3786,3868,3920,4002,4064,4146,4210,4262,4344,4352,4358,4369,4373,4377,4390,4405,5181,5188,5194,5211,5224,5244,5261,5270,5275,5282,5302,5315,5332,5338,5344,5351,5355,5361,5375,5378,5388,5389,5390,5438,5442,5446,5450,5451,5452,5455,5471,5478,5492,5537,5538,5552,5556,5560,5565,5572,5578,5579,5582,5586,5591,5604,5608,5613,5618,5623,5626,5629,5632,5636,5640,5780,5781,5782,5783,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876,5877,5881,5885,5889,5893,5897,5901,5905,5906,5907,5908,5909,5910,5911,5912,5916,5920,5921,5925,5926,5929,5933,5936,5939,5942,5946,5949,5952,5956,5960,5964,5968,5971,5972,5973,5974,5977,5981,5984,5987,5990,5993,5996,5999,6003,6073,6074,6077,6080,6081,6084,6085,6086,6090,6091,6096,6103,6110,6117,6124,6131,6138,6145,6152,6159,6168,6177,6186,6193,6202,6211,6214,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229,6233,6238,6243,6246,6247,6248,6249,6250,6258,6266,6267,6275,6279,6287,6295,6303,6311,6319,6320,6328,6336,6337,6340,6343,6382,6387,6389,6394,6398,6402,6403,6404,6405,6409,6413,6414,6418,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6432,6433,6434,6435,6439,6440,6441,6442,6446,6450,6451,6455,6456,6457,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6486,6487,6488,6494,6495,6499,6501,6502,6507,6508,6509,6510,6511,6512,6516,6517,6518,6524,6525,6529,6531,6535,6539,6543,6547,6560,6561,6562,6565,6568,6571,6574,6577,6582,6586,6589,6590,6595,6599,6604,6610,6616,6621,6625,6630,6634,6638,6679,6680,6681,6682,6683,6687,6688,6689,6690,6694,6698,6702,6706,6710,6714,6718,6722,6728,6729,6770,6784,6789,6815,6822,6825,6836,6841,6844,6847,6902,6908,6909,6912,6915,6918,6921,6924,6927,6930,6934,6937,6938,6939,6947,6955,6958,6963,6968,6973,6978,6982,6986,6987,6995,6996,6997,6998,6999,7007,7012,7017,7018,7019,7020,7045,7051,7056,7059,7063,7066,7070,7080,7083,7088,7091,7095,7099,7204,7218,7231,7235,7250,7261,7264,7275,7280,7284,7319,7320,7321,7333,7341,7349,7357,7365,7385,7388,7415,7420,7440,7443,7446,7453,7466,7475,7478,7498,7508,7512,7516,7529,7533,7537,7541,7547,7551,7568,7576,7580,7584,7588,7591,7595,7599,7603,7613,7620,7627,7631,7657,7667,7692,7701,7721,7731,7735,7745,7770,7780,7783,7790,7797,7804,7805,7806,7807,7808,7815,7819,7825,7831,7832,7845,7846,7847,7850,7853,7856,7859,7862,7865,7868,7871,7874,7877,7880,7883,7886,7889,7892,7895,7898,7901,7904,7907,7910,7911,7919,7927,7928,7941,7951,7955,7960,7965,7969,7972,7976,7980,7983,7987,7990,7994,7999,8004,8007,8014,8018,8022,8031,8036,8041,8042,8046,8049,8053,8066,8071,8079,8083,8087,8104,8108,8113,8131,8138,8142,8172,8175,8178,8181,8184,8187,8190,8209,8215,8223,8230,8242,8250,8255,8263,8267,8285,8292,8308,8312,8320,8323,8328,8329,8330,8331,8335,8339,8343,8347,8382,8385,8389,8393,8427,8430,8434,8438,8447,8453,8456,8466,8470,8471,8478,8482,8489,8490,8491,8494,8499,8504,8505,8509,8524,8543,8547,8548,8560,8570,8571,8583,8588,8612,8615,8621,8624,8633,8641,8645,8648,8651,8654,8658,8661,8678,8682,8685,8700,8703,8711,8716,8723,8728,8729,8734,8735,8741,8747,8753,8785,8796,8813,8820,8824,8827,8840,8849,8853,8858,8862,8866,8870,8874,8878,8882,8886,8891,8894,8906,8911,8920,8923,8930,8931,8935,8944,8950,8954,8955,8959,8980,8986,8990,8994,8995,9013,9014,9015,9016,9017,9022,9025,9026,9032,9033,9045,9057,9064,9065,9070,9075,9076,9080,9094,9099,9105,9111,9117,9122,9128,9134,9135,9141,9156,9161,9170,9179,9182,9196,9201,9212,9216,9225,9234,9235,9242,9250,9416,9426,9473,10035,10088,10145,10157,10215,10402,10422,10443,10449,10457,10563,10577,11360,11366,11410,11414,11420,11480,11555,11833,11846,11854,11869,11925,11936,11949,11961,11999,12046,12052,12064,12070,12076,12128,12133,12138,12145,12180,12455,12501,12530,12593,12674,12680,12710,12714,12742,12781,12799,12817,12884,12892,12916,13025,13033,13126,13166,13445,13453,13519,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680,13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696,13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712,13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728,13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744,13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760,13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,13775,13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791,13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807,13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823,13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839,13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855,13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871,13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887,13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903,13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935,13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951,13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967,13968,13969,13970,13971,13972,13973,13974,13975,13976,13977,13978,13979,13980,13981,13982,13983,13984,13985,13986,13987,13988,13989,13990,13991,13992,13993,13994,13995,13996,13997,13998,13999,14000,14001,14002,14003,14004,14005,14006,14007,14008,14009,14010,14011,14012,14013,14014,14015,14016,14017,14018,14019,14020,14021,14022,14023,14024,14025,14026,14027,14028,14029,14030,14031,14032,14033,14034,14035,14036,14037,14038,14039,14040,14041", + "endColumns": "55,48,54,55,59,60,64,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,59,46,55,48,57,53,60,55,50,59,55,62,48,55,55,49,58,54,61,46,53,55,51,54,53,53,53,48,57,53,56,55,46,52,55,59,62,58,61,49,53,53,47,56,52,55,53,55,62,61,55,59,52,60,78,80,71,78,79,75,77,68,75,76,70,72,75,77,68,75,76,63,70,71,50,52,54,66,52,51,49,57,64,47,50,66,65,57,68,57,68,69,72,73,67,66,69,65,72,59,75,59,59,74,67,65,67,59,58,56,65,61,56,67,72,69,61,60,67,61,69,68,55,58,61,61,66,56,60,60,60,60,55,55,55,55,57,57,57,57,56,56,56,56,58,58,57,82,82,72,53,68,55,80,80,70,9,52,57,57,57,45,59,53,69,69,64,65,64,67,68,67,9,52,58,57,51,49,51,45,49,55,46,57,57,61,62,61,58,59,64,65,64,61,61,61,61,61,61,65,66,65,62,63,62,67,60,61,61,62,63,62,63,77,58,65,79,60,52,57,50,44,60,63,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,56,57,58,59,58,58,58,58,58,58,58,58,58,58,59,60,61,60,60,60,60,60,60,59,60,60,59,60,60,60,60,60,60,60,60,60,60,60,67,68,69,68,68,68,68,68,68,68,68,68,68,59,60,61,60,60,60,60,60,60,60,60,60,60,61,62,63,62,62,62,62,62,62,62,62,62,62,60,61,62,61,61,61,61,61,61,61,61,61,61,56,85,79,89,94,91,91,89,82,92,86,96,90,100,86,102,88,98,91,99,83,93,87,97,82,90,93,98,101,97,99,86,99,85,95,87,80,90,95,92,92,90,84,93,88,97,92,101,87,103,90,99,92,100,84,94,88,98,84,91,94,99,102,98,102,88,100,86,96,87,95,91,99,89,97,84,88,88,92,86,90,65,75,68,78,72,79,79,76,67,77,75,70,80,72,82,74,84,72,80,80,73,83,69,77,69,79,77,71,81,69,76,79,84,87,83,86,73,77,77,70,80,90,82,95,97,106,64,65,52,75,65,86,75,75,64,54,53,78,77,72,64,62,65,70,70,69,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,69,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,68,65,58,82,58,56,66,69,73,61,68,69,98,96,98,85,85,80,74,88,90,83,58,45,65,56,66,56,81,64,65,122,83,120,64,61,97,73,82,88,63,78,73,61,95,64,58,55,55,59,106,46,59,60,63,60,59,57,42,48,51,50,51,48,48,64,65,59,60,55,58,48,47,57,56,101,56,74,47,50,61,64,51,73,62,62,67,49,61,59,56,59,48,67,105,101,68,70,55,48,99,70,109,90,81,97,55,100,109,98,62,105,76,111,126,111,126,69,113,130,96,67,117,102,117,60,73,66,104,121,73,66,109,98,72,96,121,117,117,60,121,116,67,105,101,79,70,95,66,73,73,85,89,77,76,99,70,120,120,63,124,73,123,123,66,108,127,111,78,77,100,70,121,121,64,125,111,105,67,98,103,62,65,83,112,112,117,77,71,135,135,84,139,137,137,141,81,85,76,72,108,110,127,127,131,129,129,133,88,61,95,66,116,120,96,81,86,86,130,130,134,76,76,110,113,73,108,111,66,72,64,101,95,103,67,64,93,71,109,105,72,90,101,102,94,106,104,121,121,125,58,57,123,123,127,117,117,121,85,96,133,133,79,137,131,131,135,74,75,102,73,112,80,56,60,58,59,57,60,57,49,48,66,58,58,48,70,83,69,70,79,68,62,67,65,67,64,65,76,77,105,105,95,128,88,126,65,69,85,65,82,73,97,95,95,97,108,94,88,61,59,64,56,80,53,56,96,109,60,114,120,94,91,92,55,58,48,91,48,53,53,53,53,53,54,109,109,107,109,109,109,109,107,105,103,103,103,94,94,92,92,103,105,103,103,92,92,92,92,107,105,105,105,96,94,94,94,105,105,105,105,97,94,95,96,64,103,57,63,60,61,59,64,61,67,57,62,62,66,74,72,65,51,52,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,64,60,59,74,73,72,69,71,69,72,63,69,45,68,51,84,82,56,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,50,53,52,53,50,48,65,50,60,60,61,49,40,76,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,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,86,86,86,86,57,73,69,55,70,64,61,74,72,89,65,65,60,63,61,57,70,82,58,70,65,64,60,58,70,65,64,82,75,74,80,59,68,69,68,54,55,55,60,57,55,58,53,54,61,56,93,68,100,50,69,62,55,57,58,53,85,83,69,68,69,114,120,66,66,74,66,58,53,53,53,52,51,73,136,139,48,49,49,47,55,57,61,54,57,70,63,58,61,65,65,42,43,44,42,50,46,44,50,50,50,50,47,65,61,62,71,56,53,54,57,54,58,55,68,68,68,69,62,62,62,62,64,64,64,64,62,63,63,63,50,77,77,70,71,72,71,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,103,109,108,103,77,64,66,65,69,46,51,49,56,12,149,130,183,177,237,188,168,97,114,84,78,11,64,88,156,156,152,153,58,186,95,89,95,89,165,122,122,169,105,114,114,101,105,116,114,81,172,167,147,158,154,172,116,116,167,111,113,171,175,157,132,111,145,151,131,142,121,177,135,95,135,94,166,92,91,186,11,11,11,181,316,181,181,189,231,189,176,161,156,109,182,136,203,183,183,159,157,183,226,202,170,219,221,154,199,183,102,189,140,164,170,199,203,201,164,204,198,198,196,90,148,149,83,148,144,151,140,165,160,77,300,165,154,101,11,163,185,222,124,10,10,10,10,61,10,10,10,10,10,10,10,10,10,84,120,98,10,96,116,86,122,100,10,98,118,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,120,10,120,132,146,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,136,90,10,10,10,10,108,118,10,10,10,10,10,94,10,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,111,105,122,131,122,129,123,132,130,124,116,119,131,127,113,117,112,120,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,151,10,100,10,10,10,10,10,10,10,10,10,10,10,10,10,144,121,134,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,93,88,10,88,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,107,105,111,113,111,113,115,113,107,109,107,10,10,10,10,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,10,10,75,111,89,10,10,107,10,107,75,111,89,101,107,107,99,107,84,10,103,127,86,10,77,113,91,10,10,109,10,109,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,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,10,10,10,113,119,115,93,10,98,117,100,10,10,10,10,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,10,10,10,10,10,10,10,83,103,10,10,10,10,10,10,10,10,10,137,10,113,137,111,123,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,10,10,10,10,99,89,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,10,10,10,10,10,152,144,142,69,10,10,10,10,115,10,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,10,10,123,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,139,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,87,107,107,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,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,78,10,104,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,158,10,10,10,10,157,10,10,10,10,10,141,10,105,129,137,123,10,10,99,10,113,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,10,10,10,10,10,10,10,10,10,10,119,10,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,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,94,92,62,81,92,92,86,97,90,90,87,83,95,99,105,102,100,103,105,98,105,101,106,108,110,130,119,115,117,98,106,115,118,127,88,94,76,88,90,92,73,96,94,97,98,103,95,101,102,99,102,84,100,97,89,94,86,105,101,93,90,93,75,91,88,102,110,82,85,94,96,95,87,100,100,102,105,97,96,94,97,102,99,102,104,117,115,94,92,84,95,93,91,82,103,104,99,100,104,99,100,98,101,93,106,101,102,92,95,101,102,95,101,102,96,102,97,103,104,96,107,113,114,107,113,114,101,104,107,109,115,116,94,96,98,104,105,98,104,105,99,105,100,106,118,98,104,101,101,99,102,94,103,84,103,103,97,103,105,97,104,97,112,93,88,88,82,90,82,97,89,95,88,93,87,95,84,107,100,100,97,105,90,98,96,97,95,92,109,97,94,109,91,99,98,86,103,104,98,106,106,98,108,91,110,110,110,103,114,115,126,119,94,94,96,98,91,98,91,98,85,93,102,95,102,95,102,96,97,102,92,89,100,82,90,84,91,102,94,95,92,93,78,106,90,98,92,102,103,100,100,103,93,103,103,112,105,105,107,116,100,107,99,102,104,106,95,78,89,83,91,72,91,88,91,84,96,92,94,98,96,90,90,91,94,106,107,101,96,96,92,86,83,96,96,92,86,90,98,98,94,88,80,98,103,96,104,96,83,98,103,96,104,96,97,100,105,98,106,98,98,90,88,88,81,92,90,110,100,99,111,112,97,107,93,99,88,91,110,109,94,115,125,125,118,127,124,124,117,126,108,108,112,122,122,115,124,96,107,121,115,115,108,87,100,88,100,86,87,96,91,105,99,75,76", + "endOffsets": "541,776,1235,1394,1454,1515,1580,1635,1785,1835,1888,1946,1994,2114,2463,2534,2606,2678,2751,2818,2867,2921,2958,3009,3069,3116,3172,3221,3279,3333,3394,3450,3501,3561,3617,3680,3729,3785,3841,3891,3950,4005,4067,4114,4168,4224,4276,4331,4385,4439,4493,4542,4600,4654,4711,4767,4814,4867,4923,4983,5046,5105,5167,5217,5271,5325,5373,5430,5483,5539,6161,6217,7155,7265,7321,7381,7434,7495,7574,7655,7727,7806,7886,7962,8040,8109,8185,8262,8333,8406,8482,8560,8629,8705,8782,8846,8917,8989,11481,11579,11634,11750,11803,11855,11905,11963,12028,12076,12127,19084,19150,19208,19277,19335,19404,19474,19547,19621,19689,19756,19826,19892,19965,20025,20101,20161,20221,20296,20364,20430,20498,20558,20617,20674,20740,20802,20859,20927,21000,21070,21132,21193,21261,21323,21393,21462,21518,21577,21639,21701,21768,21825,21886,21947,22008,22069,22125,22181,22237,22293,22351,22409,22467,22525,22582,22639,22696,22753,22812,22871,22929,23012,23095,23168,23222,23291,23347,23428,23509,23580,23709,23968,24026,24084,25171,25718,25778,25832,25902,25972,26037,26103,26168,26236,26305,26373,26503,26556,26615,26673,26725,26821,26873,26919,26969,27025,27072,27177,27235,27297,27360,27422,27481,27541,27606,27672,27737,27799,27861,27923,27985,28047,28109,28175,28242,28308,28371,28435,28498,28566,28627,28689,28751,28814,28878,28941,29005,29083,29142,29208,29288,29349,29402,29611,29662,30089,30150,30620,30679,31874,33991,34062,34128,34202,34271,34342,34415,34486,34554,34627,34703,34773,34851,34919,34985,35046,35115,35179,35245,35313,35379,35442,35510,35581,35646,35719,35782,35863,35927,35993,36063,36133,36203,36273,36340,37078,37136,37195,37255,37314,37373,37432,37491,37550,37609,37668,37727,37786,37845,37905,37966,38028,38089,38150,38211,38272,38333,38394,38454,38515,38576,38636,38697,38758,38819,38880,38941,39002,39063,39124,39185,39246,39307,39375,39444,39514,39583,39652,39721,39790,39859,39928,39997,40066,40135,40204,40264,40325,40387,40448,40509,40570,40631,40692,40753,40814,40875,40936,40997,41059,41122,41186,41249,41312,41375,41438,41501,41564,41627,41690,41753,41816,41877,41939,42002,42064,42126,42188,42250,42312,42374,42436,42498,42560,42622,42679,42765,42845,42935,43030,43122,43214,43304,43387,43480,43567,43664,43755,43856,43943,44046,44135,44234,44326,44426,44510,44604,44692,44790,44873,44964,45058,45157,45259,45357,45457,45544,45644,45730,45826,45914,45995,46086,46182,46275,46368,46459,46544,46638,46727,46825,46918,47020,47108,47212,47303,47403,47496,47597,47682,47777,47866,47965,48050,48142,48237,48337,48440,48539,48642,48731,48832,48919,49016,49104,49200,49292,49392,49482,49580,49665,49754,49843,49936,50023,50114,50852,50928,50997,51076,51149,51229,51309,51386,51454,51532,51608,51679,51760,51833,51916,51991,52076,52149,52230,52311,52385,52469,52539,52617,52687,52767,52845,52917,52999,53069,53146,53226,53311,53399,53483,53570,53644,53722,53800,53871,53952,54043,54126,54222,54320,54427,54492,54558,54611,54687,54753,54840,54916,54992,62086,62311,62905,62984,63062,63135,63200,63263,63329,63400,63471,63541,63603,63672,63738,63798,63865,63932,63988,64039,64092,64144,64198,64269,64332,64391,64453,64512,64585,64652,64722,64782,64845,64920,64992,65088,65159,65215,65286,65343,65400,65466,65530,65601,65658,65711,65774,65826,65884,65951,67190,67256,67315,67398,67457,67514,67581,67651,67725,67787,67856,67926,68025,68122,68221,68307,68393,68474,68549,68638,68729,68813,68872,68918,68984,69041,69108,69165,69247,69312,69378,69501,69585,69706,69771,69833,69931,70005,70088,70177,70241,70320,70394,70456,70552,70617,70676,70732,70788,70848,70955,71002,71062,71123,71187,71248,71308,71366,71409,71458,71510,71561,71613,71662,71711,71776,71842,71902,71963,72019,72078,72127,72175,72233,72290,72392,72449,72524,72572,72623,72685,72750,72802,72876,72939,73002,73070,73120,73182,73242,73299,73359,73408,73476,73582,73684,73753,73824,73880,73929,74029,74100,74210,74301,74383,74481,74537,74638,74748,74847,74910,75016,75093,75205,75332,75444,75571,75641,75755,75886,75983,76051,76169,76272,76390,76451,76525,76592,76697,76819,76893,76960,77070,77169,77242,77339,77461,77579,77697,77758,77880,77997,78065,78171,78273,78353,78424,78520,78587,78661,78735,78821,78911,78989,79066,79166,79237,79358,79479,79543,79668,79742,79866,79990,80057,80166,80294,80406,80485,80563,80664,80735,80857,80979,81044,81170,81282,81388,81456,81555,81659,81722,81788,81872,81985,82098,82216,82294,82366,82502,82638,82723,82863,83001,83139,83281,83363,83449,83526,83599,83708,83819,83947,84075,84207,84337,84467,84601,84690,84752,84848,84915,85032,85153,85250,85332,85419,85506,85637,85768,85903,85980,86057,86168,86282,86356,86465,86577,86644,86717,86782,86884,86980,87084,87152,87217,87311,87383,87493,87599,87672,87763,87865,87968,88063,88170,88275,88397,88519,88645,88704,88762,88886,89010,89138,89256,89374,89496,89582,89679,89813,89947,90027,90165,90297,90429,90565,90640,90716,90819,90893,91006,91087,91144,91205,91264,91324,91382,91443,91501,91551,91600,91667,91726,91785,91834,91905,91989,92059,92130,92210,92279,92342,92410,92476,92544,92609,92675,92752,92830,92936,93042,93138,93267,93356,93483,93549,93619,93705,93771,93854,93928,94026,94122,94218,94316,94425,94520,94609,94671,94731,94796,94853,94934,94988,95045,95142,95252,95313,95428,95549,95644,95736,95829,95885,95944,95993,96085,96134,96188,96242,96296,96350,96404,96459,96569,96679,96787,96897,97007,97117,97227,97335,97441,97545,97649,97753,97848,97943,98036,98129,98233,98339,98443,98547,98640,98733,98826,98919,99027,99133,99239,99345,99442,99537,99632,99727,99833,99939,100045,100151,100249,100344,100440,100537,100602,100706,100764,100828,100889,100951,101011,101076,101138,101206,101264,101327,101390,101457,101532,101605,101671,101723,101776,101828,101885,101969,102064,102149,102230,102310,102387,102466,102543,102617,102691,102762,102842,102914,102989,103054,103115,103175,103250,103324,103397,103467,103539,103609,103682,103746,103816,103862,103931,103983,104068,104151,104208,104274,104341,104407,104488,104563,104619,104672,104733,104791,104841,104890,104939,104988,105050,105102,105147,105228,105279,105333,105386,105440,105491,105540,105606,105657,105718,105779,105841,105891,105932,106009,106068,106127,106186,106247,106303,106359,106426,106487,106552,106607,106672,106741,106809,106887,106956,107016,107087,107161,107226,107298,107368,107435,107519,107588,107655,107725,107788,107855,107923,108006,108085,108175,108252,108320,108387,108465,108522,108579,108647,108713,108769,108829,108888,108942,108992,109042,109090,109152,109203,109276,109356,109436,109500,109567,109638,109696,109757,109823,109882,109949,110009,110069,110132,110200,110261,110328,110406,110476,110525,110582,110651,110712,110800,110888,110976,111064,111151,111238,111325,111412,111470,111544,111614,111670,111741,111806,111868,111943,112016,112106,112172,112238,112299,112363,112425,112483,112554,112637,112696,112767,112833,112898,112959,113018,113089,113155,113220,113303,113379,113454,113535,113595,113664,113734,113803,113858,113914,113970,114031,114089,114145,114204,114258,114313,114375,114432,114526,114595,114696,114747,114817,114880,114936,114994,115053,115107,115193,115277,115347,115416,115486,115601,115722,115789,115856,115931,115998,116057,116111,116165,116219,116272,116324,116398,117966,118106,120797,120847,120897,120986,121042,121100,121162,121217,121275,121346,121410,121469,121531,121597,121663,121887,122033,122078,122121,123107,123154,123199,123250,123301,123352,123403,123937,124445,124507,124687,124759,124816,124870,124925,124983,125038,125097,125153,125222,125291,125360,125430,125493,125556,125619,125682,125747,125812,125877,125942,126005,126069,126133,126197,126248,126326,126404,126475,126547,126620,126692,126758,126824,126892,126960,127026,127093,127167,127230,127287,127347,127412,127479,127544,127601,127662,127720,127824,127934,128043,128147,128225,128290,128357,128423,128493,128540,128592,128642,128699,129089,131282,131413,131597,131775,132013,132202,132371,132980,133095,133180,133259,133419,133484,133573,133730,133887,134040,134194,134253,134440,134536,134626,134722,134812,134978,135101,135224,135394,135500,135615,135730,135832,135938,136055,136170,136252,136425,136593,136741,136900,137055,137228,137345,137462,137630,137742,137856,138028,138204,138362,138495,138607,138753,138905,139037,139180,139302,139480,139616,139712,139848,139943,140110,140203,140295,140482,140638,140816,140980,141162,141479,141661,141843,142033,142265,142455,142632,142794,142951,143061,143244,143381,143585,143769,143953,144113,144271,144455,144682,144885,145056,145276,145498,145653,145853,146037,146140,146330,146471,146636,146807,147007,147211,147413,147578,147783,147982,148181,148378,148469,148618,148768,148852,149001,149146,149298,149439,149605,149766,149844,150145,150311,150466,150568,150923,151087,151273,151496,151621,152459,152731,153009,153254,153316,153601,156595,157051,157560,168336,168850,169287,169721,170164,174270,174391,174490,174895,174992,175109,175196,175319,175420,175826,175925,176044,176137,176244,176587,176694,176939,177060,177469,177717,177817,177922,178041,178550,178697,178816,179067,179200,179615,179869,179981,185331,185456,185864,185985,186213,186334,186467,186614,207336,207828,228299,228723,249490,249984,270500,270926,275767,281184,285275,290706,295448,300825,304809,308801,314192,314739,315172,315928,316158,316401,317568,318497,366642,367226,367699,369129,369873,371066,372120,372598,372891,373274,374789,375554,376697,377138,377579,378175,378449,378860,379876,380054,380807,380944,381035,383229,383495,383817,384027,384136,384255,384439,385557,386027,386778,389361,389456,390150,390378,390634,390893,391469,391823,391945,392084,392376,392636,393564,393850,394253,394655,394998,395210,395411,395624,395913,396198,406873,406960,407045,407144,411826,411932,412055,412187,412310,412440,412564,412697,412828,412953,413070,413190,413322,413450,413564,413682,413795,413916,414104,414291,414472,414655,414839,415004,415186,415306,415426,415534,415644,415756,415864,415974,416139,416305,416457,416622,416723,416843,417014,417175,417338,417499,417666,417785,417902,418082,418264,418445,418628,418783,418928,419050,419185,419348,419541,419667,419819,419961,420131,420287,420459,420750,427417,427509,427682,427844,427939,428108,428202,428291,428534,428623,428916,429332,429752,430173,430599,431016,431432,431849,432267,432681,433151,433624,434096,434507,434978,435450,435640,435846,435952,436060,436166,436278,436392,436504,436618,436734,436848,436956,437066,437174,437436,437815,438219,438366,438474,438584,438692,438806,439215,439629,439745,440163,440404,440834,441269,441679,442101,442511,442633,443042,443458,443580,443798,443982,446766,447110,447190,447546,447696,447840,447916,448028,448118,448380,448645,448753,448905,449013,449089,449201,449291,449393,449501,449609,449709,449817,449902,450068,450172,450300,450387,450554,450632,450746,450838,451102,451369,451479,451632,451742,451826,452215,452313,452421,452515,452645,452753,452875,453011,453119,453239,453373,453495,453623,453765,453891,454031,454157,454275,454407,454505,454615,454915,455027,455145,455609,455725,456028,456154,456250,456651,456761,456885,457023,457133,457255,457567,457691,457821,458297,458425,458740,458878,459040,459256,459412,459616,460687,460771,460875,461078,461267,461468,461661,461866,462179,462391,462557,462673,462919,463135,463448,463874,464336,464573,464725,464985,465129,465271,468503,468617,468737,468853,468947,469268,469367,469485,469586,469865,470150,470429,470711,470964,471223,471476,471732,472156,472232,475482,476837,477281,479135,479710,479918,480928,481308,481474,481615,486635,487061,487173,487308,487461,487658,487829,488012,488187,488374,488646,488804,488888,488992,489479,490035,490193,490412,490643,490866,491101,491323,491589,491727,492326,492440,492578,492690,492814,493385,493880,494426,494571,494664,494756,496683,497253,497551,497740,497946,498139,498349,499233,499378,499770,499928,500145,500406,508633,509508,510128,510325,511273,512038,512161,512934,513155,513355,515332,515432,515522,516208,516961,517726,518489,519264,520477,520642,522255,522576,523639,523849,524019,524589,525484,526117,526283,527769,528385,528621,528842,529800,530065,530330,530577,530991,531227,532512,532961,533148,533397,533639,533815,534056,534289,534514,535109,535584,536108,536369,537720,538195,539421,539891,540939,541391,541635,542092,543337,543820,543970,544525,544977,545377,545530,545675,545818,545888,546316,546604,547108,547617,547733,548635,548757,548869,549046,549312,549582,549848,550116,550372,550632,550888,551146,551398,551654,551906,552160,552392,552628,552880,553136,553388,553642,553874,554108,554220,554872,555327,555451,556543,557358,557554,557878,558267,558619,558860,559074,559373,559565,559880,560087,560433,560733,561134,561353,561766,562003,562373,563097,563452,563721,563861,564115,564259,564536,565528,565937,566569,566915,567283,568357,568720,569120,570628,571213,571531,574066,574260,574478,574704,574916,575115,575322,576526,576821,577378,577768,578400,578877,579122,579609,579855,581051,581448,582454,582676,583099,583290,583669,583757,583865,583973,584286,584611,584930,585261,587964,588152,588413,588662,591246,591438,591703,591956,592488,592896,593095,593679,593914,594038,594450,594664,595066,595169,595299,595474,595726,595922,596062,596256,597267,598336,598624,598754,599531,600188,600334,601040,601278,602818,602968,603385,603550,604236,604706,604902,604993,605077,605221,605455,605622,606550,606836,606996,607611,607770,608098,608325,608837,609199,609278,609617,609722,610087,610458,610819,612693,613322,614398,614822,615075,615227,616275,617012,617215,617461,617708,617926,618168,618489,618753,619058,619281,619592,619781,620496,620765,621259,621485,621925,622084,622368,623113,623478,623783,623941,624179,625498,625896,626124,626344,626486,627776,627882,628012,628150,628274,628562,628731,628831,629116,629230,630113,630868,631307,631431,631677,631870,632004,632195,632974,633192,633483,633762,634079,634301,634596,634879,634983,635324,636140,636456,637017,637523,637728,638514,638919,639580,639769,640320,640886,641006,641408,641942,647544,647843,650188,668697,670522,672529,672868,675301,681193,681633,682385,682569,682780,687438,688021,720195,720397,721532,721682,721857,724494,727007,737694,738235,738743,739254,741048,741308,741924,742419,743456,745322,745513,745846,746002,746195,748587,748816,749024,749194,750966,760894,762237,763247,765212,768435,768604,769796,769942,770627,773027,773558,773984,775999,776247,777017,781279,781454,784669,786207,797079,797322,799871,805290,805383,805446,805528,805621,805714,805801,805899,805990,806081,806169,806253,806349,806449,806555,806658,806759,806863,806969,807068,807174,807276,807383,807492,807603,807734,807854,807970,808088,808187,808294,808410,808529,808657,808746,808841,808918,809007,809098,809191,809265,809362,809457,809555,809654,809758,809854,809956,810059,810159,810262,810347,810448,810546,810636,810731,810818,810924,811026,811120,811211,811305,811381,811473,811562,811665,811776,811859,811945,812040,812137,812233,812321,812422,812523,812626,812732,812830,812927,813022,813120,813223,813323,813426,813531,813649,813765,813860,813953,814038,814134,814228,814320,814403,814507,814612,814712,814813,814918,815018,815119,815218,815320,815414,815521,815623,815726,815819,815915,816017,816120,816216,816318,816421,816518,816621,816719,816823,816928,817025,817133,817247,817362,817470,817584,817699,817801,817906,818014,818124,818240,818357,818452,818549,818648,818753,818859,818958,819063,819169,819269,819375,819476,819583,819702,819801,819906,820008,820110,820210,820313,820408,820512,820597,820701,820805,820903,821007,821113,821211,821316,821414,821527,821621,821710,821799,821882,821973,822056,822154,822244,822340,822429,822523,822611,822707,822792,822900,823001,823102,823200,823306,823397,823496,823593,823691,823787,823880,823990,824088,824183,824293,824385,824485,824584,824671,824775,824880,824979,825086,825193,825292,825401,825493,825604,825715,825826,825930,826045,826161,826288,826408,826503,826598,826695,826794,826886,826985,827077,827176,827262,827356,827459,827555,827658,827754,827857,827954,828052,828155,828248,828338,828439,828522,828613,828698,828790,828893,828988,829084,829177,829271,829350,829457,829548,829647,829740,829843,829947,830048,830149,830253,830347,830451,830555,830668,830774,830880,830988,831105,831206,831314,831414,831517,831622,831729,831825,831904,831994,832078,832170,832243,832335,832424,832516,832601,832698,832791,832886,832985,833082,833173,833264,833356,833451,833558,833666,833768,833865,833962,834055,834142,834226,834323,834420,834513,834600,834691,834790,834889,834984,835073,835154,835253,835357,835454,835559,835656,835740,835839,835943,836040,836145,836242,836340,836441,836547,836646,836753,836852,836951,837042,837131,837220,837302,837395,837486,837597,837698,837798,837910,838023,838121,838229,838323,838423,838512,838604,838715,838825,838920,839036,839162,839288,839407,839535,839660,839785,839903,840030,840139,840248,840361,840484,840607,840723,840848,840945,841053,841175,841291,841407,841516,841604,841705,841794,841895,841982,842070,842167,842259,842365,842465,842541,842618" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3a762e9f2ce0f93d047d11ca0abedd7a/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": "35,652,653,654,655,1043,1044,1045,2180,5539,5541,5544,10226", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1640,33673,33734,33796,33858,62091,62150,62207,155057,389461,389525,389651,675644", + "endLines": "35,652,653,654,655,1043,1044,1045,2186,5540,5543,5546,10253", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1687,33729,33791,33853,33917,62145,62202,62256,155466,389520,389646,389774,676563" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/3a084fa4952ca00c774c0a9b3bb60a51/transformed/transition-1.5.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,332,386,442,494,546,595,656", + "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49", + "endOffsets": "90,137,180,235,282,327,381,437,489,541,590,651,701" + }, + "to": { + "startLines": "1806,1807,1828,1833,1834,1863,1864,1865,1866,1867,1868,1869,1870", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "120496,120536,121668,121892,121947,123443,123488,123542,123598,123650,123702,123751,123812", + "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49", + "endOffsets": "120531,120578,121706,121942,121989,123483,123537,123593,123645,123697,123746,123807,123857" + } + }, + { + "source": "/home/sarmad-farooq/.gradle/caches/transforms-4/a7e32aa1d44af6f1cb6c70d8e459f6dd/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": "109,9251,11213,11219", + "startColumns": "4,4,4,4", + "startOffsets": "5765,641947,713365,713576", + "endLines": "109,9253,11218,11302", + "endColumns": "60,12,24,24", + "endOffsets": "5821,642087,713571,718087" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json new file mode 100644 index 0000000..041a8fa --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json @@ -0,0 +1,90 @@ +[ + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-anydpi-v26_ic_launcher.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-anydpi-v26/ic_launcher.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-xxxhdpi_ic_launcher.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-xxxhdpi/ic_launcher.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-xxxhdpi_ic_launcher_round.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-xxxhdpi/ic_launcher_round.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-mdpi_ic_launcher.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-mdpi/ic_launcher.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/xml_data_extraction_rules.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/xml/data_extraction_rules.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-xhdpi_ic_launcher.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-xhdpi/ic_launcher.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/anim_rotate.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/anim/rotate.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/anim_move.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/anim/move.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/drawable_ic_launcher_background.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/drawable/ic_launcher_background.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-xxhdpi_ic_launcher_round.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-xxhdpi/ic_launcher_round.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-hdpi_ic_launcher_round.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-hdpi/ic_launcher_round.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-mdpi_ic_launcher_round.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-mdpi/ic_launcher_round.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-anydpi-v26_ic_launcher_round.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-anydpi-v26/ic_launcher_round.xml" + }, + { + "merged": "com.sarmadtechempire.animationexample.app-debug-31:/anim_move.xml.flat", + "source": "com.sarmadtechempire.animationexample.app-main-33:/anim/move.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/anim_scale.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/anim/scale.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/xml_backup_rules.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/xml/backup_rules.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/drawable_ic_launcher_foreground.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/drawable/ic_launcher_foreground.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-xhdpi_ic_launcher_round.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-xhdpi/ic_launcher_round.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/anim_alpha.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/anim/alpha.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/layout_activity_main.xml.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/layout/activity_main.xml" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-hdpi_ic_launcher.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-hdpi/ic_launcher.webp" + }, + { + "merged": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-debug-31:/mipmap-xxhdpi_ic_launcher.webp.flat", + "source": "/home/sarmad-farooq/.gradle/daemon/8.6/com.sarmadtechempire.animationexample.app-main-33:/mipmap-xxhdpi/ic_launcher.webp" + } +] \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt b/AndroidStudioProjects/AnimationExample/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt new file mode 100644 index 0000000..08f4ebe --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt @@ -0,0 +1 @@ +0 Warning/Error \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml new file mode 100644 index 0000000..d616fac --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json new file mode 100644 index 0000000..aec7f0d --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "PACKAGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "com.sarmadtechempire.animationexample", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 1, + "versionName": "1.0", + "outputFile": "AndroidManifest.xml" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/alpha.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/alpha.xml new file mode 100644 index 0000000..38c62af --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/alpha.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/move.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/move.xml new file mode 100644 index 0000000..030181c --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/move.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/rotate.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/rotate.xml new file mode 100644 index 0000000..bb225c1 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/rotate.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/scale.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/scale.xml new file mode 100644 index 0000000..e133181 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/anim/scale.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_background.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..07d5da9 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_foreground.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml new file mode 100644 index 0000000..7402faa --- /dev/null +++ b/AndroidStudioProjects/AnimationExample/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_main.xml @@ -0,0 +1,69 @@ + + + + + + + + +