diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml
index 5b1bd73..5c90e4f 100644
--- a/.idea/caches/deviceStreaming.xml
+++ b/.idea/caches/deviceStreaming.xml
@@ -3,6 +3,18 @@
diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml
deleted file mode 100644
index e340b3d..0000000
--- a/.idea/deploymentTargetSelector.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index d15a481..e756225 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/ScoutingApp/.gradle/8.13/checksums/checksums.lock b/ScoutingApp/.gradle/8.13/checksums/checksums.lock
index 8f8d151..f676a30 100644
Binary files a/ScoutingApp/.gradle/8.13/checksums/checksums.lock and b/ScoutingApp/.gradle/8.13/checksums/checksums.lock differ
diff --git a/ScoutingApp/.gradle/8.13/checksums/md5-checksums.bin b/ScoutingApp/.gradle/8.13/checksums/md5-checksums.bin
index 1483b54..4690e78 100644
Binary files a/ScoutingApp/.gradle/8.13/checksums/md5-checksums.bin and b/ScoutingApp/.gradle/8.13/checksums/md5-checksums.bin differ
diff --git a/ScoutingApp/.gradle/8.13/checksums/sha1-checksums.bin b/ScoutingApp/.gradle/8.13/checksums/sha1-checksums.bin
index 4471101..d6e637d 100644
Binary files a/ScoutingApp/.gradle/8.13/checksums/sha1-checksums.bin and b/ScoutingApp/.gradle/8.13/checksums/sha1-checksums.bin differ
diff --git a/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.bin b/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.bin
index 4744bbe..28b00db 100644
Binary files a/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.bin and b/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.bin differ
diff --git a/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.lock b/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.lock
index 3997911..087aa7e 100644
Binary files a/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.lock and b/ScoutingApp/.gradle/8.13/executionHistory/executionHistory.lock differ
diff --git a/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.bin b/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.bin
index 0f5aeb4..b0b5205 100644
Binary files a/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.bin and b/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.bin differ
diff --git a/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.lock b/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.lock
index fa9ac57..21ab160 100644
Binary files a/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.lock and b/ScoutingApp/.gradle/8.13/fileHashes/fileHashes.lock differ
diff --git a/ScoutingApp/.gradle/8.13/fileHashes/resourceHashesCache.bin b/ScoutingApp/.gradle/8.13/fileHashes/resourceHashesCache.bin
index e7238bd..c75bc7b 100644
Binary files a/ScoutingApp/.gradle/8.13/fileHashes/resourceHashesCache.bin and b/ScoutingApp/.gradle/8.13/fileHashes/resourceHashesCache.bin differ
diff --git a/ScoutingApp/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/ScoutingApp/.gradle/buildOutputCleanup/buildOutputCleanup.lock
index a51b954..90e0f07 100644
Binary files a/ScoutingApp/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/ScoutingApp/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ
diff --git a/ScoutingApp/.gradle/buildOutputCleanup/outputFiles.bin b/ScoutingApp/.gradle/buildOutputCleanup/outputFiles.bin
index d27486f..3f815bd 100644
Binary files a/ScoutingApp/.gradle/buildOutputCleanup/outputFiles.bin and b/ScoutingApp/.gradle/buildOutputCleanup/outputFiles.bin differ
diff --git a/ScoutingApp/.gradle/file-system.probe b/ScoutingApp/.gradle/file-system.probe
index 5d0e28e..f124ef5 100644
Binary files a/ScoutingApp/.gradle/file-system.probe and b/ScoutingApp/.gradle/file-system.probe differ
diff --git a/ScoutingApp/.idea/caches/deviceStreaming.xml b/ScoutingApp/.idea/caches/deviceStreaming.xml
index 2697e35..1780218 100644
--- a/ScoutingApp/.idea/caches/deviceStreaming.xml
+++ b/ScoutingApp/.idea/caches/deviceStreaming.xml
@@ -160,6 +160,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -791,6 +803,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ScoutingApp/.idea/misc.xml b/ScoutingApp/.idea/misc.xml
index 74dd639..b2c751a 100644
--- a/ScoutingApp/.idea/misc.xml
+++ b/ScoutingApp/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/ScoutingApp/app/build.gradle.kts b/ScoutingApp/app/build.gradle.kts
index 43b5559..1701b47 100644
--- a/ScoutingApp/app/build.gradle.kts
+++ b/ScoutingApp/app/build.gradle.kts
@@ -26,8 +26,8 @@ android {
}
}
compileOptions {
- sourceCompatibility = JavaVersion.VERSION_1_8
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
}
packaging {
diff --git a/ScoutingApp/app/build/intermediates/apk/debug/app-debug.apk b/ScoutingApp/app/build/intermediates/apk/debug/app-debug.apk
index 09d625f..4b9c61b 100644
Binary files a/ScoutingApp/app/build/intermediates/apk/debug/app-debug.apk and b/ScoutingApp/app/build/intermediates/apk/debug/app-debug.apk differ
diff --git a/ScoutingApp/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar b/ScoutingApp/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar
index 3ec7295..3e9f5d3 100644
Binary files a/ScoutingApp/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar and b/ScoutingApp/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/processDebugResources/R.jar differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin
index 601f245..b6285ec 100644
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin and b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin
index 601f245..1896931 100644
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin and b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin
index 601f245..1edbcdd 100644
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin and b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin
index 601f245..6b46382 100644
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin and b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin
index 601f245..23f311d 100644
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin and b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin
index 601f245..2adaa52 100644
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin and b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_6/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_0/graph.bin
similarity index 100%
rename from ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_6/graph.bin
rename to ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_0/graph.bin
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_7/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_1/graph.bin
similarity index 100%
rename from ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_7/graph.bin
rename to ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_1/graph.bin
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_0/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_2/graph.bin
similarity index 100%
rename from ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_0/graph.bin
rename to ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_2/graph.bin
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_1/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_3/graph.bin
similarity index 100%
rename from ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_1/graph.bin
rename to ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_3/graph.bin
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_2/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_4/graph.bin
similarity index 100%
rename from ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_2/graph.bin
rename to ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_4/graph.bin
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_3/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_5/graph.bin
similarity index 100%
rename from ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_3/graph.bin
rename to ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_3d4f8772bfd5c310e74f9373882acd7836f70dec733105e04dae94bf6d713ef4_bucket_5/graph.bin
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_4/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_4/graph.bin
deleted file mode 100644
index 601f245..0000000
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_4/graph.bin and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_5/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_5/graph.bin
deleted file mode 100644
index 601f245..0000000
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_5/graph.bin and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_6/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_6/graph.bin
deleted file mode 100644
index 601f245..0000000
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_6/graph.bin and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_7/graph.bin b/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_7/graph.bin
deleted file mode 100644
index 601f245..0000000
Binary files a/ScoutingApp/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_f1fd3fb9b746c23b8aac742ec29ecd066aaa9b7b39bdefea83beab30402ad46e_bucket_7/graph.bin and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
index 6c8728b..5d20f80 100644
Binary files a/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex and b/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ
diff --git a/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex b/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex
index db044f2..54d8d39 100644
Binary files a/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex and b/ScoutingApp/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex differ
diff --git a/ScoutingApp/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out b/ScoutingApp/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out
index 5afd425..e125988 100644
Binary files a/ScoutingApp/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out and b/ScoutingApp/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out differ
diff --git a/ScoutingApp/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out b/ScoutingApp/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out
index 301160a..62f9457 100644
--- a/ScoutingApp/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out
+++ b/ScoutingApp/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out
@@ -1 +1 @@
-8
\ No newline at end of file
+6
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
index 84f6ee1..31ad09a 100644
--- a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties
@@ -1,33 +1,33 @@
-#Tue Oct 07 12:03:11 EDT 2025
-com.example.scoutingapp-main-33\:/drawable/_025_reefscape_transparent_background.png=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable__025_reefscape_transparent_background.png.flat
-com.example.scoutingapp-main-33\:/drawable/_025_reefscape_transparent_background_blue.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable__025_reefscape_transparent_background_blue.webp.flat
-com.example.scoutingapp-main-33\:/drawable/ic_launcher_background.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_launcher_background.xml.flat
-com.example.scoutingapp-main-33\:/drawable/ic_launcher_foreground.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_launcher_foreground.xml.flat
-com.example.scoutingapp-main-33\:/drawable/loop.png=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_loop.png.flat
-com.example.scoutingapp-main-33\:/drawable/screenshot_2025_01_16_115155.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_screenshot_2025_01_16_115155.webp.flat
-com.example.scoutingapp-main-33\:/layout/activity_auto.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_auto.xml.flat
-com.example.scoutingapp-main-33\:/layout/activity_end.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_end.xml.flat
-com.example.scoutingapp-main-33\:/layout/activity_main.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_main.xml.flat
-com.example.scoutingapp-main-33\:/layout/activity_settings.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_settings.xml.flat
-com.example.scoutingapp-main-33\:/layout/activity_starting.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_starting.xml.flat
-com.example.scoutingapp-main-33\:/layout/activity_tele.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_tele.xml.flat
-com.example.scoutingapp-main-33\:/mipmap-anydpi-v26/ic_launcher.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-anydpi-v26_ic_launcher.xml.flat
-com.example.scoutingapp-main-33\:/mipmap-anydpi-v26/ic_launcher_round.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
-com.example.scoutingapp-main-33\:/mipmap-hdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-hdpi_ic_launcher.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-hdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-hdpi_ic_launcher_foreground.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-hdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-hdpi_ic_launcher_round.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-mdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-mdpi_ic_launcher.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-mdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-mdpi_ic_launcher_foreground.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-mdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-mdpi_ic_launcher_round.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xhdpi_ic_launcher.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xhdpi_ic_launcher_foreground.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xhdpi_ic_launcher_round.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxhdpi_ic_launcher.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxhdpi_ic_launcher_foreground.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxhdpi_ic_launcher_round.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xxxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxxhdpi_ic_launcher.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xxxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxxhdpi_ic_launcher_foreground.webp.flat
-com.example.scoutingapp-main-33\:/mipmap-xxxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxxhdpi_ic_launcher_round.webp.flat
-com.example.scoutingapp-main-33\:/raw/info.json=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw_info.json.flat
-com.example.scoutingapp-main-33\:/xml/backup_rules.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_backup_rules.xml.flat
-com.example.scoutingapp-main-33\:/xml/data_extraction_rules.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_data_extraction_rules.xml.flat
+#Sat Oct 18 21:31:30 EDT 2025
+com.example.scoutingapp-main-33\:/drawable/_025_reefscape_transparent_background.png=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable__025_reefscape_transparent_background.png.flat
+com.example.scoutingapp-main-33\:/drawable/_025_reefscape_transparent_background_blue.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable__025_reefscape_transparent_background_blue.webp.flat
+com.example.scoutingapp-main-33\:/drawable/ic_launcher_background.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_launcher_background.xml.flat
+com.example.scoutingapp-main-33\:/drawable/ic_launcher_foreground.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_launcher_foreground.xml.flat
+com.example.scoutingapp-main-33\:/drawable/loop.png=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_loop.png.flat
+com.example.scoutingapp-main-33\:/drawable/screenshot_2025_01_16_115155.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_screenshot_2025_01_16_115155.webp.flat
+com.example.scoutingapp-main-33\:/layout/activity_auto.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_auto.xml.flat
+com.example.scoutingapp-main-33\:/layout/activity_end.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_end.xml.flat
+com.example.scoutingapp-main-33\:/layout/activity_main.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_main.xml.flat
+com.example.scoutingapp-main-33\:/layout/activity_settings.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_settings.xml.flat
+com.example.scoutingapp-main-33\:/layout/activity_starting.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_starting.xml.flat
+com.example.scoutingapp-main-33\:/layout/activity_tele.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_tele.xml.flat
+com.example.scoutingapp-main-33\:/mipmap-anydpi-v26/ic_launcher.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-anydpi-v26_ic_launcher.xml.flat
+com.example.scoutingapp-main-33\:/mipmap-anydpi-v26/ic_launcher_round.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
+com.example.scoutingapp-main-33\:/mipmap-hdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-hdpi_ic_launcher.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-hdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-hdpi_ic_launcher_foreground.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-hdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-hdpi_ic_launcher_round.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-mdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-mdpi_ic_launcher.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-mdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-mdpi_ic_launcher_foreground.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-mdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-mdpi_ic_launcher_round.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xhdpi_ic_launcher.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xhdpi_ic_launcher_foreground.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xhdpi_ic_launcher_round.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxhdpi_ic_launcher.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxhdpi_ic_launcher_foreground.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxhdpi_ic_launcher_round.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xxxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxxhdpi_ic_launcher.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xxxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxxhdpi_ic_launcher_foreground.webp.flat
+com.example.scoutingapp-main-33\:/mipmap-xxxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\mipmap-xxxhdpi_ic_launcher_round.webp.flat
+com.example.scoutingapp-main-33\:/raw/info.json=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw_info.json.flat
+com.example.scoutingapp-main-33\:/xml/backup_rules.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_backup_rules.xml.flat
+com.example.scoutingapp-main-33\:/xml/data_extraction_rules.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_data_extraction_rules.xml.flat
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml
new file mode 100644
index 0000000..af5a503
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nuwe kennisgewing
+ - %d nuwe kennisgewings
+
+ "Gaan na tuisskerm"
+ "Gaan op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "AF"
+ "AAN"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Funksie+"
+ "Meta+"
+ "Shift+"
+ "spasiebalk"
+ "Simbool+"
+ "Kieslys+"
+ "Soek …"
+ "Vee navraag uit"
+ "Soektognavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ Vou die onderste blad in
+ Vou die onderste blad uit
+ Vou halfpad uit
+ Het op sleephandvatsel gedubbeltik
+ Sleephandvatsel
+ "Antwoord"
+ "Video"
+ "Wys af"
+ "Lui af"
+ "Inkomende oproep"
+ "Oproep aan die gang"
+ "Keur tans \'n inkomende oproep"
+ Karakters ingevoer: %1$d van %2$d
+ Karakterlimiet oorskry %1$d van %2$d
+ Vee teks uit
+ Fout: ongeldig
+ Fout
+ Wys aftrekkieslys
+ Dialoogikoon
+ Oortjie
+ Kies vm. of nm.
+ %1$s uur
+ Kies uur
+ %1$s-uur
+ Kies minute
+ %1$s minute
+ VM.
+ Skakel oor na horlosiemodus vir die tydinvoer.
+ Uur
+ Minuut
+ NM.
+ Kies tyd
+ Skakel oor na teksmodus vir die tydinvoer.
+ Nuwe kennisgewing
+ Gemerk
+ Gedeeltelik gemerk
+ Nie gemerk nie
+ Verwyder %1$s
+ Meer as %1$d nuwe kennisgewings
+ Verander na volgende maand
+ Verander na vorige maand
+ Keuse van begindatum: %1$s – Keuse van einddatum: %2$s
+ Huidige keuse: %1$s
+ geen
+ Kanselleer
+ OK
+ %1$s
+ Kies datum
+ Gekose datum
+ %1$s
+ Einddatum %1$s
+ Ongeldige formaat.
+ Voorbeeld: %1$s
+ Gebruik: %1$s
+ Ongeldige reeks.
+ Gaan na huidige jaar %1$d
+ Gaan na jaar %1$d
+ Buite reeks: %1$s
+ Begindatum – %1$s
+ %1$s – Einddatum
+ %1$s-%2$s
+ Kies datumreeks
+ Begindatum – Einddatum
+ Stoor
+ Begindatum %1$s
+ Datum
+ Einddatum
+ Begindatum
+ d
+ m
+ j
+ Vandag %1$s
+ Skakel oor na kalenderinvoermodus
+ Tik om na kalenderaansig oor te skakel
+ Skakel oor na teksinvoermodus
+ Tik om na jaaraansig oor te skakel
+ Kanselleer
+ OK
+ Wys wagwoord
+ "Soek"
+ Vee teks uit
+ Terug
+ Kantblad
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml
new file mode 100644
index 0000000..8741e52
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d አዲስ ማሳወቂያዎች
+ - %d አዲስ ማሳወቂያዎች
+
+ "መነሻ ዳስስ"
+ "ወደ ላይ ያስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "አንድ መተግበሪያ ይምረጡ"
+ "አጥፋ"
+ "አብራ"
+ "Alt+"
+ "Ctrl+"
+ "ሰርዝ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ክፍተት"
+ "Sym+"
+ "Menu+"
+ "ይፈልጉ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ መጠይቅ"
+ "ፍለጋ"
+ "መጠይቅ አስገባ"
+ "የድምጽ ፍለጋ"
+ "አጋራ በ"
+ "ለ%s አጋራ"
+ "ሰብስብ"
+ የግርጌ ሉሁን ይሰብስቡ
+ የግርጌ ሉሁን ይዘርጉ
+ ግማሽ መንገድ ዘርጋ
+ መያዣ ይጎትቱ ሁለቴ መታ ተደርጓል
+ መያዣ ይጎትቱ
+ "መልስ"
+ "ቪዲዮ"
+ "አትቀበል"
+ "ስልኩን ዝጋ"
+ "ገቢ ጥሪ"
+ "እየተካሄደ ያለ ጥሪ"
+ "ገቢ ጥሪ ማጣራት"
+ ቁምፊዎች %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
+ ወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይር
+ ወደ የቀን መቁጠሪያ ዕይታ ለመቀየር መታ ያድርጉ
+ ወደ ጽሁፍ ግቤት ሁነታ ቀይር
+ ወደ የዓመት ዕይታ ለመቀየር መታ ያድርጉ
+ ይቅር
+ እሺ
+ የይለፍ ቃል አሳይ
+ "ፍለጋ"
+ ጽሁፍን አጽዳ
+ ተመለስ
+ የጎን ሉህ
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml
new file mode 100644
index 0000000..1d59909
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml
@@ -0,0 +1,122 @@
+
+
+
+ - %d إشعار جديد
+ - إشعار جديد واحد (%d)
+ - إشعاران جديدان (%d)
+ - %d إشعارات جديدة
+ - %d إشعارًا جديدًا
+ - %d إشعار جديد
+
+ "التوجه إلى المنزل"
+ "التنقل إلى أعلى"
+ "خيارات أكثر"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "إيقاف"
+ "مفعّلة"
+ "Alt+"
+ "Ctrl+"
+ "حذف"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "فضاء"
+ "Sym+"
+ "القائمة+"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب بحث"
+ "البحث"
+ "إرسال طلب البحث"
+ "بحث صوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ تصغير البطاقة السفلية
+ توسيع البطاقة السفلية
+ توسيع البطاقة السفلية
+ تم النقر مرّتين على مقبض السحب.
+ مقبض السحب
+ "ردّ"
+ "فيديو"
+ "رفض"
+ "قطع الاتصال"
+ "مكالمة واردة"
+ "مكالمة جارية"
+ "يتم فحص المكالمة الواردة"
+ تمّ إدخال %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\".
+ التبديل إلى وضع \"إدخال النص\"
+ يمكنك النقر للتبديل إلى عرض السنة.
+ إلغاء
+ حسنًا
+ عرض كلمة المرور
+ "البحث"
+ محو النص
+ رجوع
+ ورقة جانبية
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml
new file mode 100644
index 0000000..61b5746
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "গৃহ পৃষ্ঠালৈ যাওক"
+ "ওপৰলৈ যাওক"
+ "অধিক বিকল্প"
+ "সম্পন্ন হ’ল"
+ "আটাইবোৰ চাওক"
+ "কোনো এপ্ বাছনি কৰক"
+ "অফ"
+ "অন"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সন্ধান কৰক…"
+ "সন্ধান কৰা প্ৰশ্ন মচক"
+ "সন্ধান কৰা প্ৰশ্ন"
+ "সন্ধান কৰক"
+ "প্ৰশ্ন দাখিল কৰক"
+ "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান"
+ "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "%sৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "সংকোচন কৰক"
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ "উত্তৰ দিয়ক"
+ "ভিডিঅ’"
+ "প্ৰত্যাখ্যান কৰক"
+ "কল কাটি দিয়ক"
+ "অন্তৰ্গামী কল"
+ "চলি থকা কল"
+ "এটা অন্তৰ্গামী কলৰ পৰীক্ষা কৰি থকা হৈছে"
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে
+ Clear text
+ Error: invalid
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ মিনিট বাছনি কৰক
+ %1$s minutes
+ AM
+ সময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক।
+ Hour
+ Minute
+ PM
+ Select time
+ সময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক।
+ New notification
+ Checked
+ Partially checked
+ Not checked
+ %1$sক আঁতৰাওক
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Start date selection: %1$s – End date selection: %2$s
+ Current selection: %1$s
+ none
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ %1$s
+ End date %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to current year %1$d
+ Navigate to year %1$d
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Start date %1$s
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Today %1$s
+ Switch to calendar input mode
+ Tap to switch to Calendar view
+ Switch to text input mode
+ Tap to switch to year view
+ Cancel
+ OK
+ পাছৱৰ্ড দেখুৱাওক
+ "সন্ধান"
+ Clear text
+ Back
+ Side Sheet
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml
new file mode 100644
index 0000000..d5b54b0
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d yeni bildiriş
+ - %d yeni bildiriş
+
+ "Əsas səhifəyə keçin"
+ "Yuxarı keçin"
+ "Digər seçimlər"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "DEAKTİV"
+ "AKTİV"
+ "Alt+"
+ "Ctrl+"
+ "silin"
+ "daxil olun"
+ "Funksiya+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menyu+"
+ "Axtarış..."
+ "Sorğunu silin"
+ "Axtarış sorğusu"
+ "Axtarın"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Paylaşın"
+ "%s ilə paylaşın"
+ "Yığcamlaşdırın"
+ Aşağıdakı vərəqi yığcamlaşdırın
+ Aşağıdakı vərəqi genişləndirin
+ Tam genişləndirin
+ Dəstəyə iki dəfə toxunun
+ Dəstək
+ "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"
+ %1$d/%2$d simvol daxil edilib
+ Simvol limiti %1$d/%2$d dəyərini keçdi
+ Mətni silin
+ Xəta: yanlışdır
+ Xəta
+ Açılan menyunu göstərin
+ Dialoq ikonası
+ Tab
+ Gündüz və ya axşam seçin
+ %1$s saat
+ Saatı seçin
+ Saat %1$s
+ Dəqiqə seçin
+ %1$s dəqiqə
+ AM
+ Zamanı daxil etmək üçün saat rejiminə keçin
+ Saat
+ Dəqiqə
+ GƏ
+ Vaxt seçin
+ Zamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçin
+ Yeni bildiriş
+ İşarələnib
+ Qismən işarələnib
+ İşarələnməyib
+ %1$s silin
+ Minimum %1$d yeni bildiriş
+ Növbəti aya dəyişin
+ Əvvəlki aya dəyişin
+ Başlama tarixi seçimi: %1$s – Bitmə tarixi seçimi: %2$s
+ Cari seçim: %1$s
+ yoxdur
+ Ləğv edin
+ OK
+ %1$s
+ Tarix seçin
+ Seçilmiş tarix
+ %1$s
+ Bitmə tarixi: %1$s
+ Yanlış format.
+ Nümunə: %1$s
+ %1$s istifadə edin
+ Yanlış diapazon.
+ Cari ilə keçin: %1$d
+ %1$d ilinə keçin
+ Əhatə dairəsindən kənar: %1$s
+ Başlama tarixi – %1$s
+ %1$s – Bitmə tarixi
+ %1$s: %2$s
+ Aralıq seçin
+ Başlama tarixi - Bitmə tarixi
+ Saxlayın
+ Başlama tarixi: %1$s
+ Tarix
+ Bitmə tarixi
+ Başlama tarixi
+ gün
+ ay
+ il
+ Bugün: %1$s
+ Təqvim daxiletmə rejiminə keçin
+ Təqvim görünüşünə keçirmək üçün toxunun
+ Mətn daxiletmə rejiminə keçin
+ İl görünüşünə keçirmək üçün toxunun
+ Ləğv edin
+ OK
+ Parolu göstərin
+ "Axtarın"
+ Mətni təmizləyin
+ Geri
+ Yan Vərəq
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml
new file mode 100644
index 0000000..81add14
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml
@@ -0,0 +1,82 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ Contraer la hoja inferior
+ Expandir la hoja inferior
+ Expandir hasta la mitad
+ El control de arrastre se presionó dos veces
+ Controlador de arrastre
+ Caracteres ingresados: %1$d de %2$d
+ Se excedió en %1$d el límite de caracteres de %2$d
+ Borrar texto
+ Error: No válido
+ Error
+ Mostrar menú desplegable
+ Ícono de diálogo
+ Pestaña
+ Selecciona a.m. o p.m.
+ %1$s horas
+ Seleccione la hora.
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambia al modo de reloj para ingresar la hora.
+ Hora
+ Minuto
+ p.m.
+ Selecciona una hora
+ Cambia al modo de entrada de texto para ingresar la hora.
+ Notificación nueva
+ Marcada
+ Verificado parcialmente
+ Sin marcar
+ Quitar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección de fecha de inicio: %1$s – Selección de fecha de finalización: %2$s
+ Selección actual: %1$s
+ nada
+ Cancelar
+ Aceptar
+ %1$s
+ Selecciona una fecha
+ Fecha seleccionada
+ %1$s
+ Fecha de finalización: %1$s
+ Formato no válido
+ Ejemplo: %1$s
+ Usar: %1$s
+ El rango no es válido.
+ Navegar al año actual (%1$d)
+ Navegar al año %1$d
+ Fuera de rango: %1$s
+ Fecha de inicio - %1$s
+ %1$s - fecha de finalización
+ %1$s-%2$s
+ Selecciona un período
+ Fecha de inicio - fecha de finalización
+ Guardar
+ Fecha de inicio: %1$s
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Hoy, %1$s
+ Cambiar al modo de entrada de calendario
+ Presiona para cambiar a la vista de Calendario
+ Cambiar al modo de entrada de texto
+ Presiona para cambiar a la vista de año
+ Cancelar
+ Aceptar
+ Mostrar contraseña
+ Borrar texto
+ Atrás
+ Hoja lateral
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..6427bae
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d novo obaveštenje
+ - %d nova obaveštenja
+ - %d novih obaveštenja
+
+ "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"
+ Skupite donju tabelu
+ Proširite donju tabelu
+ Proširite do pola
+ Identifikator za prevlačenje je dvaput dodirnut
+ Ručica za prevlačenje
+ "Odgovori"
+ "Video"
+ "Odbij"
+ "Prekini vezu"
+ "Dolazni poziv"
+ "Poziv je u toku"
+ "Proverava se dolazni poziv"
+ Uneti znakovi: %1$d od %2$d
+ Prekoračeno je ograničenje broja znakova: %1$d od %2$d
+ Obriši tekst
+ Greška: nevažeće
+ Greška
+ Prikaži padajući meni
+ Ikona dijaloga
+ Kartica
+ Izaberite pre podne ili po podne
+ %1$s s
+ Izaberite sat
+ %1$s s
+ Izaberite minute
+ %1$s min
+ AM
+ Pređite u režim sata radi unosa vremena.
+ Sat
+ Minut
+ PM
+ Izaberite vreme
+ Pređite u režim unosa teksta radi unosa vremena.
+ Novo obaveštenje
+ Označeno
+ Delimično označeno
+ Nije označeno
+ Uklonite %1$s
+ Novih obaveštenja: više od %1$d
+ Pređite na sledeći mesec
+ Pređite na prethodni mesec
+ Izbor datuma početka: %1$s – Izbor datuma završetka: %2$s
+ Aktuelni izbor: %1$s
+ ništa
+ Otkaži
+ Potvrdi
+ %1$s
+ Izaberite datum
+ Izabrani datum
+ %1$s
+ Datum završetka %1$s
+ Format je nevažeći.
+ Primer: %1$s
+ Koristite: %1$s
+ Nevažeći period.
+ Idite na aktuelnu godinu %1$d
+ Idite na godinu %1$d
+ Izvan perioda: %1$s
+ Datum početka – %1$s
+ %1$s – Datum završetka
+ %1$s–%2$s
+ Izaberite period
+ Datum početka – Datum završetka
+ Sačuvaj
+ Datum početka %1$s
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Danas %1$s
+ Pređite na režim unosa u Kalendaru
+ Dodirnite da biste prešli na prikaz kalendara
+ Pređite na režim unosa teksta
+ Dodirnite da biste prešli na prikaz godine
+ Otkaži
+ Potvrdi
+ Prikaži lozinku
+ "Pretražite"
+ Obriši tekst
+ Nazad
+ Bočna tabela
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml
new file mode 100644
index 0000000..96994d1
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d новае апавяшчэнне
+ - %d новыя апавяшчэнні
+ - %d новых апавяшчэнняў
+ - %d новага апавяшчэння
+
+ "Перайсці на галоўную старонку"
+ "Перайсці ўверх"
+ "Дадатковыя параметры"
+ "Гатова"
+ "Паказаць усе"
+ "Выберыце праграму"
+ "ВЫКЛ."
+ "УКЛ."
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Enter"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "Прабел"
+ "Sym +"
+ "Меню +"
+ "Пошук…"
+ "Выдаліць запыт"
+ "Пошукавы запыт"
+ "Пошук"
+ "Адправіць запыт"
+ "Галасавы пошук"
+ "Абагуліць праз"
+ "Абагуліць праз праграму \"%s\""
+ "Згарнуць"
+ Згарнуць ніжні аркуш
+ Разгарнуць ніжні аркуш
+ Разгарнуць напалову
+ Маркер перацягвання націснуты двойчы
+ Маркер перацягвання
+ "Адказаць"
+ "Відэа"
+ "Адхіліць"
+ "Завяршыць"
+ "Уваходны выклік"
+ "Бягучы выклік"
+ "Фільтраванне ўваходнага выкліку"
+ Уведзена сімвалаў: %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
+ Пераключыцца ў рэжым уводу \"Каляндар\"
+ Націсніце, каб пераключыцца на прагляд календара
+ Пераключыцца ў рэжым уводу \"Тэкст\"
+ Націсніце, каб пераключыцца на агляд года
+ Скасаваць
+ ОК
+ Паказаць пароль
+ "Пошук"
+ Ачысціць тэкст
+ Назад
+ Бакавая панэль
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml
new file mode 100644
index 0000000..c237bbf
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ново известие
+ - %d нови известия
+
+ "Навигиране към началния екран"
+ "Навигиране нагоре"
+ "Още опции"
+ "Готово"
+ "Преглед на всички"
+ "Изберете приложение"
+ "ИЗКЛ."
+ "ВКЛ."
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "клавиша за интервал"
+ "Sym+"
+ "Menu+"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ Свиване на долния лист
+ Разгъване на долния лист
+ Разгъване наполовина
+ Двукратно докосване на манипулатора за преместване с плъзгане
+ Манипулатор за преместване с плъзгане
+ "Отговор"
+ "Видеообаждане"
+ "Отхвърляне"
+ "Затваряне"
+ "Входящо обаждане"
+ "Текущо обаждане"
+ "Преглежда се входящо обаждане"
+ Въведени знаци: %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
+ Показване на паролата
+ "Търсене"
+ Изчистване на текста
+ Назад
+ Страничен лист
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml
new file mode 100644
index 0000000..e20563f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %dটি নতুন বিজ্ঞপ্তি
+ - %dটি নতুন বিজ্ঞপ্তি
+
+ "হোমে নেভিগেট করুন"
+ "উপরে নেভিগেট করুন"
+ "আরও বিকল্প"
+ "হয়ে গেছে"
+ "সবগুলি দেখুন"
+ "একটি অ্যাপ বেছে নিন"
+ "বন্ধ আছে"
+ "চালু করুন"
+ "Alt+"
+ "Ctrl+"
+ "মুছুন"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সার্চ করুন…"
+ "কোয়েরি মুছে ফেলুন"
+ "সার্চ কোয়েরি"
+ "সার্চ করুন"
+ "কোয়েরি জমা দিন"
+ "ভয়েস সার্চ করুন"
+ "শেয়ার করুন"
+ "%s-এর সাথে শেয়ার করুন"
+ "সঙ্কুচিত করুন"
+ স্ক্রিনের নিচে অ্যাটাচ করা শিট আড়াল করুন
+ স্ক্রিনের নিচে অ্যাটাচ করা শিট বড় করুন
+ অর্ধেক প্রসারিত করুন
+ টেনে আনার হ্যান্ডেলে ডবল ট্যাপ করা হয়েছে
+ টেনে আনার হ্যান্ডেল
+ "উত্তর দিন"
+ "ভিডিও"
+ "বাতিল করুন"
+ "কল কেটে দিন"
+ "ইনকামিং কল"
+ "চালু থাকা কল"
+ "ইনকামিং কল স্ক্রিনিং করা হচ্ছে"
+ %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
+ তারিখ
+ সমাপ্তির তারিখ
+ শুরুর তারিখ
+ d
+ m
+ y
+ আজ %1$s
+ ক্যালেন্ডার ইনপুট মোডে বদল করুন
+ Calendar ভিউতে পাল্টাতে ট্যাপ করুন
+ টেক্সট ইনপুট মোডে বদল করুন
+ বার্ষিক ভিউতে পাল্টাতে ট্যাপ করুন
+ বাতিল করুন
+ ঠিক আছে
+ পাসওয়ার্ড দেখান
+ "সার্চ করুন"
+ টেক্সট মুছুন
+ ফিরে যান
+ সাইড শিট
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml
new file mode 100644
index 0000000..03dc300
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d novo obavještenje
+ - %d nova obavještenja
+ - %d novih obavještenja
+
+ "Vratite se na početnu stranicu"
+ "Idi gore"
+ "Više opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Odaberite aplikaciju"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "razmak"
+ "Sym+"
+ "Menu+"
+ "Pretražite..."
+ "Obriši upit"
+ "Pretraži upit"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeli sa"
+ "Dijeli putem aplikacije %s"
+ "Suzi"
+ Sužavanje donje tabele
+ Proširivanje donje tabele
+ Proširivanje dopola
+ Ručica za prevlačenje je dvaput dodirnuta
+ Ručica za prevlačenje
+ "Odgovori"
+ "Video"
+ "Odbaci"
+ "Prekini vezu"
+ "Dolazni poziv"
+ "Poziv u toku"
+ "Filtriranje dolaznog poziva"
+ Uneseno znakova: %1$d od %2$d
+ Ograničenje broja znakova premašuje %1$d od %2$d
+ Obriši tekst
+ Greška: nevežaće
+ Greška
+ Prikaži padajući meni
+ ikona dijaloškog okvira
+ Kartica
+ Odaberite prijepodne ili poslijepodne
+ %1$s h
+ Odaberite sat
+ %1$s h
+ Odaberite minute
+ %1$s min
+ AM
+ Prebacite u način rada kao sat za unos vremena.
+ Sat
+ Minuta
+ PM
+ Odabir vremena
+ Prebacite u način unosa teksta za unos vremena.
+ Novo obavještenje
+ Označeno
+ Djelimično označeno
+ Nije označeno
+ Uklonite %1$s
+ Broj novih obavještenja: više od %1$d
+ Promijeni na sljedeći mjesec
+ Promijeni na prethodni mjesec
+ Odabir datuma početka: %1$s – Odabir datuma završetka: %2$s
+ Trenutni izbor: %1$s
+ ništa
+ Otkaži
+ Uredu
+ %1$s
+ Odaberite datum
+ Odabrani datum
+ %1$s
+ Datum završetka %1$s
+ Nevažeći format.
+ Primjer: %1$s
+ Koristi: %1$s
+ Nevažeći opseg.
+ Odlazak na trenutnu godinu %1$d
+ Odlazak na %1$d. godinu
+ Izvan opsega: %1$s
+ Datum početka – %1$s
+ %1$s – Datum završetka
+ %1$s – %2$s
+ Odaberite raspon
+ Datum početka – Datum završetka
+ Sačuvaj
+ Datum početka %1$s
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Danas %1$s
+ Prebacivanje na način unosa kalendara
+ Prebacivanje dodirom na prikaz Kalendara
+ Prebacivanje na način unosa teksta
+ Prebacivanje dodirom na prikaz godine
+ Otkaži
+ Uredu
+ Prikaži lozinku
+ "Pretražite"
+ Brisanje teksta
+ Nazad
+ Bočna tabela
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml
new file mode 100644
index 0000000..d261cd4
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d notificació nova
+ - %d notificacions noves
+
+ "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"
+ Replega el full inferior
+ Desplega el full inferior
+ Desplega fins a la meitat
+ Has fet doble toc a l\'ansa per arrossegar
+ Ansa per arrossegar
+ "Respon"
+ "Vídeo"
+ "Rebutja"
+ "Penja"
+ "Trucada entrant"
+ "Trucada en curs"
+ "S\'està filtrant una trucada entrant"
+ Caràcters introduïts: %1$d de %2$d
+ S\'ha superat el límit de caràcters (%1$d de %2$d)
+ Esborra el text
+ Error: no vàlid
+ Error
+ Mostra el menú desplegable
+ Icona del quadre de diàleg
+ Tabulador
+ Selecciona a. m. o p. m.
+ %1$s hores
+ Seleccioneu l\'hora
+ %1$s en punt
+ Selecciona els minuts
+ %1$s minuts
+ a. m.
+ Canvia al mode de rellotge per introduir l\'hora.
+ Hora
+ Minut
+ p. m.
+ Selecció de l\'hora
+ Canvia al mode d\'introducció de text per introduir l\'hora.
+ Notificació nova
+ Marcat
+ Marcat parcialment
+ Desmarcat
+ Suprimeix %1$s
+ Més de %1$d notificacions noves
+ Canvia al mes següent
+ Canvia al mes anterior
+ Selecció de la data d\'inici: %1$s – Selecció de la data de finalització: %2$s
+ Selecció actual: %1$s
+ cap
+ Cancel·la
+ D’acord
+ %1$s
+ Selecciona una data
+ Data seleccionada
+ %1$s
+ Data de finalització: %1$s
+ El format no és vàlid.
+ Exemple: %1$s
+ Utilitza: %1$s
+ L\'interval no és vàlid.
+ Navega fins a l\'any actual %1$d
+ Canvia a l\'any %1$d
+ La data està fora de l\'interval: %1$s
+ Data d\'inici - %1$s
+ %1$s - data de finalització
+ %1$s - %2$s
+ Selecciona un interval
+ Data d\'inici - data de finalització
+ Desa
+ Data d\'inici: %1$s
+ Data
+ Data de finalització
+ Data d\'inici
+ d
+ m
+ a
+ Avui, dia %1$s
+ Canvia al mode d\'introducció de dades del calendari
+ Toca per canviar a la visualització de calendari
+ Canvia al mode d\'introducció de text
+ Toca per canviar a la visualització d\'any
+ Cancel·la
+ D’acord
+ Mostra la contrasenya
+ "Cerca"
+ Esborra el text
+ Enrere
+ Panell lateral
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml
new file mode 100644
index 0000000..ae5cdc5
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d nové oznámení
+ - %d nová oznámení
+ - %d nového oznámení
+ - %d nových oznámení
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Další možnosti"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "VYP"
+ "ZAP"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "mezerník"
+ "Sym+"
+ "Menu+"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Dotaz pro vyhledávání"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet s"
+ "Sdílet s aplikací %s"
+ "Sbalit"
+ Sbalit spodní tabulku
+ Rozbalit spodní tabulku
+ Rozbalit napůl
+ Dvakrát jste klepli na úchyt pro přetažení
+ Úchyt pro přetažení
+ "Přijmout"
+ "Video"
+ "Odmítnout"
+ "Zavěsit"
+ "Příchozí hovor"
+ "Probíhající hovor"
+ "Prověřování příchozího hovoru"
+ Zadané znaky: %1$d z %2$d
+ Byl překročen povolený počet znaků (%1$d z %2$d)
+ Vymazat text
+ Chyba: neplatné
+ Chyba
+ Zobrazit rozbalovací nabídku
+ Ikona dialogového okna
+ Karta
+ Vyberte AM nebo PM
+ %1$s hodin
+ Vyberte hodinu
+ %1$s
+ Zvolte minuty
+ %1$s min
+ AM
+ Chcete-li zadat čas, přepněte na režim hodin.
+ Hodina
+ Minuta
+ PM
+ Vyberte čas
+ Chcete-li zadat čas, přepněte na režim textu.
+ Nové oznámení
+ Zaškrtnuto
+ Částečně zaškrtnuto
+ Nezaškrtnuto
+ Odstranit položku %1$s
+ Více než %1$d nových oznámení
+ Přejít na další měsíc
+ Přejít na předchozí měsíc
+ Výběr data zahájení: %1$s – Výběr data ukončení: %2$s
+ Aktuální výběr: %1$s
+ prázdné
+ Zrušit
+ OK
+ %1$s
+ Vyberte datum
+ Vybrané datum
+ %1$s
+ Datum ukončení %1$s
+ Neplatný formát.
+ Příklad: %1$s
+ Použijte: %1$s
+ Neplatný rozsah.
+ Přejít na aktuální rok %1$d
+ Přejít na rok %1$d
+ Mimo rozsah: %1$s
+ Datum zahájení – %1$s
+ %1$s – datum ukončení
+ %1$s – %2$s
+ Vyberte rozsah
+ Datum zahájení – datum ukončení
+ Uložit
+ Datum zahájení %1$s
+ Datum
+ Datum ukončení
+ Datum zahájení
+ d
+ m
+ r
+ Dnes %1$s
+ Přepnout na režim zadávání do kalendáře
+ Klepnutím přepnete na zobrazení kalendáře
+ Přepnout na režim zadávání textu
+ Klepnutím přepnete na zobrazení jednotlivých let
+ Zrušit
+ OK
+ Zobrazit heslo
+ "Hledat"
+ Vymazat text
+ Zpět
+ Postranní list
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml
new file mode 100644
index 0000000..102af32
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ny notifikation
+ - %d nye notifikationer
+
+ "Find hjem"
+ "Gå op"
+ "Flere valgmuligheder"
+ "Udfør"
+ "Se alle"
+ "Vælg en app"
+ "FRA"
+ "TIL"
+ "Alt+"
+ "Ctrl+"
+ "slet"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "mellemrum"
+ "Sym+"
+ "Menu+"
+ "Søg…"
+ "Ryd forespørgsel"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgsel"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ Skjul feltet i bunden
+ Udvid feltet i bunden
+ Udvid halvdelen
+ Du har trykket to gange på håndtaget
+ Håndtag
+ "Besvar"
+ "Video"
+ "Afvis"
+ "Læg på"
+ "Indgående opkald"
+ "Igangværende opkald"
+ "Et indgående opkald screenes"
+ Du har brugt %1$d ud af %2$d tegn
+ Du har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d.
+ Ryd tekst
+ Fejl: ugyldig
+ Fejl
+ Vis rullemenuen
+ Ikon for dialogboks
+ Fane
+ Vælg AM eller PM
+ %1$s timer
+ Vælg time
+ klokken %1$s
+ Vælg minutter
+ %1$s minutter
+ AM
+ Skift til urtilstand for at angive klokkeslæt.
+ Time
+ Minut
+ e.m.
+ Vælg tidspunkt
+ Skift til teksttilstand for at angive klokkeslæt.
+ Ny notifikation
+ Markeret
+ Delvist markeret
+ Ikke markeret
+ Fjern %1$s
+ Flere end %1$d nye notifikationer
+ Skift til næste måned
+ Skift til forrige måned
+ Valg af startdato: %1$s – Valg af slutdato: %2$s
+ Aktuelt valg: %1$s
+ ingen
+ Annuller
+ OK
+ %1$s
+ Vælg dato
+ Valgt dato
+ %1$s
+ Slutdato %1$s
+ Ugyldigt format.
+ Eksempel: %1$s
+ Brug: %1$s
+ Ugyldigt interval.
+ Gå til indeværende år %1$d
+ Gå til år %1$d
+ Uden for interval: %1$s
+ Startdato – %1$s
+ %1$s – slutdato
+ %1$s – %2$s
+ Vælg interval
+ Startdato – slutdato
+ Gem
+ Startdato %1$s
+ Dato
+ Slutdato
+ Startdato
+ d
+ m
+ å
+ I dag %1$s
+ Skift til input-tilstand for kalender
+ Tryk for at skifte til kalendervisning
+ Skift til input-tilstand for tekst
+ Tryk for at skifte til årsvisning
+ Annuller
+ OK
+ Vis adgangskode
+ "Søg"
+ Ryd tekst
+ Tilbage
+ Felt i siden
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml
new file mode 100644
index 0000000..7f9eed2
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d neue Benachrichtigung
+ - %d neue Benachrichtigungen
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle anzeigen"
+ "App auswählen"
+ "AUS"
+ "AN"
+ "Alt +"
+ "Strg +"
+ "Löschen"
+ "Eingabetaste"
+ "Funktionstaste +"
+ "Meta-Taste +"
+ "Umschalttaste +"
+ "Leertaste"
+ "Sym-Taste +"
+ "Menütaste +"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suche"
+ "Anfrage senden"
+ "Sprachsuche"
+ "Teilen mit"
+ "Mit %s teilen"
+ "Minimieren"
+ Ansicht am unteren Rand minimieren
+ Ansicht am unteren Rand maximieren
+ Zur Hälfte maximieren
+ Auf Ziehpunkt doppelt getippt
+ Ziehpunkt
+ "Annehmen"
+ "Video"
+ "Ablehnen"
+ "Auflegen"
+ "Eingehender Anruf"
+ "Aktueller Anruf"
+ "Filter für eingehenden Anruf"
+ Eingegebene Zeichen: %1$d von %2$d
+ Zeichenbeschränkung überschritten: %1$d/%2$d
+ Text löschen
+ Fehler: ungültig
+ Fehler
+ Drop-down-Menü anzeigen
+ Dialogfeldsymbol
+ Tab
+ Vormittags oder Nachmittags auswählen
+ %1$s Stunden
+ Stunde auswählen
+ %1$s Uhr
+ Minuten auswählen
+ %1$s Minuten
+ AM
+ In den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben.
+ Stunde
+ Minute
+ PM
+ Uhrzeit auswählen
+ In den Texteingabemodus wechseln, um die Uhrzeit einzugeben.
+ Neue Benachrichtigung
+ Aktiviert
+ Teilweise aktiviert
+ Nicht aktiviert
+ %1$s entfernen
+ Mehr als %1$d neue Benachrichtigungen
+ Zum nächsten Monat wechseln
+ Zum vorherigen Monat wechseln
+ Ausgewähltes Startdatum: %1$s – Ausgewähltes Enddatum: %2$s
+ Aktuelle Auswahl: %1$s
+ Keines
+ Abbrechen
+ OK
+ %1$s
+ Datum auswählen
+ Ausgewähltes Datum
+ %1$s
+ Enddatum %1$s
+ Ungültiges Format.
+ Beispiel: %1$s
+ Format: %1$s
+ Ungültiger Bereich.
+ Zum aktuellen Jahr %1$d wechseln
+ Zum Jahr %1$d wechseln
+ Außerhalb des Bereichs: %1$s
+ Startdatum – %1$s
+ %1$s – Enddatum
+ %1$s – %2$s
+ Zeitraum auswählen
+ Startdatum – Enddatum
+ Speichern
+ Startdatum %1$s
+ Datum
+ Enddatum
+ Startdatum
+ T
+ M
+ J
+ Heute %1$s
+ In den Kalendereingabemodus wechseln
+ Tippen, um zur Kalenderansicht zu wechseln
+ In den Texteingabemodus wechseln
+ Tippen, um zur Jahresansicht zu wechseln
+ Abbrechen
+ OK
+ Passwort anzeigen
+ "Suche"
+ Text löschen
+ Zurück
+ Seitenblatt
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml
new file mode 100644
index 0000000..d806fbc
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d νέα ειδοποίηση
+ - %d νέες ειδοποιήσεις
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Εμφάνιση όλων"
+ "Επιλέξτε μια εφαρμογή"
+ "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "ΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "διάστημα"
+ "Sym+"
+ "Menu+"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινοποίηση σε"
+ "Κοινοποίηση στην εφαρμογή %s"
+ "Σύμπτυξη"
+ Σύμπτυξη του φύλλου κάτω μέρους
+ Ανάπτυξη του φύλλου κάτω μέρους
+ Ανάπτυξη μέχρι τη μέση
+ Η λαβή μεταφοράς πατήθηκε δύο φορές
+ Λαβή μεταφοράς
+ "Απάντηση"
+ "Βίντεο"
+ "Απόρριψη"
+ "Τερματισμός"
+ "Εισερχόμενη κλήση"
+ "Κλήση σε εξέλιξη"
+ "Διαλογή εισερχόμενης κλήσης"
+ Εισήχθησαν %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
+ Εναλλαγή στη λειτουργία εισαγωγής ημερολογίου
+ Πατήστε για εναλλαγή στην προβολή Ημερολόγιο
+ Εναλλαγή στη λειτουργία εισαγωγής κειμένου
+ Πατήστε για εναλλαγή στην προβολή έτους
+ Ακύρωση
+ ΟΚ
+ Εμφάνιση κωδικού πρόσβασης
+ "Αναζήτηση"
+ Διαγραφή κειμένου
+ Πίσω
+ Δευτερεύον φύλλο
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..f6ff55d
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,39 @@
+
+
+ "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"
+ "Answer"
+ "Video"
+ "Decline"
+ "Hang up"
+ "Incoming call"
+ "On-going call"
+ "Screening an incoming call"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
new file mode 100644
index 0000000..bc83d64
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
@@ -0,0 +1,39 @@
+
+
+ "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"
+ "Answer"
+ "Video"
+ "Decline"
+ "Hang Up"
+ "Incoming call"
+ "Ongoing call"
+ "Screening an incoming call"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..155fe44
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ "Answer"
+ "Video"
+ "Decline"
+ "Hang up"
+ "Incoming call"
+ "On-going call"
+ "Screening an incoming call"
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ Clear text
+ Error: Invalid
+ Error
+ Show drop-down menu
+ Dialogue Icon
+ Tab
+ Select a.m. or p.m.
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ Ticked
+ Partially ticked
+ Not ticked
+ Remove %1$s
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Start date selection: %1$s – end date selection: %2$s
+ Current selection: %1$s
+ none
+ Cancel
+ OK
+ %1$s
+ Select date
+ Selected date
+ %1$s
+ End date %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to current year %1$d
+ Navigate to year %1$d
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select range
+ Start date – End date
+ Save
+ Start date %1$s
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Today %1$s
+ Switch to calendar input mode
+ Tap to switch to calendar view
+ Switch to text input mode
+ Tap to switch to year view
+ Cancel
+ OK
+ Show password
+ "Search"
+ Clear text
+ Back
+ Side sheet
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..f6ff55d
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,39 @@
+
+
+ "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"
+ "Answer"
+ "Video"
+ "Decline"
+ "Hang up"
+ "Incoming call"
+ "On-going call"
+ "Screening an incoming call"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
new file mode 100644
index 0000000..27a3d53
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
@@ -0,0 +1,39 @@
+
+
+ "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"
+ "Answer"
+ "Video"
+ "Decline"
+ "Hang Up"
+ "Incoming call"
+ "Ongoing call"
+ "Screening an incoming call"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..a85c60a
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todas"
+ "Elegir una app"
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Alt+"
+ "Ctrl+"
+ "borrar"
+ "intro"
+ "Función+"
+ "Meta+"
+ "Mayúscula+"
+ "espacio"
+ "Sym+"
+ "Menú+"
+ "Buscar…"
+ "Borrar consulta"
+ "Búsqueda"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ Contraer la hoja inferior
+ Expandir la hoja inferior
+ Expandir hasta la mitad
+ El control de arrastre se presionó dos veces
+ Controlador de arrastre
+ "Responder"
+ "Video"
+ "Rechazar"
+ "Colgar"
+ "Llamada entrante"
+ "Llamada en curso"
+ "Filtrando una llamada entrante"
+ Caracteres ingresados: %1$d de %2$d
+ Se excedió en %1$d el límite de caracteres de %2$d
+ Borrar texto
+ Error: No válido
+ Error
+ Mostrar menú desplegable
+ Ícono de diálogo
+ Pestaña
+ Selecciona a.m. o p.m.
+ %1$s horas
+ Seleccione la hora.
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambia al modo de reloj para ingresar la hora.
+ Hora
+ Minuto
+ p.m.
+ Selecciona una hora
+ Cambia al modo de entrada de texto para ingresar la hora.
+ Notificación nueva
+ Marcada
+ Verificado parcialmente
+ Sin marcar
+ Quitar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección de fecha de inicio: %1$s – Selección de fecha de finalización: %2$s
+ Selección actual: %1$s
+ nada
+ Cancelar
+ Aceptar
+ %1$s
+ Selecciona una fecha
+ Fecha seleccionada
+ %1$s
+ Fecha de finalización: %1$s
+ Formato no válido
+ Ejemplo: %1$s
+ Usar: %1$s
+ El rango no es válido.
+ Navegar al año actual (%1$d)
+ Navegar al año %1$d
+ Fuera de rango: %1$s
+ Fecha de inicio - %1$s
+ %1$s - fecha de finalización
+ %1$s-%2$s
+ Selecciona un período
+ Fecha de inicio - fecha de finalización
+ Guardar
+ Fecha de inicio: %1$s
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Hoy, %1$s
+ Cambiar al modo de entrada de calendario
+ Presiona para cambiar a la vista de Calendario
+ Cambiar al modo de entrada de texto
+ Presiona para cambiar a la vista de año
+ Cancelar
+ Aceptar
+ Mostrar contraseña
+ "Buscar"
+ Borrar texto
+ Atrás
+ Hoja lateral
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml
new file mode 100644
index 0000000..7ec9805
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ "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"
+ Ocultar la hoja inferior
+ Mostrar la hoja inferior
+ Desplegar hasta la mitad
+ Controlador de arrastre tocado dos veces
+ Controlador de arrastre
+ "Responder"
+ "Vídeo"
+ "Rechazar"
+ "Colgar"
+ "Llamada entrante"
+ "Llamada en curso"
+ "Filtrando una llamada entrante"
+ Caracteres introducidos: %1$d de %2$d
+ Límite de caracteres superado (%1$d de %2$d)
+ Borrar texto
+ Error: no válida
+ Error
+ Mostrar menú desplegable
+ Icono del cuadro de diálogo
+ Pestaña
+ Selecciona AM o PM
+ %1$s horas
+ Seleccionar hora
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a. m.
+ Cambia al modo de reloj para escribir la hora.
+ Hora
+ Minuto
+ p. m.
+ Seleccionar la hora
+ Cambia al modo de introducción de texto para escribir la hora.
+ Notificación nueva
+ Marcada
+ Marcada parcialmente
+ Sin marcar
+ Retirar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección de fecha de inicio: %1$s – Selección de fecha de finalización: %2$s
+ Selección actual: %1$s
+ ninguna
+ Cancelar
+ Aceptar
+ %1$s
+ Selecciona una fecha
+ Fecha seleccionada
+ %1$s
+ Fecha de finalización: %1$s
+ Formato no válido.
+ Ejemplo: %1$s
+ Usar: %1$s
+ El periodo no es válido.
+ Ir al año actual, %1$d
+ Ir al año %1$d
+ Fuera del periodo válido: %1$s
+ Fecha de inicio–%1$s
+ %1$s–Fecha de finalización
+ %1$s – %2$s
+ Selecciona un periodo
+ Fecha de inicio–Fecha de finalización
+ Guardar
+ Fecha de inicio: %1$s
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Hoy, %1$s
+ Cambiar al modo de introducción Calendario
+ Toca para cambiar a la vista de calendario
+ Cambiar al modo de introducción Texto
+ Toca para cambiar a la vista de año
+ Cancelar
+ Aceptar
+ Mostrar contraseña
+ "Buscar"
+ Borrar texto
+ Atrás
+ Hoja lateral
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml
new file mode 100644
index 0000000..2d5640c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d uus märguanne
+ - %d uut märguannet
+
+ "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"
+ Alumise lehe ahendamine
+ Alumise lehe laiendamine
+ Laiendamine poolenisti
+ Lohistamispidet topeltpuudutati
+ Lohistamispide
+ "Vasta"
+ "Video"
+ "Keeldu"
+ "Lõpeta kõne"
+ "Sissetulev kõne"
+ "Käimasolev kõne"
+ "Sissetuleva kõne filtreerimine"
+ Sisestatud tähemärgid: %1$d/%2$d
+ Tähemärgipiirang on ületatud: %1$d/%2$d
+ Kustuta tekst
+ Viga: sobimatu
+ Viga
+ Kuva rippmenüü
+ Dialoogi ikoon
+ Vaheleht
+ Valige AM või PM
+ %1$s tundi
+ Valige tund
+ Kell %1$s
+ Minutite valimine
+ %1$s minutit
+ AM
+ Aktiveerige kellaaja sisestamiseks kellarežiim.
+ Tunnid
+ Minut
+ PM
+ Aja valimine
+ Aktiveerige kellaaja sisestamiseks tekstisisestusrežiim.
+ Uus märguanne
+ Märgitud
+ Osaliselt märgitud
+ Märkimata
+ Üksuse %1$s eemaldamine
+ Rohkem kui %1$d uut märguannet
+ Vaheta järgmisele kuule
+ Vaheta eelmisele kuule
+ Alguskuupäeva valik: %1$s. Lõppkuupäeva valik: %2$s.
+ Praegune valik: %1$s
+ puudub
+ Tühista
+ OK
+ %1$s
+ Valige kuupäev
+ Valitud kuupäev
+ %1$s
+ Lõppkuupäev: %1$s
+ Sobimatu vorming.
+ Näide: %1$s
+ Kasutage: %1$s
+ Sobimatu vahemik.
+ Navigeerige praegusele aastale %1$d
+ Mine aastasse %1$d
+ Vahemikust väljas: %1$s
+ Alguskuupäev – %1$s
+ %1$s – lõppkuupäev
+ %1$s – %2$s
+ Valige vahemik
+ Alguskuupäev – lõppkuupäev
+ Salvesta
+ Alguskuupäev: %1$s
+ Kuupäev
+ Lõppkuupäev
+ Alguskuupäev
+ p
+ k
+ a
+ Täna %1$s
+ Lülitu kalendrisisestusrežiimile
+ Puudutage kalendrivaatele lülitumiseks
+ Lülitu tekstisisestusrežiimile
+ Puudutage aastavaatele lülitumiseks
+ Tühista
+ OK
+ Parooli kuvamine
+ "Otsing"
+ Teksti kustutamine
+ Tagasi
+ Külgmine leht
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml
new file mode 100644
index 0000000..cfee406
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d jakinarazpen berri
+ - %d jakinarazpen berri
+
+ "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"
+ Tolestu pantailaren behealdean ainguratutako orria
+ Zabaldu pantailaren behealdean ainguratutako orria
+ Zabaldu erdiraino
+ Birritan sakatu da arrastatzeko kontrol-puntua
+ Arrastatzeko kontrol-puntua
+ "Erantzun"
+ "Bideoa"
+ "Baztertu"
+ "Amaitu deia"
+ "Sarrerako deia"
+ "Deia abian da"
+ "Sarrerako dei bat bistaratzen"
+ %1$d/%2$d karaktere idatzi dira
+ Karaktere-muga gainditu da: %1$d/%2$d
+ Garbitu testua
+ Errorea: ez du balio
+ Errorea
+ Erakutsi goitibeherako menua
+ Leihoko ikonoa
+ Fitxa
+ Hautatu AM edo PM
+ %1$s ordu
+ Hautatu ordua
+ %1$s(r)ak dira
+ Hautatu minutuak
+ %1$s minutu
+ AM
+ Aldatu erloju modura ordua zehazteko.
+ Ordua
+ Minutua
+ PM
+ Hautatu ordua
+ Ordua idazteko, aldatu testua idazteko metodora.
+ Jakinarazpen berria
+ Markatuta
+ Erdi-markatuta
+ Markatu gabe
+ Kendu %1$s
+ %1$d jakinarazpen berri baino gehiago
+ Aldatu hurrengo hilabetera
+ Aldatu aurreko hilabetera
+ Hasiera-dataren hautapena: %1$s, amaiera-dataren hautapena: %2$s
+ Oraingo hautapena: %1$s
+ bat ere ez
+ Utzi
+ Ados
+ %1$s
+ Hautatu data
+ Hautatutako data
+ %1$s
+ Amaiera-data: %1$s
+ Formatuak ez du balio.
+ Adibidea: %1$s
+ Erabili: %1$s
+ Tarteak ez du balio.
+ Joan aurtengo ikuspegira %1$d
+ Joan %1$d. urtera
+ Onartutako barrutitik kanpo: %1$s
+ Hasiera-data – %1$s
+ %1$s – Amaiera-data
+ %1$s-%2$s
+ Hautatu barrutia
+ Hasiera-data - Amaiera-data
+ Gorde
+ Hasiera-data: %1$s
+ Data
+ Amaiera-data
+ Hasiera-data
+ e
+ h
+ u
+ Gaur %1$s
+ Aldatu egutegiaren idazketa-metodora
+ Calendar-en ikuspegira aldatzeko, sakatu hau
+ Aldatu testua idazteko modura
+ Urteko ikuspegira aldatzeko, sakatu hau
+ Utzi
+ Ados
+ Erakutsi pasahitza
+ "Bilatu"
+ Garbitu testua
+ Atzera
+ Alboko orria
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml
new file mode 100644
index 0000000..114cf0c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d اعلان جدید
+ - %d اعلان جدید
+
+ "پیمایش به صفحه اصلی"
+ "رفتن به بالا"
+ "گزینههای بیشتر"
+ "تمام"
+ "دیدن همه"
+ "انتخاب برنامه"
+ "خاموش"
+ "روشن"
+ "Alt+"
+ "Ctrl+"
+ "حذف"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "فاصله"
+ "Sym+"
+ "منو+"
+ "جستجو…"
+ "پاک کردن پُرسمان"
+ "درخواست جستجو"
+ "جستجو"
+ "ارسال پُرسمان"
+ "جستجوی گفتاری"
+ "همرسانی با"
+ "همرسانی با %s"
+ "کوچک کردن"
+ جمع کردن برگ زیرین
+ ازهم بازکردن برگ زیرین
+ گسترده کردن تا نیمه
+ روی دستگیره کشاندن دوضربه زده شد
+ دستگیره کشاندن
+ "پاسخ دادن"
+ "ویدیو"
+ "رد کردن"
+ "قطع تماس"
+ "تماس ورودی"
+ "تماس درحال انجام"
+ "درحال غربال کردن تماس ورودی"
+ نویسههای واردشده %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
+ تاریخ
+ تاریخ پایان
+ تاریخ شروع
+ d
+ m
+ y
+ امروز %1$s
+ رفتن به روش ورودی تقویم
+ برای رفتن به نمای «تقویم» ضربه بزنید
+ رفتن به حالت ورودی نوشتاری
+ برای رفتن به نمای سال ضربه بزنید
+ لغو
+ تأیید
+ نمایش گذرواژه
+ "جستجو"
+ پاک کردن نوشتار
+ برگشتن
+ برگ کناری
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml
new file mode 100644
index 0000000..6edd2fd
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d uusi ilmoitus
+ - %d uutta ilmoitusta
+
+ "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ä"
+ Tiivistä alapaneeli
+ Laajenna alapaneeli
+ Laajenna puoliväliin
+ Vetokahvaa kaksoisnapautettu
+ Vetokahva
+ "Vastaa"
+ "Video"
+ "Hylkää"
+ "Lopeta puhelu"
+ "Saapuva puhelu"
+ "Käynnissä oleva puhelu"
+ "Seulotaan saapuvaa puhelua"
+ %1$d/%2$d merkkiä kirjoitettu
+ Merkkiraja ylitetty: %1$d/%2$d
+ Tyhjennä teksti
+ Virhe: ei kelpaa
+ Virhe
+ Näytä avattava valikko
+ Valintaikkunan kuvake
+ Välilehti
+ Valitse AP tai IP
+ %1$s tuntia
+ Valitse tunti
+ klo %1$s
+ Valitse minuutit
+ %1$s minuuttia
+ ap
+ Vaihda ajan syöttämiseen kellotilassa.
+ Tunnit
+ Minuutti
+ ip
+ Valitse aika
+ Vaihda ajan syöttämiseen tekstitilassa.
+ Uusi ilmoitus
+ Valittu
+ Osittain valittu
+ Ei valittu
+ Poista %1$s
+ Yli %1$d uutta ilmoitusta
+ Vaihda seuraavaan kuukauteen
+ Vaihda edelliseen kuukauteen
+ Alkamispäivän valinta: %1$s – päättymispäivän valinta: %2$s
+ Nykyinen valinta: %1$s
+ –
+ Peru
+ OK
+ %1$s
+ Valitse päivämäärä
+ Valittu päivämäärä
+ %1$s
+ Päättyy %1$s
+ Virheellinen muoto
+ Esimerkki: %1$s
+ Käytä muotoa %1$s
+ Virheellinen alue
+ Siirry kuluvaan vuoteen: %1$d
+ Siirry vuoteen %1$d
+ Aikavälin ulkop.: %1$s
+ Alkamispäivä – %1$s
+ %1$s – päättymispäivä
+ %1$s – %2$s
+ Valitse jakso
+ Alkamispäivä – päättymispäivä
+ Tallenna
+ Alkaa %1$s
+ Päivämäärä
+ Päättymispäivä
+ Alkamispäivä
+ p
+ k
+ v
+ Tänään: %1$s
+ Vaihda syöttötavaksi kalenteri
+ Siirry kalenterinäkymään napauttamalla
+ Valitse syöttötavaksi teksti
+ Siirry vuosinäkymään napauttamalla
+ Peru
+ OK
+ Näytä salasana
+ "Haku"
+ Tyhjennä teksti
+ Takaisin
+ Sivupalkki
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..4864f86
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nouvelle notification
+ - %d nouvelles notifications
+
+ "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"
+ Réduire la zone de contenu dans le bas de l\'écran
+ Développer la zone de contenu dans le bas de l\'écran
+ Développer à moitié
+ Poignée de déplacement touchée deux fois
+ Faire glisser la poignée
+ "Répondre"
+ "Vidéo"
+ "Refuser"
+ "Raccrocher"
+ "Appel entrant"
+ "Appel en cours"
+ "Filtrer un appel entrant"
+ Caractères entrés : %1$d sur %2$d
+ Limite de caractère dépassée : %1$d sur %2$d
+ Effacer le texte
+ Erreur : incorrecte
+ Erreur
+ Afficher le menu déroulant
+ Icône de boîte de dialogue
+ Onglet
+ Sélectionner AM ou PM
+ %1$s heure(s)
+ Sélectionner l\'heure
+ %1$s heures
+ Sélectionnez les minutes
+ %1$s minutes
+ AM
+ Passer au mode Horloge pour entrer l\'heure.
+ Heure
+ Minute
+ PM
+ Sélectionner l\'heure
+ Passer au mode Entrée de texte pour entrer l\'heure.
+ Nouvelle notification
+ Cochée
+ Partiellement cochée
+ Non cochée
+ Supprimer %1$s
+ Plus de %1$d nouvelles notifications
+ Passer au mois suivant
+ Passer au mois précédent
+ Sélection de la date de début : %1$s – Sélection de la date de fin : %2$s
+ Sélection actuelle : %1$s
+ aucune
+ Annuler
+ OK
+ %1$s
+ Sélectionnez la date
+ Date sélectionnée
+ %1$s
+ Date de fin : %1$s
+ Format incorrect
+ Exemple : %1$s
+ Utiliser : %1$s
+ Plage incorrecte.
+ Naviguer à l\'année en cours %1$d
+ Naviguer vers l\'année %1$d
+ Hors de la plage : %1$s
+ Du (date de début) au %1$s
+ Du %1$s au (date de fin)
+ Du %1$s au %2$s
+ Sélectionnez la plage
+ Du (date de début) au (date de fin)
+ Enregistrer
+ Date de début : %1$s
+ Date
+ Date de fin
+ Date de début
+ j
+ m
+ a
+ %1$s Aujourd\'hui
+ Passer au mode d\'entrée Agenda
+ Toucher pour passer à la vue du calendrier
+ Passer au mode d\'entrée Texte
+ Toucher pour passer à la vue de l\'année
+ Annuler
+ OK
+ Afficher le mot de passe
+ "Rechercher"
+ Effacez le texte
+ Retour
+ Feuille latérale
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml
new file mode 100644
index 0000000..37a1493
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nouvelle notification
+ - %d nouvelles notifications
+
+ "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"
+ Réduire la bottom sheet
+ Développer la bottom sheet
+ Développer en entier
+ A appuyé deux fois sur la poignée de déplacement
+ Poignée de déplacement
+ "Répondre"
+ "Vidéo"
+ "Refuser"
+ "Raccrocher"
+ "Appel entrant"
+ "Appel en cours"
+ "Filtrage d\'un appel entrant"
+ Caractères saisis %1$d sur %2$d
+ Nombre maximal de caractères dépassé : %1$d sur %2$d
+ Effacer le texte
+ Erreur : Non valide
+ Erreur
+ Afficher le menu déroulant
+ Icône de la boîte de dialogue
+ Tabulation
+ Sélectionner le format AM ou PM
+ %1$s heures
+ Sélectionnez une heure
+ %1$s h
+ Sélectionner des minutes
+ %1$s min
+ AM
+ Passer en mode horloge pour la saisie de l\'heure.
+ Heure
+ Minute
+ PM
+ Sélectionner l\'heure
+ Passer en mode saisie de texte pour la saisie de l\'heure.
+ Nouvelle notification
+ Cochée
+ Partiellement cochée
+ Non cochée
+ Supprimer %1$s
+ Plus de %1$d nouvelles notifications
+ Passer au mois suivant
+ Passer au mois précédent
+ Date de début sélectionnée : %1$s – Date de fin sélectionnée : %2$s
+ Sélection actuelle : %1$s
+ aucune
+ Annuler
+ OK
+ %1$s
+ Sélectionnez une date
+ Date sélectionnée
+ %1$s
+ Date de fin : %1$s
+ Format incorrect.
+ Exemple : %1$s
+ Utiliser %1$s
+ Plage non valide.
+ Accéder à l\'année en cours : %1$d
+ Accéder à l\'année %1$d
+ Hors limite : %1$s
+ Date de début – %1$s
+ %1$s – Date de fin
+ %1$s - %2$s
+ Sélectionnez une période
+ Date de début – Date de fin
+ Enregistrer
+ Date de début : %1$s
+ Date
+ Date de fin
+ Date de début
+ j
+ m
+ a
+ Aujourd\'hui : %1$s
+ Passer au mode de saisie Agenda
+ Appuyer pour passer à la vue \"Agenda\"
+ Passer au mode de saisie Texte
+ Appuyer pour passer à la vue \"Année\"
+ Annuler
+ OK
+ Afficher le mot de passe
+ "Rechercher"
+ Effacer le texte
+ Retour
+ Feuille latérale
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml
new file mode 100644
index 0000000..af8f67c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d notificación nova
+ - %d notificacións novas
+
+ "Vai ao inicio"
+ "Vai cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todo"
+ "Selecciona unha aplicación"
+ "DESACTIVADO"
+ "ACTIVADO"
+ "Alt +"
+ "Ctrl +"
+ "eliminar"
+ "intro"
+ "Función +"
+ "Meta +"
+ "Maiús +"
+ "espazo"
+ "Sym +"
+ "Menú +"
+ "Busca…"
+ "Borra a consulta"
+ "Busca a consulta"
+ "Realiza buscas"
+ "Envía a consulta"
+ "Busca por voz"
+ "Comparte contido con"
+ "Comparte contido coa aplicación %s"
+ "Contrae"
+ Contrae o panel inferior
+ Desprega o panel inferior
+ Despregar ata a metade
+ Controlador de arrastre tocado dúas veces
+ Controlador de arrastre
+ "Contestar"
+ "Vídeo"
+ "Rexeitar"
+ "Colgar"
+ "Chamada entrante"
+ "Chamada en curso"
+ "Filtrando chamada entrante"
+ Introducíronse %1$d caracteres de %2$d
+ Introducíronse %1$d caracteres, pero o límite é de %2$d
+ Borra texto
+ Erro: Non válida
+ Produciuse un erro
+ Mostra o menú despregable
+ Icona de cadro de diálogo
+ Pestana
+ Seleccionar a.m. ou p.m.
+ %1$s horas
+ Seleccionar hora
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambiar ao modo de reloxo para introducir a hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar hora
+ Cambia ao modo de introdución de texto para introducir a hora.
+ Notificación nova
+ Marcouse
+ Marcouse parcialmente
+ Non se marcou
+ Quita %1$s
+ Máis de %1$d notificacións novas
+ Cambiar ao mes seguinte
+ Cambiar ao mes anterior
+ Selección de data de inicio: %1$s - Selección de data de finalización: %2$s
+ Selección actual: %1$s
+ ningunha
+ Cancelar
+ Aceptar
+ %1$s
+ Selecciona unha data
+ Data seleccionada
+ %1$s
+ Data de finalización: %1$s
+ O formato non é válido.
+ Exemplo: %1$s
+ Usa este formato: %1$s
+ O intervalo de datas non é válido.
+ Ir ao ano actual (%1$d)
+ Ir ao ano %1$d
+ Só se admiten datas do intervalo: %1$s
+ Data de inicio - %1$s
+ %1$s - data de finalización
+ %1$s - %2$s
+ Selecciona un intervalo de datas
+ Data de inicio - data de finalización
+ Gardar
+ Data de inicio: %1$s
+ Data
+ Data de finalización
+ Data de inicio
+ d
+ m
+ a
+ Hoxe (%1$s)
+ Cambiar ao modo de entrada de calendario
+ Tocar para cambiar á vista de calendario
+ Cambiar ao modo de introdución de texto
+ Tocar para cambiar á vista de ano
+ Cancelar
+ Aceptar
+ Mostra o contrasinal
+ "Buscar"
+ Borrar texto
+ Anterior
+ Folla lateral
+ ">999"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml
new file mode 100644
index 0000000..2aac8c2
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d નવું નોટિફિકેશન
+ - %d નવા નોટિફિકેશન
+
+ "ઘરનો રસ્તો બતાવો"
+ "ઉપર નૅવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધી જુઓ"
+ "ઍપ્લિકેશન પસંદ કરો"
+ "બંધ"
+ "ચાલુ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%sની સાથે શેર કરો"
+ "સંકુચિત કરો"
+ બોટમ શીટ નાની કરો
+ બોટમ શીટ મોટી કરો
+ અડધે સુધી મોટું કરો
+ ઑબ્જેક્ટ ખેંચવાના હૅન્ડલ પર બે વાર ટૅપ કર્યું
+ ઑબ્જેક્ટ ખેંચવાનું હૅન્ડલ
+ "જવાબ"
+ "વીડિયો"
+ "નકારો"
+ "સમાપ્ત કરો"
+ "ઇનકમિંગ કૉલ"
+ "ચાલુ કૉલ"
+ "ઇનકમિંગ કૉલનું સ્ક્રીનિંગ થાય છે"
+ %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
+ તારીખ
+ સમાપ્તિની તારીખ
+ શરૂ કરવાની તારીખ
+ d
+ m
+ y
+ આજે %1$s
+ કૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરો
+ Calendar વ્યૂ પર સ્વિચ કરવા માટે ટૅપ કરો
+ ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો
+ વર્ષ વ્યૂ પર સ્વિચ કરવા માટે ટૅપ કરો
+ રદ કરો
+ ઓકે
+ પાસવર્ડ બતાવો
+ "શોધો"
+ ટેક્સ્ટ સાફ કરો
+ પાછળ
+ સાઇડ શીટ
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml
new file mode 100644
index 0000000..41f97ee
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 8dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml
new file mode 100644
index 0000000..4badce1
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml
@@ -0,0 +1,12 @@
+
+
+ 4dp
+ 18dp
+ 40dp
+ 2dp
+ 2dp
+ 40dp
+ 20dp
+ 128dp
+ 4dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml
new file mode 100644
index 0000000..86eb422
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml
@@ -0,0 +1,12 @@
+
+
+ 0dp
+ 22dp
+ 48dp
+ 2dp
+ 2dp
+ 48dp
+ 20dp
+ 168dp
+ 0dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml
new file mode 100644
index 0000000..dce1136
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 24dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml
new file mode 100644
index 0000000..e38bb90
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml
new file mode 100644
index 0000000..d5a138e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml
new file mode 100644
index 0000000..bc25dd4
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d नई सूचनाएं
+ - %d नई सूचनाएं
+
+ "होम पेज पर जाएं"
+ "वापस जाएं"
+ "ज़्यादा विकल्प"
+ "हो गया"
+ "सभी देखें"
+ "कोई ऐप्लिकेशन चुनें"
+ "बंद"
+ "चालू"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "खोजें…"
+ "क्वेरी हटाएं"
+ "सर्च क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "बोलकर खोजें"
+ "इससे शेयर करें:"
+ "%s से शेयर करें"
+ "छोटा करें"
+ बॉटम शीट को छोटा करें
+ बॉटम शीट को बड़ा करें
+ पूरी तरह बड़ा करें
+ खींचकर छोड़ने वाले हैंडल पर दो बार टैप किया गया
+ खींचकर छोड़ने वाला हैंडल
+ "जवाब दें"
+ "वीडियो"
+ "अस्वीकार करें"
+ "कॉल काटें"
+ "आने वाला (इनकमिंग) कॉल"
+ "पहले से जारी कॉल"
+ "इनकमिंग कॉल को स्क्रीन किया जा रहा है"
+ %2$d वर्णों में से %1$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
+ तारीख
+ खत्म होने की तारीख
+ शुरू होने की तारीख
+ d
+ m
+ y
+ आज %1$s
+ कैलेंडर के इनपुट मोड पर स्विच करें
+ कैलेंडर के व्यू पर स्विच करने के लिए टैप करें
+ टेक्स्ट के इनपुट मोड पर स्विच करें
+ साल के व्यू पर स्विच करने के लिए टैप करें
+ रद्द करें
+ ठीक है
+ पासवर्ड दिखाएं
+ "खोजें"
+ टेक्स्ट मिटाएं
+ वापस जाएं
+ साइड शीट
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml
new file mode 100644
index 0000000..abe2fee
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d nova obavijest
+ - %d nove obavijesti
+ - %d novih obavijesti
+
+ "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"
+ Sažmite donju tablicu
+ Proširite donju tablicu
+ Proširi donju polovicu
+ Dvaput dodirnut marker za povlačenje
+ Marker za povlačenje
+ "Odgovori"
+ "Videozapis"
+ "Odbij"
+ "Prekini"
+ "Dolazni poziv"
+ "Poziv u tijeku"
+ "Filtriranje dolaznog poziva"
+ Uneseno znakova: %1$d od %2$d
+ Premašeno je ograničenje broja znakova: %1$d od %2$d
+ Brisanje teksta
+ Pogreška: nije važeće
+ Pogreška
+ Prikaži padajući izbornik
+ Ikona dijaloga
+ Kartica
+ Odaberite prijepodne ili poslijepodne
+ %1$s h
+ Odaberite sat
+ %1$s h
+ Odaberite minute
+ %1$s min
+ AM
+ Prijeđite na način rada sata da biste unijeli vrijeme.
+ Sat
+ Minuta
+ PM
+ Odabir vremena
+ Prijeđite na način unosa teksta da biste unijeli vrijeme.
+ Nova obavijest
+ Potvrđeno
+ Djelomično potvrđeno
+ Nije potvrđeno
+ Ukloni %1$s
+ Više od %1$d novih obavijesti
+ Prijelaz na sljedeći mjesec
+ Pomicanje na prethodni mjesec
+ Odabir datuma početka: %1$s – odabir datuma završetka: %2$s
+ Trenutačan odabir: %1$s
+ ništa
+ Odustani
+ U redu
+ %1$s
+ Odaberite datum
+ Odabrani datum
+ %1$s
+ Datum završetka %1$s
+ Nevažeći format.
+ Primjer: %1$s
+ Koristi format: %1$s
+ Raspon nije važeći.
+ Idi na trenutačnu godinu %1$d
+ Prijelaz na godinu %1$d
+ Izvan raspona: %1$s
+ Datum početka – %1$s
+ %1$s – datum završetka
+ %1$s – %2$s
+ Odaberite raspon
+ Datum početka – datum završetka
+ Spremi
+ Datum početka %1$s
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Danas: %1$s
+ Prijelaz na način unosa u Kalendaru
+ Dodirnite da biste se prebacili na prikaz kalendara
+ Prijelaz na način unosa teksta
+ Dodirnite da biste se prebacili na prikaz godine
+ Odustani
+ U redu
+ Prikaži zaporku
+ "Pretraži"
+ Ukloni tekst
+ Natrag
+ Bočni list
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml
new file mode 100644
index 0000000..f051ecb
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d új értesítés
+ - %d új értesítés
+
+ "Ugrás a főoldalra"
+ "Fel"
+ "További lehetőségek"
+ "Kész"
+ "Az összes megtekintése"
+ "Válasszon alkalmazást"
+ "KI"
+ "BE"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Szóköz"
+ "Sym+"
+ "Menu+"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következő alkalmazással: %s"
+ "Összecsukás"
+ Az alsó lap összecsukása
+ Az alsó lap kibontása
+ Kibontás félig
+ Duplán koppintott a csúszkára
+ Csúszka
+ "Fogadás"
+ "Videó"
+ "Elutasítás"
+ "Befejezés"
+ "Bejövő hívás"
+ "Hívás folyamatban"
+ "Bejövő hívás szűrése"
+ Begépelt karakterszám: %2$d/%1$d
+ Maximális karakterszám túllépve: %2$d/%1$d
+ Szöveg törlése
+ Hiba: érvénytelen
+ Hiba
+ Legördülő menü megjelenítése
+ Párbeszédpanel ikonja
+ Lap
+ Válassza ki, hogy délelőtt vagy délután
+ %1$s óra
+ Óra kiválasztása
+ %1$s óra
+ Perc kiválasztása
+ %1$s perc
+ de.
+ Időbevitelhez váltson óramódba.
+ Óra
+ Perc
+ du.
+ Időpont kiválasztása
+ Időbevitelhez váltson szövegbeviteli módba.
+ Új értesítés
+ Bejelölve
+ Részlegesen bejelölve
+ Nincs bejelölve
+ Eltávolítás (%1$s)
+ Több mint %1$d új értesítés
+ Váltás a következő hónapra
+ Váltás az előző hónapra
+ Kiválasztott kezdő dátum: %1$s – Kiválasztott befejező dátum: %2$s
+ Jelenleg kiválasztva: %1$s
+ egyik sem
+ Mégse
+ OK
+ %1$s
+ Válasszon dátumot
+ Kiválasztott dátum
+ %1$s
+ Befejezés dátuma: %1$s
+ Érvénytelen formátum.
+ Példa: %1$s
+ Használja ezt: %1$s
+ Érvénytelen tartomány.
+ Ugrás az aktuális évre %1$d
+ Ugrás ehhez az évhez: %1$d
+ Tartományon kívül: %1$s
+ Kezdés dátuma – %1$s
+ %1$s – Befejezés dátuma
+ %1$s – %2$s
+ Válasszon dátumtartományt
+ Kezdés dátuma – Befejezés dátuma
+ Mentés
+ Kezdés dátuma: %1$s
+ Dátum
+ Befejezés dátuma
+ Kezdés dátuma
+ N
+ H
+ É
+ Ma %1$s
+ Váltás naptárbeviteli módra
+ Koppintson a naptárnézetre való váltáshoz
+ Váltás szövegbeviteli módra
+ Koppintson az éves nézetre való váltáshoz
+ Mégse
+ OK
+ Jelszó megjelenítése
+ "Keresés"
+ Szöveg törlése
+ Vissza
+ Oldalsáv
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml
new file mode 100644
index 0000000..32d9924
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d նոր ծանուցում
+ - %d նոր ծանուցում
+
+ "Անցնել գլխավոր էջ"
+ "Անցնել վերև"
+ "Այլ ընտրանքներ"
+ "Պատրաստ է"
+ "Տեսնել բոլորը"
+ "Ընտրել հավելված"
+ "ԱՆՋԱՏԵԼ"
+ "ՄԻԱՑՆԵԼ"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "բացատ"
+ "Sym+"
+ "Menu+"
+ "Որոնում…"
+ "Ջնջել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Կիսվել…"
+ "Կիսվել %s հավելվածի միջոցով"
+ "Ծալել"
+ Ծալել ներքևի էկրանը
+ Ծավալել ներքևի էկրանը
+ Ծավալել կիսով չափ
+ Կրկնակի հպում տեղափոխման նշիչին
+ Տեղափոխման նշիչ
+ "Պատասխանել"
+ "Տեսազանգ"
+ "Մերժել"
+ "Ավարտել"
+ "Մուտքային զանգ"
+ "Ընթացիկ զանգ"
+ "Մուտքային զանգի զտում"
+ Մուտքագրված նիշեր՝ %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)
+ Անցնել օրացույցի մուտքագրման ռեժիմ
+ Հպեք՝ Օրացույցի դիտակերպին անցնելու համար
+ Անցնել տեքստի մուտքագրման ռեժիմին
+ Հպեք՝ տարվա դիտակերպին անցնելու համար
+ Չեղարկել
+ Եղավ
+ Ցուցադրել գաղտնաբառը
+ "Որոնել"
+ Ջնջել տեքստը
+ Հետ
+ Կողային վահանակ
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml
new file mode 100644
index 0000000..8057945
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d notifikasi baru
+ - %d notifikasi baru
+
+ "Tunjukkan jalan ke rumah"
+ "Kembali ke atas"
+ "Opsi lainnya"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "NONAKTIF"
+ "AKTIF"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "spasi"
+ "Sym+"
+ "Menu+"
+ "Telusuri..."
+ "Hapus kueri"
+ "Telusuri kueri"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+ Menciutkan sheet bawah
+ Meluaskan sheet bawah
+ Luaskan setengah
+ Handel geser diketuk dua kali
+ Handel geser
+ "Jawab"
+ "Video"
+ "Tolak"
+ "Tutup"
+ "Panggilan masuk"
+ "Panggilan sedang berlangsung"
+ "Menyaring panggilan masuk"
+ Karakter yang dimasukkan %1$d dari %2$d
+ Melebihi batas karakter %1$d dari %2$d
+ Menghapus teks
+ Error: tidak valid
+ Error
+ Tampilkan menu dropdown
+ Ikon Dialog
+ Tab
+ Pilih AM atau PM
+ %1$s jam
+ Pilih jam
+ Pukul %1$s
+ Pilih menit
+ %1$s menit
+ AM
+ Beralih ke mode jam untuk masukan waktu.
+ Jam
+ Menit
+ PM
+ Pilih waktu
+ Beralih ke mode masukan teks untuk masukan waktu.
+ Notifikasi baru
+ Dicentang
+ Dicentang sebagian
+ Tidak dicentang
+ Menghapus %1$s
+ Lebih dari %1$d notifikasi baru
+ Ubah ke bulan berikutnya
+ Ubah ke bulan sebelumnya
+ Pemilihan tanggal mulai: %1$s – Pemilihan tanggal akhir: %2$s
+ Pilihan saat ini: %1$s
+ tidak ada
+ Batal
+ Oke
+ %1$s
+ Pilih Tanggal
+ Tanggal yang dipilih
+ %1$s
+ Tanggal akhir %1$s
+ Format tidak valid.
+ Contoh: %1$s
+ Gunakan: %1$s
+ Rentang tidak valid.
+ Pilih tahun ini %1$d
+ Buka tahun %1$d
+ Di luar rentang: %1$s
+ Tanggal mulai – %1$s
+ %1$s – Tanggal akhir
+ %1$s – %2$s
+ Pilih Rentang
+ Tanggal mulai – Tanggal akhir
+ Simpan
+ Tanggal mulai %1$s
+ Tanggal
+ Tanggal akhir
+ Tanggal mulai
+ h
+ b
+ t
+ Hari ini %1$s
+ Beralih ke mode masukan kalender
+ Ketuk untuk beralih ke tampilan Kalender
+ Beralih ke mode masukan teks
+ Ketuk untuk beralih ke tampilan tahun
+ Batal
+ Oke
+ Tampilkan sandi
+ "Telusuri"
+ Hapus teks
+ Kembali
+ Sheet Samping
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml
new file mode 100644
index 0000000..8a37eff
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ný tilkynning
+ - %d nýjar tilkynningar
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "SLÖKKT"
+ "KVEIKT"
+ "Alt+"
+ "Ctrl+"
+ "eyða"
+ "enter"
+ "Aðgerðarlykill+"
+ "Meta+"
+ "Shift+"
+ "bilslá"
+ "Sym+"
+ "Valmynd+"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leit"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ Minnka blað neðst
+ Stækka blað neðst
+ Stækka til hálfs
+ Ýtt tvisvar á dragkló
+ Dragkló
+ "Svara"
+ "Myndsímtal"
+ "Hafna"
+ "Leggja á"
+ "Símtal berst"
+ "Símtal í gangi"
+ "Síar símtal sem berst"
+ Innslegnir stafir %1$d af %2$d
+ Yfir hámarksstafafjölda, %1$d af %2$d
+ Hreinsa texta
+ Villa: Ógilt
+ Villa
+ Sýna fellivalmynd
+ Gluggatákn
+ Flipi
+ Velja f.h. eða e.h.
+ %1$s klst.
+ Velja tíma
+ klukkan %1$s
+ Veldu mínútur
+ %1$s mínútur
+ f.h.
+ Skipta yfir í klukkustillingu til að færa inn tíma.
+ Klukkustund
+ Mínúta
+ e.h.
+ Veldu tíma
+ Skipta yfir í textastillingu til að færa inn tíma.
+ Ný tilkynning
+ Merkt
+ Merkt við að hluta til
+ Ekki merkt
+ Fjarlægja %1$s
+ Yfir %1$d nýjar tilkynningar
+ Breyta í næsta mánuð
+ Breyta í fyrri mánuð
+ Val upphafsdags: %1$s – Val lokadags: %2$s
+ Núverandi val: %1$s
+ ekkert
+ Hætta við
+ Í lagi
+ %1$s
+ Veldu dagsetningu
+ Valin dagsetning
+ %1$s
+ Lokadagur %1$s
+ Ógilt snið.
+ Dæmi: %1$s
+ Nota: %1$s
+ Ógilt svið.
+ Fara á núverandi ár %1$d
+ Fara í árið %1$d
+ Utan sviðs: %1$s
+ Upphafsdagur – %1$s
+ %1$s – lokadagur
+ %1$s – %2$s
+ Veldu tímabil
+ Upphafsdagur – lokadagur
+ Vista
+ Upphafsdagur %1$s
+ Dagsetning
+ Lokadagur
+ Upphafsdagur
+ d
+ m
+ á
+ Í dag %1$s
+ Skipta yfir í innfærsluaðferð fyrir dagatal
+ Ýttu til að skipta yfir í dagatalsyfirlit
+ Skipta yfir í innfærsluaðferð fyrir texta
+ Ýttu til að skipta yfir í ársyfirlit
+ Hætta við
+ Í lagi
+ Sýna aðgangsorð
+ "Leit"
+ Hreinsa texta
+ Til baka
+ Hliðarblað
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml
new file mode 100644
index 0000000..4a7dd59
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nuova notifica
+ - %d nuove notifiche
+
+ "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"
+ Comprimi riquadro inferiore
+ Espandi riquadro inferiore
+ Espandi a metà
+ Doppio tocco su punto di trascinamento
+ Punto di trascinamento
+ "Rispondi"
+ "Video"
+ "Rifiuta"
+ "Riaggancia"
+ "Chiamata in arrivo"
+ "Chiamata in corso"
+ "Applicazione filtro a chiamata in arrivo"
+ %1$d caratteri inserirti su %2$d
+ Sono presenti %2$d caratteri in più rispetto al limite di %1$d
+ Cancella testo
+ Errore: non valido
+ Errore
+ Mostra il menu a discesa
+ Icona della finestra di dialogo
+ Scheda
+ Seleziona AM o PM
+ %1$s ore
+ Seleziona l\'ora
+ %1$s in punto
+ Seleziona i minuti
+ %1$s minuti
+ AM
+ Passa alla modalità orologio per inserire l\'ora.
+ Ora
+ Minuto
+ PM
+ Seleziona l\'ora
+ Passa alla modalità di immissione testo per inserire l\'ora.
+ Nuova notifica
+ Selezionata
+ Parzialmente selezionata
+ Non selezionata
+ Rimuovi %1$s
+ Più di %1$d nuove notifiche
+ Passa al mese successivo
+ Passa al mese precedente
+ Selezione della data di inizio: %1$s. Selezione della data di fine: %2$s
+ Selezione attuale: %1$s
+ Nessuna selezione
+ Annulla
+ OK
+ %1$s
+ Seleziona data
+ Data selezionata
+ %1$s
+ Data di fine: %1$s
+ Formato non valido.
+ Esempio: %1$s
+ Usa: %1$s
+ Intervallo non valido.
+ Vai all\'anno corrente %1$d
+ Vai all\'anno %1$d
+ Non compresa nell\'intervallo: %1$s
+ Data di inizio - %1$s
+ %1$s - Data di fine
+ %1$s - %2$s
+ Seleziona intervallo
+ Data di inizio - Data di fine
+ Salva
+ Data di inizio: %1$s
+ Data
+ Data di fine
+ Data di inizio
+ g
+ m
+ a
+ Oggi %1$s
+ Passa alla modalità di immissione Calendario
+ Tocca per passare alla visualizzazione Calendario
+ Passa alla modalità di immissione Testo
+ Tocca per passare alla visualizzazione Anno
+ Annulla
+ OK
+ Mostra password
+ "Cerca"
+ Cancella testo
+ Indietro
+ Scheda secondaria
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml
new file mode 100644
index 0000000..d2b39d8
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d התראות חדשות
+ - %d התראות חדשות
+ - %d התראות חדשות
+
+ "ניווט לדף הבית"
+ "ניווט למעלה"
+ "עוד אפשרויות"
+ "סיום"
+ "הצגת הכול"
+ "בחירת אפליקציה"
+ "כבוי"
+ "מופעל"
+ "Alt+"
+ "Ctrl+"
+ "מחיקה"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "רווח"
+ "Sym+"
+ "תפריט+"
+ "חיפוש…"
+ "מחיקת השאילתה"
+ "שאילתת חיפוש"
+ "חיפוש"
+ "שליחת שאילתה"
+ "חיפוש קולי"
+ "שיתוף עם"
+ "שיתוף עם %s"
+ "כיווץ"
+ כיווץ הגיליון התחתון
+ הרחבת הגיליון התחתון
+ הרחבה עד האמצע
+ בוצעה הקשה כפולה על נקודת האחיזה לגרירה
+ נקודת אחיזה לגרירה
+ "מענה"
+ "וידאו"
+ "דחייה"
+ "ניתוק"
+ "שיחה נכנסת"
+ "שיחה פעילה"
+ "סינון שיחה נכנסת"
+ הוזנו %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
+ החלפה לשיטת קלט של יומן
+ יש להקיש כדי לעבור לתצוגת יומן
+ החלפה לשיטת קלט של טקסט
+ יש להקיש כדי לעבור לתצוגת שנתית
+ ביטול
+ אישור
+ הצגת סיסמה
+ "חיפוש"
+ מחיקת הטקסט
+ חזרה
+ גיליון צדדי
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml
new file mode 100644
index 0000000..9f36479
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d 件の新しい通知
+ - %d 件の新しい通知
+
+ "ホームに戻る"
+ "前に戻る"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "Menu+"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+ ボトムシートを閉じる
+ ボトムシートを開く
+ 下半分を展開
+ ドラッグ ハンドルをダブルタップしました
+ ドラッグ ハンドル
+ "応答"
+ "ビデオ"
+ "拒否"
+ "通話終了"
+ "着信"
+ "通話中"
+ "着信をスクリーニング中"
+ 入力済み文字数: %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
+ なし
+ キャンセル
+ 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
+ 日付
+ 終了日
+ 開始日
+ d
+ m
+ y
+ 今日(%1$s)
+ カレンダー入力モードに切り替え
+ タップするとカレンダー表示に切り替わります
+ テキスト入力モードに切り替え
+ タップすると年表示に切り替わります
+ キャンセル
+ OK
+ パスワードを表示
+ "検索"
+ テキストを消去
+ 戻る
+ サイドシート
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml
new file mode 100644
index 0000000..e667f11
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ახალი შეტყობინება
+ - %d ახალი შეტყობინება
+
+ "მთავარზე გადასვლა"
+ "ზემოთ გადასვლა"
+ "სხვა ვარიანტები"
+ "მზადაა"
+ "ყველას ნახვა"
+ "აირჩიეთ აპი"
+ "გამორთვა"
+ "ჩართვა"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "შორისი"
+ "Sym+"
+ "Menu+"
+ "ძიება…"
+ "მოთხოვნის გასუფთავება"
+ "მოთხოვნის ძიება"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-ით გაზიარება"
+ "ჩაკეცვა"
+ ქვედა ფურცლის ჩაკეცვა
+ ქვედა ფურცლის გაშლა
+ ნახევრამდე გაფართოება
+ ორმაგი შეხება ჩავლების სახელურზე
+ სახელური ჩავლებისთვის
+ "პასუხი"
+ "ვიდეო"
+ "უარყოფა"
+ "გათიშვა"
+ "შემომავალი ზარი"
+ "მიმდინარე ზარი"
+ "შემომავალი ზარების გაცხრილვა"
+ შეყვანილია %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)
+ კალენდარში შეყვანის რეჟიმზე გადართვა
+ შეეხეთ კალენდრის ხედზე გადასართავად
+ ტექსტის შეყვანის რეჟიმზე გადართვა
+ შეეხეთ წლის ხედზე გადასართავად
+ გაუქმება
+ კარგი
+ პაროლის ჩვენება
+ "ძიება"
+ ტექსტის გასუფთავება
+ უკან
+ გვერდითი ფურცელი
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml
new file mode 100644
index 0000000..0e138ca
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d жаңа хабарландыру
+ - %d жаңа хабарландыру
+
+ "Негізгі бетке өту"
+ "Жоғары қарай өту"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "ӨШІРУ"
+ "ҚОСУ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "бос орын"
+ "Sym+"
+ "Menu+"
+ "Іздеу…"
+ "Сұрауды өшіру"
+ "Іздеу сұрауы"
+ "Іздеу"
+ "Сұрауды жіберу"
+ "Дауыспен іздеу"
+ "Бөлісу"
+ "%s қолданбасымен бөлісу"
+ "Жию"
+ Төменгі парақшаны жию
+ Төменгі парақшаны жаю
+ Жартылай кеңейту
+ Сүйрейтін тетік екі рет түртілді.
+ Сүйрейтін тетік
+ "Жауап"
+ "Бейне"
+ "Қабылдамау"
+ "Тұтқаны қою"
+ "Кіріс қоңырау"
+ "Қоңырау"
+ "Келген қоңырауды сүзу"
+ %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
+ Күнтізбенің енгізу режиміне ауысу
+ Күнтізбе бойынша көрсету үшін түртіңіз.
+ Мәтін енгізу режиміне ауысу
+ Жыл бойынша көрсету үшін түртіңіз.
+ Бас тарту
+ Жарайды
+ Құпия сөзді көрсету
+ "Іздеу"
+ Мәтінді өшіру
+ Артқа
+ Бүйірлік парақ
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml
new file mode 100644
index 0000000..5e7233b
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml
@@ -0,0 +1,118 @@
+
+
+
+ - ការជូនដំណឹងថ្មី %d
+ - ការជូនដំណឹងថ្មី %d
+
+ "ទៅទំព័រដើម"
+ "រំកិលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសរើសកម្មវិធី"
+ "បិទ"
+ "បើក"
+ "Alt+"
+ "Ctrl+"
+ "លុប"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់បញ្ជូនសំណួរ"
+ "ស្វែងរកតាមសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ បង្រួមសន្លឹកខាងក្រោម
+ ពង្រីកសន្លឹកខាងក្រោម
+ ពង្រីកពាក់កណ្ដាល
+ បានប៉ះដងអូសពីរដង
+ ដងអូស
+ "ឆ្លើយ"
+ "វីដេអូ"
+ "បដិសេធ"
+ "ដាក់ចុះ"
+ "ការហៅចូល"
+ "ការហៅដែលកំពុងដំណើរការ"
+ "កំពុងពិនិត្យការហៅចូល"
+ តួអក្សរបានបញ្ចូល %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
+ ប្ដូរទៅរបៀបបញ្ចូលប្រតិទិន
+ ចុច ដើម្បីប្ដូរទៅទិដ្ឋភាពប្រតិទិន
+ ប្ដូរទៅរបៀបបញ្ចូលអក្សរ
+ ចុច ដើម្បីប្ដូរទៅទិដ្ឋភាពឆ្នាំ
+ បោះបង់
+ យល់ព្រម
+ បង្ហាញពាក្យសម្ងាត់
+ "ស្វែងរក"
+ សម្អាតអក្សរ
+ ថយក្រោយ
+ សន្លឹកចំហៀង
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml
new file mode 100644
index 0000000..7d307d5
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ಹೊಸ ನೋಟಿಫಿಕೇಶನ್ಗಳು
+ - %d ಹೊಸ ನೋಟಿಫಿಕೇಶನ್ಗಳು
+
+ "ಹೋಮ್ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಆಯಿತು"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಆ್ಯಪ್ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ"
+ "ಆಫ್"
+ "ಆನ್"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಕುಗ್ಗಿಸಿ"
+ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ಕುಗ್ಗಿಸಿ
+ ಕೆಳಭಾಗದ ಶೀಟ್ ಅನ್ನು ವಿಸ್ತರಿಸಿ
+ ಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿ
+ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ ಎಂಬುದನ್ನು ಡಬಲ್-ಟ್ಯಾಪ್ ಮಾಡಲಾಗಿದೆ
+ ಹ್ಯಾಂಡಲ್ ಡ್ರ್ಯಾಗ್ ಮಾಡಿ
+ "ಉತ್ತರಿಸಿ"
+ "ವೀಡಿಯೊ"
+ "ನಿರಾಕರಿಸಿ"
+ "ಕರೆ ಕೊನೆಗೊಳಿಸಿ"
+ "ಒಳಬರುವ ಕರೆ"
+ "ಚಾಲ್ತಿಯಲ್ಲಿರುವ ಕರೆ"
+ "ಒಳಬರುವ ಕರೆಯನ್ನು ಸ್ಕ್ರೀನ್ ಮಾಡಲಾಗುತ್ತಿದೆ"
+ %2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆ
+ ಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$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
+ ಕ್ಯಾಲೆಂಡರ್ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
+ Calendar ವೀಕ್ಷಣೆಗೆ ಬದಲಾಯಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
+ ಪಠ್ಯ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
+ ವರ್ಷದ ವೀಕ್ಷಣೆಗೆ ಬದಲಾಯಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
+ ರದ್ದುಮಾಡಿ
+ ಸರಿ
+ ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ
+ "ಹುಡುಕಿ"
+ ಪಠ್ಯವನ್ನು ತೆರವುಗೊಳಿಸಿ
+ ಹಿಂದಕ್ಕೆ
+ ಸೈಡ್ ಶೀಟ್
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml
new file mode 100644
index 0000000..04035f1
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml
@@ -0,0 +1,118 @@
+
+
+
+ - 새 알림 %d개
+ - 새 알림 %d개
+
+ "홈으로 이동"
+ "위로 이동"
+ "추가 옵션"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "사용 중지"
+ "사용"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "스페이스바"
+ "Sym+"
+ "Menu+"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상:"
+ "%s과(와) 공유"
+ "접기"
+ 하단 시트 접기
+ 하단 시트 펼치기
+ 반만 펼치기
+ 두 번 탭한 드래그 핸들
+ 드래그 핸들
+ "통화"
+ "동영상"
+ "거절"
+ "전화 끊기"
+ "수신 전화"
+ "진행 중인 통화"
+ "수신 전화 검사 중"
+ 입력된 글자 %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)
+ 캘린더 입력 모드로 전환
+ 탭하여 캘린더 뷰로 전환
+ 텍스트 입력 모드로 전환
+ 탭하여 연도 뷰로 전환
+ 취소
+ 확인
+ 비밀번호 표시
+ "검색"
+ 텍스트 삭제
+ 뒤로
+ 사이드 시트
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml
new file mode 100644
index 0000000..6fd26ce
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d жаңы билдирме
+ - %d жаңы билдирме
+
+ "Башкы бетке чабыттоо"
+ "Мурунку экранга өтүү"
+ "Дагы параметрлер"
+ "Бүттү"
+ "Баарын көрүү"
+ "Колдонмо тандоо"
+ "ӨЧҮК"
+ "КҮЙҮК"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "боштук"
+ "Sym+"
+ "Menu+"
+ "Издөө…"
+ "Сурамды өчүрүү"
+ "Изделген сурам"
+ "Издөө"
+ "Сурам тапшыруу"
+ "Айтып издөө"
+ "Төмөнкү менен бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйыштыруу"
+ Ылдыйкы экранды жыйыштыруу
+ Ылдыйкы экранды жайып көрсөтүү
+ Жарымын жайып көрсөтүү
+ Эки жолу таптап, тизменин керектүү жерине сүйрөп баруу
+ Тизменин керектүү жерине сүйрөп баруу
+ "Жооп берүү"
+ "Видео"
+ "Четке кагуу"
+ "Чалууну бүтүрүү"
+ "Кирүүчү чалуу"
+ "Учурдагы чалуу"
+ "Кирүүчү чалууну иргөө"
+ %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
+ Жылнаамага иш-чара киргизүү режимине которулуу
+ Жылнаама көрүнүшүнө өтүү үчүн таптап коюңуз
+ Текст киргизүү режимине которулуу
+ Жыл көрүнүшүнө өтүү үчүн таптап коюңуз
+ Жокко чыгаруу
+ Жарайт
+ Сырсөздү көрсөтүү
+ "Издөө"
+ Текстти тазалоо
+ Артка
+ Капталдагы таблица
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml
new file mode 100644
index 0000000..dc00152
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml
@@ -0,0 +1,47 @@
+
+
+ 48dp
+ 12dp
+ 14dp
+ 450dp
+ 600dp
+ 24dp
+ 24dp
+ 24dp
+ 24dp
+ 20dp
+ 4dp
+ 96dp
+ 0dp
+ 0dp
+ 104dp
+ 68dp
+ 28dp
+ 64dp
+ 32dp
+ 24dp
+ 32dp
+ 0
+ 6
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml
new file mode 100644
index 0000000..4284ad3
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml
@@ -0,0 +1,16 @@
+
+
+ 440dp
+ - 60%
+ - 90%
+ - 60%
+ - 90%
+ - 55%
+ - 80%
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml
new file mode 100644
index 0000000..1bdd835
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml
new file mode 100644
index 0000000..0096540
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml
@@ -0,0 +1,5 @@
+
+
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml
new file mode 100644
index 0000000..f9cfe1f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ - %d ການແຈ້ງເຕືອນໃໝ່
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ເລື່ອນຂຶ້ນເທິງ"
+ "ຕົວເລືອກເພີ່ມເຕີມ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງໝົດ"
+ "ເລືອກແອັບ"
+ "ປິດ"
+ "ເປີດ"
+ "Alt+"
+ "Ctrl+"
+ "ລຶບ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ຍະຫວ່າງ"
+ "Sym+"
+ "Menu+"
+ "ຊອກຫາ…"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຄຳສຳລັບຄົ້ນຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງຂໍ້ມູນ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນດ້ວຍ %s"
+ "ຫຍໍ້ລົງ"
+ ຫຍໍ້ຊີດລຸ່ມສຸດລົງ
+ ຂະຫຍາຍຊີດລຸ່ມສຸດ
+ ຂະຫຍາຍອອກເຄິ່ງໜຶ່ງ
+ ແຕະບ່ອນຈັບລາກສອງເທື່ອແລ້ວ
+ ບ່ອນຈັບລາກ
+ "ຮັບສາຍ"
+ "ວິດີໂອ"
+ "ປະຕິເສດ"
+ "ວາງສາຍ"
+ "ສາຍໂທເຂົ້າ"
+ "ສາຍໂທອອກ"
+ "ກຳລັງກວດສອບສາຍໂທເຂົ້າ"
+ ຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %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
+ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນ
+ ແຕະເພື່ອສະຫຼັບໄປເປັນມຸມມອງປະຕິທິນ
+ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມ
+ ແຕະເພື່ອສະຫຼັບໄປເປັນມຸມມອງປີ
+ ຍົກເລີກ
+ ຕົກລົງ
+ ສະແດງລະຫັດຜ່ານ
+ "ຊອກຫາ"
+ ລຶບລ້າງຂໍ້ຄວາມ
+ ກັບຄືນ
+ ຊີດດ້ານຂ້າງ
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml
new file mode 100644
index 0000000..35787b9
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d naujas pranešimas
+ - %d nauji pranešimai
+ - %d naujo pranešimo
+ - %d naujų pranešimų
+
+ "Eiti į pagrindinį puslapį"
+ "Naršyti aukštyn"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Žr. viską"
+ "Pasirinkite programą"
+ "IŠJUNGTI"
+ "ĮJUNGTI"
+ "„Alt“ +"
+ "„Ctrl“ +"
+ "„delete“"
+ "„enter“"
+ "„Function“ +"
+ "„Meta“ +"
+ "„Shift“ +"
+ "„space“"
+ "„Sym“ +"
+ "„Menu“ +"
+ "Ieškoti…"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Ieškoti"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti su"
+ "Bendrinti naudojant programą „%s“"
+ "Sutraukti"
+ Sutraukti apatinį lapą
+ Išskleisti apatinį lapą
+ Išskleisti iki pusės
+ Vilkimo rankenėlė dukart paliesta
+ Vilkimo rankenėlė
+ "Atsakyti"
+ "Vaizdo įrašas"
+ "Atmesti"
+ "Baigti pok."
+ "Gaunamasis skambutis"
+ "Vykstantis skambutis"
+ "Gaunamojo skambučio tikrinimas"
+ Įvesta simbolių: %1$d iš %2$d
+ Viršytas simbolių skaičius: %1$d iš %2$d
+ Išvalyti tekstą
+ Klaida: netinkama
+ Klaida
+ Rodyti išskleidžiamąjį meniu
+ Dialogo lango piktograma
+ Skirtukas
+ Pasirinkite „iki pietų“ arba „po pietų“
+ %1$s val.
+ Pasirinkite valandą
+ %1$s val.
+ Pasirinkite minutes
+ %1$s min.
+ AM
+ Laiko įvestį pateikti perjungus į laikrodžio režimą.
+ Valanda
+ Minutė
+ PM
+ Pasirinkite laiką
+ Laiko įvestį pateikti perjungus į teksto įvesties režimą.
+ Naujas pranešimas
+ Pažymėta
+ Iš dalies pažymėta
+ Nepažymėta
+ Pašalinti %1$s
+ Naujų pranešimų: daugiau nei %1$d
+ Pakeisti į kitą mėnesį
+ Pakeisti į ankstesnį mėnesį
+ Pradžios datos pasirinkimas: %1$s – Pabaigos datos pasirinkimas: %2$s
+ Dabartinis pasirinkimas: %1$s
+ nėra
+ Atšaukti
+ Gerai
+ %1$s
+ Pasirinkite datą
+ Pasirinkta data
+ %1$s
+ Pabaigos data %1$s
+ Netinkamas formatas.
+ Pavyzdys: %1$s
+ Naudoti: %1$s
+ Netinkamas diapazonas.
+ Eiti į dabartinius metus %1$d
+ Eiti į %1$d metus
+ Nepatenka į diapazoną: %1$s
+ Pradžios data–%1$s
+ %1$s–pabaigos data
+ %1$s–%2$s
+ Pasirinkite diapazoną
+ Pradžios data–pabaigos data
+ Išsaugoti
+ Pradžios data %1$s
+ Data
+ Pabaigos data
+ Pradžios data
+ d
+ m
+ y
+ Šiandien %1$s
+ Perjungti į kalendoriaus įvesties režimą
+ Palieskite, kad perjungtumėte į Kalendoriaus rodinį
+ Perjungti į teksto įvesties režimą
+ Palieskite, kad perjungtumėte į metų rodinį
+ Atšaukti
+ Gerai
+ Rodyti slaptažodį
+ "Ieškoti"
+ Išvalyti tekstą
+ Atgal
+ Šoninis lapas
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml
new file mode 100644
index 0000000..85d0769
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d jaunu paziņojumu
+ - %d jauns paziņojums
+ - %d jauni paziņojumi
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties uz augšu"
+ "Citas opcijas"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "IZSLĒGT"
+ "IESLĒGT"
+ "Alternēšanas taustiņš +"
+ "Vadīšanas taustiņš +"
+ "dzēšanas taustiņš"
+ "ievadīšanas taustiņš"
+ "Funkcijas taustiņš +"
+ "Meta taustiņš +"
+ "Pārslēgšanas taustiņš +"
+ "atstarpes taustiņš"
+ "Simbolu taustiņš +"
+ "Poga Izvēlne +"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēt ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar lietojumprogrammu %s"
+ "Sakļaut"
+ Sakļaut ekrāna apakšdaļas lapu
+ Izvērst ekrāna apakšdaļas lapu
+ Izvērst līdz pusei
+ Tika veikts dubultskāriens uz vilkšanas tura
+ Vilkšanas turis
+ "Atbildēt"
+ "Video"
+ "Noraidīt"
+ "Pārtraukt"
+ "Ienākošais zvans"
+ "Pašreizējais zvans"
+ "Ienākošā zvana filtrēšana"
+ Ievadītās rakstzīmes: %1$d no %2$d
+ Pārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)
+ Notīrīt tekstu
+ Kļūda: nederīga
+ Kļūda
+ Rādīt nolaižamo izvēlni
+ Dialoglodziņa ikona
+ Cilne
+ Atlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).
+ %1$s stundas
+ Atlasiet stundu
+ plkst. %1$s
+ Atlasiet minūtes.
+ %1$s min
+ AM
+ Lai ievadītu laiku, ieslēdziet pulksteņa režīmu.
+ Stunda
+ Minūte
+ PM
+ Laika atlasīšana
+ Lai ievadītu laiku, ieslēdziet teksta ievades režīmu.
+ Jauns paziņojums
+ Atzīmēta
+ Daļēji atzīmēta
+ Nav atzīmēta
+ Noņemt: %1$s
+ Vairāk nekā %1$d jauni paziņojumi
+ Pāriet uz nākamo mēnesi
+ Pāriet uz iepriekšējo mēnesi
+ Sākuma datuma atlase: %1$s; beigu datuma atlase: %2$s
+ Pašreizējā atlase: %1$s
+ nav
+ Atcelt
+ Labi
+ %1$s
+ Atlasiet datumu
+ Atlasītais datums
+ %1$s
+ Beigu datums: %1$s
+ Nederīgs formāts.
+ Piemērs: %1$s
+ Izmantojiet: %1$s
+ Nederīgs diapazons.
+ Pāriet uz pašreizējo gadu (%1$d)
+ Pāriet uz šo gadu: %1$d
+ Ārpus diapazona: %1$s
+ Sākuma datums–%1$s
+ %1$s–beigu datums
+ %1$s–%2$s
+ Atlasiet diapazonu
+ Sākuma datums–beigu datums
+ Saglabāt
+ Sākuma datums: %1$s
+ Datums
+ Beigu datums
+ Sākuma datums
+ d
+ m
+ g
+ Šodien (%1$s)
+ Pārslēgties uz kalendāra ievades režīmu
+ Pieskarieties, lai pārslēgtos uz Kalendāra skatu
+ Pārslēgties uz teksta ievades režīmu
+ Pieskarieties, lai pārslēgtos uz gada skatu
+ Atcelt
+ Labi
+ Rādīt paroli
+ "Meklēt"
+ Notīrīt tekstu
+ Atpakaļ
+ Sānu lapa
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml
new file mode 100644
index 0000000..c9033ee
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ново известување
+ - %d нови известувања
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Прикажи ги сите"
+ "Избери апликација"
+ "ИСКЛУЧЕНО"
+ "ВКЛУЧЕНО"
+ "Alt+"
+ "Ctrl+"
+ "избриши"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "вселена"
+ "Sym+"
+ "Menu+"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Испрати барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Сподели со %s"
+ "Собери"
+ Соберете го долниот лист
+ Проширете го долниот лист
+ Прошири до половина
+ Рачката за влечење е допрена двапати
+ Рачка за влечење
+ "Одговори"
+ "Видео"
+ "Одбиј"
+ "Спушти"
+ "Дојдовен повик"
+ "Тековен повик"
+ "Проверка на дојдовен повик"
+ Внесени се %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
+ Префрли на режим за внесување во календарот
+ Допрете за да се префрлите на приказ на „Календар“
+ Префрли на режим за внесување текст
+ Допрете за да се префрлите на приказ на година
+ Откажи
+ Во ред
+ Прикажи ја лозинката
+ "Пребарување"
+ Бришење на текстот
+ Враќање назад
+ Страничен лист
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml
new file mode 100644
index 0000000..843c774
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d പുതിയ അറിയിപ്പ്
+ - %d പുതിയ അറിയിപ്പുകൾ
+
+ "ഹോമിലേക്ക് പോവുക"
+ "മുകളിലേക്ക് പോവുക"
+ "കൂടുതൽ ഓപ്ഷനുകൾ"
+ "പൂർത്തിയായി"
+ "എല്ലാം കാണുക"
+ "ആപ്പ് തിരഞ്ഞെടുക്കുക"
+ "ഓഫ്"
+ "ഓൺ"
+ "Alt+"
+ "Ctrl+"
+ "ഇല്ലാതാക്കുക"
+ "enter"
+ "ഫംഗ്ഷന്+"
+ "മെറ്റ+"
+ "Shift+"
+ "സ്പെയ്സ്"
+ "Sym+"
+ "മെനു+"
+ "തിരയുക…"
+ "ചോദ്യം മായ്ക്കുക"
+ "ചോദ്യം തിരയുക"
+ "തിരയുക"
+ "ചോദ്യം സമർപ്പിക്കുക"
+ "സംസാരത്തിലൂടെ തിരയുക"
+ "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ ബോട്ടം ഷീറ്റ് ചുരുക്കുക
+ ബോട്ടം ഷീറ്റ് വികസിപ്പിക്കുക
+ മുഴുവനായി വികസിപ്പിക്കുക
+ വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ ഡബിൾ ടാപ്പ് ചെയ്തു
+ വലിച്ചിടുന്നതിനുള്ള ഹാൻഡിൽ
+ "മറുപടി നൽകുക"
+ "വീഡിയോ"
+ "നിരസിക്കുക"
+ "കോൾ നിർത്തുക"
+ "ഇൻകമിംഗ് കോൾ"
+ "സജീവമായ കോൾ"
+ "ഇൻകമിംഗ് കോൾ സ്ക്രീൻ ചെയ്യുന്നു"
+ %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
+ തീയതി
+ അവസാനിക്കുന്ന തീയതി
+ ആരംഭിക്കുന്ന തീയതി
+ d
+ m
+ y
+ ഇന്ന് %1$s
+ കലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
+ കലണ്ടർ കാഴ്ചയിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
+ ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
+ വർഷ കാഴ്ചയിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
+ റദ്ദാക്കുക
+ ശരി
+ പാസ്വേഡ് കാണിക്കുക
+ "തിരയുക"
+ ടെക്സ്റ്റ് മായ്ക്കുക
+ മടങ്ങുക
+ സൈഡ് ഷീറ്റ്
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml
new file mode 100644
index 0000000..a3e4a1a
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d шинэ мэдэгдэл
+ - %d шинэ мэдэгдэл
+
+ "Нүүр хуудас уруу шилжих"
+ "Дээш шилжих"
+ "Бусад сонголт"
+ "Болсон"
+ "Бүгдийг харах"
+ "Аппыг сонгох"
+ "ИДЭВХГҮЙ"
+ "ИДЭВХТЭЙ"
+ "Alt+"
+ "Ctrl+"
+ "устгах"
+ "оруулах"
+ "Функц+"
+ "Мета+"
+ "Шифт+"
+ "зай"
+ "Sym+"
+ "Цэс+"
+ "Хайх…"
+ "Асуулга арилгах"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулга илгээх"
+ "Дуут хайлт"
+ "Дараахтай хуваалцах"
+ "%s-тай хуваалцах"
+ "Буулгах"
+ Доод хүснэгтийг хураах
+ Доод хүснэгтийг дэлгэх
+ Хагас дэлгэнэ үү
+ Чирэх бариулыг хоёр товших
+ Чирэх бариул
+ "Хариулах"
+ "Видео"
+ "Татгалзах"
+ "Таслах"
+ "Ирсэн дуудлага"
+ "Дуудлага хийгдэж байна"
+ "Ирсэн дуудлагыг харуулж байна"
+ %2$d-н %1$d тэмдэгтийг оруулсан
+ Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн
+ Текстийг арилгах
+ Алдаа: хүчингүй
+ Алдаа
+ Доош унадаг цэсийг харуулах
+ Харилцах цонхны дүрс тэмдэг
+ Таб
+ ҮӨ эсвэл ҮХ сонгоно уу
+ %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
+ Нууц үгийг харуулах
+ "Хайх"
+ Текстийг арилгах
+ Буцах
+ Хажуугийн хүснэгт
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml
new file mode 100644
index 0000000..5ac330c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d नवीन सूचना
+ - %d नवीन सूचना
+
+ "घराकडे नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "आणखी पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "अॅप निवडा"
+ "बंद"
+ "सुरू"
+ "Alt+"
+ "Ctrl+"
+ "हटवा"
+ "एंटर करा"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "मेनू+"
+ "शोधा…"
+ "क्वेरी साफ करा"
+ "शोध क्वेरी"
+ "शोधा"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासोबत शेअर करा"
+ "%s सह शेअर करा"
+ "कोलॅप्स करा"
+ तळाशी असलेली शीट कोलॅप्स करा
+ तळाशी असलेल्या शीटचा विस्तार करा
+ पूर्णपणे विस्तृत करा
+ ड्रॅग हॅंडलवर दोनदा टॅप केले आहे
+ ड्रॅग हॅंडल
+ "उत्तर द्या"
+ "व्हिडिओ"
+ "नकार द्या"
+ "कॉल बंद करा"
+ "इनकमिंग कॉल"
+ "सुरू असलेला कॉल"
+ "इनकमिंग कॉल स्क्रीन करत आहे"
+ %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
+ कॅलेंडर इनपुट मोडवर स्विच करा
+ कॅलेंडर या दृश्यावर स्विच करण्यासाठी टॅप करा
+ मजकूर इनपुट मोडवर स्विच करा
+ वर्ष या दृश्यावर स्विच करण्यासाठी टॅप करा
+ रद्द करा
+ ओके
+ पासवर्ड दाखवा
+ "शोध"
+ मजकूर साफ करा
+ मागे जा
+ साइड शीट
+ "९९९+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml
new file mode 100644
index 0000000..f445bc5
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d pemberitahuan baharu
+ - %d pemberitahuan baharu
+
+ "Navigasi laman utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "MATI"
+ "HIDUP"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fungsi+"
+ "Meta+"
+ "Shift+"
+ "ruang"
+ "Sym+"
+ "Menu+"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ Kuncupkan helaian bawah
+ Kembangkan helaian bawah
+ Kembangkan helaian bawah
+ Pemegang seret diketik dua kali
+ Pemegang seret
+ "Jawab"
+ "Video"
+ "Tolak"
+ "Tamatkan Panggilan"
+ "Panggilan masuk"
+ "Panggilan sedang berlangsung"
+ "Menyaring panggilan masuk"
+ Aksara dimasukkan %1$d daripada %2$d
+ Melebihi had aksara %1$d daripada %2$d
+ Kosongkan teks
+ Ralat: tidak sah
+ Ralat
+ Tunjukkan menu lungsur
+ Ikon Dialog
+ Tab
+ Pilih AM atau PM
+ %1$s jam
+ Pilih jam
+ Pukul %1$s
+ Pilih minit
+ %1$s minit
+ PG
+ Beralih ke mod jam untuk input masa.
+ Jam
+ Minit
+ P/M
+ Pilih masa
+ Beralih ke mod input teks untuk input masa.
+ Pemberitahuan baharu
+ Ditandai
+ Sebahagiannya ditandai
+ Tidak ditandai
+ Alih keluar %1$s
+ Lebih daripada %1$d pemberitahuan baharu
+ Tukar kepada bulan seterusnya
+ Tukar kepada bulan sebelumnya
+ Pilihan tarikh mula: %1$s – Pilihan tarikh tamat: %2$s
+ Pilihan semasa: %1$s
+ tiada
+ Batal
+ OK
+ %1$s
+ Pilih Tarikh
+ Tarikh dipilih
+ %1$s
+ Tarikh tamat %1$s
+ Format tidak sah.
+ Contoh: %1$s
+ Gunakan: %1$s
+ Julat tidak sah.
+ Navigasi ke tahun semasa %1$d
+ Navigasi ke tahun %1$d
+ Di luar julat: %1$s
+ Tarikh mula – %1$s
+ %1$s – Tarikh tamat
+ %1$s – %2$s
+ Pilih Julat
+ Tarikh mula – Tarikh tamat
+ Simpan
+ Tarikh mula %1$s
+ Tarikh
+ Tarikh tamat
+ Tarikh mula
+ h
+ b
+ t
+ Hari ini %1$s
+ Beralih kepada mod input kalendar
+ Ketik untuk menukar kepada paparan Kalendar
+ Beralih kepada mod input teks
+ Ketik untuk menukar kepada paparan tahun
+ Batal
+ OK
+ Tunjukkan kata laluan
+ "Cari"
+ Kosongkan teks
+ Kembali
+ Helaian Sisi
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml
new file mode 100644
index 0000000..d623ed3
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml
@@ -0,0 +1,118 @@
+
+
+
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ - အကြောင်းကြားချက်အသစ် %d ခု
+
+ "မူလနေရာကို ပြန်သွားရန်"
+ "အပေါ်သို့ ရွှေ့ရန်"
+ "နောက်ထပ် ရွေးစရာများ"
+ "ပြီးပြီ"
+ "အားလုံး ကြည့်ရန်"
+ "အက်ပ်တစ်ခုကို ရွေးရန်"
+ "ပိတ်"
+ "ဖွင့်"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ရှာဖွေရန်…"
+ "ရှာဖွေမှုကို ဖယ်ရှားရန်"
+ "ရှာဖွေရန် မေးခွန်း"
+ "ရှာရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်"
+ "အသံဖြင့် ရှာရန်"
+ "နှင့် မျှဝေရန်"
+ "%s ဖြင့် မျှဝေရန်"
+ "လျှော့ပြရန်"
+ အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ပိတ်နိုင်သည်
+ အောက်ခြေအပိုဆောင်း စာမျက်နှာကို ချဲ့နိုင်သည်
+ တစ်ဝက်ချဲ့ရန်
+ ဖိဆွဲအထိန်း နှစ်ချက်တို့ထားသည်
+ ဖိဆွဲအထိန်း
+ "ဖုန်းကိုင်ရန်"
+ "ဗီဒီယို"
+ "ငြင်းပယ်ရန်"
+ "ဖုန်းချရန်"
+ "အဝင်ခေါ်ဆိုမှု"
+ "လက်ရှိခေါ်ဆိုမှု"
+ "အဝင်ခေါ်ဆိုမှုကို စစ်ဆေးနေသည်"
+ စာလုံးရေ %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
+ ရက်စွဲ
+ ပြီးဆုံးရက်
+ စတင်ရက်
+ d
+ m
+ y
+ ယနေ့ %1$s
+ ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
+ ပြက္ခဒိန်မြင်ကွင်းသို့ ပြောင်းရန် တို့နိုင်သည်
+ စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
+ နှစ်အလိုက်မြင်ကွင်းသို့ ပြောင်းရန် တို့နိုင်သည်
+ မလုပ်တော့
+ OK
+ စကားဝှက်ကို ပြရန်
+ "ရှာဖွေမှု"
+ စာသား ဖယ်ရှားရန်
+ နောက်သို့
+ အရန်စာမျက်နှာ
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml
new file mode 100644
index 0000000..1c77e32
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nytt varsel
+ - %d nye varsler
+
+ "Naviger hjem"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "AV"
+ "PÅ"
+ "Alt+"
+ "Ctrl+"
+ "slett"
+ "enter"
+ "Funksjon+"
+ "Meta+"
+ "Shift+"
+ "mellomrom"
+ "Sym+"
+ "Meny+"
+ "Søk"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ Skjul feltet nederst
+ Vis feltet nederst
+ Vis halve feltet nederst
+ Dobbelttrykket på håndtaket
+ Håndtak
+ "Svar"
+ "Video"
+ "Avvis"
+ "Legg på"
+ "Innkommende anrop"
+ "Pågående samtale"
+ "Filtrerer et innkommende anrop"
+ %1$d av %2$d tegn er skrevet inn
+ Tegngrensen er overskredet – %1$d av %2$d
+ Fjern teksten
+ Feil: ugyldig
+ Feil
+ Vis rullegardinmenyen
+ Dialogboksikon
+ Fane
+ Velg AM eller PM
+ %1$s timer
+ Velg time
+ %1$s null-null
+ Angi minutter
+ %1$s minutter
+ AM
+ Bytt til klokkemodus for tidsinndata.
+ Time
+ Minutt
+ PM
+ Velg tidspunkt
+ Bytt til tekstinndatamodus for tidsinndata.
+ Nytt varsel
+ Avmerket
+ Delvis avmerket
+ Ikke avmerket
+ Fjern %1$s
+ Flere enn %1$d nye varsler
+ Endre til neste måned
+ Endre til forrige måned
+ Valg av startdato: %1$s – valg av sluttdato: %2$s
+ Gjeldende valg: %1$s
+ ingen
+ Avbryt
+ OK
+ %1$s
+ Velg dato
+ Valgt dato
+ %1$s
+ Sluttdato %1$s
+ Ugyldig format.
+ Eksempel: %1$s
+ Bruk: %1$s
+ Ugyldig område.
+ Gå til dette året %1$d
+ Naviger til år %1$d
+ Utenfor rekkevidde: %1$s
+ Startdato – %1$s
+ %1$s – sluttdato
+ %1$s–%2$s
+ Velg periode
+ Startdato–sluttdato
+ Lagre
+ Startdato %1$s
+ Dato
+ Sluttdato
+ Startdato
+ d
+ m
+ å
+ I dag %1$s
+ Bytt til kalenderinndatamodus
+ Trykk for å bytte til kalendervisningen
+ Bytt til tekstinndatamodus
+ Trykk for å bytte til årsvisningen
+ Avbryt
+ OK
+ Vis passordet
+ "Søk"
+ Fjern teksten
+ Tilbake
+ Sideark
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml
new file mode 100644
index 0000000..95dab56
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d नयाँ सूचना
+ - %d नयाँ सूचनाहरू
+
+ "होम पेजमा जानुहोस्"
+ "माथि नेभिगेट गर्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा एप छान्नुहोस्"
+ "निष्क्रिय"
+ "सक्रिय"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "खोज्नुहोस्…"
+ "क्वेरी खाली गर्नुहोस्"
+ "खोज प्रश्न"
+ "खोज्नुहोस्"
+ "क्वेरी पेस गर्नुहोस्"
+ "आवाजमा आधारित खोजी"
+ "यसमार्फत सेयर गर्नुहोस्"
+ "%s मार्फत सेयर गर्नुहोस्"
+ "संक्षिप्त गर्नुहोस्"
+ पुछारको पाना कोल्याप्स गर्नुहोस्
+ पुछारको पाना एक्स्पान्ड गर्नुहोस्
+ आधा ठुलो पार्नुहोस्
+ ड्र्याग ह्यान्डलमा डबल ट्याप गरियो
+ ड्र्याग ह्यान्डल
+ "जवाफ दिनुहोस्"
+ "भिडियो"
+ "काट्नुहोस्"
+ "फोन राख्नुहोस्"
+ "आगमन कल"
+ "भइरहेको कल"
+ "आगमन कल जाँचिँदै छ"
+ %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$s
+ Calendar को इनपुट मोडमा बदल्नुहोस्
+ पात्रोको भ्यू प्रयोग गर्न ट्याप गर्नुहोस्
+ पाठको इनपुट मोडमा बदल्नुहोस्
+ वर्षको भ्यू प्रयोग गर्न ट्याप गर्नुहोस्
+ रद्द गर्नुहोस्
+ ठिक छ
+ पासवर्ड देखाउनुहोस्
+ "खोज"
+ टेक्स्ट हटाउनुहोस्
+ पछाडि
+ साइड सिट
+ "९९९+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..ab126b6
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml
new file mode 100644
index 0000000..effb6a0
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nieuwe melding
+ - %d nieuwe meldingen
+
+ "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"
+ Het blad onderaan samenvouwen
+ Het blad onderaan uitvouwen
+ Half uitvouwen
+ Dubbelgetikt op handgreep voor slepen
+ Handgreep voor slepen
+ "Beantwoorden"
+ "Video"
+ "Weigeren"
+ "Ophangen"
+ "Inkomend gesprek"
+ "Actief gesprek"
+ "Een inkomend gesprek screenen"
+ %1$d van %2$d tekens opgegeven
+ Tekenlimiet heeft %1$d van %2$d overschreden
+ Tekst wissen
+ Fout: ongeldig
+ Fout
+ Dropdownmenu tonen
+ Icoon voor dialoogvenster
+ Tabblad
+ Selecteer a.m. of p.m.
+ %1$s uur
+ Selecteer uur
+ %1$s uur
+ Minuten selecteren
+ %1$s minuten
+ a.m.
+ Schakel naar de klokmodus om de tijd in te voeren.
+ Uur
+ Minuut
+ p.m.
+ Tijd selecteren
+ Schakel naar de tekstinvoermodus om de tijd in te voeren.
+ Nieuwe melding
+ Aangevinkt
+ Gedeeltelijk aangevinkt
+ Niet aangevinkt
+ %1$s verwijderen
+ Meer dan %1$d nieuwe meldingen
+ Naar volgende maand gaan
+ Naar vorige maand gaan
+ Startdatumselectie: %1$s – Einddatumselectie: %2$s
+ Huidige selectie: %1$s
+ geen
+ Annuleren
+ OK
+ %1$s
+ Selecteer een datum
+ Geselecteerde datum
+ %1$s
+ Einddatum %1$s
+ Ongeldige indeling.
+ Voorbeeld: %1$s
+ Gebruik: %1$s
+ Ongeldig bereik.
+ Naar het huidige jaar %1$d gaan
+ Naar jaar %1$d navigeren
+ Valt buiten bereik: %1$s
+ Startdatum - %1$s
+ %1$s – einddatum
+ %1$s – %2$s
+ Selecteer een periode
+ Startdatum - einddatum
+ Opslaan
+ Startdatum %1$s
+ Datum
+ Einddatum
+ Startdatum
+ d
+ m
+ j
+ Vandaag %1$s
+ Overschakelen naar agenda-invoermodus
+ Tik om over te schakelen naar de agendaweergave
+ Overschakelen naar tekstinvoermodus
+ Tik om over te schakelen naar de jaarweergave
+ Annuleren
+ OK
+ Wachtwoord tonen
+ "Zoeken"
+ Tekst wissen
+ Terug
+ Zijblad
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml
new file mode 100644
index 0000000..b47607a
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "ହୋମକୁ ନେଭିଗେଟ କରନ୍ତୁ"
+ "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଅଧିକ ବିକଳ୍ପ"
+ "ହୋଇଗଲା"
+ "ସବୁ ଦେଖନ୍ତୁ"
+ "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ"
+ "ବନ୍ଦ"
+ "ଚାଲୁ ଅଛି"
+ "Alt+"
+ "Ctrl+"
+ "ଡିଲିଟ କରନ୍ତୁ"
+ "ଏଣ୍ଟର୍"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ସ୍ପେସ୍"
+ "Sym+"
+ "ମେନୁ"
+ "ସର୍ଚ୍ଚ କରନ୍ତୁ…"
+ "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ"
+ "ସର୍ଚ୍ଚ କ୍ୱେରୀ"
+ "ସର୍ଚ୍ଚ କରନ୍ତୁ"
+ "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ"
+ "ଭଏସ ସର୍ଚ୍ଚ"
+ "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "%s ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "ସଂକୁଚିତ କରନ୍ତୁ"
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ "ଉତ୍ତର ଦିଅନ୍ତୁ"
+ "ଭିଡିଓ"
+ "ଅଗ୍ରାହ୍ୟ କର"
+ "ସମାପ୍ତ କରନ୍ତୁ"
+ "ଇନକମିଂ କଲ୍"
+ "ଚାଲିଥିବା କଲ୍"
+ "ଏକ ଇନକମିଂ କଲକୁ ସ୍କ୍ରିନ୍ କରୁଛି"
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ Clear text
+ Error: invalid
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ %1$s hours
+ Select hour
+ %1$s o\'clock
+ ମିନିଟ୍ ଚୟନ କରନ୍ତୁ
+ %1$s minutes
+ AM
+ ସମୟ ଇନପୁଟ୍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍କୁ ବଦଳାନ୍ତୁ।
+ Hour
+ Minute
+ PM
+ Select time
+ ସମୟ ଇନପୁଟ୍ ପାଇଁ ଟେକ୍ସଟ୍ ଇନପୁଟ୍କୁ ବଦଳାନ୍ତୁ।
+ New notification
+ Checked
+ Partially checked
+ Not checked
+ %1$s କାଢ଼ିଦିଅନ୍ତୁ
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Start date selection: %1$s – End date selection: %2$s
+ Current selection: %1$s
+ none
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ %1$s
+ End date %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to current year %1$d
+ Navigate to year %1$d
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Start date %1$s
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Today %1$s
+ Switch to calendar input mode
+ Tap to switch to Calendar view
+ Switch to text input mode
+ Tap to switch to year view
+ Cancel
+ OK
+ ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+ "ସର୍ଚ୍ଚ କରନ୍ତୁ"
+ Clear text
+ Back
+ Side Sheet
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml
new file mode 100644
index 0000000..e19dfdf
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ਨਵੀਂ ਸੂਚਨਾ
+ - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+
+ "ਹੋਮ \'ਤੇ ਜਾਓ"
+ "ਉੱਪਰ ਜਾਓ"
+ "ਹੋਰ ਵਿਕਲਪ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਬੰਦ"
+ "ਚਾਲੂ"
+ "Alt+"
+ "Ctrl+"
+ "ਮਿਟਾਓ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ਖੋਜ…"
+ "ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ"
+ "ਖੋਜ ਪੁੱਛਗਿੱਛ"
+ "ਖੋਜ"
+ "ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ"
+ "ਅਵਾਜ਼ੀ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
+ "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
+ "ਸਮੇਟੋ"
+ ਹੇਠਲੀ ਸ਼ੀਟ ਨੂੰ ਸਮੇਟੋ
+ ਹੇਠਲੀ ਸ਼ੀਟ ਦਾ ਵਿਸਤਾਰ ਕਰੋ
+ ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ
+ ਘਸੀਟਣ ਵਾਲੇ ਹੈਂਡਲ \'ਤੇ ਡਬਲ-ਟੈਪ ਕੀਤਾ ਗਿਆ
+ ਘਸੀਟਣ ਵਾਲਾ ਹੈਂਡਲ
+ "ਜਵਾਬ ਦਿਓ"
+ "ਵੀਡੀਓ"
+ "ਅਸਵੀਕਾਰ ਕਰੋ"
+ "ਸਮਾਪਤ ਕਰੋ"
+ "ਇਨਕਮਿੰਗ ਕਾਲ"
+ "ਜਾਰੀ ਕਾਲ"
+ "ਇਨਕਮਿੰਗ ਕਾਲ ਦੀ ਸਕ੍ਰੀਨਿੰਗ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
+ %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
+ ਤਾਰੀਖ
+ ਸਮਾਪਤੀ ਤਾਰੀਖ
+ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ
+ d
+ m
+ y
+ ਅੱਜ %1$s
+ ਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
+ Calendar ਦ੍ਰਿਸ਼ \'ਤੇ ਸਵਿੱਚ ਕਰਨ ਲਈ ਟੈਪ ਕਰੋ
+ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
+ ਸਾਲ ਦ੍ਰਿਸ਼ \'ਤੇ ਸਵਿੱਚ ਕਰਨ ਲਈ ਟੈਪ ਕਰੋ
+ ਰੱਦ ਕਰੋ
+ ਠੀਕ ਹੈ
+ ਪਾਸਵਰਡ ਦਿਖਾਓ
+ "ਖੋਜ"
+ ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ
+ ਪਿੱਛੇ
+ ਸਾਈਡ ਸ਼ੀਟ
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml
new file mode 100644
index 0000000..0495b9e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d nowe powiadomienie
+ - %d nowe powiadomienia
+ - %d nowych powiadomień
+ - %d nowego powiadomienia
+
+ "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ń"
+ Zwiń planszę dolną
+ Rozwiń planszę dolną
+ Rozwiń do połowy
+ Dwukrotnie kliknięto uchwyt do przeciągania
+ Uchwyt do przeciągania
+ "Odbierz"
+ "Wideo"
+ "Odrzuć"
+ "Rozłącz"
+ "Połączenie przychodzące"
+ "Trwa połączenie"
+ "Filtruję połączenie przychodzące"
+ %1$d z %2$d znaków
+ Przekroczono limit znaków (%1$d z %2$d)
+ Wyczyść tekst
+ Błąd: nieprawidłowe
+ Błąd
+ Pokaż menu
+ Ikona okna
+ Karta
+ Wybierz: przed południem czy po południu
+ %1$s godz.
+ Wybierz godzinę
+ %1$s
+ Wybierz minuty
+ %1$s minut
+ AM
+ Aby wprowadzić czas, włącz tryb zegara.
+ Godzina
+ Minuta
+ PM
+ Określ czas
+ Aby wprowadzić czas, włącz tryb wprowadzania tekstu.
+ Nowe powiadomienie
+ Zaznaczono
+ Częściowo zaznaczono
+ Nie zaznaczono
+ Usuń: (%1$s)
+ Liczba nowych powiadomień przekracza %1$d
+ Zmień na następny miesiąc
+ Zmień na poprzedni miesiąc
+ Wybrana data rozpoczęcia: %1$s – wybrana data zakończenia: %2$s
+ Bieżący wybór: %1$s
+ brak
+ Anuluj
+ OK
+ %1$s
+ Wybierz datę
+ Wybrana data
+ %1$s
+ Data zakończenia %1$s
+ Nieprawidłowy format.
+ Przykład: %1$s
+ Użyj formatu: %1$s
+ Nieprawidłowy zakres.
+ Przejdź do bieżącego roku %1$d
+ Przejdź do roku %1$d
+ Poza zakresem: %1$s
+ Data rozpoczęcia – %1$s
+ %1$s – data zakończenia
+ %1$s–%2$s
+ Wybierz zakres
+ Data rozpoczęcia – data zakończenia
+ Zapisz
+ Data rozpoczęcia %1$s
+ Data
+ Data zakończenia
+ Data rozpoczęcia
+ d
+ m
+ r
+ Dzisiaj %1$s
+ Włącz kalendarzowy tryb wprowadzania
+ Kliknij, aby przełączyć się na widok kalendarza
+ Włącz tekstowy tryb wprowadzania
+ Kliknij, aby przełączyć się na widok roku
+ Anuluj
+ OK
+ Pokaż hasło
+ "Szukaj"
+ Wyczyść tekst
+ Wstecz
+ Arkusz boczny
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml
new file mode 100644
index 0000000..7a925dc
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml
@@ -0,0 +1,4 @@
+
+
+ false
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..33a236e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nova notificação
+ - %d novas notificações
+
+ "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"
+ Fechar a página inferior
+ Abrir a página inferior
+ Expandir até a metade
+ Alça de arrastar tocada duas vezes
+ Alça de arrastar
+ "Atender"
+ "Vídeo"
+ "Recusar"
+ "Desligar"
+ "Chamada recebida"
+ "Chamada em andamento"
+ "Filtrando uma ligação recebida"
+ Caracteres inseridos: %1$d de %2$d
+ Limite de %2$d caracteres excedido em %1$d
+ Limpar texto
+ Erro: inválido
+ Erro
+ Mostrar menu suspenso
+ Ícone de caixa de diálogo
+ Guia
+ Selecionar AM ou PM
+ %1$s horas
+ Selecionar horário
+ %1$s em ponto
+ Selecione os minutos
+ %1$s minutos
+ AM
+ Alterne para o modo de relógio para informar o horário.
+ Hora
+ Minuto
+ PM
+ Selecionar horário
+ Alterne para o modo de entrada de texto para informar o horário.
+ Nova notificação
+ Marcada
+ Parcialmente marcada
+ Desmarcada
+ Remover %1$s
+ Mais de %1$d novas notificações
+ Alterar para o próximo mês
+ Alterar para o mês anterior
+ Seleção da data de início: %1$s. Seleção da data de término: %2$s
+ Seleção atual: %1$s
+ nenhuma
+ Cancelar
+ OK
+ %1$s
+ Selecionar data
+ Data selecionada
+ %1$s
+ Data de término: %1$s
+ Formato inválido.
+ Exemplo: %1$s
+ Usar %1$s
+ Intervalo inválido.
+ Ir para o ano atual %1$d
+ Ir para o ano %1$d
+ Fora do intervalo: %1$s
+ Data de início – %1$s
+ %1$s – Data de término
+ %1$s – %2$s
+ Selecionar intervalo
+ Data de início – Data de término
+ Salvar
+ Data de início: %1$s
+ Data
+ Data de término
+ Data de início
+ d
+ m
+ a
+ Hoje %1$s
+ Mudar para o modo de entrada da agenda
+ Toque para mudar para a visualização de agenda
+ Mudar para o modo de entrada de texto
+ Toque para mudar para a visualização \"Ano\"
+ Cancelar
+ OK
+ Exibir senha
+ "Pesquisar"
+ Limpar texto
+ Voltar
+ Página lateral
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..03ae73f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d nova notificação
+ - %d novas notificações
+
+ "Navegar para casa"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt +"
+ "Ctrl +"
+ "eliminar"
+ "enter"
+ "Função +"
+ "Meta +"
+ "Shift +"
+ "espaço"
+ "Sym +"
+ "Menu +"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com a app %s"
+ "Reduzir"
+ Reduza a secção inferior
+ Expanda a secção inferior
+ Expandir até metade
+ Dois toques no indicador para arrastar
+ Indicador para arrastar
+ "Atender"
+ "Vídeo"
+ "Recusar"
+ "Desligar"
+ "Chamada recebida"
+ "Chamada em curso"
+ "A filtrar uma chamada recebida…"
+ Carateres introduzidos: %1$d de %2$d
+ Limite de carateres excedido: %1$d de %2$d
+ Limpar texto
+ Erro: inválida
+ Erro
+ Mostrar menu pendente
+ Ícone de caixa de diálogo
+ Separador
+ Selecionar AM ou PM
+ %1$s horas
+ Selecionar hora
+ %1$s hora(s)
+ Selecionar minutos
+ %1$s minutos
+ AM
+ Mude para o modo de relógio para a introdução da hora.
+ Hora
+ Minuto
+ PM
+ Selecionar hora
+ Mude para o modo de introdução de texto para a introdução da hora.
+ Nova notificação
+ Selecionada
+ Parcialmente selecionada
+ Não selecionada
+ Remover %1$s
+ Mais de %1$d notificações novas
+ Mudar para o mês seguinte
+ Mudar para o mês anterior
+ Seleção da data de início: %1$s – Seleção da data de fim: %2$s
+ Seleção atual: %1$s
+ nenhuma
+ Cancelar
+ OK
+ %1$s
+ Selecione a data
+ Data selecionada
+ %1$s
+ Data de fim: %1$s
+ Formato inválido.
+ Exemplo: %1$s
+ Use: %1$s
+ Intervalo inválido.
+ Navegar para o ano atual %1$d
+ Navegue para o ano %1$d
+ Fora do intervalo: %1$s
+ Data de início – %1$s
+ %1$s – Data de conclusão
+ %1$s – %2$s
+ Selecione o intervalo
+ Data de início – Data de conclusão
+ Guardar
+ Data de início: %1$s
+ Data
+ Data de conclusão
+ Data de início
+ d
+ m
+ a
+ Hoje %1$s
+ Mudar para o modo de introdução de calendário
+ Toque para mudar para a vista do Calendário
+ Mudar para o modo de introdução de texto
+ Toque para mudar para a vista de ano
+ Cancelar
+ OK
+ Mostrar palavra-passe
+ "Pesquisar"
+ Limpar texto
+ Anterior
+ Página lateral
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml
new file mode 100644
index 0000000..94b4cae
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml
@@ -0,0 +1,39 @@
+
+
+ "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"
+ "Atender"
+ "Vídeo"
+ "Recusar"
+ "Desligar"
+ "Chamada recebida"
+ "Chamada em andamento"
+ "Filtrando uma ligação recebida"
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml
new file mode 100644
index 0000000..54a73ba
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d notificare nouă
+ - %d notificări noi
+ - %d de notificări noi
+
+ "Navighează la ecranul de pornire"
+ "Navighează în sus"
+ "Mai multe opțiuni"
+ "Gata"
+ "Afișează tot"
+ "Alege o aplicație"
+ "DEZACTIVAT"
+ "ACTIVAT"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Meniu+"
+ "Caută…"
+ "Șterge interogarea"
+ "Termen de căutare"
+ "Caută"
+ "Trimite interogarea"
+ "Căutare vocală"
+ "Trimite la"
+ "Trimite folosind %s"
+ "Restrânge"
+ Restrângeți foaia din partea de jos
+ Extindeți foaia din partea de jos
+ Extinde pe ecran complet
+ Ghidaj de tragere atins de două ori
+ Ghidaj de tragere
+ "Răspunde"
+ "Video"
+ "Respinge"
+ "Închide"
+ "Apel primit"
+ "Apel în desfășurare"
+ "Se filtrează un apel primit"
+ Caractere introduse: %1$d din %2$d
+ Limita de caractere a depășit %1$d din %2$d
+ Ștergeți textul
+ Eroare: nevalidă
+ Eroare
+ Afișați meniul drop-down
+ Pictogramă de dialog
+ Filă
+ Selectați ora
+ %1$s ore
+ Selectați ora
+ Ora %1$s
+ Selectați minutele
+ %1$s minute
+ a.m.
+ Pentru a introduce ora, comutați la modul ceas.
+ Ora
+ Minut
+ p.m.
+ Selectați ora
+ Pentru a introduce ora, comutați la modul de introducere a textului.
+ Notificare nouă
+ Bifată
+ Bifată parțial
+ Nebifată
+ Eliminați %1$s
+ Peste %1$d notificări noi
+ Treceți la luna următoare
+ Treceți la luna anterioară
+ Selectarea datei de începere: %1$s – selectarea datei de încheiere: %2$s
+ Selecția actuală: %1$s
+ niciuna
+ Anulați
+ OK
+ %1$s
+ Selectați data
+ Data selectată
+ %1$s
+ Data de încheiere: %1$s
+ Format nevalid.
+ Exemplu: %1$s
+ Folosiți: %1$s
+ Interval nevalid.
+ Navigați la anul actual %1$d
+ Navigați la anul %1$d
+ Fără acoperire: %1$s
+ Data de începere – %1$s
+ %1$s – data de încheiere
+ %1$s – %2$s
+ Selectați intervalul
+ Data de începere – data de încheiere
+ Salvați
+ Data de începere: %1$s
+ Dată
+ Data de încheiere
+ Data de începere
+ z
+ l
+ a
+ Astăzi, la %1$s
+ Comutați la modul introducere în calendar
+ Atingeți pentru a comuta la afișarea Calendar
+ Comutați la modul de introducere a textului
+ Atingeți pentru a comuta la afișarea An
+ Anulați
+ OK
+ Afișați parola
+ "Caută"
+ Ștergeți textul
+ Înapoi
+ Foaie laterală
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml
new file mode 100644
index 0000000..1d0d31e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d новое уведомление
+ - %d новых уведомления
+ - %d новых уведомлений
+ - %d нового уведомления
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Ещё"
+ "Готово"
+ "Показать все"
+ "Выберите приложение"
+ "ВЫКЛ"
+ "ВКЛ"
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Ввод"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "Пробел"
+ "Sym +"
+ "Меню +"
+ "Введите запрос"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Поделиться с помощью"
+ "Поделиться с помощью %s"
+ "Свернуть"
+ Свернуть нижний экран
+ Развернуть нижний экран
+ Развернуть наполовину
+ Двойное нажатие на маркер перемещения
+ Маркер перемещения
+ "Ответить"
+ "Видео"
+ "Отклонить"
+ "Завершить"
+ "Входящий вызов"
+ "Текущий вызов"
+ "Фильтрация входящего вызова"
+ Введено символов: %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
+ Перейти в режим выбора дней
+ Нажмите, чтобы перейти к Календарю
+ Перейти в режим ввода текста
+ Нажмите, чтобы выбрать год
+ Отмена
+ ОК
+ Показать пароль
+ "Поиск"
+ Очистить текстовое поле
+ Назад
+ Боковая панель
+ ">999"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml
new file mode 100644
index 0000000..f4c256f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml
@@ -0,0 +1,118 @@
+
+
+
+ - නව දැනුම්දීම් %dක්
+ - නව දැනුම්දීම් %dක්
+
+ "මුල් පිටුවට සංචාලනය කරන්න"
+ "ඉහළට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "කළා"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "ක්රියාවිරහිතයි"
+ "ක්රියාත්මකයි"
+ "Alt+"
+ "Ctrl+"
+ "මකන්න"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමග බෙදා ගන්න"
+ "%s සමඟ බෙදා ගන්න"
+ "හකුළන්න"
+ පහළම පත්රය හකුළන්න
+ පහළම පත්රය දිග හරින්න
+ අඩක් දිග හරින්න
+ ඇදීම් හැඬලය දෙවරක් තට්ටු කර ඇත
+ හැඬලය අදින්න
+ "පිළිතුරු දෙ."
+ "වීඩියෝ"
+ "ප්රතික්ෂේප ක"
+ "විසන්ධි කරන්න"
+ "එන ඇමතුම"
+ "කරගෙන යන ඇමතුම"
+ "එන ඇමතුමක් පරීක්ෂා කරන්න"
+ අනුලකුණු %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
+ දින දර්ශන ආදාන ප්රකාරයට මාරු වන්න
+ දින දර්ශන දසුන වෙත මාරු වීමට තට්ටු කරන්න
+ පෙළ ආදාන ප්රකාරයට මාරු වන්න
+ වසරේ දසුන වෙත මාරු වීමට තට්ටු කරන්න
+ අවලංගු කරන්න
+ හරි
+ මුරපදය පෙන්වන්න
+ "සෙවීම"
+ පෙළ හිස් කරන්න
+ ආපසු
+ පැති පත්රය
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml
new file mode 100644
index 0000000..4fb518f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d nové upozornenie
+ - %d nové upozornenia
+ - %d new notifications
+ - %d nových upozornení
+
+ "Prejsť na plochu"
+ "Prejsť nahor"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetky"
+ "Vybrať aplikáciu"
+ "VYP."
+ "ZAP."
+ "Alt+"
+ "Ctrl+"
+ "odstrániť"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "medzerník"
+ "Sym+"
+ "Menu+"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať s"
+ "Zdieľať s aplikáciou %s"
+ "Zbaliť"
+ Zbaliť dolný hárok
+ Rozbaliť dolný hárok
+ Rozbaliť napoly
+ Dvojité klepnutie na presúvadlo
+ Presúvadlo
+ "Prijať"
+ "Video"
+ "Odmietnuť"
+ "Zložiť"
+ "Prichádzajúci hovor"
+ "Prebiehajúci hovor"
+ "Preveruje sa prichádzajúci hovor"
+ Zadané znaky: %1$d z %2$d
+ Bol prekročený povolený počet znakov (%1$d z %2$d)
+ Vymazať text
+ Chyba: neplatné
+ Chyba
+ Zobraziť rozbaľovaciu ponuku
+ Ikona dialógového okna
+ Tabulátor
+ Vyberte AM alebo PM
+ %1$s hodín
+ Vybrať hodinu
+ %1$s
+ Vyberte minúty
+ %1$s min
+ AM
+ Ak chcete zadať čas, prepnite na režim hodín.
+ Hodina
+ Minúta
+ PM
+ Vyberte čas
+ Ak chcete zadať čas, prepnite na textový režim vstupu
+ Nové upozornenie
+ Začiarknuté
+ Čiastočne začiarknuté
+ Nezačiarknuté
+ Odstrániť položku %1$s
+ Viac než %1$d nových upozornení
+ Ďalší mesiac
+ Predchádzajúci mesiac
+ Výber dátumu začatia: %1$s – Výber dátumu ukončenia: %2$s
+ Aktuálny výber: %1$s
+ prázdne
+ Zrušiť
+ OK
+ %1$s
+ Vyberte dátum
+ Vybraný dátum
+ %1$s
+ Dátum ukončenia %1$s
+ Neplatný formát.
+ Príklad: %1$s
+ Použite: %1$s
+ Neplatný rozsah.
+ Prejsť na aktuálny rok %1$d
+ Prejsť na rok %1$d
+ Mimo rozsahu: %1$s
+ Dátum začatia – %1$s
+ %1$s – dátum ukončenia
+ %1$s – %2$s
+ Vyberte rozsah
+ Dátum začatia – dátum ukončenia
+ Uložiť
+ Dátum začatia %1$s
+ Dátum
+ Dátum ukončenia
+ Dátum začatia
+ d
+ m
+ r
+ Dnes %1$s
+ Prepnúť na kalendárový režim vstupu
+ Klepnutím prepnete na zobrazenie kalendára
+ Prepnúť na textový režim vstupu
+ Klepnutím prepnete na zobrazenie jednotlivých rokov
+ Zrušiť
+ OK
+ Zobraziť heslo
+ "Hľadať"
+ Vymazať text
+ Späť
+ Bočný hárok
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml
new file mode 100644
index 0000000..dd3e34f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d novo obvestilo
+ - %d novi obvestili
+ - %d nova obvestila
+ - %d novih obvestil
+
+ "Krmarjenje na začetek"
+ "Pomik navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "IZKLOP"
+ "VKLOP"
+ "Alt +"
+ "Ctrl +"
+ "delete"
+ "enter"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "preslednica"
+ "Sym +"
+ "Meni +"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z:"
+ "Deljenje z drugimi prek aplikacije %s"
+ "Strnitev"
+ Strnitev razdelka na dnu zaslona
+ Razširitev razdelka na dnu zaslona
+ Razširjanje na pol višine
+ Dvakrat dotaknjena ročica za vlečenje
+ Ročica za vlečenje
+ "Sprejmi"
+ "Video"
+ "Zavrni"
+ "Prekini klic"
+ "Dohodni klic"
+ "Aktivni klic"
+ "Preverjanje dohodnega klica"
+ Število vnesenih znakov je %1$d od %2$d
+ Omejitev števila znakov je presegla %1$d od %2$d
+ Izbris besedila
+ Napaka: Neveljavno
+ Napaka
+ Prikaz spustnega menija
+ Ikona pogovornega okna
+ Zavihek
+ Izberite dopoldanski ali popoldanski čas.
+ %1$s h
+ Izberite uro
+ %1$s
+ Izberite minute
+ %1$s min
+ dop.
+ Preklopite na način ure, da vnesete čas.
+ Ura
+ Minuta
+ pop.
+ Izberite uro
+ Preklopite na način za vnašanje besedila, da vnesete čas.
+ Novo obvestilo
+ Potrjeno
+ Delno potrjeno
+ Nepotrjeno
+ Odstranite %1$s
+ Več kot toliko novih obvestil: %1$d
+ Spremeni na naslednji mesec
+ Spremeni na prejšnji mesec
+ Izbira začetnega datuma: %1$s – Izbira končnega datuma: %2$s
+ Trenutna izbira: %1$s
+ brez
+ Prekliči
+ V redu
+ %1$s
+ Izberite datum
+ Izbrani datum
+ %1$s
+ Končni datum %1$s
+ Neveljavna oblika.
+ Primer: %1$s
+ Uporabite: %1$s
+ Neveljaven razpon.
+ Pomik na trenutno leto %1$d
+ Pomik na leto %1$d
+ Zunaj razpona: %1$s
+ Začetni datum–%1$s
+ %1$s–končni datum
+ %1$s–%2$s
+ Izberite obseg
+ Začetni datum–končni datum
+ Shrani
+ Začetni datum %1$s
+ Datum
+ Končni datum
+ Začetni datum
+ d
+ m
+ l
+ Danes %1$s
+ Preklop na način vnosa v koledar
+ Dotaknite se za preklop na pogled koledarja
+ Preklop na način vnosa besedila
+ Dotaknite se za preklop na pogled leta
+ Prekliči
+ V redu
+ Prikaz gesla
+ "Iskanje"
+ Počisti besedilo
+ Nazaj
+ Stranski list
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml
new file mode 100644
index 0000000..2c20055
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml
@@ -0,0 +1,7 @@
+
+
+ 24dp
+ 24dp
+ 24dp
+ 24dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml
new file mode 100644
index 0000000..04c07ff
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d njoftim i ri
+ - %d njoftime të reja
+
+ "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"
+ Palos fletën e poshtme
+ Zgjero fletën e poshtme
+ Zgjeroje deri në gjysmë
+ Te doreza e zvarritjes u trokit dy herë
+ Doreza e zvarritjes
+ "Përgjigju"
+ "Video"
+ "Refuzo"
+ "Mbyll"
+ "Telefonatë hyrëse"
+ "Telefonatë në vazhdim"
+ "Po filtron një telefonatë hyrëse"
+ Karakteret e futura: %1$d nga %2$d
+ Kufiri i karaktereve është kaluar: %1$d nga %2$d
+ Pastro tekstin
+ Gabim: E pavlefshme
+ Gabim
+ Shfaq menynë me lëshim poshtë
+ Ikona e dialogut
+ Tab
+ Zgjidh paradite ose pasdite
+ %1$s orë
+ Zgjidh orën
+ %1$s fiks
+ Përzgjidh minutat
+ %1$s minuta
+ PD
+ Kalo te modaliteti i orës për hyrjen e kohës.
+ Ora
+ Minuta
+ PD
+ Zgjidh orën
+ Kalo te modaliteti i hyrjes së tekstit për hyrjen e kohës.
+ Njoftim i ri
+ E zgjedhur
+ Pjesërisht e zgjedhur
+ E pazgjedhur
+ Hiq %1$s
+ Më shumë se %1$d njoftime të reja
+ Ndrysho te muaji i ardhshëm
+ Ndrysho te muaji i kaluar
+ Zgjedhja e datës së fillimit: %1$s - Zgjedhja e datës së përfundimit: %2$s
+ Zgjedhja aktuale: %1$s
+ asnjë
+ Anulo
+ Në rregull
+ %1$s
+ Zgjidh datën
+ Data e zgjedhur
+ %1$s
+ Data e mbarimit: %1$s
+ Format i pavlefshëm.
+ Shembull: %1$s
+ Përdor: %1$s
+ Gamë e pavlefshme.
+ Navigo te viti aktual %1$d
+ Navigo te viti %1$d
+ Jashtë gamës: %1$s
+ Data e fillimit – %1$s
+ %1$s – data e përfundimit
+ %1$s - %2$s
+ Zgjidh gamën
+ Data e fillimit - data e përfundimit
+ Ruaj
+ Data e fillimit: %1$s
+ Data
+ Data e përfundimit
+ Data e fillimit
+ d
+ m
+ v
+ Sot %1$s
+ Kalo 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 vjetore
+ Anulo
+ Në rregull
+ Shfaq fjalëkalimin
+ "Kërko"
+ Pastro tekstin
+ Pas
+ Fleta anësore
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml
new file mode 100644
index 0000000..5a3cc72
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml
@@ -0,0 +1,119 @@
+
+
+
+ - %d ново обавештење
+ - %d нова обавештења
+ - %d нових обавештења
+
+ "Идите на почетну"
+ "Идите нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Изаберите апликацију"
+ "ИСКЉУЧЕНО"
+ "УКЉУЧЕНО"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "тастер за размак"
+ "Sym+"
+ "Menu+"
+ "Претражите…"
+ "Обришите упит"
+ "Претражите упит"
+ "Претражите"
+ "Пошаљите упит"
+ "Гласовна претрага"
+ "Делите помоћу"
+ "Делите помоћу апликације %s"
+ "Скупи"
+ Скупите доњу табелу
+ Проширите доњу табелу
+ Проширите до пола
+ Идентификатор за превлачење је двапут додирнут
+ Ручица за превлачење
+ "Одговори"
+ "Видео"
+ "Одбиј"
+ "Прекини везу"
+ "Долазни позив"
+ "Позив је у току"
+ "Проверава се долазни позив"
+ Унети знакови: %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
+ Пређите на режим уноса у Календару
+ Додирните да бисте прешли на приказ календара
+ Пређите на режим уноса текста
+ Додирните да бисте прешли на приказ године
+ Откажи
+ Потврди
+ Прикажи лозинку
+ "Претражите"
+ Обриши текст
+ Назад
+ Бочна табела
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml
new file mode 100644
index 0000000..6b6b9e6
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ny avisering
+ - %d nya aviseringar
+
+ "Navigera hem"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klar"
+ "Se alla"
+ "Välj en app"
+ "AV"
+ "PÅ"
+ "Alt + "
+ "Ctrl + "
+ "delete"
+ "retur"
+ "Funktion + "
+ "Meta + "
+ "Skift + "
+ "blanksteg"
+ "Symbol + "
+ "Meny + "
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+ Komprimera arket på nedre delen av skärmen
+ Utöka arket på nedre delen av skärmen
+ Utöka till hälften
+ Du tryckte snabbt två gånger på handtaget
+ Handtag
+ "Svara"
+ "Video"
+ "Avvisa"
+ "Lägg på"
+ "Inkommande samtal"
+ "Pågående samtal"
+ "Ett inkommande samtal filtreras"
+ %1$d av %2$d tecken har angetts
+ Teckengränsen har överskridits: %1$d av %2$d
+ Rensa text
+ Fel: ogiltigt
+ Fel
+ Visa rullgardinsmenyn
+ Dialogikon
+ Flik
+ Välj mellan FM och EM
+ %1$s timmar
+ Ange timme
+ Klockan %1$s
+ Välj minuter
+ %1$s minuter
+ FM
+ Byt till klockläget och ange tid.
+ Timme
+ Minut
+ EM
+ Välj tid
+ Byt till textinmatningsläget och ange tid.
+ Ny avisering
+ Markerad
+ Delvis markerad
+ Inte markerad
+ Ta bort (%1$s)
+ Fler än %1$d nya aviseringar
+ Ändra till nästa månad
+ Ändra till föregående månad
+ Val av startdatum: %1$s – val av slutdatum: %2$s
+ Aktuellt val: %1$s
+ inget
+ Avbryt
+ OK
+ %1$s
+ Välj datum
+ Valt datum
+ %1$s
+ Slutdatum %1$s
+ Ogiltigt format.
+ Exempel: %1$s
+ Använd %1$s
+ Ogiltigt intervall.
+ Navigera till innevarande år %1$d
+ Navigera till år %1$d
+ Utanför intervallet: %1$s
+ Startdatum–%1$s
+ %1$s–slutdatum
+ %1$s–%2$s
+ Välj intervall
+ Startdatum–slutdatum
+ Spara
+ Startdatum %1$s
+ Datum
+ Slutdatum
+ Startdatum
+ d
+ m
+ å
+ Idag %1$s
+ Byt till kalender som inmatningsläge
+ Tryck för att byta till kalendervy
+ Byt till text som inmatningsläge
+ Tryck för att byta till årsvy
+ Avbryt
+ OK
+ Visa lösenord
+ "Sök"
+ Rensa text
+ Tillbaka
+ Ark på sidan av skärmen
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml
new file mode 100644
index 0000000..262ba92
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml
@@ -0,0 +1,118 @@
+
+
+
+ - Arifa %d mpya
+ - Arifa %d mpya
+
+ "Nenda mwanzo"
+ "Sogeza juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "IMEZIMWA"
+ "IMEWASHWA"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Kutafuta kwa kutamka"
+ "Shiriki na"
+ "Shiriki ukitumia %s"
+ "Kunja"
+ Kunja safu ya chini
+ Panua safu ya chini
+ Panua nusu
+ Aikoni ya buruta imeguswa mara mbili
+ Aikoni ya buruta
+ "Jibu"
+ "Video"
+ "Kataa"
+ "Kata simu"
+ "Simu uliyopigiwa"
+ "Simu inayoendelea"
+ "Inachuja simu unayopigiwa"
+ Umeweka herufi %1$d kati ya %2$d
+ Umepitisha idadi ya juu ya herufi %1$d kati ya %2$d
+ Futa maandishi
+ Hitilafu: si sahihi
+ Hitilafu
+ Onyesha menyu kunjuzi
+ Aikoni ya Kidirisha
+ Kichupo
+ Chagua AM au PM
+ Saa %1$s
+ Chagua saa
+ Saa %1$s kamili
+ Chagua dakika
+ Dakika %1$s
+ AM
+ Badilisha umbo liwe la saa ya mishale wakati wa kuweka muda.
+ Saa
+ Dakika
+ PM
+ Chagua wakati
+ Badilisha iwe katika hali ya maandishi wakati wa kuweka muda.
+ Arifa mpya
+ Kimeteuliwa
+ Kimeteuliwa kwa kiasi fulani
+ Hakijateuliwa
+ Ondoa %1$s
+ Zaidi ya arifa %1$d mpya
+ Nenda kwenye mwezi unaofuata
+ Rudi kwenye mwezi uliotangulia
+ Uteuzi wa tarehe ya kuanza: %1$s - Uteuzi wa tarehe ya mwisho: %2$s
+ Uteuzi wa sasa: %1$s
+ hakuna
+ Ghairi
+ Sawa
+ %1$s
+ Chagua Tarehe
+ Tarehe uliyochagua
+ %1$s
+ Tarehe ya kumaliza %1$s
+ Muundo si sahihi
+ Mfano: %1$s
+ Tumia: %1$s
+ Kipindi si sahihi.
+ Sogeza kwenye mwaka huu %1$d
+ Sogeza kwenye mwaka wa %1$d
+ Nje ya kipindi: %1$s
+ Tarehe ya kuanza – %1$s
+ %1$s – Tarehe ya mwisho
+ %1$s – %2$s
+ Chagua Kipindi cha Tarehe
+ Tarehe ya kuanza – Tarehe ya mwisho
+ Hifadhi
+ Tarehe ya kuanza %1$s
+ Tarehe
+ Tarehe ya mwisho
+ Tarehe ya kuanza
+ d
+ m
+ y
+ Leo %1$s
+ Tumia programu ya kuingiza data kwenye kalenda
+ Gusa ili ubadilishe kwenda mwonekano wa Kalenda
+ Tumia programu ya kuingiza data ya maandishi
+ Gusa ili ubadilishe kwenda mwonekano wa mwaka
+ Ghairi
+ Sawa
+ Onyesha nenosiri
+ "Tafuta"
+ Futa maandishi
+ Rudi nyuma
+ Laha ya Pembeni
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml
new file mode 100644
index 0000000..d43146a
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml
@@ -0,0 +1,27 @@
+
+
+ 24dp
+ 80dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+ 320dp
+ 0dp
+ 2dp
+ 24dp
+ 576dp
+ 320dp
+ @dimen/design_snackbar_padding_vertical
+
+ 160dp
+ 64dp
+ 64dp
+ 1
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml
new file mode 100644
index 0000000..6a45d56
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d புதிய அறிவிப்பு
+ - %d புதிய அறிவிப்புகள்
+
+ "முகப்பிற்குச் செல்லும்"
+ "மேலே செல்லும்"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "அனைத்தையும் காட்டு"
+ "ஆப்ஸைத் தேர்வுசெய்க"
+ "ஆஃப்"
+ "ஆன்"
+ "Alt மற்றும்"
+ "Ctrl மற்றும்"
+ "delete"
+ "enter"
+ "Function மற்றும்"
+ "Meta மற்றும்"
+ "Shift மற்றும்"
+ "space"
+ "Sym மற்றும்"
+ "Menu மற்றும்"
+ "தேடுக…"
+ "வினவலை அழிக்கும்"
+ "தேடல் வினவல்"
+ "தேடும்"
+ "வினவலைச் சமர்ப்பிக்கும்"
+ "குரல் தேடல்"
+ "இதில் பகிர்"
+ "%s மூலம் பகிர்"
+ "சுருக்கும்"
+ கீழ்ப்புறச் சீட்டைச் சுருக்கும்
+ கீழ்ப்புறச் சீட்டை விரிவாக்கும்
+ பாதியளவு விரிவாக்கும்
+ இழுப்பதற்கான ஹேண்டில் இருமுறை தட்டப்பட்டது
+ இழுப்பதற்கான ஹேண்டில்
+ "பதிலளி"
+ "வீடியோ"
+ "நிராகரி"
+ "துண்டி"
+ "உள்வரும் அழைப்பு"
+ "செயலில் இருக்கும் அழைப்பு"
+ "உள்வரும் அழைப்பை மதிப்பாய்வு செய்கிறது"
+ %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
+ கேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும்
+ கேலெண்டர் காட்சிக்கு மாற தட்டவும்
+ உரை உள்ளீட்டு முறைக்கு மாற்றும்
+ ஆண்டுக் காட்சிக்கு மாற தட்டவும்
+ ரத்துசெய்
+ சரி
+ கடவுச்சொல்லைக் காட்டு
+ "தேடல்"
+ வார்த்தைகளை அழிக்கும்
+ பின்செல்லும்
+ பக்கவாட்டுத் தாள்
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml
new file mode 100644
index 0000000..4a9bb15
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d కొత్త నోటిఫికేషన్
+ - %d కొత్త నోటిఫికేషన్లు
+
+ "హోమ్కు నావిగేట్ చేస్తుంది"
+ "పైకి నావిగేట్ చేస్తుంది"
+ "మరిన్ని ఆప్షన్లు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "యాప్ను ఎంచుకోండి"
+ "ఆఫ్"
+ "ఆన్"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "స్పేస్"
+ "Sym+"
+ "Menu+"
+ "సెర్చ్ చేయండి…"
+ "ప్రశ్నను తీసివేస్తుంది"
+ "సెర్చ్ క్వెరీ"
+ "సెర్చ్"
+ "ప్రశ్నని సమర్పిస్తుంది"
+ "వాయిస్ సెర్చ్"
+ "వీరితో షేర్ చేస్తుంది"
+ "%sతో షేర్ చేస్తుంది"
+ "కుదిస్తుంది"
+ దిగువున ఉన్న షీట్ను కుదిస్తుంది
+ దిగువున ఉన్న షీట్ను విస్తరిస్తుంది
+ సగాన్ని విస్తరింపజేయండి
+ లాగే హ్యాండిల్ డబుల్-ట్యాప్ చేయబడింది
+ లాగే హ్యాండిల్
+ "పికప్ చేయండి"
+ "వీడియో కాల్"
+ "కట్ చేయండి"
+ "ముగించండి"
+ "ఇన్కమింగ్ కాల్"
+ "కాల్ కొనసాగుతోంది"
+ "ఇన్కమింగ్ కాల్ను స్క్రీన్ చేయండి"
+ %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
+ క్యాలెండర్ ఇన్పుట్ మోడ్కు మారుస్తుంది
+ క్యాలెండర్ వీక్షణకు మారడానికి ట్యాప్ చేయండి
+ వచన ఇన్పుట్ మోడ్కు మారుస్తుంది
+ సంవత్సర వీక్షణకు మారడానికి ట్యాప్ చేయండి
+ రద్దు చేయండి
+ సరే
+ పాస్వర్డ్ను చూపు
+ "సెర్చ్"
+ టెక్స్ట్ను క్లియర్ చేయండి
+ వెనుకకు
+ సైడ్ షీట్
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml
new file mode 100644
index 0000000..fa6b454
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml
@@ -0,0 +1,118 @@
+
+
+
+ - การแจ้งเตือนใหม่ %d รายการ
+ - การแจ้งเตือนใหม่ %d รายการ
+
+ "นำทางไปหน้าแรก"
+ "กลับ"
+ "ตัวเลือกอื่น"
+ "เสร็จ"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ปิด"
+ "เปิด"
+ "Alt+"
+ "Ctrl+"
+ "ลบ"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "เมนู+"
+ "ค้นหา…"
+ "ล้างคำค้นหา"
+ "คำค้นหา"
+ "ค้นหา"
+ "ส่งคำค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์ทาง %s"
+ "ยุบ"
+ ยุบ 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
+ สลับไปใช้โหมดป้อนข้อมูลปฏิทิน
+ แตะเพื่อเปลี่ยนเป็นมุมมองปฏิทิน
+ สลับไปใช้โหมดป้อนข้อมูลข้อความ
+ แตะเพื่อเปลี่ยนเป็นมุมมองปี
+ ยกเลิก
+ ตกลง
+ แสดงรหัสผ่าน
+ "ค้นหา"
+ ล้างข้อความ
+ กลับ
+ ชีตด้านข้าง
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml
new file mode 100644
index 0000000..dfde001
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d bagong notification
+ - %d na bagong notification
+
+ "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"
+ I-collapse ang bottom sheet
+ I-expand ang bottom sheet
+ I-expand hanggang gitna
+ Na-double tap ang handle sa pag-drag
+ I-drag ang handle
+ "Sagutin"
+ "Video"
+ "Tanggihan"
+ "Ibaba"
+ "Papasok na tawag"
+ "Kasalukuyang tawag"
+ "Nagsi-screen ng papasok na tawag"
+ Mga character na nailagay %1$d sa %2$d
+ Lumampas sa limitasyon sa bilang ng character %1$d sa %2$d
+ I-clear ang text
+ Error: invalid
+ Error
+ Ipakita ang dropdown na menu
+ Icon ng Dialog
+ Tab
+ Piliin ang AM o PM
+ %1$s (na) oras
+ Pumili ng oras
+ %1$s o\'clock
+ Pumili ng mga minuto
+ %1$s (na) minuto
+ AM
+ Lumipat sa mode ng orasan para sa input na oras.
+ Oras
+ Minuto
+ PM
+ Pumili ng oras
+ Lumipat sa pamamaraan ng pag-input ng text para sa input na oras.
+ Bagong notification
+ May check
+ Bahagyang may check
+ Walang check
+ Alisin ang %1$s
+ Mahigit %1$d (na) bagong notification
+ Lumipat sa susunod na buwan
+ Lumipat sa nakaraang buwan
+ Napiling petsa ng pagsisimula: %1$s – Napiling petsa ng pagtatapos: %2$s
+ Kasalukuyang seleksyon: %1$s
+ wala
+ Kanselahin
+ OK
+ %1$s
+ Pumili ng Petsa
+ Piniling petsa
+ %1$s
+ Petsa ng pagtatapos %1$s
+ Invalid na format.
+ Halimbawa: %1$s
+ Gamitin: %1$s
+ Invalid na hanay.
+ Mag-navigate sa kasalukuyang taon %1$d
+ Mag-navigate patungo sa taong %1$d
+ Wala sa sakop: %1$s
+ Petsa ng pagsisimula – %1$s
+ %1$s – Petsa ng pagtatapos
+ %1$s – %2$s
+ Pumili ng Range
+ Petsa ng pagsisimula – Petsa ng pagtatapos
+ I-save
+ Petsa ng pagsisimula %1$s
+ Petsa
+ Petsa ng pagtatapos
+ Petsa ng pagsisimula
+ d
+ m
+ y
+ Ngayon %1$s
+ Lumipat sa pamamaraan ng pag-input ng kalendaryo
+ I-tap para lumipat sa view ng Kalendaryo
+ Lumipat sa pamamaraan ng pag-input ng text
+ I-tap para lumipat sa view ng taon
+ Kanselahin
+ OK
+ Ipakita ang password
+ "Maghanap"
+ I-clear ang text
+ Bumalik
+ Side Sheet
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml
new file mode 100644
index 0000000..45710d4
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d yeni bildirim
+ - %d yeni bildirim
+
+ "Eve gidiş yolunu göster"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Bitti"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "KAPAT"
+ "AÇ"
+ "Alt+"
+ "Ctrl+"
+ "sil"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Üst Karakter+"
+ "boşluk"
+ "Sym+"
+ "Menü+"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş:"
+ "%s ile paylaş"
+ "Daralt"
+ Alt sayfayı daralt
+ Alt sayfayı genişlet
+ Yarım genişlet
+ Sürükleme tutamacına iki kez dokunuldu
+ Sürükleme tutamacı
+ "Yanıtla"
+ "Video"
+ "Reddet"
+ "Kapat"
+ "Gelen arama"
+ "Devam eden arama"
+ "Gelen arama süzülüyor"
+ Girilen karakter: %1$d / %2$d
+ Karakter sınırı aşıldı %1$d / %2$d
+ Metni temizle
+ Hata: geçersiz
+ Hata
+ Açılır menüyü göster
+ İletişim kutusu simgesi
+ Sekme
+ ÖÖ veya ÖS\'yi seçin
+ %1$s saat
+ Saat seçin
+ Saat %1$s
+ Dakikayı seçin
+ %1$s dakika
+ AM
+ Zaman girişi için saat moduna geçin.
+ Saat
+ Dakika
+ PM
+ Zamanı seçin
+ Zaman girişi için metin girişi moduna geçin.
+ Yeni bildirim
+ İşaretlendi
+ Kısmi olarak işaretlendi
+ İşaretlenmedi
+ %1$s içeriğini kaldır
+ %1$d adetten fazla yeni bildirim
+ Sonraki aya değiştir
+ Önceki aya değiştir
+ Başlangıç tarihi seçimi: %1$s – Bitiş tarihi seçimi: %2$s
+ Geçerli seçim: %1$s
+ yok
+ İptal
+ Tamam
+ %1$s
+ Tarih Seçin
+ Seçilen tarih
+ %1$s
+ Bitiş tarihi: %1$s
+ Geçersiz biçim.
+ Örnek: %1$s
+ Tarih biçimi: %1$s
+ Geçersiz aralık.
+ Geçerli yıla (%1$d) git
+ %1$d yılına git
+ İzin verilen aralığın dışında: %1$s
+ Başlangıç tarihi – %1$s
+ %1$s – Bitiş tarihi
+ %1$s-%2$s
+ Aralık Seçin
+ Başlangıç tarihi - Bitiş tarihi
+ Kaydet
+ Başlangıç tarihi: %1$s
+ Tarih
+ Bitiş tarihi
+ Başlangıç tarihi
+ g
+ a
+ y
+ Bugün, %1$s
+ Takvim giriş moduna geç
+ Takvim görünümüne geçmek için dokunun
+ Metin giriş moduna geç
+ Yıl görünümüne geçmek için dokunun
+ İptal
+ Tamam
+ Şifreyi göster
+ "Ara"
+ Metni temizle
+ Geri
+ Yan Sayfa
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml
new file mode 100644
index 0000000..1397540
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml
@@ -0,0 +1,120 @@
+
+
+
+ - %d нове сповіщення
+ - %d нові сповіщення
+ - %d нових сповіщень
+ - %d нового сповіщення
+
+ "Перейти на головну"
+ "Перейти вгору"
+ "Більше опцій"
+ "Готово"
+ "Показати всі"
+ "Вибрати програму"
+ "ВИМКНЕНО"
+ "УВІМКНЕНО"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "пробіл"
+ "Sym+"
+ "Menu+"
+ "Введіть пошуковий запит…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Наіслати запит"
+ "Голосовий пошук"
+ "Поділитися:"
+ "Поділитися через додаток %s"
+ "Згорнути"
+ Згорнути нижній екран
+ Розгорнути нижній екран
+ Розгорнути нижню половину
+ Маркер переміщення активовано подвійним дотиком
+ Маркер переміщення
+ "Відповісти"
+ "Відео"
+ "Відхилити"
+ "Завершити"
+ "Вхідний виклик"
+ "Активний виклик"
+ "Вхідний виклик (Фільтр)"
+ Введено символів: %1$d з %2$d
+ Перевищено ліміт символів: %1$d з %2$d
+ Видалити текст
+ Помилка: недійсне значення
+ Помилка
+ Показати спадне меню
+ Значок вікна
+ Вкладка
+ Виберіть ДП чи ПП
+ %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
+ Дата
+ Дата завершення
+ Дата початку
+ д
+ м
+ р
+ Сьогодні: %1$s
+ Перейти в режим введення в календарі
+ Натисніть, щоб перейти до перегляду календаря
+ Перейти в режим введення тексту
+ Натисніть, щоб перейти до перегляду року
+ Скасувати
+ OK
+ Показувати пароль
+ "Пошук"
+ Видалити текст
+ Назад
+ Бічна панель
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml
new file mode 100644
index 0000000..de2b2b3
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d نئی اطلاع
+ - %d نئی اطلاعات
+
+ "گھر کی طرف نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "آف"
+ "آن"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "تلاش کا استفسار"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اس کے ساتھ اشتراک کریں"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ نیچے کی شیٹ کو سکیڑیں
+ نیچے کی شیٹ کو پھیلائیں
+ نصف تک پھیلائیں
+ گھسیٹنے کے ہینڈل کو دو بار تھپتھپائیں
+ گھسیٹنے کا ہینڈل
+ "جواب دیں"
+ "ویڈیو"
+ "مسترد کریں"
+ "منقطع کر دیں"
+ "اِن کمنگ کال"
+ "جاری کال"
+ "اِن کمنگ کال کی اسکریننگ"
+ %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
+ تاریخ
+ تاریخ اختتام
+ تاریخ آغاز
+ d
+ m
+ y
+ آج %1$s
+ کیلنڈر ان پٹ وضع پر سوئچ کریں
+ کیلنڈر منظر پر سوئچ کرنے کے لیے تھپتھپائیں
+ متنی ان پٹ وضع پر سوئچ کریں
+ سال کے منظر پر سوئچ کرنے کے لیے تھپتھپائیں
+ منسوخ کریں
+ ٹھیک ہے
+ پاس ورڈ دکھائیں
+ "تلاش کریں"
+ ٹیکسٹ صاف کریں
+ واپس جائیں
+ سائیڈ شیٹ
+ "+999"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml
new file mode 100644
index 0000000..366277c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d ta yangi bildirishnoma
+ - %d ta yangi bildirishnoma
+
+ "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"
+ Quyi ekranni yigʻish
+ Quyi ekranni kengaytirish
+ Yarmiga kengaytirish
+ Surish dastagi ikki marta bosildi
+ Surish dastagi
+ "Javob berish"
+ "Video"
+ "Rad etish"
+ "Tugatish"
+ "Kiruvchi chaqiruv"
+ "Joriy chaqiruv"
+ "Kiruvchi chaqiruvni filtrlash"
+ %1$d/%2$d ta belgi kiritildi
+ Harflar soni (%1$d) cheklovdan (%2$d) oshib ketdi
+ Matnni tozalash
+ Xato: yaroqsiz
+ Xato
+ Pastga ochiluvchi menyuni ochish
+ Muloqot ikonkasi
+ Tab : Varaq
+ Tushdan oldin yoki keyinligini tanlang
+ %1$s soat
+ Soatni tanlang
+ %1$s soat
+ Daqiqalarni tanlash
+ %1$s daqiqa
+ AM
+ Vaqtni kiritish uchun soat rejimiga o‘ting.
+ Soat
+ Daqiqa
+ PM
+ Vaqtni tanlang
+ Vaqtni kiritish uchun matn kiritish rejimiga o‘ting.
+ Yangi bildirishnoma
+ Belgilangan
+ Qisman belgilangan
+ Belgilanmagan
+ Olib tashlash: %1$s
+ Yana %1$d dan ortiq bildirishnoma
+ Keyingi oyga oʻzgartirish
+ Avvalgi oyga oʻzgartirish
+ Boshlanish sanasini tanlash: %1$s – Tugash sanasini tanlash: %2$s
+ Joriy tanlov: %1$s
+ hech qanday
+ Bekor qilish
+ OK
+ %1$s
+ Sanani tanlang
+ Tanlangan sana
+ %1$s
+ Tugash sanasi: %1$s
+ Yaroqsiz format.
+ Masalan: %1$s
+ Ishlatish: %1$s
+ Yaroqsiz oraliq.
+ Joriy yilga oʻtish %1$d
+ Yilga nazar solish: %1$d
+ Chegaradan tashqari: %1$s
+ Boshlanish sanasi – %1$s
+ %1$s – Tugash sanasi
+ %1$s – %2$s
+ Oraliqni tanlang
+ Boshlanishi – Tugashi
+ Saqlash
+ Boshlanish sanasi: %1$s
+ Sana
+ Tugash sanasi
+ Boshlanish sanasi
+ k
+ o
+ y
+ Bugun %1$s
+ Taqvim kiritish rejimiga oʻtish
+ Taqvim shaklida koʻrish uchun bosing
+ Matn kiritish rejimiga oʻtish
+ Yillik shaklda koʻrish uchun bosing
+ Bekor qilish
+ OK
+ Parol ochiq tursin
+ "Qidiruv"
+ Matnni tozalash
+ Orqaga
+ Yon varaq
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml
new file mode 100644
index 0000000..3ba0ed0
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml
new file mode 100644
index 0000000..f85a197
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml
new file mode 100644
index 0000000..7dad77f
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml
@@ -0,0 +1,4 @@
+
+
+ 0px
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml
new file mode 100644
index 0000000..13ff887
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml
@@ -0,0 +1,564 @@
+
+
+ @color/androidx_core_secondary_text_default_material_light
+ - 0.32
+ - 0.2
+ - 0.16
+ - 0.2
+ 0dp
+ 1dp
+ - 0.48
+ - 0.48
+ - 0.16
+ - 0.48
+ - 0.24
+ - 0.24
+ - 0.08
+ - 0.24
+ 0dp
+ 0dp
+ 12dp
+ sans-serif-medium
+ sans-serif
+ sans-serif-medium
+ sans-serif
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml
new file mode 100644
index 0000000..1ad118e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml
new file mode 100644
index 0000000..46887cb
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml
new file mode 100644
index 0000000..abd5319
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml
new file mode 100644
index 0000000..483ae0c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml
new file mode 100644
index 0000000..4c30667
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml
new file mode 100644
index 0000000..a60f7b8
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml
@@ -0,0 +1,29 @@
+
+
+ - 0.16
+ - 0.17
+ - 0.4
+ - 0.1
+ - 0.24
+ - 0.40
+ - 0.40
+ - 0.24
+ - 0.12
+ - 0.20
+ - 0.20
+ - 0.12
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml
new file mode 100644
index 0000000..fbf6931
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v31/values-v31.xml
@@ -0,0 +1,475 @@
+
+
+ @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
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v34/values-v34.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v34/values-v34.xml
new file mode 100644
index 0000000..f5df9c8
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v34/values-v34.xml
@@ -0,0 +1,91 @@
+
+
+ @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
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml
new file mode 100644
index 0000000..33920e7
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d thông báo mới
+ - %d thông báo mới
+
+ "Chỉ đường về nhà"
+ "Di chuyển lên"
+ "Tùy chọn khác"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "TẮT"
+ "BẬT"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Truy vấn tìm kiếm"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+ Thu gọn bảng dưới cùng
+ Mở rộng bảng dưới cùng
+ Mở rộng một nửa
+ Đã nhấn đúp nút kéo
+ Nút kéo
+ "Trả lời"
+ "Video"
+ "Từ chối"
+ "Kết thúc"
+ "Cuộc gọi đến"
+ "Cuộc gọi đang thực hiện"
+ "Đang sàng lọc cuộc gọi đến"
+ Đã nhập %1$d trong số %2$d ký tự
+ Đã vượt quá giới hạn ký tự %1$d/%2$d
+ Xóa văn bản
+ Lỗi: không hợp lệ
+ Lỗi
+ Hiển thị menu thả xuống
+ Biểu tượng hộp thoại
+ Thẻ
+ Chọn SA hoặc CH
+ %1$s giờ
+ Chọn giờ
+ %1$s giờ
+ Chọn phút
+ %1$s phút
+ SA
+ Chuyển sang chế độ đồng hồ để nhập thời gian.
+ Giờ
+ Phút
+ CH
+ Chọn thời gian
+ Chuyể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ần
+ Chưa đánh dấu
+ Xóa %1$s
+ Hơn %1$d thông báo mới
+ Chuyển sang tháng tiếp theo
+ Chuyển về tháng trước
+ Ngày bắt đầu được chọn: %1$s – Ngày kết thúc được chọn: %2$s
+ Lựa chọn hiện tại: %1$s
+ không có
+ Hủy
+ OK
+ %1$s
+ Chọn ngày
+ Ngày đã chọn
+ %1$s
+ Ngày kết thúc %1$s
+ Định dạng không hợp lệ.
+ Ví dụ: %1$s
+ Sử dụng: %1$s
+ Phạm vi không hợp lệ.
+ Chuyển đến năm hiện tại %1$d
+ Chuyển tới năm %1$d
+ Nằm ngoài phạm vi: %1$s
+ Ngày bắt đầu – %1$s
+ %1$s – Ngày kết thúc
+ %1$s – %2$s
+ Chọn dải ô
+ Ngày bắt đầu – Ngày kết thúc
+ Lưu
+ Ngày bắt đầu %1$s
+ Ngày
+ Ngày kết thúc
+ Ngày bắt đầu
+ d
+ m
+ y
+ Hôm nay %1$s
+ Chuyển sang chế độ nhập lịch
+ Nhấn để chuyển sang chế độ xem theo lịch
+ Chuyển sang chế độ nhập văn bản
+ Nhấn để chuyển sang chế độ xem theo năm
+ Huỷ
+ OK
+ Hiện mật khẩu
+ "Tìm kiếm"
+ Xoá văn bản
+ Quay lại
+ Trang bên
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml
new file mode 100644
index 0000000..b4fed6b
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml
@@ -0,0 +1,5 @@
+
+
+ 24dp
+ 36dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml
new file mode 100644
index 0000000..fa14e49
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 4dp
+ 18dp
+ 40dp
+ 2dp
+ 2dp
+ 40dp
+ 40dp
+ 4dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w400dp-port-v13/values-w400dp-port-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w400dp-port-v13/values-w400dp-port-v13.xml
new file mode 100644
index 0000000..e8cf2fe
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w400dp-port-v13/values-w400dp-port-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 0dp
+ 22dp
+ 48dp
+ 2dp
+ 2dp
+ 48dp
+ 48dp
+ 0dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml
new file mode 100644
index 0000000..aaaf955
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 64dp
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml
new file mode 100644
index 0000000..2d85812
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml
new file mode 100644
index 0000000..deecc9e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml
new file mode 100644
index 0000000..b499d2c
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml
@@ -0,0 +1,9 @@
+
+
+ - 60%
+ - 90%
+ - 50%
+ - 70%
+ - 45%
+ - 72%
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..84313f4
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d 条新通知
+ - %d 条新通知
+
+ "转到首页"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "关闭"
+ "开启"
+ "Alt+"
+ "Ctrl+"
+ "Delete 键"
+ "Enter 键"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "空格键"
+ "Sym+"
+ "Menu+"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享对象"
+ "与%s分享"
+ "收起"
+ 收起底部动作条
+ 展开底部动作条
+ 展开到一半高度
+ 拖动手柄被点按两次
+ 拖动手柄
+ "接听"
+ "视频通话"
+ "拒接"
+ "挂断"
+ "来电"
+ "正在通话"
+ "正在过滤来电"
+ 输入了 %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
+ 日期
+ 结束日期
+ 开始日期
+ d
+ m
+ y
+ 今天%1$s
+ 切换到日历输入模式
+ 点按即可切换到日历视图
+ 切换到文本字段输入模式
+ 点按即可切换到年视图
+ 取消
+ 确定
+ 显示密码
+ "搜索"
+ 清除文字
+ 返回
+ 侧边动作条
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..2c788bb
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d 個新通知
+ - %d 個新通知
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "刪除"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空白鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "使用「%s」分享"
+ "收合"
+ 收合頁底面板
+ 展開頁底面板
+ 展開一半
+ 㩒咗兩下拖曳控點
+ 拖曳控點
+ "接聽"
+ "視像"
+ "拒接"
+ "掛斷"
+ "來電"
+ "通話中"
+ "正在過濾來電"
+ 已輸入 %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
+ 切換至日曆輸入模式
+ 㩒一下就可以切換去日曆檢視模式
+ 切換至文字輸入模式
+ 㩒一下就可以切換去按年檢視模式
+ 取消
+ 確定
+ 顯示密碼
+ "搜尋"
+ 清除文字
+ 返回
+ 側邊工作表
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..60426a8
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d 則新通知
+ - %d 則新通知
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "Delete 鍵"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空格鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+ 收合底部功能表
+ 展開底部功能表
+ 展開一半
+ 已輕觸兩下拖曳控點
+ 拖曳控點
+ "接聽"
+ "視訊"
+ "拒接"
+ "掛斷"
+ "來電"
+ "通話中"
+ "正在過濾來電"
+ 已輸入 %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
+ 日期
+ 結束日期
+ 開始日期
+ d
+ m
+ y
+ 今天 %1$s
+ 切換至日曆輸入模式
+ 輕觸即可切換至日曆檢視畫面
+ 切換至文字輸入模式
+ 輕觸即可切換至年份檢視畫面
+ 取消
+ 確定
+ 顯示密碼
+ "搜尋"
+ 清除文字
+ 返回
+ 側邊功能表
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml
new file mode 100644
index 0000000..4564279
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml
@@ -0,0 +1,118 @@
+
+
+
+ - %d izaziso ezintsha
+ - %d izaziso ezintsha
+
+ "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"
+ Goqa ishidi eliphansi
+ Nweba ishidi eliphansi
+ Nweba phakathi
+ Hudula isibambi esithephwe kabili
+ Hudula isibambi
+ "Phendula"
+ "Ividiyo"
+ "Yenqaba"
+ "Vala Ucingo"
+ "Ikholi engenayo"
+ "Ikholi eqhubekayo"
+ "Ukuveza ikholi engenayo"
+ Izinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$d
+ Umkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$d
+ Sula umbhalo
+ Iphutha: okungavumelekile
+ Iphutha
+ Bonisa imenyu yokudonsela phansi
+ Isithonjana sebhokisi
+ Ithebhu
+ Khetha u-AM noma u-PM
+ amahora angu-%1$s
+ Khetha ihora
+ %1$s ezimpondweni
+ Khetha amaminithi
+ amaminithi angu-%1$s
+ AM
+ Shintshela kumodi yewashi ngokufakwa kwesikhathi.
+ Ihora
+ Iminithi
+ PM
+ Khetha isikhathi
+ Shintshela kumodi yokufaka umbhalo ngokufaka isikhathi.
+ Isaziso esisha
+ Kumakiwe
+ Kumakwe kancane
+ Akumakiwe
+ Susa i-%1$s
+ Izaziso ezintsha ezingaphezu kokungu-%1$d
+ Shintshela kunyanga elandelayo
+ Shintshela kunyanga edlule
+ Ukukhethwa kosuku lokuqala: %1$s – Ukukhethwa kosuku lokuphela: %2$s
+ Ukukhetha kwamanje: %1$s
+ lutho
+ Khansela
+ KULUNGILE
+ %1$s
+ Khetha Idethi
+ Khetha idethi
+ %1$s
+ Ilanga lokuphela %1$s
+ Ifomethi engavumelekile.
+ Isibonelo: %1$s
+ Sebenzisa: %1$s
+ Ibanga elingavumelekile.
+ Funa onyakeni wamanje %1$d
+ Zulela onyakeni %1$d
+ Ikude kubanga: %1$s
+ Idethi yokuqala – %1$s
+ %1$s – Idethi yokuphela
+ %1$s – %2$s
+ Khetha Ibanga
+ Idethi yokuqala – Idethi yokuphela
+ Londoloza
+ Ilanga lokuqala %1$s
+ Idethi
+ Idethi yokuphela
+ Idethi yokuqala
+ d
+ m
+ y
+ Namuhla %1$s
+ Shintshela kwimodi yokufaka yekhalenda
+ Thepha ukuze ushintshele ekubukeni Kwekhalenda
+ Shintshela kwimodi yokufaka yombhalo
+ Thepha ukuze ushintshele ekubukeni konyaka
+ Khansela
+ KULUNGILE
+ Bonisa iphasiwedi
+ "Sesha"
+ Sula umbhalo
+ Emuva
+ Ishidi Eliseceleni
+ "999+"
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000..efeb124
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,14075 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ true
+ #ff000000
+ #ffffffff
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #1f000000
+ #8a000000
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #FF000000
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #1d873b
+ #d93025
+ #FF424242
+ #FFFFFFFF
+ #03000000
+ #37000000
+ #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
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #ff7043
+ #ff5722
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ #000000
+ #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
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff008577
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ #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
+ #DE000000
+ #ffffffff
+ #ff9e9e9e
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #33ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+ #e6616161
+ #e6FFFFFF
+ #FFFFFFFF
+ 16dp
+ 72dp
+ 56dp
+ 0dp
+ 0dp
+ 4dp
+ 16dp
+ 10dp
+ 6dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 720dp
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 2dp
+ - 80%
+ - 100%
+ - 320dp
+ - 320dp
+ 8dp
+ 8dp
+ - 65%
+ - 95%
+ 24dp
+ 18dp
+ 8dp
+ - 0.30
+ - 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ 80dp
+ 64dp
+ 48dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 4dp
+ 48dip
+ 320dip
+ 2dp
+ 2dp
+ 20dp
+ 48dp
+ 36dp
+ 16dp
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 14sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ 16dp
+ 1dp
+ 2dp
+ 2dp
+ 64dp
+ 4dp
+ 6dp
+ 8dp
+ 4dp
+ 2dp
+ 320dp
+ 320dp
+ 10dp
+ 4dp
+ 168dp
+ 96dp
+ 14sp
+ 8dp
+ 56dp
+ 24dp
+ 96dp
+ 56dp
+ 10dp
+ 8dp
+ 1dp
+ 12sp
+ 8dp
+ 16dp
+ 64dp
+ 0.5dp
+ 6dp
+ 24dp
+ 40dp
+ 56dp
+ 6dp
+ 6dp
+ 16dp
+ 32dp
+ 24dp
+ 16dp
+ 32dp
+ 4dp
+ 280dp
+ 8dp
+ 8dp
+ 128dp
+ - 1.0
+ 0dp
+ 6dp
+ 0dp
+ -1px
+ -1px
+ 12dp
+ 14dp
+ 16dp
+ 14sp
+ 264dp
+ 72dp
+ 14sp
+ 12sp
+ 5dp
+ - 0.30
+ - 0.26
+ 8dp
+ 0dp
+ 50dp
+ - 0.26
+ - 0.20
+ - 0.12
+ - 0.50
+ - 0.38
+ - 0.70
+ - 0.54
+ 20dp
+ 800dp
+ 120dp
+ 14dp
+ 14dp
+ 28dp
+ @dimen/m3_sys_elevation_level3
+ 16dp
+ 24dp
+ 16dp
+ 16dp
+ 16dp
+ 96dp
+ 112dp
+ 112dp
+ @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_height
+ 48dp
+ 24dp
+ 24dp
+ 8dp
+ 12dp
+ 24dp
+ 48dp
+ 1.5dp
+ 6dp
+ @dimen/m3_comp_badge_size
+ 1.5dp
+ 3dp
+ 12dp
+ @dimen/m3_comp_badge_large_size
+ 4dp
+ 2dp
+ @dimen/m3_comp_navigation_bar_active_indicator_height
+ 4dp
+ @dimen/m3_comp_navigation_bar_active_indicator_width
+ 16dp
+ 12dp
+ @dimen/m3_comp_navigation_bar_container_height
+ 20dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level1
+ 6dp
+ 4dp
+ 12dp
+ 16dp
+ @dimen/m3_comp_bottom_app_bar_container_height
+ 4dp
+ 64dp
+ 8dp
+ 0dp
+ 0dp
+ @dimen/m3_comp_elevated_button_container_elevation
+ 0dp
+ 16dp
+ 24dp
+ 10dp
+ 20dp
+ 0dp
+ 20dp
+ 4dp
+ 320dp
+ 6dp
+ 24dp
+ 24dp
+ 6dp
+ 1dp
+ 12dp
+ 16dp
+ 12dp
+ 12dp
+ 0dp
+ 1dp
+ 0dp
+ 6dp
+ 0dp
+ 7dp
+ @dimen/m3_comp_elevated_card_container_elevation
+ 2dp
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 1dp
+ 2dp
+ 10dp
+ 1dp
+ 28dp
+ 56dp
+ 40dp
+ 1dp
+ 8dp
+ -1dp
+ 7dp
+ 1dp
+ 2dp
+ 18dp
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ 16dp
+ 6dp
+ @dimen/m3_sys_elevation_level2
+ 80dp
+ - 0.38
+ 1dp
+ 120dp
+ 128dp
+ 1dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ @dimen/m3_sys_elevation_level1
+ 24dp
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @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_opacity
+ 24dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_elevation_level4
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ 96dp
+ 36dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 40dp
+ 24dp
+ @dimen/m3_sys_elevation_level2
+ @dimen/m3_sys_elevation_level0
+ 18dp
+ @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_opacity
+ 24dp
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ - 0.38
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ @dimen/m3_sys_elevation_level0
+ 32dp
+ 1dp
+ 24dp
+ 18dp
+ @dimen/m3_sys_elevation_level2
+ 32dp
+ 64dp
+ @dimen/m3_sys_elevation_level2
+ 80dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 360dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level0
+ 32dp
+ 56dp
+ @dimen/m3_sys_elevation_level0
+ 80dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 24dp
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level2
+ - 0.12
+ 1dp
+ @dimen/m3_sys_elevation_level0
+ - 0.12
+ 24dp
+ 1dp
+ 1dp
+ - 0.38
+ - 0.38
+ - 0.38
+ 2dp
+ 1dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 3dp
+ @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_opacity
+ 24dp
+ 4dp
+ 4dp
+ 4dp
+ - 0.38
+ - 0.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_opacity
+ - 0.32
+ 30dp
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_elevation_level3
+ 56dp
+ 72dp
+ 2dp
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 4dp
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level1
+ 256dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 44dp
+ 6dp
+ 4dp
+ - 0.38
+ - 0.38
+ - 0.12
+ 16dp
+ 4dp
+ @dimen/m3_sys_elevation_level3
+ 32dp
+ @dimen/m3_sys_elevation_level1
+ @dimen/m3_sys_elevation_level0
+ 1dp
+ 18dp
+ - 1
+ - 0.38
+ - 0.12
+ - 0.38
+ - 0.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
+ 32dp
+ 52dp
+ @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_opacity
+ 2dp
+ @dimen/m3_sys_elevation_level3
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ 1dp
+ @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_opacity
+ 152dp
+ 112dp
+ @dimen/m3_sys_elevation_level0
+ 64dp
+ @dimen/m3_sys_elevation_level2
+ @dimen/m3_sys_elevation_level3
+ 8dp
+ 8dp
+ 20dp
+ 12dp
+ 56dp
+ 16dp
+ 8dp
+ 0dp
+ 30%
+ 2dp
+ 6dp
+ 36dp
+ 96dp
+ 4dp
+ @dimen/m3_comp_menu_container_elevation
+ 14dp
+ 16dp
+ 4dp
+ 28dp
+ 12dp
+ 0dp
+ 12dp
+ 12dp
+ 0dp
+ 4dp
+ 28dp
+ 28dp
+ @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_height
+ 4dp
+ @dimen/m3_comp_navigation_rail_active_indicator_width
+ 60dp
+ 12dp
+ 20dp
+ 4dp
+ 12dp
+ 2dp
+ @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_height
+ 16dp
+ 16dp
+ 1dp
+ 4dp
+ 16dp
+ 16sp
+ 1dp
+ @dimen/m3_comp_search_view_container_elevation
+ @dimen/m3_comp_search_view_full_screen_header_container_height
+ 16dp
+ @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_width
+ - 0.08
+ - 0.12
+ 2dp
+ 24dp
+ 40dp
+ - 1.0
+ 8dp
+ 0dp
+ 1dp
+ 3dp
+ 6dp
+ 8dp
+ 12dp
+ - 0.3
+ - 0.8
+ - 0
+ - 0.2
+ - 0.1
+ - 0.1
+ - 0.7
+ - 1
+ - 0.4
+ - 1
+ - 0
+ - 1
+ - 0.4
+ - 0.2
+ - 0
+ - 1
+ - 0
+ - 0.2
+ - 0
+ - 1
+ - 0
+ - 1
+ - 0
+ - 1
+ - 0.3
+ - 1
+ - 0
+ - 1
+ - 0.2
+ - 0
+ - 0
+ - 1
+ - 0
+ - 0
+ - 0
+ - 1
+ - 0.16
+ - 0.1
+ - 0.08
+ - 0.1
+ 2dp
+ @dimen/m3_comp_time_picker_container_elevation
+ 20dp
+ 640dp
+ 80dp
+ 24dp
+ 96dp
+ 24dp
+ 44dp
+ 4dp
+ 4dp
+ 2dp
+ 15sp
+ 96dp
+ 12dp
+ 12dp
+ 52dp
+ 256dp
+ -4dp
+ 2dp
+ 1dp
+ - 0.38
+ - 0.12
+ - 0.87
+ - 0.6
+ 12dp
+ 23dp
+ 8dp
+ 32dp
+ 4dp
+ 8dp
+ 4dp
+ 12dp
+ 8dp
+ 2dp
+ 245dp
+ 488dp
+ 56dp
+ 560dp
+ 340dp
+ 80dp
+ 24dp
+ 24dp
+ 80dp
+ 24dp
+ 4dp
+ 4dp
+ 8dp
+ 6dp
+ 10sp
+ 12dp
+ 12dp
+ 16dp
+ 60dp
+ 16dp
+ 5dp
+ 8dp
+ 0dp
+ 56dp
+ 4dp
+ 64dp
+ 0dp
+ 0dp
+ 2dp
+ 2dp
+ 2dp
+ 12dp
+ 8dp
+ 6dp
+ - 0.07
+ 320dp
+ 4dp
+ 16dp
+ 16dp
+ 4dp
+ 6dp
+ 8dp
+ 1dp
+ 4dp
+ 8dp
+ 8dp
+ 14sp
+ 0dp
+ 64dp
+ 52dp
+ 8dp
+ 0dp
+ 12dp
+ 15dp
+ 32dp
+ 3dp
+ 1dp
+ 1dp
+ 36dp
+ 24dp
+ 16dp
+ 12dp
+ 4dp
+ 1dp
+ 120dp
+ 128dp
+ 32dp
+ 12dp
+ 8dp
+ 24dp
+ 0dp
+ 480dp
+ 2dp
+ 0dp
+ 4dp
+ 48dp
+ 4dp
+ 8dp
+ 104dp
+ 20dp
+ 24dp
+ 100dp
+ 16dp
+ 28dp
+ 68dp
+ 18dp
+ 52dp
+ 8dp
+ 8dp
+ 88dp
+ 8dp
+ 24dp
+ 4dp
+ 5dp
+ 1dp
+ 8dp
+ 3dp
+ 14sp
+ 8dp
+ -8dp
+ 8dp
+ 12dp
+ 0dp
+ 0dp
+ 6dp
+ 20dp
+ 20dp
+ 24dp
+ 12dp
+ 48dp
+ 120dp
+ 20dp
+ 12dp
+ 12dp
+ 0dp
+ 2dp
+ 6dp
+ 6dp
+ 48dp
+ 2dp
+ 6dp
+ - 0.00
+ - 0.24
+ - 0.08
+ - 0.24
+ - 0.00
+ - 0.12
+ - 0.04
+ - 0.12
+ 48dp
+ 24dp
+ 8dp
+ 0dp
+ 22dp
+ 14dp
+ 24dp
+ 8dp
+ 4dp
+ 14dp
+ 56dp
+ 72dp
+ 8dp
+ 14dp
+ 24dp
+ 8dp
+ 16dp
+ 12dp
+ 4dp
+ 2dp
+ 4dp
+ 4dp
+ 18dp
+ 40dp
+ 20dp
+ 40dp
+ 28dp
+ 2.5dp
+ 4dp
+ 3dp
+ 2dp
+ 4dp
+ 0dp
+ 4dp
+ 4dp
+ 24dp
+ 4dp
+ 13dp
+ 26dp
+ 1dp
+ 10dp
+ 8dp
+ 1dp
+ 4dp
+ 16dp
+ 48dp
+ - 0.5
+ 4dp
+ - 0.8
+ 8dp
+ 8dp
+ 8dp
+ 16dp
+ 4dp
+ 16dp
+ 32dp
+ @dimen/m3_comp_switch_track_height
+ @dimen/m3_comp_switch_track_width
+ 4dp
+ 0dp
+ 4dp
+ @dimen/m3_comp_outlined_text_field_outline_width
+ @dimen/m3_comp_outlined_text_field_focus_outline_width
+ 16dp
+ 4dp
+ 16dp
+ 4dp
+ 56dp
+ 14dp
+ 4dp
+ 32dp
+ 32dp
+ 12dp
+ 30dp
+ 32dp
+ 13sp
+ 12dp
+ 8dp
+ 64dp
+ 64dp
+ 10dp
+ @dimen/notification_content_margin_start
+ 16dp
+ 4dp
+ 3dp
+ 24dp
+ 13sp
+ 10dp
+ 5dp
+ 2dp
+ 16dp
+ 8dp
+ 8dp
+ 96dp
+ 6.5dp
+ 0dp
+ 16dp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+ #3333B5E5
+ #0cffffff
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 150
+ 150
+ 127
+ 150
+ 2
+ 300
+ 320
+ 999
+ 100
+ 100
+ 75
+ 120
+ 100
+ 700
+ 800
+ 900
+ 1000
+ 450
+ 500
+ 550
+ 600
+ 250
+ 300
+ 350
+ 400
+ 50
+ 100
+ 150
+ 200
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 300
+ 350
+ 200
+ 250
+ 75
+ 150
+ 0
+ 4
+ 100
+ 100
+ 1
+ 1
+ 3
+ 75
+ 120
+ 100
+ @integer/m3_sys_motion_duration_medium1
+ @integer/m3_sys_motion_duration_short3
+ @integer/m3_sys_motion_duration_short2
+ @integer/m3_sys_motion_duration_short2
+ 16
+ 32
+ 32
+ 52
+ 250
+ 2
+ 1
+ 0
+ 200
+ 999
+
+ - %d new notification
+ - %d new notifications
+
+ Navigate home
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ OFF
+ ON
+ Alt+
+ Ctrl+
+ delete
+ enter
+ Function+
+ Meta+
+ Shift+
+ space
+ Sym+
+ Menu+
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ androidx.startup
+ Scouting App
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior
+ Auto
+ com.google.android.material.bottomsheet.BottomSheetBehavior
+ Collapse the bottom sheet
+ Expand the bottom sheet
+ Expand halfway
+ Drag handle double-tapped
+ Drag handle
+ Answer
+ Video
+ Decline
+ Hang Up
+ Incoming call
+ Ongoing call
+ Screening an incoming call
+ Can Leave
+ Can Remove Algae
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ %1$d/%2$d
+ Clear text
+ %s%dx
+ Coral Pickup
+
+ Error: invalid
+
+ Error
+ Show dropdown menu
+ com.google.android.material.transformation.FabTransformationScrimBehavior
+ com.google.android.material.transformation.FabTransformationSheetBehavior
+ com.google.android.material.behavior.HideBottomViewOnScrollBehavior
+ Hold button to \ndecrement
+ Dialog Icon
+ Image of field
+ Tab
+ L1
+ L2
+ L3
+ L4
+ %1$s%2$s
+ sans-serif-medium
+ sans-serif
+ sans-serif-medium
+ sans-serif
+ 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.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, 1
+ cubic-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 hours
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ cubic-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 end
+ Range start
+ Value
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ M14,18.2 11.4,15.6 10,17 14,21 22,13 20.6,11.6z
+ icon
+ M13.4,15 11,15 11,17 13.4,17 21,17 21,15z
+ icon path
+ M23,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
+ button
+ button path
+ M23,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$s
+ More than %1$d new notifications
+ %1$d%2$s
+ Change to next month
+ Change to previous month
+ Start date selection: %1$s – End date selection: %2$s
+ Current selection: %1$s
+ none
+ Cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ %1$s
+ End date %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to current year %1$d
+ Navigate to year %1$d
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Start date %1$s
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Today %1$s
+ Switch to calendar input mode
+ Tap to switch to Calendar view
+ Switch to text input mode
+ Tap to switch to year view
+ circle_group
+ M4,16 A12,12 0 0,1 16,4 H16 A12,12 0 0,1 16,28 H16 A12,12 0 0,1 4,16
+ M0,16 A11,11 0 0,1 11,5 H21 A11,11 0 0,1 21,27 H11 A11,11 0 0,1 0,16
+ circle
+ M2,16 A14,14 0 0,1 16,2 H16 A14,14 0 0,1 16,30 H16 A14,14 0 0,1 2,16
+ M8,16 A8,8 0 0,1 16,8 H16 A8,8 0 0,1 16,24 H16 A8,8 0 0,1 8,16
+ M1,16 A15,15 0 0,1 16,1 H36 A15,15 0 0,1 36,31 H16 A15,15 0 0,1 1,16
+ M0,16 A16,16 0 0,1 16,0 H36 A16,16 0 0,1 36,32 H16 A16,16 0 0,1 0,16
+ Cancel
+ OK
+ Net
+ Next (Hold)
+ Show password
+ M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z
+ M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M3.27,4.27 L19.74,20.74
+ Processor
+ Search
+
+ com.google.android.material.search.SearchBar$ScrollingViewBehavior
+
+ Clear text
+ Back
+ Side Sheet
+ com.google.android.material.sidesheet.SideSheetBehavior
+ 999+
+ Submit
+ Tele
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?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
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
index 42077aa..6e1661d 100644
--- a/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
@@ -11532,13 +11532,13 @@
收合底部功能表展開底部功能表展開一半已輕觸兩下拖曳控點拖曳控點已輸入 %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日期結束日期開始日期dmy今天 %1$s切換至日曆輸入模式輕觸即可切換至日曆檢視畫面切換至文字輸入模式輕觸即可切換至年份檢視畫面取消確定顯示密碼清除文字返回側邊功能表
- %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 Eliseceleni#FF000000#FFFFFFFFScouting AppSubmitL1L2L3L4NetNext (Hold)ProcessorCan LeaveCan Remove AlgaeCoral PickupAutoImage of field%s%dxTeleHold button to \ndecrement#000000
+
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
index ac140a4..c8c726d 100644
--- a/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
@@ -1,33 +1,33 @@
-#Tue Oct 07 12:03:11 EDT 2025
-com.example.scoutingapp-main-5\:/drawable/_025_reefscape_transparent_background.png=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\_025_reefscape_transparent_background.png
-com.example.scoutingapp-main-5\:/drawable/_025_reefscape_transparent_background_blue.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\_025_reefscape_transparent_background_blue.webp
-com.example.scoutingapp-main-5\:/drawable/ic_launcher_background.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\ic_launcher_background.xml
-com.example.scoutingapp-main-5\:/drawable/ic_launcher_foreground.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\ic_launcher_foreground.xml
-com.example.scoutingapp-main-5\:/drawable/loop.png=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\loop.png
-com.example.scoutingapp-main-5\:/drawable/screenshot_2025_01_16_115155.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\screenshot_2025_01_16_115155.webp
-com.example.scoutingapp-main-5\:/layout/activity_auto.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_auto.xml
-com.example.scoutingapp-main-5\:/layout/activity_end.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_end.xml
-com.example.scoutingapp-main-5\:/layout/activity_main.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_main.xml
-com.example.scoutingapp-main-5\:/layout/activity_settings.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_settings.xml
-com.example.scoutingapp-main-5\:/layout/activity_starting.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_starting.xml
-com.example.scoutingapp-main-5\:/layout/activity_tele.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_tele.xml
-com.example.scoutingapp-main-5\:/mipmap-anydpi-v26/ic_launcher.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-anydpi-v26\\ic_launcher.xml
-com.example.scoutingapp-main-5\:/mipmap-anydpi-v26/ic_launcher_round.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-anydpi-v26\\ic_launcher_round.xml
-com.example.scoutingapp-main-5\:/mipmap-hdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-hdpi-v4\\ic_launcher.webp
-com.example.scoutingapp-main-5\:/mipmap-hdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-hdpi-v4\\ic_launcher_foreground.webp
-com.example.scoutingapp-main-5\:/mipmap-hdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-hdpi-v4\\ic_launcher_round.webp
-com.example.scoutingapp-main-5\:/mipmap-mdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-mdpi-v4\\ic_launcher.webp
-com.example.scoutingapp-main-5\:/mipmap-mdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-mdpi-v4\\ic_launcher_foreground.webp
-com.example.scoutingapp-main-5\:/mipmap-mdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-mdpi-v4\\ic_launcher_round.webp
-com.example.scoutingapp-main-5\:/mipmap-xhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xhdpi-v4\\ic_launcher.webp
-com.example.scoutingapp-main-5\:/mipmap-xhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xhdpi-v4\\ic_launcher_foreground.webp
-com.example.scoutingapp-main-5\:/mipmap-xhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xhdpi-v4\\ic_launcher_round.webp
-com.example.scoutingapp-main-5\:/mipmap-xxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxhdpi-v4\\ic_launcher.webp
-com.example.scoutingapp-main-5\:/mipmap-xxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxhdpi-v4\\ic_launcher_foreground.webp
-com.example.scoutingapp-main-5\:/mipmap-xxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxhdpi-v4\\ic_launcher_round.webp
-com.example.scoutingapp-main-5\:/mipmap-xxxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxxhdpi-v4\\ic_launcher.webp
-com.example.scoutingapp-main-5\:/mipmap-xxxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxxhdpi-v4\\ic_launcher_foreground.webp
-com.example.scoutingapp-main-5\:/mipmap-xxxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxxhdpi-v4\\ic_launcher_round.webp
-com.example.scoutingapp-main-5\:/raw/info.json=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw\\info.json
-com.example.scoutingapp-main-5\:/xml/backup_rules.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\backup_rules.xml
-com.example.scoutingapp-main-5\:/xml/data_extraction_rules.xml=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\data_extraction_rules.xml
+#Sat Oct 18 21:31:31 EDT 2025
+com.example.scoutingapp-main-5\:/drawable/_025_reefscape_transparent_background.png=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\_025_reefscape_transparent_background.png
+com.example.scoutingapp-main-5\:/drawable/_025_reefscape_transparent_background_blue.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\_025_reefscape_transparent_background_blue.webp
+com.example.scoutingapp-main-5\:/drawable/ic_launcher_background.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\ic_launcher_background.xml
+com.example.scoutingapp-main-5\:/drawable/ic_launcher_foreground.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\ic_launcher_foreground.xml
+com.example.scoutingapp-main-5\:/drawable/loop.png=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\loop.png
+com.example.scoutingapp-main-5\:/drawable/screenshot_2025_01_16_115155.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\screenshot_2025_01_16_115155.webp
+com.example.scoutingapp-main-5\:/layout/activity_auto.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_auto.xml
+com.example.scoutingapp-main-5\:/layout/activity_end.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_end.xml
+com.example.scoutingapp-main-5\:/layout/activity_main.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_main.xml
+com.example.scoutingapp-main-5\:/layout/activity_settings.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_settings.xml
+com.example.scoutingapp-main-5\:/layout/activity_starting.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_starting.xml
+com.example.scoutingapp-main-5\:/layout/activity_tele.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\activity_tele.xml
+com.example.scoutingapp-main-5\:/mipmap-anydpi-v26/ic_launcher.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-anydpi-v26\\ic_launcher.xml
+com.example.scoutingapp-main-5\:/mipmap-anydpi-v26/ic_launcher_round.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-anydpi-v26\\ic_launcher_round.xml
+com.example.scoutingapp-main-5\:/mipmap-hdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-hdpi-v4\\ic_launcher.webp
+com.example.scoutingapp-main-5\:/mipmap-hdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-hdpi-v4\\ic_launcher_foreground.webp
+com.example.scoutingapp-main-5\:/mipmap-hdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-hdpi-v4\\ic_launcher_round.webp
+com.example.scoutingapp-main-5\:/mipmap-mdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-mdpi-v4\\ic_launcher.webp
+com.example.scoutingapp-main-5\:/mipmap-mdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-mdpi-v4\\ic_launcher_foreground.webp
+com.example.scoutingapp-main-5\:/mipmap-mdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-mdpi-v4\\ic_launcher_round.webp
+com.example.scoutingapp-main-5\:/mipmap-xhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xhdpi-v4\\ic_launcher.webp
+com.example.scoutingapp-main-5\:/mipmap-xhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xhdpi-v4\\ic_launcher_foreground.webp
+com.example.scoutingapp-main-5\:/mipmap-xhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xhdpi-v4\\ic_launcher_round.webp
+com.example.scoutingapp-main-5\:/mipmap-xxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxhdpi-v4\\ic_launcher.webp
+com.example.scoutingapp-main-5\:/mipmap-xxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxhdpi-v4\\ic_launcher_foreground.webp
+com.example.scoutingapp-main-5\:/mipmap-xxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxhdpi-v4\\ic_launcher_round.webp
+com.example.scoutingapp-main-5\:/mipmap-xxxhdpi/ic_launcher.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxxhdpi-v4\\ic_launcher.webp
+com.example.scoutingapp-main-5\:/mipmap-xxxhdpi/ic_launcher_foreground.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxxhdpi-v4\\ic_launcher_foreground.webp
+com.example.scoutingapp-main-5\:/mipmap-xxxhdpi/ic_launcher_round.webp=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\mipmap-xxxhdpi-v4\\ic_launcher_round.webp
+com.example.scoutingapp-main-5\:/raw/info.json=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw\\info.json
+com.example.scoutingapp-main-5\:/xml/backup_rules.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\backup_rules.xml
+com.example.scoutingapp-main-5\:/xml/data_extraction_rules.xml=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\data_extraction_rules.xml
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..13dd076
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000..cf5758e
--- /dev/null
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,28 @@
+
+
+ #FF000000
+ #000000
+ #FFFFFFFF
+ Scouting App
+ Auto
+ Can Leave
+ Can Remove Algae
+ %s%dx
+ Coral Pickup
+ Hold button to \ndecrement
+ Image of field
+ L1
+ L2
+ L3
+ L4
+ Net
+ Next (Hold)
+ Processor
+ Submit
+ Tele
+
+
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
index c15a371..48a795d 100644
--- a/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
+++ b/ScoutingApp/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
@@ -1,8 +1,8 @@
-#FF000000#FFFFFFFFScouting AppSubmitL1L2L3L4NetNext (Hold)ProcessorCan LeaveCan Remove AlgaeCoral PickupAutoImage of field%s%dxTeleHold button to \ndecrement#000000
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/ScoutingApp/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
index ad55c3a..af51aac 100644
--- a/ScoutingApp/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
+++ b/ScoutingApp/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/ScoutingApp/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
index 7331732..a7ee894 100644
--- a/ScoutingApp/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
+++ b/ScoutingApp/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/ScoutingApp/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
index ee7148d..eaaaa00 100644
--- a/ScoutingApp/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
+++ b/ScoutingApp/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
index b52ec8f..57ab36a 100644
--- a/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
+++ b/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
@@ -1,8 +1,8 @@
-#Tue Oct 07 12:35:59 EDT 2025
-base.0=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
-base.1=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
-base.2=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex
-base.3=C\:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes2.dex
+#Mon Oct 20 09:35:28 EDT 2025
+base.0=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
+base.1=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
+base.2=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex
+base.3=C\:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes2.dex
path.0=classes.dex
path.1=0/classes.dex
path.2=4/classes.dex
diff --git a/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
index 61b9e72..b515588 100644
--- a/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
+++ b/ScoutingApp/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
@@ -1 +1 @@
-[{"key":"AndroidManifest.xml","name":"AndroidManifest.xml","size":6780,"crc":835531140},{"key":"res/anim/abc_fade_in.xml","name":"res/anim/abc_fade_in.xml","size":388,"crc":1651564388},{"key":"res/anim/abc_fade_out.xml","name":"res/anim/abc_fade_out.xml","size":388,"crc":1955312412},{"key":"res/anim/abc_grow_fade_in_from_bottom.xml","name":"res/anim/abc_grow_fade_in_from_bottom.xml","size":852,"crc":-1701591830},{"key":"res/anim/abc_popup_enter.xml","name":"res/anim/abc_popup_enter.xml","size":508,"crc":-1191192602},{"key":"res/anim/abc_popup_exit.xml","name":"res/anim/abc_popup_exit.xml","size":508,"crc":1399865687},{"key":"res/anim/abc_shrink_fade_out_from_bottom.xml","name":"res/anim/abc_shrink_fade_out_from_bottom.xml","size":852,"crc":1989455988},{"key":"res/anim/abc_slide_in_bottom.xml","name":"res/anim/abc_slide_in_bottom.xml","size":396,"crc":-865076513},{"key":"res/anim/abc_slide_in_top.xml","name":"res/anim/abc_slide_in_top.xml","size":396,"crc":-17746226},{"key":"res/anim/abc_slide_out_bottom.xml","name":"res/anim/abc_slide_out_bottom.xml","size":396,"crc":-290455445},{"key":"res/anim/abc_slide_out_top.xml","name":"res/anim/abc_slide_out_top.xml","size":396,"crc":-261556731},{"key":"res/anim/abc_tooltip_enter.xml","name":"res/anim/abc_tooltip_enter.xml","size":388,"crc":125124923},{"key":"res/anim/abc_tooltip_exit.xml","name":"res/anim/abc_tooltip_exit.xml","size":388,"crc":544611708},{"key":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","size":2124,"crc":1341441224},{"key":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","size":2780,"crc":-803137972},{"key":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","size":1196,"crc":-629293935},{"key":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","size":2360,"crc":142801413},{"key":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","size":2520,"crc":-2144116945},{"key":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","size":1196,"crc":-1849632760},{"key":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","size":1656,"crc":-261996858},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","size":1656,"crc":-1819620399},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","size":1028,"crc":-1067463719},{"key":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","size":1656,"crc":2047058048},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","size":1656,"crc":273301465},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","size":1028,"crc":687296157},{"key":"res/anim-v21/design_bottom_sheet_slide_in.xml","name":"res/anim-v21/design_bottom_sheet_slide_in.xml","size":616,"crc":-1046779175},{"key":"res/anim-v21/design_bottom_sheet_slide_out.xml","name":"res/anim-v21/design_bottom_sheet_slide_out.xml","size":616,"crc":1919652721},{"key":"res/anim/design_snackbar_in.xml","name":"res/anim/design_snackbar_in.xml","size":312,"crc":-674904986},{"key":"res/anim/design_snackbar_out.xml","name":"res/anim/design_snackbar_out.xml","size":312,"crc":244987842},{"key":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","name":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","size":364,"crc":1981137860},{"key":"res/anim/linear_indeterminate_line1_head_interpolator.xml","name":"res/anim/linear_indeterminate_line1_head_interpolator.xml","size":400,"crc":-1214901605},{"key":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","size":400,"crc":935504197},{"key":"res/anim/linear_indeterminate_line2_head_interpolator.xml","name":"res/anim/linear_indeterminate_line2_head_interpolator.xml","size":400,"crc":1664007024},{"key":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","size":400,"crc":-1107678304},{"key":"res/anim-v21/m3_bottom_sheet_slide_in.xml","name":"res/anim-v21/m3_bottom_sheet_slide_in.xml","size":616,"crc":-754661526},{"key":"res/anim-v21/m3_bottom_sheet_slide_out.xml","name":"res/anim-v21/m3_bottom_sheet_slide_out.xml","size":656,"crc":-1653349441},{"key":"res/anim/m3_motion_fade_enter.xml","name":"res/anim/m3_motion_fade_enter.xml","size":812,"crc":412328256},{"key":"res/anim/m3_motion_fade_exit.xml","name":"res/anim/m3_motion_fade_exit.xml","size":508,"crc":-1742776040},{"key":"res/anim-v21/m3_side_sheet_enter_from_left.xml","name":"res/anim-v21/m3_side_sheet_enter_from_left.xml","size":464,"crc":420586281},{"key":"res/anim-v21/m3_side_sheet_enter_from_right.xml","name":"res/anim-v21/m3_side_sheet_enter_from_right.xml","size":464,"crc":1386496782},{"key":"res/anim-v21/m3_side_sheet_exit_to_left.xml","name":"res/anim-v21/m3_side_sheet_exit_to_left.xml","size":464,"crc":-1227997966},{"key":"res/anim-v21/m3_side_sheet_exit_to_right.xml","name":"res/anim-v21/m3_side_sheet_exit_to_right.xml","size":464,"crc":2069657448},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","size":616,"crc":612089289},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","size":616,"crc":-495779574},{"key":"res/anim/mtrl_card_lowers_interpolator.xml","name":"res/anim/mtrl_card_lowers_interpolator.xml","size":400,"crc":1050886711},{"key":"res/animator-v21/design_appbar_state_list_animator.xml","name":"res/animator-v21/design_appbar_state_list_animator.xml","size":1216,"crc":-371204720},{"key":"res/animator/design_fab_hide_motion_spec.xml","name":"res/animator/design_fab_hide_motion_spec.xml","size":796,"crc":1931940455},{"key":"res/animator/design_fab_show_motion_spec.xml","name":"res/animator/design_fab_show_motion_spec.xml","size":796,"crc":-1144950855},{"key":"res/animator/fragment_close_enter.xml","name":"res/animator/fragment_close_enter.xml","size":1128,"crc":-454391277},{"key":"res/animator/fragment_close_exit.xml","name":"res/animator/fragment_close_exit.xml","size":1128,"crc":89389386},{"key":"res/animator/fragment_fade_enter.xml","name":"res/animator/fragment_fade_enter.xml","size":452,"crc":607080404},{"key":"res/animator/fragment_fade_exit.xml","name":"res/animator/fragment_fade_exit.xml","size":452,"crc":-675125289},{"key":"res/animator/fragment_open_enter.xml","name":"res/animator/fragment_open_enter.xml","size":1128,"crc":-153086936},{"key":"res/animator/fragment_open_exit.xml","name":"res/animator/fragment_open_exit.xml","size":1128,"crc":926252761},{"key":"res/animator-v21/m3_appbar_state_list_animator.xml","name":"res/animator-v21/m3_appbar_state_list_animator.xml","size":1216,"crc":-1798048234},{"key":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","name":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","size":1796,"crc":90412745},{"key":"res/animator/m3_btn_state_list_anim.xml","name":"res/animator/m3_btn_state_list_anim.xml","size":1796,"crc":-994455890},{"key":"res/animator/m3_card_elevated_state_list_anim.xml","name":"res/animator/m3_card_elevated_state_list_anim.xml","size":1632,"crc":-1922853479},{"key":"res/animator/m3_card_state_list_anim.xml","name":"res/animator/m3_card_state_list_anim.xml","size":1584,"crc":1149670565},{"key":"res/animator/m3_chip_state_list_anim.xml","name":"res/animator/m3_chip_state_list_anim.xml","size":1180,"crc":-1640528175},{"key":"res/animator/m3_elevated_chip_state_list_anim.xml","name":"res/animator/m3_elevated_chip_state_list_anim.xml","size":1072,"crc":-205931598},{"key":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":9146360},{"key":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":1933175205},{"key":"res/animator/m3_extended_fab_hide_motion_spec.xml","name":"res/animator/m3_extended_fab_hide_motion_spec.xml","size":820,"crc":-645557844},{"key":"res/animator/m3_extended_fab_show_motion_spec.xml","name":"res/animator/m3_extended_fab_show_motion_spec.xml","size":820,"crc":1099594232},{"key":"res/animator/m3_extended_fab_state_list_animator.xml","name":"res/animator/m3_extended_fab_state_list_animator.xml","size":2724,"crc":-2130813808},{"key":"res/animator/mtrl_btn_state_list_anim.xml","name":"res/animator/mtrl_btn_state_list_anim.xml","size":2664,"crc":-2067133875},{"key":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","name":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","size":120,"crc":1914039208},{"key":"res/animator/mtrl_card_state_list_anim.xml","name":"res/animator/mtrl_card_state_list_anim.xml","size":1208,"crc":-1362518956},{"key":"res/animator/mtrl_chip_state_list_anim.xml","name":"res/animator/mtrl_chip_state_list_anim.xml","size":1072,"crc":-1015778968},{"key":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":2008345777},{"key":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":-721035817},{"key":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","name":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","size":608,"crc":-94850610},{"key":"res/animator/mtrl_extended_fab_show_motion_spec.xml","name":"res/animator/mtrl_extended_fab_show_motion_spec.xml","size":820,"crc":-982738060},{"key":"res/animator/mtrl_extended_fab_state_list_animator.xml","name":"res/animator/mtrl_extended_fab_state_list_animator.xml","size":2724,"crc":1889629513},{"key":"res/animator/mtrl_fab_hide_motion_spec.xml","name":"res/animator/mtrl_fab_hide_motion_spec.xml","size":796,"crc":441175936},{"key":"res/animator/mtrl_fab_show_motion_spec.xml","name":"res/animator/mtrl_fab_show_motion_spec.xml","size":796,"crc":-400989647},{"key":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","size":1888,"crc":1255551011},{"key":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","size":1888,"crc":-435920809},{"key":"res/color/abc_background_cache_hint_selector_material_dark.xml","name":"res/color/abc_background_cache_hint_selector_material_dark.xml","size":468,"crc":-1713959901},{"key":"res/color/abc_background_cache_hint_selector_material_light.xml","name":"res/color/abc_background_cache_hint_selector_material_light.xml","size":468,"crc":1089449890},{"key":"res/color-v23/abc_btn_colored_borderless_text_material.xml","name":"res/color-v23/abc_btn_colored_borderless_text_material.xml","size":500,"crc":-1460753322},{"key":"res/color-v23/abc_btn_colored_text_material.xml","name":"res/color-v23/abc_btn_colored_text_material.xml","size":500,"crc":2018759506},{"key":"res/color-v23/abc_color_highlight_material.xml","name":"res/color-v23/abc_color_highlight_material.xml","size":544,"crc":1397356690},{"key":"res/color/abc_hint_foreground_material_dark.xml","name":"res/color/abc_hint_foreground_material_dark.xml","size":564,"crc":-1333755562},{"key":"res/color/abc_hint_foreground_material_light.xml","name":"res/color/abc_hint_foreground_material_light.xml","size":564,"crc":-601319039},{"key":"res/color/abc_primary_text_disable_only_material_dark.xml","name":"res/color/abc_primary_text_disable_only_material_dark.xml","size":464,"crc":1683073253},{"key":"res/color/abc_primary_text_disable_only_material_light.xml","name":"res/color/abc_primary_text_disable_only_material_light.xml","size":464,"crc":-145827937},{"key":"res/color/abc_primary_text_material_dark.xml","name":"res/color/abc_primary_text_material_dark.xml","size":464,"crc":-370381077},{"key":"res/color/abc_primary_text_material_light.xml","name":"res/color/abc_primary_text_material_light.xml","size":464,"crc":2062750097},{"key":"res/color/abc_search_url_text.xml","name":"res/color/abc_search_url_text.xml","size":588,"crc":-619409342},{"key":"res/color/abc_secondary_text_material_dark.xml","name":"res/color/abc_secondary_text_material_dark.xml","size":464,"crc":65517107},{"key":"res/color/abc_secondary_text_material_light.xml","name":"res/color/abc_secondary_text_material_light.xml","size":464,"crc":-1862743735},{"key":"res/color-v23/abc_tint_btn_checkable.xml","name":"res/color-v23/abc_tint_btn_checkable.xml","size":624,"crc":-1609100913},{"key":"res/color-v23/abc_tint_default.xml","name":"res/color-v23/abc_tint_default.xml","size":1120,"crc":-1296081916},{"key":"res/color-v23/abc_tint_edittext.xml","name":"res/color-v23/abc_tint_edittext.xml","size":668,"crc":96385002},{"key":"res/color-v23/abc_tint_seek_thumb.xml","name":"res/color-v23/abc_tint_seek_thumb.xml","size":500,"crc":1477228084},{"key":"res/color-v23/abc_tint_spinner.xml","name":"res/color-v23/abc_tint_spinner.xml","size":668,"crc":96385002},{"key":"res/color-v23/abc_tint_switch_track.xml","name":"res/color-v23/abc_tint_switch_track.xml","size":664,"crc":1019391317},{"key":"res/color/design_box_stroke_color.xml","name":"res/color/design_box_stroke_color.xml","size":712,"crc":712502292},{"key":"res/color/design_error.xml","name":"res/color/design_error.xml","size":464,"crc":2074955379},{"key":"res/color/design_icon_tint.xml","name":"res/color/design_icon_tint.xml","size":376,"crc":-776008690},{"key":"res/color/m3_appbar_overlay_color.xml","name":"res/color/m3_appbar_overlay_color.xml","size":376,"crc":-1236428342},{"key":"res/color/m3_assist_chip_icon_tint_color.xml","name":"res/color/m3_assist_chip_icon_tint_color.xml","size":500,"crc":2128565507},{"key":"res/color/m3_assist_chip_stroke_color.xml","name":"res/color/m3_assist_chip_stroke_color.xml","size":872,"crc":-722061226},{"key":"res/color/m3_bottom_sheet_drag_handle_color.xml","name":"res/color/m3_bottom_sheet_drag_handle_color.xml","size":340,"crc":-750596536},{"key":"res/color/m3_button_background_color_selector.xml","name":"res/color/m3_button_background_color_selector.xml","size":500,"crc":1726251644},{"key":"res/color/m3_button_foreground_color_selector.xml","name":"res/color/m3_button_foreground_color_selector.xml","size":500,"crc":682213768},{"key":"res/color/m3_button_outline_color_selector.xml","name":"res/color/m3_button_outline_color_selector.xml","size":500,"crc":-740105290},{"key":"res/color/m3_button_ripple_color.xml","name":"res/color/m3_button_ripple_color.xml","size":808,"crc":-1734985271},{"key":"res/color/m3_button_ripple_color_selector.xml","name":"res/color/m3_button_ripple_color_selector.xml","size":808,"crc":1957837349},{"key":"res/color/m3_calendar_item_disabled_text.xml","name":"res/color/m3_calendar_item_disabled_text.xml","size":376,"crc":-1309816381},{"key":"res/color/m3_calendar_item_stroke_color.xml","name":"res/color/m3_calendar_item_stroke_color.xml","size":712,"crc":1131229183},{"key":"res/color/m3_card_foreground_color.xml","name":"res/color/m3_card_foreground_color.xml","size":768,"crc":1220506629},{"key":"res/color/m3_card_ripple_color.xml","name":"res/color/m3_card_ripple_color.xml","size":1556,"crc":889279114},{"key":"res/color/m3_card_stroke_color.xml","name":"res/color/m3_card_stroke_color.xml","size":1224,"crc":413489168},{"key":"res/color/m3_checkbox_button_icon_tint.xml","name":"res/color/m3_checkbox_button_icon_tint.xml","size":964,"crc":801563784},{"key":"res/color/m3_checkbox_button_tint.xml","name":"res/color/m3_checkbox_button_tint.xml","size":1000,"crc":1637209569},{"key":"res/color/m3_chip_assist_text_color.xml","name":"res/color/m3_chip_assist_text_color.xml","size":500,"crc":45545354},{"key":"res/color/m3_chip_background_color.xml","name":"res/color/m3_chip_background_color.xml","size":712,"crc":-1903101943},{"key":"res/color/m3_chip_ripple_color.xml","name":"res/color/m3_chip_ripple_color.xml","size":1556,"crc":-1151393233},{"key":"res/color/m3_chip_stroke_color.xml","name":"res/color/m3_chip_stroke_color.xml","size":872,"crc":-1690657330},{"key":"res/color/m3_chip_text_color.xml","name":"res/color/m3_chip_text_color.xml","size":624,"crc":-777045617},{"key":"res/color/m3_dark_default_color_primary_text.xml","name":"res/color/m3_dark_default_color_primary_text.xml","size":500,"crc":474525618},{"key":"res/color/m3_dark_default_color_secondary_text.xml","name":"res/color/m3_dark_default_color_secondary_text.xml","size":500,"crc":-1470879492},{"key":"res/color/m3_dark_highlighted_text.xml","name":"res/color/m3_dark_highlighted_text.xml","size":376,"crc":-1919668667},{"key":"res/color/m3_dark_hint_foreground.xml","name":"res/color/m3_dark_hint_foreground.xml","size":564,"crc":-1063611651},{"key":"res/color/m3_dark_primary_text_disable_only.xml","name":"res/color/m3_dark_primary_text_disable_only.xml","size":500,"crc":-637049912},{"key":"res/color/m3_default_color_primary_text.xml","name":"res/color/m3_default_color_primary_text.xml","size":500,"crc":2044628025},{"key":"res/color/m3_default_color_secondary_text.xml","name":"res/color/m3_default_color_secondary_text.xml","size":500,"crc":812144954},{"key":"res/color/m3_efab_ripple_color_selector.xml","name":"res/color/m3_efab_ripple_color_selector.xml","size":808,"crc":-957973129},{"key":"res/color/m3_elevated_chip_background_color.xml","name":"res/color/m3_elevated_chip_background_color.xml","size":748,"crc":-849040297},{"key":"res/color/m3_fab_efab_background_color_selector.xml","name":"res/color/m3_fab_efab_background_color_selector.xml","size":500,"crc":1726251644},{"key":"res/color/m3_fab_efab_foreground_color_selector.xml","name":"res/color/m3_fab_efab_foreground_color_selector.xml","size":500,"crc":682213768},{"key":"res/color/m3_fab_ripple_color_selector.xml","name":"res/color/m3_fab_ripple_color_selector.xml","size":808,"crc":-1879230485},{"key":"res/color/m3_filled_icon_button_container_color_selector.xml","name":"res/color/m3_filled_icon_button_container_color_selector.xml","size":668,"crc":1022659043},{"key":"res/color/m3_highlighted_text.xml","name":"res/color/m3_highlighted_text.xml","size":376,"crc":-1481698583},{"key":"res/color/m3_hint_foreground.xml","name":"res/color/m3_hint_foreground.xml","size":564,"crc":1749752092},{"key":"res/color/m3_icon_button_icon_color_selector.xml","name":"res/color/m3_icon_button_icon_color_selector.xml","size":668,"crc":1008400228},{"key":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","size":1196,"crc":-1448479168},{"key":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","size":1196,"crc":1081191553},{"key":"res/color/m3_navigation_bar_ripple_color_selector.xml","name":"res/color/m3_navigation_bar_ripple_color_selector.xml","size":1232,"crc":807965078},{"key":"res/color/m3_navigation_item_background_color.xml","name":"res/color/m3_navigation_item_background_color.xml","size":588,"crc":1359815850},{"key":"res/color/m3_navigation_item_icon_tint.xml","name":"res/color/m3_navigation_item_icon_tint.xml","size":1356,"crc":1389489816},{"key":"res/color/m3_navigation_item_ripple_color.xml","name":"res/color/m3_navigation_item_ripple_color.xml","size":1372,"crc":906748164},{"key":"res/color/m3_navigation_item_text_color.xml","name":"res/color/m3_navigation_item_text_color.xml","size":1356,"crc":-127997991},{"key":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","size":464,"crc":-244047061},{"key":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","size":464,"crc":1940956767},{"key":"res/color/m3_navigation_rail_ripple_color_selector.xml","name":"res/color/m3_navigation_rail_ripple_color_selector.xml","size":1232,"crc":-1539545813},{"key":"res/color/m3_popupmenu_overlay_color.xml","name":"res/color/m3_popupmenu_overlay_color.xml","size":376,"crc":-1783602015},{"key":"res/color/m3_primary_text_disable_only.xml","name":"res/color/m3_primary_text_disable_only.xml","size":500,"crc":1282039056},{"key":"res/color/m3_radiobutton_button_tint.xml","name":"res/color/m3_radiobutton_button_tint.xml","size":1576,"crc":-1738754715},{"key":"res/color/m3_radiobutton_ripple_tint.xml","name":"res/color/m3_radiobutton_ripple_tint.xml","size":1372,"crc":-748803749},{"key":"res/color/m3_selection_control_ripple_color_selector.xml","name":"res/color/m3_selection_control_ripple_color_selector.xml","size":1372,"crc":1109254696},{"key":"res/color/m3_simple_item_ripple_color.xml","name":"res/color/m3_simple_item_ripple_color.xml","size":748,"crc":1025405049},{"key":"res/color/m3_slider_active_track_color.xml","name":"res/color/m3_slider_active_track_color.xml","size":500,"crc":-528710693},{"key":"res/color/m3_slider_active_track_color_legacy.xml","name":"res/color/m3_slider_active_track_color_legacy.xml","size":500,"crc":1140025508},{"key":"res/color/m3_slider_halo_color_legacy.xml","name":"res/color/m3_slider_halo_color_legacy.xml","size":500,"crc":-787469689},{"key":"res/color/m3_slider_inactive_track_color.xml","name":"res/color/m3_slider_inactive_track_color.xml","size":500,"crc":-940214241},{"key":"res/color/m3_slider_inactive_track_color_legacy.xml","name":"res/color/m3_slider_inactive_track_color_legacy.xml","size":500,"crc":-1685499200},{"key":"res/color/m3_slider_thumb_color.xml","name":"res/color/m3_slider_thumb_color.xml","size":500,"crc":-2095541747},{"key":"res/color/m3_slider_thumb_color_legacy.xml","name":"res/color/m3_slider_thumb_color_legacy.xml","size":500,"crc":-1337663044},{"key":"res/color/m3_switch_thumb_tint.xml","name":"res/color/m3_switch_thumb_tint.xml","size":588,"crc":-621884629},{"key":"res/color/m3_switch_track_tint.xml","name":"res/color/m3_switch_track_tint.xml","size":624,"crc":-2008097790},{"key":"res/color/m3_tabs_icon_color.xml","name":"res/color/m3_tabs_icon_color.xml","size":624,"crc":151398815},{"key":"res/color/m3_tabs_icon_color_secondary.xml","name":"res/color/m3_tabs_icon_color_secondary.xml","size":624,"crc":-266831878},{"key":"res/color/m3_tabs_ripple_color.xml","name":"res/color/m3_tabs_ripple_color.xml","size":1372,"crc":-1970515034},{"key":"res/color/m3_tabs_ripple_color_secondary.xml","name":"res/color/m3_tabs_ripple_color_secondary.xml","size":1372,"crc":-556345200},{"key":"res/color/m3_tabs_text_color.xml","name":"res/color/m3_tabs_text_color.xml","size":624,"crc":151398815},{"key":"res/color/m3_tabs_text_color_secondary.xml","name":"res/color/m3_tabs_text_color_secondary.xml","size":624,"crc":-266831878},{"key":"res/color/m3_text_button_background_color_selector.xml","name":"res/color/m3_text_button_background_color_selector.xml","size":508,"crc":-58113597},{"key":"res/color/m3_text_button_foreground_color_selector.xml","name":"res/color/m3_text_button_foreground_color_selector.xml","size":748,"crc":123905032},{"key":"res/color/m3_text_button_ripple_color_selector.xml","name":"res/color/m3_text_button_ripple_color_selector.xml","size":1936,"crc":1434097270},{"key":"res/color/m3_textfield_filled_background_color.xml","name":"res/color/m3_textfield_filled_background_color.xml","size":500,"crc":1794188016},{"key":"res/color/m3_textfield_indicator_text_color.xml","name":"res/color/m3_textfield_indicator_text_color.xml","size":872,"crc":-2039673703},{"key":"res/color/m3_textfield_input_text_color.xml","name":"res/color/m3_textfield_input_text_color.xml","size":748,"crc":1288565789},{"key":"res/color/m3_textfield_label_color.xml","name":"res/color/m3_textfield_label_color.xml","size":624,"crc":-1227271589},{"key":"res/color/m3_textfield_stroke_color.xml","name":"res/color/m3_textfield_stroke_color.xml","size":748,"crc":-1540211821},{"key":"res/color/m3_timepicker_button_background_color.xml","name":"res/color/m3_timepicker_button_background_color.xml","size":528,"crc":-321729268},{"key":"res/color/m3_timepicker_button_ripple_color.xml","name":"res/color/m3_timepicker_button_ripple_color.xml","size":1536,"crc":1349183894},{"key":"res/color/m3_timepicker_button_text_color.xml","name":"res/color/m3_timepicker_button_text_color.xml","size":768,"crc":-2085209301},{"key":"res/color/m3_timepicker_clock_text_color.xml","name":"res/color/m3_timepicker_clock_text_color.xml","size":464,"crc":281982518},{"key":"res/color/m3_timepicker_display_background_color.xml","name":"res/color/m3_timepicker_display_background_color.xml","size":464,"crc":-432977819},{"key":"res/color/m3_timepicker_display_ripple_color.xml","name":"res/color/m3_timepicker_display_ripple_color.xml","size":1372,"crc":-1234365543},{"key":"res/color/m3_timepicker_display_text_color.xml","name":"res/color/m3_timepicker_display_text_color.xml","size":624,"crc":1967972432},{"key":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","name":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","size":808,"crc":-591461827},{"key":"res/color/m3_timepicker_secondary_text_button_text_color.xml","name":"res/color/m3_timepicker_secondary_text_button_text_color.xml","size":500,"crc":-2059333593},{"key":"res/color/m3_timepicker_time_input_stroke_color.xml","name":"res/color/m3_timepicker_time_input_stroke_color.xml","size":464,"crc":-765735136},{"key":"res/color/m3_tonal_button_ripple_color_selector.xml","name":"res/color/m3_tonal_button_ripple_color_selector.xml","size":808,"crc":1957837349},{"key":"res/color/material_cursor_color.xml","name":"res/color/material_cursor_color.xml","size":340,"crc":1536521346},{"key":"res/color/material_divider_color.xml","name":"res/color/material_divider_color.xml","size":376,"crc":-2014624564},{"key":"res/color/material_on_background_disabled.xml","name":"res/color/material_on_background_disabled.xml","size":376,"crc":372295706},{"key":"res/color/material_on_background_emphasis_high_type.xml","name":"res/color/material_on_background_emphasis_high_type.xml","size":376,"crc":-2057477604},{"key":"res/color/material_on_background_emphasis_medium.xml","name":"res/color/material_on_background_emphasis_medium.xml","size":376,"crc":-856967393},{"key":"res/color/material_on_primary_disabled.xml","name":"res/color/material_on_primary_disabled.xml","size":376,"crc":2113056681},{"key":"res/color/material_on_primary_emphasis_high_type.xml","name":"res/color/material_on_primary_emphasis_high_type.xml","size":376,"crc":-291568209},{"key":"res/color/material_on_primary_emphasis_medium.xml","name":"res/color/material_on_primary_emphasis_medium.xml","size":376,"crc":-1490431828},{"key":"res/color/material_on_surface_disabled.xml","name":"res/color/material_on_surface_disabled.xml","size":376,"crc":-1995878661},{"key":"res/color/material_on_surface_emphasis_high_type.xml","name":"res/color/material_on_surface_emphasis_high_type.xml","size":376,"crc":442819837},{"key":"res/color/material_on_surface_emphasis_medium.xml","name":"res/color/material_on_surface_emphasis_medium.xml","size":376,"crc":1406284286},{"key":"res/color/material_on_surface_stroke.xml","name":"res/color/material_on_surface_stroke.xml","size":376,"crc":-856617942},{"key":"res/color/material_personalized__highlighted_text.xml","name":"res/color/material_personalized__highlighted_text.xml","size":376,"crc":1452670750},{"key":"res/color/material_personalized__highlighted_text_inverse.xml","name":"res/color/material_personalized__highlighted_text_inverse.xml","size":376,"crc":714230446},{"key":"res/color/material_personalized_color_primary_text.xml","name":"res/color/material_personalized_color_primary_text.xml","size":500,"crc":-1881695653},{"key":"res/color/material_personalized_color_primary_text_inverse.xml","name":"res/color/material_personalized_color_primary_text_inverse.xml","size":500,"crc":2042220235},{"key":"res/color/material_personalized_color_secondary_text.xml","name":"res/color/material_personalized_color_secondary_text.xml","size":500,"crc":-1249268693},{"key":"res/color/material_personalized_color_secondary_text_inverse.xml","name":"res/color/material_personalized_color_secondary_text_inverse.xml","size":500,"crc":1348565521},{"key":"res/color/material_personalized_hint_foreground.xml","name":"res/color/material_personalized_hint_foreground.xml","size":564,"crc":-879183970},{"key":"res/color/material_personalized_hint_foreground_inverse.xml","name":"res/color/material_personalized_hint_foreground_inverse.xml","size":564,"crc":1885859357},{"key":"res/color/material_personalized_primary_inverse_text_disable_only.xml","name":"res/color/material_personalized_primary_inverse_text_disable_only.xml","size":500,"crc":733155128},{"key":"res/color/material_personalized_primary_text_disable_only.xml","name":"res/color/material_personalized_primary_text_disable_only.xml","size":500,"crc":1234720289},{"key":"res/color/material_slider_active_tick_marks_color.xml","name":"res/color/material_slider_active_tick_marks_color.xml","size":520,"crc":331888094},{"key":"res/color/material_slider_active_track_color.xml","name":"res/color/material_slider_active_track_color.xml","size":500,"crc":797227651},{"key":"res/color/material_slider_halo_color.xml","name":"res/color/material_slider_halo_color.xml","size":500,"crc":273613515},{"key":"res/color/material_slider_inactive_tick_marks_color.xml","name":"res/color/material_slider_inactive_tick_marks_color.xml","size":520,"crc":-519003067},{"key":"res/color/material_slider_inactive_track_color.xml","name":"res/color/material_slider_inactive_track_color.xml","size":520,"crc":750623005},{"key":"res/color/material_slider_thumb_color.xml","name":"res/color/material_slider_thumb_color.xml","size":500,"crc":641577093},{"key":"res/color/material_timepicker_button_background.xml","name":"res/color/material_timepicker_button_background.xml","size":500,"crc":-851065042},{"key":"res/color/material_timepicker_button_stroke.xml","name":"res/color/material_timepicker_button_stroke.xml","size":376,"crc":1407453259},{"key":"res/color/material_timepicker_clock_text_color.xml","name":"res/color/material_timepicker_clock_text_color.xml","size":464,"crc":-437484348},{"key":"res/color/material_timepicker_clockface.xml","name":"res/color/material_timepicker_clockface.xml","size":376,"crc":2024600297},{"key":"res/color/material_timepicker_modebutton_tint.xml","name":"res/color/material_timepicker_modebutton_tint.xml","size":376,"crc":-830372211},{"key":"res/color/mtrl_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_bg_color_selector.xml","size":500,"crc":-1708023477},{"key":"res/color/mtrl_btn_ripple_color.xml","name":"res/color/mtrl_btn_ripple_color.xml","size":948,"crc":-312367425},{"key":"res/color/mtrl_btn_stroke_color_selector.xml","name":"res/color/mtrl_btn_stroke_color_selector.xml","size":520,"crc":1876692921},{"key":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","size":520,"crc":-683599551},{"key":"res/color/mtrl_btn_text_btn_ripple_color.xml","name":"res/color/mtrl_btn_text_btn_ripple_color.xml","size":948,"crc":2121957785},{"key":"res/color/mtrl_btn_text_color_selector.xml","name":"res/color/mtrl_btn_text_color_selector.xml","size":500,"crc":870762024},{"key":"res/color/mtrl_calendar_item_stroke_color.xml","name":"res/color/mtrl_calendar_item_stroke_color.xml","size":808,"crc":1022292907},{"key":"res/color/mtrl_calendar_selected_range.xml","name":"res/color/mtrl_calendar_selected_range.xml","size":376,"crc":-1955702031},{"key":"res/color/mtrl_card_view_foreground.xml","name":"res/color/mtrl_card_view_foreground.xml","size":788,"crc":421201892},{"key":"res/color/mtrl_card_view_ripple.xml","name":"res/color/mtrl_card_view_ripple.xml","size":768,"crc":-833447245},{"key":"res/color/mtrl_chip_background_color.xml","name":"res/color/mtrl_chip_background_color.xml","size":848,"crc":1260482461},{"key":"res/color/mtrl_chip_close_icon_tint.xml","name":"res/color/mtrl_chip_close_icon_tint.xml","size":1092,"crc":-1773812525},{"key":"res/color/mtrl_chip_surface_color.xml","name":"res/color/mtrl_chip_surface_color.xml","size":340,"crc":-1122586702},{"key":"res/color/mtrl_chip_text_color.xml","name":"res/color/mtrl_chip_text_color.xml","size":520,"crc":-1756846233},{"key":"res/color/mtrl_choice_chip_background_color.xml","name":"res/color/mtrl_choice_chip_background_color.xml","size":848,"crc":543503167},{"key":"res/color/mtrl_choice_chip_ripple_color.xml","name":"res/color/mtrl_choice_chip_ripple_color.xml","size":948,"crc":-268104015},{"key":"res/color/mtrl_choice_chip_text_color.xml","name":"res/color/mtrl_choice_chip_text_color.xml","size":808,"crc":-415825637},{"key":"res/color/mtrl_error.xml","name":"res/color/mtrl_error.xml","size":464,"crc":131341378},{"key":"res/color/mtrl_fab_bg_color_selector.xml","name":"res/color/mtrl_fab_bg_color_selector.xml","size":500,"crc":662645088},{"key":"res/color/mtrl_fab_icon_text_color_selector.xml","name":"res/color/mtrl_fab_icon_text_color_selector.xml","size":500,"crc":1859506682},{"key":"res/color/mtrl_fab_ripple_color.xml","name":"res/color/mtrl_fab_ripple_color.xml","size":948,"crc":-526978578},{"key":"res/color/mtrl_filled_background_color.xml","name":"res/color/mtrl_filled_background_color.xml","size":808,"crc":-474150317},{"key":"res/color/mtrl_filled_icon_tint.xml","name":"res/color/mtrl_filled_icon_tint.xml","size":644,"crc":-247015367},{"key":"res/color/mtrl_filled_stroke_color.xml","name":"res/color/mtrl_filled_stroke_color.xml","size":788,"crc":-979397661},{"key":"res/color/mtrl_indicator_text_color.xml","name":"res/color/mtrl_indicator_text_color.xml","size":520,"crc":1660196578},{"key":"res/color/mtrl_navigation_bar_colored_item_tint.xml","name":"res/color/mtrl_navigation_bar_colored_item_tint.xml","size":520,"crc":-1594813157},{"key":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","name":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","size":948,"crc":-1788967701},{"key":"res/color/mtrl_navigation_bar_item_tint.xml","name":"res/color/mtrl_navigation_bar_item_tint.xml","size":520,"crc":1378452608},{"key":"res/color/mtrl_navigation_bar_ripple_color.xml","name":"res/color/mtrl_navigation_bar_ripple_color.xml","size":1672,"crc":-257438294},{"key":"res/color/mtrl_navigation_item_background_color.xml","name":"res/color/mtrl_navigation_item_background_color.xml","size":644,"crc":1035829003},{"key":"res/color/mtrl_navigation_item_icon_tint.xml","name":"res/color/mtrl_navigation_item_icon_tint.xml","size":624,"crc":588182783},{"key":"res/color/mtrl_navigation_item_text_color.xml","name":"res/color/mtrl_navigation_item_text_color.xml","size":624,"crc":588182783},{"key":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","name":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","size":500,"crc":849985132},{"key":"res/color/mtrl_on_surface_ripple_color.xml","name":"res/color/mtrl_on_surface_ripple_color.xml","size":808,"crc":-1622524432},{"key":"res/color/mtrl_outlined_icon_tint.xml","name":"res/color/mtrl_outlined_icon_tint.xml","size":644,"crc":-674757422},{"key":"res/color/mtrl_outlined_stroke_color.xml","name":"res/color/mtrl_outlined_stroke_color.xml","size":788,"crc":1770313960},{"key":"res/color/mtrl_popupmenu_overlay_color.xml","name":"res/color/mtrl_popupmenu_overlay_color.xml","size":376,"crc":1314264905},{"key":"res/color/mtrl_switch_thumb_icon_tint.xml","name":"res/color/mtrl_switch_thumb_icon_tint.xml","size":1236,"crc":383704897},{"key":"res/color/mtrl_switch_thumb_tint.xml","name":"res/color/mtrl_switch_thumb_tint.xml","size":1028,"crc":-130330762},{"key":"res/color/mtrl_switch_track_decoration_tint.xml","name":"res/color/mtrl_switch_track_decoration_tint.xml","size":624,"crc":313297016},{"key":"res/color/mtrl_switch_track_tint.xml","name":"res/color/mtrl_switch_track_tint.xml","size":1236,"crc":1333707594},{"key":"res/color/mtrl_tabs_colored_ripple_color.xml","name":"res/color/mtrl_tabs_colored_ripple_color.xml","size":948,"crc":-1788967701},{"key":"res/color/mtrl_tabs_icon_color_selector.xml","name":"res/color/mtrl_tabs_icon_color_selector.xml","size":500,"crc":-83533771},{"key":"res/color/mtrl_tabs_icon_color_selector_colored.xml","name":"res/color/mtrl_tabs_icon_color_selector_colored.xml","size":500,"crc":438695882},{"key":"res/color/mtrl_tabs_legacy_text_color_selector.xml","name":"res/color/mtrl_tabs_legacy_text_color_selector.xml","size":464,"crc":301181175},{"key":"res/color/mtrl_tabs_ripple_color.xml","name":"res/color/mtrl_tabs_ripple_color.xml","size":1672,"crc":-257438294},{"key":"res/color/mtrl_text_btn_text_color_selector.xml","name":"res/color/mtrl_text_btn_text_color_selector.xml","size":888,"crc":-252696695},{"key":"res/color/switch_thumb_material_dark.xml","name":"res/color/switch_thumb_material_dark.xml","size":464,"crc":-165272449},{"key":"res/color/switch_thumb_material_light.xml","name":"res/color/switch_thumb_material_light.xml","size":464,"crc":1698257669},{"key":"res/color-night-v8/material_timepicker_button_stroke.xml","name":"res/color-night-v8/material_timepicker_button_stroke.xml","size":376,"crc":1895636452},{"key":"res/color-night-v8/material_timepicker_clockface.xml","name":"res/color-night-v8/material_timepicker_clockface.xml","size":376,"crc":-2014624564},{"key":"res/color-night-v8/material_timepicker_modebutton_tint.xml","name":"res/color-night-v8/material_timepicker_modebutton_tint.xml","size":340,"crc":1076847694},{"key":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","size":500,"crc":-221510037},{"key":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","size":500,"crc":-1149578392},{"key":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","name":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","size":376,"crc":590704680},{"key":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","name":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","size":564,"crc":-2143690740},{"key":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","size":500,"crc":-948381886},{"key":"res/color-v31/m3_dynamic_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_default_color_primary_text.xml","size":500,"crc":-788835432},{"key":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","size":500,"crc":-841725792},{"key":"res/color-v31/m3_dynamic_highlighted_text.xml","name":"res/color-v31/m3_dynamic_highlighted_text.xml","size":376,"crc":-1102707059},{"key":"res/color-v31/m3_dynamic_hint_foreground.xml","name":"res/color-v31/m3_dynamic_hint_foreground.xml","size":564,"crc":966222794},{"key":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","size":500,"crc":46762943},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","size":376,"crc":-263691429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","size":376,"crc":207538851},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","size":376,"crc":1896790006},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","size":376,"crc":-1951511204},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","size":376,"crc":-1406565007},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","size":376,"crc":2086801746},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","size":376,"crc":1960127704},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","size":376,"crc":-443529607},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","size":376,"crc":-833761385},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","size":376,"crc":1217113871},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","size":376,"crc":1666590433},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","size":376,"crc":-38774044},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","size":376,"crc":27718428},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","size":376,"crc":2096533065},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","size":376,"crc":-2041154333},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","size":376,"crc":-1580090162},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","size":376,"crc":1905928429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","size":376,"crc":2032997735},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","size":376,"crc":-395804730},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","size":376,"crc":-1011485144},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","size":376,"crc":1165203120},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","size":376,"crc":1856905054},{"key":"res/drawable/$avd_hide_password__0.xml","name":"res/drawable/$avd_hide_password__0.xml","size":1176,"crc":934209275},{"key":"res/drawable/$avd_hide_password__1.xml","name":"res/drawable/$avd_hide_password__1.xml","size":592,"crc":-295558732},{"key":"res/drawable/$avd_hide_password__2.xml","name":"res/drawable/$avd_hide_password__2.xml","size":556,"crc":-1197872651},{"key":"res/drawable/$avd_show_password__0.xml","name":"res/drawable/$avd_show_password__0.xml","size":1136,"crc":-1501321840},{"key":"res/drawable/$avd_show_password__1.xml","name":"res/drawable/$avd_show_password__1.xml","size":592,"crc":-681504253},{"key":"res/drawable/$avd_show_password__2.xml","name":"res/drawable/$avd_show_password__2.xml","size":556,"crc":-579574734},{"key":"res/drawable/$ic_launcher_foreground__0.xml","name":"res/drawable/$ic_launcher_foreground__0.xml","size":788,"crc":486164930},{"key":"res/drawable/$m3_avd_hide_password__0.xml","name":"res/drawable/$m3_avd_hide_password__0.xml","size":1176,"crc":934209275},{"key":"res/drawable/$m3_avd_hide_password__1.xml","name":"res/drawable/$m3_avd_hide_password__1.xml","size":592,"crc":-1776756243},{"key":"res/drawable/$m3_avd_hide_password__2.xml","name":"res/drawable/$m3_avd_hide_password__2.xml","size":556,"crc":715877105},{"key":"res/drawable/$m3_avd_show_password__0.xml","name":"res/drawable/$m3_avd_show_password__0.xml","size":1136,"crc":-1501321840},{"key":"res/drawable/$m3_avd_show_password__1.xml","name":"res/drawable/$m3_avd_show_password__1.xml","size":592,"crc":-1107146284},{"key":"res/drawable/$m3_avd_show_password__2.xml","name":"res/drawable/$m3_avd_show_password__2.xml","size":556,"crc":2033366286},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","size":592,"crc":757205745},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","size":592,"crc":-1863137598},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","size":592,"crc":-799094628},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","size":592,"crc":-1438139172},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","size":592,"crc":757205745},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","size":592,"crc":-1863137598},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","size":592,"crc":-799094628},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","size":592,"crc":-671800840},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","size":592,"crc":757205745},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","size":592,"crc":-1863137598},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","size":592,"crc":-799094628},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","size":592,"crc":-1334085332},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","size":592,"crc":229356831},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","size":596,"crc":-186234950},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","size":592,"crc":-1334085332},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","size":592,"crc":229356831},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","size":592,"crc":-1068660334},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","size":592,"crc":-1334085332},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","size":592,"crc":229356831},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","size":592,"crc":-1068660334},{"key":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","size":592,"crc":142485165},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","size":548,"crc":-1750284368},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","size":592,"crc":-791931539},{"key":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","size":592,"crc":232918592},{"key":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","size":592,"crc":597384766},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","size":548,"crc":884909907},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","size":592,"crc":-1461285880},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","size":592,"crc":320036786},{"key":"res/drawable/_025_reefscape_transparent_background.png","name":"res/drawable/_025_reefscape_transparent_background.png","size":33567,"crc":-279650656},{"key":"res/drawable/_025_reefscape_transparent_background_blue.webp","name":"res/drawable/_025_reefscape_transparent_background_blue.webp","size":15476,"crc":385205449},{"key":"res/drawable-v21/abc_action_bar_item_background_material.xml","name":"res/drawable-v21/abc_action_bar_item_background_material.xml","size":264,"crc":893712625},{"key":"res/drawable/abc_btn_borderless_material.xml","name":"res/drawable/abc_btn_borderless_material.xml","size":588,"crc":-858579400},{"key":"res/drawable/abc_btn_check_material.xml","name":"res/drawable/abc_btn_check_material.xml","size":464,"crc":1719978087},{"key":"res/drawable/abc_btn_check_material_anim.xml","name":"res/drawable/abc_btn_check_material_anim.xml","size":816,"crc":2007796988},{"key":"res/drawable-v21/abc_btn_colored_material.xml","name":"res/drawable-v21/abc_btn_colored_material.xml","size":1716,"crc":588475328},{"key":"res/drawable/abc_btn_default_mtrl_shape.xml","name":"res/drawable/abc_btn_default_mtrl_shape.xml","size":932,"crc":-18827542},{"key":"res/drawable/abc_btn_radio_material.xml","name":"res/drawable/abc_btn_radio_material.xml","size":464,"crc":-1171929095},{"key":"res/drawable/abc_btn_radio_material_anim.xml","name":"res/drawable/abc_btn_radio_material_anim.xml","size":816,"crc":-1464495523},{"key":"res/drawable/abc_cab_background_internal_bg.xml","name":"res/drawable/abc_cab_background_internal_bg.xml","size":372,"crc":-693425677},{"key":"res/drawable/abc_cab_background_top_material.xml","name":"res/drawable/abc_cab_background_top_material.xml","size":336,"crc":-1512034296},{"key":"res/drawable-v23/abc_control_background_material.xml","name":"res/drawable-v23/abc_control_background_material.xml","size":304,"crc":-249824542},{"key":"res/drawable-v21/abc_dialog_material_background.xml","name":"res/drawable-v21/abc_dialog_material_background.xml","size":716,"crc":-1170762806},{"key":"res/drawable-v21/abc_edit_text_material.xml","name":"res/drawable-v21/abc_edit_text_material.xml","size":1172,"crc":993491897},{"key":"res/drawable/abc_ic_ab_back_material.xml","name":"res/drawable/abc_ic_ab_back_material.xml","size":692,"crc":218966422},{"key":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","name":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","size":1000,"crc":956375317},{"key":"res/drawable/abc_ic_clear_material.xml","name":"res/drawable/abc_ic_clear_material.xml","size":684,"crc":-1324868146},{"key":"res/drawable/abc_ic_go_search_api_material.xml","name":"res/drawable/abc_ic_go_search_api_material.xml","size":640,"crc":-726516068},{"key":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","size":756,"crc":141324321},{"key":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","size":1096,"crc":459529817},{"key":"res/drawable/abc_ic_menu_overflow_material.xml","name":"res/drawable/abc_ic_menu_overflow_material.xml","size":792,"crc":-372328589},{"key":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","size":796,"crc":1534258133},{"key":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","size":920,"crc":1929046294},{"key":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","size":980,"crc":547834227},{"key":"res/drawable/abc_ic_search_api_material.xml","name":"res/drawable/abc_ic_search_api_material.xml","size":812,"crc":-2108759519},{"key":"res/drawable/abc_ic_voice_search_api_material.xml","name":"res/drawable/abc_ic_voice_search_api_material.xml","size":828,"crc":923742343},{"key":"res/drawable/abc_item_background_holo_dark.xml","name":"res/drawable/abc_item_background_holo_dark.xml","size":1012,"crc":-2141616425},{"key":"res/drawable/abc_item_background_holo_light.xml","name":"res/drawable/abc_item_background_holo_light.xml","size":1012,"crc":1307242815},{"key":"res/drawable-v21/abc_list_divider_material.xml","name":"res/drawable-v21/abc_list_divider_material.xml","size":516,"crc":-2096256569},{"key":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","name":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","size":424,"crc":201650067},{"key":"res/drawable/abc_list_selector_background_transition_holo_light.xml","name":"res/drawable/abc_list_selector_background_transition_holo_light.xml","size":424,"crc":1586857039},{"key":"res/drawable/abc_list_selector_holo_dark.xml","name":"res/drawable/abc_list_selector_holo_dark.xml","size":1064,"crc":-1276987821},{"key":"res/drawable/abc_list_selector_holo_light.xml","name":"res/drawable/abc_list_selector_holo_light.xml","size":1064,"crc":-1719906455},{"key":"res/drawable/abc_ratingbar_indicator_material.xml","name":"res/drawable/abc_ratingbar_indicator_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_material.xml","name":"res/drawable/abc_ratingbar_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_small_material.xml","name":"res/drawable/abc_ratingbar_small_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_seekbar_thumb_material.xml","name":"res/drawable/abc_seekbar_thumb_material.xml","size":1100,"crc":-1509040892},{"key":"res/drawable/abc_seekbar_tick_mark_material.xml","name":"res/drawable/abc_seekbar_tick_mark_material.xml","size":516,"crc":1781499921},{"key":"res/drawable/abc_seekbar_track_material.xml","name":"res/drawable/abc_seekbar_track_material.xml","size":1408,"crc":-1848779648},{"key":"res/drawable/abc_spinner_textfield_background_material.xml","name":"res/drawable/abc_spinner_textfield_background_material.xml","size":1160,"crc":-986746191},{"key":"res/drawable/abc_star_black_48dp.xml","name":"res/drawable/abc_star_black_48dp.xml","size":640,"crc":1103021236},{"key":"res/drawable/abc_star_half_black_48dp.xml","name":"res/drawable/abc_star_half_black_48dp.xml","size":600,"crc":-1411498920},{"key":"res/drawable/abc_switch_thumb_material.xml","name":"res/drawable/abc_switch_thumb_material.xml","size":464,"crc":626599473},{"key":"res/drawable/abc_tab_indicator_material.xml","name":"res/drawable/abc_tab_indicator_material.xml","size":468,"crc":-467277717},{"key":"res/drawable/abc_text_cursor_material.xml","name":"res/drawable/abc_text_cursor_material.xml","size":516,"crc":46912569},{"key":"res/drawable/abc_textfield_search_material.xml","name":"res/drawable/abc_textfield_search_material.xml","size":756,"crc":-32529571},{"key":"res/drawable/abc_vector_test.xml","name":"res/drawable/abc_vector_test.xml","size":612,"crc":-1414823522},{"key":"res/drawable/avd_hide_password.xml","name":"res/drawable/avd_hide_password.xml","size":660,"crc":-707945550},{"key":"res/drawable/avd_show_password.xml","name":"res/drawable/avd_show_password.xml","size":660,"crc":1739150367},{"key":"res/drawable/btn_checkbox_checked_mtrl.xml","name":"res/drawable/btn_checkbox_checked_mtrl.xml","size":2688,"crc":-929037891},{"key":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","size":688,"crc":303086852},{"key":"res/drawable/btn_checkbox_unchecked_mtrl.xml","name":"res/drawable/btn_checkbox_unchecked_mtrl.xml","size":2660,"crc":1605872269},{"key":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","size":688,"crc":-1234897586},{"key":"res/drawable/btn_radio_off_mtrl.xml","name":"res/drawable/btn_radio_off_mtrl.xml","size":1728,"crc":1230695815},{"key":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","name":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","size":680,"crc":-1105954029},{"key":"res/drawable/btn_radio_on_mtrl.xml","name":"res/drawable/btn_radio_on_mtrl.xml","size":1656,"crc":-1785735633},{"key":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","name":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","size":680,"crc":-1526628459},{"key":"res/drawable/design_fab_background.xml","name":"res/drawable/design_fab_background.xml","size":372,"crc":522588254},{"key":"res/drawable/design_ic_visibility.xml","name":"res/drawable/design_ic_visibility.xml","size":540,"crc":808108338},{"key":"res/drawable/design_ic_visibility_off.xml","name":"res/drawable/design_ic_visibility_off.xml","size":1144,"crc":-1859213009},{"key":"res/drawable/design_password_eye.xml","name":"res/drawable/design_password_eye.xml","size":816,"crc":482433230},{"key":"res/drawable/design_snackbar_background.xml","name":"res/drawable/design_snackbar_background.xml","size":484,"crc":-774785355},{"key":"res/drawable/ic_arrow_back_black_24.xml","name":"res/drawable/ic_arrow_back_black_24.xml","size":612,"crc":1298099340},{"key":"res/drawable/ic_clear_black_24.xml","name":"res/drawable/ic_clear_black_24.xml","size":684,"crc":1882671335},{"key":"res/drawable/ic_clock_black_24dp.xml","name":"res/drawable/ic_clock_black_24dp.xml","size":752,"crc":-1073021850},{"key":"res/drawable/ic_keyboard_black_24dp.xml","name":"res/drawable/ic_keyboard_black_24dp.xml","size":852,"crc":173715929},{"key":"res/drawable/ic_launcher_background.xml","name":"res/drawable/ic_launcher_background.xml","size":5696,"crc":-309232214},{"key":"res/drawable/ic_launcher_foreground.xml","name":"res/drawable/ic_launcher_foreground.xml","size":1572,"crc":-70440720},{"key":"res/drawable/ic_m3_chip_check.xml","name":"res/drawable/ic_m3_chip_check.xml","size":704,"crc":-1865444024},{"key":"res/drawable/ic_m3_chip_checked_circle.xml","name":"res/drawable/ic_m3_chip_checked_circle.xml","size":900,"crc":339915392},{"key":"res/drawable/ic_m3_chip_close.xml","name":"res/drawable/ic_m3_chip_close.xml","size":648,"crc":1348968016},{"key":"res/drawable/ic_mtrl_checked_circle.xml","name":"res/drawable/ic_mtrl_checked_circle.xml","size":672,"crc":-943865253},{"key":"res/drawable/ic_mtrl_chip_checked_black.xml","name":"res/drawable/ic_mtrl_chip_checked_black.xml","size":600,"crc":1633852816},{"key":"res/drawable/ic_mtrl_chip_checked_circle.xml","name":"res/drawable/ic_mtrl_chip_checked_circle.xml","size":940,"crc":1250486260},{"key":"res/drawable/ic_mtrl_chip_close_circle.xml","name":"res/drawable/ic_mtrl_chip_close_circle.xml","size":808,"crc":-160089038},{"key":"res/drawable/ic_search_black_24.xml","name":"res/drawable/ic_search_black_24.xml","size":800,"crc":-1571083540},{"key":"res/drawable/indeterminate_static.xml","name":"res/drawable/indeterminate_static.xml","size":828,"crc":23194701},{"key":"res/drawable/loop.png","name":"res/drawable/loop.png","size":43687,"crc":1326479852},{"key":"res/drawable/m3_avd_hide_password.xml","name":"res/drawable/m3_avd_hide_password.xml","size":660,"crc":-824482052},{"key":"res/drawable/m3_avd_show_password.xml","name":"res/drawable/m3_avd_show_password.xml","size":660,"crc":-226144566},{"key":"res/drawable/m3_bottom_sheet_drag_handle.xml","name":"res/drawable/m3_bottom_sheet_drag_handle.xml","size":628,"crc":365111791},{"key":"res/drawable/m3_password_eye.xml","name":"res/drawable/m3_password_eye.xml","size":816,"crc":21780140},{"key":"res/drawable/m3_popupmenu_background_overlay.xml","name":"res/drawable/m3_popupmenu_background_overlay.xml","size":740,"crc":-1843656873},{"key":"res/drawable-v23/m3_radiobutton_ripple.xml","name":"res/drawable-v23/m3_radiobutton_ripple.xml","size":304,"crc":-714758197},{"key":"res/drawable-v23/m3_selection_control_ripple.xml","name":"res/drawable-v23/m3_selection_control_ripple.xml","size":304,"crc":-1648816674},{"key":"res/drawable-v23/m3_tabs_background.xml","name":"res/drawable-v23/m3_tabs_background.xml","size":868,"crc":237658757},{"key":"res/drawable/m3_tabs_line_indicator.xml","name":"res/drawable/m3_tabs_line_indicator.xml","size":480,"crc":803729765},{"key":"res/drawable/m3_tabs_rounded_line_indicator.xml","name":"res/drawable/m3_tabs_rounded_line_indicator.xml","size":956,"crc":-2140863045},{"key":"res/drawable-v23/m3_tabs_transparent_background.xml","name":"res/drawable-v23/m3_tabs_transparent_background.xml","size":632,"crc":248929617},{"key":"res/drawable-v21/material_cursor_drawable.xml","name":"res/drawable-v21/material_cursor_drawable.xml","size":588,"crc":1743570366},{"key":"res/drawable/material_ic_calendar_black_24dp.xml","name":"res/drawable/material_ic_calendar_black_24dp.xml","size":696,"crc":1880928615},{"key":"res/drawable/material_ic_clear_black_24dp.xml","name":"res/drawable/material_ic_clear_black_24dp.xml","size":752,"crc":2137394315},{"key":"res/drawable/material_ic_edit_black_24dp.xml","name":"res/drawable/material_ic_edit_black_24dp.xml","size":716,"crc":604732683},{"key":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","size":712,"crc":-484329892},{"key":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","size":700,"crc":-1345623571},{"key":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","size":648,"crc":1326784656},{"key":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","size":648,"crc":-796709783},{"key":"res/drawable/mtrl_bottomsheet_drag_handle.xml","name":"res/drawable/mtrl_bottomsheet_drag_handle.xml","size":628,"crc":-1199591059},{"key":"res/drawable/mtrl_checkbox_button.xml","name":"res/drawable/mtrl_checkbox_button.xml","size":1332,"crc":-100618449},{"key":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","size":724,"crc":-821361869},{"key":"res/drawable/mtrl_checkbox_button_icon.xml","name":"res/drawable/mtrl_checkbox_button_icon.xml","size":1572,"crc":-2068273926},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","size":524,"crc":-1886018305},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","size":724,"crc":249152539},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","size":524,"crc":-1932855340},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","size":724,"crc":-1509386639},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","size":724,"crc":-411456850},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","size":724,"crc":233890181},{"key":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","size":724,"crc":1828131472},{"key":"res/drawable/mtrl_dialog_background.xml","name":"res/drawable/mtrl_dialog_background.xml","size":716,"crc":-1615063118},{"key":"res/drawable/mtrl_dropdown_arrow.xml","name":"res/drawable/mtrl_dropdown_arrow.xml","size":464,"crc":-1471646498},{"key":"res/drawable/mtrl_ic_arrow_drop_down.xml","name":"res/drawable/mtrl_ic_arrow_drop_down.xml","size":564,"crc":1573648397},{"key":"res/drawable/mtrl_ic_arrow_drop_up.xml","name":"res/drawable/mtrl_ic_arrow_drop_up.xml","size":564,"crc":-1957332043},{"key":"res/drawable/mtrl_ic_cancel.xml","name":"res/drawable/mtrl_ic_cancel.xml","size":724,"crc":-1697437044},{"key":"res/drawable/mtrl_ic_check_mark.xml","name":"res/drawable/mtrl_ic_check_mark.xml","size":744,"crc":919149937},{"key":"res/drawable/mtrl_ic_checkbox_checked.xml","name":"res/drawable/mtrl_ic_checkbox_checked.xml","size":904,"crc":-1577214759},{"key":"res/drawable/mtrl_ic_checkbox_unchecked.xml","name":"res/drawable/mtrl_ic_checkbox_unchecked.xml","size":612,"crc":45152564},{"key":"res/drawable/mtrl_ic_error.xml","name":"res/drawable/mtrl_ic_error.xml","size":644,"crc":1937222060},{"key":"res/drawable/mtrl_ic_indeterminate.xml","name":"res/drawable/mtrl_ic_indeterminate.xml","size":744,"crc":-571043765},{"key":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","name":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","size":264,"crc":-197035798},{"key":"res/drawable/mtrl_popupmenu_background.xml","name":"res/drawable/mtrl_popupmenu_background.xml","size":740,"crc":-1194763998},{"key":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","name":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","size":1228,"crc":269957623},{"key":"res/drawable/mtrl_switch_thumb.xml","name":"res/drawable/mtrl_switch_thumb.xml","size":2004,"crc":802976455},{"key":"res/drawable/mtrl_switch_thumb_checked.xml","name":"res/drawable/mtrl_switch_thumb_checked.xml","size":744,"crc":-2063879291},{"key":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","size":524,"crc":-1779784615},{"key":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","size":784,"crc":1159394858},{"key":"res/drawable/mtrl_switch_thumb_pressed.xml","name":"res/drawable/mtrl_switch_thumb_pressed.xml","size":744,"crc":-1170292677},{"key":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","size":524,"crc":417175461},{"key":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","size":524,"crc":1833062712},{"key":"res/drawable/mtrl_switch_thumb_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked.xml","size":744,"crc":-811530586},{"key":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","size":784,"crc":1210739698},{"key":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","size":524,"crc":-505191651},{"key":"res/drawable/mtrl_switch_track.xml","name":"res/drawable/mtrl_switch_track.xml","size":588,"crc":-1854818220},{"key":"res/drawable/mtrl_switch_track_decoration.xml","name":"res/drawable/mtrl_switch_track_decoration.xml","size":636,"crc":127741307},{"key":"res/drawable/mtrl_tabs_default_indicator.xml","name":"res/drawable/mtrl_tabs_default_indicator.xml","size":628,"crc":-1187923997},{"key":"res/drawable/navigation_empty_icon.xml","name":"res/drawable/navigation_empty_icon.xml","size":516,"crc":-423813960},{"key":"res/drawable-v21/notification_action_background.xml","name":"res/drawable-v21/notification_action_background.xml","size":1180,"crc":82580078},{"key":"res/drawable/notification_bg.xml","name":"res/drawable/notification_bg.xml","size":532,"crc":-373642462},{"key":"res/drawable/notification_bg_low.xml","name":"res/drawable/notification_bg_low.xml","size":532,"crc":1705460981},{"key":"res/drawable/notification_icon_background.xml","name":"res/drawable/notification_icon_background.xml","size":372,"crc":-1229772567},{"key":"res/drawable/notification_tile_bg.xml","name":"res/drawable/notification_tile_bg.xml","size":304,"crc":652413327},{"key":"res/drawable/screenshot_2025_01_16_115155.webp","name":"res/drawable/screenshot_2025_01_16_115155.webp","size":11990,"crc":-663851237},{"key":"res/drawable/test_level_drawable.xml","name":"res/drawable/test_level_drawable.xml","size":448,"crc":201476597},{"key":"res/drawable/tooltip_frame_dark.xml","name":"res/drawable/tooltip_frame_dark.xml","size":484,"crc":521790283},{"key":"res/drawable/tooltip_frame_light.xml","name":"res/drawable/tooltip_frame_light.xml","size":484,"crc":38022415},{"key":"res/drawable-watch-v20/abc_dialog_material_background.xml","name":"res/drawable-watch-v20/abc_dialog_material_background.xml","size":372,"crc":-394371206},{"key":"res/drawable-ldpi-v4/ic_call_answer.png","name":"res/drawable-ldpi-v4/ic_call_answer.png","size":270,"crc":-1111551484},{"key":"res/drawable-ldpi-v4/ic_call_answer_low.png","name":"res/drawable-ldpi-v4/ic_call_answer_low.png","size":270,"crc":-1111551484},{"key":"res/drawable-ldpi-v4/ic_call_answer_video.png","name":"res/drawable-ldpi-v4/ic_call_answer_video.png","size":199,"crc":480365690},{"key":"res/drawable-ldpi-v4/ic_call_answer_video_low.png","name":"res/drawable-ldpi-v4/ic_call_answer_video_low.png","size":199,"crc":480365690},{"key":"res/drawable-ldpi-v4/ic_call_decline.png","name":"res/drawable-ldpi-v4/ic_call_decline.png","size":201,"crc":-1653259046},{"key":"res/drawable-ldpi-v4/ic_call_decline_low.png","name":"res/drawable-ldpi-v4/ic_call_decline_low.png","size":201,"crc":-1653259046},{"key":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":267,"crc":-1782854401},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":214,"crc":1784469944},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":321,"crc":417858442},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":324,"crc":-25912589},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":356,"crc":483927252},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":754,"crc":-2043172043},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":825,"crc":746268540},{"key":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":216,"crc":1331007226},{"key":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":173,"crc":188325625},{"key":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","size":222,"crc":-1314153213},{"key":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","size":211,"crc":2026076309},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","size":207,"crc":247870200},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","size":207,"crc":1914292392},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":217,"crc":-1161232362},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":217,"crc":-321357989},{"key":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":541,"crc":-973152337},{"key":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","size":776,"crc":-794041096},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":159,"crc":1388505315},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":145,"crc":771315572},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":197,"crc":-1487297953},{"key":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":203,"crc":-655213014},{"key":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":194,"crc":-2110916847},{"key":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":327,"crc":-1603084466},{"key":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":395,"crc":-1758576653},{"key":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":186,"crc":-1468200696},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","size":203,"crc":558759102},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","size":310,"crc":1086079552},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","size":186,"crc":1494279640},{"key":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":181,"crc":2009755725},{"key":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":178,"crc":-982571302},{"key":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":1754865820},{"key":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1349392436},{"key":"res/drawable-mdpi-v4/ic_call_answer.png","name":"res/drawable-mdpi-v4/ic_call_answer.png","size":317,"crc":-1572159854},{"key":"res/drawable-mdpi-v4/ic_call_answer_low.png","name":"res/drawable-mdpi-v4/ic_call_answer_low.png","size":317,"crc":-1572159854},{"key":"res/drawable-mdpi-v4/ic_call_answer_video.png","name":"res/drawable-mdpi-v4/ic_call_answer_video.png","size":206,"crc":-702766687},{"key":"res/drawable-mdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-mdpi-v4/ic_call_answer_video_low.png","size":206,"crc":-702766687},{"key":"res/drawable-mdpi-v4/ic_call_decline.png","name":"res/drawable-mdpi-v4/ic_call_decline.png","size":264,"crc":-1114293200},{"key":"res/drawable-mdpi-v4/ic_call_decline_low.png","name":"res/drawable-mdpi-v4/ic_call_decline_low.png","size":264,"crc":-1114293200},{"key":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","size":215,"crc":-637905481},{"key":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","size":223,"crc":-1206985160},{"key":"res/drawable-mdpi-v4/notification_bg_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal.9.png","size":215,"crc":-1053437548},{"key":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","size":223,"crc":-316674454},{"key":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","size":98,"crc":782467851},{"key":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":318,"crc":248812699},{"key":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":272,"crc":-522187894},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":227,"crc":1441099833},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":404,"crc":321481106},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":464,"crc":-765083169},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":563,"crc":-1693177409},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1096,"crc":1160393035},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1243,"crc":-296122373},{"key":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":226,"crc":-1994891200},{"key":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":171,"crc":-834791833},{"key":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1907514871},{"key":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","size":212,"crc":-2119094306},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","size":208,"crc":-1848424351},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","size":208,"crc":-534797190},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":228,"crc":-494134952},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":229,"crc":-779417061},{"key":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":738,"crc":844900423},{"key":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1098,"crc":1031932723},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":201,"crc":-2033297991},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":196,"crc":555162946},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":272,"crc":1476959993},{"key":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":205,"crc":-1404642591},{"key":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":196,"crc":59030235},{"key":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1913854658},{"key":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":484,"crc":-190177617},{"key":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":190,"crc":1541371996},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","size":278,"crc":-1596734141},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","size":396,"crc":-1105084233},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","size":262,"crc":-551175061},{"key":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":186,"crc":1954287679},{"key":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":192,"crc":695154500},{"key":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":-1157342510},{"key":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1428961699},{"key":"res/drawable-hdpi-v4/ic_call_answer.png","name":"res/drawable-hdpi-v4/ic_call_answer.png","size":472,"crc":54480522},{"key":"res/drawable-hdpi-v4/ic_call_answer_low.png","name":"res/drawable-hdpi-v4/ic_call_answer_low.png","size":472,"crc":54480522},{"key":"res/drawable-hdpi-v4/ic_call_answer_video.png","name":"res/drawable-hdpi-v4/ic_call_answer_video.png","size":254,"crc":-1411185258},{"key":"res/drawable-hdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-hdpi-v4/ic_call_answer_video_low.png","size":254,"crc":-1411185258},{"key":"res/drawable-hdpi-v4/ic_call_decline.png","name":"res/drawable-hdpi-v4/ic_call_decline.png","size":375,"crc":-1481215084},{"key":"res/drawable-hdpi-v4/ic_call_decline_low.png","name":"res/drawable-hdpi-v4/ic_call_decline_low.png","size":375,"crc":-1481215084},{"key":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","size":212,"crc":931926398},{"key":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","size":225,"crc":1348069157},{"key":"res/drawable-hdpi-v4/notification_bg_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal.9.png","size":212,"crc":-1037255009},{"key":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","size":225,"crc":-1579774768},{"key":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","name":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","size":909,"crc":-883619049},{"key":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","size":107,"crc":1859699185},{"key":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1121400728},{"key":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":280,"crc":-1494763048},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":281,"crc":-355242921},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":432,"crc":208515363},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":651,"crc":586767697},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":785,"crc":-1305019038},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1526,"crc":-483809291},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1731,"crc":813343295},{"key":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":229,"crc":1667644415},{"key":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":228,"crc":-1596992556},{"key":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1109247658},{"key":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","size":214,"crc":-2069395290},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","size":209,"crc":1422722026},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","size":209,"crc":1178912481},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":236,"crc":1482420428},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":235,"crc":809869208},{"key":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":966,"crc":-1645055853},{"key":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1544,"crc":1027634507},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":267,"crc":-235495373},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":267,"crc":1780540927},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":391,"crc":1338981723},{"key":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":208,"crc":-1523469685},{"key":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":198,"crc":417197097},{"key":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":448,"crc":-636645826},{"key":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":618,"crc":-315835857},{"key":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":194,"crc":-1805702768},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","size":335,"crc":1833493827},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":585,"crc":325182543},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","size":318,"crc":1402001197},{"key":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":189,"crc":872981899},{"key":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":187,"crc":1388684995},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":184,"crc":-735893576},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":182,"crc":755703140},{"key":"res/drawable-xhdpi-v4/ic_call_answer.png","name":"res/drawable-xhdpi-v4/ic_call_answer.png","size":623,"crc":-862780344},{"key":"res/drawable-xhdpi-v4/ic_call_answer_low.png","name":"res/drawable-xhdpi-v4/ic_call_answer_low.png","size":623,"crc":-862780344},{"key":"res/drawable-xhdpi-v4/ic_call_answer_video.png","name":"res/drawable-xhdpi-v4/ic_call_answer_video.png","size":290,"crc":-467299563},{"key":"res/drawable-xhdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-xhdpi-v4/ic_call_answer_video_low.png","size":290,"crc":-467299563},{"key":"res/drawable-xhdpi-v4/ic_call_decline.png","name":"res/drawable-xhdpi-v4/ic_call_decline.png","size":452,"crc":-329617338},{"key":"res/drawable-xhdpi-v4/ic_call_decline_low.png","name":"res/drawable-xhdpi-v4/ic_call_decline_low.png","size":452,"crc":-329617338},{"key":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","size":221,"crc":986722933},{"key":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","size":252,"crc":-930084210},{"key":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","size":221,"crc":-1723534566},{"key":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","size":247,"crc":-1030044328},{"key":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","size":138,"crc":72836353},{"key":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":417,"crc":1015364852},{"key":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":286,"crc":576729413},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":307,"crc":869620432},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":593,"crc":-1070792479},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":984,"crc":-148612735},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":1208,"crc":-1287566072},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2463,"crc":-1414729006},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2834,"crc":-629032592},{"key":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":237,"crc":-2126552655},{"key":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":224,"crc":1570594586},{"key":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":171,"crc":431487046},{"key":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","size":245,"crc":432053287},{"key":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","size":221,"crc":594243224},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","size":212,"crc":1908284469},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","size":212,"crc":1004408383},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":260,"crc":453810333},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":258,"crc":-806067726},{"key":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":1779,"crc":-378460718},{"key":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":2305,"crc":52525934},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":322,"crc":1734458370},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":403,"crc":-258375909},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":595,"crc":25460445},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":210,"crc":1410922532},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":207,"crc":979167309},{"key":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":524,"crc":-1263352686},{"key":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":851,"crc":-1547140427},{"key":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":204,"crc":-471176010},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":420,"crc":-1423304621},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":753,"crc":-1827412542},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":422,"crc":961476924},{"key":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":199,"crc":814610337},{"key":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":200,"crc":807658458},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":187,"crc":1097119443},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":186,"crc":-181494251},{"key":"res/drawable-xxhdpi-v4/ic_call_answer.png","name":"res/drawable-xxhdpi-v4/ic_call_answer.png","size":884,"crc":250722604},{"key":"res/drawable-xxhdpi-v4/ic_call_answer_low.png","name":"res/drawable-xxhdpi-v4/ic_call_answer_low.png","size":884,"crc":250722604},{"key":"res/drawable-xxhdpi-v4/ic_call_answer_video.png","name":"res/drawable-xxhdpi-v4/ic_call_answer_video.png","size":384,"crc":1929539317},{"key":"res/drawable-xxhdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-xxhdpi-v4/ic_call_answer_video_low.png","size":384,"crc":1929539317},{"key":"res/drawable-xxhdpi-v4/ic_call_decline.png","name":"res/drawable-xxhdpi-v4/ic_call_decline.png","size":628,"crc":2135501436},{"key":"res/drawable-xxhdpi-v4/ic_call_decline_low.png","name":"res/drawable-xxhdpi-v4/ic_call_decline_low.png","size":628,"crc":2135501436},{"key":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":525,"crc":-924835231},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":275,"crc":-1764675204},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":476,"crc":-992054213},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":785,"crc":485101068},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":946,"crc":1611553141},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2505,"crc":2088096877},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2816,"crc":25828836},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":415,"crc":-335179877},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":631,"crc":-2086075208},{"key":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":430,"crc":-943303786},{"key":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":813,"crc":-551543263},{"key":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":202,"crc":-1543227074},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":513,"crc":-990765681},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":513,"crc":1860041182},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer.png","size":1171,"crc":220143978},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer_low.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer_low.png","size":1171,"crc":220143978},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer_video.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer_video.png","size":465,"crc":-129832852},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer_video_low.png","size":465,"crc":-129832852},{"key":"res/drawable-xxxhdpi-v4/ic_call_decline.png","name":"res/drawable-xxxhdpi-v4/ic_call_decline.png","size":823,"crc":-1259742515},{"key":"res/drawable-xxxhdpi-v4/ic_call_decline_low.png","name":"res/drawable-xxxhdpi-v4/ic_call_decline_low.png","size":823,"crc":-1259742515},{"key":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":437,"crc":997246448},{"key":"res/drawable-anydpi-v21/ic_call_answer.xml","name":"res/drawable-anydpi-v21/ic_call_answer.xml","size":1356,"crc":-417851860},{"key":"res/drawable-anydpi-v21/ic_call_answer_low.xml","name":"res/drawable-anydpi-v21/ic_call_answer_low.xml","size":1320,"crc":-2078588160},{"key":"res/drawable-anydpi-v21/ic_call_answer_video.xml","name":"res/drawable-anydpi-v21/ic_call_answer_video.xml","size":772,"crc":1837259622},{"key":"res/drawable-anydpi-v21/ic_call_answer_video_low.xml","name":"res/drawable-anydpi-v21/ic_call_answer_video_low.xml","size":736,"crc":1149510206},{"key":"res/drawable-anydpi-v21/ic_call_decline.xml","name":"res/drawable-anydpi-v21/ic_call_decline.xml","size":1528,"crc":-1902206380},{"key":"res/drawable-anydpi-v21/ic_call_decline_low.xml","name":"res/drawable-anydpi-v21/ic_call_decline_low.xml","size":1492,"crc":-593934670},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/fast_out_slow_in.xml","name":"res/interpolator/fast_out_slow_in.xml","size":400,"crc":2971224},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","size":280,"crc":-255955071},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","size":400,"crc":1856215172},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","size":400,"crc":1684696708},{"key":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","name":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","size":400,"crc":-94703432},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","size":400,"crc":526448252},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","size":400,"crc":1557336512},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","size":400,"crc":1228996032},{"key":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","name":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","size":400,"crc":-184402232},{"key":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","name":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","size":400,"crc":-1024605739},{"key":"res/interpolator/mtrl_linear.xml","name":"res/interpolator/mtrl_linear.xml","size":132,"crc":558115064},{"key":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","name":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","size":400,"crc":34232731},{"key":"res/layout/abc_action_bar_title_item.xml","name":"res/layout/abc_action_bar_title_item.xml","size":872,"crc":-1735331467},{"key":"res/layout/abc_action_bar_up_container.xml","name":"res/layout/abc_action_bar_up_container.xml","size":440,"crc":1570428408},{"key":"res/layout/abc_action_menu_item_layout.xml","name":"res/layout/abc_action_menu_item_layout.xml","size":768,"crc":-1256685595},{"key":"res/layout/abc_action_menu_layout.xml","name":"res/layout/abc_action_menu_layout.xml","size":576,"crc":-1950881746},{"key":"res/layout/abc_action_mode_bar.xml","name":"res/layout/abc_action_mode_bar.xml","size":464,"crc":-1366917016},{"key":"res/layout/abc_action_mode_close_item_material.xml","name":"res/layout/abc_action_mode_close_item_material.xml","size":840,"crc":369490032},{"key":"res/layout/abc_activity_chooser_view.xml","name":"res/layout/abc_activity_chooser_view.xml","size":1684,"crc":1008714745},{"key":"res/layout/abc_activity_chooser_view_list_item.xml","name":"res/layout/abc_activity_chooser_view_list_item.xml","size":1304,"crc":-431126139},{"key":"res/layout/abc_alert_dialog_button_bar_material.xml","name":"res/layout/abc_alert_dialog_button_bar_material.xml","size":1584,"crc":536631045},{"key":"res/layout/abc_alert_dialog_material.xml","name":"res/layout/abc_alert_dialog_material.xml","size":2648,"crc":491247093},{"key":"res/layout/abc_alert_dialog_title_material.xml","name":"res/layout/abc_alert_dialog_title_material.xml","size":1560,"crc":1328759145},{"key":"res/layout/abc_cascading_menu_item_layout.xml","name":"res/layout/abc_cascading_menu_item_layout.xml","size":1868,"crc":-244569337},{"key":"res/layout/abc_dialog_title_material.xml","name":"res/layout/abc_dialog_title_material.xml","size":1116,"crc":-1548546100},{"key":"res/layout/abc_expanded_menu_layout.xml","name":"res/layout/abc_expanded_menu_layout.xml","size":388,"crc":448470852},{"key":"res/layout/abc_list_menu_item_checkbox.xml","name":"res/layout/abc_list_menu_item_checkbox.xml","size":528,"crc":249082023},{"key":"res/layout/abc_list_menu_item_icon.xml","name":"res/layout/abc_list_menu_item_icon.xml","size":780,"crc":829826386},{"key":"res/layout/abc_list_menu_item_layout.xml","name":"res/layout/abc_list_menu_item_layout.xml","size":1396,"crc":527159406},{"key":"res/layout/abc_list_menu_item_radio.xml","name":"res/layout/abc_list_menu_item_radio.xml","size":532,"crc":1154257336},{"key":"res/layout/abc_popup_menu_header_item_layout.xml","name":"res/layout/abc_popup_menu_header_item_layout.xml","size":848,"crc":-530987472},{"key":"res/layout/abc_popup_menu_item_layout.xml","name":"res/layout/abc_popup_menu_item_layout.xml","size":2072,"crc":533557459},{"key":"res/layout/abc_screen_content_include.xml","name":"res/layout/abc_screen_content_include.xml","size":548,"crc":-127001624},{"key":"res/layout/abc_screen_simple.xml","name":"res/layout/abc_screen_simple.xml","size":832,"crc":1863204542},{"key":"res/layout/abc_screen_simple_overlay_action_mode.xml","name":"res/layout/abc_screen_simple_overlay_action_mode.xml","size":792,"crc":78111540},{"key":"res/layout/abc_screen_toolbar.xml","name":"res/layout/abc_screen_toolbar.xml","size":1504,"crc":425668992},{"key":"res/layout/abc_search_dropdown_item_icons_2line.xml","name":"res/layout/abc_search_dropdown_item_icons_2line.xml","size":1916,"crc":-1725487429},{"key":"res/layout/abc_search_view.xml","name":"res/layout/abc_search_view.xml","size":3472,"crc":484498088},{"key":"res/layout/abc_select_dialog_material.xml","name":"res/layout/abc_select_dialog_material.xml","size":1020,"crc":-140450394},{"key":"res/layout/abc_tooltip.xml","name":"res/layout/abc_tooltip.xml","size":1056,"crc":-442851769},{"key":"res/layout/activity_auto.xml","name":"res/layout/activity_auto.xml","size":6048,"crc":-1166577915},{"key":"res/layout/activity_end.xml","name":"res/layout/activity_end.xml","size":3828,"crc":-495815986},{"key":"res/layout/activity_main.xml","name":"res/layout/activity_main.xml","size":5072,"crc":-232051588},{"key":"res/layout/activity_settings.xml","name":"res/layout/activity_settings.xml","size":3004,"crc":-1157233844},{"key":"res/layout/activity_starting.xml","name":"res/layout/activity_starting.xml","size":3612,"crc":1072626964},{"key":"res/layout/activity_tele.xml","name":"res/layout/activity_tele.xml","size":6064,"crc":-1184295340},{"key":"res/layout/custom_dialog.xml","name":"res/layout/custom_dialog.xml","size":612,"crc":1061359755},{"key":"res/layout/design_bottom_navigation_item.xml","name":"res/layout/design_bottom_navigation_item.xml","size":1860,"crc":-1682450658},{"key":"res/layout/design_bottom_sheet_dialog.xml","name":"res/layout/design_bottom_sheet_dialog.xml","size":1224,"crc":-205160659},{"key":"res/layout/design_layout_snackbar.xml","name":"res/layout/design_layout_snackbar.xml","size":528,"crc":-1489497684},{"key":"res/layout/design_layout_snackbar_include.xml","name":"res/layout/design_layout_snackbar_include.xml","size":1444,"crc":-1496817466},{"key":"res/layout/design_layout_tab_icon.xml","name":"res/layout/design_layout_tab_icon.xml","size":408,"crc":1138070715},{"key":"res/layout/design_layout_tab_text.xml","name":"res/layout/design_layout_tab_text.xml","size":436,"crc":-1677728391},{"key":"res/layout/design_menu_item_action_area.xml","name":"res/layout/design_menu_item_action_area.xml","size":320,"crc":308712715},{"key":"res/layout/design_navigation_item.xml","name":"res/layout/design_navigation_item.xml","size":636,"crc":-505818861},{"key":"res/layout/design_navigation_item_header.xml","name":"res/layout/design_navigation_item_header.xml","size":440,"crc":595414555},{"key":"res/layout/design_navigation_item_separator.xml","name":"res/layout/design_navigation_item_separator.xml","size":472,"crc":411075014},{"key":"res/layout/design_navigation_item_subheader.xml","name":"res/layout/design_navigation_item_subheader.xml","size":564,"crc":-976199998},{"key":"res/layout/design_navigation_menu.xml","name":"res/layout/design_navigation_menu.xml","size":528,"crc":-1135165071},{"key":"res/layout/design_navigation_menu_item.xml","name":"res/layout/design_navigation_menu_item.xml","size":856,"crc":469238593},{"key":"res/layout/design_text_input_end_icon.xml","name":"res/layout/design_text_input_end_icon.xml","size":656,"crc":-152317390},{"key":"res/layout/design_text_input_start_icon.xml","name":"res/layout/design_text_input_start_icon.xml","size":652,"crc":1998782720},{"key":"res/layout/ime_base_split_test_activity.xml","name":"res/layout/ime_base_split_test_activity.xml","size":364,"crc":1066515116},{"key":"res/layout/ime_secondary_split_test_activity.xml","name":"res/layout/ime_secondary_split_test_activity.xml","size":876,"crc":-778960476},{"key":"res/layout/m3_alert_dialog.xml","name":"res/layout/m3_alert_dialog.xml","size":2720,"crc":2108047420},{"key":"res/layout/m3_alert_dialog_actions.xml","name":"res/layout/m3_alert_dialog_actions.xml","size":1584,"crc":389045201},{"key":"res/layout/m3_alert_dialog_title.xml","name":"res/layout/m3_alert_dialog_title.xml","size":956,"crc":-1625855775},{"key":"res/layout/m3_auto_complete_simple_item.xml","name":"res/layout/m3_auto_complete_simple_item.xml","size":612,"crc":-1737488750},{"key":"res/layout/m3_side_sheet_dialog.xml","name":"res/layout/m3_side_sheet_dialog.xml","size":1140,"crc":-465699810},{"key":"res/layout/material_chip_input_combo.xml","name":"res/layout/material_chip_input_combo.xml","size":372,"crc":-1047030969},{"key":"res/layout/material_clock_display.xml","name":"res/layout/material_clock_display.xml","size":796,"crc":-831597837},{"key":"res/layout/material_clock_display_divider.xml","name":"res/layout/material_clock_display_divider.xml","size":444,"crc":-1718483778},{"key":"res/layout/material_clock_period_toggle.xml","name":"res/layout/material_clock_period_toggle.xml","size":1220,"crc":-945371239},{"key":"res/layout/material_clockface_textview.xml","name":"res/layout/material_clockface_textview.xml","size":476,"crc":-2080023753},{"key":"res/layout/material_clockface_view.xml","name":"res/layout/material_clockface_view.xml","size":1012,"crc":-1453925659},{"key":"res/layout/material_radial_view_group.xml","name":"res/layout/material_radial_view_group.xml","size":768,"crc":639559024},{"key":"res/layout/material_textinput_timepicker.xml","name":"res/layout/material_textinput_timepicker.xml","size":720,"crc":306675791},{"key":"res/layout/material_time_chip.xml","name":"res/layout/material_time_chip.xml","size":380,"crc":-644267915},{"key":"res/layout/material_time_input.xml","name":"res/layout/material_time_input.xml","size":956,"crc":-809058371},{"key":"res/layout/material_timepicker.xml","name":"res/layout/material_timepicker.xml","size":1608,"crc":-1453889807},{"key":"res/layout/material_timepicker_dialog.xml","name":"res/layout/material_timepicker_dialog.xml","size":2892,"crc":743351033},{"key":"res/layout/material_timepicker_textinput_display.xml","name":"res/layout/material_timepicker_textinput_display.xml","size":728,"crc":1181666484},{"key":"res/layout/mtrl_alert_dialog.xml","name":"res/layout/mtrl_alert_dialog.xml","size":2476,"crc":-423764995},{"key":"res/layout/mtrl_alert_dialog_actions.xml","name":"res/layout/mtrl_alert_dialog_actions.xml","size":1764,"crc":-669882759},{"key":"res/layout/mtrl_alert_dialog_title.xml","name":"res/layout/mtrl_alert_dialog_title.xml","size":956,"crc":-698616054},{"key":"res/layout/mtrl_alert_select_dialog_item.xml","name":"res/layout/mtrl_alert_select_dialog_item.xml","size":588,"crc":-847803097},{"key":"res/layout/mtrl_alert_select_dialog_multichoice.xml","name":"res/layout/mtrl_alert_select_dialog_multichoice.xml","size":940,"crc":375787364},{"key":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","name":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","size":940,"crc":-441824672},{"key":"res/layout/mtrl_auto_complete_simple_item.xml","name":"res/layout/mtrl_auto_complete_simple_item.xml","size":612,"crc":1642553725},{"key":"res/layout/mtrl_calendar_day.xml","name":"res/layout/mtrl_calendar_day.xml","size":352,"crc":997978959},{"key":"res/layout/mtrl_calendar_day_of_week.xml","name":"res/layout/mtrl_calendar_day_of_week.xml","size":352,"crc":-688954732},{"key":"res/layout/mtrl_calendar_days_of_week.xml","name":"res/layout/mtrl_calendar_days_of_week.xml","size":436,"crc":-866307417},{"key":"res/layout/mtrl_calendar_horizontal.xml","name":"res/layout/mtrl_calendar_horizontal.xml","size":1176,"crc":-1099820297},{"key":"res/layout/mtrl_calendar_month.xml","name":"res/layout/mtrl_calendar_month.xml","size":688,"crc":596378470},{"key":"res/layout/mtrl_calendar_month_labeled.xml","name":"res/layout/mtrl_calendar_month_labeled.xml","size":728,"crc":-1767397931},{"key":"res/layout/mtrl_calendar_month_navigation.xml","name":"res/layout/mtrl_calendar_month_navigation.xml","size":1748,"crc":1415883450},{"key":"res/layout/mtrl_calendar_months.xml","name":"res/layout/mtrl_calendar_months.xml","size":428,"crc":-511549427},{"key":"res/layout/mtrl_calendar_vertical.xml","name":"res/layout/mtrl_calendar_vertical.xml","size":740,"crc":546888075},{"key":"res/layout/mtrl_calendar_year.xml","name":"res/layout/mtrl_calendar_year.xml","size":352,"crc":-1193184379},{"key":"res/layout/mtrl_layout_snackbar.xml","name":"res/layout/mtrl_layout_snackbar.xml","size":492,"crc":273300012},{"key":"res/layout/mtrl_layout_snackbar_include.xml","name":"res/layout/mtrl_layout_snackbar_include.xml","size":952,"crc":-116305792},{"key":"res/layout/mtrl_navigation_rail_item.xml","name":"res/layout/mtrl_navigation_rail_item.xml","size":1984,"crc":-1343849511},{"key":"res/layout/mtrl_picker_actions.xml","name":"res/layout/mtrl_picker_actions.xml","size":984,"crc":1655801410},{"key":"res/layout/mtrl_picker_dialog.xml","name":"res/layout/mtrl_picker_dialog.xml","size":1172,"crc":-1375656572},{"key":"res/layout/mtrl_picker_fullscreen.xml","name":"res/layout/mtrl_picker_fullscreen.xml","size":880,"crc":-237380061},{"key":"res/layout/mtrl_picker_header_dialog.xml","name":"res/layout/mtrl_picker_header_dialog.xml","size":1492,"crc":270435297},{"key":"res/layout/mtrl_picker_header_fullscreen.xml","name":"res/layout/mtrl_picker_header_fullscreen.xml","size":2800,"crc":1095798797},{"key":"res/layout/mtrl_picker_header_selection_text.xml","name":"res/layout/mtrl_picker_header_selection_text.xml","size":712,"crc":-1939262891},{"key":"res/layout/mtrl_picker_header_title_text.xml","name":"res/layout/mtrl_picker_header_title_text.xml","size":624,"crc":-1438197607},{"key":"res/layout/mtrl_picker_header_toggle.xml","name":"res/layout/mtrl_picker_header_toggle.xml","size":528,"crc":-1872672449},{"key":"res/layout/mtrl_picker_text_input_date.xml","name":"res/layout/mtrl_picker_text_input_date.xml","size":984,"crc":-2060631081},{"key":"res/layout/mtrl_picker_text_input_date_range.xml","name":"res/layout/mtrl_picker_text_input_date_range.xml","size":1580,"crc":-665432478},{"key":"res/layout/mtrl_search_bar.xml","name":"res/layout/mtrl_search_bar.xml","size":488,"crc":-1895692126},{"key":"res/layout/mtrl_search_view.xml","name":"res/layout/mtrl_search_view.xml","size":3424,"crc":1523970577},{"key":"res/layout-v21/notification_action.xml","name":"res/layout-v21/notification_action.xml","size":1052,"crc":-315459377},{"key":"res/layout-v21/notification_action_tombstone.xml","name":"res/layout-v21/notification_action_tombstone.xml","size":1228,"crc":878151937},{"key":"res/layout-v21/notification_template_custom_big.xml","name":"res/layout-v21/notification_template_custom_big.xml","size":2456,"crc":1738107035},{"key":"res/layout-v21/notification_template_icon_group.xml","name":"res/layout-v21/notification_template_icon_group.xml","size":988,"crc":-1587665642},{"key":"res/layout/notification_template_part_chronometer.xml","name":"res/layout/notification_template_part_chronometer.xml","size":440,"crc":-581309016},{"key":"res/layout/notification_template_part_time.xml","name":"res/layout/notification_template_part_time.xml","size":440,"crc":-2146999012},{"key":"res/layout/select_dialog_item_material.xml","name":"res/layout/select_dialog_item_material.xml","size":640,"crc":-1030617256},{"key":"res/layout/select_dialog_multichoice_material.xml","name":"res/layout/select_dialog_multichoice_material.xml","size":864,"crc":-75621124},{"key":"res/layout/select_dialog_singlechoice_material.xml","name":"res/layout/select_dialog_singlechoice_material.xml","size":864,"crc":1291843487},{"key":"res/layout/support_simple_spinner_dropdown_item.xml","name":"res/layout/support_simple_spinner_dropdown_item.xml","size":464,"crc":2118045056},{"key":"res/layout-sw600dp-v13/design_layout_snackbar.xml","name":"res/layout-sw600dp-v13/design_layout_snackbar.xml","size":528,"crc":-341484669},{"key":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","name":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","size":492,"crc":1557622787},{"key":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","size":1208,"crc":861121563},{"key":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","size":1352,"crc":1011689179},{"key":"res/layout-v26/abc_screen_toolbar.xml","name":"res/layout-v26/abc_screen_toolbar.xml","size":1560,"crc":829050424},{"key":"res/layout-v26/mtrl_calendar_month.xml","name":"res/layout-v26/mtrl_calendar_month.xml","size":744,"crc":-1920440097},{"key":"res/layout-land/material_clock_period_toggle_land.xml","name":"res/layout-land/material_clock_period_toggle_land.xml","size":1232,"crc":-1703394836},{"key":"res/layout-land/material_timepicker.xml","name":"res/layout-land/material_timepicker.xml","size":1676,"crc":26089969},{"key":"res/layout-land/mtrl_picker_header_dialog.xml","name":"res/layout-land/mtrl_picker_header_dialog.xml","size":1532,"crc":1934579389},{"key":"res/mipmap-mdpi-v4/ic_launcher.webp","name":"res/mipmap-mdpi-v4/ic_launcher.webp","size":1510,"crc":890161303},{"key":"res/mipmap-mdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-mdpi-v4/ic_launcher_foreground.webp","size":3270,"crc":-846252413},{"key":"res/mipmap-mdpi-v4/ic_launcher_round.webp","name":"res/mipmap-mdpi-v4/ic_launcher_round.webp","size":2464,"crc":1826829041},{"key":"res/mipmap-hdpi-v4/ic_launcher.webp","name":"res/mipmap-hdpi-v4/ic_launcher.webp","size":2662,"crc":-304103504},{"key":"res/mipmap-hdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-hdpi-v4/ic_launcher_foreground.webp","size":5534,"crc":-200985516},{"key":"res/mipmap-hdpi-v4/ic_launcher_round.webp","name":"res/mipmap-hdpi-v4/ic_launcher_round.webp","size":4272,"crc":412919838},{"key":"res/mipmap-xhdpi-v4/ic_launcher.webp","name":"res/mipmap-xhdpi-v4/ic_launcher.webp","size":3808,"crc":-1274065283},{"key":"res/mipmap-xhdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-xhdpi-v4/ic_launcher_foreground.webp","size":8074,"crc":-392106095},{"key":"res/mipmap-xhdpi-v4/ic_launcher_round.webp","name":"res/mipmap-xhdpi-v4/ic_launcher_round.webp","size":6006,"crc":-77093534},{"key":"res/mipmap-xxhdpi-v4/ic_launcher.webp","name":"res/mipmap-xxhdpi-v4/ic_launcher.webp","size":6522,"crc":1511471453},{"key":"res/mipmap-xxhdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-xxhdpi-v4/ic_launcher_foreground.webp","size":14398,"crc":513021498},{"key":"res/mipmap-xxhdpi-v4/ic_launcher_round.webp","name":"res/mipmap-xxhdpi-v4/ic_launcher_round.webp","size":9872,"crc":-1048729247},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher.webp","name":"res/mipmap-xxxhdpi-v4/ic_launcher.webp","size":9040,"crc":331689028},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-xxxhdpi-v4/ic_launcher_foreground.webp","size":20000,"crc":-1633348935},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher_round.webp","name":"res/mipmap-xxxhdpi-v4/ic_launcher_round.webp","size":13674,"crc":-2026010900},{"key":"res/mipmap-anydpi-v26/ic_launcher.xml","name":"res/mipmap-anydpi-v26/ic_launcher.xml","size":448,"crc":811496986},{"key":"res/mipmap-anydpi-v26/ic_launcher_round.xml","name":"res/mipmap-anydpi-v26/ic_launcher_round.xml","size":448,"crc":811496986},{"key":"res/raw/info.json","name":"res/raw/info.json","size":2391,"crc":408348254},{"key":"res/xml/backup_rules.xml","name":"res/xml/backup_rules.xml","size":132,"crc":1286822067},{"key":"res/xml/data_extraction_rules.xml","name":"res/xml/data_extraction_rules.xml","size":212,"crc":1324190710},{"key":"resources.arsc","name":"resources.arsc","size":1055192,"crc":-67363131}]
\ No newline at end of file
+[{"key":"AndroidManifest.xml","name":"AndroidManifest.xml","size":6780,"crc":-32824923},{"key":"res/anim/abc_fade_in.xml","name":"res/anim/abc_fade_in.xml","size":388,"crc":1651564388},{"key":"res/anim/abc_fade_out.xml","name":"res/anim/abc_fade_out.xml","size":388,"crc":1955312412},{"key":"res/anim/abc_grow_fade_in_from_bottom.xml","name":"res/anim/abc_grow_fade_in_from_bottom.xml","size":852,"crc":-1701591830},{"key":"res/anim/abc_popup_enter.xml","name":"res/anim/abc_popup_enter.xml","size":508,"crc":-1191192602},{"key":"res/anim/abc_popup_exit.xml","name":"res/anim/abc_popup_exit.xml","size":508,"crc":1399865687},{"key":"res/anim/abc_shrink_fade_out_from_bottom.xml","name":"res/anim/abc_shrink_fade_out_from_bottom.xml","size":852,"crc":1989455988},{"key":"res/anim/abc_slide_in_bottom.xml","name":"res/anim/abc_slide_in_bottom.xml","size":396,"crc":-865076513},{"key":"res/anim/abc_slide_in_top.xml","name":"res/anim/abc_slide_in_top.xml","size":396,"crc":-17746226},{"key":"res/anim/abc_slide_out_bottom.xml","name":"res/anim/abc_slide_out_bottom.xml","size":396,"crc":-290455445},{"key":"res/anim/abc_slide_out_top.xml","name":"res/anim/abc_slide_out_top.xml","size":396,"crc":-261556731},{"key":"res/anim/abc_tooltip_enter.xml","name":"res/anim/abc_tooltip_enter.xml","size":388,"crc":125124923},{"key":"res/anim/abc_tooltip_exit.xml","name":"res/anim/abc_tooltip_exit.xml","size":388,"crc":544611708},{"key":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","size":2124,"crc":1341441224},{"key":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","size":2780,"crc":-803137972},{"key":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","size":1196,"crc":-629293935},{"key":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","size":2360,"crc":142801413},{"key":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","size":2520,"crc":-2144116945},{"key":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","size":1196,"crc":-1849632760},{"key":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","size":1656,"crc":-261996858},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","size":1656,"crc":-1819620399},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","size":1028,"crc":-1067463719},{"key":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","size":1656,"crc":2047058048},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","size":1656,"crc":273301465},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","size":1028,"crc":687296157},{"key":"res/anim-v21/design_bottom_sheet_slide_in.xml","name":"res/anim-v21/design_bottom_sheet_slide_in.xml","size":616,"crc":-1046779175},{"key":"res/anim-v21/design_bottom_sheet_slide_out.xml","name":"res/anim-v21/design_bottom_sheet_slide_out.xml","size":616,"crc":1919652721},{"key":"res/anim/design_snackbar_in.xml","name":"res/anim/design_snackbar_in.xml","size":312,"crc":-674904986},{"key":"res/anim/design_snackbar_out.xml","name":"res/anim/design_snackbar_out.xml","size":312,"crc":244987842},{"key":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","name":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","size":364,"crc":1981137860},{"key":"res/anim/linear_indeterminate_line1_head_interpolator.xml","name":"res/anim/linear_indeterminate_line1_head_interpolator.xml","size":400,"crc":-1214901605},{"key":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","size":400,"crc":935504197},{"key":"res/anim/linear_indeterminate_line2_head_interpolator.xml","name":"res/anim/linear_indeterminate_line2_head_interpolator.xml","size":400,"crc":1664007024},{"key":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","size":400,"crc":-1107678304},{"key":"res/anim-v21/m3_bottom_sheet_slide_in.xml","name":"res/anim-v21/m3_bottom_sheet_slide_in.xml","size":616,"crc":-754661526},{"key":"res/anim-v21/m3_bottom_sheet_slide_out.xml","name":"res/anim-v21/m3_bottom_sheet_slide_out.xml","size":656,"crc":-1653349441},{"key":"res/anim/m3_motion_fade_enter.xml","name":"res/anim/m3_motion_fade_enter.xml","size":812,"crc":412328256},{"key":"res/anim/m3_motion_fade_exit.xml","name":"res/anim/m3_motion_fade_exit.xml","size":508,"crc":-1742776040},{"key":"res/anim-v21/m3_side_sheet_enter_from_left.xml","name":"res/anim-v21/m3_side_sheet_enter_from_left.xml","size":464,"crc":420586281},{"key":"res/anim-v21/m3_side_sheet_enter_from_right.xml","name":"res/anim-v21/m3_side_sheet_enter_from_right.xml","size":464,"crc":1386496782},{"key":"res/anim-v21/m3_side_sheet_exit_to_left.xml","name":"res/anim-v21/m3_side_sheet_exit_to_left.xml","size":464,"crc":-1227997966},{"key":"res/anim-v21/m3_side_sheet_exit_to_right.xml","name":"res/anim-v21/m3_side_sheet_exit_to_right.xml","size":464,"crc":2069657448},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","size":616,"crc":612089289},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","size":616,"crc":-495779574},{"key":"res/anim/mtrl_card_lowers_interpolator.xml","name":"res/anim/mtrl_card_lowers_interpolator.xml","size":400,"crc":1050886711},{"key":"res/animator-v21/design_appbar_state_list_animator.xml","name":"res/animator-v21/design_appbar_state_list_animator.xml","size":1216,"crc":-371204720},{"key":"res/animator/design_fab_hide_motion_spec.xml","name":"res/animator/design_fab_hide_motion_spec.xml","size":796,"crc":1931940455},{"key":"res/animator/design_fab_show_motion_spec.xml","name":"res/animator/design_fab_show_motion_spec.xml","size":796,"crc":-1144950855},{"key":"res/animator/fragment_close_enter.xml","name":"res/animator/fragment_close_enter.xml","size":1128,"crc":-454391277},{"key":"res/animator/fragment_close_exit.xml","name":"res/animator/fragment_close_exit.xml","size":1128,"crc":89389386},{"key":"res/animator/fragment_fade_enter.xml","name":"res/animator/fragment_fade_enter.xml","size":452,"crc":607080404},{"key":"res/animator/fragment_fade_exit.xml","name":"res/animator/fragment_fade_exit.xml","size":452,"crc":-675125289},{"key":"res/animator/fragment_open_enter.xml","name":"res/animator/fragment_open_enter.xml","size":1128,"crc":-153086936},{"key":"res/animator/fragment_open_exit.xml","name":"res/animator/fragment_open_exit.xml","size":1128,"crc":926252761},{"key":"res/animator-v21/m3_appbar_state_list_animator.xml","name":"res/animator-v21/m3_appbar_state_list_animator.xml","size":1216,"crc":-1798048234},{"key":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","name":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","size":1796,"crc":90412745},{"key":"res/animator/m3_btn_state_list_anim.xml","name":"res/animator/m3_btn_state_list_anim.xml","size":1796,"crc":-994455890},{"key":"res/animator/m3_card_elevated_state_list_anim.xml","name":"res/animator/m3_card_elevated_state_list_anim.xml","size":1632,"crc":-1922853479},{"key":"res/animator/m3_card_state_list_anim.xml","name":"res/animator/m3_card_state_list_anim.xml","size":1584,"crc":1149670565},{"key":"res/animator/m3_chip_state_list_anim.xml","name":"res/animator/m3_chip_state_list_anim.xml","size":1180,"crc":-1640528175},{"key":"res/animator/m3_elevated_chip_state_list_anim.xml","name":"res/animator/m3_elevated_chip_state_list_anim.xml","size":1072,"crc":-205931598},{"key":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":9146360},{"key":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":1933175205},{"key":"res/animator/m3_extended_fab_hide_motion_spec.xml","name":"res/animator/m3_extended_fab_hide_motion_spec.xml","size":820,"crc":-645557844},{"key":"res/animator/m3_extended_fab_show_motion_spec.xml","name":"res/animator/m3_extended_fab_show_motion_spec.xml","size":820,"crc":1099594232},{"key":"res/animator/m3_extended_fab_state_list_animator.xml","name":"res/animator/m3_extended_fab_state_list_animator.xml","size":2724,"crc":-2130813808},{"key":"res/animator/mtrl_btn_state_list_anim.xml","name":"res/animator/mtrl_btn_state_list_anim.xml","size":2664,"crc":-2067133875},{"key":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","name":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","size":120,"crc":1914039208},{"key":"res/animator/mtrl_card_state_list_anim.xml","name":"res/animator/mtrl_card_state_list_anim.xml","size":1208,"crc":-1362518956},{"key":"res/animator/mtrl_chip_state_list_anim.xml","name":"res/animator/mtrl_chip_state_list_anim.xml","size":1072,"crc":-1015778968},{"key":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":2008345777},{"key":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":-721035817},{"key":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","name":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","size":608,"crc":-94850610},{"key":"res/animator/mtrl_extended_fab_show_motion_spec.xml","name":"res/animator/mtrl_extended_fab_show_motion_spec.xml","size":820,"crc":-982738060},{"key":"res/animator/mtrl_extended_fab_state_list_animator.xml","name":"res/animator/mtrl_extended_fab_state_list_animator.xml","size":2724,"crc":1889629513},{"key":"res/animator/mtrl_fab_hide_motion_spec.xml","name":"res/animator/mtrl_fab_hide_motion_spec.xml","size":796,"crc":441175936},{"key":"res/animator/mtrl_fab_show_motion_spec.xml","name":"res/animator/mtrl_fab_show_motion_spec.xml","size":796,"crc":-400989647},{"key":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","size":1888,"crc":1255551011},{"key":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","size":1888,"crc":-435920809},{"key":"res/color/abc_background_cache_hint_selector_material_dark.xml","name":"res/color/abc_background_cache_hint_selector_material_dark.xml","size":468,"crc":-1713959901},{"key":"res/color/abc_background_cache_hint_selector_material_light.xml","name":"res/color/abc_background_cache_hint_selector_material_light.xml","size":468,"crc":1089449890},{"key":"res/color-v23/abc_btn_colored_borderless_text_material.xml","name":"res/color-v23/abc_btn_colored_borderless_text_material.xml","size":500,"crc":-1460753322},{"key":"res/color-v23/abc_btn_colored_text_material.xml","name":"res/color-v23/abc_btn_colored_text_material.xml","size":500,"crc":2018759506},{"key":"res/color-v23/abc_color_highlight_material.xml","name":"res/color-v23/abc_color_highlight_material.xml","size":544,"crc":1397356690},{"key":"res/color/abc_hint_foreground_material_dark.xml","name":"res/color/abc_hint_foreground_material_dark.xml","size":564,"crc":-1333755562},{"key":"res/color/abc_hint_foreground_material_light.xml","name":"res/color/abc_hint_foreground_material_light.xml","size":564,"crc":-601319039},{"key":"res/color/abc_primary_text_disable_only_material_dark.xml","name":"res/color/abc_primary_text_disable_only_material_dark.xml","size":464,"crc":1683073253},{"key":"res/color/abc_primary_text_disable_only_material_light.xml","name":"res/color/abc_primary_text_disable_only_material_light.xml","size":464,"crc":-145827937},{"key":"res/color/abc_primary_text_material_dark.xml","name":"res/color/abc_primary_text_material_dark.xml","size":464,"crc":2062750097},{"key":"res/color/abc_primary_text_material_light.xml","name":"res/color/abc_primary_text_material_light.xml","size":464,"crc":-1959076498},{"key":"res/color/abc_search_url_text.xml","name":"res/color/abc_search_url_text.xml","size":588,"crc":-619409342},{"key":"res/color/abc_secondary_text_material_dark.xml","name":"res/color/abc_secondary_text_material_dark.xml","size":464,"crc":-1862743735},{"key":"res/color/abc_secondary_text_material_light.xml","name":"res/color/abc_secondary_text_material_light.xml","size":464,"crc":-1439596355},{"key":"res/color-v23/abc_tint_btn_checkable.xml","name":"res/color-v23/abc_tint_btn_checkable.xml","size":624,"crc":-1609100913},{"key":"res/color-v23/abc_tint_default.xml","name":"res/color-v23/abc_tint_default.xml","size":1120,"crc":-1296081916},{"key":"res/color-v23/abc_tint_edittext.xml","name":"res/color-v23/abc_tint_edittext.xml","size":668,"crc":96385002},{"key":"res/color-v23/abc_tint_seek_thumb.xml","name":"res/color-v23/abc_tint_seek_thumb.xml","size":500,"crc":1477228084},{"key":"res/color-v23/abc_tint_spinner.xml","name":"res/color-v23/abc_tint_spinner.xml","size":668,"crc":96385002},{"key":"res/color-v23/abc_tint_switch_track.xml","name":"res/color-v23/abc_tint_switch_track.xml","size":664,"crc":1019391317},{"key":"res/color/design_box_stroke_color.xml","name":"res/color/design_box_stroke_color.xml","size":712,"crc":-651904260},{"key":"res/color/design_error.xml","name":"res/color/design_error.xml","size":464,"crc":2074955379},{"key":"res/color/design_icon_tint.xml","name":"res/color/design_icon_tint.xml","size":376,"crc":-776008690},{"key":"res/color/m3_appbar_overlay_color.xml","name":"res/color/m3_appbar_overlay_color.xml","size":376,"crc":-1236428342},{"key":"res/color/m3_assist_chip_icon_tint_color.xml","name":"res/color/m3_assist_chip_icon_tint_color.xml","size":500,"crc":2128565507},{"key":"res/color/m3_assist_chip_stroke_color.xml","name":"res/color/m3_assist_chip_stroke_color.xml","size":872,"crc":-722061226},{"key":"res/color/m3_bottom_sheet_drag_handle_color.xml","name":"res/color/m3_bottom_sheet_drag_handle_color.xml","size":340,"crc":-750596536},{"key":"res/color/m3_button_background_color_selector.xml","name":"res/color/m3_button_background_color_selector.xml","size":500,"crc":1726251644},{"key":"res/color/m3_button_foreground_color_selector.xml","name":"res/color/m3_button_foreground_color_selector.xml","size":500,"crc":682213768},{"key":"res/color/m3_button_outline_color_selector.xml","name":"res/color/m3_button_outline_color_selector.xml","size":500,"crc":-740105290},{"key":"res/color/m3_button_ripple_color.xml","name":"res/color/m3_button_ripple_color.xml","size":808,"crc":-1734985271},{"key":"res/color/m3_button_ripple_color_selector.xml","name":"res/color/m3_button_ripple_color_selector.xml","size":808,"crc":1957837349},{"key":"res/color/m3_calendar_item_disabled_text.xml","name":"res/color/m3_calendar_item_disabled_text.xml","size":376,"crc":-1309816381},{"key":"res/color/m3_calendar_item_stroke_color.xml","name":"res/color/m3_calendar_item_stroke_color.xml","size":712,"crc":1131229183},{"key":"res/color/m3_card_foreground_color.xml","name":"res/color/m3_card_foreground_color.xml","size":768,"crc":1220506629},{"key":"res/color/m3_card_ripple_color.xml","name":"res/color/m3_card_ripple_color.xml","size":1556,"crc":889279114},{"key":"res/color/m3_card_stroke_color.xml","name":"res/color/m3_card_stroke_color.xml","size":1224,"crc":413489168},{"key":"res/color/m3_checkbox_button_icon_tint.xml","name":"res/color/m3_checkbox_button_icon_tint.xml","size":964,"crc":801563784},{"key":"res/color/m3_checkbox_button_tint.xml","name":"res/color/m3_checkbox_button_tint.xml","size":1000,"crc":1637209569},{"key":"res/color/m3_chip_assist_text_color.xml","name":"res/color/m3_chip_assist_text_color.xml","size":500,"crc":45545354},{"key":"res/color/m3_chip_background_color.xml","name":"res/color/m3_chip_background_color.xml","size":712,"crc":-1903101943},{"key":"res/color/m3_chip_ripple_color.xml","name":"res/color/m3_chip_ripple_color.xml","size":1556,"crc":-1151393233},{"key":"res/color/m3_chip_stroke_color.xml","name":"res/color/m3_chip_stroke_color.xml","size":872,"crc":-1690657330},{"key":"res/color/m3_chip_text_color.xml","name":"res/color/m3_chip_text_color.xml","size":624,"crc":-777045617},{"key":"res/color/m3_dark_default_color_primary_text.xml","name":"res/color/m3_dark_default_color_primary_text.xml","size":500,"crc":1210693381},{"key":"res/color/m3_dark_default_color_secondary_text.xml","name":"res/color/m3_dark_default_color_secondary_text.xml","size":500,"crc":-966064581},{"key":"res/color/m3_dark_highlighted_text.xml","name":"res/color/m3_dark_highlighted_text.xml","size":376,"crc":938393154},{"key":"res/color/m3_dark_hint_foreground.xml","name":"res/color/m3_dark_hint_foreground.xml","size":564,"crc":2020313929},{"key":"res/color/m3_dark_primary_text_disable_only.xml","name":"res/color/m3_dark_primary_text_disable_only.xml","size":500,"crc":241066667},{"key":"res/color/m3_default_color_primary_text.xml","name":"res/color/m3_default_color_primary_text.xml","size":500,"crc":-565933603},{"key":"res/color/m3_default_color_secondary_text.xml","name":"res/color/m3_default_color_secondary_text.xml","size":500,"crc":1342585059},{"key":"res/color/m3_efab_ripple_color_selector.xml","name":"res/color/m3_efab_ripple_color_selector.xml","size":808,"crc":-957973129},{"key":"res/color/m3_elevated_chip_background_color.xml","name":"res/color/m3_elevated_chip_background_color.xml","size":748,"crc":-849040297},{"key":"res/color/m3_fab_efab_background_color_selector.xml","name":"res/color/m3_fab_efab_background_color_selector.xml","size":500,"crc":1726251644},{"key":"res/color/m3_fab_efab_foreground_color_selector.xml","name":"res/color/m3_fab_efab_foreground_color_selector.xml","size":500,"crc":682213768},{"key":"res/color/m3_fab_ripple_color_selector.xml","name":"res/color/m3_fab_ripple_color_selector.xml","size":808,"crc":-1879230485},{"key":"res/color/m3_filled_icon_button_container_color_selector.xml","name":"res/color/m3_filled_icon_button_container_color_selector.xml","size":668,"crc":1022659043},{"key":"res/color/m3_highlighted_text.xml","name":"res/color/m3_highlighted_text.xml","size":376,"crc":-438638194},{"key":"res/color/m3_hint_foreground.xml","name":"res/color/m3_hint_foreground.xml","size":564,"crc":-793116504},{"key":"res/color/m3_icon_button_icon_color_selector.xml","name":"res/color/m3_icon_button_icon_color_selector.xml","size":668,"crc":1008400228},{"key":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","size":1196,"crc":-1448479168},{"key":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","size":1196,"crc":1081191553},{"key":"res/color/m3_navigation_bar_ripple_color_selector.xml","name":"res/color/m3_navigation_bar_ripple_color_selector.xml","size":1232,"crc":807965078},{"key":"res/color/m3_navigation_item_background_color.xml","name":"res/color/m3_navigation_item_background_color.xml","size":588,"crc":1359815850},{"key":"res/color/m3_navigation_item_icon_tint.xml","name":"res/color/m3_navigation_item_icon_tint.xml","size":1356,"crc":1389489816},{"key":"res/color/m3_navigation_item_ripple_color.xml","name":"res/color/m3_navigation_item_ripple_color.xml","size":1372,"crc":906748164},{"key":"res/color/m3_navigation_item_text_color.xml","name":"res/color/m3_navigation_item_text_color.xml","size":1356,"crc":-127997991},{"key":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","size":464,"crc":-244047061},{"key":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","size":464,"crc":1940956767},{"key":"res/color/m3_navigation_rail_ripple_color_selector.xml","name":"res/color/m3_navigation_rail_ripple_color_selector.xml","size":1232,"crc":-1539545813},{"key":"res/color/m3_popupmenu_overlay_color.xml","name":"res/color/m3_popupmenu_overlay_color.xml","size":376,"crc":-1783602015},{"key":"res/color/m3_primary_text_disable_only.xml","name":"res/color/m3_primary_text_disable_only.xml","size":500,"crc":-1741464461},{"key":"res/color/m3_radiobutton_button_tint.xml","name":"res/color/m3_radiobutton_button_tint.xml","size":1576,"crc":-1738754715},{"key":"res/color/m3_radiobutton_ripple_tint.xml","name":"res/color/m3_radiobutton_ripple_tint.xml","size":1372,"crc":-748803749},{"key":"res/color/m3_selection_control_ripple_color_selector.xml","name":"res/color/m3_selection_control_ripple_color_selector.xml","size":1372,"crc":1109254696},{"key":"res/color/m3_simple_item_ripple_color.xml","name":"res/color/m3_simple_item_ripple_color.xml","size":748,"crc":1025405049},{"key":"res/color/m3_slider_active_track_color.xml","name":"res/color/m3_slider_active_track_color.xml","size":500,"crc":-528710693},{"key":"res/color/m3_slider_active_track_color_legacy.xml","name":"res/color/m3_slider_active_track_color_legacy.xml","size":500,"crc":1140025508},{"key":"res/color/m3_slider_halo_color_legacy.xml","name":"res/color/m3_slider_halo_color_legacy.xml","size":500,"crc":-787469689},{"key":"res/color/m3_slider_inactive_track_color.xml","name":"res/color/m3_slider_inactive_track_color.xml","size":500,"crc":-940214241},{"key":"res/color/m3_slider_inactive_track_color_legacy.xml","name":"res/color/m3_slider_inactive_track_color_legacy.xml","size":500,"crc":-1685499200},{"key":"res/color/m3_slider_thumb_color.xml","name":"res/color/m3_slider_thumb_color.xml","size":500,"crc":-2095541747},{"key":"res/color/m3_slider_thumb_color_legacy.xml","name":"res/color/m3_slider_thumb_color_legacy.xml","size":500,"crc":-1337663044},{"key":"res/color/m3_switch_thumb_tint.xml","name":"res/color/m3_switch_thumb_tint.xml","size":588,"crc":-621884629},{"key":"res/color/m3_switch_track_tint.xml","name":"res/color/m3_switch_track_tint.xml","size":624,"crc":-2008097790},{"key":"res/color/m3_tabs_icon_color.xml","name":"res/color/m3_tabs_icon_color.xml","size":624,"crc":151398815},{"key":"res/color/m3_tabs_icon_color_secondary.xml","name":"res/color/m3_tabs_icon_color_secondary.xml","size":624,"crc":-266831878},{"key":"res/color/m3_tabs_ripple_color.xml","name":"res/color/m3_tabs_ripple_color.xml","size":1372,"crc":-1970515034},{"key":"res/color/m3_tabs_ripple_color_secondary.xml","name":"res/color/m3_tabs_ripple_color_secondary.xml","size":1372,"crc":-556345200},{"key":"res/color/m3_tabs_text_color.xml","name":"res/color/m3_tabs_text_color.xml","size":624,"crc":151398815},{"key":"res/color/m3_tabs_text_color_secondary.xml","name":"res/color/m3_tabs_text_color_secondary.xml","size":624,"crc":-266831878},{"key":"res/color/m3_text_button_background_color_selector.xml","name":"res/color/m3_text_button_background_color_selector.xml","size":508,"crc":-58113597},{"key":"res/color/m3_text_button_foreground_color_selector.xml","name":"res/color/m3_text_button_foreground_color_selector.xml","size":748,"crc":123905032},{"key":"res/color/m3_text_button_ripple_color_selector.xml","name":"res/color/m3_text_button_ripple_color_selector.xml","size":1936,"crc":1434097270},{"key":"res/color/m3_textfield_filled_background_color.xml","name":"res/color/m3_textfield_filled_background_color.xml","size":500,"crc":1794188016},{"key":"res/color/m3_textfield_indicator_text_color.xml","name":"res/color/m3_textfield_indicator_text_color.xml","size":872,"crc":-2039673703},{"key":"res/color/m3_textfield_input_text_color.xml","name":"res/color/m3_textfield_input_text_color.xml","size":748,"crc":1288565789},{"key":"res/color/m3_textfield_label_color.xml","name":"res/color/m3_textfield_label_color.xml","size":624,"crc":-1227271589},{"key":"res/color/m3_textfield_stroke_color.xml","name":"res/color/m3_textfield_stroke_color.xml","size":748,"crc":-1540211821},{"key":"res/color/m3_timepicker_button_background_color.xml","name":"res/color/m3_timepicker_button_background_color.xml","size":528,"crc":-321729268},{"key":"res/color/m3_timepicker_button_ripple_color.xml","name":"res/color/m3_timepicker_button_ripple_color.xml","size":1536,"crc":1349183894},{"key":"res/color/m3_timepicker_button_text_color.xml","name":"res/color/m3_timepicker_button_text_color.xml","size":768,"crc":-2085209301},{"key":"res/color/m3_timepicker_clock_text_color.xml","name":"res/color/m3_timepicker_clock_text_color.xml","size":464,"crc":281982518},{"key":"res/color/m3_timepicker_display_background_color.xml","name":"res/color/m3_timepicker_display_background_color.xml","size":464,"crc":-432977819},{"key":"res/color/m3_timepicker_display_ripple_color.xml","name":"res/color/m3_timepicker_display_ripple_color.xml","size":1372,"crc":-1234365543},{"key":"res/color/m3_timepicker_display_text_color.xml","name":"res/color/m3_timepicker_display_text_color.xml","size":624,"crc":1967972432},{"key":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","name":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","size":808,"crc":-591461827},{"key":"res/color/m3_timepicker_secondary_text_button_text_color.xml","name":"res/color/m3_timepicker_secondary_text_button_text_color.xml","size":500,"crc":-2059333593},{"key":"res/color/m3_timepicker_time_input_stroke_color.xml","name":"res/color/m3_timepicker_time_input_stroke_color.xml","size":464,"crc":-765735136},{"key":"res/color/m3_tonal_button_ripple_color_selector.xml","name":"res/color/m3_tonal_button_ripple_color_selector.xml","size":808,"crc":1957837349},{"key":"res/color/material_cursor_color.xml","name":"res/color/material_cursor_color.xml","size":340,"crc":1536521346},{"key":"res/color/material_divider_color.xml","name":"res/color/material_divider_color.xml","size":376,"crc":-2014624564},{"key":"res/color/material_on_background_disabled.xml","name":"res/color/material_on_background_disabled.xml","size":376,"crc":372295706},{"key":"res/color/material_on_background_emphasis_high_type.xml","name":"res/color/material_on_background_emphasis_high_type.xml","size":376,"crc":-2057477604},{"key":"res/color/material_on_background_emphasis_medium.xml","name":"res/color/material_on_background_emphasis_medium.xml","size":376,"crc":-856967393},{"key":"res/color/material_on_primary_disabled.xml","name":"res/color/material_on_primary_disabled.xml","size":376,"crc":2113056681},{"key":"res/color/material_on_primary_emphasis_high_type.xml","name":"res/color/material_on_primary_emphasis_high_type.xml","size":376,"crc":-291568209},{"key":"res/color/material_on_primary_emphasis_medium.xml","name":"res/color/material_on_primary_emphasis_medium.xml","size":376,"crc":-1490431828},{"key":"res/color/material_on_surface_disabled.xml","name":"res/color/material_on_surface_disabled.xml","size":376,"crc":-1995878661},{"key":"res/color/material_on_surface_emphasis_high_type.xml","name":"res/color/material_on_surface_emphasis_high_type.xml","size":376,"crc":442819837},{"key":"res/color/material_on_surface_emphasis_medium.xml","name":"res/color/material_on_surface_emphasis_medium.xml","size":376,"crc":1406284286},{"key":"res/color/material_on_surface_stroke.xml","name":"res/color/material_on_surface_stroke.xml","size":376,"crc":-856617942},{"key":"res/color/material_personalized__highlighted_text.xml","name":"res/color/material_personalized__highlighted_text.xml","size":376,"crc":-1986825508},{"key":"res/color/material_personalized__highlighted_text_inverse.xml","name":"res/color/material_personalized__highlighted_text_inverse.xml","size":376,"crc":-174798996},{"key":"res/color/material_personalized_color_primary_text.xml","name":"res/color/material_personalized_color_primary_text.xml","size":500,"crc":-608795924},{"key":"res/color/material_personalized_color_primary_text_inverse.xml","name":"res/color/material_personalized_color_primary_text_inverse.xml","size":500,"crc":-1377775704},{"key":"res/color/material_personalized_color_secondary_text.xml","name":"res/color/material_personalized_color_secondary_text.xml","size":500,"crc":474146513},{"key":"res/color/material_personalized_color_secondary_text_inverse.xml","name":"res/color/material_personalized_color_secondary_text_inverse.xml","size":500,"crc":1046369494},{"key":"res/color/material_personalized_hint_foreground.xml","name":"res/color/material_personalized_hint_foreground.xml","size":564,"crc":1936305706},{"key":"res/color/material_personalized_hint_foreground_inverse.xml","name":"res/color/material_personalized_hint_foreground_inverse.xml","size":564,"crc":-330125677},{"key":"res/color/material_personalized_primary_inverse_text_disable_only.xml","name":"res/color/material_personalized_primary_inverse_text_disable_only.xml","size":500,"crc":-1943467300},{"key":"res/color/material_personalized_primary_text_disable_only.xml","name":"res/color/material_personalized_primary_text_disable_only.xml","size":500,"crc":-1648273598},{"key":"res/color/material_slider_active_tick_marks_color.xml","name":"res/color/material_slider_active_tick_marks_color.xml","size":520,"crc":331888094},{"key":"res/color/material_slider_active_track_color.xml","name":"res/color/material_slider_active_track_color.xml","size":500,"crc":797227651},{"key":"res/color/material_slider_halo_color.xml","name":"res/color/material_slider_halo_color.xml","size":500,"crc":273613515},{"key":"res/color/material_slider_inactive_tick_marks_color.xml","name":"res/color/material_slider_inactive_tick_marks_color.xml","size":520,"crc":-519003067},{"key":"res/color/material_slider_inactive_track_color.xml","name":"res/color/material_slider_inactive_track_color.xml","size":520,"crc":750623005},{"key":"res/color/material_slider_thumb_color.xml","name":"res/color/material_slider_thumb_color.xml","size":500,"crc":641577093},{"key":"res/color/material_timepicker_button_background.xml","name":"res/color/material_timepicker_button_background.xml","size":500,"crc":-851065042},{"key":"res/color/material_timepicker_button_stroke.xml","name":"res/color/material_timepicker_button_stroke.xml","size":376,"crc":1407453259},{"key":"res/color/material_timepicker_clock_text_color.xml","name":"res/color/material_timepicker_clock_text_color.xml","size":464,"crc":-437484348},{"key":"res/color/material_timepicker_clockface.xml","name":"res/color/material_timepicker_clockface.xml","size":376,"crc":2024600297},{"key":"res/color/material_timepicker_modebutton_tint.xml","name":"res/color/material_timepicker_modebutton_tint.xml","size":376,"crc":-830372211},{"key":"res/color/mtrl_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_bg_color_selector.xml","size":500,"crc":-1708023477},{"key":"res/color/mtrl_btn_ripple_color.xml","name":"res/color/mtrl_btn_ripple_color.xml","size":948,"crc":-312367425},{"key":"res/color/mtrl_btn_stroke_color_selector.xml","name":"res/color/mtrl_btn_stroke_color_selector.xml","size":520,"crc":1876692921},{"key":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","size":520,"crc":-683599551},{"key":"res/color/mtrl_btn_text_btn_ripple_color.xml","name":"res/color/mtrl_btn_text_btn_ripple_color.xml","size":948,"crc":2121957785},{"key":"res/color/mtrl_btn_text_color_selector.xml","name":"res/color/mtrl_btn_text_color_selector.xml","size":500,"crc":870762024},{"key":"res/color/mtrl_calendar_item_stroke_color.xml","name":"res/color/mtrl_calendar_item_stroke_color.xml","size":808,"crc":1022292907},{"key":"res/color/mtrl_calendar_selected_range.xml","name":"res/color/mtrl_calendar_selected_range.xml","size":376,"crc":-1955702031},{"key":"res/color/mtrl_card_view_foreground.xml","name":"res/color/mtrl_card_view_foreground.xml","size":788,"crc":421201892},{"key":"res/color/mtrl_card_view_ripple.xml","name":"res/color/mtrl_card_view_ripple.xml","size":768,"crc":-833447245},{"key":"res/color/mtrl_chip_background_color.xml","name":"res/color/mtrl_chip_background_color.xml","size":848,"crc":1260482461},{"key":"res/color/mtrl_chip_close_icon_tint.xml","name":"res/color/mtrl_chip_close_icon_tint.xml","size":1092,"crc":-1773812525},{"key":"res/color/mtrl_chip_surface_color.xml","name":"res/color/mtrl_chip_surface_color.xml","size":340,"crc":-1122586702},{"key":"res/color/mtrl_chip_text_color.xml","name":"res/color/mtrl_chip_text_color.xml","size":520,"crc":-1756846233},{"key":"res/color/mtrl_choice_chip_background_color.xml","name":"res/color/mtrl_choice_chip_background_color.xml","size":848,"crc":543503167},{"key":"res/color/mtrl_choice_chip_ripple_color.xml","name":"res/color/mtrl_choice_chip_ripple_color.xml","size":948,"crc":-268104015},{"key":"res/color/mtrl_choice_chip_text_color.xml","name":"res/color/mtrl_choice_chip_text_color.xml","size":808,"crc":-415825637},{"key":"res/color/mtrl_error.xml","name":"res/color/mtrl_error.xml","size":464,"crc":131341378},{"key":"res/color/mtrl_fab_bg_color_selector.xml","name":"res/color/mtrl_fab_bg_color_selector.xml","size":500,"crc":662645088},{"key":"res/color/mtrl_fab_icon_text_color_selector.xml","name":"res/color/mtrl_fab_icon_text_color_selector.xml","size":500,"crc":1859506682},{"key":"res/color/mtrl_fab_ripple_color.xml","name":"res/color/mtrl_fab_ripple_color.xml","size":948,"crc":-526978578},{"key":"res/color/mtrl_filled_background_color.xml","name":"res/color/mtrl_filled_background_color.xml","size":808,"crc":-474150317},{"key":"res/color/mtrl_filled_icon_tint.xml","name":"res/color/mtrl_filled_icon_tint.xml","size":644,"crc":-247015367},{"key":"res/color/mtrl_filled_stroke_color.xml","name":"res/color/mtrl_filled_stroke_color.xml","size":788,"crc":-979397661},{"key":"res/color/mtrl_indicator_text_color.xml","name":"res/color/mtrl_indicator_text_color.xml","size":520,"crc":1660196578},{"key":"res/color/mtrl_navigation_bar_colored_item_tint.xml","name":"res/color/mtrl_navigation_bar_colored_item_tint.xml","size":520,"crc":-1594813157},{"key":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","name":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","size":948,"crc":-1788967701},{"key":"res/color/mtrl_navigation_bar_item_tint.xml","name":"res/color/mtrl_navigation_bar_item_tint.xml","size":520,"crc":1378452608},{"key":"res/color/mtrl_navigation_bar_ripple_color.xml","name":"res/color/mtrl_navigation_bar_ripple_color.xml","size":1672,"crc":-257438294},{"key":"res/color/mtrl_navigation_item_background_color.xml","name":"res/color/mtrl_navigation_item_background_color.xml","size":644,"crc":1035829003},{"key":"res/color/mtrl_navigation_item_icon_tint.xml","name":"res/color/mtrl_navigation_item_icon_tint.xml","size":624,"crc":588182783},{"key":"res/color/mtrl_navigation_item_text_color.xml","name":"res/color/mtrl_navigation_item_text_color.xml","size":624,"crc":588182783},{"key":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","name":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","size":500,"crc":849985132},{"key":"res/color/mtrl_on_surface_ripple_color.xml","name":"res/color/mtrl_on_surface_ripple_color.xml","size":808,"crc":-1622524432},{"key":"res/color/mtrl_outlined_icon_tint.xml","name":"res/color/mtrl_outlined_icon_tint.xml","size":644,"crc":-674757422},{"key":"res/color/mtrl_outlined_stroke_color.xml","name":"res/color/mtrl_outlined_stroke_color.xml","size":788,"crc":1770313960},{"key":"res/color/mtrl_popupmenu_overlay_color.xml","name":"res/color/mtrl_popupmenu_overlay_color.xml","size":376,"crc":1314264905},{"key":"res/color/mtrl_switch_thumb_icon_tint.xml","name":"res/color/mtrl_switch_thumb_icon_tint.xml","size":1236,"crc":383704897},{"key":"res/color/mtrl_switch_thumb_tint.xml","name":"res/color/mtrl_switch_thumb_tint.xml","size":1028,"crc":-130330762},{"key":"res/color/mtrl_switch_track_decoration_tint.xml","name":"res/color/mtrl_switch_track_decoration_tint.xml","size":624,"crc":313297016},{"key":"res/color/mtrl_switch_track_tint.xml","name":"res/color/mtrl_switch_track_tint.xml","size":1236,"crc":1333707594},{"key":"res/color/mtrl_tabs_colored_ripple_color.xml","name":"res/color/mtrl_tabs_colored_ripple_color.xml","size":948,"crc":-1788967701},{"key":"res/color/mtrl_tabs_icon_color_selector.xml","name":"res/color/mtrl_tabs_icon_color_selector.xml","size":500,"crc":-83533771},{"key":"res/color/mtrl_tabs_icon_color_selector_colored.xml","name":"res/color/mtrl_tabs_icon_color_selector_colored.xml","size":500,"crc":438695882},{"key":"res/color/mtrl_tabs_legacy_text_color_selector.xml","name":"res/color/mtrl_tabs_legacy_text_color_selector.xml","size":464,"crc":301181175},{"key":"res/color/mtrl_tabs_ripple_color.xml","name":"res/color/mtrl_tabs_ripple_color.xml","size":1672,"crc":-257438294},{"key":"res/color/mtrl_text_btn_text_color_selector.xml","name":"res/color/mtrl_text_btn_text_color_selector.xml","size":888,"crc":-252696695},{"key":"res/color/switch_thumb_material_dark.xml","name":"res/color/switch_thumb_material_dark.xml","size":464,"crc":1698257669},{"key":"res/color/switch_thumb_material_light.xml","name":"res/color/switch_thumb_material_light.xml","size":464,"crc":1989789662},{"key":"res/color-night-v8/material_timepicker_button_stroke.xml","name":"res/color-night-v8/material_timepicker_button_stroke.xml","size":376,"crc":1895636452},{"key":"res/color-night-v8/material_timepicker_clockface.xml","name":"res/color-night-v8/material_timepicker_clockface.xml","size":376,"crc":-2014624564},{"key":"res/color-night-v8/material_timepicker_modebutton_tint.xml","name":"res/color-night-v8/material_timepicker_modebutton_tint.xml","size":340,"crc":1076847694},{"key":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","size":500,"crc":1431700367},{"key":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","size":500,"crc":-619400527},{"key":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","name":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","size":376,"crc":-2144057254},{"key":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","name":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","size":564,"crc":952695224},{"key":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","size":500,"crc":320984609},{"key":"res/color-v31/m3_dynamic_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_default_color_primary_text.xml","size":500,"crc":-1863884942},{"key":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","size":500,"crc":514190924},{"key":"res/color-v31/m3_dynamic_highlighted_text.xml","name":"res/color-v31/m3_dynamic_highlighted_text.xml","size":376,"crc":71079562},{"key":"res/color-v31/m3_dynamic_hint_foreground.xml","name":"res/color-v31/m3_dynamic_hint_foreground.xml","size":564,"crc":-2123990402},{"key":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","size":500,"crc":-695170340},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","size":376,"crc":-263691429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","size":376,"crc":207538851},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","size":376,"crc":1896790006},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","size":376,"crc":-1951511204},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","size":376,"crc":-1406565007},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","size":376,"crc":2086801746},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","size":376,"crc":1960127704},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","size":376,"crc":-443529607},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","size":376,"crc":-833761385},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","size":376,"crc":1217113871},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","size":376,"crc":1666590433},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","size":376,"crc":-38774044},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","size":376,"crc":27718428},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","size":376,"crc":2096533065},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","size":376,"crc":-2041154333},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","size":376,"crc":-1580090162},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","size":376,"crc":1905928429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","size":376,"crc":2032997735},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","size":376,"crc":-395804730},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","size":376,"crc":-1011485144},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","size":376,"crc":1165203120},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","size":376,"crc":1856905054},{"key":"res/drawable/$avd_hide_password__0.xml","name":"res/drawable/$avd_hide_password__0.xml","size":1176,"crc":934209275},{"key":"res/drawable/$avd_hide_password__1.xml","name":"res/drawable/$avd_hide_password__1.xml","size":592,"crc":-295558732},{"key":"res/drawable/$avd_hide_password__2.xml","name":"res/drawable/$avd_hide_password__2.xml","size":556,"crc":-1197872651},{"key":"res/drawable/$avd_show_password__0.xml","name":"res/drawable/$avd_show_password__0.xml","size":1136,"crc":-1501321840},{"key":"res/drawable/$avd_show_password__1.xml","name":"res/drawable/$avd_show_password__1.xml","size":592,"crc":-681504253},{"key":"res/drawable/$avd_show_password__2.xml","name":"res/drawable/$avd_show_password__2.xml","size":556,"crc":-579574734},{"key":"res/drawable/$ic_launcher_foreground__0.xml","name":"res/drawable/$ic_launcher_foreground__0.xml","size":788,"crc":486164930},{"key":"res/drawable/$m3_avd_hide_password__0.xml","name":"res/drawable/$m3_avd_hide_password__0.xml","size":1176,"crc":934209275},{"key":"res/drawable/$m3_avd_hide_password__1.xml","name":"res/drawable/$m3_avd_hide_password__1.xml","size":592,"crc":-1776756243},{"key":"res/drawable/$m3_avd_hide_password__2.xml","name":"res/drawable/$m3_avd_hide_password__2.xml","size":556,"crc":715877105},{"key":"res/drawable/$m3_avd_show_password__0.xml","name":"res/drawable/$m3_avd_show_password__0.xml","size":1136,"crc":-1501321840},{"key":"res/drawable/$m3_avd_show_password__1.xml","name":"res/drawable/$m3_avd_show_password__1.xml","size":592,"crc":-1107146284},{"key":"res/drawable/$m3_avd_show_password__2.xml","name":"res/drawable/$m3_avd_show_password__2.xml","size":556,"crc":2033366286},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","size":592,"crc":757205745},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","size":592,"crc":-1863137598},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","size":592,"crc":-799094628},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","size":592,"crc":-1438139172},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","size":592,"crc":757205745},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","size":592,"crc":-1863137598},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","size":592,"crc":-799094628},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","size":592,"crc":-671800840},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","size":592,"crc":757205745},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","size":592,"crc":-1863137598},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","size":592,"crc":-799094628},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","size":592,"crc":-1334085332},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","size":592,"crc":229356831},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","size":596,"crc":-186234950},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","size":592,"crc":-1334085332},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","size":592,"crc":229356831},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","size":592,"crc":-1068660334},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","size":592,"crc":-1334085332},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","size":592,"crc":229356831},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","size":592,"crc":-1068660334},{"key":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","size":592,"crc":142485165},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","size":548,"crc":-1750284368},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","size":592,"crc":-791931539},{"key":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","size":592,"crc":232918592},{"key":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","size":592,"crc":597384766},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","size":548,"crc":884909907},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","size":592,"crc":-1461285880},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","size":592,"crc":320036786},{"key":"res/drawable/_025_reefscape_transparent_background.png","name":"res/drawable/_025_reefscape_transparent_background.png","size":33567,"crc":-279650656},{"key":"res/drawable/_025_reefscape_transparent_background_blue.webp","name":"res/drawable/_025_reefscape_transparent_background_blue.webp","size":15476,"crc":385205449},{"key":"res/drawable-v21/abc_action_bar_item_background_material.xml","name":"res/drawable-v21/abc_action_bar_item_background_material.xml","size":264,"crc":893712625},{"key":"res/drawable/abc_btn_borderless_material.xml","name":"res/drawable/abc_btn_borderless_material.xml","size":588,"crc":-858579400},{"key":"res/drawable/abc_btn_check_material.xml","name":"res/drawable/abc_btn_check_material.xml","size":464,"crc":1719978087},{"key":"res/drawable/abc_btn_check_material_anim.xml","name":"res/drawable/abc_btn_check_material_anim.xml","size":816,"crc":1272180170},{"key":"res/drawable-v21/abc_btn_colored_material.xml","name":"res/drawable-v21/abc_btn_colored_material.xml","size":1716,"crc":588475328},{"key":"res/drawable/abc_btn_default_mtrl_shape.xml","name":"res/drawable/abc_btn_default_mtrl_shape.xml","size":932,"crc":-18827542},{"key":"res/drawable/abc_btn_radio_material.xml","name":"res/drawable/abc_btn_radio_material.xml","size":464,"crc":-1171929095},{"key":"res/drawable/abc_btn_radio_material_anim.xml","name":"res/drawable/abc_btn_radio_material_anim.xml","size":816,"crc":97884809},{"key":"res/drawable/abc_cab_background_internal_bg.xml","name":"res/drawable/abc_cab_background_internal_bg.xml","size":372,"crc":-693425677},{"key":"res/drawable/abc_cab_background_top_material.xml","name":"res/drawable/abc_cab_background_top_material.xml","size":336,"crc":-1512034296},{"key":"res/drawable-v23/abc_control_background_material.xml","name":"res/drawable-v23/abc_control_background_material.xml","size":304,"crc":-249824542},{"key":"res/drawable-v21/abc_dialog_material_background.xml","name":"res/drawable-v21/abc_dialog_material_background.xml","size":716,"crc":-1170762806},{"key":"res/drawable-v21/abc_edit_text_material.xml","name":"res/drawable-v21/abc_edit_text_material.xml","size":1172,"crc":993491897},{"key":"res/drawable/abc_ic_ab_back_material.xml","name":"res/drawable/abc_ic_ab_back_material.xml","size":692,"crc":218966422},{"key":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","name":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","size":1000,"crc":956375317},{"key":"res/drawable/abc_ic_clear_material.xml","name":"res/drawable/abc_ic_clear_material.xml","size":684,"crc":-1324868146},{"key":"res/drawable/abc_ic_go_search_api_material.xml","name":"res/drawable/abc_ic_go_search_api_material.xml","size":640,"crc":-726516068},{"key":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","size":756,"crc":141324321},{"key":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","size":1096,"crc":459529817},{"key":"res/drawable/abc_ic_menu_overflow_material.xml","name":"res/drawable/abc_ic_menu_overflow_material.xml","size":792,"crc":-372328589},{"key":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","size":796,"crc":1534258133},{"key":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","size":920,"crc":1929046294},{"key":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","size":980,"crc":547834227},{"key":"res/drawable/abc_ic_search_api_material.xml","name":"res/drawable/abc_ic_search_api_material.xml","size":812,"crc":-2108759519},{"key":"res/drawable/abc_ic_voice_search_api_material.xml","name":"res/drawable/abc_ic_voice_search_api_material.xml","size":828,"crc":923742343},{"key":"res/drawable/abc_item_background_holo_dark.xml","name":"res/drawable/abc_item_background_holo_dark.xml","size":1012,"crc":-2141616425},{"key":"res/drawable/abc_item_background_holo_light.xml","name":"res/drawable/abc_item_background_holo_light.xml","size":1012,"crc":1307242815},{"key":"res/drawable-v21/abc_list_divider_material.xml","name":"res/drawable-v21/abc_list_divider_material.xml","size":516,"crc":-2096256569},{"key":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","name":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","size":424,"crc":201650067},{"key":"res/drawable/abc_list_selector_background_transition_holo_light.xml","name":"res/drawable/abc_list_selector_background_transition_holo_light.xml","size":424,"crc":1586857039},{"key":"res/drawable/abc_list_selector_holo_dark.xml","name":"res/drawable/abc_list_selector_holo_dark.xml","size":1064,"crc":-1276987821},{"key":"res/drawable/abc_list_selector_holo_light.xml","name":"res/drawable/abc_list_selector_holo_light.xml","size":1064,"crc":-1719906455},{"key":"res/drawable/abc_ratingbar_indicator_material.xml","name":"res/drawable/abc_ratingbar_indicator_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_material.xml","name":"res/drawable/abc_ratingbar_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_small_material.xml","name":"res/drawable/abc_ratingbar_small_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_seekbar_thumb_material.xml","name":"res/drawable/abc_seekbar_thumb_material.xml","size":1100,"crc":-1509040892},{"key":"res/drawable/abc_seekbar_tick_mark_material.xml","name":"res/drawable/abc_seekbar_tick_mark_material.xml","size":516,"crc":1781499921},{"key":"res/drawable/abc_seekbar_track_material.xml","name":"res/drawable/abc_seekbar_track_material.xml","size":1408,"crc":-1848779648},{"key":"res/drawable/abc_spinner_textfield_background_material.xml","name":"res/drawable/abc_spinner_textfield_background_material.xml","size":1160,"crc":-986746191},{"key":"res/drawable/abc_star_black_48dp.xml","name":"res/drawable/abc_star_black_48dp.xml","size":640,"crc":1103021236},{"key":"res/drawable/abc_star_half_black_48dp.xml","name":"res/drawable/abc_star_half_black_48dp.xml","size":600,"crc":-1411498920},{"key":"res/drawable/abc_switch_thumb_material.xml","name":"res/drawable/abc_switch_thumb_material.xml","size":464,"crc":626599473},{"key":"res/drawable/abc_tab_indicator_material.xml","name":"res/drawable/abc_tab_indicator_material.xml","size":468,"crc":-467277717},{"key":"res/drawable/abc_text_cursor_material.xml","name":"res/drawable/abc_text_cursor_material.xml","size":516,"crc":46912569},{"key":"res/drawable/abc_textfield_search_material.xml","name":"res/drawable/abc_textfield_search_material.xml","size":756,"crc":-32529571},{"key":"res/drawable/abc_vector_test.xml","name":"res/drawable/abc_vector_test.xml","size":612,"crc":-1414823522},{"key":"res/drawable/avd_hide_password.xml","name":"res/drawable/avd_hide_password.xml","size":660,"crc":-707945550},{"key":"res/drawable/avd_show_password.xml","name":"res/drawable/avd_show_password.xml","size":660,"crc":1739150367},{"key":"res/drawable/btn_checkbox_checked_mtrl.xml","name":"res/drawable/btn_checkbox_checked_mtrl.xml","size":2688,"crc":-929037891},{"key":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","size":688,"crc":303086852},{"key":"res/drawable/btn_checkbox_unchecked_mtrl.xml","name":"res/drawable/btn_checkbox_unchecked_mtrl.xml","size":2660,"crc":1605872269},{"key":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","size":688,"crc":-1234897586},{"key":"res/drawable/btn_radio_off_mtrl.xml","name":"res/drawable/btn_radio_off_mtrl.xml","size":1728,"crc":1230695815},{"key":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","name":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","size":680,"crc":-1105954029},{"key":"res/drawable/btn_radio_on_mtrl.xml","name":"res/drawable/btn_radio_on_mtrl.xml","size":1656,"crc":-1785735633},{"key":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","name":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","size":680,"crc":-1526628459},{"key":"res/drawable/design_fab_background.xml","name":"res/drawable/design_fab_background.xml","size":372,"crc":522588254},{"key":"res/drawable/design_ic_visibility.xml","name":"res/drawable/design_ic_visibility.xml","size":540,"crc":808108338},{"key":"res/drawable/design_ic_visibility_off.xml","name":"res/drawable/design_ic_visibility_off.xml","size":1144,"crc":-1859213009},{"key":"res/drawable/design_password_eye.xml","name":"res/drawable/design_password_eye.xml","size":816,"crc":-935347514},{"key":"res/drawable/design_snackbar_background.xml","name":"res/drawable/design_snackbar_background.xml","size":484,"crc":-774785355},{"key":"res/drawable/ic_arrow_back_black_24.xml","name":"res/drawable/ic_arrow_back_black_24.xml","size":612,"crc":1298099340},{"key":"res/drawable/ic_clear_black_24.xml","name":"res/drawable/ic_clear_black_24.xml","size":684,"crc":1882671335},{"key":"res/drawable/ic_clock_black_24dp.xml","name":"res/drawable/ic_clock_black_24dp.xml","size":752,"crc":-1073021850},{"key":"res/drawable/ic_keyboard_black_24dp.xml","name":"res/drawable/ic_keyboard_black_24dp.xml","size":852,"crc":173715929},{"key":"res/drawable/ic_launcher_background.xml","name":"res/drawable/ic_launcher_background.xml","size":5696,"crc":-309232214},{"key":"res/drawable/ic_launcher_foreground.xml","name":"res/drawable/ic_launcher_foreground.xml","size":1572,"crc":-70440720},{"key":"res/drawable/ic_m3_chip_check.xml","name":"res/drawable/ic_m3_chip_check.xml","size":704,"crc":-1349599950},{"key":"res/drawable/ic_m3_chip_checked_circle.xml","name":"res/drawable/ic_m3_chip_checked_circle.xml","size":900,"crc":-1453588510},{"key":"res/drawable/ic_m3_chip_close.xml","name":"res/drawable/ic_m3_chip_close.xml","size":648,"crc":1348968016},{"key":"res/drawable/ic_mtrl_checked_circle.xml","name":"res/drawable/ic_mtrl_checked_circle.xml","size":672,"crc":-943865253},{"key":"res/drawable/ic_mtrl_chip_checked_black.xml","name":"res/drawable/ic_mtrl_chip_checked_black.xml","size":600,"crc":1633852816},{"key":"res/drawable/ic_mtrl_chip_checked_circle.xml","name":"res/drawable/ic_mtrl_chip_checked_circle.xml","size":940,"crc":1250486260},{"key":"res/drawable/ic_mtrl_chip_close_circle.xml","name":"res/drawable/ic_mtrl_chip_close_circle.xml","size":808,"crc":-160089038},{"key":"res/drawable/ic_search_black_24.xml","name":"res/drawable/ic_search_black_24.xml","size":800,"crc":-1571083540},{"key":"res/drawable/indeterminate_static.xml","name":"res/drawable/indeterminate_static.xml","size":828,"crc":23194701},{"key":"res/drawable/loop.png","name":"res/drawable/loop.png","size":43687,"crc":1326479852},{"key":"res/drawable/m3_avd_hide_password.xml","name":"res/drawable/m3_avd_hide_password.xml","size":660,"crc":-824482052},{"key":"res/drawable/m3_avd_show_password.xml","name":"res/drawable/m3_avd_show_password.xml","size":660,"crc":-226144566},{"key":"res/drawable/m3_bottom_sheet_drag_handle.xml","name":"res/drawable/m3_bottom_sheet_drag_handle.xml","size":628,"crc":149697239},{"key":"res/drawable/m3_password_eye.xml","name":"res/drawable/m3_password_eye.xml","size":816,"crc":-709708636},{"key":"res/drawable/m3_popupmenu_background_overlay.xml","name":"res/drawable/m3_popupmenu_background_overlay.xml","size":740,"crc":-1843656873},{"key":"res/drawable-v23/m3_radiobutton_ripple.xml","name":"res/drawable-v23/m3_radiobutton_ripple.xml","size":304,"crc":2070869087},{"key":"res/drawable-v23/m3_selection_control_ripple.xml","name":"res/drawable-v23/m3_selection_control_ripple.xml","size":304,"crc":-243455463},{"key":"res/drawable-v23/m3_tabs_background.xml","name":"res/drawable-v23/m3_tabs_background.xml","size":868,"crc":237658757},{"key":"res/drawable/m3_tabs_line_indicator.xml","name":"res/drawable/m3_tabs_line_indicator.xml","size":480,"crc":803729765},{"key":"res/drawable/m3_tabs_rounded_line_indicator.xml","name":"res/drawable/m3_tabs_rounded_line_indicator.xml","size":956,"crc":-2140863045},{"key":"res/drawable-v23/m3_tabs_transparent_background.xml","name":"res/drawable-v23/m3_tabs_transparent_background.xml","size":632,"crc":248929617},{"key":"res/drawable-v21/material_cursor_drawable.xml","name":"res/drawable-v21/material_cursor_drawable.xml","size":588,"crc":1743570366},{"key":"res/drawable/material_ic_calendar_black_24dp.xml","name":"res/drawable/material_ic_calendar_black_24dp.xml","size":696,"crc":1880928615},{"key":"res/drawable/material_ic_clear_black_24dp.xml","name":"res/drawable/material_ic_clear_black_24dp.xml","size":752,"crc":2137394315},{"key":"res/drawable/material_ic_edit_black_24dp.xml","name":"res/drawable/material_ic_edit_black_24dp.xml","size":716,"crc":604732683},{"key":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","size":712,"crc":-484329892},{"key":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","size":700,"crc":-1345623571},{"key":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","size":648,"crc":1326784656},{"key":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","size":648,"crc":-796709783},{"key":"res/drawable/mtrl_bottomsheet_drag_handle.xml","name":"res/drawable/mtrl_bottomsheet_drag_handle.xml","size":628,"crc":-1199591059},{"key":"res/drawable/mtrl_checkbox_button.xml","name":"res/drawable/mtrl_checkbox_button.xml","size":1332,"crc":1305218411},{"key":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","size":724,"crc":-821361869},{"key":"res/drawable/mtrl_checkbox_button_icon.xml","name":"res/drawable/mtrl_checkbox_button_icon.xml","size":1572,"crc":-907058115},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","size":524,"crc":-1886018305},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","size":724,"crc":249152539},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","size":524,"crc":-1932855340},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","size":724,"crc":-1509386639},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","size":724,"crc":-411456850},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","size":724,"crc":233890181},{"key":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","size":724,"crc":1828131472},{"key":"res/drawable/mtrl_dialog_background.xml","name":"res/drawable/mtrl_dialog_background.xml","size":716,"crc":-1615063118},{"key":"res/drawable/mtrl_dropdown_arrow.xml","name":"res/drawable/mtrl_dropdown_arrow.xml","size":464,"crc":-1471646498},{"key":"res/drawable/mtrl_ic_arrow_drop_down.xml","name":"res/drawable/mtrl_ic_arrow_drop_down.xml","size":564,"crc":1573648397},{"key":"res/drawable/mtrl_ic_arrow_drop_up.xml","name":"res/drawable/mtrl_ic_arrow_drop_up.xml","size":564,"crc":-1957332043},{"key":"res/drawable/mtrl_ic_cancel.xml","name":"res/drawable/mtrl_ic_cancel.xml","size":724,"crc":-1697437044},{"key":"res/drawable/mtrl_ic_check_mark.xml","name":"res/drawable/mtrl_ic_check_mark.xml","size":744,"crc":919149937},{"key":"res/drawable/mtrl_ic_checkbox_checked.xml","name":"res/drawable/mtrl_ic_checkbox_checked.xml","size":904,"crc":-1577214759},{"key":"res/drawable/mtrl_ic_checkbox_unchecked.xml","name":"res/drawable/mtrl_ic_checkbox_unchecked.xml","size":612,"crc":45152564},{"key":"res/drawable/mtrl_ic_error.xml","name":"res/drawable/mtrl_ic_error.xml","size":644,"crc":1937222060},{"key":"res/drawable/mtrl_ic_indeterminate.xml","name":"res/drawable/mtrl_ic_indeterminate.xml","size":744,"crc":-571043765},{"key":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","name":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","size":264,"crc":-197035798},{"key":"res/drawable/mtrl_popupmenu_background.xml","name":"res/drawable/mtrl_popupmenu_background.xml","size":740,"crc":-1194763998},{"key":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","name":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","size":1228,"crc":-415779064},{"key":"res/drawable/mtrl_switch_thumb.xml","name":"res/drawable/mtrl_switch_thumb.xml","size":2004,"crc":-1814523540},{"key":"res/drawable/mtrl_switch_thumb_checked.xml","name":"res/drawable/mtrl_switch_thumb_checked.xml","size":744,"crc":-2063879291},{"key":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","size":524,"crc":-1779784615},{"key":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","size":784,"crc":1159394858},{"key":"res/drawable/mtrl_switch_thumb_pressed.xml","name":"res/drawable/mtrl_switch_thumb_pressed.xml","size":744,"crc":-1170292677},{"key":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","size":524,"crc":417175461},{"key":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","size":524,"crc":1833062712},{"key":"res/drawable/mtrl_switch_thumb_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked.xml","size":744,"crc":-811530586},{"key":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","size":784,"crc":1210739698},{"key":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","size":524,"crc":-505191651},{"key":"res/drawable/mtrl_switch_track.xml","name":"res/drawable/mtrl_switch_track.xml","size":588,"crc":-1854818220},{"key":"res/drawable/mtrl_switch_track_decoration.xml","name":"res/drawable/mtrl_switch_track_decoration.xml","size":636,"crc":127741307},{"key":"res/drawable/mtrl_tabs_default_indicator.xml","name":"res/drawable/mtrl_tabs_default_indicator.xml","size":628,"crc":-1187923997},{"key":"res/drawable/navigation_empty_icon.xml","name":"res/drawable/navigation_empty_icon.xml","size":516,"crc":-423813960},{"key":"res/drawable-v21/notification_action_background.xml","name":"res/drawable-v21/notification_action_background.xml","size":1180,"crc":82580078},{"key":"res/drawable/notification_bg.xml","name":"res/drawable/notification_bg.xml","size":532,"crc":-373642462},{"key":"res/drawable/notification_bg_low.xml","name":"res/drawable/notification_bg_low.xml","size":532,"crc":1705460981},{"key":"res/drawable/notification_icon_background.xml","name":"res/drawable/notification_icon_background.xml","size":372,"crc":-1950772982},{"key":"res/drawable/notification_tile_bg.xml","name":"res/drawable/notification_tile_bg.xml","size":304,"crc":652413327},{"key":"res/drawable/screenshot_2025_01_16_115155.webp","name":"res/drawable/screenshot_2025_01_16_115155.webp","size":11990,"crc":-663851237},{"key":"res/drawable/test_level_drawable.xml","name":"res/drawable/test_level_drawable.xml","size":448,"crc":291473329},{"key":"res/drawable/tooltip_frame_dark.xml","name":"res/drawable/tooltip_frame_dark.xml","size":484,"crc":38022415},{"key":"res/drawable/tooltip_frame_light.xml","name":"res/drawable/tooltip_frame_light.xml","size":484,"crc":631406531},{"key":"res/drawable-watch-v20/abc_dialog_material_background.xml","name":"res/drawable-watch-v20/abc_dialog_material_background.xml","size":372,"crc":-394371206},{"key":"res/drawable-ldpi-v4/ic_call_answer.png","name":"res/drawable-ldpi-v4/ic_call_answer.png","size":270,"crc":-1111551484},{"key":"res/drawable-ldpi-v4/ic_call_answer_low.png","name":"res/drawable-ldpi-v4/ic_call_answer_low.png","size":270,"crc":-1111551484},{"key":"res/drawable-ldpi-v4/ic_call_answer_video.png","name":"res/drawable-ldpi-v4/ic_call_answer_video.png","size":199,"crc":480365690},{"key":"res/drawable-ldpi-v4/ic_call_answer_video_low.png","name":"res/drawable-ldpi-v4/ic_call_answer_video_low.png","size":199,"crc":480365690},{"key":"res/drawable-ldpi-v4/ic_call_decline.png","name":"res/drawable-ldpi-v4/ic_call_decline.png","size":201,"crc":-1653259046},{"key":"res/drawable-ldpi-v4/ic_call_decline_low.png","name":"res/drawable-ldpi-v4/ic_call_decline_low.png","size":201,"crc":-1653259046},{"key":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":267,"crc":-1782854401},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":214,"crc":1784469944},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":321,"crc":417858442},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":324,"crc":-25912589},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":356,"crc":483927252},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":754,"crc":-2043172043},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":825,"crc":746268540},{"key":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":216,"crc":1331007226},{"key":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":173,"crc":188325625},{"key":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","size":222,"crc":-1314153213},{"key":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","size":211,"crc":2026076309},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","size":207,"crc":247870200},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","size":207,"crc":1914292392},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":217,"crc":-1161232362},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":217,"crc":-321357989},{"key":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":541,"crc":-973152337},{"key":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","size":776,"crc":-794041096},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":159,"crc":1388505315},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":145,"crc":771315572},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":197,"crc":-1487297953},{"key":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":203,"crc":-655213014},{"key":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":194,"crc":-2110916847},{"key":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":327,"crc":-1603084466},{"key":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":395,"crc":-1758576653},{"key":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":186,"crc":-1468200696},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","size":203,"crc":558759102},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","size":310,"crc":1086079552},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","size":186,"crc":1494279640},{"key":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":181,"crc":2009755725},{"key":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":178,"crc":-982571302},{"key":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":1754865820},{"key":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1349392436},{"key":"res/drawable-mdpi-v4/ic_call_answer.png","name":"res/drawable-mdpi-v4/ic_call_answer.png","size":317,"crc":-1572159854},{"key":"res/drawable-mdpi-v4/ic_call_answer_low.png","name":"res/drawable-mdpi-v4/ic_call_answer_low.png","size":317,"crc":-1572159854},{"key":"res/drawable-mdpi-v4/ic_call_answer_video.png","name":"res/drawable-mdpi-v4/ic_call_answer_video.png","size":206,"crc":-702766687},{"key":"res/drawable-mdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-mdpi-v4/ic_call_answer_video_low.png","size":206,"crc":-702766687},{"key":"res/drawable-mdpi-v4/ic_call_decline.png","name":"res/drawable-mdpi-v4/ic_call_decline.png","size":264,"crc":-1114293200},{"key":"res/drawable-mdpi-v4/ic_call_decline_low.png","name":"res/drawable-mdpi-v4/ic_call_decline_low.png","size":264,"crc":-1114293200},{"key":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","size":215,"crc":-637905481},{"key":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","size":223,"crc":-1206985160},{"key":"res/drawable-mdpi-v4/notification_bg_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal.9.png","size":215,"crc":-1053437548},{"key":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","size":223,"crc":-316674454},{"key":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","size":98,"crc":782467851},{"key":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":318,"crc":248812699},{"key":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":272,"crc":-522187894},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":227,"crc":1441099833},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":404,"crc":321481106},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":464,"crc":-765083169},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":563,"crc":-1693177409},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1096,"crc":1160393035},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1243,"crc":-296122373},{"key":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":226,"crc":-1994891200},{"key":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":171,"crc":-834791833},{"key":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1907514871},{"key":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","size":212,"crc":-2119094306},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","size":208,"crc":-1848424351},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","size":208,"crc":-534797190},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":228,"crc":-494134952},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":229,"crc":-779417061},{"key":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":738,"crc":844900423},{"key":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1098,"crc":1031932723},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":201,"crc":-2033297991},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":196,"crc":555162946},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":272,"crc":1476959993},{"key":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":205,"crc":-1404642591},{"key":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":196,"crc":59030235},{"key":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1913854658},{"key":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":484,"crc":-190177617},{"key":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":190,"crc":1541371996},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","size":278,"crc":-1596734141},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","size":396,"crc":-1105084233},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","size":262,"crc":-551175061},{"key":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":186,"crc":1954287679},{"key":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":192,"crc":695154500},{"key":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":-1157342510},{"key":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1428961699},{"key":"res/drawable-hdpi-v4/ic_call_answer.png","name":"res/drawable-hdpi-v4/ic_call_answer.png","size":472,"crc":54480522},{"key":"res/drawable-hdpi-v4/ic_call_answer_low.png","name":"res/drawable-hdpi-v4/ic_call_answer_low.png","size":472,"crc":54480522},{"key":"res/drawable-hdpi-v4/ic_call_answer_video.png","name":"res/drawable-hdpi-v4/ic_call_answer_video.png","size":254,"crc":-1411185258},{"key":"res/drawable-hdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-hdpi-v4/ic_call_answer_video_low.png","size":254,"crc":-1411185258},{"key":"res/drawable-hdpi-v4/ic_call_decline.png","name":"res/drawable-hdpi-v4/ic_call_decline.png","size":375,"crc":-1481215084},{"key":"res/drawable-hdpi-v4/ic_call_decline_low.png","name":"res/drawable-hdpi-v4/ic_call_decline_low.png","size":375,"crc":-1481215084},{"key":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","size":212,"crc":931926398},{"key":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","size":225,"crc":1348069157},{"key":"res/drawable-hdpi-v4/notification_bg_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal.9.png","size":212,"crc":-1037255009},{"key":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","size":225,"crc":-1579774768},{"key":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","name":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","size":909,"crc":-883619049},{"key":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","size":107,"crc":1859699185},{"key":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1121400728},{"key":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":280,"crc":-1494763048},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":281,"crc":-355242921},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":432,"crc":208515363},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":651,"crc":586767697},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":785,"crc":-1305019038},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1526,"crc":-483809291},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1731,"crc":813343295},{"key":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":229,"crc":1667644415},{"key":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":228,"crc":-1596992556},{"key":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1109247658},{"key":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","size":214,"crc":-2069395290},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","size":209,"crc":1422722026},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","size":209,"crc":1178912481},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":236,"crc":1482420428},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":235,"crc":809869208},{"key":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":966,"crc":-1645055853},{"key":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1544,"crc":1027634507},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":267,"crc":-235495373},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":267,"crc":1780540927},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":391,"crc":1338981723},{"key":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":208,"crc":-1523469685},{"key":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":198,"crc":417197097},{"key":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":448,"crc":-636645826},{"key":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":618,"crc":-315835857},{"key":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":194,"crc":-1805702768},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","size":335,"crc":1833493827},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":585,"crc":325182543},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","size":318,"crc":1402001197},{"key":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":189,"crc":872981899},{"key":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":187,"crc":1388684995},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":184,"crc":-735893576},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":182,"crc":755703140},{"key":"res/drawable-xhdpi-v4/ic_call_answer.png","name":"res/drawable-xhdpi-v4/ic_call_answer.png","size":623,"crc":-862780344},{"key":"res/drawable-xhdpi-v4/ic_call_answer_low.png","name":"res/drawable-xhdpi-v4/ic_call_answer_low.png","size":623,"crc":-862780344},{"key":"res/drawable-xhdpi-v4/ic_call_answer_video.png","name":"res/drawable-xhdpi-v4/ic_call_answer_video.png","size":290,"crc":-467299563},{"key":"res/drawable-xhdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-xhdpi-v4/ic_call_answer_video_low.png","size":290,"crc":-467299563},{"key":"res/drawable-xhdpi-v4/ic_call_decline.png","name":"res/drawable-xhdpi-v4/ic_call_decline.png","size":452,"crc":-329617338},{"key":"res/drawable-xhdpi-v4/ic_call_decline_low.png","name":"res/drawable-xhdpi-v4/ic_call_decline_low.png","size":452,"crc":-329617338},{"key":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","size":221,"crc":986722933},{"key":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","size":252,"crc":-930084210},{"key":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","size":221,"crc":-1723534566},{"key":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","size":247,"crc":-1030044328},{"key":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","size":138,"crc":72836353},{"key":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":417,"crc":1015364852},{"key":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":286,"crc":576729413},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":307,"crc":869620432},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":593,"crc":-1070792479},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":984,"crc":-148612735},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":1208,"crc":-1287566072},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2463,"crc":-1414729006},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2834,"crc":-629032592},{"key":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":237,"crc":-2126552655},{"key":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":224,"crc":1570594586},{"key":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":171,"crc":431487046},{"key":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","size":245,"crc":432053287},{"key":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","size":221,"crc":594243224},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","size":212,"crc":1908284469},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","size":212,"crc":1004408383},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":260,"crc":453810333},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":258,"crc":-806067726},{"key":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":1779,"crc":-378460718},{"key":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":2305,"crc":52525934},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":322,"crc":1734458370},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":403,"crc":-258375909},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":595,"crc":25460445},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":210,"crc":1410922532},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":207,"crc":979167309},{"key":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":524,"crc":-1263352686},{"key":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":851,"crc":-1547140427},{"key":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":204,"crc":-471176010},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":420,"crc":-1423304621},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":753,"crc":-1827412542},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":422,"crc":961476924},{"key":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":199,"crc":814610337},{"key":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":200,"crc":807658458},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":187,"crc":1097119443},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":186,"crc":-181494251},{"key":"res/drawable-xxhdpi-v4/ic_call_answer.png","name":"res/drawable-xxhdpi-v4/ic_call_answer.png","size":884,"crc":250722604},{"key":"res/drawable-xxhdpi-v4/ic_call_answer_low.png","name":"res/drawable-xxhdpi-v4/ic_call_answer_low.png","size":884,"crc":250722604},{"key":"res/drawable-xxhdpi-v4/ic_call_answer_video.png","name":"res/drawable-xxhdpi-v4/ic_call_answer_video.png","size":384,"crc":1929539317},{"key":"res/drawable-xxhdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-xxhdpi-v4/ic_call_answer_video_low.png","size":384,"crc":1929539317},{"key":"res/drawable-xxhdpi-v4/ic_call_decline.png","name":"res/drawable-xxhdpi-v4/ic_call_decline.png","size":628,"crc":2135501436},{"key":"res/drawable-xxhdpi-v4/ic_call_decline_low.png","name":"res/drawable-xxhdpi-v4/ic_call_decline_low.png","size":628,"crc":2135501436},{"key":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":525,"crc":-924835231},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":275,"crc":-1764675204},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":476,"crc":-992054213},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":785,"crc":485101068},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":946,"crc":1611553141},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2505,"crc":2088096877},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2816,"crc":25828836},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":415,"crc":-335179877},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":631,"crc":-2086075208},{"key":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":430,"crc":-943303786},{"key":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":813,"crc":-551543263},{"key":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":202,"crc":-1543227074},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":513,"crc":-990765681},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":513,"crc":1860041182},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer.png","size":1171,"crc":220143978},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer_low.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer_low.png","size":1171,"crc":220143978},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer_video.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer_video.png","size":465,"crc":-129832852},{"key":"res/drawable-xxxhdpi-v4/ic_call_answer_video_low.png","name":"res/drawable-xxxhdpi-v4/ic_call_answer_video_low.png","size":465,"crc":-129832852},{"key":"res/drawable-xxxhdpi-v4/ic_call_decline.png","name":"res/drawable-xxxhdpi-v4/ic_call_decline.png","size":823,"crc":-1259742515},{"key":"res/drawable-xxxhdpi-v4/ic_call_decline_low.png","name":"res/drawable-xxxhdpi-v4/ic_call_decline_low.png","size":823,"crc":-1259742515},{"key":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":437,"crc":997246448},{"key":"res/drawable-anydpi-v21/ic_call_answer.xml","name":"res/drawable-anydpi-v21/ic_call_answer.xml","size":1356,"crc":-417851860},{"key":"res/drawable-anydpi-v21/ic_call_answer_low.xml","name":"res/drawable-anydpi-v21/ic_call_answer_low.xml","size":1320,"crc":-2078588160},{"key":"res/drawable-anydpi-v21/ic_call_answer_video.xml","name":"res/drawable-anydpi-v21/ic_call_answer_video.xml","size":772,"crc":1837259622},{"key":"res/drawable-anydpi-v21/ic_call_answer_video_low.xml","name":"res/drawable-anydpi-v21/ic_call_answer_video_low.xml","size":736,"crc":1149510206},{"key":"res/drawable-anydpi-v21/ic_call_decline.xml","name":"res/drawable-anydpi-v21/ic_call_decline.xml","size":1528,"crc":-1902206380},{"key":"res/drawable-anydpi-v21/ic_call_decline_low.xml","name":"res/drawable-anydpi-v21/ic_call_decline_low.xml","size":1492,"crc":-593934670},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/fast_out_slow_in.xml","name":"res/interpolator/fast_out_slow_in.xml","size":400,"crc":2971224},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","size":280,"crc":-255955071},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","size":400,"crc":1856215172},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","size":400,"crc":1684696708},{"key":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","name":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","size":400,"crc":-94703432},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","size":400,"crc":526448252},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","size":400,"crc":1557336512},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","size":400,"crc":1228996032},{"key":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","name":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","size":400,"crc":-184402232},{"key":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","name":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","size":400,"crc":-1024605739},{"key":"res/interpolator/mtrl_linear.xml","name":"res/interpolator/mtrl_linear.xml","size":132,"crc":558115064},{"key":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","name":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","size":400,"crc":34232731},{"key":"res/layout/abc_action_bar_title_item.xml","name":"res/layout/abc_action_bar_title_item.xml","size":872,"crc":1491323665},{"key":"res/layout/abc_action_bar_up_container.xml","name":"res/layout/abc_action_bar_up_container.xml","size":440,"crc":1570428408},{"key":"res/layout/abc_action_menu_item_layout.xml","name":"res/layout/abc_action_menu_item_layout.xml","size":768,"crc":-1256685595},{"key":"res/layout/abc_action_menu_layout.xml","name":"res/layout/abc_action_menu_layout.xml","size":576,"crc":-1950881746},{"key":"res/layout/abc_action_mode_bar.xml","name":"res/layout/abc_action_mode_bar.xml","size":464,"crc":-1366917016},{"key":"res/layout/abc_action_mode_close_item_material.xml","name":"res/layout/abc_action_mode_close_item_material.xml","size":840,"crc":-378873934},{"key":"res/layout/abc_activity_chooser_view.xml","name":"res/layout/abc_activity_chooser_view.xml","size":1684,"crc":-2012346701},{"key":"res/layout/abc_activity_chooser_view_list_item.xml","name":"res/layout/abc_activity_chooser_view_list_item.xml","size":1304,"crc":525342368},{"key":"res/layout/abc_alert_dialog_button_bar_material.xml","name":"res/layout/abc_alert_dialog_button_bar_material.xml","size":1584,"crc":55363581},{"key":"res/layout/abc_alert_dialog_material.xml","name":"res/layout/abc_alert_dialog_material.xml","size":2648,"crc":-1829813769},{"key":"res/layout/abc_alert_dialog_title_material.xml","name":"res/layout/abc_alert_dialog_title_material.xml","size":1560,"crc":-2036844987},{"key":"res/layout/abc_cascading_menu_item_layout.xml","name":"res/layout/abc_cascading_menu_item_layout.xml","size":1868,"crc":-1748538647},{"key":"res/layout/abc_dialog_title_material.xml","name":"res/layout/abc_dialog_title_material.xml","size":1116,"crc":-145174887},{"key":"res/layout/abc_expanded_menu_layout.xml","name":"res/layout/abc_expanded_menu_layout.xml","size":388,"crc":1523815296},{"key":"res/layout/abc_list_menu_item_checkbox.xml","name":"res/layout/abc_list_menu_item_checkbox.xml","size":528,"crc":600894624},{"key":"res/layout/abc_list_menu_item_icon.xml","name":"res/layout/abc_list_menu_item_icon.xml","size":780,"crc":-149435115},{"key":"res/layout/abc_list_menu_item_layout.xml","name":"res/layout/abc_list_menu_item_layout.xml","size":1396,"crc":1853165680},{"key":"res/layout/abc_list_menu_item_radio.xml","name":"res/layout/abc_list_menu_item_radio.xml","size":532,"crc":1774505407},{"key":"res/layout/abc_popup_menu_header_item_layout.xml","name":"res/layout/abc_popup_menu_header_item_layout.xml","size":848,"crc":-530987472},{"key":"res/layout/abc_popup_menu_item_layout.xml","name":"res/layout/abc_popup_menu_item_layout.xml","size":2072,"crc":1815406295},{"key":"res/layout/abc_screen_content_include.xml","name":"res/layout/abc_screen_content_include.xml","size":548,"crc":-449587796},{"key":"res/layout/abc_screen_simple.xml","name":"res/layout/abc_screen_simple.xml","size":832,"crc":1542363937},{"key":"res/layout/abc_screen_simple_overlay_action_mode.xml","name":"res/layout/abc_screen_simple_overlay_action_mode.xml","size":792,"crc":-406698765},{"key":"res/layout/abc_screen_toolbar.xml","name":"res/layout/abc_screen_toolbar.xml","size":1504,"crc":1247011161},{"key":"res/layout/abc_search_dropdown_item_icons_2line.xml","name":"res/layout/abc_search_dropdown_item_icons_2line.xml","size":1916,"crc":104747003},{"key":"res/layout/abc_search_view.xml","name":"res/layout/abc_search_view.xml","size":3472,"crc":1985566282},{"key":"res/layout/abc_select_dialog_material.xml","name":"res/layout/abc_select_dialog_material.xml","size":1020,"crc":-2051653226},{"key":"res/layout/abc_tooltip.xml","name":"res/layout/abc_tooltip.xml","size":1056,"crc":459627385},{"key":"res/layout/activity_auto.xml","name":"res/layout/activity_auto.xml","size":6048,"crc":-1305868504},{"key":"res/layout/activity_end.xml","name":"res/layout/activity_end.xml","size":3828,"crc":798012808},{"key":"res/layout/activity_main.xml","name":"res/layout/activity_main.xml","size":5072,"crc":1955205788},{"key":"res/layout/activity_settings.xml","name":"res/layout/activity_settings.xml","size":3004,"crc":-1838883160},{"key":"res/layout/activity_starting.xml","name":"res/layout/activity_starting.xml","size":3612,"crc":-836423825},{"key":"res/layout/activity_tele.xml","name":"res/layout/activity_tele.xml","size":6064,"crc":-1321959815},{"key":"res/layout/custom_dialog.xml","name":"res/layout/custom_dialog.xml","size":612,"crc":-1940072514},{"key":"res/layout/design_bottom_navigation_item.xml","name":"res/layout/design_bottom_navigation_item.xml","size":1860,"crc":-1299636401},{"key":"res/layout/design_bottom_sheet_dialog.xml","name":"res/layout/design_bottom_sheet_dialog.xml","size":1224,"crc":-996487856},{"key":"res/layout/design_layout_snackbar.xml","name":"res/layout/design_layout_snackbar.xml","size":528,"crc":-1489497684},{"key":"res/layout/design_layout_snackbar_include.xml","name":"res/layout/design_layout_snackbar_include.xml","size":1444,"crc":-213054748},{"key":"res/layout/design_layout_tab_icon.xml","name":"res/layout/design_layout_tab_icon.xml","size":408,"crc":1138070715},{"key":"res/layout/design_layout_tab_text.xml","name":"res/layout/design_layout_tab_text.xml","size":436,"crc":-1677728391},{"key":"res/layout/design_menu_item_action_area.xml","name":"res/layout/design_menu_item_action_area.xml","size":320,"crc":308712715},{"key":"res/layout/design_navigation_item.xml","name":"res/layout/design_navigation_item.xml","size":636,"crc":-505818861},{"key":"res/layout/design_navigation_item_header.xml","name":"res/layout/design_navigation_item_header.xml","size":440,"crc":-1862328695},{"key":"res/layout/design_navigation_item_separator.xml","name":"res/layout/design_navigation_item_separator.xml","size":472,"crc":411075014},{"key":"res/layout/design_navigation_item_subheader.xml","name":"res/layout/design_navigation_item_subheader.xml","size":564,"crc":-976199998},{"key":"res/layout/design_navigation_menu.xml","name":"res/layout/design_navigation_menu.xml","size":528,"crc":-884071048},{"key":"res/layout/design_navigation_menu_item.xml","name":"res/layout/design_navigation_menu_item.xml","size":856,"crc":-1963800906},{"key":"res/layout/design_text_input_end_icon.xml","name":"res/layout/design_text_input_end_icon.xml","size":656,"crc":492717233},{"key":"res/layout/design_text_input_start_icon.xml","name":"res/layout/design_text_input_start_icon.xml","size":652,"crc":576038854},{"key":"res/layout/ime_base_split_test_activity.xml","name":"res/layout/ime_base_split_test_activity.xml","size":364,"crc":1066515116},{"key":"res/layout/ime_secondary_split_test_activity.xml","name":"res/layout/ime_secondary_split_test_activity.xml","size":876,"crc":1166414023},{"key":"res/layout/m3_alert_dialog.xml","name":"res/layout/m3_alert_dialog.xml","size":2720,"crc":380715567},{"key":"res/layout/m3_alert_dialog_actions.xml","name":"res/layout/m3_alert_dialog_actions.xml","size":1584,"crc":192989993},{"key":"res/layout/m3_alert_dialog_title.xml","name":"res/layout/m3_alert_dialog_title.xml","size":956,"crc":1211895251},{"key":"res/layout/m3_auto_complete_simple_item.xml","name":"res/layout/m3_auto_complete_simple_item.xml","size":612,"crc":-1737488750},{"key":"res/layout/m3_side_sheet_dialog.xml","name":"res/layout/m3_side_sheet_dialog.xml","size":1140,"crc":-640945667},{"key":"res/layout/material_chip_input_combo.xml","name":"res/layout/material_chip_input_combo.xml","size":372,"crc":-1047030969},{"key":"res/layout/material_clock_display.xml","name":"res/layout/material_clock_display.xml","size":796,"crc":633413962},{"key":"res/layout/material_clock_display_divider.xml","name":"res/layout/material_clock_display_divider.xml","size":444,"crc":-1718483778},{"key":"res/layout/material_clock_period_toggle.xml","name":"res/layout/material_clock_period_toggle.xml","size":1220,"crc":972719311},{"key":"res/layout/material_clockface_textview.xml","name":"res/layout/material_clockface_textview.xml","size":476,"crc":-2080023753},{"key":"res/layout/material_clockface_view.xml","name":"res/layout/material_clockface_view.xml","size":1012,"crc":-1751733255},{"key":"res/layout/material_radial_view_group.xml","name":"res/layout/material_radial_view_group.xml","size":768,"crc":-814606049},{"key":"res/layout/material_textinput_timepicker.xml","name":"res/layout/material_textinput_timepicker.xml","size":720,"crc":1731246431},{"key":"res/layout/material_time_chip.xml","name":"res/layout/material_time_chip.xml","size":380,"crc":-644267915},{"key":"res/layout/material_time_input.xml","name":"res/layout/material_time_input.xml","size":956,"crc":1843009203},{"key":"res/layout/material_timepicker.xml","name":"res/layout/material_timepicker.xml","size":1608,"crc":964199152},{"key":"res/layout/material_timepicker_dialog.xml","name":"res/layout/material_timepicker_dialog.xml","size":2892,"crc":-610294169},{"key":"res/layout/material_timepicker_textinput_display.xml","name":"res/layout/material_timepicker_textinput_display.xml","size":728,"crc":446676979},{"key":"res/layout/mtrl_alert_dialog.xml","name":"res/layout/mtrl_alert_dialog.xml","size":2476,"crc":-580044837},{"key":"res/layout/mtrl_alert_dialog_actions.xml","name":"res/layout/mtrl_alert_dialog_actions.xml","size":1764,"crc":2028523073},{"key":"res/layout/mtrl_alert_dialog_title.xml","name":"res/layout/mtrl_alert_dialog_title.xml","size":956,"crc":24154680},{"key":"res/layout/mtrl_alert_select_dialog_item.xml","name":"res/layout/mtrl_alert_select_dialog_item.xml","size":588,"crc":-847803097},{"key":"res/layout/mtrl_alert_select_dialog_multichoice.xml","name":"res/layout/mtrl_alert_select_dialog_multichoice.xml","size":940,"crc":375787364},{"key":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","name":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","size":940,"crc":-441824672},{"key":"res/layout/mtrl_auto_complete_simple_item.xml","name":"res/layout/mtrl_auto_complete_simple_item.xml","size":612,"crc":1642553725},{"key":"res/layout/mtrl_calendar_day.xml","name":"res/layout/mtrl_calendar_day.xml","size":352,"crc":997978959},{"key":"res/layout/mtrl_calendar_day_of_week.xml","name":"res/layout/mtrl_calendar_day_of_week.xml","size":352,"crc":-688954732},{"key":"res/layout/mtrl_calendar_days_of_week.xml","name":"res/layout/mtrl_calendar_days_of_week.xml","size":436,"crc":196997723},{"key":"res/layout/mtrl_calendar_horizontal.xml","name":"res/layout/mtrl_calendar_horizontal.xml","size":1176,"crc":-27844515},{"key":"res/layout/mtrl_calendar_month.xml","name":"res/layout/mtrl_calendar_month.xml","size":688,"crc":-1655753949},{"key":"res/layout/mtrl_calendar_month_labeled.xml","name":"res/layout/mtrl_calendar_month_labeled.xml","size":728,"crc":774491516},{"key":"res/layout/mtrl_calendar_month_navigation.xml","name":"res/layout/mtrl_calendar_month_navigation.xml","size":1748,"crc":-495858844},{"key":"res/layout/mtrl_calendar_months.xml","name":"res/layout/mtrl_calendar_months.xml","size":428,"crc":1926375240},{"key":"res/layout/mtrl_calendar_vertical.xml","name":"res/layout/mtrl_calendar_vertical.xml","size":740,"crc":546888075},{"key":"res/layout/mtrl_calendar_year.xml","name":"res/layout/mtrl_calendar_year.xml","size":352,"crc":-1193184379},{"key":"res/layout/mtrl_layout_snackbar.xml","name":"res/layout/mtrl_layout_snackbar.xml","size":492,"crc":273300012},{"key":"res/layout/mtrl_layout_snackbar_include.xml","name":"res/layout/mtrl_layout_snackbar_include.xml","size":952,"crc":-530054239},{"key":"res/layout/mtrl_navigation_rail_item.xml","name":"res/layout/mtrl_navigation_rail_item.xml","size":1984,"crc":1047705413},{"key":"res/layout/mtrl_picker_actions.xml","name":"res/layout/mtrl_picker_actions.xml","size":984,"crc":227739518},{"key":"res/layout/mtrl_picker_dialog.xml","name":"res/layout/mtrl_picker_dialog.xml","size":1172,"crc":-155719129},{"key":"res/layout/mtrl_picker_fullscreen.xml","name":"res/layout/mtrl_picker_fullscreen.xml","size":880,"crc":668926112},{"key":"res/layout/mtrl_picker_header_dialog.xml","name":"res/layout/mtrl_picker_header_dialog.xml","size":1492,"crc":682105517},{"key":"res/layout/mtrl_picker_header_fullscreen.xml","name":"res/layout/mtrl_picker_header_fullscreen.xml","size":2800,"crc":1681870042},{"key":"res/layout/mtrl_picker_header_selection_text.xml","name":"res/layout/mtrl_picker_header_selection_text.xml","size":712,"crc":-1064644573},{"key":"res/layout/mtrl_picker_header_title_text.xml","name":"res/layout/mtrl_picker_header_title_text.xml","size":624,"crc":903844777},{"key":"res/layout/mtrl_picker_header_toggle.xml","name":"res/layout/mtrl_picker_header_toggle.xml","size":528,"crc":-1117186760},{"key":"res/layout/mtrl_picker_text_input_date.xml","name":"res/layout/mtrl_picker_text_input_date.xml","size":984,"crc":-677467642},{"key":"res/layout/mtrl_picker_text_input_date_range.xml","name":"res/layout/mtrl_picker_text_input_date_range.xml","size":1580,"crc":1316025728},{"key":"res/layout/mtrl_search_bar.xml","name":"res/layout/mtrl_search_bar.xml","size":488,"crc":1203536549},{"key":"res/layout/mtrl_search_view.xml","name":"res/layout/mtrl_search_view.xml","size":3424,"crc":-1232751557},{"key":"res/layout-v21/notification_action.xml","name":"res/layout-v21/notification_action.xml","size":1052,"crc":51981749},{"key":"res/layout-v21/notification_action_tombstone.xml","name":"res/layout-v21/notification_action_tombstone.xml","size":1228,"crc":-809194501},{"key":"res/layout-v21/notification_template_custom_big.xml","name":"res/layout-v21/notification_template_custom_big.xml","size":2456,"crc":-282904950},{"key":"res/layout-v21/notification_template_icon_group.xml","name":"res/layout-v21/notification_template_icon_group.xml","size":988,"crc":1995981377},{"key":"res/layout/notification_template_part_chronometer.xml","name":"res/layout/notification_template_part_chronometer.xml","size":440,"crc":1309256429},{"key":"res/layout/notification_template_part_time.xml","name":"res/layout/notification_template_part_time.xml","size":440,"crc":1981781471},{"key":"res/layout/select_dialog_item_material.xml","name":"res/layout/select_dialog_item_material.xml","size":640,"crc":-1030617256},{"key":"res/layout/select_dialog_multichoice_material.xml","name":"res/layout/select_dialog_multichoice_material.xml","size":864,"crc":-75621124},{"key":"res/layout/select_dialog_singlechoice_material.xml","name":"res/layout/select_dialog_singlechoice_material.xml","size":864,"crc":1291843487},{"key":"res/layout/support_simple_spinner_dropdown_item.xml","name":"res/layout/support_simple_spinner_dropdown_item.xml","size":464,"crc":2118045056},{"key":"res/layout-sw600dp-v13/design_layout_snackbar.xml","name":"res/layout-sw600dp-v13/design_layout_snackbar.xml","size":528,"crc":-341484669},{"key":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","name":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","size":492,"crc":1557622787},{"key":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","size":1208,"crc":1051108803},{"key":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","size":1352,"crc":-707850223},{"key":"res/layout-v26/abc_screen_toolbar.xml","name":"res/layout-v26/abc_screen_toolbar.xml","size":1560,"crc":1923491840},{"key":"res/layout-v26/mtrl_calendar_month.xml","name":"res/layout-v26/mtrl_calendar_month.xml","size":744,"crc":-1710848334},{"key":"res/layout-land/material_clock_period_toggle_land.xml","name":"res/layout-land/material_clock_period_toggle_land.xml","size":1232,"crc":-655287485},{"key":"res/layout-land/material_timepicker.xml","name":"res/layout-land/material_timepicker.xml","size":1676,"crc":785410692},{"key":"res/layout-land/mtrl_picker_header_dialog.xml","name":"res/layout-land/mtrl_picker_header_dialog.xml","size":1532,"crc":-524988789},{"key":"res/mipmap-mdpi-v4/ic_launcher.webp","name":"res/mipmap-mdpi-v4/ic_launcher.webp","size":1510,"crc":890161303},{"key":"res/mipmap-mdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-mdpi-v4/ic_launcher_foreground.webp","size":3270,"crc":-846252413},{"key":"res/mipmap-mdpi-v4/ic_launcher_round.webp","name":"res/mipmap-mdpi-v4/ic_launcher_round.webp","size":2464,"crc":1826829041},{"key":"res/mipmap-hdpi-v4/ic_launcher.webp","name":"res/mipmap-hdpi-v4/ic_launcher.webp","size":2662,"crc":-304103504},{"key":"res/mipmap-hdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-hdpi-v4/ic_launcher_foreground.webp","size":5534,"crc":-200985516},{"key":"res/mipmap-hdpi-v4/ic_launcher_round.webp","name":"res/mipmap-hdpi-v4/ic_launcher_round.webp","size":4272,"crc":412919838},{"key":"res/mipmap-xhdpi-v4/ic_launcher.webp","name":"res/mipmap-xhdpi-v4/ic_launcher.webp","size":3808,"crc":-1274065283},{"key":"res/mipmap-xhdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-xhdpi-v4/ic_launcher_foreground.webp","size":8074,"crc":-392106095},{"key":"res/mipmap-xhdpi-v4/ic_launcher_round.webp","name":"res/mipmap-xhdpi-v4/ic_launcher_round.webp","size":6006,"crc":-77093534},{"key":"res/mipmap-xxhdpi-v4/ic_launcher.webp","name":"res/mipmap-xxhdpi-v4/ic_launcher.webp","size":6522,"crc":1511471453},{"key":"res/mipmap-xxhdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-xxhdpi-v4/ic_launcher_foreground.webp","size":14398,"crc":513021498},{"key":"res/mipmap-xxhdpi-v4/ic_launcher_round.webp","name":"res/mipmap-xxhdpi-v4/ic_launcher_round.webp","size":9872,"crc":-1048729247},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher.webp","name":"res/mipmap-xxxhdpi-v4/ic_launcher.webp","size":9040,"crc":331689028},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher_foreground.webp","name":"res/mipmap-xxxhdpi-v4/ic_launcher_foreground.webp","size":20000,"crc":-1633348935},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher_round.webp","name":"res/mipmap-xxxhdpi-v4/ic_launcher_round.webp","size":13674,"crc":-2026010900},{"key":"res/mipmap-anydpi-v26/ic_launcher.xml","name":"res/mipmap-anydpi-v26/ic_launcher.xml","size":448,"crc":-393813326},{"key":"res/mipmap-anydpi-v26/ic_launcher_round.xml","name":"res/mipmap-anydpi-v26/ic_launcher_round.xml","size":448,"crc":-393813326},{"key":"res/raw/info.json","name":"res/raw/info.json","size":2391,"crc":408348254},{"key":"res/xml/backup_rules.xml","name":"res/xml/backup_rules.xml","size":132,"crc":1286822067},{"key":"res/xml/data_extraction_rules.xml","name":"res/xml/data_extraction_rules.xml","size":212,"crc":1324190710},{"key":"resources.arsc","name":"resources.arsc","size":1055176,"crc":-3289923}]
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/AutoActivity.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/AutoActivity.class
index 344cbad..811f8ae 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/AutoActivity.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/AutoActivity.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity$1.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity$1.class
index 4c5c867..7ca205b 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity$1.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity$1.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity.class
index 668fc29..de2db26 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/EndActivity.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$1.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$1.class
index 1632cf5..b3128d1 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$1.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$1.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$10.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$10.class
index 4816f83..9c317f1 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$10.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$10.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$2.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$2.class
index e965daa..57acf75 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$2.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$2.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$3.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$3.class
index 221d6fc..6a84f71 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$3.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$3.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$4.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$4.class
index 86c7503..8e2c1a3 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$4.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$4.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$5.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$5.class
index 290ada2..63f7675 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$5.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$5.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$6.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$6.class
index b05d5e9..6d38d94 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$6.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$6.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$7.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$7.class
index e427243..b1fc4bc 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$7.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$7.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$8.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$8.class
index c26258f..ce6cabd 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$8.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$8.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$9.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$9.class
index 5ef0162..4e4ea50 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$9.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity$9.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity.class
index b928409..4ca34d5 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MainActivity.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MatchData.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MatchData.class
index dc2b22b..d4786ea 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MatchData.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/MatchData.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$1.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$1.class
index 658340d..5f92d29 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$1.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$1.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$2.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$2.class
index f376f18..d7c9796 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$2.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$2.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$3.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$3.class
index e5b9ed1..687db64 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$3.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity$3.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity.class
index 65805ff..da95e8d 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/SettingsActivity.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/Submit.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/Submit.class
index 0604134..c31cd91 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/Submit.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/Submit.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/TeleActivity.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/TeleActivity.class
index 0a36949..0863010 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/TeleActivity.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/TeleActivity.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$1.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$1.class
index 5e0f3ab..6da05a3 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$1.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$1.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$2.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$2.class
index 693f970..aa7d0b0 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$2.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$2.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$3.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$3.class
index 916ec6c..3dfa4e2 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$3.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$3.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$4.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$4.class
index c368bf1..3a6cecc 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$4.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$4.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$5.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$5.class
index 461316b..5d6a6c6 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$5.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$5.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$6.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$6.class
index 2cc95b2..49bf167 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$6.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity$6.class differ
diff --git a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity.class b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity.class
index 65c9bfb..2ae07f9 100644
Binary files a/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity.class and b/ScoutingApp/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/scoutingapp/startingActivity.class differ
diff --git a/ScoutingApp/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ b/ScoutingApp/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_
index 7b79854..31d2095 100644
Binary files a/ScoutingApp/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ and b/ScoutingApp/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ differ
diff --git a/ScoutingApp/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt b/ScoutingApp/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt
index ecfa9a9..f46257e 100644
--- a/ScoutingApp/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt
+++ b/ScoutingApp/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt
@@ -9,14 +9,14 @@
9 android:targetSdkVersion="34" />
10
11
-11-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:5:5-79
-11-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:5:22-76
+11-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:5:5-79
+11-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:5:22-76
12
-12-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:6:5-67
-12-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:6:22-64
+12-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:6:5-67
+12-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:6:22-64
13
-13-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:7:5-66
-13-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:7:22-63
+13-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:7:5-66
+13-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:7:22-63
14
15 [androidx.core:core:1.13.0] C:\Users\cayde\.gradle\caches\8.13\transforms\e14d9122d45fb71ea63e5eedb2149f5e\transformed\core-1.13.0\AndroidManifest.xml:22:5-24:47
@@ -30,73 +30,73 @@
19-->[androidx.core:core:1.13.0] C:\Users\cayde\.gradle\caches\8.13\transforms\e14d9122d45fb71ea63e5eedb2149f5e\transformed\core-1.13.0\AndroidManifest.xml:26:22-94
20
21 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:9:5-43:19
+21-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:9:5-43:19
22 android:allowBackup="true"
-22-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:10:9-35
+22-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:10:9-35
23 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
23-->[androidx.core:core:1.13.0] C:\Users\cayde\.gradle\caches\8.13\transforms\e14d9122d45fb71ea63e5eedb2149f5e\transformed\core-1.13.0\AndroidManifest.xml:28:18-86
24 android:dataExtractionRules="@xml/data_extraction_rules"
-24-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:11:9-65
+24-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:11:9-65
25 android:debuggable="true"
26 android:extractNativeLibs="false"
27 android:fullBackupContent="@xml/backup_rules"
-27-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:12:9-54
+27-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:12:9-54
28 android:icon="@mipmap/ic_launcher"
-28-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:13:9-43
+28-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:13:9-43
29 android:label="@string/app_name"
-29-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:14:9-41
+29-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:14:9-41
30 android:roundIcon="@mipmap/ic_launcher_round"
-30-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:15:9-54
+30-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:15:9-54
31 android:supportsRtl="true"
-31-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:16:9-35
+31-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:16:9-35
32 android:testOnly="true"
33 android:theme="@style/Theme.ScoutingApp" >
-33-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:17:9-49
+33-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:17:9-49
34 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:19:9-21:40
+34-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:19:9-21:40
35 android:name="com.example.scoutingapp.SettingsActivity"
-35-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:20:13-45
+35-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:20:13-45
36 android:exported="false" />
-36-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:21:13-37
+36-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:21:13-37
37 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:22:9-24:40
+37-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:22:9-24:40
38 android:name="com.example.scoutingapp.startingActivity"
-38-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:23:13-45
+38-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:23:13-45
39 android:exported="false" />
-39-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:24:13-37
+39-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:24:13-37
40 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:25:9-27:40
+40-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:25:9-27:40
41 android:name="com.example.scoutingapp.EndActivity"
-41-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:26:13-40
+41-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:26:13-40
42 android:exported="false" />
-42-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:27:13-37
+42-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:27:13-37
43 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:28:9-30:40
+43-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:28:9-30:40
44 android:name="com.example.scoutingapp.TeleActivity"
-44-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:29:13-41
+44-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:29:13-41
45 android:exported="false" />
-45-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:30:13-37
+45-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:30:13-37
46 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:31:9-33:40
+46-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:31:9-33:40
47 android:name="com.example.scoutingapp.AutoActivity"
-47-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:32:13-41
+47-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:32:13-41
48 android:exported="false" />
-48-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:33:13-37
+48-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:33:13-37
49 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:34:9-42:20
+49-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:34:9-42:20
50 android:name="com.example.scoutingapp.MainActivity"
-50-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:35:13-41
+50-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:35:13-41
51 android:exported="true" >
-51-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:36:13-36
+51-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:36:13-36
52
-52-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:37:13-41:29
+52-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:37:13-41:29
53
-53-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:38:17-69
-53-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:38:25-66
+53-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:38:17-69
+53-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:38:25-66
54
55
-55-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:40:17-77
-55-->C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:40:27-74
+55-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:40:17-77
+55-->C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:40:27-74
56
57
58
diff --git a/ScoutingApp/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat b/ScoutingApp/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat
index 5258ea4..16ee9d5 100644
Binary files a/ScoutingApp/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat and b/ScoutingApp/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat differ
diff --git a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json
index 7bbed43..9245a6d 100644
--- a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json
+++ b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json
@@ -1,544 +1,1201 @@
{
"logs": [
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-zh-rCN_values-zh-rCN.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-kn_values-kn.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
+ "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": "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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-lv_values-lv.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-lv\\values-lv.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "7,8,9,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",
+ "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": "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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v34_values-v34.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-es-rUS_values-es-rUS.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-v34\\values-v34.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.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,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ldltr-v21_values-ldltr-v21.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v23_values-v23.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\transformed\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
"from": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "55",
- "endColumns": "112",
- "endOffsets": "163"
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "50",
+ "startColumns": "4",
+ "startOffsets": "3232",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3377"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-gl_values-gl.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-land_values-land.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-ms_values-ms.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
+ "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": "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"
+ "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"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v28_values-v28.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-v28\\values-v28.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ "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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-et_values-et.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-en-rAU_values-en-rAU.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-et\\values-et.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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.example.scoutingapp-debug-31:/values-hr_values-hr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-zh-rTW_values-zh-rTW.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-zu_values-zu.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-mn_values-mn.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,257,356,459,565,672,785",
- "endColumns": "97,103,98,102,105,106,112,100",
- "endOffsets": "148,252,351,454,560,667,780,881"
+ "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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-as_values-as.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-en-rCA_values-en-rCA.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-as\\values-as.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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.example.scoutingapp-debug-31:/values-iw_values-iw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v17_values-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-in_values-in.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-hy_values-hy.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ro_values-ro.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-hy\\values-hy.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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.example.scoutingapp-debug-31:/values-fi_values-fi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-hy\\values-hy.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
+ "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": "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"
+ "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"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-hy\\values-hy.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ta_values-ta.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v18_values-v18.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-ta\\values-ta.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-v18\\values-v18.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"
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
}
- },
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-sk_values-sk.arsc.flat",
+ "map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-ta\\values-ta.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-h720dp-v13_values-h720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-pa_values-pa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-ta\\values-ta.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
+ "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": "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"
+ "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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-af_values-af.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ne_values-ne.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-pt_values-pt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-hi_values-hi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-uk_values-uk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-fr_values-fr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-af_values-af.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-af\\values-af.xml",
@@ -596,7 +1253,297 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-or_values-or.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-gu_values-gu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-az_values-az.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-lt_values-lt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-gl_values-gl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-th_values-th.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-or_values-or.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-or\\values-or.xml",
@@ -654,118 +1601,300 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ru_values-ru.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,352,456,560,665,781",
- "endColumns": "97,101,96,103,103,104,115,100",
- "endOffsets": "148,250,347,451,555,660,776,877"
+ "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": "39,40,41,42,43,44,45,117",
+ "startLines": "40,41,42,43,44,45,46,118",
"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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "7,8,9,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",
+ "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": "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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v24_values-v24.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-nb_values-nb.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-v24\\values-v24.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-nb\\values-nb.xml",
"from": {
- "startLines": "2,3",
- "startColumns": "4,4",
- "startOffsets": "55,212",
- "endColumns": "156,134",
- "endOffsets": "207,342"
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
+ "startColumns": "4,4,4,4,4,4,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"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-v24\\values-v24.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-nb\\values-nb.xml",
"from": {
- "startLines": "2,3,4,5,6,9,12,15",
+ "startLines": "2,3,4,5,6,7,8,9",
"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"
+ "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": "4,5,6,7,8,11,14,17",
+ "startLines": "38,39,40,41,42,43,44,116",
"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"
+ "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"
}
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v25_values-v25.arsc.flat",
- "map": [
+ },
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-v25\\values-v25.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-nb\\values-nb.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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-pl_values-pl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-lo_values-lo.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-hy_values-hy.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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",
@@ -777,394 +1906,451 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-mr_values-mr.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-fr-rCA_values-fr-rCA.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-mr\\values-mr.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-bs_values-bs.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-bs\\values-bs.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-km_values-km.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ "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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-km\\values-km.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-bg_values-bg.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values_values.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-bg\\values-bg.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values\\values.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"
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,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": "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"
+ "startLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6075,6079,6080,6084,7209,7210,10234,10592,11436,11469,11505,11538",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32458,32530,33620,33685,55132,55201,62451,62521,62589,62661,62731,62792,62866,116538,116599,116660,116722,116786,116848,116909,116977,117077,117137,117203,117276,117345,117402,117454,118246,118318,118394,118459,118518,118577,118637,118697,118757,118817,118877,118937,118997,119057,119117,119177,119236,119296,119356,119416,119476,119536,119596,119656,119716,119776,119836,119895,119955,120015,120074,120133,120192,120251,120310,120818,120853,122372,122427,122490,122545,122603,122661,122722,122785,122842,122893,122943,123004,123061,123127,123161,123543,128839,132505,132572,132644,132713,132782,132856,132928,152230,427100,427217,427418,427528,427729,508688,508760,676062,688647,722534,724265,725490,726172",
+ "endLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6078,6079,6083,6084,7209,7210,10239,10601,11468,11489,11537,11543",
+ "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,32525,32613,33680,33746,55196,55259,62516,62584,62656,62726,62787,62861,62934,116594,116655,116717,116781,116843,116904,116972,117072,117132,117198,117271,117340,117397,117449,117511,118313,118389,118454,118513,118572,118632,118692,118752,118812,118872,118932,118992,119052,119112,119172,119231,119291,119351,119411,119471,119531,119591,119651,119711,119771,119831,119890,119950,120010,120069,120128,120187,120246,120305,120364,120848,120883,122422,122485,122540,122598,122656,122717,122780,122837,122888,122938,122999,123056,123122,123156,123191,123573,128904,132567,132639,132708,132777,132851,132923,133011,152296,427212,427413,427523,427724,427853,508755,508822,676260,688943,724260,724941,726167,726334"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-bg\\values-bg.xml",
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\colors.xml",
"from": {
- "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29",
- "startColumns": "4,4,4,4,4,4,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"
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "57,100",
+ "endColumns": "41,41",
+ "endOffsets": "94,137"
},
"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"
+ "startLines": "643,963",
+ "startColumns": "4,4",
+ "startOffsets": "32937,56670",
+ "endColumns": "41,41",
+ "endOffsets": "32974,56707"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-bg\\values-bg.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07c471e21f6c8ce0180e8b404d9d11f5\\transformed\\appcompat-resources-1.7.0\\res\\values\\values.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"
+ "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": "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"
+ "startLines": "9382,9398,9404,12965,12981",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "646753,647178,647356,778980,779391",
+ "endLines": "9397,9403,9413,12980,12984",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "647173,647351,647635,779386,779513"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,497,509,510,511,512,513,514,515,516,517,518,519,520,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1950,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2006,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2072,2075,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2137,2140,2141,2142,2143,2152,2156,2160,2164,2168,2169,2212,2220,2227,2397,2400,2410,2419,2428,2497,2498,2499,2500,2506,2507,2508,2509,2510,2511,2517,2518,2519,2520,2521,2526,2527,2531,2532,2538,2542,2543,2544,2545,2555,2556,2557,2561,2562,2568,2572,2646,2649,2650,2655,2656,2659,2660,2661,2662,2926,2933,3194,3200,3464,3471,3732,3738,3801,3883,3935,4017,4079,4161,4225,4277,4359,4367,4373,4384,4388,4392,4405,5180,5196,5203,5209,5226,5239,5259,5276,5285,5290,5297,5317,5330,5347,5353,5359,5366,5370,5376,5390,5393,5403,5404,5405,5453,5457,5461,5465,5466,5467,5470,5486,5493,5507,5552,5561,5567,5571,5575,5580,5587,5593,5594,5597,5601,5606,5619,5623,5628,5633,5638,5641,5644,5647,5651,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892,5896,5900,5904,5908,5912,5916,5920,5921,5922,5923,5924,5925,5926,5927,5931,5935,5936,5940,5941,5944,5948,5951,5954,5957,5961,5964,5967,5971,5975,5979,5983,5986,5987,5988,5989,5992,5996,5999,6002,6005,6008,6011,6014,6085,6088,6089,6092,6095,6096,6099,6100,6101,6105,6106,6111,6118,6125,6132,6139,6146,6153,6160,6167,6174,6183,6192,6201,6208,6217,6226,6229,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6248,6253,6258,6261,6262,6263,6264,6265,6273,6281,6282,6290,6294,6302,6310,6318,6326,6334,6335,6343,6351,6352,6355,6394,6396,6401,6403,6408,6412,6416,6417,6418,6419,6423,6427,6428,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6446,6447,6448,6449,6453,6454,6455,6456,6460,6464,6465,6469,6470,6471,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,6500,6501,6502,6508,6509,6513,6515,6516,6521,6522,6523,6524,6525,6526,6530,6531,6532,6538,6539,6543,6545,6549,6553,6557,6574,6575,6576,6577,6580,6583,6586,6589,6592,6597,6601,6604,6605,6610,6614,6619,6625,6631,6636,6640,6645,6649,6653,6694,6695,6696,6697,6698,6702,6703,6704,6705,6709,6713,6717,6721,6725,6729,6733,6737,6743,6744,6785,6799,6804,6830,6837,6840,6851,6856,6859,6862,6917,6923,6924,6927,6930,6933,6936,6939,6942,6945,6949,6952,6953,6954,6962,6970,6973,6978,6983,6988,6993,6997,7001,7002,7010,7011,7012,7013,7014,7022,7027,7032,7033,7034,7035,7060,7066,7071,7074,7078,7081,7085,7095,7098,7103,7106,7110,7211,7219,7233,7246,7250,7265,7276,7279,7290,7295,7299,7334,7335,7336,7348,7356,7364,7372,7380,7400,7403,7430,7435,7455,7458,7461,7468,7481,7490,7493,7513,7523,7527,7531,7544,7548,7552,7556,7562,7566,7583,7591,7595,7599,7603,7606,7610,7614,7618,7628,7635,7642,7646,7672,7682,7707,7716,7736,7746,7750,7760,7785,7795,7798,7805,7812,7819,7820,7821,7822,7823,7830,7834,7840,7846,7847,7860,7861,7862,7865,7868,7871,7874,7877,7880,7883,7886,7889,7892,7895,7898,7901,7904,7907,7910,7913,7916,7919,7922,7925,7926,7934,7942,7943,7956,7966,7970,7975,7980,7984,7987,7991,7995,7998,8002,8005,8009,8014,8019,8022,8029,8033,8037,8046,8051,8056,8057,8061,8064,8068,8081,8086,8094,8098,8102,8119,8123,8128,8146,8153,8157,8187,8190,8193,8196,8199,8202,8205,8224,8230,8238,8245,8257,8265,8270,8278,8282,8300,8307,8323,8327,8335,8338,8343,8344,8345,8346,8350,8354,8358,8362,8397,8400,8404,8408,8442,8445,8449,8453,8462,8468,8471,8481,8485,8486,8493,8497,8504,8505,8506,8509,8514,8519,8520,8524,8539,8558,8562,8563,8575,8585,8586,8598,8603,8627,8630,8636,8639,8648,8656,8660,8663,8666,8669,8673,8676,8693,8697,8700,8715,8718,8726,8731,8738,8743,8744,8749,8750,8756,8762,8768,8800,8811,8828,8835,8839,8842,8855,8864,8868,8873,8877,8881,8885,8889,8893,8897,8901,8906,8909,8921,8926,8935,8938,8945,8946,8950,8959,8965,8969,8970,8974,8995,9001,9005,9009,9010,9028,9029,9030,9031,9032,9037,9040,9041,9047,9048,9060,9072,9079,9080,9085,9090,9091,9095,9109,9114,9120,9126,9132,9137,9143,9149,9150,9156,9171,9176,9185,9194,9197,9211,9216,9227,9231,9240,9249,9250,9257,9414,9431,9441,9983,10050,10103,10160,10172,10308,10417,10437,10458,10464,10472,10578,11353,11376,11382,11426,11430,11490,11576,11832,11872,11879,11887,11902,11958,11969,11982,11994,12032,12079,12085,12097,12103,12109,12161,12166,12171,12178,12476,12488,12534,12563,12702,12707,12740,12743,12747,12776,12814,12832,12850,12917,12925,13054,13058,13066,13195,13199,13478,13541,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,25196,25755,25801,25861,25915,25985,26055,26120,26186,26251,26319,26388,26456,26586,26639,26698,26756,26854,26904,26956,27002,27052,27108,27202,27260,27318,27380,27443,27505,27564,27624,27689,27755,27820,27882,27944,28006,28068,28130,28192,28258,28325,28391,28454,28518,28581,28649,28710,28772,28834,28897,28961,29024,29088,29166,29225,29291,29371,29432,29636,29694,30127,30172,30639,30703,31895,34000,34074,34145,34211,34285,34354,34425,34498,34569,34637,34710,34786,34856,34934,35002,35068,35129,35198,35262,35328,35396,35462,35525,35593,35664,35729,35802,35865,35946,36010,36076,36146,36216,36286,36356,37161,37218,37276,37335,37395,37454,37513,37572,37631,37690,37749,37808,37867,37926,37985,38045,38106,38168,38229,38290,38351,38412,38473,38534,38594,38655,38716,38776,38837,38898,38959,39020,39081,39142,39203,39264,39325,39386,39447,39515,39584,39654,39723,39792,39861,39930,39999,40068,40137,40206,40275,40344,40404,40465,40527,40588,40649,40710,40771,40832,40893,40954,41015,41076,41137,41199,41262,41326,41389,41452,41515,41578,41641,41704,41767,41830,41893,41956,42017,42079,42142,42204,42266,42328,42390,42452,42514,42576,42638,42700,42762,42819,42905,42985,43075,43170,43262,43354,43444,43527,43620,43707,43804,43895,43996,44083,44186,44275,44374,44466,44566,44650,44744,44832,44930,45013,45104,45198,45297,45399,45497,45597,45684,45784,45870,45966,46054,46135,46226,46322,46415,46508,46599,46684,46778,46867,46965,47058,47160,47248,47352,47443,47543,47636,47737,47822,47917,48006,48105,48190,48282,48377,48477,48580,48679,48782,48871,48972,49059,49156,49244,49340,49432,49532,49622,49720,49805,49894,49983,50076,50163,50926,50992,51068,51137,51216,51289,51369,51449,51526,51594,51672,51748,51819,51900,51973,52056,52131,52216,52289,52370,52451,52525,52609,52679,52757,52827,52907,52985,53057,53139,53209,53286,53366,53451,53539,53623,53710,53784,53862,53940,54011,54092,54183,54266,54362,54460,54567,54632,54698,54751,54827,54893,54980,55056,62161,62396,62991,63045,63124,63202,63275,63340,63403,63469,63540,63611,63681,63743,63812,63878,63938,64005,64072,64128,64179,64232,64284,64338,64409,64472,64531,64593,64652,64725,64792,64862,64922,64985,65060,65132,65228,65299,65355,65426,65483,65540,65606,65670,65741,65798,65851,65914,65966,66024,67261,67330,67396,67455,67538,67597,67654,67721,67791,67865,67927,67996,68066,68165,68262,68361,68447,68533,68614,68689,68778,68869,68953,69012,69058,69124,69181,69248,69305,69387,69452,69518,69641,69725,69846,69911,69973,70071,70145,70228,70317,70381,70460,70534,70596,70692,70757,70816,70872,70928,70988,71095,71142,71202,71263,71327,71388,71448,71506,71549,71598,71650,71701,71753,71802,71851,71916,71982,72042,72103,72159,72218,72267,72315,72373,72430,72532,72589,72664,72712,72763,72825,72890,72942,73016,73079,73142,73210,73260,73322,73382,73439,73499,73548,73616,73722,73824,73893,73964,74020,74069,74169,74240,74350,74441,74523,74621,74677,74778,74888,74987,75050,75156,75233,75345,75472,75584,75711,75781,75895,76026,76123,76191,76309,76412,76530,76591,76665,76732,76837,76959,77033,77100,77210,77309,77382,77479,77601,77719,77837,77898,78020,78137,78205,78311,78413,78493,78564,78660,78727,78801,78875,78961,79051,79129,79206,79306,79377,79498,79619,79683,79808,79882,80006,80130,80197,80306,80434,80546,80625,80703,80804,80875,80997,81119,81184,81310,81422,81528,81596,81695,81799,81862,81928,82012,82125,82238,82356,82434,82506,82642,82778,82863,83003,83141,83279,83421,83503,83589,83666,83739,83848,83959,84087,84215,84347,84477,84607,84741,84830,84892,84988,85055,85172,85293,85390,85472,85559,85646,85777,85908,86043,86120,86197,86308,86422,86496,86605,86717,86784,86857,86922,87024,87120,87224,87292,87357,87451,87523,87633,87739,87812,87903,88005,88108,88203,88310,88415,88537,88659,88785,88844,88902,89026,89150,89278,89396,89514,89636,89722,89819,89953,90087,90167,90305,90437,90569,90705,90780,90856,90959,91033,91146,91227,91284,91345,91404,91464,91522,91583,91641,91691,91740,91807,91866,91925,91974,92045,92129,92199,92270,92350,92419,92482,92550,92616,92684,92749,92815,92892,92970,93076,93182,93278,93407,93496,93623,93689,93759,93845,93911,93994,94068,94166,94262,94358,94456,94565,94660,94749,94811,94871,94936,94993,95074,95128,95185,95282,95392,95453,95568,95689,95784,95876,95969,96025,96084,96133,96225,96274,96328,96382,96436,96490,96544,96599,96709,96819,96927,97037,97147,97257,97367,97475,97581,97685,97789,97893,97988,98083,98176,98269,98373,98479,98583,98687,98780,98873,98966,99059,99167,99273,99379,99485,99582,99677,99772,99867,99973,100079,100185,100291,100389,100484,100580,100677,100742,100846,100904,100968,101029,101091,101151,101216,101278,101346,101404,101467,101530,101597,101672,101745,101811,101863,101916,101968,102025,102109,102204,102289,102370,102450,102527,102606,102683,102757,102831,102902,102982,103054,103129,103194,103255,103315,103390,103464,103537,103607,103679,103749,103822,103886,103956,104002,104071,104123,104208,104291,104348,104414,104481,104547,104628,104703,104759,104812,104873,104931,104981,105030,105079,105128,105190,105242,105287,105368,105419,105473,105526,105580,105631,105680,105746,105797,105858,105919,105981,106031,106072,106149,106208,106267,106326,106387,106443,106499,106566,106627,106692,106747,106812,106881,106949,107027,107096,107156,107227,107301,107366,107438,107508,107575,107659,107728,107795,107865,107928,107995,108063,108146,108225,108315,108392,108460,108527,108605,108662,108719,108787,108853,108909,108969,109028,109082,109132,109182,109230,109292,109343,109416,109496,109576,109640,109707,109778,109836,109897,109963,110022,110089,110149,110209,110272,110340,110401,110468,110546,110616,110665,110722,110791,110852,110940,111028,111116,111204,111291,111378,111465,111552,111610,111684,111754,111810,111881,111946,112008,112083,112156,112246,112312,112378,112439,112503,112565,112623,112694,112777,112836,112907,112973,113038,113099,113158,113229,113295,113360,113443,113519,113594,113675,113735,113804,113874,113943,113998,114054,114110,114171,114229,114285,114344,114398,114453,114515,114572,114666,114735,114836,114887,114957,115020,115076,115134,115193,115247,115333,115417,115487,115556,115626,115741,115862,115929,115996,116071,116138,116197,116251,116305,116359,116412,116464,117969,118106,120888,120937,120987,121078,121126,121182,121240,121302,121357,121415,121486,121550,121609,121671,121737,121984,122129,122173,122218,123196,123247,123294,123339,123390,123441,123492,124029,124519,124585,124764,124827,124899,124956,125010,125065,125123,125178,125237,125293,125362,125431,125500,125570,125633,125696,125759,125822,125887,125952,126017,126082,126145,126209,126273,126337,126388,126466,126544,126615,126687,126760,126832,126898,126964,127032,127100,127166,127233,127307,127370,127427,127487,127552,127619,127684,127741,127802,127860,127964,128074,128183,128287,128365,128430,128497,128563,128633,128680,128732,128782,128909,131228,131416,131547,131731,131909,132147,132336,133126,133224,133339,133424,133603,133763,133828,133917,134074,134231,134465,134677,134872,135059,135155,135245,135341,135431,135597,135720,135843,136013,136119,136234,136349,136451,136557,136674,136789,136871,137044,137212,137360,137519,137674,137847,137964,138081,138249,138361,138475,138647,138823,138981,139114,139226,139372,139524,139656,139799,139921,140099,140235,140331,140467,140562,140729,140822,140914,141101,141257,141435,141599,141781,142098,142280,142462,142652,142884,143074,143251,143413,143570,143680,143863,144000,144204,144388,144572,144732,144890,145074,145301,145504,145675,145895,146117,146272,146472,146656,146759,146949,147090,147255,147426,147626,147830,148032,148197,148402,148601,148800,148997,149088,149237,149387,149471,149620,149765,149917,150058,150224,150471,150549,150850,151016,151171,151374,151532,151696,151882,152105,152823,153100,153372,153650,153895,153957,156785,157236,157692,168829,168977,169491,169928,170362,174702,174787,174908,175007,175412,175509,175626,175713,175836,175937,176343,176442,176561,176654,176761,177104,177211,177456,177577,177986,178234,178334,178439,178558,179067,179214,179333,179584,179717,180132,180386,185720,185967,186092,186500,186621,186849,186970,187103,187250,207972,208464,228935,229359,250126,250620,271136,271562,276403,281820,285911,291342,296084,301461,305445,309437,314828,315375,315808,316564,316794,317037,318204,366374,367278,367862,368335,369765,370509,371702,372756,373234,373527,373910,375425,376190,377333,377774,378215,378811,379085,379496,380512,380690,381443,381580,381671,383865,384131,384453,384663,384772,384891,385075,386193,386663,387414,389997,390410,390786,391014,391270,391529,392105,392459,392581,392720,393012,393272,394200,394486,394889,395291,395634,395846,396047,396260,396549,407436,407509,407596,407681,412350,412462,412568,412691,412823,412946,413076,413200,413333,413464,413589,413706,413826,413958,414086,414200,414318,414431,414552,414740,414927,415108,415291,415475,415640,415822,415942,416062,416170,416280,416392,416500,416610,416775,416941,417093,417258,417359,417479,417650,417811,417974,418135,418302,418421,418538,418718,418900,419081,419264,419419,419564,419686,419821,419984,420177,420303,420455,420597,420767,420923,421095,427858,428053,428145,428318,428480,428575,428744,428838,428927,429170,429259,429552,429968,430388,430809,431235,431652,432068,432485,432903,433317,433787,434260,434732,435143,435614,436086,436276,436482,436588,436696,436802,436914,437028,437140,437254,437370,437484,437592,437702,437810,438072,438451,438855,439002,439110,439220,439328,439442,439851,440265,440381,440799,441040,441470,441905,442315,442737,443147,443269,443678,444094,444216,444434,447254,447322,447666,447746,448102,448252,448396,448472,448584,448674,448936,449201,449309,449461,449569,449645,449757,449847,449949,450057,450165,450265,450373,450458,450624,450728,450856,450943,451110,451188,451302,451394,451658,451925,452035,452188,452298,452382,452771,452869,452977,453071,453201,453309,453431,453567,453675,453795,453929,454051,454179,454321,454447,454587,454713,454831,454963,455061,455171,455471,455583,455701,456165,456281,456584,456710,456806,457207,457317,457441,457579,457689,457811,458123,458247,458377,458853,458981,459296,459434,459596,459812,459968,461245,461313,461397,461501,461704,461893,462094,462287,462492,462805,463017,463183,463299,463545,463761,464074,464500,464962,465199,465351,465611,465755,465897,469129,469243,469363,469479,469573,469894,469993,470111,470212,470491,470776,471055,471337,471590,471849,472102,472358,472782,472858,476108,477463,477907,479761,480336,480544,481554,481934,482100,482241,487261,487687,487799,487934,488087,488284,488455,488638,488813,489000,489272,489430,489514,489618,490105,490661,490819,491038,491269,491492,491727,491949,492215,492353,492952,493066,493204,493316,493440,494011,494506,495052,495197,495290,495382,497309,497879,498177,498366,498572,498765,498975,499859,500004,500396,500554,500771,508827,509259,510134,510754,510951,511899,512664,512787,513560,513781,513981,515958,516058,516148,516834,517587,518352,519115,519890,521103,521268,522881,523202,524265,524475,524645,525215,526110,526743,526909,528395,529011,529247,529468,530426,530691,530956,531203,531617,531853,533138,533587,533774,534023,534265,534441,534682,534915,535140,535735,536210,536734,536995,538346,538821,540047,540517,541565,542017,542261,542718,543963,544446,544596,545151,545603,546003,546156,546301,546444,546514,546942,547230,547734,548243,548359,549261,549383,549495,549672,549938,550208,550474,550742,550998,551258,551514,551772,552024,552280,552532,552786,553018,553254,553506,553762,554014,554268,554500,554734,554846,555498,555953,556077,557169,557984,558180,558504,558893,559245,559486,559700,559999,560191,560506,560713,561059,561359,561760,561979,562392,562629,562999,563723,564078,564347,564487,564741,564885,565162,566154,566563,567195,567541,567909,568983,569346,569746,571254,571839,572157,574692,574886,575104,575330,575542,575741,575948,577152,577447,578004,578394,579026,579503,579748,580235,580481,581677,582074,583080,583302,583725,583916,584295,584383,584491,584599,584912,585237,585556,585887,588590,588778,589039,589288,591872,592064,592329,592582,593114,593522,593721,594305,594540,594664,595076,595290,595692,595795,595925,596100,596352,596548,596688,596882,597893,598962,599250,599380,600157,600814,600960,601666,601904,603444,603594,604011,604176,604862,605332,605528,605619,605703,605847,606081,606248,607176,607462,607622,608237,608396,608724,608951,609463,609825,609904,610243,610348,610713,611084,611445,613319,613948,615024,615448,615701,615853,616901,617638,617841,618087,618334,618552,618794,619115,619379,619684,619907,620218,620407,621122,621391,621885,622111,622551,622710,622994,623739,624104,624409,624567,624805,626124,626522,626750,626970,627112,628402,628508,628638,628776,628900,629188,629357,629457,629742,629856,630739,631494,631933,632057,632303,632496,632630,632821,633600,633818,634109,634388,634705,634927,635222,635505,635609,635950,636766,637082,637643,638149,638354,639140,639545,640206,640395,640946,641512,641632,642034,647640,648170,648469,666881,669323,671148,673155,673494,679524,681819,682259,683011,683195,683406,688064,720144,720872,721074,722209,722359,724946,727864,737896,739395,739736,740244,740755,742549,742809,743425,743920,744957,746823,747014,747347,747503,747696,750088,750317,750525,750695,762097,762395,763738,764748,769820,769936,771160,771297,771443,773390,774528,775059,775485,777500,777748,782664,782780,782955,787561,787708,798580,800954,806696,806791,806884,806947,807029,807122,807215,807302,807400,807491,807582,807670,807754,807850,807950,808056,808159,808260,808364,808470,808569,808675,808777,808884,808993,809104,809235,809355,809471,809589,809688,809795,809911,810030,810158,810247,810342,810419,810508,810599,810692,810766,810863,810958,811056,811155,811259,811355,811457,811560,811660,811763,811848,811949,812047,812137,812232,812319,812425,812527,812621,812712,812806,812882,812974,813063,813166,813277,813360,813446,813541,813638,813734,813822,813923,814024,814127,814233,814331,814428,814523,814621,814724,814824,814927,815032,815150,815266,815361,815454,815539,815635,815729,815821,815904,816008,816113,816213,816314,816419,816519,816620,816719,816821,816915,817022,817124,817227,817320,817416,817518,817621,817717,817819,817922,818019,818122,818220,818324,818429,818526,818634,818748,818863,818971,819085,819200,819302,819407,819515,819625,819741,819858,819953,820050,820149,820254,820360,820459,820564,820670,820770,820876,820977,821084,821203,821302,821407,821509,821611,821711,821814,821909,822013,822098,822202,822306,822404,822508,822614,822712,822817,822915,823028,823122,823211,823300,823383,823474,823557,823655,823745,823841,823930,824024,824112,824208,824293,824401,824502,824603,824701,824807,824898,824997,825094,825192,825288,825381,825491,825589,825684,825794,825886,825986,826085,826172,826276,826381,826480,826587,826694,826793,826902,826994,827105,827216,827327,827431,827546,827662,827789,827909,828004,828099,828196,828295,828387,828486,828578,828677,828763,828857,828960,829056,829159,829255,829358,829455,829553,829656,829749,829839,829940,830023,830114,830199,830291,830394,830489,830585,830678,830772,830851,830958,831049,831148,831241,831344,831448,831549,831650,831754,831848,831952,832056,832169,832275,832381,832489,832606,832707,832815,832915,833018,833123,833230,833326,833405,833495,833579,833671,833744,833836,833925,834017,834102,834199,834292,834387,834486,834583,834674,834765,834857,834952,835059,835167,835269,835366,835463,835556,835643,835727,835824,835921,836014,836101,836192,836291,836390,836485,836574,836655,836754,836858,836955,837060,837157,837241,837340,837444,837541,837646,837743,837841,837942,838048,838147,838254,838353,838452,838543,838632,838721,838803,838896,838987,839098,839199,839299,839411,839524,839622,839730,839824,839924,840013,840105,840216,840326,840421,840537,840663,840789,840908,841036,841161,841286,841404,841531,841640,841749,841862,841985,842108,842224,842349,842446,842554,842676,842792,842908,843017,843105,843206,843295,843396,843483,843571,843668,843760,843866,843966,844042",
+ "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,497,509,510,511,512,513,514,515,516,517,518,519,523,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1953,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2008,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2071,2074,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2139,2140,2141,2142,2143,2155,2159,2163,2167,2168,2172,2219,2226,2234,2399,2409,2418,2427,2436,2497,2498,2499,2505,2506,2507,2508,2509,2510,2516,2517,2518,2519,2520,2525,2526,2530,2531,2537,2541,2542,2543,2544,2554,2555,2556,2560,2561,2567,2571,2572,2648,2649,2654,2655,2658,2659,2660,2661,2925,2932,3193,3199,3463,3470,3731,3737,3800,3882,3934,4016,4078,4160,4224,4276,4358,4366,4372,4383,4387,4391,4404,4419,5195,5202,5208,5225,5238,5258,5275,5284,5289,5296,5316,5329,5346,5352,5358,5365,5369,5375,5389,5392,5402,5403,5404,5452,5456,5460,5464,5465,5466,5469,5485,5492,5506,5551,5552,5566,5570,5574,5579,5586,5592,5593,5596,5600,5605,5618,5622,5627,5632,5637,5640,5643,5646,5650,5654,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5903,5907,5911,5915,5919,5920,5921,5922,5923,5924,5925,5926,5930,5934,5935,5939,5940,5943,5947,5950,5953,5956,5960,5963,5966,5970,5974,5978,5982,5985,5986,5987,5988,5991,5995,5998,6001,6004,6007,6010,6013,6017,6087,6088,6091,6094,6095,6098,6099,6100,6104,6105,6110,6117,6124,6131,6138,6145,6152,6159,6166,6173,6182,6191,6200,6207,6216,6225,6228,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6247,6252,6257,6260,6261,6262,6263,6264,6272,6280,6281,6289,6293,6301,6309,6317,6325,6333,6334,6342,6350,6351,6354,6357,6395,6400,6402,6407,6411,6415,6416,6417,6418,6422,6426,6427,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6445,6446,6447,6448,6452,6453,6454,6455,6459,6463,6464,6468,6469,6470,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6499,6500,6501,6507,6508,6512,6514,6515,6520,6521,6522,6523,6524,6525,6529,6530,6531,6537,6538,6542,6544,6548,6552,6556,6560,6574,6575,6576,6579,6582,6585,6588,6591,6596,6600,6603,6604,6609,6613,6618,6624,6630,6635,6639,6644,6648,6652,6693,6694,6695,6696,6697,6701,6702,6703,6704,6708,6712,6716,6720,6724,6728,6732,6736,6742,6743,6784,6798,6803,6829,6836,6839,6850,6855,6858,6861,6916,6922,6923,6926,6929,6932,6935,6938,6941,6944,6948,6951,6952,6953,6961,6969,6972,6977,6982,6987,6992,6996,7000,7001,7009,7010,7011,7012,7013,7021,7026,7031,7032,7033,7034,7059,7065,7070,7073,7077,7080,7084,7094,7097,7102,7105,7109,7113,7218,7232,7245,7249,7264,7275,7278,7289,7294,7298,7333,7334,7335,7347,7355,7363,7371,7379,7399,7402,7429,7434,7454,7457,7460,7467,7480,7489,7492,7512,7522,7526,7530,7543,7547,7551,7555,7561,7565,7582,7590,7594,7598,7602,7605,7609,7613,7617,7627,7634,7641,7645,7671,7681,7706,7715,7735,7745,7749,7759,7784,7794,7797,7804,7811,7818,7819,7820,7821,7822,7829,7833,7839,7845,7846,7859,7860,7861,7864,7867,7870,7873,7876,7879,7882,7885,7888,7891,7894,7897,7900,7903,7906,7909,7912,7915,7918,7921,7924,7925,7933,7941,7942,7955,7965,7969,7974,7979,7983,7986,7990,7994,7997,8001,8004,8008,8013,8018,8021,8028,8032,8036,8045,8050,8055,8056,8060,8063,8067,8080,8085,8093,8097,8101,8118,8122,8127,8145,8152,8156,8186,8189,8192,8195,8198,8201,8204,8223,8229,8237,8244,8256,8264,8269,8277,8281,8299,8306,8322,8326,8334,8337,8342,8343,8344,8345,8349,8353,8357,8361,8396,8399,8403,8407,8441,8444,8448,8452,8461,8467,8470,8480,8484,8485,8492,8496,8503,8504,8505,8508,8513,8518,8519,8523,8538,8557,8561,8562,8574,8584,8585,8597,8602,8626,8629,8635,8638,8647,8655,8659,8662,8665,8668,8672,8675,8692,8696,8699,8714,8717,8725,8730,8737,8742,8743,8748,8749,8755,8761,8767,8799,8810,8827,8834,8838,8841,8854,8863,8867,8872,8876,8880,8884,8888,8892,8896,8900,8905,8908,8920,8925,8934,8937,8944,8945,8949,8958,8964,8968,8969,8973,8994,9000,9004,9008,9009,9027,9028,9029,9030,9031,9036,9039,9040,9046,9047,9059,9071,9078,9079,9084,9089,9090,9094,9108,9113,9119,9125,9131,9136,9142,9148,9149,9155,9170,9175,9184,9193,9196,9210,9215,9226,9230,9239,9248,9249,9256,9264,9430,9440,9487,10049,10102,10159,10171,10229,10416,10436,10457,10463,10471,10577,10591,11375,11381,11425,11429,11435,11495,11586,11865,11878,11886,11901,11957,11968,11981,11993,12031,12078,12084,12096,12102,12108,12160,12165,12170,12177,12212,12487,12533,12562,12625,12706,12712,12742,12746,12774,12813,12831,12849,12916,12924,12948,13057,13065,13158,13198,13477,13485,13551,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073",
+ "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,25249,25796,25856,25910,25980,26050,26115,26181,26246,26314,26383,26451,26581,26634,26693,26751,26803,26899,26951,26997,27047,27103,27150,27255,27313,27375,27438,27500,27559,27619,27684,27750,27815,27877,27939,28001,28063,28125,28187,28253,28320,28386,28449,28513,28576,28644,28705,28767,28829,28892,28956,29019,29083,29161,29220,29286,29366,29427,29480,29689,29740,30167,30228,30698,30757,31952,34069,34140,34206,34280,34349,34420,34493,34564,34632,34705,34781,34851,34929,34997,35063,35124,35193,35257,35323,35391,35457,35520,35588,35659,35724,35797,35860,35941,36005,36071,36141,36211,36281,36351,36418,37213,37271,37330,37390,37449,37508,37567,37626,37685,37744,37803,37862,37921,37980,38040,38101,38163,38224,38285,38346,38407,38468,38529,38589,38650,38711,38771,38832,38893,38954,39015,39076,39137,39198,39259,39320,39381,39442,39510,39579,39649,39718,39787,39856,39925,39994,40063,40132,40201,40270,40339,40399,40460,40522,40583,40644,40705,40766,40827,40888,40949,41010,41071,41132,41194,41257,41321,41384,41447,41510,41573,41636,41699,41762,41825,41888,41951,42012,42074,42137,42199,42261,42323,42385,42447,42509,42571,42633,42695,42757,42814,42900,42980,43070,43165,43257,43349,43439,43522,43615,43702,43799,43890,43991,44078,44181,44270,44369,44461,44561,44645,44739,44827,44925,45008,45099,45193,45292,45394,45492,45592,45679,45779,45865,45961,46049,46130,46221,46317,46410,46503,46594,46679,46773,46862,46960,47053,47155,47243,47347,47438,47538,47631,47732,47817,47912,48001,48100,48185,48277,48372,48472,48575,48674,48777,48866,48967,49054,49151,49239,49335,49427,49527,49617,49715,49800,49889,49978,50071,50158,50249,50987,51063,51132,51211,51284,51364,51444,51521,51589,51667,51743,51814,51895,51968,52051,52126,52211,52284,52365,52446,52520,52604,52674,52752,52822,52902,52980,53052,53134,53204,53281,53361,53446,53534,53618,53705,53779,53857,53935,54006,54087,54178,54261,54357,54455,54562,54627,54693,54746,54822,54888,54975,55051,55127,62221,62446,63040,63119,63197,63270,63335,63398,63464,63535,63606,63676,63738,63807,63873,63933,64000,64067,64123,64174,64227,64279,64333,64404,64467,64526,64588,64647,64720,64787,64857,64917,64980,65055,65127,65223,65294,65350,65421,65478,65535,65601,65665,65736,65793,65846,65909,65961,66019,66086,67325,67391,67450,67533,67592,67649,67716,67786,67860,67922,67991,68061,68160,68257,68356,68442,68528,68609,68684,68773,68864,68948,69007,69053,69119,69176,69243,69300,69382,69447,69513,69636,69720,69841,69906,69968,70066,70140,70223,70312,70376,70455,70529,70591,70687,70752,70811,70867,70923,70983,71090,71137,71197,71258,71322,71383,71443,71501,71544,71593,71645,71696,71748,71797,71846,71911,71977,72037,72098,72154,72213,72262,72310,72368,72425,72527,72584,72659,72707,72758,72820,72885,72937,73011,73074,73137,73205,73255,73317,73377,73434,73494,73543,73611,73717,73819,73888,73959,74015,74064,74164,74235,74345,74436,74518,74616,74672,74773,74883,74982,75045,75151,75228,75340,75467,75579,75706,75776,75890,76021,76118,76186,76304,76407,76525,76586,76660,76727,76832,76954,77028,77095,77205,77304,77377,77474,77596,77714,77832,77893,78015,78132,78200,78306,78408,78488,78559,78655,78722,78796,78870,78956,79046,79124,79201,79301,79372,79493,79614,79678,79803,79877,80001,80125,80192,80301,80429,80541,80620,80698,80799,80870,80992,81114,81179,81305,81417,81523,81591,81690,81794,81857,81923,82007,82120,82233,82351,82429,82501,82637,82773,82858,82998,83136,83274,83416,83498,83584,83661,83734,83843,83954,84082,84210,84342,84472,84602,84736,84825,84887,84983,85050,85167,85288,85385,85467,85554,85641,85772,85903,86038,86115,86192,86303,86417,86491,86600,86712,86779,86852,86917,87019,87115,87219,87287,87352,87446,87518,87628,87734,87807,87898,88000,88103,88198,88305,88410,88532,88654,88780,88839,88897,89021,89145,89273,89391,89509,89631,89717,89814,89948,90082,90162,90300,90432,90564,90700,90775,90851,90954,91028,91141,91222,91279,91340,91399,91459,91517,91578,91636,91686,91735,91802,91861,91920,91969,92040,92124,92194,92265,92345,92414,92477,92545,92611,92679,92744,92810,92887,92965,93071,93177,93273,93402,93491,93618,93684,93754,93840,93906,93989,94063,94161,94257,94353,94451,94560,94655,94744,94806,94866,94931,94988,95069,95123,95180,95277,95387,95448,95563,95684,95779,95871,95964,96020,96079,96128,96220,96269,96323,96377,96431,96485,96539,96594,96704,96814,96922,97032,97142,97252,97362,97470,97576,97680,97784,97888,97983,98078,98171,98264,98368,98474,98578,98682,98775,98868,98961,99054,99162,99268,99374,99480,99577,99672,99767,99862,99968,100074,100180,100286,100384,100479,100575,100672,100737,100841,100899,100963,101024,101086,101146,101211,101273,101341,101399,101462,101525,101592,101667,101740,101806,101858,101911,101963,102020,102104,102199,102284,102365,102445,102522,102601,102678,102752,102826,102897,102977,103049,103124,103189,103250,103310,103385,103459,103532,103602,103674,103744,103817,103881,103951,103997,104066,104118,104203,104286,104343,104409,104476,104542,104623,104698,104754,104807,104868,104926,104976,105025,105074,105123,105185,105237,105282,105363,105414,105468,105521,105575,105626,105675,105741,105792,105853,105914,105976,106026,106067,106144,106203,106262,106321,106382,106438,106494,106561,106622,106687,106742,106807,106876,106944,107022,107091,107151,107222,107296,107361,107433,107503,107570,107654,107723,107790,107860,107923,107990,108058,108141,108220,108310,108387,108455,108522,108600,108657,108714,108782,108848,108904,108964,109023,109077,109127,109177,109225,109287,109338,109411,109491,109571,109635,109702,109773,109831,109892,109958,110017,110084,110144,110204,110267,110335,110396,110463,110541,110611,110660,110717,110786,110847,110935,111023,111111,111199,111286,111373,111460,111547,111605,111679,111749,111805,111876,111941,112003,112078,112151,112241,112307,112373,112434,112498,112560,112618,112689,112772,112831,112902,112968,113033,113094,113153,113224,113290,113355,113438,113514,113589,113670,113730,113799,113869,113938,113993,114049,114105,114166,114224,114280,114339,114393,114448,114510,114567,114661,114730,114831,114882,114952,115015,115071,115129,115188,115242,115328,115412,115482,115551,115621,115736,115857,115924,115991,116066,116133,116192,116246,116300,116354,116407,116459,116533,118101,118241,120932,120982,121032,121121,121177,121235,121297,121352,121410,121481,121545,121604,121666,121732,121798,122022,122168,122213,122256,123242,123289,123334,123385,123436,123487,123538,124072,124580,124642,124822,124894,124951,125005,125060,125118,125173,125232,125288,125357,125426,125495,125565,125628,125691,125754,125817,125882,125947,126012,126077,126140,126204,126268,126332,126383,126461,126539,126610,126682,126755,126827,126893,126959,127027,127095,127161,127228,127302,127365,127422,127482,127547,127614,127679,127736,127797,127855,127959,128069,128178,128282,128360,128425,128492,128558,128628,128675,128727,128777,128834,129224,131373,131542,131726,131904,132142,132331,132500,133219,133334,133419,133498,133758,133823,133912,134069,134226,134379,134614,134731,135054,135150,135240,135336,135426,135592,135715,135838,136008,136114,136229,136344,136446,136552,136669,136784,136866,137039,137207,137355,137514,137669,137842,137959,138076,138244,138356,138470,138642,138818,138976,139109,139221,139367,139519,139651,139794,139916,140094,140230,140326,140462,140557,140724,140817,140909,141096,141252,141430,141594,141776,142093,142275,142457,142647,142879,143069,143246,143408,143565,143675,143858,143995,144199,144383,144567,144727,144885,145069,145296,145499,145670,145890,146112,146267,146467,146651,146754,146944,147085,147250,147421,147621,147825,148027,148192,148397,148596,148795,148992,149083,149232,149382,149466,149615,149760,149912,150053,150219,150380,150544,150845,151011,151166,151268,151527,151691,151877,152100,152225,153095,153367,153645,153890,153952,154237,157231,157687,158196,168972,169486,169923,170357,170800,174782,174903,175002,175407,175504,175621,175708,175831,175932,176338,176437,176556,176649,176756,177099,177206,177451,177572,177981,178229,178329,178434,178553,179062,179209,179328,179579,179712,180127,180381,180493,185962,186087,186495,186616,186844,186965,187098,187245,207967,208459,228930,229354,250121,250615,271131,271557,276398,281815,285906,291337,296079,301456,305440,309432,314823,315370,315803,316559,316789,317032,318199,319128,367273,367857,368330,369760,370504,371697,372751,373229,373522,373905,375420,376185,377328,377769,378210,378806,379080,379491,380507,380685,381438,381575,381666,383860,384126,384448,384658,384767,384886,385070,386188,386658,387409,389992,390087,390781,391009,391265,391524,392100,392454,392576,392715,393007,393267,394195,394481,394884,395286,395629,395841,396042,396255,396544,396829,407504,407591,407676,407775,412457,412563,412686,412818,412941,413071,413195,413328,413459,413584,413701,413821,413953,414081,414195,414313,414426,414547,414735,414922,415103,415286,415470,415635,415817,415937,416057,416165,416275,416387,416495,416605,416770,416936,417088,417253,417354,417474,417645,417806,417969,418130,418297,418416,418533,418713,418895,419076,419259,419414,419559,419681,419816,419979,420172,420298,420450,420592,420762,420918,421090,421381,428048,428140,428313,428475,428570,428739,428833,428922,429165,429254,429547,429963,430383,430804,431230,431647,432063,432480,432898,433312,433782,434255,434727,435138,435609,436081,436271,436477,436583,436691,436797,436909,437023,437135,437249,437365,437479,437587,437697,437805,438067,438446,438850,438997,439105,439215,439323,439437,439846,440260,440376,440794,441035,441465,441900,442310,442732,443142,443264,443673,444089,444211,444429,444613,447317,447661,447741,448097,448247,448391,448467,448579,448669,448931,449196,449304,449456,449564,449640,449752,449842,449944,450052,450160,450260,450368,450453,450619,450723,450851,450938,451105,451183,451297,451389,451653,451920,452030,452183,452293,452377,452766,452864,452972,453066,453196,453304,453426,453562,453670,453790,453924,454046,454174,454316,454442,454582,454708,454826,454958,455056,455166,455466,455578,455696,456160,456276,456579,456705,456801,457202,457312,457436,457574,457684,457806,458118,458242,458372,458848,458976,459291,459429,459591,459807,459963,460167,461308,461392,461496,461699,461888,462089,462282,462487,462800,463012,463178,463294,463540,463756,464069,464495,464957,465194,465346,465606,465750,465892,469124,469238,469358,469474,469568,469889,469988,470106,470207,470486,470771,471050,471332,471585,471844,472097,472353,472777,472853,476103,477458,477902,479756,480331,480539,481549,481929,482095,482236,487256,487682,487794,487929,488082,488279,488450,488633,488808,488995,489267,489425,489509,489613,490100,490656,490814,491033,491264,491487,491722,491944,492210,492348,492947,493061,493199,493311,493435,494006,494501,495047,495192,495285,495377,497304,497874,498172,498361,498567,498760,498970,499854,499999,500391,500549,500766,501027,509254,510129,510749,510946,511894,512659,512782,513555,513776,513976,515953,516053,516143,516829,517582,518347,519110,519885,521098,521263,522876,523197,524260,524470,524640,525210,526105,526738,526904,528390,529006,529242,529463,530421,530686,530951,531198,531612,531848,533133,533582,533769,534018,534260,534436,534677,534910,535135,535730,536205,536729,536990,538341,538816,540042,540512,541560,542012,542256,542713,543958,544441,544591,545146,545598,545998,546151,546296,546439,546509,546937,547225,547729,548238,548354,549256,549378,549490,549667,549933,550203,550469,550737,550993,551253,551509,551767,552019,552275,552527,552781,553013,553249,553501,553757,554009,554263,554495,554729,554841,555493,555948,556072,557164,557979,558175,558499,558888,559240,559481,559695,559994,560186,560501,560708,561054,561354,561755,561974,562387,562624,562994,563718,564073,564342,564482,564736,564880,565157,566149,566558,567190,567536,567904,568978,569341,569741,571249,571834,572152,574687,574881,575099,575325,575537,575736,575943,577147,577442,577999,578389,579021,579498,579743,580230,580476,581672,582069,583075,583297,583720,583911,584290,584378,584486,584594,584907,585232,585551,585882,588585,588773,589034,589283,591867,592059,592324,592577,593109,593517,593716,594300,594535,594659,595071,595285,595687,595790,595920,596095,596347,596543,596683,596877,597888,598957,599245,599375,600152,600809,600955,601661,601899,603439,603589,604006,604171,604857,605327,605523,605614,605698,605842,606076,606243,607171,607457,607617,608232,608391,608719,608946,609458,609820,609899,610238,610343,610708,611079,611440,613314,613943,615019,615443,615696,615848,616896,617633,617836,618082,618329,618547,618789,619110,619374,619679,619902,620213,620402,621117,621386,621880,622106,622546,622705,622989,623734,624099,624404,624562,624800,626119,626517,626745,626965,627107,628397,628503,628633,628771,628895,629183,629352,629452,629737,629851,630734,631489,631928,632052,632298,632491,632625,632816,633595,633813,634104,634383,634700,634922,635217,635500,635604,635945,636761,637077,637638,638144,638349,639135,639540,640201,640390,640941,641507,641627,642029,642563,648165,648464,650809,669318,671143,673150,673489,675922,681814,682254,683006,683190,683401,688059,688642,720867,721069,722204,722354,722529,725166,728453,739190,739731,740239,740750,742544,742804,743420,743915,744952,746818,747009,747342,747498,747691,750083,750312,750520,750690,752462,762390,763733,764743,766708,769931,770100,771292,771438,772123,774523,775054,775480,777495,777743,778513,782775,782950,786165,787703,798575,798818,801367,806786,806879,806942,807024,807117,807210,807297,807395,807486,807577,807665,807749,807845,807945,808051,808154,808255,808359,808465,808564,808670,808772,808879,808988,809099,809230,809350,809466,809584,809683,809790,809906,810025,810153,810242,810337,810414,810503,810594,810687,810761,810858,810953,811051,811150,811254,811350,811452,811555,811655,811758,811843,811944,812042,812132,812227,812314,812420,812522,812616,812707,812801,812877,812969,813058,813161,813272,813355,813441,813536,813633,813729,813817,813918,814019,814122,814228,814326,814423,814518,814616,814719,814819,814922,815027,815145,815261,815356,815449,815534,815630,815724,815816,815899,816003,816108,816208,816309,816414,816514,816615,816714,816816,816910,817017,817119,817222,817315,817411,817513,817616,817712,817814,817917,818014,818117,818215,818319,818424,818521,818629,818743,818858,818966,819080,819195,819297,819402,819510,819620,819736,819853,819948,820045,820144,820249,820355,820454,820559,820665,820765,820871,820972,821079,821198,821297,821402,821504,821606,821706,821809,821904,822008,822093,822197,822301,822399,822503,822609,822707,822812,822910,823023,823117,823206,823295,823378,823469,823552,823650,823740,823836,823925,824019,824107,824203,824288,824396,824497,824598,824696,824802,824893,824992,825089,825187,825283,825376,825486,825584,825679,825789,825881,825981,826080,826167,826271,826376,826475,826582,826689,826788,826897,826989,827100,827211,827322,827426,827541,827657,827784,827904,827999,828094,828191,828290,828382,828481,828573,828672,828758,828852,828955,829051,829154,829250,829353,829450,829548,829651,829744,829834,829935,830018,830109,830194,830286,830389,830484,830580,830673,830767,830846,830953,831044,831143,831236,831339,831443,831544,831645,831749,831843,831947,832051,832164,832270,832376,832484,832601,832702,832810,832910,833013,833118,833225,833321,833400,833490,833574,833666,833739,833831,833920,834012,834097,834194,834287,834382,834481,834578,834669,834760,834852,834947,835054,835162,835264,835361,835458,835551,835638,835722,835819,835916,836009,836096,836187,836286,836385,836480,836569,836650,836749,836853,836950,837055,837152,837236,837335,837439,837536,837641,837738,837836,837937,838043,838142,838249,838348,838447,838538,838627,838716,838798,838891,838982,839093,839194,839294,839406,839519,839617,839725,839819,839919,840008,840100,840211,840321,840416,840532,840658,840784,840903,841031,841156,841281,841399,841526,841635,841744,841857,841980,842103,842219,842344,842441,842549,842671,842787,842903,843012,843100,843201,843290,843391,843478,843566,843663,843755,843861,843961,844037,844114"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\c00f2bfb209e6c62b041a45a4e16d9a5\\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": "1809,1810,1831,1836,1837,1866,1867,1868,1869,1870,1871,1872,1873",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "120631,120671,121803,122027,122082,123578,123623,123677,123733,123785,123837,123886,123947",
+ "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49",
+ "endOffsets": "120666,120713,121841,122077,122124,123618,123672,123728,123780,123832,123881,123942,123992"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\fd36edb5cbd4ccdfc9fe4b4b926f1c9f\\transformed\\activity-1.9.3\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,97",
+ "endColumns": "41,59",
+ "endOffsets": "92,152"
+ },
+ "to": {
+ "startLines": "1834,1878",
+ "startColumns": "4,4",
+ "startOffsets": "121942,124165",
+ "endColumns": "41,59",
+ "endOffsets": "121979,124220"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\4bbd1f640b50e6c9697102b1344c82b8\\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": "1808,1841,1881,11496,11501",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "120574,122261,124329,725171,725341",
+ "endLines": "1808,1841,1881,11500,11504",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "120626,122321,124388,725336,725485"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\ic_launcher_background.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "57",
+ "endColumns": "56",
+ "endOffsets": "109"
+ },
+ "to": {
+ "startLines": "703",
+ "startColumns": "4",
+ "startOffsets": "37104",
+ "endColumns": "56",
+ "endOffsets": "37156"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\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,654,655,656,657,1046,1047,1048,2194,5553,5555,5558,10240",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,33751,33812,33874,33936,62226,62285,62342,155693,390092,390156,390282,676265",
+ "endLines": "35,654,655,656,657,1046,1047,1048,2200,5554,5557,5560,10267",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1687,33807,33869,33931,33995,62280,62337,62391,156102,390151,390277,390405,677184"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\71f6c76cdbc8be36c07e3dc59644ba39\\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": "508,1108,1109,1110,1118,1119,1120,1812,12719",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "25699,66264,66323,66371,67038,67113,67189,120752,770320",
+ "endLines": "508,1108,1109,1110,1118,1119,1120,1812,12739",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "25750,66318,66366,66422,67108,67184,67256,120813,771155"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\945924b1ffd5c30597640472c6dfaf0e\\transformed\\constraintlayout-2.2.0\\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,291,292,293,296,301,302,310,311,312,313,314,315,316,317,326,327,328,334,335,341,345,346,347,348,349,358,362,363,382,547,675,681,685,834,980,993,1009,1025,1050,1073,1076,1079,1082,1110,1137,1154,1240,1248,1261,1277,1281,1311,1324,1328,1338,1348,1392,1404,1408,1411,1427,1464,1499,1506,1523",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,11839,12090,12141,12190,12238,12296,12588,12896,12943,13003,13109,13289,13343,13678,13732,13788,13834,13881,13932,13991,14043,14373,14432,14486,14724,14779,14981,15120,15166,15221,15266,15310,15658,15795,15836,16818,22936,28601,28976,29143,34373,40550,41247,42021,42772,43626,44496,44562,44641,44716,45550,46441,47260,51197,51602,52073,52864,53027,54388,54952,55105,55564,55982,57995,58291,58441,58561,59208,59951,61372,61725,62467",
+ "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,290,291,292,295,300,301,309,310,311,312,313,314,315,316,325,326,327,333,334,340,344,345,346,347,348,357,361,362,363,546,674,680,684,833,979,992,1008,1024,1049,1072,1075,1078,1081,1109,1136,1153,1239,1247,1260,1276,1280,1310,1323,1327,1337,1347,1391,1403,1407,1410,1426,1463,1498,1505,1522,1525",
+ "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,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,11834,12085,12136,12185,12233,12291,12583,12891,12938,12998,13104,13284,13338,13673,13727,13783,13829,13876,13927,13986,14038,14368,14427,14481,14719,14774,14976,15115,15161,15216,15261,15305,15653,15790,15831,15876,22931,28596,28971,29138,34368,40545,41242,42016,42767,43621,44491,44557,44636,44711,45545,46436,47255,51192,51597,52068,52859,53022,54383,54947,55100,55559,55977,57990,58286,58436,58556,59203,59946,61367,61720,62462,62563"
+ },
+ "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,486,487,488,491,496,498,506,507,528,535,572,573,577,578,589,590,591,597,600,606,610,611,612,613,614,623,1818,1876,10630,10795,10923,10929,10933,11082,11318,11544,11560,11587,11612,11635,11638,11641,11644,11672,11699,11716,12378,12386,12399,12415,12419,12449,12462,12466,12626,12636,12690,12961,12985,13179,13552,13589,13624,13679,13696",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,24749,24796,24856,24962,25142,25254,25589,25643,26808,27155,29485,29536,29745,29797,30233,30292,30346,30584,30762,30964,31103,31149,31204,31249,31293,31641,121037,124077,690305,696423,702088,702463,702630,707860,718764,726339,727113,728458,729312,730182,730248,730327,730402,731236,732127,732946,757730,758135,758606,759397,759560,760921,761485,761638,766713,767131,769524,778830,779518,786914,801372,802115,803536,805853,806595",
+ "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,485,486,487,490,495,496,505,506,507,528,535,572,573,577,586,589,590,596,597,605,609,610,611,612,613,622,626,1818,1876,10794,10922,10928,10932,11081,11227,11330,11559,11575,11611,11634,11637,11640,11643,11671,11698,11715,11801,12385,12398,12414,12418,12448,12461,12465,12475,12635,12679,12701,12964,12987,13194,13588,13623,13630,13695,13698",
+ "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,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,24744,24791,24851,24957,25137,25191,25584,25638,25694,26849,27197,29531,29590,29792,30122,30287,30341,30579,30634,30959,31098,31144,31199,31244,31288,31636,31773,121073,124117,696418,702083,702458,702625,707855,714032,719456,727108,727859,729307,730177,730243,730322,730397,731231,732122,732941,736878,758130,758601,759392,759555,760916,761480,761633,762092,767126,769139,769815,778975,779633,787556,802110,803531,803884,806590,806691"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1e7294029f8aa6fbf44d8c55c86bc318\\transformed\\lifecycle-viewmodel-2.6.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "1880",
+ "startColumns": "4",
+ "startOffsets": "124279",
+ "endColumns": "49",
+ "endOffsets": "124324"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\2f69197fad576b29d6a5e0f895e3aeb9\\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,9265,11228,11234",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5765,642568,714037,714248",
+ "endLines": "109,9267,11233,11317",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "5821,642708,714243,718759"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07795d1e2ed95bc5bcc84a6a654d3558\\transformed\\lifecycle-runtime-2.6.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "1877",
+ "startColumns": "4",
+ "startOffsets": "124122",
+ "endColumns": "42",
+ "endOffsets": "124160"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "1,13,10,11,15,12,17,14,3,4,5,6,7,8,9,2,16",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "17,555,388,437,653,500,739,594,111,146,181,216,251,288,339,68,700",
+ "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
+ "endOffsets": "62,588,431,494,694,549,815,647,140,175,210,245,282,333,382,105,733"
+ },
+ "to": {
+ "startLines": "1982,1984,1998,1999,2004,2005,2014,2016,2018,2019,2020,2021,2128,2129,2135,2145,2146",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "131178,131378,133016,133064,133503,133549,134384,134619,134736,134770,134804,134838,150385,150421,151273,152301,152343",
+ "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
+ "endOffsets": "131223,131411,133059,133121,133544,133598,134460,134672,134765,134799,134833,134867,150416,150466,151316,152338,152376"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "2,7",
+ "startColumns": "4,4",
+ "startOffsets": "102,333",
+ "endLines": "5,7",
+ "endColumns": "12,70",
+ "endOffsets": "325,399"
+ },
+ "to": {
+ "startLines": "2573,6561",
+ "startColumns": "4,4",
+ "startOffsets": "180498,460172",
+ "endLines": "2576,6561",
+ "endColumns": "12,69",
+ "endOffsets": "180612,460237"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\8aefd914ef407cb79d151c2844281eb1\\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,1057,11349",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "6996,7160,62939,720033",
+ "endLines": "138,141,1057,11352",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "7047,7203,62986,720139"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\3cd917734a573e15a1ed51b3d437c18f\\transformed\\savedstate-1.2.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "1879",
+ "startColumns": "4",
+ "startOffsets": "124225",
+ "endColumns": "53",
+ "endOffsets": "124274"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2173,2181,2182,2186,2190,2201,2206,2235,2242,2246,2250,2255,2259,2263,2267,2271,2275,2279,2285,2289,2295,2299,2305,2309,2314,2318,2321,2325,2331,2335,2341,2345,2351,2354,2358,2362,2366,2370,2374,2375,2376,2377,2380,2383,2386,2389,2393,2394,2395,2396,2437,2440,2442,2444,2446,2451,2452,2456,2462,2466,2467,2469,2481,2482,2486,2492,2496,2577,2578,2582,2609,2613,2614,2618,4420,4592,4618,4789,4815,4846,4854,4860,4876,4898,4903,4908,4918,4927,4936,4940,4947,4966,4973,4974,4983,4986,4989,4993,4997,5001,5004,5005,5010,5015,5025,5030,5037,5043,5044,5047,5051,5056,5058,5060,5063,5066,5068,5072,5075,5082,5085,5088,5092,5094,5098,5100,5102,5104,5108,5116,5124,5136,5142,5151,5154,5165,5168,5169,5174,5175,5655,5724,5798,5799,5809,5818,5819,5821,5825,5828,5831,5834,5837,5840,5843,5846,5850,5853,5856,5859,5863,5866,5870,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6040,6042,6043,6044,6045,6046,6047,6048,6049,6051,6052,6054,6055,6057,6059,6060,6062,6063,6064,6065,6066,6067,6069,6070,6071,6072,6073,6358,6360,6362,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6378,6379,6380,6381,6382,6383,6384,6386,6390,6562,6563,6564,6565,6566,6567,6571,6572,6573,7114,7116,7118,7120,7122,7124,7125,7126,7127,7129,7131,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7147,7148,7149,7150,7152,7154,7155,7157,7158,7160,7162,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7177,7178,7179,7180,7182,7183,7184,7185,7186,7188,7190,7192,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,9268,9343,9346,9349,9352,9366,9372,9488,9491,9520,9547,9556,9620,10230,10280,10602,11331,11802,11826,11866,12213,12234,12358,12680,12686,12713,12949,12988,13159,13486,13631,13643,13672",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29595,31778,31833,31957,32021,32091,32152,32227,32303,32380,32618,32703,32785,32861,32979,33056,33134,33240,33346,33425,33505,33562,36423,36497,36572,36637,36703,36763,36824,36896,36969,37036,50254,50313,50372,50431,50490,50549,50603,50657,50710,50764,50818,50872,55264,55338,55417,55490,55564,55635,55707,55779,55852,55909,55967,56040,56114,56188,56263,56335,56408,56478,56549,56609,56712,56781,56850,56920,56994,57070,57134,57211,57287,57364,57429,57498,57575,57650,57719,57787,57864,57930,57991,58088,58153,58222,58321,58392,58451,58509,58566,58625,58689,58760,58832,58904,58976,59048,59115,59183,59251,59310,59373,59437,59527,59618,59678,59744,59811,59877,59947,60011,60064,60131,60192,60259,60372,60430,60493,60558,60623,60698,60771,60843,60887,60934,60980,61029,61090,61151,61212,61274,61338,61402,61466,61531,61594,61654,61715,61781,61840,61900,61962,62033,62093,66091,66177,66427,66517,66604,66692,66774,66857,66947,117516,117568,117626,117671,117737,117801,117858,117915,120369,120426,120474,120523,120718,121846,121893,122326,123997,124393,124457,124647,124707,129229,129303,129373,129451,129505,129575,129660,129708,129754,129815,129878,129944,130008,130079,130142,130207,130271,130332,130393,130445,130518,130592,130661,130736,130810,130884,131025,151321,152381,152459,152549,152637,152733,154242,154824,154913,155160,155441,156107,156392,158201,158678,158900,159122,159398,159625,159855,160085,160315,160545,160772,161191,161417,161842,162072,162500,162719,163002,163210,163341,163568,163994,164219,164646,164867,165292,165412,165688,165989,166313,166604,166918,167055,167186,167291,167533,167700,167904,168112,168383,168495,168607,168712,170805,171019,171165,171305,171391,171739,171827,172073,172491,172740,172822,172920,173577,173677,173929,174353,174608,180617,180706,180943,182967,183209,183311,183564,319133,329814,331330,342025,343553,345310,345936,346356,347617,348882,349138,349374,349921,350415,351020,351218,351798,353166,353541,353659,354197,354354,354550,354823,355079,355249,355390,355454,355819,356186,356862,357126,357464,357817,357911,358097,358403,358665,358790,358917,359156,359367,359486,359679,359856,360311,360492,360614,360873,360986,361173,361275,361382,361511,361786,362294,362790,363667,363961,364531,364680,365412,365584,365668,366004,366096,396834,402065,407780,407842,408420,409004,409095,409208,409437,409597,409749,409920,410086,410255,410422,410585,410828,410998,411171,411342,411616,411815,412020,421386,421470,421566,421662,421760,421860,421962,422064,422166,422268,422370,422470,422566,422678,422807,422930,423061,423192,423290,423404,423498,423638,423772,423868,423980,424080,424196,424292,424404,424504,424644,424780,424944,425074,425232,425382,425523,425667,425802,425914,426064,426192,426320,426456,426588,426718,426848,426960,444618,444764,444908,445046,445112,445202,445278,445382,445472,445574,445682,445790,445890,445970,446062,446160,446270,446322,446400,446506,446598,446702,446812,446934,447097,460242,460322,460422,460512,460622,460712,460953,461047,461153,501032,501132,501244,501358,501474,501590,501684,501798,501910,502012,502132,502254,502336,502440,502560,502686,502784,502878,502966,503078,503194,503316,503428,503603,503719,503805,503897,504009,504133,504200,504326,504394,504522,504666,504794,504863,504958,505073,505186,505285,505394,505505,505616,505717,505822,505922,506052,506143,506266,506360,506472,506558,506662,506758,506846,506964,507068,507172,507298,507386,507494,507594,507684,507794,507878,507980,508064,508118,508182,508288,508374,508484,508568,642713,645329,645447,645562,645642,646003,646236,650814,650892,652236,653597,653985,656828,675927,678154,688948,719461,736883,737634,739195,752467,752846,757124,769144,769373,770105,778518,779638,786170,798823,803889,804229,805650",
+ "endLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2180,2181,2185,2189,2193,2205,2211,2241,2245,2249,2254,2258,2262,2266,2270,2274,2278,2284,2288,2294,2298,2304,2308,2313,2317,2320,2324,2330,2334,2340,2344,2350,2353,2357,2361,2365,2369,2373,2374,2375,2376,2379,2382,2385,2388,2392,2393,2394,2395,2396,2439,2441,2443,2445,2450,2451,2455,2461,2465,2466,2468,2480,2481,2485,2491,2495,2496,2577,2581,2608,2612,2613,2617,2645,4591,4617,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5179,5723,5793,5798,5808,5817,5818,5820,5824,5827,5830,5833,5836,5839,5842,5845,5849,5852,5855,5858,5862,5865,5869,5873,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6043,6044,6045,6046,6047,6048,6050,6051,6053,6054,6056,6058,6059,6061,6062,6063,6064,6065,6066,6068,6069,6070,6071,6072,6073,6359,6361,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6377,6378,6379,6380,6381,6382,6383,6385,6389,6393,6562,6563,6564,6565,6566,6570,6571,6572,6573,7115,7117,7119,7121,7123,7124,7125,7126,7128,7130,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7146,7147,7148,7149,7151,7153,7154,7156,7157,7159,7161,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7176,7177,7178,7179,7181,7182,7183,7184,7185,7187,7189,7191,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,9342,9345,9348,9351,9365,9371,9381,9490,9519,9546,9555,9619,9982,10233,10307,10629,11348,11825,11831,11871,12233,12357,12377,12685,12689,12718,12960,13053,13178,13540,13642,13668,13678",
+ "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,29631,31828,31890,32016,32086,32147,32222,32298,32375,32453,32698,32780,32856,32932,33051,33129,33235,33341,33420,33500,33557,33615,36492,36567,36632,36698,36758,36819,36891,36964,37031,37099,50308,50367,50426,50485,50544,50598,50652,50705,50759,50813,50867,50921,55333,55412,55485,55559,55630,55702,55774,55847,55904,55962,56035,56109,56183,56258,56330,56403,56473,56544,56604,56665,56776,56845,56915,56989,57065,57129,57206,57282,57359,57424,57493,57570,57645,57714,57782,57859,57925,57986,58083,58148,58217,58316,58387,58446,58504,58561,58620,58684,58755,58827,58899,58971,59043,59110,59178,59246,59305,59368,59432,59522,59613,59673,59739,59806,59872,59942,60006,60059,60126,60187,60254,60367,60425,60488,60553,60618,60693,60766,60838,60882,60929,60975,61024,61085,61146,61207,61269,61333,61397,61461,61526,61589,61649,61710,61776,61835,61895,61957,62028,62088,62156,66172,66259,66512,66599,66687,66769,66852,66942,67033,117563,117621,117666,117732,117796,117853,117910,117964,120421,120469,120518,120569,120747,121888,121937,122367,124024,124452,124514,124702,124759,129298,129368,129446,129500,129570,129655,129703,129749,129810,129873,129939,130003,130074,130137,130202,130266,130327,130388,130440,130513,130587,130656,130731,130805,130879,131020,131090,151369,152454,152544,152632,152728,152818,154819,154908,155155,155436,155688,156387,156780,158673,158895,159117,159393,159620,159850,160080,160310,160540,160767,161186,161412,161837,162067,162495,162714,162997,163205,163336,163563,163989,164214,164641,164862,165287,165407,165683,165984,166308,166599,166913,167050,167181,167286,167528,167695,167899,168107,168378,168490,168602,168707,168824,171014,171160,171300,171386,171734,171822,172068,172486,172735,172817,172915,173572,173672,173924,174348,174603,174697,180701,180938,182962,183204,183306,183559,185715,329809,331325,342020,343548,345305,345931,346351,347612,348877,349133,349369,349916,350410,351015,351213,351793,353161,353536,353654,354192,354349,354545,354818,355074,355244,355385,355449,355814,356181,356857,357121,357459,357812,357906,358092,358398,358660,358785,358912,359151,359362,359481,359674,359851,360306,360487,360609,360868,360981,361168,361270,361377,361506,361781,362289,362785,363662,363956,364526,364675,365407,365579,365663,365999,366091,366369,402060,407431,407837,408415,408999,409090,409203,409432,409592,409744,409915,410081,410250,410417,410580,410823,410993,411166,411337,411611,411810,412015,412345,421465,421561,421657,421755,421855,421957,422059,422161,422263,422365,422465,422561,422673,422802,422925,423056,423187,423285,423399,423493,423633,423767,423863,423975,424075,424191,424287,424399,424499,424639,424775,424939,425069,425227,425377,425518,425662,425797,425909,426059,426187,426315,426451,426583,426713,426843,426955,427095,444759,444903,445041,445107,445197,445273,445377,445467,445569,445677,445785,445885,445965,446057,446155,446265,446317,446395,446501,446593,446697,446807,446929,447092,447249,460317,460417,460507,460617,460707,460948,461042,461148,461240,501127,501239,501353,501469,501585,501679,501793,501905,502007,502127,502249,502331,502435,502555,502681,502779,502873,502961,503073,503189,503311,503423,503598,503714,503800,503892,504004,504128,504195,504321,504389,504517,504661,504789,504858,504953,505068,505181,505280,505389,505500,505611,505712,505817,505917,506047,506138,506261,506355,506467,506553,506657,506753,506841,506959,507063,507167,507293,507381,507489,507589,507679,507789,507873,507975,508059,508113,508177,508283,508369,508479,508563,508683,645324,645442,645557,645637,645998,646231,646748,650887,652231,653592,653980,656823,666876,676057,679519,690300,720028,737629,737891,739390,752841,757119,757725,769368,769519,770315,778825,782659,786909,800949,804224,805535,805848"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\d5e3c0fc96934450134f763386936834\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13669",
+ "startColumns": "4",
+ "startOffsets": "805540",
+ "endLines": "13671",
+ "endColumns": "24",
+ "endOffsets": "805645"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\5b2084b85d0b8f58b7a5c610eddf4201\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "1981",
+ "startColumns": "4",
+ "startOffsets": "131095",
+ "endColumns": "82",
+ "endOffsets": "131173"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-te_values-te.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-cs_values-cs.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-en-rAU_values-en-rAU.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-el_values-el.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-el_values-el.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-el\\values-el.xml",
@@ -1222,10 +2408,201 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-en-rCA_values-en-rCA.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-eu_values-eu.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ja_values-ja.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-de_values-de.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-en-rIN_values-en-rIN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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",
@@ -1236,32 +2613,791 @@
"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",
+ "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,3558"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v21_values-v21.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-bs_values-bs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v31_values-v31.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-large-v4_values-large-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-mr_values-mr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-b+es+419_values-b+es+419.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-tl_values-tl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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.example.scoutingapp-debug-31:/values-km_values-km.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-en-rXC_values-en-rXC.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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.example.scoutingapp-debug-31:/values-small-v4_values-small-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-v25_values-v25.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-ca_values-ca.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-watch-v21_values-watch-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-hdpi-v4_values-hdpi-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-bn_values-bn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-cs_values-cs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-zh-rHK_values-zh-rHK.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-night-v8_values-night-v8.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "102",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "323"
+ },
+ "to": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "169"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "174,244,328,412,508,610,712,3694",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "239,323,407,503,605,707,801,3778"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "806,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,3783,3900,4024,4154,4276,4414,4548,4664",
+ "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": "876,987,1076,1177,1284,1391,1490,1597,1700,1827,1915,2039,2141,2243,2359,2461,2575,2703,2819,2941,3077,3197,3331,3451,3563,3689,3895,4019,4149,4271,4409,4543,4659,4779"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ar_values-ar.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v21_values-v21.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-v21\\values-v21.xml",
@@ -1323,3815 +3459,7 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-si_values-si.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v31_values-v31.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sr_values-sr.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v16_values-v16.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ml_values-ml.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-en-rXC_values-en-rXC.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-watch-v20_values-watch-v20.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-es-rUS_values-es-rUS.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ur_values-ur.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-hr_values-hr.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ro_values-ro.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-eu_values-eu.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-pt_values-pt.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values_values.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6075,6079,6080,6084,7209,7210",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32458,32530,33620,33685,55132,55201,62451,62521,62589,62661,62731,62792,62866,116538,116599,116660,116722,116786,116848,116909,116977,117077,117137,117203,117276,117345,117402,117454,118246,118318,118394,118459,118518,118577,118637,118697,118757,118817,118877,118937,118997,119057,119117,119177,119236,119296,119356,119416,119476,119536,119596,119656,119716,119776,119836,119895,119955,120015,120074,120133,120192,120251,120310,120818,120853,122372,122427,122490,122545,122603,122661,122722,122785,122842,122893,122943,123004,123061,123127,123161,123543,128839,132505,132572,132644,132713,132782,132856,132928,152230,427100,427217,427418,427528,427729,508688,508760",
- "endLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6078,6079,6083,6084,7209,7210",
- "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",
- "endOffsets": "24144,32525,32613,33680,33746,55196,55259,62516,62584,62656,62726,62787,62861,62934,116594,116655,116717,116781,116843,116904,116972,117072,117132,117198,117271,117340,117397,117449,117511,118313,118389,118454,118513,118572,118632,118692,118752,118812,118872,118932,118992,119052,119112,119172,119231,119291,119351,119411,119471,119531,119591,119651,119711,119771,119831,119890,119950,120010,120069,120128,120187,120246,120305,120364,120848,120883,122422,122485,122540,122598,122656,122717,122780,122837,122888,122938,122999,123056,123122,123156,123191,123573,128904,132567,132639,132708,132777,132851,132923,133011,152296,427212,427413,427523,427724,427853,508755,508822"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "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,497,509,510,511,512,513,514,515,516,517,518,519,520,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1950,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2006,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2072,2075,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2137,2140,2141,2142,2143,2152,2156,2160,2164,2168,2169,2212,2220,2227,2397,2400,2410,2419,2428,2497,2498,2499,2500,2506,2507,2508,2509,2510,2511,2517,2518,2519,2520,2521,2526,2527,2531,2532,2538,2542,2543,2544,2545,2555,2556,2557,2561,2562,2568,2572,2646,2649,2650,2655,2656,2659,2660,2661,2662,2926,2933,3194,3200,3464,3471,3732,3738,3801,3883,3935,4017,4079,4161,4225,4277,4359,4367,4373,4384,4388,4392,4405,5180,5196,5203,5209,5226,5239,5259,5276,5285,5290,5297,5317,5330,5347,5353,5359,5366,5370,5376,5390,5393,5403,5404,5405,5453,5457,5461,5465,5466,5467,5470,5486,5493,5507,5552,5561,5567,5571,5575,5580,5587,5593,5594,5597,5601,5606,5619,5623,5628,5633,5638,5641,5644,5647,5651,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892,5896,5900,5904,5908,5912,5916,5920,5921,5922,5923,5924,5925,5926,5927,5931,5935,5936,5940,5941,5944,5948,5951,5954,5957,5961,5964,5967,5971,5975,5979,5983,5986,5987,5988,5989,5992,5996,5999,6002,6005,6008,6011,6014,6085,6088,6089,6092,6095,6096,6099,6100,6101,6105,6106,6111,6118,6125,6132,6139,6146,6153,6160,6167,6174,6183,6192,6201,6208,6217,6226,6229,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6248,6253,6258,6261,6262,6263,6264,6265,6273,6281,6282,6290,6294,6302,6310,6318,6326,6334,6335,6343,6351,6352,6355,6394,6396,6401,6403,6408,6412,6416,6417,6418,6419,6423,6427,6428,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6446,6447,6448,6449,6453,6454,6455,6456,6460,6464,6465,6469,6470,6471,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,6500,6501,6502,6508,6509,6513,6515,6516,6521,6522,6523,6524,6525,6526,6530,6531,6532,6538,6539,6543,6545,6549,6553,6557,6574,6575,6576,6577,6580,6583,6586,6589,6592,6597,6601,6604,6605,6610,6614,6619,6625,6631,6636,6640,6645,6649,6653,6694,6695,6696,6697,6698,6702,6703,6704,6705,6709,6713,6717,6721,6725,6729,6733,6737,6743,6744,6785,6799,6804,6830,6837,6840,6851,6856,6859,6862,6917,6923,6924,6927,6930,6933,6936,6939,6942,6945,6949,6952,6953,6954,6962,6970,6973,6978,6983,6988,6993,6997,7001,7002,7010,7011,7012,7013,7014,7022,7027,7032,7033,7034,7035,7060,7066,7071,7074,7078,7081,7085,7095,7098,7103,7106,7110,7211,7219,7233,7246,7250,7265,7276,7279,7290,7295,7299,7334,7335,7336,7348,7356,7364,7372,7380,7400,7403,7430,7435,7455,7458,7461,7468,7481,7490,7493,7513,7523,7527,7531,7544,7548,7552,7556,7562,7566,7583,7591,7595,7599,7603,7606,7610,7614,7618,7628,7635,7642,7646,7672,7682,7707,7716,7736,7746,7750,7760,7785,7795,7798,7805,7812,7819,7820,7821,7822,7823,7830,7834,7840,7846,7847,7860,7861,7862,7865,7868,7871,7874,7877,7880,7883,7886,7889,7892,7895,7898,7901,7904,7907,7910,7913,7916,7919,7922,7925,7926,7934,7942,7943,7956,7966,7970,7975,7980,7984,7987,7991,7995,7998,8002,8005,8009,8014,8019,8022,8029,8033,8037,8046,8051,8056,8057,8061,8064,8068,8081,8086,8094,8098,8102,8119,8123,8128,8146,8153,8157,8187,8190,8193,8196,8199,8202,8205,8224,8230,8238,8245,8257,8265,8270,8278,8282,8300,8307,8323,8327,8335,8338,8343,8344,8345,8346,8350,8354,8358,8362,8397,8400,8404,8408,8442,8445,8449,8453,8462,8468,8471,8481,8485,8486,8493,8497,8504,8505,8506,8509,8514,8519,8520,8524,8539,8558,8562,8563,8575,8585,8586,8598,8603,8627,8630,8636,8639,8648,8656,8660,8663,8666,8669,8673,8676,8693,8697,8700,8715,8718,8726,8731,8738,8743,8744,8749,8750,8756,8762,8768,8800,8811,8828,8835,8839,8842,8855,8864,8868,8873,8877,8881,8885,8889,8893,8897,8901,8906,8909,8921,8926,8935,8938,8945,8946,8950,8959,8965,8969,8970,8974,8995,9001,9005,9009,9010,9028,9029,9030,9031,9032,9037,9040,9041,9047,9048,9060,9072,9079,9080,9085,9090,9091,9095,9109,9114,9120,9126,9132,9137,9143,9149,9150,9156,9171,9176,9185,9194,9197,9211,9216,9227,9231,9240,9249,9250,9257,13518,13519,13520,13521,13522,13523,13524,13525,13526,13527,13528,13529,13530,13531,13532,13533,13534,13535,13536,13537,13538,13539,13540,13541,13542,13543,13544,13545,13546,13547,13548,13549,13550,13551,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,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",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,25196,25755,25801,25861,25915,25985,26055,26120,26186,26251,26319,26388,26456,26586,26639,26698,26756,26854,26904,26956,27002,27052,27108,27202,27260,27318,27380,27443,27505,27564,27624,27689,27755,27820,27882,27944,28006,28068,28130,28192,28258,28325,28391,28454,28518,28581,28649,28710,28772,28834,28897,28961,29024,29088,29166,29225,29291,29371,29432,29636,29694,30127,30172,30639,30703,31895,34000,34074,34145,34211,34285,34354,34425,34498,34569,34637,34710,34786,34856,34934,35002,35068,35129,35198,35262,35328,35396,35462,35525,35593,35664,35729,35802,35865,35946,36010,36076,36146,36216,36286,36356,37161,37218,37276,37335,37395,37454,37513,37572,37631,37690,37749,37808,37867,37926,37985,38045,38106,38168,38229,38290,38351,38412,38473,38534,38594,38655,38716,38776,38837,38898,38959,39020,39081,39142,39203,39264,39325,39386,39447,39515,39584,39654,39723,39792,39861,39930,39999,40068,40137,40206,40275,40344,40404,40465,40527,40588,40649,40710,40771,40832,40893,40954,41015,41076,41137,41199,41262,41326,41389,41452,41515,41578,41641,41704,41767,41830,41893,41956,42017,42079,42142,42204,42266,42328,42390,42452,42514,42576,42638,42700,42762,42819,42905,42985,43075,43170,43262,43354,43444,43527,43620,43707,43804,43895,43996,44083,44186,44275,44374,44466,44566,44650,44744,44832,44930,45013,45104,45198,45297,45399,45497,45597,45684,45784,45870,45966,46054,46135,46226,46322,46415,46508,46599,46684,46778,46867,46965,47058,47160,47248,47352,47443,47543,47636,47737,47822,47917,48006,48105,48190,48282,48377,48477,48580,48679,48782,48871,48972,49059,49156,49244,49340,49432,49532,49622,49720,49805,49894,49983,50076,50163,50926,50992,51068,51137,51216,51289,51369,51449,51526,51594,51672,51748,51819,51900,51973,52056,52131,52216,52289,52370,52451,52525,52609,52679,52757,52827,52907,52985,53057,53139,53209,53286,53366,53451,53539,53623,53710,53784,53862,53940,54011,54092,54183,54266,54362,54460,54567,54632,54698,54751,54827,54893,54980,55056,62161,62396,62991,63045,63124,63202,63275,63340,63403,63469,63540,63611,63681,63743,63812,63878,63938,64005,64072,64128,64179,64232,64284,64338,64409,64472,64531,64593,64652,64725,64792,64862,64922,64985,65060,65132,65228,65299,65355,65426,65483,65540,65606,65670,65741,65798,65851,65914,65966,66024,67261,67330,67396,67455,67538,67597,67654,67721,67791,67865,67927,67996,68066,68165,68262,68361,68447,68533,68614,68689,68778,68869,68953,69012,69058,69124,69181,69248,69305,69387,69452,69518,69641,69725,69846,69911,69973,70071,70145,70228,70317,70381,70460,70534,70596,70692,70757,70816,70872,70928,70988,71095,71142,71202,71263,71327,71388,71448,71506,71549,71598,71650,71701,71753,71802,71851,71916,71982,72042,72103,72159,72218,72267,72315,72373,72430,72532,72589,72664,72712,72763,72825,72890,72942,73016,73079,73142,73210,73260,73322,73382,73439,73499,73548,73616,73722,73824,73893,73964,74020,74069,74169,74240,74350,74441,74523,74621,74677,74778,74888,74987,75050,75156,75233,75345,75472,75584,75711,75781,75895,76026,76123,76191,76309,76412,76530,76591,76665,76732,76837,76959,77033,77100,77210,77309,77382,77479,77601,77719,77837,77898,78020,78137,78205,78311,78413,78493,78564,78660,78727,78801,78875,78961,79051,79129,79206,79306,79377,79498,79619,79683,79808,79882,80006,80130,80197,80306,80434,80546,80625,80703,80804,80875,80997,81119,81184,81310,81422,81528,81596,81695,81799,81862,81928,82012,82125,82238,82356,82434,82506,82642,82778,82863,83003,83141,83279,83421,83503,83589,83666,83739,83848,83959,84087,84215,84347,84477,84607,84741,84830,84892,84988,85055,85172,85293,85390,85472,85559,85646,85777,85908,86043,86120,86197,86308,86422,86496,86605,86717,86784,86857,86922,87024,87120,87224,87292,87357,87451,87523,87633,87739,87812,87903,88005,88108,88203,88310,88415,88537,88659,88785,88844,88902,89026,89150,89278,89396,89514,89636,89722,89819,89953,90087,90167,90305,90437,90569,90705,90780,90856,90959,91033,91146,91227,91284,91345,91404,91464,91522,91583,91641,91691,91740,91807,91866,91925,91974,92045,92129,92199,92270,92350,92419,92482,92550,92616,92684,92749,92815,92892,92970,93076,93182,93278,93407,93496,93623,93689,93759,93845,93911,93994,94068,94166,94262,94358,94456,94565,94660,94749,94811,94871,94936,94993,95074,95128,95185,95282,95392,95453,95568,95689,95784,95876,95969,96025,96084,96133,96225,96274,96328,96382,96436,96490,96544,96599,96709,96819,96927,97037,97147,97257,97367,97475,97581,97685,97789,97893,97988,98083,98176,98269,98373,98479,98583,98687,98780,98873,98966,99059,99167,99273,99379,99485,99582,99677,99772,99867,99973,100079,100185,100291,100389,100484,100580,100677,100742,100846,100904,100968,101029,101091,101151,101216,101278,101346,101404,101467,101530,101597,101672,101745,101811,101863,101916,101968,102025,102109,102204,102289,102370,102450,102527,102606,102683,102757,102831,102902,102982,103054,103129,103194,103255,103315,103390,103464,103537,103607,103679,103749,103822,103886,103956,104002,104071,104123,104208,104291,104348,104414,104481,104547,104628,104703,104759,104812,104873,104931,104981,105030,105079,105128,105190,105242,105287,105368,105419,105473,105526,105580,105631,105680,105746,105797,105858,105919,105981,106031,106072,106149,106208,106267,106326,106387,106443,106499,106566,106627,106692,106747,106812,106881,106949,107027,107096,107156,107227,107301,107366,107438,107508,107575,107659,107728,107795,107865,107928,107995,108063,108146,108225,108315,108392,108460,108527,108605,108662,108719,108787,108853,108909,108969,109028,109082,109132,109182,109230,109292,109343,109416,109496,109576,109640,109707,109778,109836,109897,109963,110022,110089,110149,110209,110272,110340,110401,110468,110546,110616,110665,110722,110791,110852,110940,111028,111116,111204,111291,111378,111465,111552,111610,111684,111754,111810,111881,111946,112008,112083,112156,112246,112312,112378,112439,112503,112565,112623,112694,112777,112836,112907,112973,113038,113099,113158,113229,113295,113360,113443,113519,113594,113675,113735,113804,113874,113943,113998,114054,114110,114171,114229,114285,114344,114398,114453,114515,114572,114666,114735,114836,114887,114957,115020,115076,115134,115193,115247,115333,115417,115487,115556,115626,115741,115862,115929,115996,116071,116138,116197,116251,116305,116359,116412,116464,117969,118106,120888,120937,120987,121078,121126,121182,121240,121302,121357,121415,121486,121550,121609,121671,121737,121984,122129,122173,122218,123196,123247,123294,123339,123390,123441,123492,124029,124519,124585,124764,124827,124899,124956,125010,125065,125123,125178,125237,125293,125362,125431,125500,125570,125633,125696,125759,125822,125887,125952,126017,126082,126145,126209,126273,126337,126388,126466,126544,126615,126687,126760,126832,126898,126964,127032,127100,127166,127233,127307,127370,127427,127487,127552,127619,127684,127741,127802,127860,127964,128074,128183,128287,128365,128430,128497,128563,128633,128680,128732,128782,128909,131228,131416,131547,131731,131909,132147,132336,133126,133224,133339,133424,133603,133763,133828,133917,134074,134231,134465,134677,134872,135059,135155,135245,135341,135431,135597,135720,135843,136013,136119,136234,136349,136451,136557,136674,136789,136871,137044,137212,137360,137519,137674,137847,137964,138081,138249,138361,138475,138647,138823,138981,139114,139226,139372,139524,139656,139799,139921,140099,140235,140331,140467,140562,140729,140822,140914,141101,141257,141435,141599,141781,142098,142280,142462,142652,142884,143074,143251,143413,143570,143680,143863,144000,144204,144388,144572,144732,144890,145074,145301,145504,145675,145895,146117,146272,146472,146656,146759,146949,147090,147255,147426,147626,147830,148032,148197,148402,148601,148800,148997,149088,149237,149387,149471,149620,149765,149917,150058,150224,150471,150549,150850,151016,151171,151374,151532,151696,151882,152105,152823,153100,153372,153650,153895,153957,156785,157236,157692,168829,168977,169491,169928,170362,174702,174787,174908,175007,175412,175509,175626,175713,175836,175937,176343,176442,176561,176654,176761,177104,177211,177456,177577,177986,178234,178334,178439,178558,179067,179214,179333,179584,179717,180132,180386,185720,185967,186092,186500,186621,186849,186970,187103,187250,207972,208464,228935,229359,250126,250620,271136,271562,276403,281820,285911,291342,296084,301461,305445,309437,314828,315375,315808,316564,316794,317037,318204,366374,367278,367862,368335,369765,370509,371702,372756,373234,373527,373910,375425,376190,377333,377774,378215,378811,379085,379496,380512,380690,381443,381580,381671,383865,384131,384453,384663,384772,384891,385075,386193,386663,387414,389997,390410,390786,391014,391270,391529,392105,392459,392581,392720,393012,393272,394200,394486,394889,395291,395634,395846,396047,396260,396549,407436,407509,407596,407681,412350,412462,412568,412691,412823,412946,413076,413200,413333,413464,413589,413706,413826,413958,414086,414200,414318,414431,414552,414740,414927,415108,415291,415475,415640,415822,415942,416062,416170,416280,416392,416500,416610,416775,416941,417093,417258,417359,417479,417650,417811,417974,418135,418302,418421,418538,418718,418900,419081,419264,419419,419564,419686,419821,419984,420177,420303,420455,420597,420767,420923,421095,427858,428053,428145,428318,428480,428575,428744,428838,428927,429170,429259,429552,429968,430388,430809,431235,431652,432068,432485,432903,433317,433787,434260,434732,435143,435614,436086,436276,436482,436588,436696,436802,436914,437028,437140,437254,437370,437484,437592,437702,437810,438072,438451,438855,439002,439110,439220,439328,439442,439851,440265,440381,440799,441040,441470,441905,442315,442737,443147,443269,443678,444094,444216,444434,447254,447322,447666,447746,448102,448252,448396,448472,448584,448674,448936,449201,449309,449461,449569,449645,449757,449847,449949,450057,450165,450265,450373,450458,450624,450728,450856,450943,451110,451188,451302,451394,451658,451925,452035,452188,452298,452382,452771,452869,452977,453071,453201,453309,453431,453567,453675,453795,453929,454051,454179,454321,454447,454587,454713,454831,454963,455061,455171,455471,455583,455701,456165,456281,456584,456710,456806,457207,457317,457441,457579,457689,457811,458123,458247,458377,458853,458981,459296,459434,459596,459812,459968,461245,461313,461397,461501,461704,461893,462094,462287,462492,462805,463017,463183,463299,463545,463761,464074,464500,464962,465199,465351,465611,465755,465897,469129,469243,469363,469479,469573,469894,469993,470111,470212,470491,470776,471055,471337,471590,471849,472102,472358,472782,472858,476108,477463,477907,479761,480336,480544,481554,481934,482100,482241,487261,487687,487799,487934,488087,488284,488455,488638,488813,489000,489272,489430,489514,489618,490105,490661,490819,491038,491269,491492,491727,491949,492215,492353,492952,493066,493204,493316,493440,494011,494506,495052,495197,495290,495382,497309,497879,498177,498366,498572,498765,498975,499859,500004,500396,500554,500771,508827,509259,510134,510754,510951,511899,512664,512787,513560,513781,513981,515958,516058,516148,516834,517587,518352,519115,519890,521103,521268,522881,523202,524265,524475,524645,525215,526110,526743,526909,528395,529011,529247,529468,530426,530691,530956,531203,531617,531853,533138,533587,533774,534023,534265,534441,534682,534915,535140,535735,536210,536734,536995,538346,538821,540047,540517,541565,542017,542261,542718,543963,544446,544596,545151,545603,546003,546156,546301,546444,546514,546942,547230,547734,548243,548359,549261,549383,549495,549672,549938,550208,550474,550742,550998,551258,551514,551772,552024,552280,552532,552786,553018,553254,553506,553762,554014,554268,554500,554734,554846,555498,555953,556077,557169,557984,558180,558504,558893,559245,559486,559700,559999,560191,560506,560713,561059,561359,561760,561979,562392,562629,562999,563723,564078,564347,564487,564741,564885,565162,566154,566563,567195,567541,567909,568983,569346,569746,571254,571839,572157,574692,574886,575104,575330,575542,575741,575948,577152,577447,578004,578394,579026,579503,579748,580235,580481,581677,582074,583080,583302,583725,583916,584295,584383,584491,584599,584912,585237,585556,585887,588590,588778,589039,589288,591872,592064,592329,592582,593114,593522,593721,594305,594540,594664,595076,595290,595692,595795,595925,596100,596352,596548,596688,596882,597893,598962,599250,599380,600157,600814,600960,601666,601904,603444,603594,604011,604176,604862,605332,605528,605619,605703,605847,606081,606248,607176,607462,607622,608237,608396,608724,608951,609463,609825,609904,610243,610348,610713,611084,611445,613319,613948,615024,615448,615701,615853,616901,617638,617841,618087,618334,618552,618794,619115,619379,619684,619907,620218,620407,621122,621391,621885,622111,622551,622710,622994,623739,624104,624409,624567,624805,626124,626522,626750,626970,627112,628402,628508,628638,628776,628900,629188,629357,629457,629742,629856,630739,631494,631933,632057,632303,632496,632630,632821,633600,633818,634109,634388,634705,634927,635222,635505,635609,635950,636766,637082,637643,638149,638354,639140,639545,640206,640395,640946,641512,641632,642034,777339,777434,777527,777590,777672,777765,777858,777945,778043,778134,778225,778313,778397,778493,778593,778699,778802,778903,779007,779113,779212,779318,779420,779527,779636,779747,779878,779998,780114,780232,780331,780438,780554,780673,780801,780890,780985,781062,781151,781242,781335,781409,781506,781601,781699,781798,781902,781998,782100,782203,782303,782406,782491,782592,782690,782780,782875,782962,783068,783170,783264,783355,783449,783525,783617,783706,783809,783920,784003,784089,784184,784281,784377,784465,784566,784667,784770,784876,784974,785071,785166,785264,785367,785467,785570,785675,785793,785909,786004,786097,786182,786278,786372,786464,786547,786651,786756,786856,786957,787062,787162,787263,787362,787464,787558,787665,787767,787870,787963,788059,788161,788264,788360,788462,788565,788662,788765,788863,788967,789072,789169,789277,789391,789506,789614,789728,789843,789945,790050,790158,790268,790384,790501,790596,790693,790792,790897,791003,791102,791207,791313,791413,791519,791620,791727,791846,791945,792050,792152,792254,792354,792457,792552,792656,792741,792845,792949,793047,793151,793257,793355,793460,793558,793671,793765,793854,793943,794026,794117,794200,794298,794388,794484,794573,794667,794755,794851,794936,795044,795145,795246,795344,795450,795541,795640,795737,795835,795931,796024,796134,796232,796327,796437,796529,796629,796728,796815,796919,797024,797123,797230,797337,797436,797545,797637,797748,797859,797970,798074,798189,798305,798432,798552,798647,798742,798839,798938,799030,799129,799221,799320,799406,799500,799603,799699,799802,799898,800001,800098,800196,800299,800392,800482,800583,800666,800757,800842,800934,801037,801132,801228,801321,801415,801494,801601,801692,801791,801884,801987,802091,802192,802293,802397,802491,802595,802699,802812,802918,803024,803132,803249,803350,803458,803558,803661,803766,803873,803969,804048,804138,804222,804314,804387,804479,804568,804660,804745,804842,804935,805030,805129,805226,805317,805408,805500,805595,805702,805810,805912,806009,806106,806199,806286,806370,806467,806564,806657,806744,806835,806934,807033,807128,807217,807298,807397,807501,807598,807703,807800,807884,807983,808087,808184,808289,808386,808484,808585,808691,808790,808897,808996,809095,809186,809275,809364,809446,809539,809630,809741,809842,809942,810054,810167,810265,810373,810467,810567,810656,810748,810859,810969,811064,811180,811306,811432,811551,811679,811804,811929,812047,812174,812283,812392,812505,812628,812751,812867,812992,813089,813197,813319,813435,813551,813660,813748,813849,813938,814039,814126,814214,814311,814403,814509,814609,814685",
- "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,497,509,510,511,512,513,514,515,516,517,518,519,523,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1953,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2008,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2071,2074,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2139,2140,2141,2142,2143,2155,2159,2163,2167,2168,2172,2219,2226,2234,2399,2409,2418,2427,2436,2497,2498,2499,2505,2506,2507,2508,2509,2510,2516,2517,2518,2519,2520,2525,2526,2530,2531,2537,2541,2542,2543,2544,2554,2555,2556,2560,2561,2567,2571,2572,2648,2649,2654,2655,2658,2659,2660,2661,2925,2932,3193,3199,3463,3470,3731,3737,3800,3882,3934,4016,4078,4160,4224,4276,4358,4366,4372,4383,4387,4391,4404,4419,5195,5202,5208,5225,5238,5258,5275,5284,5289,5296,5316,5329,5346,5352,5358,5365,5369,5375,5389,5392,5402,5403,5404,5452,5456,5460,5464,5465,5466,5469,5485,5492,5506,5551,5552,5566,5570,5574,5579,5586,5592,5593,5596,5600,5605,5618,5622,5627,5632,5637,5640,5643,5646,5650,5654,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5903,5907,5911,5915,5919,5920,5921,5922,5923,5924,5925,5926,5930,5934,5935,5939,5940,5943,5947,5950,5953,5956,5960,5963,5966,5970,5974,5978,5982,5985,5986,5987,5988,5991,5995,5998,6001,6004,6007,6010,6013,6017,6087,6088,6091,6094,6095,6098,6099,6100,6104,6105,6110,6117,6124,6131,6138,6145,6152,6159,6166,6173,6182,6191,6200,6207,6216,6225,6228,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6247,6252,6257,6260,6261,6262,6263,6264,6272,6280,6281,6289,6293,6301,6309,6317,6325,6333,6334,6342,6350,6351,6354,6357,6395,6400,6402,6407,6411,6415,6416,6417,6418,6422,6426,6427,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6445,6446,6447,6448,6452,6453,6454,6455,6459,6463,6464,6468,6469,6470,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6499,6500,6501,6507,6508,6512,6514,6515,6520,6521,6522,6523,6524,6525,6529,6530,6531,6537,6538,6542,6544,6548,6552,6556,6560,6574,6575,6576,6579,6582,6585,6588,6591,6596,6600,6603,6604,6609,6613,6618,6624,6630,6635,6639,6644,6648,6652,6693,6694,6695,6696,6697,6701,6702,6703,6704,6708,6712,6716,6720,6724,6728,6732,6736,6742,6743,6784,6798,6803,6829,6836,6839,6850,6855,6858,6861,6916,6922,6923,6926,6929,6932,6935,6938,6941,6944,6948,6951,6952,6953,6961,6969,6972,6977,6982,6987,6992,6996,7000,7001,7009,7010,7011,7012,7013,7021,7026,7031,7032,7033,7034,7059,7065,7070,7073,7077,7080,7084,7094,7097,7102,7105,7109,7113,7218,7232,7245,7249,7264,7275,7278,7289,7294,7298,7333,7334,7335,7347,7355,7363,7371,7379,7399,7402,7429,7434,7454,7457,7460,7467,7480,7489,7492,7512,7522,7526,7530,7543,7547,7551,7555,7561,7565,7582,7590,7594,7598,7602,7605,7609,7613,7617,7627,7634,7641,7645,7671,7681,7706,7715,7735,7745,7749,7759,7784,7794,7797,7804,7811,7818,7819,7820,7821,7822,7829,7833,7839,7845,7846,7859,7860,7861,7864,7867,7870,7873,7876,7879,7882,7885,7888,7891,7894,7897,7900,7903,7906,7909,7912,7915,7918,7921,7924,7925,7933,7941,7942,7955,7965,7969,7974,7979,7983,7986,7990,7994,7997,8001,8004,8008,8013,8018,8021,8028,8032,8036,8045,8050,8055,8056,8060,8063,8067,8080,8085,8093,8097,8101,8118,8122,8127,8145,8152,8156,8186,8189,8192,8195,8198,8201,8204,8223,8229,8237,8244,8256,8264,8269,8277,8281,8299,8306,8322,8326,8334,8337,8342,8343,8344,8345,8349,8353,8357,8361,8396,8399,8403,8407,8441,8444,8448,8452,8461,8467,8470,8480,8484,8485,8492,8496,8503,8504,8505,8508,8513,8518,8519,8523,8538,8557,8561,8562,8574,8584,8585,8597,8602,8626,8629,8635,8638,8647,8655,8659,8662,8665,8668,8672,8675,8692,8696,8699,8714,8717,8725,8730,8737,8742,8743,8748,8749,8755,8761,8767,8799,8810,8827,8834,8838,8841,8854,8863,8867,8872,8876,8880,8884,8888,8892,8896,8900,8905,8908,8920,8925,8934,8937,8944,8945,8949,8958,8964,8968,8969,8973,8994,9000,9004,9008,9009,9027,9028,9029,9030,9031,9036,9039,9040,9046,9047,9059,9071,9078,9079,9084,9089,9090,9094,9108,9113,9119,9125,9131,9136,9142,9148,9149,9155,9170,9175,9184,9193,9196,9210,9215,9226,9230,9239,9248,9249,9256,9264,13518,13519,13520,13521,13522,13523,13524,13525,13526,13527,13528,13529,13530,13531,13532,13533,13534,13535,13536,13537,13538,13539,13540,13541,13542,13543,13544,13545,13546,13547,13548,13549,13550,13551,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,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",
- "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,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,25249,25796,25856,25910,25980,26050,26115,26181,26246,26314,26383,26451,26581,26634,26693,26751,26803,26899,26951,26997,27047,27103,27150,27255,27313,27375,27438,27500,27559,27619,27684,27750,27815,27877,27939,28001,28063,28125,28187,28253,28320,28386,28449,28513,28576,28644,28705,28767,28829,28892,28956,29019,29083,29161,29220,29286,29366,29427,29480,29689,29740,30167,30228,30698,30757,31952,34069,34140,34206,34280,34349,34420,34493,34564,34632,34705,34781,34851,34929,34997,35063,35124,35193,35257,35323,35391,35457,35520,35588,35659,35724,35797,35860,35941,36005,36071,36141,36211,36281,36351,36418,37213,37271,37330,37390,37449,37508,37567,37626,37685,37744,37803,37862,37921,37980,38040,38101,38163,38224,38285,38346,38407,38468,38529,38589,38650,38711,38771,38832,38893,38954,39015,39076,39137,39198,39259,39320,39381,39442,39510,39579,39649,39718,39787,39856,39925,39994,40063,40132,40201,40270,40339,40399,40460,40522,40583,40644,40705,40766,40827,40888,40949,41010,41071,41132,41194,41257,41321,41384,41447,41510,41573,41636,41699,41762,41825,41888,41951,42012,42074,42137,42199,42261,42323,42385,42447,42509,42571,42633,42695,42757,42814,42900,42980,43070,43165,43257,43349,43439,43522,43615,43702,43799,43890,43991,44078,44181,44270,44369,44461,44561,44645,44739,44827,44925,45008,45099,45193,45292,45394,45492,45592,45679,45779,45865,45961,46049,46130,46221,46317,46410,46503,46594,46679,46773,46862,46960,47053,47155,47243,47347,47438,47538,47631,47732,47817,47912,48001,48100,48185,48277,48372,48472,48575,48674,48777,48866,48967,49054,49151,49239,49335,49427,49527,49617,49715,49800,49889,49978,50071,50158,50249,50987,51063,51132,51211,51284,51364,51444,51521,51589,51667,51743,51814,51895,51968,52051,52126,52211,52284,52365,52446,52520,52604,52674,52752,52822,52902,52980,53052,53134,53204,53281,53361,53446,53534,53618,53705,53779,53857,53935,54006,54087,54178,54261,54357,54455,54562,54627,54693,54746,54822,54888,54975,55051,55127,62221,62446,63040,63119,63197,63270,63335,63398,63464,63535,63606,63676,63738,63807,63873,63933,64000,64067,64123,64174,64227,64279,64333,64404,64467,64526,64588,64647,64720,64787,64857,64917,64980,65055,65127,65223,65294,65350,65421,65478,65535,65601,65665,65736,65793,65846,65909,65961,66019,66086,67325,67391,67450,67533,67592,67649,67716,67786,67860,67922,67991,68061,68160,68257,68356,68442,68528,68609,68684,68773,68864,68948,69007,69053,69119,69176,69243,69300,69382,69447,69513,69636,69720,69841,69906,69968,70066,70140,70223,70312,70376,70455,70529,70591,70687,70752,70811,70867,70923,70983,71090,71137,71197,71258,71322,71383,71443,71501,71544,71593,71645,71696,71748,71797,71846,71911,71977,72037,72098,72154,72213,72262,72310,72368,72425,72527,72584,72659,72707,72758,72820,72885,72937,73011,73074,73137,73205,73255,73317,73377,73434,73494,73543,73611,73717,73819,73888,73959,74015,74064,74164,74235,74345,74436,74518,74616,74672,74773,74883,74982,75045,75151,75228,75340,75467,75579,75706,75776,75890,76021,76118,76186,76304,76407,76525,76586,76660,76727,76832,76954,77028,77095,77205,77304,77377,77474,77596,77714,77832,77893,78015,78132,78200,78306,78408,78488,78559,78655,78722,78796,78870,78956,79046,79124,79201,79301,79372,79493,79614,79678,79803,79877,80001,80125,80192,80301,80429,80541,80620,80698,80799,80870,80992,81114,81179,81305,81417,81523,81591,81690,81794,81857,81923,82007,82120,82233,82351,82429,82501,82637,82773,82858,82998,83136,83274,83416,83498,83584,83661,83734,83843,83954,84082,84210,84342,84472,84602,84736,84825,84887,84983,85050,85167,85288,85385,85467,85554,85641,85772,85903,86038,86115,86192,86303,86417,86491,86600,86712,86779,86852,86917,87019,87115,87219,87287,87352,87446,87518,87628,87734,87807,87898,88000,88103,88198,88305,88410,88532,88654,88780,88839,88897,89021,89145,89273,89391,89509,89631,89717,89814,89948,90082,90162,90300,90432,90564,90700,90775,90851,90954,91028,91141,91222,91279,91340,91399,91459,91517,91578,91636,91686,91735,91802,91861,91920,91969,92040,92124,92194,92265,92345,92414,92477,92545,92611,92679,92744,92810,92887,92965,93071,93177,93273,93402,93491,93618,93684,93754,93840,93906,93989,94063,94161,94257,94353,94451,94560,94655,94744,94806,94866,94931,94988,95069,95123,95180,95277,95387,95448,95563,95684,95779,95871,95964,96020,96079,96128,96220,96269,96323,96377,96431,96485,96539,96594,96704,96814,96922,97032,97142,97252,97362,97470,97576,97680,97784,97888,97983,98078,98171,98264,98368,98474,98578,98682,98775,98868,98961,99054,99162,99268,99374,99480,99577,99672,99767,99862,99968,100074,100180,100286,100384,100479,100575,100672,100737,100841,100899,100963,101024,101086,101146,101211,101273,101341,101399,101462,101525,101592,101667,101740,101806,101858,101911,101963,102020,102104,102199,102284,102365,102445,102522,102601,102678,102752,102826,102897,102977,103049,103124,103189,103250,103310,103385,103459,103532,103602,103674,103744,103817,103881,103951,103997,104066,104118,104203,104286,104343,104409,104476,104542,104623,104698,104754,104807,104868,104926,104976,105025,105074,105123,105185,105237,105282,105363,105414,105468,105521,105575,105626,105675,105741,105792,105853,105914,105976,106026,106067,106144,106203,106262,106321,106382,106438,106494,106561,106622,106687,106742,106807,106876,106944,107022,107091,107151,107222,107296,107361,107433,107503,107570,107654,107723,107790,107860,107923,107990,108058,108141,108220,108310,108387,108455,108522,108600,108657,108714,108782,108848,108904,108964,109023,109077,109127,109177,109225,109287,109338,109411,109491,109571,109635,109702,109773,109831,109892,109958,110017,110084,110144,110204,110267,110335,110396,110463,110541,110611,110660,110717,110786,110847,110935,111023,111111,111199,111286,111373,111460,111547,111605,111679,111749,111805,111876,111941,112003,112078,112151,112241,112307,112373,112434,112498,112560,112618,112689,112772,112831,112902,112968,113033,113094,113153,113224,113290,113355,113438,113514,113589,113670,113730,113799,113869,113938,113993,114049,114105,114166,114224,114280,114339,114393,114448,114510,114567,114661,114730,114831,114882,114952,115015,115071,115129,115188,115242,115328,115412,115482,115551,115621,115736,115857,115924,115991,116066,116133,116192,116246,116300,116354,116407,116459,116533,118101,118241,120932,120982,121032,121121,121177,121235,121297,121352,121410,121481,121545,121604,121666,121732,121798,122022,122168,122213,122256,123242,123289,123334,123385,123436,123487,123538,124072,124580,124642,124822,124894,124951,125005,125060,125118,125173,125232,125288,125357,125426,125495,125565,125628,125691,125754,125817,125882,125947,126012,126077,126140,126204,126268,126332,126383,126461,126539,126610,126682,126755,126827,126893,126959,127027,127095,127161,127228,127302,127365,127422,127482,127547,127614,127679,127736,127797,127855,127959,128069,128178,128282,128360,128425,128492,128558,128628,128675,128727,128777,128834,129224,131373,131542,131726,131904,132142,132331,132500,133219,133334,133419,133498,133758,133823,133912,134069,134226,134379,134614,134731,135054,135150,135240,135336,135426,135592,135715,135838,136008,136114,136229,136344,136446,136552,136669,136784,136866,137039,137207,137355,137514,137669,137842,137959,138076,138244,138356,138470,138642,138818,138976,139109,139221,139367,139519,139651,139794,139916,140094,140230,140326,140462,140557,140724,140817,140909,141096,141252,141430,141594,141776,142093,142275,142457,142647,142879,143069,143246,143408,143565,143675,143858,143995,144199,144383,144567,144727,144885,145069,145296,145499,145670,145890,146112,146267,146467,146651,146754,146944,147085,147250,147421,147621,147825,148027,148192,148397,148596,148795,148992,149083,149232,149382,149466,149615,149760,149912,150053,150219,150380,150544,150845,151011,151166,151268,151527,151691,151877,152100,152225,153095,153367,153645,153890,153952,154237,157231,157687,158196,168972,169486,169923,170357,170800,174782,174903,175002,175407,175504,175621,175708,175831,175932,176338,176437,176556,176649,176756,177099,177206,177451,177572,177981,178229,178329,178434,178553,179062,179209,179328,179579,179712,180127,180381,180493,185962,186087,186495,186616,186844,186965,187098,187245,207967,208459,228930,229354,250121,250615,271131,271557,276398,281815,285906,291337,296079,301456,305440,309432,314823,315370,315803,316559,316789,317032,318199,319128,367273,367857,368330,369760,370504,371697,372751,373229,373522,373905,375420,376185,377328,377769,378210,378806,379080,379491,380507,380685,381438,381575,381666,383860,384126,384448,384658,384767,384886,385070,386188,386658,387409,389992,390087,390781,391009,391265,391524,392100,392454,392576,392715,393007,393267,394195,394481,394884,395286,395629,395841,396042,396255,396544,396829,407504,407591,407676,407775,412457,412563,412686,412818,412941,413071,413195,413328,413459,413584,413701,413821,413953,414081,414195,414313,414426,414547,414735,414922,415103,415286,415470,415635,415817,415937,416057,416165,416275,416387,416495,416605,416770,416936,417088,417253,417354,417474,417645,417806,417969,418130,418297,418416,418533,418713,418895,419076,419259,419414,419559,419681,419816,419979,420172,420298,420450,420592,420762,420918,421090,421381,428048,428140,428313,428475,428570,428739,428833,428922,429165,429254,429547,429963,430383,430804,431230,431647,432063,432480,432898,433312,433782,434255,434727,435138,435609,436081,436271,436477,436583,436691,436797,436909,437023,437135,437249,437365,437479,437587,437697,437805,438067,438446,438850,438997,439105,439215,439323,439437,439846,440260,440376,440794,441035,441465,441900,442310,442732,443142,443264,443673,444089,444211,444429,444613,447317,447661,447741,448097,448247,448391,448467,448579,448669,448931,449196,449304,449456,449564,449640,449752,449842,449944,450052,450160,450260,450368,450453,450619,450723,450851,450938,451105,451183,451297,451389,451653,451920,452030,452183,452293,452377,452766,452864,452972,453066,453196,453304,453426,453562,453670,453790,453924,454046,454174,454316,454442,454582,454708,454826,454958,455056,455166,455466,455578,455696,456160,456276,456579,456705,456801,457202,457312,457436,457574,457684,457806,458118,458242,458372,458848,458976,459291,459429,459591,459807,459963,460167,461308,461392,461496,461699,461888,462089,462282,462487,462800,463012,463178,463294,463540,463756,464069,464495,464957,465194,465346,465606,465750,465892,469124,469238,469358,469474,469568,469889,469988,470106,470207,470486,470771,471050,471332,471585,471844,472097,472353,472777,472853,476103,477458,477902,479756,480331,480539,481549,481929,482095,482236,487256,487682,487794,487929,488082,488279,488450,488633,488808,488995,489267,489425,489509,489613,490100,490656,490814,491033,491264,491487,491722,491944,492210,492348,492947,493061,493199,493311,493435,494006,494501,495047,495192,495285,495377,497304,497874,498172,498361,498567,498760,498970,499854,499999,500391,500549,500766,501027,509254,510129,510749,510946,511894,512659,512782,513555,513776,513976,515953,516053,516143,516829,517582,518347,519110,519885,521098,521263,522876,523197,524260,524470,524640,525210,526105,526738,526904,528390,529006,529242,529463,530421,530686,530951,531198,531612,531848,533133,533582,533769,534018,534260,534436,534677,534910,535135,535730,536205,536729,536990,538341,538816,540042,540512,541560,542012,542256,542713,543958,544441,544591,545146,545598,545998,546151,546296,546439,546509,546937,547225,547729,548238,548354,549256,549378,549490,549667,549933,550203,550469,550737,550993,551253,551509,551767,552019,552275,552527,552781,553013,553249,553501,553757,554009,554263,554495,554729,554841,555493,555948,556072,557164,557979,558175,558499,558888,559240,559481,559695,559994,560186,560501,560708,561054,561354,561755,561974,562387,562624,562994,563718,564073,564342,564482,564736,564880,565157,566149,566558,567190,567536,567904,568978,569341,569741,571249,571834,572152,574687,574881,575099,575325,575537,575736,575943,577147,577442,577999,578389,579021,579498,579743,580230,580476,581672,582069,583075,583297,583720,583911,584290,584378,584486,584594,584907,585232,585551,585882,588585,588773,589034,589283,591867,592059,592324,592577,593109,593517,593716,594300,594535,594659,595071,595285,595687,595790,595920,596095,596347,596543,596683,596877,597888,598957,599245,599375,600152,600809,600955,601661,601899,603439,603589,604006,604171,604857,605327,605523,605614,605698,605842,606076,606243,607171,607457,607617,608232,608391,608719,608946,609458,609820,609899,610238,610343,610708,611079,611440,613314,613943,615019,615443,615696,615848,616896,617633,617836,618082,618329,618547,618789,619110,619374,619679,619902,620213,620402,621117,621386,621880,622106,622546,622705,622989,623734,624099,624404,624562,624800,626119,626517,626745,626965,627107,628397,628503,628633,628771,628895,629183,629352,629452,629737,629851,630734,631489,631928,632052,632298,632491,632625,632816,633595,633813,634104,634383,634700,634922,635217,635500,635604,635945,636761,637077,637638,638144,638349,639135,639540,640201,640390,640941,641507,641627,642029,642563,777429,777522,777585,777667,777760,777853,777940,778038,778129,778220,778308,778392,778488,778588,778694,778797,778898,779002,779108,779207,779313,779415,779522,779631,779742,779873,779993,780109,780227,780326,780433,780549,780668,780796,780885,780980,781057,781146,781237,781330,781404,781501,781596,781694,781793,781897,781993,782095,782198,782298,782401,782486,782587,782685,782775,782870,782957,783063,783165,783259,783350,783444,783520,783612,783701,783804,783915,783998,784084,784179,784276,784372,784460,784561,784662,784765,784871,784969,785066,785161,785259,785362,785462,785565,785670,785788,785904,785999,786092,786177,786273,786367,786459,786542,786646,786751,786851,786952,787057,787157,787258,787357,787459,787553,787660,787762,787865,787958,788054,788156,788259,788355,788457,788560,788657,788760,788858,788962,789067,789164,789272,789386,789501,789609,789723,789838,789940,790045,790153,790263,790379,790496,790591,790688,790787,790892,790998,791097,791202,791308,791408,791514,791615,791722,791841,791940,792045,792147,792249,792349,792452,792547,792651,792736,792840,792944,793042,793146,793252,793350,793455,793553,793666,793760,793849,793938,794021,794112,794195,794293,794383,794479,794568,794662,794750,794846,794931,795039,795140,795241,795339,795445,795536,795635,795732,795830,795926,796019,796129,796227,796322,796432,796524,796624,796723,796810,796914,797019,797118,797225,797332,797431,797540,797632,797743,797854,797965,798069,798184,798300,798427,798547,798642,798737,798834,798933,799025,799124,799216,799315,799401,799495,799598,799694,799797,799893,799996,800093,800191,800294,800387,800477,800578,800661,800752,800837,800929,801032,801127,801223,801316,801410,801489,801596,801687,801786,801879,801982,802086,802187,802288,802392,802486,802590,802694,802807,802913,803019,803127,803244,803345,803453,803553,803656,803761,803868,803964,804043,804133,804217,804309,804382,804474,804563,804655,804740,804837,804930,805025,805124,805221,805312,805403,805495,805590,805697,805805,805907,806004,806101,806194,806281,806365,806462,806559,806652,806739,806830,806929,807028,807123,807212,807293,807392,807496,807593,807698,807795,807879,807978,808082,808179,808284,808381,808479,808580,808686,808785,808892,808991,809090,809181,809270,809359,809441,809534,809625,809736,809837,809937,810049,810162,810260,810368,810462,810562,810651,810743,810854,810964,811059,811175,811301,811427,811546,811674,811799,811924,812042,812169,812278,812387,812500,812623,812746,812862,812987,813084,813192,813314,813430,813546,813655,813743,813844,813933,814034,814121,814209,814306,814398,814504,814604,814680,814757"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\ic_launcher_background.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "57",
- "endColumns": "56",
- "endOffsets": "109"
- },
- "to": {
- "startLines": "703",
- "startColumns": "4",
- "startOffsets": "37104",
- "endColumns": "56",
- "endOffsets": "37156"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\c00f2bfb209e6c62b041a45a4e16d9a5\\transformed\\transition-1.5.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "1809,1810,1831,1836,1837,1866,1867,1868,1869,1870,1871,1872,1873",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "120631,120671,121803,122027,122082,123578,123623,123677,123733,123785,123837,123886,123947",
- "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49",
- "endOffsets": "120666,120713,121841,122077,122124,123618,123672,123728,123780,123832,123881,123942,123992"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\fd36edb5cbd4ccdfc9fe4b4b926f1c9f\\transformed\\activity-1.9.3\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
- },
- "to": {
- "startLines": "1834,1878",
- "startColumns": "4,4",
- "startOffsets": "121942,124165",
- "endColumns": "41,59",
- "endOffsets": "121979,124220"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\strings.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "1982,1984,1998,1999,2004,2005,2014,2016,2018,2019,2020,2021,2128,2129,2135,2145,2146",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "131178,131378,133016,133064,133503,133549,134384,134619,134736,134770,134804,134838,150385,150421,151273,152301,152343",
- "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
- "endOffsets": "131223,131411,133059,133121,133544,133598,134460,134672,134765,134799,134833,134867,150416,150466,151316,152338,152376"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\4bbd1f640b50e6c9697102b1344c82b8\\transformed\\fragment-1.5.4\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1",
- "startColumns": "-1,-1,-1",
- "startOffsets": "-1,-1,-1"
- },
- "to": {
- "startLines": "1808,1841,1881",
- "startColumns": "4,4,4",
- "startOffsets": "120574,122261,124329",
- "endColumns": "56,64,63",
- "endOffsets": "120626,122321,124388"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "35,654,655,656,657,1046,1047,1048,2194,5553,5555,5558",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "1640,33751,33812,33874,33936,62226,62285,62342,155693,390092,390156,390282",
- "endLines": "35,654,655,656,657,1046,1047,1048,2200,5554,5557,5560",
- "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12",
- "endOffsets": "1687,33807,33869,33931,33995,62280,62337,62391,156102,390151,390277,390405"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\themes.xml",
- "from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
- },
- "to": {
- "startLines": "2573,6561",
- "startColumns": "4,4",
- "startOffsets": "180498,460172",
- "endLines": "2576,6561",
- "endColumns": "12,69",
- "endOffsets": "180612,460237"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\71f6c76cdbc8be36c07e3dc59644ba39\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "508,1108,1109,1110,1118,1119,1120,1812",
- "startColumns": "4,4,4,4,4,4,4,4",
- "startOffsets": "25699,66264,66323,66371,67038,67113,67189,120752",
- "endColumns": "55,58,47,55,74,75,71,65",
- "endOffsets": "25750,66318,66366,66422,67108,67184,67256,120813"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\945924b1ffd5c30597640472c6dfaf0e\\transformed\\constraintlayout-2.2.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "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,486,487,488,491,496,498,506,507,528,535,572,573,577,578,589,590,591,597,600,606,610,611,612,613,614,623,1818,1876",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,24749,24796,24856,24962,25142,25254,25589,25643,26808,27155,29485,29536,29745,29797,30233,30292,30346,30584,30762,30964,31103,31149,31204,31249,31293,31641,121037,124077",
- "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,485,486,487,490,495,496,505,506,507,528,535,572,573,577,586,589,590,596,597,605,609,610,611,612,613,622,626,1818,1876",
- "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",
- "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,24744,24791,24851,24957,25137,25191,25584,25638,25694,26849,27197,29531,29590,29792,30122,30287,30341,30579,30634,30959,31098,31144,31199,31244,31288,31636,31773,121073,124117"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1e7294029f8aa6fbf44d8c55c86bc318\\transformed\\lifecycle-viewmodel-2.6.2\\res\\values\\values.xml",
- "from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
- },
- "to": {
- "startLines": "1880",
- "startColumns": "4",
- "startOffsets": "124279",
- "endColumns": "49",
- "endOffsets": "124324"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\2f69197fad576b29d6a5e0f895e3aeb9\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
- },
- "to": {
- "startLines": "109,9265",
- "startColumns": "4,4",
- "startOffsets": "5765,642568",
- "endLines": "109,9267",
- "endColumns": "60,12",
- "endOffsets": "5821,642708"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07795d1e2ed95bc5bcc84a6a654d3558\\transformed\\lifecycle-runtime-2.6.2\\res\\values\\values.xml",
- "from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
- },
- "to": {
- "startLines": "1877",
- "startColumns": "4",
- "startOffsets": "124122",
- "endColumns": "42",
- "endOffsets": "124160"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\8aefd914ef407cb79d151c2844281eb1\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1",
- "startColumns": "-1,-1,-1",
- "startOffsets": "-1,-1,-1"
- },
- "to": {
- "startLines": "138,141,1057",
- "startColumns": "4,4,4",
- "startOffsets": "6996,7160,62939",
- "endColumns": "55,47,51",
- "endOffsets": "7047,7203,62986"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\3cd917734a573e15a1ed51b3d437c18f\\transformed\\savedstate-1.2.1\\res\\values\\values.xml",
- "from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
- },
- "to": {
- "startLines": "1879",
- "startColumns": "4",
- "startOffsets": "124225",
- "endColumns": "53",
- "endOffsets": "124274"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2173,2181,2182,2186,2190,2201,2206,2235,2242,2246,2250,2255,2259,2263,2267,2271,2275,2279,2285,2289,2295,2299,2305,2309,2314,2318,2321,2325,2331,2335,2341,2345,2351,2354,2358,2362,2366,2370,2374,2375,2376,2377,2380,2383,2386,2389,2393,2394,2395,2396,2437,2440,2442,2444,2446,2451,2452,2456,2462,2466,2467,2469,2481,2482,2486,2492,2496,2577,2578,2582,2609,2613,2614,2618,4420,4592,4618,4789,4815,4846,4854,4860,4876,4898,4903,4908,4918,4927,4936,4940,4947,4966,4973,4974,4983,4986,4989,4993,4997,5001,5004,5005,5010,5015,5025,5030,5037,5043,5044,5047,5051,5056,5058,5060,5063,5066,5068,5072,5075,5082,5085,5088,5092,5094,5098,5100,5102,5104,5108,5116,5124,5136,5142,5151,5154,5165,5168,5169,5174,5175,5655,5724,5798,5799,5809,5818,5819,5821,5825,5828,5831,5834,5837,5840,5843,5846,5850,5853,5856,5859,5863,5866,5870,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6040,6042,6043,6044,6045,6046,6047,6048,6049,6051,6052,6054,6055,6057,6059,6060,6062,6063,6064,6065,6066,6067,6069,6070,6071,6072,6073,6358,6360,6362,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6378,6379,6380,6381,6382,6383,6384,6386,6390,6562,6563,6564,6565,6566,6567,6571,6572,6573,7114,7116,7118,7120,7122,7124,7125,7126,7127,7129,7131,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7147,7148,7149,7150,7152,7154,7155,7157,7158,7160,7162,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7177,7178,7179,7180,7182,7183,7184,7185,7186,7188,7190,7192,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29595,31778,31833,31957,32021,32091,32152,32227,32303,32380,32618,32703,32785,32861,32979,33056,33134,33240,33346,33425,33505,33562,36423,36497,36572,36637,36703,36763,36824,36896,36969,37036,50254,50313,50372,50431,50490,50549,50603,50657,50710,50764,50818,50872,55264,55338,55417,55490,55564,55635,55707,55779,55852,55909,55967,56040,56114,56188,56263,56335,56408,56478,56549,56609,56712,56781,56850,56920,56994,57070,57134,57211,57287,57364,57429,57498,57575,57650,57719,57787,57864,57930,57991,58088,58153,58222,58321,58392,58451,58509,58566,58625,58689,58760,58832,58904,58976,59048,59115,59183,59251,59310,59373,59437,59527,59618,59678,59744,59811,59877,59947,60011,60064,60131,60192,60259,60372,60430,60493,60558,60623,60698,60771,60843,60887,60934,60980,61029,61090,61151,61212,61274,61338,61402,61466,61531,61594,61654,61715,61781,61840,61900,61962,62033,62093,66091,66177,66427,66517,66604,66692,66774,66857,66947,117516,117568,117626,117671,117737,117801,117858,117915,120369,120426,120474,120523,120718,121846,121893,122326,123997,124393,124457,124647,124707,129229,129303,129373,129451,129505,129575,129660,129708,129754,129815,129878,129944,130008,130079,130142,130207,130271,130332,130393,130445,130518,130592,130661,130736,130810,130884,131025,151321,152381,152459,152549,152637,152733,154242,154824,154913,155160,155441,156107,156392,158201,158678,158900,159122,159398,159625,159855,160085,160315,160545,160772,161191,161417,161842,162072,162500,162719,163002,163210,163341,163568,163994,164219,164646,164867,165292,165412,165688,165989,166313,166604,166918,167055,167186,167291,167533,167700,167904,168112,168383,168495,168607,168712,170805,171019,171165,171305,171391,171739,171827,172073,172491,172740,172822,172920,173577,173677,173929,174353,174608,180617,180706,180943,182967,183209,183311,183564,319133,329814,331330,342025,343553,345310,345936,346356,347617,348882,349138,349374,349921,350415,351020,351218,351798,353166,353541,353659,354197,354354,354550,354823,355079,355249,355390,355454,355819,356186,356862,357126,357464,357817,357911,358097,358403,358665,358790,358917,359156,359367,359486,359679,359856,360311,360492,360614,360873,360986,361173,361275,361382,361511,361786,362294,362790,363667,363961,364531,364680,365412,365584,365668,366004,366096,396834,402065,407780,407842,408420,409004,409095,409208,409437,409597,409749,409920,410086,410255,410422,410585,410828,410998,411171,411342,411616,411815,412020,421386,421470,421566,421662,421760,421860,421962,422064,422166,422268,422370,422470,422566,422678,422807,422930,423061,423192,423290,423404,423498,423638,423772,423868,423980,424080,424196,424292,424404,424504,424644,424780,424944,425074,425232,425382,425523,425667,425802,425914,426064,426192,426320,426456,426588,426718,426848,426960,444618,444764,444908,445046,445112,445202,445278,445382,445472,445574,445682,445790,445890,445970,446062,446160,446270,446322,446400,446506,446598,446702,446812,446934,447097,460242,460322,460422,460512,460622,460712,460953,461047,461153,501032,501132,501244,501358,501474,501590,501684,501798,501910,502012,502132,502254,502336,502440,502560,502686,502784,502878,502966,503078,503194,503316,503428,503603,503719,503805,503897,504009,504133,504200,504326,504394,504522,504666,504794,504863,504958,505073,505186,505285,505394,505505,505616,505717,505822,505922,506052,506143,506266,506360,506472,506558,506662,506758,506846,506964,507068,507172,507298,507386,507494,507594,507684,507794,507878,507980,508064,508118,508182,508288,508374,508484,508568",
- "endLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2180,2181,2185,2189,2193,2205,2211,2241,2245,2249,2254,2258,2262,2266,2270,2274,2278,2284,2288,2294,2298,2304,2308,2313,2317,2320,2324,2330,2334,2340,2344,2350,2353,2357,2361,2365,2369,2373,2374,2375,2376,2379,2382,2385,2388,2392,2393,2394,2395,2396,2439,2441,2443,2445,2450,2451,2455,2461,2465,2466,2468,2480,2481,2485,2491,2495,2496,2577,2581,2608,2612,2613,2617,2645,4591,4617,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5179,5723,5793,5798,5808,5817,5818,5820,5824,5827,5830,5833,5836,5839,5842,5845,5849,5852,5855,5858,5862,5865,5869,5873,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6043,6044,6045,6046,6047,6048,6050,6051,6053,6054,6056,6058,6059,6061,6062,6063,6064,6065,6066,6068,6069,6070,6071,6072,6073,6359,6361,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6377,6378,6379,6380,6381,6382,6383,6385,6389,6393,6562,6563,6564,6565,6566,6570,6571,6572,6573,7115,7117,7119,7121,7123,7124,7125,7126,7128,7130,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7146,7147,7148,7149,7151,7153,7154,7156,7157,7159,7161,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7176,7177,7178,7179,7181,7182,7183,7184,7185,7187,7189,7191,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208",
- "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",
- "endOffsets": "6991,11526,11683,29631,31828,31890,32016,32086,32147,32222,32298,32375,32453,32698,32780,32856,32932,33051,33129,33235,33341,33420,33500,33557,33615,36492,36567,36632,36698,36758,36819,36891,36964,37031,37099,50308,50367,50426,50485,50544,50598,50652,50705,50759,50813,50867,50921,55333,55412,55485,55559,55630,55702,55774,55847,55904,55962,56035,56109,56183,56258,56330,56403,56473,56544,56604,56665,56776,56845,56915,56989,57065,57129,57206,57282,57359,57424,57493,57570,57645,57714,57782,57859,57925,57986,58083,58148,58217,58316,58387,58446,58504,58561,58620,58684,58755,58827,58899,58971,59043,59110,59178,59246,59305,59368,59432,59522,59613,59673,59739,59806,59872,59942,60006,60059,60126,60187,60254,60367,60425,60488,60553,60618,60693,60766,60838,60882,60929,60975,61024,61085,61146,61207,61269,61333,61397,61461,61526,61589,61649,61710,61776,61835,61895,61957,62028,62088,62156,66172,66259,66512,66599,66687,66769,66852,66942,67033,117563,117621,117666,117732,117796,117853,117910,117964,120421,120469,120518,120569,120747,121888,121937,122367,124024,124452,124514,124702,124759,129298,129368,129446,129500,129570,129655,129703,129749,129810,129873,129939,130003,130074,130137,130202,130266,130327,130388,130440,130513,130587,130656,130731,130805,130879,131020,131090,151369,152454,152544,152632,152728,152818,154819,154908,155155,155436,155688,156387,156780,158673,158895,159117,159393,159620,159850,160080,160310,160540,160767,161186,161412,161837,162067,162495,162714,162997,163205,163336,163563,163989,164214,164641,164862,165287,165407,165683,165984,166308,166599,166913,167050,167181,167286,167528,167695,167899,168107,168378,168490,168602,168707,168824,171014,171160,171300,171386,171734,171822,172068,172486,172735,172817,172915,173572,173672,173924,174348,174603,174697,180701,180938,182962,183204,183306,183559,185715,329809,331325,342020,343548,345305,345931,346351,347612,348877,349133,349369,349916,350410,351015,351213,351793,353161,353536,353654,354192,354349,354545,354818,355074,355244,355385,355449,355814,356181,356857,357121,357459,357812,357906,358092,358398,358660,358785,358912,359151,359362,359481,359674,359851,360306,360487,360609,360868,360981,361168,361270,361377,361506,361781,362289,362785,363662,363956,364526,364675,365407,365579,365663,365999,366091,366369,402060,407431,407837,408415,408999,409090,409203,409432,409592,409744,409915,410081,410250,410417,410580,410823,410993,411166,411337,411611,411810,412015,412345,421465,421561,421657,421755,421855,421957,422059,422161,422263,422365,422465,422561,422673,422802,422925,423056,423187,423285,423399,423493,423633,423767,423863,423975,424075,424191,424287,424399,424499,424639,424775,424939,425069,425227,425377,425518,425662,425797,425909,426059,426187,426315,426451,426583,426713,426843,426955,427095,444759,444903,445041,445107,445197,445273,445377,445467,445569,445677,445785,445885,445965,446057,446155,446265,446317,446395,446501,446593,446697,446807,446929,447092,447249,460317,460417,460507,460617,460707,460948,461042,461148,461240,501127,501239,501353,501469,501585,501679,501793,501905,502007,502127,502249,502331,502435,502555,502681,502779,502873,502961,503073,503189,503311,503423,503598,503714,503800,503892,504004,504128,504195,504321,504389,504517,504661,504789,504858,504953,505068,505181,505280,505389,505500,505611,505712,505817,505917,506047,506138,506261,506355,506467,506553,506657,506753,506841,506959,507063,507167,507293,507381,507489,507589,507679,507789,507873,507975,508059,508113,508177,508283,508369,508479,508563,508683"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\colors.xml",
- "from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
- },
- "to": {
- "startLines": "643,963",
- "startColumns": "4,4",
- "startOffsets": "32937,56670",
- "endColumns": "41,41",
- "endOffsets": "32974,56707"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\5b2084b85d0b8f58b7a5c610eddf4201\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
- "from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
- },
- "to": {
- "startLines": "1981",
- "startColumns": "4",
- "startOffsets": "131095",
- "endColumns": "82",
- "endOffsets": "131173"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values_values.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,637,638,652,653,940,941,1049,1050,1051,1052,1053,1054,1055,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,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,1801,1802,1812,1813,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1864,1948,1990,1991,1992,1993,1994,1995,1996,2143,6073,6074,6078,6079,6083,7208,7209,10233,10591,11435,11468,11504,11537",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32458,32530,33620,33685,55075,55144,62394,62464,62532,62604,62674,62735,62809,116481,116542,116603,116665,116729,116791,116852,116920,117020,117080,117146,117219,117288,117345,117397,118189,118261,118337,118402,118461,118520,118580,118640,118700,118760,118820,118880,118940,119000,119060,119120,119179,119239,119299,119359,119419,119479,119539,119599,119659,119719,119779,119838,119898,119958,120017,120076,120135,120194,120253,120761,120796,122315,122370,122433,122488,122546,122604,122665,122728,122785,122836,122886,122947,123004,123070,123104,123486,128782,132448,132515,132587,132656,132725,132799,132871,152173,427043,427160,427361,427471,427672,508631,508703,676005,688590,722477,724208,725433,726115",
- "endLines": "470,637,638,652,653,940,941,1049,1050,1051,1052,1053,1054,1055,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,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,1801,1802,1812,1813,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1864,1948,1990,1991,1992,1993,1994,1995,1996,2143,6073,6077,6078,6082,6083,7208,7209,10238,10600,11467,11488,11536,11542",
- "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,32525,32613,33680,33746,55139,55202,62459,62527,62599,62669,62730,62804,62877,116537,116598,116660,116724,116786,116847,116915,117015,117075,117141,117214,117283,117340,117392,117454,118256,118332,118397,118456,118515,118575,118635,118695,118755,118815,118875,118935,118995,119055,119115,119174,119234,119294,119354,119414,119474,119534,119594,119654,119714,119774,119833,119893,119953,120012,120071,120130,120189,120248,120307,120791,120826,122365,122428,122483,122541,122599,122660,122723,122780,122831,122881,122942,122999,123065,123099,123134,123516,128847,132510,132582,132651,132720,132794,132866,132954,152239,427155,427356,427466,427667,427796,508698,508765,676203,688886,724203,724884,726110,726277"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07c471e21f6c8ce0180e8b404d9d11f5\\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": "9381,9397,9403,12964,12980",
- "startColumns": "4,4,4,4,4",
- "startOffsets": "646696,647121,647299,778923,779334",
- "endLines": "9396,9402,9412,12979,12983",
- "endColumns": "24,24,24,24,24",
- "endOffsets": "647116,647294,647578,779329,779456"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,497,509,510,511,512,513,514,515,516,517,518,519,520,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1044,1048,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,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,1741,1742,1766,1767,1814,1815,1816,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1834,1837,1838,1839,1857,1858,1859,1860,1861,1862,1863,1874,1883,1884,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,1946,1947,1949,1982,1984,1985,1986,1987,1988,1989,1999,2000,2001,2002,2005,2008,2009,2010,2011,2012,2014,2016,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2071,2074,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,2120,2121,2122,2123,2124,2125,2126,2129,2130,2131,2132,2133,2136,2139,2140,2141,2142,2151,2155,2159,2163,2167,2168,2211,2219,2226,2396,2399,2409,2418,2427,2496,2497,2498,2499,2505,2506,2507,2508,2509,2510,2516,2517,2518,2519,2520,2525,2526,2530,2531,2537,2541,2542,2543,2544,2554,2555,2556,2560,2561,2567,2571,2645,2648,2649,2654,2655,2658,2659,2660,2661,2925,2932,3193,3199,3463,3470,3731,3737,3800,3882,3934,4016,4078,4160,4224,4276,4358,4366,4372,4383,4387,4391,4404,5179,5195,5202,5208,5225,5238,5258,5275,5284,5289,5296,5316,5329,5346,5352,5358,5365,5369,5375,5389,5392,5402,5403,5404,5452,5456,5460,5464,5465,5466,5469,5485,5492,5506,5551,5560,5566,5570,5574,5579,5586,5592,5593,5596,5600,5605,5618,5622,5627,5632,5637,5640,5643,5646,5650,5793,5794,5795,5796,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5903,5907,5911,5915,5919,5920,5921,5922,5923,5924,5925,5926,5930,5934,5935,5939,5940,5943,5947,5950,5953,5956,5960,5963,5966,5970,5974,5978,5982,5985,5986,5987,5988,5991,5995,5998,6001,6004,6007,6010,6013,6084,6087,6088,6091,6094,6095,6098,6099,6100,6104,6105,6110,6117,6124,6131,6138,6145,6152,6159,6166,6173,6182,6191,6200,6207,6216,6225,6228,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6247,6252,6257,6260,6261,6262,6263,6264,6272,6280,6281,6289,6293,6301,6309,6317,6325,6333,6334,6342,6350,6351,6354,6393,6395,6400,6402,6407,6411,6415,6416,6417,6418,6422,6426,6427,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6445,6446,6447,6448,6452,6453,6454,6455,6459,6463,6464,6468,6469,6470,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6499,6500,6501,6507,6508,6512,6514,6515,6520,6521,6522,6523,6524,6525,6529,6530,6531,6537,6538,6542,6544,6548,6552,6556,6573,6574,6575,6576,6579,6582,6585,6588,6591,6596,6600,6603,6604,6609,6613,6618,6624,6630,6635,6639,6644,6648,6652,6693,6694,6695,6696,6697,6701,6702,6703,6704,6708,6712,6716,6720,6724,6728,6732,6736,6742,6743,6784,6798,6803,6829,6836,6839,6850,6855,6858,6861,6916,6922,6923,6926,6929,6932,6935,6938,6941,6944,6948,6951,6952,6953,6961,6969,6972,6977,6982,6987,6992,6996,7000,7001,7009,7010,7011,7012,7013,7021,7026,7031,7032,7033,7034,7059,7065,7070,7073,7077,7080,7084,7094,7097,7102,7105,7109,7210,7218,7232,7245,7249,7264,7275,7278,7289,7294,7298,7333,7334,7335,7347,7355,7363,7371,7379,7399,7402,7429,7434,7454,7457,7460,7467,7480,7489,7492,7512,7522,7526,7530,7543,7547,7551,7555,7561,7565,7582,7590,7594,7598,7602,7605,7609,7613,7617,7627,7634,7641,7645,7671,7681,7706,7715,7735,7745,7749,7759,7784,7794,7797,7804,7811,7818,7819,7820,7821,7822,7829,7833,7839,7845,7846,7859,7860,7861,7864,7867,7870,7873,7876,7879,7882,7885,7888,7891,7894,7897,7900,7903,7906,7909,7912,7915,7918,7921,7924,7925,7933,7941,7942,7955,7965,7969,7974,7979,7983,7986,7990,7994,7997,8001,8004,8008,8013,8018,8021,8028,8032,8036,8045,8050,8055,8056,8060,8063,8067,8080,8085,8093,8097,8101,8118,8122,8127,8145,8152,8156,8186,8189,8192,8195,8198,8201,8204,8223,8229,8237,8244,8256,8264,8269,8277,8281,8299,8306,8322,8326,8334,8337,8342,8343,8344,8345,8349,8353,8357,8361,8396,8399,8403,8407,8441,8444,8448,8452,8461,8467,8470,8480,8484,8485,8492,8496,8503,8504,8505,8508,8513,8518,8519,8523,8538,8557,8561,8562,8574,8584,8585,8597,8602,8626,8629,8635,8638,8647,8655,8659,8662,8665,8668,8672,8675,8692,8696,8699,8714,8717,8725,8730,8737,8742,8743,8748,8749,8755,8761,8767,8799,8810,8827,8834,8838,8841,8854,8863,8867,8872,8876,8880,8884,8888,8892,8896,8900,8905,8908,8920,8925,8934,8937,8944,8945,8949,8958,8964,8968,8969,8973,8994,9000,9004,9008,9009,9027,9028,9029,9030,9031,9036,9039,9040,9046,9047,9059,9071,9078,9079,9084,9089,9090,9094,9108,9113,9119,9125,9131,9136,9142,9148,9149,9155,9170,9175,9184,9193,9196,9210,9215,9226,9230,9239,9248,9249,9256,9413,9430,9440,9982,10049,10102,10159,10171,10307,10416,10436,10457,10463,10471,10577,11352,11375,11381,11425,11429,11489,11575,11831,11871,11878,11886,11901,11957,11968,11981,11993,12031,12078,12084,12096,12102,12108,12160,12165,12170,12177,12475,12487,12533,12562,12701,12706,12739,12742,12746,12775,12813,12831,12849,12916,12924,13053,13057,13065,13194,13198,13477,13540,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,25196,25755,25801,25861,25915,25985,26055,26120,26186,26251,26319,26388,26456,26586,26639,26698,26756,26854,26904,26956,27002,27052,27108,27202,27260,27318,27380,27443,27505,27564,27624,27689,27755,27820,27882,27944,28006,28068,28130,28192,28258,28325,28391,28454,28518,28581,28649,28710,28772,28834,28897,28961,29024,29088,29166,29225,29291,29371,29432,29636,29694,30127,30172,30639,30703,31895,34000,34074,34145,34211,34285,34354,34425,34498,34569,34637,34710,34786,34856,34934,35002,35068,35129,35198,35262,35328,35396,35462,35525,35593,35664,35729,35802,35865,35946,36010,36076,36146,36216,36286,36356,37104,37161,37219,37278,37338,37397,37456,37515,37574,37633,37692,37751,37810,37869,37928,37988,38049,38111,38172,38233,38294,38355,38416,38477,38537,38598,38659,38719,38780,38841,38902,38963,39024,39085,39146,39207,39268,39329,39390,39458,39527,39597,39666,39735,39804,39873,39942,40011,40080,40149,40218,40287,40347,40408,40470,40531,40592,40653,40714,40775,40836,40897,40958,41019,41080,41142,41205,41269,41332,41395,41458,41521,41584,41647,41710,41773,41836,41899,41960,42022,42085,42147,42209,42271,42333,42395,42457,42519,42581,42643,42705,42762,42848,42928,43018,43113,43205,43297,43387,43470,43563,43650,43747,43838,43939,44026,44129,44218,44317,44409,44509,44593,44687,44775,44873,44956,45047,45141,45240,45342,45440,45540,45627,45727,45813,45909,45997,46078,46169,46265,46358,46451,46542,46627,46721,46810,46908,47001,47103,47191,47295,47386,47486,47579,47680,47765,47860,47949,48048,48133,48225,48320,48420,48523,48622,48725,48814,48915,49002,49099,49187,49283,49375,49475,49565,49663,49748,49837,49926,50019,50106,50869,50935,51011,51080,51159,51232,51312,51392,51469,51537,51615,51691,51762,51843,51916,51999,52074,52159,52232,52313,52394,52468,52552,52622,52700,52770,52850,52928,53000,53082,53152,53229,53309,53394,53482,53566,53653,53727,53805,53883,53954,54035,54126,54209,54305,54403,54510,54575,54641,54694,54770,54836,54923,54999,62104,62339,62934,62988,63067,63145,63218,63283,63346,63412,63483,63554,63624,63686,63755,63821,63881,63948,64015,64071,64122,64175,64227,64281,64352,64415,64474,64536,64595,64668,64735,64805,64865,64928,65003,65075,65171,65242,65298,65369,65426,65483,65549,65613,65684,65741,65794,65857,65909,65967,67204,67273,67339,67398,67481,67540,67597,67664,67734,67808,67870,67939,68009,68108,68205,68304,68390,68476,68557,68632,68721,68812,68896,68955,69001,69067,69124,69191,69248,69330,69395,69461,69584,69668,69789,69854,69916,70014,70088,70171,70260,70324,70403,70477,70539,70635,70700,70759,70815,70871,70931,71038,71085,71145,71206,71270,71331,71391,71449,71492,71541,71593,71644,71696,71745,71794,71859,71925,71985,72046,72102,72161,72210,72258,72316,72373,72475,72532,72607,72655,72706,72768,72833,72885,72959,73022,73085,73153,73203,73265,73325,73382,73442,73491,73559,73665,73767,73836,73907,73963,74012,74112,74183,74293,74384,74466,74564,74620,74721,74831,74930,74993,75099,75176,75288,75415,75527,75654,75724,75838,75969,76066,76134,76252,76355,76473,76534,76608,76675,76780,76902,76976,77043,77153,77252,77325,77422,77544,77662,77780,77841,77963,78080,78148,78254,78356,78436,78507,78603,78670,78744,78818,78904,78994,79072,79149,79249,79320,79441,79562,79626,79751,79825,79949,80073,80140,80249,80377,80489,80568,80646,80747,80818,80940,81062,81127,81253,81365,81471,81539,81638,81742,81805,81871,81955,82068,82181,82299,82377,82449,82585,82721,82806,82946,83084,83222,83364,83446,83532,83609,83682,83791,83902,84030,84158,84290,84420,84550,84684,84773,84835,84931,84998,85115,85236,85333,85415,85502,85589,85720,85851,85986,86063,86140,86251,86365,86439,86548,86660,86727,86800,86865,86967,87063,87167,87235,87300,87394,87466,87576,87682,87755,87846,87948,88051,88146,88253,88358,88480,88602,88728,88787,88845,88969,89093,89221,89339,89457,89579,89665,89762,89896,90030,90110,90248,90380,90512,90648,90723,90799,90902,90976,91089,91170,91227,91288,91347,91407,91465,91526,91584,91634,91683,91750,91809,91868,91917,91988,92072,92142,92213,92293,92362,92425,92493,92559,92627,92692,92758,92835,92913,93019,93125,93221,93350,93439,93566,93632,93702,93788,93854,93937,94011,94109,94205,94301,94399,94508,94603,94692,94754,94814,94879,94936,95017,95071,95128,95225,95335,95396,95511,95632,95727,95819,95912,95968,96027,96076,96168,96217,96271,96325,96379,96433,96487,96542,96652,96762,96870,96980,97090,97200,97310,97418,97524,97628,97732,97836,97931,98026,98119,98212,98316,98422,98526,98630,98723,98816,98909,99002,99110,99216,99322,99428,99525,99620,99715,99810,99916,100022,100128,100234,100332,100427,100523,100620,100685,100789,100847,100911,100972,101034,101094,101159,101221,101289,101347,101410,101473,101540,101615,101688,101754,101806,101859,101911,101968,102052,102147,102232,102313,102393,102470,102549,102626,102700,102774,102845,102925,102997,103072,103137,103198,103258,103333,103407,103480,103550,103622,103692,103765,103829,103899,103945,104014,104066,104151,104234,104291,104357,104424,104490,104571,104646,104702,104755,104816,104874,104924,104973,105022,105071,105133,105185,105230,105311,105362,105416,105469,105523,105574,105623,105689,105740,105801,105862,105924,105974,106015,106092,106151,106210,106269,106330,106386,106442,106509,106570,106635,106690,106755,106824,106892,106970,107039,107099,107170,107244,107309,107381,107451,107518,107602,107671,107738,107808,107871,107938,108006,108089,108168,108258,108335,108403,108470,108548,108605,108662,108730,108796,108852,108912,108971,109025,109075,109125,109173,109235,109286,109359,109439,109519,109583,109650,109721,109779,109840,109906,109965,110032,110092,110152,110215,110283,110344,110411,110489,110559,110608,110665,110734,110795,110883,110971,111059,111147,111234,111321,111408,111495,111553,111627,111697,111753,111824,111889,111951,112026,112099,112189,112255,112321,112382,112446,112508,112566,112637,112720,112779,112850,112916,112981,113042,113101,113172,113238,113303,113386,113462,113537,113618,113678,113747,113817,113886,113941,113997,114053,114114,114172,114228,114287,114341,114396,114458,114515,114609,114678,114779,114830,114900,114963,115019,115077,115136,115190,115276,115360,115430,115499,115569,115684,115805,115872,115939,116014,116081,116140,116194,116248,116302,116355,116407,117912,118049,120831,120880,120930,121021,121069,121125,121183,121245,121300,121358,121429,121493,121552,121614,121680,121927,122072,122116,122161,123139,123190,123237,123282,123333,123384,123435,123972,124462,124528,124707,124770,124842,124899,124953,125008,125066,125121,125180,125236,125305,125374,125443,125513,125576,125639,125702,125765,125830,125895,125960,126025,126088,126152,126216,126280,126331,126409,126487,126558,126630,126703,126775,126841,126907,126975,127043,127109,127176,127250,127313,127370,127430,127495,127562,127627,127684,127745,127803,127907,128017,128126,128230,128308,128373,128440,128506,128576,128623,128675,128725,128852,131171,131359,131490,131674,131852,132090,132279,133069,133167,133282,133367,133546,133706,133771,133860,134017,134174,134408,134620,134815,135002,135098,135188,135284,135374,135540,135663,135786,135956,136062,136177,136292,136394,136500,136617,136732,136814,136987,137155,137303,137462,137617,137790,137907,138024,138192,138304,138418,138590,138766,138924,139057,139169,139315,139467,139599,139742,139864,140042,140178,140274,140410,140505,140672,140765,140857,141044,141200,141378,141542,141724,142041,142223,142405,142595,142827,143017,143194,143356,143513,143623,143806,143943,144147,144331,144515,144675,144833,145017,145244,145447,145618,145838,146060,146215,146415,146599,146702,146892,147033,147198,147369,147569,147773,147975,148140,148345,148544,148743,148940,149031,149180,149330,149414,149563,149708,149860,150001,150167,150414,150492,150793,150959,151114,151317,151475,151639,151825,152048,152766,153043,153315,153593,153838,153900,156728,157179,157635,168772,168920,169434,169871,170305,174645,174730,174851,174950,175355,175452,175569,175656,175779,175880,176286,176385,176504,176597,176704,177047,177154,177399,177520,177929,178177,178277,178382,178501,179010,179157,179276,179527,179660,180075,180329,185663,185910,186035,186443,186564,186792,186913,187046,187193,207915,208407,228878,229302,250069,250563,271079,271505,276346,281763,285854,291285,296027,301404,305388,309380,314771,315318,315751,316507,316737,316980,318147,366317,367221,367805,368278,369708,370452,371645,372699,373177,373470,373853,375368,376133,377276,377717,378158,378754,379028,379439,380455,380633,381386,381523,381614,383808,384074,384396,384606,384715,384834,385018,386136,386606,387357,389940,390353,390729,390957,391213,391472,392048,392402,392524,392663,392955,393215,394143,394429,394832,395234,395577,395789,395990,396203,396492,407379,407452,407539,407624,412293,412405,412511,412634,412766,412889,413019,413143,413276,413407,413532,413649,413769,413901,414029,414143,414261,414374,414495,414683,414870,415051,415234,415418,415583,415765,415885,416005,416113,416223,416335,416443,416553,416718,416884,417036,417201,417302,417422,417593,417754,417917,418078,418245,418364,418481,418661,418843,419024,419207,419362,419507,419629,419764,419927,420120,420246,420398,420540,420710,420866,421038,427801,427996,428088,428261,428423,428518,428687,428781,428870,429113,429202,429495,429911,430331,430752,431178,431595,432011,432428,432846,433260,433730,434203,434675,435086,435557,436029,436219,436425,436531,436639,436745,436857,436971,437083,437197,437313,437427,437535,437645,437753,438015,438394,438798,438945,439053,439163,439271,439385,439794,440208,440324,440742,440983,441413,441848,442258,442680,443090,443212,443621,444037,444159,444377,447197,447265,447609,447689,448045,448195,448339,448415,448527,448617,448879,449144,449252,449404,449512,449588,449700,449790,449892,450000,450108,450208,450316,450401,450567,450671,450799,450886,451053,451131,451245,451337,451601,451868,451978,452131,452241,452325,452714,452812,452920,453014,453144,453252,453374,453510,453618,453738,453872,453994,454122,454264,454390,454530,454656,454774,454906,455004,455114,455414,455526,455644,456108,456224,456527,456653,456749,457150,457260,457384,457522,457632,457754,458066,458190,458320,458796,458924,459239,459377,459539,459755,459911,461188,461256,461340,461444,461647,461836,462037,462230,462435,462748,462960,463126,463242,463488,463704,464017,464443,464905,465142,465294,465554,465698,465840,469072,469186,469306,469422,469516,469837,469936,470054,470155,470434,470719,470998,471280,471533,471792,472045,472301,472725,472801,476051,477406,477850,479704,480279,480487,481497,481877,482043,482184,487204,487630,487742,487877,488030,488227,488398,488581,488756,488943,489215,489373,489457,489561,490048,490604,490762,490981,491212,491435,491670,491892,492158,492296,492895,493009,493147,493259,493383,493954,494449,494995,495140,495233,495325,497252,497822,498120,498309,498515,498708,498918,499802,499947,500339,500497,500714,508770,509202,510077,510697,510894,511842,512607,512730,513503,513724,513924,515901,516001,516091,516777,517530,518295,519058,519833,521046,521211,522824,523145,524208,524418,524588,525158,526053,526686,526852,528338,528954,529190,529411,530369,530634,530899,531146,531560,531796,533081,533530,533717,533966,534208,534384,534625,534858,535083,535678,536153,536677,536938,538289,538764,539990,540460,541508,541960,542204,542661,543906,544389,544539,545094,545546,545946,546099,546244,546387,546457,546885,547173,547677,548186,548302,549204,549326,549438,549615,549881,550151,550417,550685,550941,551201,551457,551715,551967,552223,552475,552729,552961,553197,553449,553705,553957,554211,554443,554677,554789,555441,555896,556020,557112,557927,558123,558447,558836,559188,559429,559643,559942,560134,560449,560656,561002,561302,561703,561922,562335,562572,562942,563666,564021,564290,564430,564684,564828,565105,566097,566506,567138,567484,567852,568926,569289,569689,571197,571782,572100,574635,574829,575047,575273,575485,575684,575891,577095,577390,577947,578337,578969,579446,579691,580178,580424,581620,582017,583023,583245,583668,583859,584238,584326,584434,584542,584855,585180,585499,585830,588533,588721,588982,589231,591815,592007,592272,592525,593057,593465,593664,594248,594483,594607,595019,595233,595635,595738,595868,596043,596295,596491,596631,596825,597836,598905,599193,599323,600100,600757,600903,601609,601847,603387,603537,603954,604119,604805,605275,605471,605562,605646,605790,606024,606191,607119,607405,607565,608180,608339,608667,608894,609406,609768,609847,610186,610291,610656,611027,611388,613262,613891,614967,615391,615644,615796,616844,617581,617784,618030,618277,618495,618737,619058,619322,619627,619850,620161,620350,621065,621334,621828,622054,622494,622653,622937,623682,624047,624352,624510,624748,626067,626465,626693,626913,627055,628345,628451,628581,628719,628843,629131,629300,629400,629685,629799,630682,631437,631876,632000,632246,632439,632573,632764,633543,633761,634052,634331,634648,634870,635165,635448,635552,635893,636709,637025,637586,638092,638297,639083,639488,640149,640338,640889,641455,641575,641977,647583,648113,648412,666824,669266,671091,673098,673437,679467,681762,682202,682954,683138,683349,688007,720087,720815,721017,722152,722302,724889,727807,737839,739338,739679,740187,740698,742492,742752,743368,743863,744900,746766,746957,747290,747446,747639,750031,750260,750468,750638,762040,762338,763681,764691,769763,769879,771103,771240,771386,773333,774471,775002,775428,777443,777691,782607,782723,782898,787504,787651,798523,800897,806639,806734,806827,806890,806972,807065,807158,807245,807343,807434,807525,807613,807697,807793,807893,807999,808102,808203,808307,808413,808512,808618,808720,808827,808936,809047,809178,809298,809414,809532,809631,809738,809854,809973,810101,810190,810285,810362,810451,810542,810635,810709,810806,810901,810999,811098,811202,811298,811400,811503,811603,811706,811791,811892,811990,812080,812175,812262,812368,812470,812564,812655,812749,812825,812917,813006,813109,813220,813303,813389,813484,813581,813677,813765,813866,813967,814070,814176,814274,814371,814466,814564,814667,814767,814870,814975,815093,815209,815304,815397,815482,815578,815672,815764,815847,815951,816056,816156,816257,816362,816462,816563,816662,816764,816858,816965,817067,817170,817263,817359,817461,817564,817660,817762,817865,817962,818065,818163,818267,818372,818469,818577,818691,818806,818914,819028,819143,819245,819350,819458,819568,819684,819801,819896,819993,820092,820197,820303,820402,820507,820613,820713,820819,820920,821027,821146,821245,821350,821452,821554,821654,821757,821852,821956,822041,822145,822249,822347,822451,822557,822655,822760,822858,822971,823065,823154,823243,823326,823417,823500,823598,823688,823784,823873,823967,824055,824151,824236,824344,824445,824546,824644,824750,824841,824940,825037,825135,825231,825324,825434,825532,825627,825737,825829,825929,826028,826115,826219,826324,826423,826530,826637,826736,826845,826937,827048,827159,827270,827374,827489,827605,827732,827852,827947,828042,828139,828238,828330,828429,828521,828620,828706,828800,828903,828999,829102,829198,829301,829398,829496,829599,829692,829782,829883,829966,830057,830142,830234,830337,830432,830528,830621,830715,830794,830901,830992,831091,831184,831287,831391,831492,831593,831697,831791,831895,831999,832112,832218,832324,832432,832549,832650,832758,832858,832961,833066,833173,833269,833348,833438,833522,833614,833687,833779,833868,833960,834045,834142,834235,834330,834429,834526,834617,834708,834800,834895,835002,835110,835212,835309,835406,835499,835586,835670,835767,835864,835957,836044,836135,836234,836333,836428,836517,836598,836697,836801,836898,837003,837100,837184,837283,837387,837484,837589,837686,837784,837885,837991,838090,838197,838296,838395,838486,838575,838664,838746,838839,838930,839041,839142,839242,839354,839467,839565,839673,839767,839867,839956,840048,840159,840269,840364,840480,840606,840732,840851,840979,841104,841229,841347,841474,841583,841692,841805,841928,842051,842167,842292,842389,842497,842619,842735,842851,842960,843048,843149,843238,843339,843426,843514,843611,843703,843809,843909,843985",
- "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,497,509,510,511,512,513,514,515,516,517,518,519,523,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1044,1048,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,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,1741,1742,1766,1767,1814,1815,1816,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1834,1837,1838,1839,1857,1858,1859,1860,1861,1862,1863,1874,1883,1884,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,1946,1947,1952,1982,1984,1985,1986,1987,1988,1989,1999,2000,2001,2002,2007,2008,2009,2010,2011,2012,2014,2016,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2070,2073,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,2120,2121,2122,2123,2124,2125,2126,2129,2130,2131,2132,2133,2138,2139,2140,2141,2142,2154,2158,2162,2166,2167,2171,2218,2225,2233,2398,2408,2417,2426,2435,2496,2497,2498,2504,2505,2506,2507,2508,2509,2515,2516,2517,2518,2519,2524,2525,2529,2530,2536,2540,2541,2542,2543,2553,2554,2555,2559,2560,2566,2570,2571,2647,2648,2653,2654,2657,2658,2659,2660,2924,2931,3192,3198,3462,3469,3730,3736,3799,3881,3933,4015,4077,4159,4223,4275,4357,4365,4371,4382,4386,4390,4403,4418,5194,5201,5207,5224,5237,5257,5274,5283,5288,5295,5315,5328,5345,5351,5357,5364,5368,5374,5388,5391,5401,5402,5403,5451,5455,5459,5463,5464,5465,5468,5484,5491,5505,5550,5551,5565,5569,5573,5578,5585,5591,5592,5595,5599,5604,5617,5621,5626,5631,5636,5639,5642,5645,5649,5653,5793,5794,5795,5796,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5894,5898,5902,5906,5910,5914,5918,5919,5920,5921,5922,5923,5924,5925,5929,5933,5934,5938,5939,5942,5946,5949,5952,5955,5959,5962,5965,5969,5973,5977,5981,5984,5985,5986,5987,5990,5994,5997,6000,6003,6006,6009,6012,6016,6086,6087,6090,6093,6094,6097,6098,6099,6103,6104,6109,6116,6123,6130,6137,6144,6151,6158,6165,6172,6181,6190,6199,6206,6215,6224,6227,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6246,6251,6256,6259,6260,6261,6262,6263,6271,6279,6280,6288,6292,6300,6308,6316,6324,6332,6333,6341,6349,6350,6353,6356,6394,6399,6401,6406,6410,6414,6415,6416,6417,6421,6425,6426,6430,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6444,6445,6446,6447,6451,6452,6453,6454,6458,6462,6463,6467,6468,6469,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6498,6499,6500,6506,6507,6511,6513,6514,6519,6520,6521,6522,6523,6524,6528,6529,6530,6536,6537,6541,6543,6547,6551,6555,6559,6573,6574,6575,6578,6581,6584,6587,6590,6595,6599,6602,6603,6608,6612,6617,6623,6629,6634,6638,6643,6647,6651,6692,6693,6694,6695,6696,6700,6701,6702,6703,6707,6711,6715,6719,6723,6727,6731,6735,6741,6742,6783,6797,6802,6828,6835,6838,6849,6854,6857,6860,6915,6921,6922,6925,6928,6931,6934,6937,6940,6943,6947,6950,6951,6952,6960,6968,6971,6976,6981,6986,6991,6995,6999,7000,7008,7009,7010,7011,7012,7020,7025,7030,7031,7032,7033,7058,7064,7069,7072,7076,7079,7083,7093,7096,7101,7104,7108,7112,7217,7231,7244,7248,7263,7274,7277,7288,7293,7297,7332,7333,7334,7346,7354,7362,7370,7378,7398,7401,7428,7433,7453,7456,7459,7466,7479,7488,7491,7511,7521,7525,7529,7542,7546,7550,7554,7560,7564,7581,7589,7593,7597,7601,7604,7608,7612,7616,7626,7633,7640,7644,7670,7680,7705,7714,7734,7744,7748,7758,7783,7793,7796,7803,7810,7817,7818,7819,7820,7821,7828,7832,7838,7844,7845,7858,7859,7860,7863,7866,7869,7872,7875,7878,7881,7884,7887,7890,7893,7896,7899,7902,7905,7908,7911,7914,7917,7920,7923,7924,7932,7940,7941,7954,7964,7968,7973,7978,7982,7985,7989,7993,7996,8000,8003,8007,8012,8017,8020,8027,8031,8035,8044,8049,8054,8055,8059,8062,8066,8079,8084,8092,8096,8100,8117,8121,8126,8144,8151,8155,8185,8188,8191,8194,8197,8200,8203,8222,8228,8236,8243,8255,8263,8268,8276,8280,8298,8305,8321,8325,8333,8336,8341,8342,8343,8344,8348,8352,8356,8360,8395,8398,8402,8406,8440,8443,8447,8451,8460,8466,8469,8479,8483,8484,8491,8495,8502,8503,8504,8507,8512,8517,8518,8522,8537,8556,8560,8561,8573,8583,8584,8596,8601,8625,8628,8634,8637,8646,8654,8658,8661,8664,8667,8671,8674,8691,8695,8698,8713,8716,8724,8729,8736,8741,8742,8747,8748,8754,8760,8766,8798,8809,8826,8833,8837,8840,8853,8862,8866,8871,8875,8879,8883,8887,8891,8895,8899,8904,8907,8919,8924,8933,8936,8943,8944,8948,8957,8963,8967,8968,8972,8993,8999,9003,9007,9008,9026,9027,9028,9029,9030,9035,9038,9039,9045,9046,9058,9070,9077,9078,9083,9088,9089,9093,9107,9112,9118,9124,9130,9135,9141,9147,9148,9154,9169,9174,9183,9192,9195,9209,9214,9225,9229,9238,9247,9248,9255,9263,9429,9439,9486,10048,10101,10158,10170,10228,10415,10435,10456,10462,10470,10576,10590,11374,11380,11424,11428,11434,11494,11585,11864,11877,11885,11900,11956,11967,11980,11992,12030,12077,12083,12095,12101,12107,12159,12164,12169,12176,12211,12486,12532,12561,12624,12705,12711,12741,12745,12773,12812,12830,12848,12915,12923,12947,13056,13064,13157,13197,13476,13484,13550,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072",
- "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,25249,25796,25856,25910,25980,26050,26115,26181,26246,26314,26383,26451,26581,26634,26693,26751,26803,26899,26951,26997,27047,27103,27150,27255,27313,27375,27438,27500,27559,27619,27684,27750,27815,27877,27939,28001,28063,28125,28187,28253,28320,28386,28449,28513,28576,28644,28705,28767,28829,28892,28956,29019,29083,29161,29220,29286,29366,29427,29480,29689,29740,30167,30228,30698,30757,31952,34069,34140,34206,34280,34349,34420,34493,34564,34632,34705,34781,34851,34929,34997,35063,35124,35193,35257,35323,35391,35457,35520,35588,35659,35724,35797,35860,35941,36005,36071,36141,36211,36281,36351,36418,37156,37214,37273,37333,37392,37451,37510,37569,37628,37687,37746,37805,37864,37923,37983,38044,38106,38167,38228,38289,38350,38411,38472,38532,38593,38654,38714,38775,38836,38897,38958,39019,39080,39141,39202,39263,39324,39385,39453,39522,39592,39661,39730,39799,39868,39937,40006,40075,40144,40213,40282,40342,40403,40465,40526,40587,40648,40709,40770,40831,40892,40953,41014,41075,41137,41200,41264,41327,41390,41453,41516,41579,41642,41705,41768,41831,41894,41955,42017,42080,42142,42204,42266,42328,42390,42452,42514,42576,42638,42700,42757,42843,42923,43013,43108,43200,43292,43382,43465,43558,43645,43742,43833,43934,44021,44124,44213,44312,44404,44504,44588,44682,44770,44868,44951,45042,45136,45235,45337,45435,45535,45622,45722,45808,45904,45992,46073,46164,46260,46353,46446,46537,46622,46716,46805,46903,46996,47098,47186,47290,47381,47481,47574,47675,47760,47855,47944,48043,48128,48220,48315,48415,48518,48617,48720,48809,48910,48997,49094,49182,49278,49370,49470,49560,49658,49743,49832,49921,50014,50101,50192,50930,51006,51075,51154,51227,51307,51387,51464,51532,51610,51686,51757,51838,51911,51994,52069,52154,52227,52308,52389,52463,52547,52617,52695,52765,52845,52923,52995,53077,53147,53224,53304,53389,53477,53561,53648,53722,53800,53878,53949,54030,54121,54204,54300,54398,54505,54570,54636,54689,54765,54831,54918,54994,55070,62164,62389,62983,63062,63140,63213,63278,63341,63407,63478,63549,63619,63681,63750,63816,63876,63943,64010,64066,64117,64170,64222,64276,64347,64410,64469,64531,64590,64663,64730,64800,64860,64923,64998,65070,65166,65237,65293,65364,65421,65478,65544,65608,65679,65736,65789,65852,65904,65962,66029,67268,67334,67393,67476,67535,67592,67659,67729,67803,67865,67934,68004,68103,68200,68299,68385,68471,68552,68627,68716,68807,68891,68950,68996,69062,69119,69186,69243,69325,69390,69456,69579,69663,69784,69849,69911,70009,70083,70166,70255,70319,70398,70472,70534,70630,70695,70754,70810,70866,70926,71033,71080,71140,71201,71265,71326,71386,71444,71487,71536,71588,71639,71691,71740,71789,71854,71920,71980,72041,72097,72156,72205,72253,72311,72368,72470,72527,72602,72650,72701,72763,72828,72880,72954,73017,73080,73148,73198,73260,73320,73377,73437,73486,73554,73660,73762,73831,73902,73958,74007,74107,74178,74288,74379,74461,74559,74615,74716,74826,74925,74988,75094,75171,75283,75410,75522,75649,75719,75833,75964,76061,76129,76247,76350,76468,76529,76603,76670,76775,76897,76971,77038,77148,77247,77320,77417,77539,77657,77775,77836,77958,78075,78143,78249,78351,78431,78502,78598,78665,78739,78813,78899,78989,79067,79144,79244,79315,79436,79557,79621,79746,79820,79944,80068,80135,80244,80372,80484,80563,80641,80742,80813,80935,81057,81122,81248,81360,81466,81534,81633,81737,81800,81866,81950,82063,82176,82294,82372,82444,82580,82716,82801,82941,83079,83217,83359,83441,83527,83604,83677,83786,83897,84025,84153,84285,84415,84545,84679,84768,84830,84926,84993,85110,85231,85328,85410,85497,85584,85715,85846,85981,86058,86135,86246,86360,86434,86543,86655,86722,86795,86860,86962,87058,87162,87230,87295,87389,87461,87571,87677,87750,87841,87943,88046,88141,88248,88353,88475,88597,88723,88782,88840,88964,89088,89216,89334,89452,89574,89660,89757,89891,90025,90105,90243,90375,90507,90643,90718,90794,90897,90971,91084,91165,91222,91283,91342,91402,91460,91521,91579,91629,91678,91745,91804,91863,91912,91983,92067,92137,92208,92288,92357,92420,92488,92554,92622,92687,92753,92830,92908,93014,93120,93216,93345,93434,93561,93627,93697,93783,93849,93932,94006,94104,94200,94296,94394,94503,94598,94687,94749,94809,94874,94931,95012,95066,95123,95220,95330,95391,95506,95627,95722,95814,95907,95963,96022,96071,96163,96212,96266,96320,96374,96428,96482,96537,96647,96757,96865,96975,97085,97195,97305,97413,97519,97623,97727,97831,97926,98021,98114,98207,98311,98417,98521,98625,98718,98811,98904,98997,99105,99211,99317,99423,99520,99615,99710,99805,99911,100017,100123,100229,100327,100422,100518,100615,100680,100784,100842,100906,100967,101029,101089,101154,101216,101284,101342,101405,101468,101535,101610,101683,101749,101801,101854,101906,101963,102047,102142,102227,102308,102388,102465,102544,102621,102695,102769,102840,102920,102992,103067,103132,103193,103253,103328,103402,103475,103545,103617,103687,103760,103824,103894,103940,104009,104061,104146,104229,104286,104352,104419,104485,104566,104641,104697,104750,104811,104869,104919,104968,105017,105066,105128,105180,105225,105306,105357,105411,105464,105518,105569,105618,105684,105735,105796,105857,105919,105969,106010,106087,106146,106205,106264,106325,106381,106437,106504,106565,106630,106685,106750,106819,106887,106965,107034,107094,107165,107239,107304,107376,107446,107513,107597,107666,107733,107803,107866,107933,108001,108084,108163,108253,108330,108398,108465,108543,108600,108657,108725,108791,108847,108907,108966,109020,109070,109120,109168,109230,109281,109354,109434,109514,109578,109645,109716,109774,109835,109901,109960,110027,110087,110147,110210,110278,110339,110406,110484,110554,110603,110660,110729,110790,110878,110966,111054,111142,111229,111316,111403,111490,111548,111622,111692,111748,111819,111884,111946,112021,112094,112184,112250,112316,112377,112441,112503,112561,112632,112715,112774,112845,112911,112976,113037,113096,113167,113233,113298,113381,113457,113532,113613,113673,113742,113812,113881,113936,113992,114048,114109,114167,114223,114282,114336,114391,114453,114510,114604,114673,114774,114825,114895,114958,115014,115072,115131,115185,115271,115355,115425,115494,115564,115679,115800,115867,115934,116009,116076,116135,116189,116243,116297,116350,116402,116476,118044,118184,120875,120925,120975,121064,121120,121178,121240,121295,121353,121424,121488,121547,121609,121675,121741,121965,122111,122156,122199,123185,123232,123277,123328,123379,123430,123481,124015,124523,124585,124765,124837,124894,124948,125003,125061,125116,125175,125231,125300,125369,125438,125508,125571,125634,125697,125760,125825,125890,125955,126020,126083,126147,126211,126275,126326,126404,126482,126553,126625,126698,126770,126836,126902,126970,127038,127104,127171,127245,127308,127365,127425,127490,127557,127622,127679,127740,127798,127902,128012,128121,128225,128303,128368,128435,128501,128571,128618,128670,128720,128777,129167,131316,131485,131669,131847,132085,132274,132443,133162,133277,133362,133441,133701,133766,133855,134012,134169,134322,134557,134674,134997,135093,135183,135279,135369,135535,135658,135781,135951,136057,136172,136287,136389,136495,136612,136727,136809,136982,137150,137298,137457,137612,137785,137902,138019,138187,138299,138413,138585,138761,138919,139052,139164,139310,139462,139594,139737,139859,140037,140173,140269,140405,140500,140667,140760,140852,141039,141195,141373,141537,141719,142036,142218,142400,142590,142822,143012,143189,143351,143508,143618,143801,143938,144142,144326,144510,144670,144828,145012,145239,145442,145613,145833,146055,146210,146410,146594,146697,146887,147028,147193,147364,147564,147768,147970,148135,148340,148539,148738,148935,149026,149175,149325,149409,149558,149703,149855,149996,150162,150323,150487,150788,150954,151109,151211,151470,151634,151820,152043,152168,153038,153310,153588,153833,153895,154180,157174,157630,158139,168915,169429,169866,170300,170743,174725,174846,174945,175350,175447,175564,175651,175774,175875,176281,176380,176499,176592,176699,177042,177149,177394,177515,177924,178172,178272,178377,178496,179005,179152,179271,179522,179655,180070,180324,180436,185905,186030,186438,186559,186787,186908,187041,187188,207910,208402,228873,229297,250064,250558,271074,271500,276341,281758,285849,291280,296022,301399,305383,309375,314766,315313,315746,316502,316732,316975,318142,319071,367216,367800,368273,369703,370447,371640,372694,373172,373465,373848,375363,376128,377271,377712,378153,378749,379023,379434,380450,380628,381381,381518,381609,383803,384069,384391,384601,384710,384829,385013,386131,386601,387352,389935,390030,390724,390952,391208,391467,392043,392397,392519,392658,392950,393210,394138,394424,394827,395229,395572,395784,395985,396198,396487,396772,407447,407534,407619,407718,412400,412506,412629,412761,412884,413014,413138,413271,413402,413527,413644,413764,413896,414024,414138,414256,414369,414490,414678,414865,415046,415229,415413,415578,415760,415880,416000,416108,416218,416330,416438,416548,416713,416879,417031,417196,417297,417417,417588,417749,417912,418073,418240,418359,418476,418656,418838,419019,419202,419357,419502,419624,419759,419922,420115,420241,420393,420535,420705,420861,421033,421324,427991,428083,428256,428418,428513,428682,428776,428865,429108,429197,429490,429906,430326,430747,431173,431590,432006,432423,432841,433255,433725,434198,434670,435081,435552,436024,436214,436420,436526,436634,436740,436852,436966,437078,437192,437308,437422,437530,437640,437748,438010,438389,438793,438940,439048,439158,439266,439380,439789,440203,440319,440737,440978,441408,441843,442253,442675,443085,443207,443616,444032,444154,444372,444556,447260,447604,447684,448040,448190,448334,448410,448522,448612,448874,449139,449247,449399,449507,449583,449695,449785,449887,449995,450103,450203,450311,450396,450562,450666,450794,450881,451048,451126,451240,451332,451596,451863,451973,452126,452236,452320,452709,452807,452915,453009,453139,453247,453369,453505,453613,453733,453867,453989,454117,454259,454385,454525,454651,454769,454901,454999,455109,455409,455521,455639,456103,456219,456522,456648,456744,457145,457255,457379,457517,457627,457749,458061,458185,458315,458791,458919,459234,459372,459534,459750,459906,460110,461251,461335,461439,461642,461831,462032,462225,462430,462743,462955,463121,463237,463483,463699,464012,464438,464900,465137,465289,465549,465693,465835,469067,469181,469301,469417,469511,469832,469931,470049,470150,470429,470714,470993,471275,471528,471787,472040,472296,472720,472796,476046,477401,477845,479699,480274,480482,481492,481872,482038,482179,487199,487625,487737,487872,488025,488222,488393,488576,488751,488938,489210,489368,489452,489556,490043,490599,490757,490976,491207,491430,491665,491887,492153,492291,492890,493004,493142,493254,493378,493949,494444,494990,495135,495228,495320,497247,497817,498115,498304,498510,498703,498913,499797,499942,500334,500492,500709,500970,509197,510072,510692,510889,511837,512602,512725,513498,513719,513919,515896,515996,516086,516772,517525,518290,519053,519828,521041,521206,522819,523140,524203,524413,524583,525153,526048,526681,526847,528333,528949,529185,529406,530364,530629,530894,531141,531555,531791,533076,533525,533712,533961,534203,534379,534620,534853,535078,535673,536148,536672,536933,538284,538759,539985,540455,541503,541955,542199,542656,543901,544384,544534,545089,545541,545941,546094,546239,546382,546452,546880,547168,547672,548181,548297,549199,549321,549433,549610,549876,550146,550412,550680,550936,551196,551452,551710,551962,552218,552470,552724,552956,553192,553444,553700,553952,554206,554438,554672,554784,555436,555891,556015,557107,557922,558118,558442,558831,559183,559424,559638,559937,560129,560444,560651,560997,561297,561698,561917,562330,562567,562937,563661,564016,564285,564425,564679,564823,565100,566092,566501,567133,567479,567847,568921,569284,569684,571192,571777,572095,574630,574824,575042,575268,575480,575679,575886,577090,577385,577942,578332,578964,579441,579686,580173,580419,581615,582012,583018,583240,583663,583854,584233,584321,584429,584537,584850,585175,585494,585825,588528,588716,588977,589226,591810,592002,592267,592520,593052,593460,593659,594243,594478,594602,595014,595228,595630,595733,595863,596038,596290,596486,596626,596820,597831,598900,599188,599318,600095,600752,600898,601604,601842,603382,603532,603949,604114,604800,605270,605466,605557,605641,605785,606019,606186,607114,607400,607560,608175,608334,608662,608889,609401,609763,609842,610181,610286,610651,611022,611383,613257,613886,614962,615386,615639,615791,616839,617576,617779,618025,618272,618490,618732,619053,619317,619622,619845,620156,620345,621060,621329,621823,622049,622489,622648,622932,623677,624042,624347,624505,624743,626062,626460,626688,626908,627050,628340,628446,628576,628714,628838,629126,629295,629395,629680,629794,630677,631432,631871,631995,632241,632434,632568,632759,633538,633756,634047,634326,634643,634865,635160,635443,635547,635888,636704,637020,637581,638087,638292,639078,639483,640144,640333,640884,641450,641570,641972,642506,648108,648407,650752,669261,671086,673093,673432,675865,681757,682197,682949,683133,683344,688002,688585,720810,721012,722147,722297,722472,725109,728396,739133,739674,740182,740693,742487,742747,743363,743858,744895,746761,746952,747285,747441,747634,750026,750255,750463,750633,752405,762333,763676,764686,766651,769874,770043,771235,771381,772066,774466,774997,775423,777438,777686,778456,782718,782893,786108,787646,798518,798761,801310,806729,806822,806885,806967,807060,807153,807240,807338,807429,807520,807608,807692,807788,807888,807994,808097,808198,808302,808408,808507,808613,808715,808822,808931,809042,809173,809293,809409,809527,809626,809733,809849,809968,810096,810185,810280,810357,810446,810537,810630,810704,810801,810896,810994,811093,811197,811293,811395,811498,811598,811701,811786,811887,811985,812075,812170,812257,812363,812465,812559,812650,812744,812820,812912,813001,813104,813215,813298,813384,813479,813576,813672,813760,813861,813962,814065,814171,814269,814366,814461,814559,814662,814762,814865,814970,815088,815204,815299,815392,815477,815573,815667,815759,815842,815946,816051,816151,816252,816357,816457,816558,816657,816759,816853,816960,817062,817165,817258,817354,817456,817559,817655,817757,817860,817957,818060,818158,818262,818367,818464,818572,818686,818801,818909,819023,819138,819240,819345,819453,819563,819679,819796,819891,819988,820087,820192,820298,820397,820502,820608,820708,820814,820915,821022,821141,821240,821345,821447,821549,821649,821752,821847,821951,822036,822140,822244,822342,822446,822552,822650,822755,822853,822966,823060,823149,823238,823321,823412,823495,823593,823683,823779,823868,823962,824050,824146,824231,824339,824440,824541,824639,824745,824836,824935,825032,825130,825226,825319,825429,825527,825622,825732,825824,825924,826023,826110,826214,826319,826418,826525,826632,826731,826840,826932,827043,827154,827265,827369,827484,827600,827727,827847,827942,828037,828134,828233,828325,828424,828516,828615,828701,828795,828898,828994,829097,829193,829296,829393,829491,829594,829687,829777,829878,829961,830052,830137,830229,830332,830427,830523,830616,830710,830789,830896,830987,831086,831179,831282,831386,831487,831588,831692,831786,831890,831994,832107,832213,832319,832427,832544,832645,832753,832853,832956,833061,833168,833264,833343,833433,833517,833609,833682,833774,833863,833955,834040,834137,834230,834325,834424,834521,834612,834703,834795,834890,834997,835105,835207,835304,835401,835494,835581,835665,835762,835859,835952,836039,836130,836229,836328,836423,836512,836593,836692,836796,836893,836998,837095,837179,837278,837382,837479,837584,837681,837779,837880,837986,838085,838192,838291,838390,838481,838570,838659,838741,838834,838925,839036,839137,839237,839349,839462,839560,839668,839762,839862,839951,840043,840154,840264,840359,840475,840601,840727,840846,840974,841099,841224,841342,841469,841578,841687,841800,841923,842046,842162,842287,842384,842492,842614,842730,842846,842955,843043,843144,843233,843334,843421,843509,843606,843698,843804,843904,843980,844057"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\c00f2bfb209e6c62b041a45a4e16d9a5\\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": "1808,1809,1830,1835,1836,1865,1866,1867,1868,1869,1870,1871,1872",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "120574,120614,121746,121970,122025,123521,123566,123620,123676,123728,123780,123829,123890",
- "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49",
- "endOffsets": "120609,120656,121784,122020,122067,123561,123615,123671,123723,123775,123824,123885,123935"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\fd36edb5cbd4ccdfc9fe4b4b926f1c9f\\transformed\\activity-1.9.3\\res\\values\\values.xml",
- "from": {
- "startLines": "2,3",
- "startColumns": "4,4",
- "startOffsets": "55,97",
- "endColumns": "41,59",
- "endOffsets": "92,152"
- },
- "to": {
- "startLines": "1833,1877",
- "startColumns": "4,4",
- "startOffsets": "121885,124108",
- "endColumns": "41,59",
- "endOffsets": "121922,124163"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\strings.xml",
- "from": {
- "startLines": "1,13,10,11,15,12,17,14,3,4,5,6,7,8,9,2,16",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "16,542,378,426,638,488,722,580,108,142,176,210,244,280,330,66,684",
- "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
- "endOffsets": "61,575,421,483,679,537,798,633,137,171,205,239,275,325,373,103,717"
- },
- "to": {
- "startLines": "1981,1983,1997,1998,2003,2004,2013,2015,2017,2018,2019,2020,2127,2128,2134,2144,2145",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "131121,131321,132959,133007,133446,133492,134327,134562,134679,134713,134747,134781,150328,150364,151216,152244,152286",
- "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
- "endOffsets": "131166,131354,133002,133064,133487,133541,134403,134615,134708,134742,134776,134810,150359,150409,151259,152281,152319"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\4bbd1f640b50e6c9697102b1344c82b8\\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": "1807,1840,1880,11495,11500",
- "startColumns": "4,4,4,4,4",
- "startOffsets": "120517,122204,124272,725114,725284",
- "endLines": "1807,1840,1880,11499,11503",
- "endColumns": "56,64,63,24,24",
- "endOffsets": "120569,122264,124331,725279,725428"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\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,654,655,656,657,1045,1046,1047,2193,5552,5554,5557,10239",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "1640,33751,33812,33874,33936,62169,62228,62285,155636,390035,390099,390225,676208",
- "endLines": "35,654,655,656,657,1045,1046,1047,2199,5553,5556,5559,10266",
- "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
- "endOffsets": "1687,33807,33869,33931,33995,62223,62280,62334,156045,390094,390220,390348,677127"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\themes.xml",
- "from": {
- "startLines": "2,7",
- "startColumns": "4,4",
- "startOffsets": "102,333",
- "endLines": "5,7",
- "endColumns": "12,70",
- "endOffsets": "325,399"
- },
- "to": {
- "startLines": "2572,6560",
- "startColumns": "4,4",
- "startOffsets": "180441,460115",
- "endLines": "2575,6560",
- "endColumns": "12,69",
- "endOffsets": "180555,460180"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\71f6c76cdbc8be36c07e3dc59644ba39\\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": "508,1107,1108,1109,1117,1118,1119,1811,12718",
- "startColumns": "4,4,4,4,4,4,4,4,4",
- "startOffsets": "25699,66207,66266,66314,66981,67056,67132,120695,770263",
- "endLines": "508,1107,1108,1109,1117,1118,1119,1811,12738",
- "endColumns": "55,58,47,55,74,75,71,65,24",
- "endOffsets": "25750,66261,66309,66365,67051,67127,67199,120756,771098"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\945924b1ffd5c30597640472c6dfaf0e\\transformed\\constraintlayout-2.2.0\\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,291,292,293,296,301,302,310,311,312,313,314,315,316,317,326,327,328,334,335,341,345,346,347,348,349,358,362,363,382,547,675,681,685,834,980,993,1009,1025,1050,1073,1076,1079,1082,1110,1137,1154,1240,1248,1261,1277,1281,1311,1324,1328,1338,1348,1392,1404,1408,1411,1427,1464,1499,1506,1523",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,11839,12090,12141,12190,12238,12296,12588,12896,12943,13003,13109,13289,13343,13678,13732,13788,13834,13881,13932,13991,14043,14373,14432,14486,14724,14779,14981,15120,15166,15221,15266,15310,15658,15795,15836,16818,22936,28601,28976,29143,34373,40550,41247,42021,42772,43626,44496,44562,44641,44716,45550,46441,47260,51197,51602,52073,52864,53027,54388,54952,55105,55564,55982,57995,58291,58441,58561,59208,59951,61372,61725,62467",
- "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,290,291,292,295,300,301,309,310,311,312,313,314,315,316,325,326,327,333,334,340,344,345,346,347,348,357,361,362,363,546,674,680,684,833,979,992,1008,1024,1049,1072,1075,1078,1081,1109,1136,1153,1239,1247,1260,1276,1280,1310,1323,1327,1337,1347,1391,1403,1407,1410,1426,1463,1498,1505,1522,1525",
- "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,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,11834,12085,12136,12185,12233,12291,12583,12891,12938,12998,13104,13284,13338,13673,13727,13783,13829,13876,13927,13986,14038,14368,14427,14481,14719,14774,14976,15115,15161,15216,15261,15305,15653,15790,15831,15876,22931,28596,28971,29138,34368,40545,41242,42016,42767,43621,44491,44557,44636,44711,45545,46436,47255,51192,51597,52068,52859,53022,54383,54947,55100,55559,55977,57990,58286,58436,58556,59203,59946,61367,61720,62462,62563"
- },
- "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,486,487,488,491,496,498,506,507,528,535,572,573,577,578,589,590,591,597,600,606,610,611,612,613,614,623,1817,1875,10629,10794,10922,10928,10932,11081,11317,11543,11559,11586,11611,11634,11637,11640,11643,11671,11698,11715,12377,12385,12398,12414,12418,12448,12461,12465,12625,12635,12689,12960,12984,13178,13551,13588,13623,13678,13695",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,24749,24796,24856,24962,25142,25254,25589,25643,26808,27155,29485,29536,29745,29797,30233,30292,30346,30584,30762,30964,31103,31149,31204,31249,31293,31641,120980,124020,690248,696366,702031,702406,702573,707803,718707,726282,727056,728401,729255,730125,730191,730270,730345,731179,732070,732889,757673,758078,758549,759340,759503,760864,761428,761581,766656,767074,769467,778773,779461,786857,801315,802058,803479,805796,806538",
- "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,485,486,487,490,495,496,505,506,507,528,535,572,573,577,586,589,590,596,597,605,609,610,611,612,613,622,626,1817,1875,10793,10921,10927,10931,11080,11226,11329,11558,11574,11610,11633,11636,11639,11642,11670,11697,11714,11800,12384,12397,12413,12417,12447,12460,12464,12474,12634,12678,12700,12963,12986,13193,13587,13622,13629,13694,13697",
- "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,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,24744,24791,24851,24957,25137,25191,25584,25638,25694,26849,27197,29531,29590,29792,30122,30287,30341,30579,30634,30959,31098,31144,31199,31244,31288,31636,31773,121016,124060,696361,702026,702401,702568,707798,713975,719399,727051,727802,729250,730120,730186,730265,730340,731174,732065,732884,736821,758073,758544,759335,759498,760859,761423,761576,762035,767069,769082,769758,778918,779576,787499,802053,803474,803827,806533,806634"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1e7294029f8aa6fbf44d8c55c86bc318\\transformed\\lifecycle-viewmodel-2.6.2\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "49",
- "endOffsets": "100"
- },
- "to": {
- "startLines": "1879",
- "startColumns": "4",
- "startOffsets": "124222",
- "endColumns": "49",
- "endOffsets": "124267"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\2f69197fad576b29d6a5e0f895e3aeb9\\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,9264,11227,11233",
- "startColumns": "4,4,4,4",
- "startOffsets": "5765,642511,713980,714191",
- "endLines": "109,9266,11232,11316",
- "endColumns": "60,12,24,24",
- "endOffsets": "5821,642651,714186,718702"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07795d1e2ed95bc5bcc84a6a654d3558\\transformed\\lifecycle-runtime-2.6.2\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "42",
- "endOffsets": "93"
- },
- "to": {
- "startLines": "1876",
- "startColumns": "4",
- "startOffsets": "124065",
- "endColumns": "42",
- "endOffsets": "124103"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\8aefd914ef407cb79d151c2844281eb1\\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,1056,11348",
- "startColumns": "4,4,4,4",
- "startOffsets": "6996,7160,62882,719976",
- "endLines": "138,141,1056,11351",
- "endColumns": "55,47,51,24",
- "endOffsets": "7047,7203,62929,720082"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\3cd917734a573e15a1ed51b3d437c18f\\transformed\\savedstate-1.2.1\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "53",
- "endOffsets": "104"
- },
- "to": {
- "startLines": "1878",
- "startColumns": "4",
- "startOffsets": "124168",
- "endColumns": "53",
- "endOffsets": "124217"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,874,875,876,877,878,879,880,881,882,883,884,885,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,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,1105,1106,1110,1111,1112,1113,1114,1115,1116,1758,1759,1760,1761,1762,1763,1764,1765,1803,1804,1805,1806,1810,1831,1832,1841,1873,1881,1882,1885,1886,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,1978,1979,2135,2146,2147,2148,2149,2150,2172,2180,2181,2185,2189,2200,2205,2234,2241,2245,2249,2254,2258,2262,2266,2270,2274,2278,2284,2288,2294,2298,2304,2308,2313,2317,2320,2324,2330,2334,2340,2344,2350,2353,2357,2361,2365,2369,2373,2374,2375,2376,2379,2382,2385,2388,2392,2393,2394,2395,2436,2439,2441,2443,2445,2450,2451,2455,2461,2465,2466,2468,2480,2481,2485,2491,2495,2576,2577,2581,2608,2612,2613,2617,4419,4591,4617,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5654,5723,5797,5798,5808,5817,5818,5820,5824,5827,5830,5833,5836,5839,5842,5845,5849,5852,5855,5858,5862,5865,5869,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6043,6044,6045,6046,6047,6048,6050,6051,6053,6054,6056,6058,6059,6061,6062,6063,6064,6065,6066,6068,6069,6070,6071,6072,6357,6359,6361,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6377,6378,6379,6380,6381,6382,6383,6385,6389,6561,6562,6563,6564,6565,6566,6570,6571,6572,7113,7115,7117,7119,7121,7123,7124,7125,7126,7128,7130,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7146,7147,7148,7149,7151,7153,7154,7156,7157,7159,7161,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7176,7177,7178,7179,7181,7182,7183,7184,7185,7187,7189,7191,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,9267,9342,9345,9348,9351,9365,9371,9487,9490,9519,9546,9555,9619,10229,10279,10601,11330,11801,11825,11865,12212,12233,12357,12679,12685,12712,12948,12987,13158,13485,13630,13642,13671",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29595,31778,31833,31957,32021,32091,32152,32227,32303,32380,32618,32703,32785,32861,32979,33056,33134,33240,33346,33425,33505,33562,36423,36497,36572,36637,36703,36763,36824,36896,36969,37036,50197,50256,50315,50374,50433,50492,50546,50600,50653,50707,50761,50815,55207,55281,55360,55433,55507,55578,55650,55722,55795,55852,55910,55983,56057,56131,56206,56278,56351,56421,56492,56552,56655,56724,56793,56863,56937,57013,57077,57154,57230,57307,57372,57441,57518,57593,57662,57730,57807,57873,57934,58031,58096,58165,58264,58335,58394,58452,58509,58568,58632,58703,58775,58847,58919,58991,59058,59126,59194,59253,59316,59380,59470,59561,59621,59687,59754,59820,59890,59954,60007,60074,60135,60202,60315,60373,60436,60501,60566,60641,60714,60786,60830,60877,60923,60972,61033,61094,61155,61217,61281,61345,61409,61474,61537,61597,61658,61724,61783,61843,61905,61976,62036,66034,66120,66370,66460,66547,66635,66717,66800,66890,117459,117511,117569,117614,117680,117744,117801,117858,120312,120369,120417,120466,120661,121789,121836,122269,123940,124336,124400,124590,124650,129172,129246,129316,129394,129448,129518,129603,129651,129697,129758,129821,129887,129951,130022,130085,130150,130214,130275,130336,130388,130461,130535,130604,130679,130753,130827,130968,151264,152324,152402,152492,152580,152676,154185,154767,154856,155103,155384,156050,156335,158144,158621,158843,159065,159341,159568,159798,160028,160258,160488,160715,161134,161360,161785,162015,162443,162662,162945,163153,163284,163511,163937,164162,164589,164810,165235,165355,165631,165932,166256,166547,166861,166998,167129,167234,167476,167643,167847,168055,168326,168438,168550,168655,170748,170962,171108,171248,171334,171682,171770,172016,172434,172683,172765,172863,173520,173620,173872,174296,174551,180560,180649,180886,182910,183152,183254,183507,319076,329757,331273,341968,343496,345253,345879,346299,347560,348825,349081,349317,349864,350358,350963,351161,351741,353109,353484,353602,354140,354297,354493,354766,355022,355192,355333,355397,355762,356129,356805,357069,357407,357760,357854,358040,358346,358608,358733,358860,359099,359310,359429,359622,359799,360254,360435,360557,360816,360929,361116,361218,361325,361454,361729,362237,362733,363610,363904,364474,364623,365355,365527,365611,365947,366039,396777,402008,407723,407785,408363,408947,409038,409151,409380,409540,409692,409863,410029,410198,410365,410528,410771,410941,411114,411285,411559,411758,411963,421329,421413,421509,421605,421703,421803,421905,422007,422109,422211,422313,422413,422509,422621,422750,422873,423004,423135,423233,423347,423441,423581,423715,423811,423923,424023,424139,424235,424347,424447,424587,424723,424887,425017,425175,425325,425466,425610,425745,425857,426007,426135,426263,426399,426531,426661,426791,426903,444561,444707,444851,444989,445055,445145,445221,445325,445415,445517,445625,445733,445833,445913,446005,446103,446213,446265,446343,446449,446541,446645,446755,446877,447040,460185,460265,460365,460455,460565,460655,460896,460990,461096,500975,501075,501187,501301,501417,501533,501627,501741,501853,501955,502075,502197,502279,502383,502503,502629,502727,502821,502909,503021,503137,503259,503371,503546,503662,503748,503840,503952,504076,504143,504269,504337,504465,504609,504737,504806,504901,505016,505129,505228,505337,505448,505559,505660,505765,505865,505995,506086,506209,506303,506415,506501,506605,506701,506789,506907,507011,507115,507241,507329,507437,507537,507627,507737,507821,507923,508007,508061,508125,508231,508317,508427,508511,642656,645272,645390,645505,645585,645946,646179,650757,650835,652179,653540,653928,656771,675870,678097,688891,719404,736826,737577,739138,752410,752789,757067,769087,769316,770048,778461,779581,786113,798766,803832,804172,805593",
- "endLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,874,875,876,877,878,879,880,881,882,883,884,885,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,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,1105,1106,1110,1111,1112,1113,1114,1115,1116,1758,1759,1760,1761,1762,1763,1764,1765,1803,1804,1805,1806,1810,1831,1832,1841,1873,1881,1882,1885,1886,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,1978,1979,2135,2146,2147,2148,2149,2150,2179,2180,2184,2188,2192,2204,2210,2240,2244,2248,2253,2257,2261,2265,2269,2273,2277,2283,2287,2293,2297,2303,2307,2312,2316,2319,2323,2329,2333,2339,2343,2349,2352,2356,2360,2364,2368,2372,2373,2374,2375,2378,2381,2384,2387,2391,2392,2393,2394,2395,2438,2440,2442,2444,2449,2450,2454,2460,2464,2465,2467,2479,2480,2484,2490,2494,2495,2576,2580,2607,2611,2612,2616,2644,4590,4616,4787,4813,4844,4852,4858,4874,4896,4901,4906,4916,4925,4934,4938,4945,4964,4971,4972,4981,4984,4987,4991,4995,4999,5002,5003,5008,5013,5023,5028,5035,5041,5042,5045,5049,5054,5056,5058,5061,5064,5066,5070,5073,5080,5083,5086,5090,5092,5096,5098,5100,5102,5106,5114,5122,5134,5140,5149,5152,5163,5166,5167,5172,5173,5178,5722,5792,5797,5807,5816,5817,5819,5823,5826,5829,5832,5835,5838,5841,5844,5848,5851,5854,5857,5861,5864,5868,5872,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6038,6040,6041,6042,6043,6044,6045,6046,6047,6049,6050,6052,6053,6055,6057,6058,6060,6061,6062,6063,6064,6065,6067,6068,6069,6070,6071,6072,6358,6360,6362,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6376,6377,6378,6379,6380,6381,6382,6384,6388,6392,6561,6562,6563,6564,6565,6569,6570,6571,6572,7114,7116,7118,7120,7122,7123,7124,7125,7127,7129,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7145,7146,7147,7148,7150,7152,7153,7155,7156,7158,7160,7162,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7175,7176,7177,7178,7180,7181,7182,7183,7184,7186,7188,7190,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,9341,9344,9347,9350,9364,9370,9380,9489,9518,9545,9554,9618,9981,10232,10306,10628,11347,11824,11830,11870,12232,12356,12376,12684,12688,12717,12959,13052,13177,13539,13641,13667,13677",
- "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,29631,31828,31890,32016,32086,32147,32222,32298,32375,32453,32698,32780,32856,32932,33051,33129,33235,33341,33420,33500,33557,33615,36492,36567,36632,36698,36758,36819,36891,36964,37031,37099,50251,50310,50369,50428,50487,50541,50595,50648,50702,50756,50810,50864,55276,55355,55428,55502,55573,55645,55717,55790,55847,55905,55978,56052,56126,56201,56273,56346,56416,56487,56547,56608,56719,56788,56858,56932,57008,57072,57149,57225,57302,57367,57436,57513,57588,57657,57725,57802,57868,57929,58026,58091,58160,58259,58330,58389,58447,58504,58563,58627,58698,58770,58842,58914,58986,59053,59121,59189,59248,59311,59375,59465,59556,59616,59682,59749,59815,59885,59949,60002,60069,60130,60197,60310,60368,60431,60496,60561,60636,60709,60781,60825,60872,60918,60967,61028,61089,61150,61212,61276,61340,61404,61469,61532,61592,61653,61719,61778,61838,61900,61971,62031,62099,66115,66202,66455,66542,66630,66712,66795,66885,66976,117506,117564,117609,117675,117739,117796,117853,117907,120364,120412,120461,120512,120690,121831,121880,122310,123967,124395,124457,124645,124702,129241,129311,129389,129443,129513,129598,129646,129692,129753,129816,129882,129946,130017,130080,130145,130209,130270,130331,130383,130456,130530,130599,130674,130748,130822,130963,131033,151312,152397,152487,152575,152671,152761,154762,154851,155098,155379,155631,156330,156723,158616,158838,159060,159336,159563,159793,160023,160253,160483,160710,161129,161355,161780,162010,162438,162657,162940,163148,163279,163506,163932,164157,164584,164805,165230,165350,165626,165927,166251,166542,166856,166993,167124,167229,167471,167638,167842,168050,168321,168433,168545,168650,168767,170957,171103,171243,171329,171677,171765,172011,172429,172678,172760,172858,173515,173615,173867,174291,174546,174640,180644,180881,182905,183147,183249,183502,185658,329752,331268,341963,343491,345248,345874,346294,347555,348820,349076,349312,349859,350353,350958,351156,351736,353104,353479,353597,354135,354292,354488,354761,355017,355187,355328,355392,355757,356124,356800,357064,357402,357755,357849,358035,358341,358603,358728,358855,359094,359305,359424,359617,359794,360249,360430,360552,360811,360924,361111,361213,361320,361449,361724,362232,362728,363605,363899,364469,364618,365350,365522,365606,365942,366034,366312,402003,407374,407780,408358,408942,409033,409146,409375,409535,409687,409858,410024,410193,410360,410523,410766,410936,411109,411280,411554,411753,411958,412288,421408,421504,421600,421698,421798,421900,422002,422104,422206,422308,422408,422504,422616,422745,422868,422999,423130,423228,423342,423436,423576,423710,423806,423918,424018,424134,424230,424342,424442,424582,424718,424882,425012,425170,425320,425461,425605,425740,425852,426002,426130,426258,426394,426526,426656,426786,426898,427038,444702,444846,444984,445050,445140,445216,445320,445410,445512,445620,445728,445828,445908,446000,446098,446208,446260,446338,446444,446536,446640,446750,446872,447035,447192,460260,460360,460450,460560,460650,460891,460985,461091,461183,501070,501182,501296,501412,501528,501622,501736,501848,501950,502070,502192,502274,502378,502498,502624,502722,502816,502904,503016,503132,503254,503366,503541,503657,503743,503835,503947,504071,504138,504264,504332,504460,504604,504732,504801,504896,505011,505124,505223,505332,505443,505554,505655,505760,505860,505990,506081,506204,506298,506410,506496,506600,506696,506784,506902,507006,507110,507236,507324,507432,507532,507622,507732,507816,507918,508002,508056,508120,508226,508312,508422,508506,508626,645267,645385,645500,645580,645941,646174,646691,650830,652174,653535,653923,656766,666819,676000,679462,690243,719971,737572,737834,739333,752784,757062,757668,769311,769462,770258,778768,782602,786852,800892,804167,805478,805791"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\colors.xml",
- "from": {
- "startLines": "2,3",
- "startColumns": "4,4",
- "startOffsets": "57,100",
- "endColumns": "41,41",
- "endOffsets": "94,137"
- },
- "to": {
- "startLines": "643,962",
- "startColumns": "4,4",
- "startOffsets": "32937,56613",
- "endColumns": "41,41",
- "endOffsets": "32974,56650"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\d5e3c0fc96934450134f763386936834\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endLines": "4",
- "endColumns": "24",
- "endOffsets": "160"
- },
- "to": {
- "startLines": "13668",
- "startColumns": "4",
- "startOffsets": "805483",
- "endLines": "13670",
- "endColumns": "24",
- "endOffsets": "805588"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\5b2084b85d0b8f58b7a5c610eddf4201\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "82",
- "endOffsets": "133"
- },
- "to": {
- "startLines": "1980",
- "startColumns": "4",
- "startOffsets": "131038",
- "endColumns": "82",
- "endOffsets": "131116"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-pa_values-pa.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ne_values-ne.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-small-v4_values-small-v4.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sw_values-sw.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-port_values-port.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-port\\values-port.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "55",
- "endOffsets": "106"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-gu_values-gu.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-watch-v21_values-watch-v21.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-zh-rHK_values-zh-rHK.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v18_values-v18.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-v18\\values-v18.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "48",
- "endOffsets": "99"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-fr_values-fr.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ca_values-ca.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-fr-rCA_values-fr-rCA.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-b+es+419_values-b+es+419.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-hi_values-hi.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-az_values-az.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-pt-rBR_values-pt-rBR.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-mk_values-mk.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ru_values-ru.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ko_values-ko.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-land_values-land.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-large-v4_values-large-v4.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v17_values-v17.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-uz_values-uz.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-is_values-is.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-en-rGB_values-en-rGB.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-fi_values-fi.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-nb_values-nb.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-pl_values-pl.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-lt_values-lt.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-am_values-am.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-iw_values-iw.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-th_values-th.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-lo_values-lo.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v22_values-v22.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ka_values-ka.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v23_values-v23.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-my_values-my.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-de_values-de.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-tl_values-tl.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-v26_values-v26.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-kk_values-kk.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sv_values-sv.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-en-rIN_values-en-rIN.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ja_values-ja.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sl_values-sl.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sq_values-sq.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-it_values-it.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-xlarge-v4_values-xlarge-v4.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ky_values-ky.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-h720dp-v13_values-h720dp-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-bn_values-bn.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-be_values-be.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-be_values-be.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-be\\values-be.xml",
@@ -5189,517 +3517,402 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-da_values-da.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-si_values-si.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-da\\values-da.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
+ "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": "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"
+ "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"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-es_values-es.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-es\\values-es.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-tr_values-tr.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-tr\\values-tr.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-kn_values-kn.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v16_values-v16.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-mn_values-mn.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ldrtl-v17_values-ldrtl-v17.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-nl_values-nl.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ms_values-ms.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-ar_values-ar.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-hdpi-v4_values-hdpi-v4.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-v16\\values-v16.xml",
"from": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "55",
- "endLines": "6",
- "endColumns": "13",
- "endOffsets": "327"
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-fa_values-fa.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ur_values-ur.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-watch-v20_values-watch-v20.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-ta_values-ta.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-et_values-et.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-sw_values-sw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-pt-rBR_values-pt-rBR.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-fa_values-fa.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-fa\\values-fa.xml",
@@ -5757,273 +3970,80 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-night-v8_values-night-v8.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-nl_values-nl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values-night\\themes.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "102",
- "endLines": "5",
- "endColumns": "12",
- "endOffsets": "323"
- },
- "to": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endLines": "5",
- "endColumns": "12",
- "endOffsets": "169"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "174,244,328,412,508,610,712,3694",
- "endColumns": "69,83,83,95,101,101,93,88",
- "endOffsets": "239,323,407,503,605,707,801,3778"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "806,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,3783,3900,4024,4154,4276,4414,4548,4664",
- "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": "876,987,1076,1177,1284,1391,1490,1597,1700,1827,1915,2039,2141,2243,2359,2461,2575,2703,2819,2941,3077,3197,3331,3451,3563,3689,3895,4019,4149,4271,4409,4543,4659,4779"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-uk_values-uk.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-uk\\values-uk.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-pt-rPT_values-pt-rPT.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ "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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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,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"
+ "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": "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"
+ "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"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sk_values-sk.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-sk\\values-sk.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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"
+ "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": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- }
- ]
- },
- {
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-vi_values-vi.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-vi_values-vi.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-vi\\values-vi.xml",
@@ -6081,123 +4101,356 @@
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-in_values-in.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-tr_values-tr.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values-in\\values-in.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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,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",
+ "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,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"
+ "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,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",
+ "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,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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-zh-rTW_values-zh-rTW.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ml_values-ml.arsc.flat",
"map": [
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,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"
+ "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": "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"
+ "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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
}
}
]
},
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\values-hu_values-hu.arsc.flat",
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v28_values-v28.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-da_values-da.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-sr_values-sr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-sq_values-sq.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v26_values-v26.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-hu_values-hu.arsc.flat",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values-hu\\values-hu.xml",
@@ -6253,6 +4506,1471 @@
}
}
]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-lv_values-lv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-ko_values-ko.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-is_values-is.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v24_values-v24.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-zh-rCN_values-zh-rCN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-uz_values-uz.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-kk_values-kk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-v22_values-v22.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-am_values-am.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-zu_values-zu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-as_values-as.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-sv_values-sv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-v34_values-v34.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-port_values-port.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ldltr-v21_values-ldltr-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-ldrtl-v17_values-ldrtl-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-bg_values-bg.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-my_values-my.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-es_values-es.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-xlarge-v4_values-xlarge-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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.example.scoutingapp-debug-31:/values-it_values-it.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-pt-rPT_values-pt-rPT.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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.example.scoutingapp-debug-31:/values-ky_values-ky.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-mk_values-mk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-te_values-te.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-ka_values-ka.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-sl_values-sl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "com.example.scoutingapp-debug-31:/values-en-rGB_values-en-rGB.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\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": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\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/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json
index 7702662..f0462ec 100644
--- a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json
+++ b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json
@@ -4,7 +4,7 @@
"outputFile": "com.example.scoutingapp-mergeDebugResources-29:/values-night-v8/values-night-v8.xml",
"map": [
{
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values-night\\themes.xml",
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values-night\\themes.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json
index f9b4d46..3efc1b1 100644
--- a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json
+++ b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json
@@ -1,7 +1,7 @@
{
"logs": [
{
- "outputFile": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-mergeDebugResources-29:\\values\\values.xml",
+ "outputFile": "com.example.scoutingapp-mergeDebugResources-29:/values/values.xml",
"map": [
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values\\values.xml",
@@ -14,12 +14,29 @@
"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,637,638,652,653,940,941,1049,1050,1051,1052,1053,1054,1055,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,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,1801,1802,1812,1813,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1864,1948,1990,1991,1992,1993,1994,1995,1996,2143,6073,6074,6078,6079,6083,7208,7209,10233,10591,11435,11468,11504,11537",
+ "startLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6075,6079,6080,6084,7209,7210,10234,10592,11436,11469,11505,11538",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32458,32530,33620,33685,55075,55144,62394,62464,62532,62604,62674,62735,62809,116481,116542,116603,116665,116729,116791,116852,116920,117020,117080,117146,117219,117288,117345,117397,118189,118261,118337,118402,118461,118520,118580,118640,118700,118760,118820,118880,118940,119000,119060,119120,119179,119239,119299,119359,119419,119479,119539,119599,119659,119719,119779,119838,119898,119958,120017,120076,120135,120194,120253,120761,120796,122315,122370,122433,122488,122546,122604,122665,122728,122785,122836,122886,122947,123004,123070,123104,123486,128782,132448,132515,132587,132656,132725,132799,132871,152173,427043,427160,427361,427471,427672,508631,508703,676005,688590,722477,724208,725433,726115",
- "endLines": "470,637,638,652,653,940,941,1049,1050,1051,1052,1053,1054,1055,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,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,1801,1802,1812,1813,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1864,1948,1990,1991,1992,1993,1994,1995,1996,2143,6073,6077,6078,6082,6083,7208,7209,10238,10600,11467,11488,11536,11542",
+ "startOffsets": "24089,32458,32530,33620,33685,55132,55201,62451,62521,62589,62661,62731,62792,62866,116538,116599,116660,116722,116786,116848,116909,116977,117077,117137,117203,117276,117345,117402,117454,118246,118318,118394,118459,118518,118577,118637,118697,118757,118817,118877,118937,118997,119057,119117,119177,119236,119296,119356,119416,119476,119536,119596,119656,119716,119776,119836,119895,119955,120015,120074,120133,120192,120251,120310,120818,120853,122372,122427,122490,122545,122603,122661,122722,122785,122842,122893,122943,123004,123061,123127,123161,123543,128839,132505,132572,132644,132713,132782,132856,132928,152230,427100,427217,427418,427528,427729,508688,508760,676062,688647,722534,724265,725490,726172",
+ "endLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6078,6079,6083,6084,7209,7210,10239,10601,11468,11489,11537,11543",
"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,32525,32613,33680,33746,55139,55202,62459,62527,62599,62669,62730,62804,62877,116537,116598,116660,116724,116786,116847,116915,117015,117075,117141,117214,117283,117340,117392,117454,118256,118332,118397,118456,118515,118575,118635,118695,118755,118815,118875,118935,118995,119055,119115,119174,119234,119294,119354,119414,119474,119534,119594,119654,119714,119774,119833,119893,119953,120012,120071,120130,120189,120248,120307,120791,120826,122365,122428,122483,122541,122599,122660,122723,122780,122831,122881,122942,122999,123065,123099,123134,123516,128847,132510,132582,132651,132720,132794,132866,132954,152239,427155,427356,427466,427667,427796,508698,508765,676203,688886,724203,724884,726110,726277"
+ "endOffsets": "24144,32525,32613,33680,33746,55196,55259,62516,62584,62656,62726,62787,62861,62934,116594,116655,116717,116781,116843,116904,116972,117072,117132,117198,117271,117340,117397,117449,117511,118313,118389,118454,118513,118572,118632,118692,118752,118812,118872,118932,118992,119052,119112,119172,119231,119291,119351,119411,119471,119531,119591,119651,119711,119771,119831,119890,119950,120010,120069,120128,120187,120246,120305,120364,120848,120883,122422,122485,122540,122598,122656,122717,122780,122837,122888,122938,122999,123056,123122,123156,123191,123573,128904,132567,132639,132708,132777,132851,132923,133011,152296,427212,427413,427523,427724,427853,508755,508822,676260,688943,724260,724941,726167,726334"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "57,100",
+ "endColumns": "41,41",
+ "endOffsets": "94,137"
+ },
+ "to": {
+ "startLines": "643,963",
+ "startColumns": "4,4",
+ "startOffsets": "32937,56670",
+ "endColumns": "41,41",
+ "endOffsets": "32974,56707"
}
},
{
@@ -33,12 +50,12 @@
"endOffsets": "475,653,937,1348,1475"
},
"to": {
- "startLines": "9381,9397,9403,12964,12980",
+ "startLines": "9382,9398,9404,12965,12981",
"startColumns": "4,4,4,4,4",
- "startOffsets": "646696,647121,647299,778923,779334",
- "endLines": "9396,9402,9412,12979,12983",
+ "startOffsets": "646753,647178,647356,778980,779391",
+ "endLines": "9397,9403,9413,12980,12984",
"endColumns": "24,24,24,24,24",
- "endOffsets": "647116,647294,647578,779329,779456"
+ "endOffsets": "647173,647351,647635,779386,779513"
}
},
{
@@ -52,12 +69,12 @@
"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,497,509,510,511,512,513,514,515,516,517,518,519,520,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1044,1048,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,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,1741,1742,1766,1767,1814,1815,1816,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1834,1837,1838,1839,1857,1858,1859,1860,1861,1862,1863,1874,1883,1884,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,1946,1947,1949,1982,1984,1985,1986,1987,1988,1989,1999,2000,2001,2002,2005,2008,2009,2010,2011,2012,2014,2016,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2071,2074,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,2120,2121,2122,2123,2124,2125,2126,2129,2130,2131,2132,2133,2136,2139,2140,2141,2142,2151,2155,2159,2163,2167,2168,2211,2219,2226,2396,2399,2409,2418,2427,2496,2497,2498,2499,2505,2506,2507,2508,2509,2510,2516,2517,2518,2519,2520,2525,2526,2530,2531,2537,2541,2542,2543,2544,2554,2555,2556,2560,2561,2567,2571,2645,2648,2649,2654,2655,2658,2659,2660,2661,2925,2932,3193,3199,3463,3470,3731,3737,3800,3882,3934,4016,4078,4160,4224,4276,4358,4366,4372,4383,4387,4391,4404,5179,5195,5202,5208,5225,5238,5258,5275,5284,5289,5296,5316,5329,5346,5352,5358,5365,5369,5375,5389,5392,5402,5403,5404,5452,5456,5460,5464,5465,5466,5469,5485,5492,5506,5551,5560,5566,5570,5574,5579,5586,5592,5593,5596,5600,5605,5618,5622,5627,5632,5637,5640,5643,5646,5650,5793,5794,5795,5796,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5903,5907,5911,5915,5919,5920,5921,5922,5923,5924,5925,5926,5930,5934,5935,5939,5940,5943,5947,5950,5953,5956,5960,5963,5966,5970,5974,5978,5982,5985,5986,5987,5988,5991,5995,5998,6001,6004,6007,6010,6013,6084,6087,6088,6091,6094,6095,6098,6099,6100,6104,6105,6110,6117,6124,6131,6138,6145,6152,6159,6166,6173,6182,6191,6200,6207,6216,6225,6228,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6247,6252,6257,6260,6261,6262,6263,6264,6272,6280,6281,6289,6293,6301,6309,6317,6325,6333,6334,6342,6350,6351,6354,6393,6395,6400,6402,6407,6411,6415,6416,6417,6418,6422,6426,6427,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6445,6446,6447,6448,6452,6453,6454,6455,6459,6463,6464,6468,6469,6470,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6499,6500,6501,6507,6508,6512,6514,6515,6520,6521,6522,6523,6524,6525,6529,6530,6531,6537,6538,6542,6544,6548,6552,6556,6573,6574,6575,6576,6579,6582,6585,6588,6591,6596,6600,6603,6604,6609,6613,6618,6624,6630,6635,6639,6644,6648,6652,6693,6694,6695,6696,6697,6701,6702,6703,6704,6708,6712,6716,6720,6724,6728,6732,6736,6742,6743,6784,6798,6803,6829,6836,6839,6850,6855,6858,6861,6916,6922,6923,6926,6929,6932,6935,6938,6941,6944,6948,6951,6952,6953,6961,6969,6972,6977,6982,6987,6992,6996,7000,7001,7009,7010,7011,7012,7013,7021,7026,7031,7032,7033,7034,7059,7065,7070,7073,7077,7080,7084,7094,7097,7102,7105,7109,7210,7218,7232,7245,7249,7264,7275,7278,7289,7294,7298,7333,7334,7335,7347,7355,7363,7371,7379,7399,7402,7429,7434,7454,7457,7460,7467,7480,7489,7492,7512,7522,7526,7530,7543,7547,7551,7555,7561,7565,7582,7590,7594,7598,7602,7605,7609,7613,7617,7627,7634,7641,7645,7671,7681,7706,7715,7735,7745,7749,7759,7784,7794,7797,7804,7811,7818,7819,7820,7821,7822,7829,7833,7839,7845,7846,7859,7860,7861,7864,7867,7870,7873,7876,7879,7882,7885,7888,7891,7894,7897,7900,7903,7906,7909,7912,7915,7918,7921,7924,7925,7933,7941,7942,7955,7965,7969,7974,7979,7983,7986,7990,7994,7997,8001,8004,8008,8013,8018,8021,8028,8032,8036,8045,8050,8055,8056,8060,8063,8067,8080,8085,8093,8097,8101,8118,8122,8127,8145,8152,8156,8186,8189,8192,8195,8198,8201,8204,8223,8229,8237,8244,8256,8264,8269,8277,8281,8299,8306,8322,8326,8334,8337,8342,8343,8344,8345,8349,8353,8357,8361,8396,8399,8403,8407,8441,8444,8448,8452,8461,8467,8470,8480,8484,8485,8492,8496,8503,8504,8505,8508,8513,8518,8519,8523,8538,8557,8561,8562,8574,8584,8585,8597,8602,8626,8629,8635,8638,8647,8655,8659,8662,8665,8668,8672,8675,8692,8696,8699,8714,8717,8725,8730,8737,8742,8743,8748,8749,8755,8761,8767,8799,8810,8827,8834,8838,8841,8854,8863,8867,8872,8876,8880,8884,8888,8892,8896,8900,8905,8908,8920,8925,8934,8937,8944,8945,8949,8958,8964,8968,8969,8973,8994,9000,9004,9008,9009,9027,9028,9029,9030,9031,9036,9039,9040,9046,9047,9059,9071,9078,9079,9084,9089,9090,9094,9108,9113,9119,9125,9131,9136,9142,9148,9149,9155,9170,9175,9184,9193,9196,9210,9215,9226,9230,9239,9248,9249,9256,9413,9430,9440,9982,10049,10102,10159,10171,10307,10416,10436,10457,10463,10471,10577,11352,11375,11381,11425,11429,11489,11575,11831,11871,11878,11886,11901,11957,11968,11981,11993,12031,12078,12084,12096,12102,12108,12160,12165,12170,12177,12475,12487,12533,12562,12701,12706,12739,12742,12746,12775,12813,12831,12849,12916,12924,13053,13057,13065,13194,13198,13477,13540,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072",
+ "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,497,509,510,511,512,513,514,515,516,517,518,519,520,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1950,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2006,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2072,2075,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2137,2140,2141,2142,2143,2152,2156,2160,2164,2168,2169,2212,2220,2227,2397,2400,2410,2419,2428,2497,2498,2499,2500,2506,2507,2508,2509,2510,2511,2517,2518,2519,2520,2521,2526,2527,2531,2532,2538,2542,2543,2544,2545,2555,2556,2557,2561,2562,2568,2572,2646,2649,2650,2655,2656,2659,2660,2661,2662,2926,2933,3194,3200,3464,3471,3732,3738,3801,3883,3935,4017,4079,4161,4225,4277,4359,4367,4373,4384,4388,4392,4405,5180,5196,5203,5209,5226,5239,5259,5276,5285,5290,5297,5317,5330,5347,5353,5359,5366,5370,5376,5390,5393,5403,5404,5405,5453,5457,5461,5465,5466,5467,5470,5486,5493,5507,5552,5561,5567,5571,5575,5580,5587,5593,5594,5597,5601,5606,5619,5623,5628,5633,5638,5641,5644,5647,5651,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892,5896,5900,5904,5908,5912,5916,5920,5921,5922,5923,5924,5925,5926,5927,5931,5935,5936,5940,5941,5944,5948,5951,5954,5957,5961,5964,5967,5971,5975,5979,5983,5986,5987,5988,5989,5992,5996,5999,6002,6005,6008,6011,6014,6085,6088,6089,6092,6095,6096,6099,6100,6101,6105,6106,6111,6118,6125,6132,6139,6146,6153,6160,6167,6174,6183,6192,6201,6208,6217,6226,6229,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6248,6253,6258,6261,6262,6263,6264,6265,6273,6281,6282,6290,6294,6302,6310,6318,6326,6334,6335,6343,6351,6352,6355,6394,6396,6401,6403,6408,6412,6416,6417,6418,6419,6423,6427,6428,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6446,6447,6448,6449,6453,6454,6455,6456,6460,6464,6465,6469,6470,6471,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,6500,6501,6502,6508,6509,6513,6515,6516,6521,6522,6523,6524,6525,6526,6530,6531,6532,6538,6539,6543,6545,6549,6553,6557,6574,6575,6576,6577,6580,6583,6586,6589,6592,6597,6601,6604,6605,6610,6614,6619,6625,6631,6636,6640,6645,6649,6653,6694,6695,6696,6697,6698,6702,6703,6704,6705,6709,6713,6717,6721,6725,6729,6733,6737,6743,6744,6785,6799,6804,6830,6837,6840,6851,6856,6859,6862,6917,6923,6924,6927,6930,6933,6936,6939,6942,6945,6949,6952,6953,6954,6962,6970,6973,6978,6983,6988,6993,6997,7001,7002,7010,7011,7012,7013,7014,7022,7027,7032,7033,7034,7035,7060,7066,7071,7074,7078,7081,7085,7095,7098,7103,7106,7110,7211,7219,7233,7246,7250,7265,7276,7279,7290,7295,7299,7334,7335,7336,7348,7356,7364,7372,7380,7400,7403,7430,7435,7455,7458,7461,7468,7481,7490,7493,7513,7523,7527,7531,7544,7548,7552,7556,7562,7566,7583,7591,7595,7599,7603,7606,7610,7614,7618,7628,7635,7642,7646,7672,7682,7707,7716,7736,7746,7750,7760,7785,7795,7798,7805,7812,7819,7820,7821,7822,7823,7830,7834,7840,7846,7847,7860,7861,7862,7865,7868,7871,7874,7877,7880,7883,7886,7889,7892,7895,7898,7901,7904,7907,7910,7913,7916,7919,7922,7925,7926,7934,7942,7943,7956,7966,7970,7975,7980,7984,7987,7991,7995,7998,8002,8005,8009,8014,8019,8022,8029,8033,8037,8046,8051,8056,8057,8061,8064,8068,8081,8086,8094,8098,8102,8119,8123,8128,8146,8153,8157,8187,8190,8193,8196,8199,8202,8205,8224,8230,8238,8245,8257,8265,8270,8278,8282,8300,8307,8323,8327,8335,8338,8343,8344,8345,8346,8350,8354,8358,8362,8397,8400,8404,8408,8442,8445,8449,8453,8462,8468,8471,8481,8485,8486,8493,8497,8504,8505,8506,8509,8514,8519,8520,8524,8539,8558,8562,8563,8575,8585,8586,8598,8603,8627,8630,8636,8639,8648,8656,8660,8663,8666,8669,8673,8676,8693,8697,8700,8715,8718,8726,8731,8738,8743,8744,8749,8750,8756,8762,8768,8800,8811,8828,8835,8839,8842,8855,8864,8868,8873,8877,8881,8885,8889,8893,8897,8901,8906,8909,8921,8926,8935,8938,8945,8946,8950,8959,8965,8969,8970,8974,8995,9001,9005,9009,9010,9028,9029,9030,9031,9032,9037,9040,9041,9047,9048,9060,9072,9079,9080,9085,9090,9091,9095,9109,9114,9120,9126,9132,9137,9143,9149,9150,9156,9171,9176,9185,9194,9197,9211,9216,9227,9231,9240,9249,9250,9257,9414,9431,9441,9983,10050,10103,10160,10172,10308,10417,10437,10458,10464,10472,10578,11353,11376,11382,11426,11430,11490,11576,11832,11872,11879,11887,11902,11958,11969,11982,11994,12032,12079,12085,12097,12103,12109,12161,12166,12171,12178,12476,12488,12534,12563,12702,12707,12740,12743,12747,12776,12814,12832,12850,12917,12925,13054,13058,13066,13195,13199,13478,13541,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,25196,25755,25801,25861,25915,25985,26055,26120,26186,26251,26319,26388,26456,26586,26639,26698,26756,26854,26904,26956,27002,27052,27108,27202,27260,27318,27380,27443,27505,27564,27624,27689,27755,27820,27882,27944,28006,28068,28130,28192,28258,28325,28391,28454,28518,28581,28649,28710,28772,28834,28897,28961,29024,29088,29166,29225,29291,29371,29432,29636,29694,30127,30172,30639,30703,31895,34000,34074,34145,34211,34285,34354,34425,34498,34569,34637,34710,34786,34856,34934,35002,35068,35129,35198,35262,35328,35396,35462,35525,35593,35664,35729,35802,35865,35946,36010,36076,36146,36216,36286,36356,37104,37161,37219,37278,37338,37397,37456,37515,37574,37633,37692,37751,37810,37869,37928,37988,38049,38111,38172,38233,38294,38355,38416,38477,38537,38598,38659,38719,38780,38841,38902,38963,39024,39085,39146,39207,39268,39329,39390,39458,39527,39597,39666,39735,39804,39873,39942,40011,40080,40149,40218,40287,40347,40408,40470,40531,40592,40653,40714,40775,40836,40897,40958,41019,41080,41142,41205,41269,41332,41395,41458,41521,41584,41647,41710,41773,41836,41899,41960,42022,42085,42147,42209,42271,42333,42395,42457,42519,42581,42643,42705,42762,42848,42928,43018,43113,43205,43297,43387,43470,43563,43650,43747,43838,43939,44026,44129,44218,44317,44409,44509,44593,44687,44775,44873,44956,45047,45141,45240,45342,45440,45540,45627,45727,45813,45909,45997,46078,46169,46265,46358,46451,46542,46627,46721,46810,46908,47001,47103,47191,47295,47386,47486,47579,47680,47765,47860,47949,48048,48133,48225,48320,48420,48523,48622,48725,48814,48915,49002,49099,49187,49283,49375,49475,49565,49663,49748,49837,49926,50019,50106,50869,50935,51011,51080,51159,51232,51312,51392,51469,51537,51615,51691,51762,51843,51916,51999,52074,52159,52232,52313,52394,52468,52552,52622,52700,52770,52850,52928,53000,53082,53152,53229,53309,53394,53482,53566,53653,53727,53805,53883,53954,54035,54126,54209,54305,54403,54510,54575,54641,54694,54770,54836,54923,54999,62104,62339,62934,62988,63067,63145,63218,63283,63346,63412,63483,63554,63624,63686,63755,63821,63881,63948,64015,64071,64122,64175,64227,64281,64352,64415,64474,64536,64595,64668,64735,64805,64865,64928,65003,65075,65171,65242,65298,65369,65426,65483,65549,65613,65684,65741,65794,65857,65909,65967,67204,67273,67339,67398,67481,67540,67597,67664,67734,67808,67870,67939,68009,68108,68205,68304,68390,68476,68557,68632,68721,68812,68896,68955,69001,69067,69124,69191,69248,69330,69395,69461,69584,69668,69789,69854,69916,70014,70088,70171,70260,70324,70403,70477,70539,70635,70700,70759,70815,70871,70931,71038,71085,71145,71206,71270,71331,71391,71449,71492,71541,71593,71644,71696,71745,71794,71859,71925,71985,72046,72102,72161,72210,72258,72316,72373,72475,72532,72607,72655,72706,72768,72833,72885,72959,73022,73085,73153,73203,73265,73325,73382,73442,73491,73559,73665,73767,73836,73907,73963,74012,74112,74183,74293,74384,74466,74564,74620,74721,74831,74930,74993,75099,75176,75288,75415,75527,75654,75724,75838,75969,76066,76134,76252,76355,76473,76534,76608,76675,76780,76902,76976,77043,77153,77252,77325,77422,77544,77662,77780,77841,77963,78080,78148,78254,78356,78436,78507,78603,78670,78744,78818,78904,78994,79072,79149,79249,79320,79441,79562,79626,79751,79825,79949,80073,80140,80249,80377,80489,80568,80646,80747,80818,80940,81062,81127,81253,81365,81471,81539,81638,81742,81805,81871,81955,82068,82181,82299,82377,82449,82585,82721,82806,82946,83084,83222,83364,83446,83532,83609,83682,83791,83902,84030,84158,84290,84420,84550,84684,84773,84835,84931,84998,85115,85236,85333,85415,85502,85589,85720,85851,85986,86063,86140,86251,86365,86439,86548,86660,86727,86800,86865,86967,87063,87167,87235,87300,87394,87466,87576,87682,87755,87846,87948,88051,88146,88253,88358,88480,88602,88728,88787,88845,88969,89093,89221,89339,89457,89579,89665,89762,89896,90030,90110,90248,90380,90512,90648,90723,90799,90902,90976,91089,91170,91227,91288,91347,91407,91465,91526,91584,91634,91683,91750,91809,91868,91917,91988,92072,92142,92213,92293,92362,92425,92493,92559,92627,92692,92758,92835,92913,93019,93125,93221,93350,93439,93566,93632,93702,93788,93854,93937,94011,94109,94205,94301,94399,94508,94603,94692,94754,94814,94879,94936,95017,95071,95128,95225,95335,95396,95511,95632,95727,95819,95912,95968,96027,96076,96168,96217,96271,96325,96379,96433,96487,96542,96652,96762,96870,96980,97090,97200,97310,97418,97524,97628,97732,97836,97931,98026,98119,98212,98316,98422,98526,98630,98723,98816,98909,99002,99110,99216,99322,99428,99525,99620,99715,99810,99916,100022,100128,100234,100332,100427,100523,100620,100685,100789,100847,100911,100972,101034,101094,101159,101221,101289,101347,101410,101473,101540,101615,101688,101754,101806,101859,101911,101968,102052,102147,102232,102313,102393,102470,102549,102626,102700,102774,102845,102925,102997,103072,103137,103198,103258,103333,103407,103480,103550,103622,103692,103765,103829,103899,103945,104014,104066,104151,104234,104291,104357,104424,104490,104571,104646,104702,104755,104816,104874,104924,104973,105022,105071,105133,105185,105230,105311,105362,105416,105469,105523,105574,105623,105689,105740,105801,105862,105924,105974,106015,106092,106151,106210,106269,106330,106386,106442,106509,106570,106635,106690,106755,106824,106892,106970,107039,107099,107170,107244,107309,107381,107451,107518,107602,107671,107738,107808,107871,107938,108006,108089,108168,108258,108335,108403,108470,108548,108605,108662,108730,108796,108852,108912,108971,109025,109075,109125,109173,109235,109286,109359,109439,109519,109583,109650,109721,109779,109840,109906,109965,110032,110092,110152,110215,110283,110344,110411,110489,110559,110608,110665,110734,110795,110883,110971,111059,111147,111234,111321,111408,111495,111553,111627,111697,111753,111824,111889,111951,112026,112099,112189,112255,112321,112382,112446,112508,112566,112637,112720,112779,112850,112916,112981,113042,113101,113172,113238,113303,113386,113462,113537,113618,113678,113747,113817,113886,113941,113997,114053,114114,114172,114228,114287,114341,114396,114458,114515,114609,114678,114779,114830,114900,114963,115019,115077,115136,115190,115276,115360,115430,115499,115569,115684,115805,115872,115939,116014,116081,116140,116194,116248,116302,116355,116407,117912,118049,120831,120880,120930,121021,121069,121125,121183,121245,121300,121358,121429,121493,121552,121614,121680,121927,122072,122116,122161,123139,123190,123237,123282,123333,123384,123435,123972,124462,124528,124707,124770,124842,124899,124953,125008,125066,125121,125180,125236,125305,125374,125443,125513,125576,125639,125702,125765,125830,125895,125960,126025,126088,126152,126216,126280,126331,126409,126487,126558,126630,126703,126775,126841,126907,126975,127043,127109,127176,127250,127313,127370,127430,127495,127562,127627,127684,127745,127803,127907,128017,128126,128230,128308,128373,128440,128506,128576,128623,128675,128725,128852,131171,131359,131490,131674,131852,132090,132279,133069,133167,133282,133367,133546,133706,133771,133860,134017,134174,134408,134620,134815,135002,135098,135188,135284,135374,135540,135663,135786,135956,136062,136177,136292,136394,136500,136617,136732,136814,136987,137155,137303,137462,137617,137790,137907,138024,138192,138304,138418,138590,138766,138924,139057,139169,139315,139467,139599,139742,139864,140042,140178,140274,140410,140505,140672,140765,140857,141044,141200,141378,141542,141724,142041,142223,142405,142595,142827,143017,143194,143356,143513,143623,143806,143943,144147,144331,144515,144675,144833,145017,145244,145447,145618,145838,146060,146215,146415,146599,146702,146892,147033,147198,147369,147569,147773,147975,148140,148345,148544,148743,148940,149031,149180,149330,149414,149563,149708,149860,150001,150167,150414,150492,150793,150959,151114,151317,151475,151639,151825,152048,152766,153043,153315,153593,153838,153900,156728,157179,157635,168772,168920,169434,169871,170305,174645,174730,174851,174950,175355,175452,175569,175656,175779,175880,176286,176385,176504,176597,176704,177047,177154,177399,177520,177929,178177,178277,178382,178501,179010,179157,179276,179527,179660,180075,180329,185663,185910,186035,186443,186564,186792,186913,187046,187193,207915,208407,228878,229302,250069,250563,271079,271505,276346,281763,285854,291285,296027,301404,305388,309380,314771,315318,315751,316507,316737,316980,318147,366317,367221,367805,368278,369708,370452,371645,372699,373177,373470,373853,375368,376133,377276,377717,378158,378754,379028,379439,380455,380633,381386,381523,381614,383808,384074,384396,384606,384715,384834,385018,386136,386606,387357,389940,390353,390729,390957,391213,391472,392048,392402,392524,392663,392955,393215,394143,394429,394832,395234,395577,395789,395990,396203,396492,407379,407452,407539,407624,412293,412405,412511,412634,412766,412889,413019,413143,413276,413407,413532,413649,413769,413901,414029,414143,414261,414374,414495,414683,414870,415051,415234,415418,415583,415765,415885,416005,416113,416223,416335,416443,416553,416718,416884,417036,417201,417302,417422,417593,417754,417917,418078,418245,418364,418481,418661,418843,419024,419207,419362,419507,419629,419764,419927,420120,420246,420398,420540,420710,420866,421038,427801,427996,428088,428261,428423,428518,428687,428781,428870,429113,429202,429495,429911,430331,430752,431178,431595,432011,432428,432846,433260,433730,434203,434675,435086,435557,436029,436219,436425,436531,436639,436745,436857,436971,437083,437197,437313,437427,437535,437645,437753,438015,438394,438798,438945,439053,439163,439271,439385,439794,440208,440324,440742,440983,441413,441848,442258,442680,443090,443212,443621,444037,444159,444377,447197,447265,447609,447689,448045,448195,448339,448415,448527,448617,448879,449144,449252,449404,449512,449588,449700,449790,449892,450000,450108,450208,450316,450401,450567,450671,450799,450886,451053,451131,451245,451337,451601,451868,451978,452131,452241,452325,452714,452812,452920,453014,453144,453252,453374,453510,453618,453738,453872,453994,454122,454264,454390,454530,454656,454774,454906,455004,455114,455414,455526,455644,456108,456224,456527,456653,456749,457150,457260,457384,457522,457632,457754,458066,458190,458320,458796,458924,459239,459377,459539,459755,459911,461188,461256,461340,461444,461647,461836,462037,462230,462435,462748,462960,463126,463242,463488,463704,464017,464443,464905,465142,465294,465554,465698,465840,469072,469186,469306,469422,469516,469837,469936,470054,470155,470434,470719,470998,471280,471533,471792,472045,472301,472725,472801,476051,477406,477850,479704,480279,480487,481497,481877,482043,482184,487204,487630,487742,487877,488030,488227,488398,488581,488756,488943,489215,489373,489457,489561,490048,490604,490762,490981,491212,491435,491670,491892,492158,492296,492895,493009,493147,493259,493383,493954,494449,494995,495140,495233,495325,497252,497822,498120,498309,498515,498708,498918,499802,499947,500339,500497,500714,508770,509202,510077,510697,510894,511842,512607,512730,513503,513724,513924,515901,516001,516091,516777,517530,518295,519058,519833,521046,521211,522824,523145,524208,524418,524588,525158,526053,526686,526852,528338,528954,529190,529411,530369,530634,530899,531146,531560,531796,533081,533530,533717,533966,534208,534384,534625,534858,535083,535678,536153,536677,536938,538289,538764,539990,540460,541508,541960,542204,542661,543906,544389,544539,545094,545546,545946,546099,546244,546387,546457,546885,547173,547677,548186,548302,549204,549326,549438,549615,549881,550151,550417,550685,550941,551201,551457,551715,551967,552223,552475,552729,552961,553197,553449,553705,553957,554211,554443,554677,554789,555441,555896,556020,557112,557927,558123,558447,558836,559188,559429,559643,559942,560134,560449,560656,561002,561302,561703,561922,562335,562572,562942,563666,564021,564290,564430,564684,564828,565105,566097,566506,567138,567484,567852,568926,569289,569689,571197,571782,572100,574635,574829,575047,575273,575485,575684,575891,577095,577390,577947,578337,578969,579446,579691,580178,580424,581620,582017,583023,583245,583668,583859,584238,584326,584434,584542,584855,585180,585499,585830,588533,588721,588982,589231,591815,592007,592272,592525,593057,593465,593664,594248,594483,594607,595019,595233,595635,595738,595868,596043,596295,596491,596631,596825,597836,598905,599193,599323,600100,600757,600903,601609,601847,603387,603537,603954,604119,604805,605275,605471,605562,605646,605790,606024,606191,607119,607405,607565,608180,608339,608667,608894,609406,609768,609847,610186,610291,610656,611027,611388,613262,613891,614967,615391,615644,615796,616844,617581,617784,618030,618277,618495,618737,619058,619322,619627,619850,620161,620350,621065,621334,621828,622054,622494,622653,622937,623682,624047,624352,624510,624748,626067,626465,626693,626913,627055,628345,628451,628581,628719,628843,629131,629300,629400,629685,629799,630682,631437,631876,632000,632246,632439,632573,632764,633543,633761,634052,634331,634648,634870,635165,635448,635552,635893,636709,637025,637586,638092,638297,639083,639488,640149,640338,640889,641455,641575,641977,647583,648113,648412,666824,669266,671091,673098,673437,679467,681762,682202,682954,683138,683349,688007,720087,720815,721017,722152,722302,724889,727807,737839,739338,739679,740187,740698,742492,742752,743368,743863,744900,746766,746957,747290,747446,747639,750031,750260,750468,750638,762040,762338,763681,764691,769763,769879,771103,771240,771386,773333,774471,775002,775428,777443,777691,782607,782723,782898,787504,787651,798523,800897,806639,806734,806827,806890,806972,807065,807158,807245,807343,807434,807525,807613,807697,807793,807893,807999,808102,808203,808307,808413,808512,808618,808720,808827,808936,809047,809178,809298,809414,809532,809631,809738,809854,809973,810101,810190,810285,810362,810451,810542,810635,810709,810806,810901,810999,811098,811202,811298,811400,811503,811603,811706,811791,811892,811990,812080,812175,812262,812368,812470,812564,812655,812749,812825,812917,813006,813109,813220,813303,813389,813484,813581,813677,813765,813866,813967,814070,814176,814274,814371,814466,814564,814667,814767,814870,814975,815093,815209,815304,815397,815482,815578,815672,815764,815847,815951,816056,816156,816257,816362,816462,816563,816662,816764,816858,816965,817067,817170,817263,817359,817461,817564,817660,817762,817865,817962,818065,818163,818267,818372,818469,818577,818691,818806,818914,819028,819143,819245,819350,819458,819568,819684,819801,819896,819993,820092,820197,820303,820402,820507,820613,820713,820819,820920,821027,821146,821245,821350,821452,821554,821654,821757,821852,821956,822041,822145,822249,822347,822451,822557,822655,822760,822858,822971,823065,823154,823243,823326,823417,823500,823598,823688,823784,823873,823967,824055,824151,824236,824344,824445,824546,824644,824750,824841,824940,825037,825135,825231,825324,825434,825532,825627,825737,825829,825929,826028,826115,826219,826324,826423,826530,826637,826736,826845,826937,827048,827159,827270,827374,827489,827605,827732,827852,827947,828042,828139,828238,828330,828429,828521,828620,828706,828800,828903,828999,829102,829198,829301,829398,829496,829599,829692,829782,829883,829966,830057,830142,830234,830337,830432,830528,830621,830715,830794,830901,830992,831091,831184,831287,831391,831492,831593,831697,831791,831895,831999,832112,832218,832324,832432,832549,832650,832758,832858,832961,833066,833173,833269,833348,833438,833522,833614,833687,833779,833868,833960,834045,834142,834235,834330,834429,834526,834617,834708,834800,834895,835002,835110,835212,835309,835406,835499,835586,835670,835767,835864,835957,836044,836135,836234,836333,836428,836517,836598,836697,836801,836898,837003,837100,837184,837283,837387,837484,837589,837686,837784,837885,837991,838090,838197,838296,838395,838486,838575,838664,838746,838839,838930,839041,839142,839242,839354,839467,839565,839673,839767,839867,839956,840048,840159,840269,840364,840480,840606,840732,840851,840979,841104,841229,841347,841474,841583,841692,841805,841928,842051,842167,842292,842389,842497,842619,842735,842851,842960,843048,843149,843238,843339,843426,843514,843611,843703,843809,843909,843985",
- "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,497,509,510,511,512,513,514,515,516,517,518,519,523,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1044,1048,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,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,1741,1742,1766,1767,1814,1815,1816,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1834,1837,1838,1839,1857,1858,1859,1860,1861,1862,1863,1874,1883,1884,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,1946,1947,1952,1982,1984,1985,1986,1987,1988,1989,1999,2000,2001,2002,2007,2008,2009,2010,2011,2012,2014,2016,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2070,2073,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,2120,2121,2122,2123,2124,2125,2126,2129,2130,2131,2132,2133,2138,2139,2140,2141,2142,2154,2158,2162,2166,2167,2171,2218,2225,2233,2398,2408,2417,2426,2435,2496,2497,2498,2504,2505,2506,2507,2508,2509,2515,2516,2517,2518,2519,2524,2525,2529,2530,2536,2540,2541,2542,2543,2553,2554,2555,2559,2560,2566,2570,2571,2647,2648,2653,2654,2657,2658,2659,2660,2924,2931,3192,3198,3462,3469,3730,3736,3799,3881,3933,4015,4077,4159,4223,4275,4357,4365,4371,4382,4386,4390,4403,4418,5194,5201,5207,5224,5237,5257,5274,5283,5288,5295,5315,5328,5345,5351,5357,5364,5368,5374,5388,5391,5401,5402,5403,5451,5455,5459,5463,5464,5465,5468,5484,5491,5505,5550,5551,5565,5569,5573,5578,5585,5591,5592,5595,5599,5604,5617,5621,5626,5631,5636,5639,5642,5645,5649,5653,5793,5794,5795,5796,5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5894,5898,5902,5906,5910,5914,5918,5919,5920,5921,5922,5923,5924,5925,5929,5933,5934,5938,5939,5942,5946,5949,5952,5955,5959,5962,5965,5969,5973,5977,5981,5984,5985,5986,5987,5990,5994,5997,6000,6003,6006,6009,6012,6016,6086,6087,6090,6093,6094,6097,6098,6099,6103,6104,6109,6116,6123,6130,6137,6144,6151,6158,6165,6172,6181,6190,6199,6206,6215,6224,6227,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6246,6251,6256,6259,6260,6261,6262,6263,6271,6279,6280,6288,6292,6300,6308,6316,6324,6332,6333,6341,6349,6350,6353,6356,6394,6399,6401,6406,6410,6414,6415,6416,6417,6421,6425,6426,6430,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6444,6445,6446,6447,6451,6452,6453,6454,6458,6462,6463,6467,6468,6469,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6498,6499,6500,6506,6507,6511,6513,6514,6519,6520,6521,6522,6523,6524,6528,6529,6530,6536,6537,6541,6543,6547,6551,6555,6559,6573,6574,6575,6578,6581,6584,6587,6590,6595,6599,6602,6603,6608,6612,6617,6623,6629,6634,6638,6643,6647,6651,6692,6693,6694,6695,6696,6700,6701,6702,6703,6707,6711,6715,6719,6723,6727,6731,6735,6741,6742,6783,6797,6802,6828,6835,6838,6849,6854,6857,6860,6915,6921,6922,6925,6928,6931,6934,6937,6940,6943,6947,6950,6951,6952,6960,6968,6971,6976,6981,6986,6991,6995,6999,7000,7008,7009,7010,7011,7012,7020,7025,7030,7031,7032,7033,7058,7064,7069,7072,7076,7079,7083,7093,7096,7101,7104,7108,7112,7217,7231,7244,7248,7263,7274,7277,7288,7293,7297,7332,7333,7334,7346,7354,7362,7370,7378,7398,7401,7428,7433,7453,7456,7459,7466,7479,7488,7491,7511,7521,7525,7529,7542,7546,7550,7554,7560,7564,7581,7589,7593,7597,7601,7604,7608,7612,7616,7626,7633,7640,7644,7670,7680,7705,7714,7734,7744,7748,7758,7783,7793,7796,7803,7810,7817,7818,7819,7820,7821,7828,7832,7838,7844,7845,7858,7859,7860,7863,7866,7869,7872,7875,7878,7881,7884,7887,7890,7893,7896,7899,7902,7905,7908,7911,7914,7917,7920,7923,7924,7932,7940,7941,7954,7964,7968,7973,7978,7982,7985,7989,7993,7996,8000,8003,8007,8012,8017,8020,8027,8031,8035,8044,8049,8054,8055,8059,8062,8066,8079,8084,8092,8096,8100,8117,8121,8126,8144,8151,8155,8185,8188,8191,8194,8197,8200,8203,8222,8228,8236,8243,8255,8263,8268,8276,8280,8298,8305,8321,8325,8333,8336,8341,8342,8343,8344,8348,8352,8356,8360,8395,8398,8402,8406,8440,8443,8447,8451,8460,8466,8469,8479,8483,8484,8491,8495,8502,8503,8504,8507,8512,8517,8518,8522,8537,8556,8560,8561,8573,8583,8584,8596,8601,8625,8628,8634,8637,8646,8654,8658,8661,8664,8667,8671,8674,8691,8695,8698,8713,8716,8724,8729,8736,8741,8742,8747,8748,8754,8760,8766,8798,8809,8826,8833,8837,8840,8853,8862,8866,8871,8875,8879,8883,8887,8891,8895,8899,8904,8907,8919,8924,8933,8936,8943,8944,8948,8957,8963,8967,8968,8972,8993,8999,9003,9007,9008,9026,9027,9028,9029,9030,9035,9038,9039,9045,9046,9058,9070,9077,9078,9083,9088,9089,9093,9107,9112,9118,9124,9130,9135,9141,9147,9148,9154,9169,9174,9183,9192,9195,9209,9214,9225,9229,9238,9247,9248,9255,9263,9429,9439,9486,10048,10101,10158,10170,10228,10415,10435,10456,10462,10470,10576,10590,11374,11380,11424,11428,11434,11494,11585,11864,11877,11885,11900,11956,11967,11980,11992,12030,12077,12083,12095,12101,12107,12159,12164,12169,12176,12211,12486,12532,12561,12624,12705,12711,12741,12745,12773,12812,12830,12848,12915,12923,12947,13056,13064,13157,13197,13476,13484,13550,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072",
+ "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,25196,25755,25801,25861,25915,25985,26055,26120,26186,26251,26319,26388,26456,26586,26639,26698,26756,26854,26904,26956,27002,27052,27108,27202,27260,27318,27380,27443,27505,27564,27624,27689,27755,27820,27882,27944,28006,28068,28130,28192,28258,28325,28391,28454,28518,28581,28649,28710,28772,28834,28897,28961,29024,29088,29166,29225,29291,29371,29432,29636,29694,30127,30172,30639,30703,31895,34000,34074,34145,34211,34285,34354,34425,34498,34569,34637,34710,34786,34856,34934,35002,35068,35129,35198,35262,35328,35396,35462,35525,35593,35664,35729,35802,35865,35946,36010,36076,36146,36216,36286,36356,37161,37218,37276,37335,37395,37454,37513,37572,37631,37690,37749,37808,37867,37926,37985,38045,38106,38168,38229,38290,38351,38412,38473,38534,38594,38655,38716,38776,38837,38898,38959,39020,39081,39142,39203,39264,39325,39386,39447,39515,39584,39654,39723,39792,39861,39930,39999,40068,40137,40206,40275,40344,40404,40465,40527,40588,40649,40710,40771,40832,40893,40954,41015,41076,41137,41199,41262,41326,41389,41452,41515,41578,41641,41704,41767,41830,41893,41956,42017,42079,42142,42204,42266,42328,42390,42452,42514,42576,42638,42700,42762,42819,42905,42985,43075,43170,43262,43354,43444,43527,43620,43707,43804,43895,43996,44083,44186,44275,44374,44466,44566,44650,44744,44832,44930,45013,45104,45198,45297,45399,45497,45597,45684,45784,45870,45966,46054,46135,46226,46322,46415,46508,46599,46684,46778,46867,46965,47058,47160,47248,47352,47443,47543,47636,47737,47822,47917,48006,48105,48190,48282,48377,48477,48580,48679,48782,48871,48972,49059,49156,49244,49340,49432,49532,49622,49720,49805,49894,49983,50076,50163,50926,50992,51068,51137,51216,51289,51369,51449,51526,51594,51672,51748,51819,51900,51973,52056,52131,52216,52289,52370,52451,52525,52609,52679,52757,52827,52907,52985,53057,53139,53209,53286,53366,53451,53539,53623,53710,53784,53862,53940,54011,54092,54183,54266,54362,54460,54567,54632,54698,54751,54827,54893,54980,55056,62161,62396,62991,63045,63124,63202,63275,63340,63403,63469,63540,63611,63681,63743,63812,63878,63938,64005,64072,64128,64179,64232,64284,64338,64409,64472,64531,64593,64652,64725,64792,64862,64922,64985,65060,65132,65228,65299,65355,65426,65483,65540,65606,65670,65741,65798,65851,65914,65966,66024,67261,67330,67396,67455,67538,67597,67654,67721,67791,67865,67927,67996,68066,68165,68262,68361,68447,68533,68614,68689,68778,68869,68953,69012,69058,69124,69181,69248,69305,69387,69452,69518,69641,69725,69846,69911,69973,70071,70145,70228,70317,70381,70460,70534,70596,70692,70757,70816,70872,70928,70988,71095,71142,71202,71263,71327,71388,71448,71506,71549,71598,71650,71701,71753,71802,71851,71916,71982,72042,72103,72159,72218,72267,72315,72373,72430,72532,72589,72664,72712,72763,72825,72890,72942,73016,73079,73142,73210,73260,73322,73382,73439,73499,73548,73616,73722,73824,73893,73964,74020,74069,74169,74240,74350,74441,74523,74621,74677,74778,74888,74987,75050,75156,75233,75345,75472,75584,75711,75781,75895,76026,76123,76191,76309,76412,76530,76591,76665,76732,76837,76959,77033,77100,77210,77309,77382,77479,77601,77719,77837,77898,78020,78137,78205,78311,78413,78493,78564,78660,78727,78801,78875,78961,79051,79129,79206,79306,79377,79498,79619,79683,79808,79882,80006,80130,80197,80306,80434,80546,80625,80703,80804,80875,80997,81119,81184,81310,81422,81528,81596,81695,81799,81862,81928,82012,82125,82238,82356,82434,82506,82642,82778,82863,83003,83141,83279,83421,83503,83589,83666,83739,83848,83959,84087,84215,84347,84477,84607,84741,84830,84892,84988,85055,85172,85293,85390,85472,85559,85646,85777,85908,86043,86120,86197,86308,86422,86496,86605,86717,86784,86857,86922,87024,87120,87224,87292,87357,87451,87523,87633,87739,87812,87903,88005,88108,88203,88310,88415,88537,88659,88785,88844,88902,89026,89150,89278,89396,89514,89636,89722,89819,89953,90087,90167,90305,90437,90569,90705,90780,90856,90959,91033,91146,91227,91284,91345,91404,91464,91522,91583,91641,91691,91740,91807,91866,91925,91974,92045,92129,92199,92270,92350,92419,92482,92550,92616,92684,92749,92815,92892,92970,93076,93182,93278,93407,93496,93623,93689,93759,93845,93911,93994,94068,94166,94262,94358,94456,94565,94660,94749,94811,94871,94936,94993,95074,95128,95185,95282,95392,95453,95568,95689,95784,95876,95969,96025,96084,96133,96225,96274,96328,96382,96436,96490,96544,96599,96709,96819,96927,97037,97147,97257,97367,97475,97581,97685,97789,97893,97988,98083,98176,98269,98373,98479,98583,98687,98780,98873,98966,99059,99167,99273,99379,99485,99582,99677,99772,99867,99973,100079,100185,100291,100389,100484,100580,100677,100742,100846,100904,100968,101029,101091,101151,101216,101278,101346,101404,101467,101530,101597,101672,101745,101811,101863,101916,101968,102025,102109,102204,102289,102370,102450,102527,102606,102683,102757,102831,102902,102982,103054,103129,103194,103255,103315,103390,103464,103537,103607,103679,103749,103822,103886,103956,104002,104071,104123,104208,104291,104348,104414,104481,104547,104628,104703,104759,104812,104873,104931,104981,105030,105079,105128,105190,105242,105287,105368,105419,105473,105526,105580,105631,105680,105746,105797,105858,105919,105981,106031,106072,106149,106208,106267,106326,106387,106443,106499,106566,106627,106692,106747,106812,106881,106949,107027,107096,107156,107227,107301,107366,107438,107508,107575,107659,107728,107795,107865,107928,107995,108063,108146,108225,108315,108392,108460,108527,108605,108662,108719,108787,108853,108909,108969,109028,109082,109132,109182,109230,109292,109343,109416,109496,109576,109640,109707,109778,109836,109897,109963,110022,110089,110149,110209,110272,110340,110401,110468,110546,110616,110665,110722,110791,110852,110940,111028,111116,111204,111291,111378,111465,111552,111610,111684,111754,111810,111881,111946,112008,112083,112156,112246,112312,112378,112439,112503,112565,112623,112694,112777,112836,112907,112973,113038,113099,113158,113229,113295,113360,113443,113519,113594,113675,113735,113804,113874,113943,113998,114054,114110,114171,114229,114285,114344,114398,114453,114515,114572,114666,114735,114836,114887,114957,115020,115076,115134,115193,115247,115333,115417,115487,115556,115626,115741,115862,115929,115996,116071,116138,116197,116251,116305,116359,116412,116464,117969,118106,120888,120937,120987,121078,121126,121182,121240,121302,121357,121415,121486,121550,121609,121671,121737,121984,122129,122173,122218,123196,123247,123294,123339,123390,123441,123492,124029,124519,124585,124764,124827,124899,124956,125010,125065,125123,125178,125237,125293,125362,125431,125500,125570,125633,125696,125759,125822,125887,125952,126017,126082,126145,126209,126273,126337,126388,126466,126544,126615,126687,126760,126832,126898,126964,127032,127100,127166,127233,127307,127370,127427,127487,127552,127619,127684,127741,127802,127860,127964,128074,128183,128287,128365,128430,128497,128563,128633,128680,128732,128782,128909,131228,131416,131547,131731,131909,132147,132336,133126,133224,133339,133424,133603,133763,133828,133917,134074,134231,134465,134677,134872,135059,135155,135245,135341,135431,135597,135720,135843,136013,136119,136234,136349,136451,136557,136674,136789,136871,137044,137212,137360,137519,137674,137847,137964,138081,138249,138361,138475,138647,138823,138981,139114,139226,139372,139524,139656,139799,139921,140099,140235,140331,140467,140562,140729,140822,140914,141101,141257,141435,141599,141781,142098,142280,142462,142652,142884,143074,143251,143413,143570,143680,143863,144000,144204,144388,144572,144732,144890,145074,145301,145504,145675,145895,146117,146272,146472,146656,146759,146949,147090,147255,147426,147626,147830,148032,148197,148402,148601,148800,148997,149088,149237,149387,149471,149620,149765,149917,150058,150224,150471,150549,150850,151016,151171,151374,151532,151696,151882,152105,152823,153100,153372,153650,153895,153957,156785,157236,157692,168829,168977,169491,169928,170362,174702,174787,174908,175007,175412,175509,175626,175713,175836,175937,176343,176442,176561,176654,176761,177104,177211,177456,177577,177986,178234,178334,178439,178558,179067,179214,179333,179584,179717,180132,180386,185720,185967,186092,186500,186621,186849,186970,187103,187250,207972,208464,228935,229359,250126,250620,271136,271562,276403,281820,285911,291342,296084,301461,305445,309437,314828,315375,315808,316564,316794,317037,318204,366374,367278,367862,368335,369765,370509,371702,372756,373234,373527,373910,375425,376190,377333,377774,378215,378811,379085,379496,380512,380690,381443,381580,381671,383865,384131,384453,384663,384772,384891,385075,386193,386663,387414,389997,390410,390786,391014,391270,391529,392105,392459,392581,392720,393012,393272,394200,394486,394889,395291,395634,395846,396047,396260,396549,407436,407509,407596,407681,412350,412462,412568,412691,412823,412946,413076,413200,413333,413464,413589,413706,413826,413958,414086,414200,414318,414431,414552,414740,414927,415108,415291,415475,415640,415822,415942,416062,416170,416280,416392,416500,416610,416775,416941,417093,417258,417359,417479,417650,417811,417974,418135,418302,418421,418538,418718,418900,419081,419264,419419,419564,419686,419821,419984,420177,420303,420455,420597,420767,420923,421095,427858,428053,428145,428318,428480,428575,428744,428838,428927,429170,429259,429552,429968,430388,430809,431235,431652,432068,432485,432903,433317,433787,434260,434732,435143,435614,436086,436276,436482,436588,436696,436802,436914,437028,437140,437254,437370,437484,437592,437702,437810,438072,438451,438855,439002,439110,439220,439328,439442,439851,440265,440381,440799,441040,441470,441905,442315,442737,443147,443269,443678,444094,444216,444434,447254,447322,447666,447746,448102,448252,448396,448472,448584,448674,448936,449201,449309,449461,449569,449645,449757,449847,449949,450057,450165,450265,450373,450458,450624,450728,450856,450943,451110,451188,451302,451394,451658,451925,452035,452188,452298,452382,452771,452869,452977,453071,453201,453309,453431,453567,453675,453795,453929,454051,454179,454321,454447,454587,454713,454831,454963,455061,455171,455471,455583,455701,456165,456281,456584,456710,456806,457207,457317,457441,457579,457689,457811,458123,458247,458377,458853,458981,459296,459434,459596,459812,459968,461245,461313,461397,461501,461704,461893,462094,462287,462492,462805,463017,463183,463299,463545,463761,464074,464500,464962,465199,465351,465611,465755,465897,469129,469243,469363,469479,469573,469894,469993,470111,470212,470491,470776,471055,471337,471590,471849,472102,472358,472782,472858,476108,477463,477907,479761,480336,480544,481554,481934,482100,482241,487261,487687,487799,487934,488087,488284,488455,488638,488813,489000,489272,489430,489514,489618,490105,490661,490819,491038,491269,491492,491727,491949,492215,492353,492952,493066,493204,493316,493440,494011,494506,495052,495197,495290,495382,497309,497879,498177,498366,498572,498765,498975,499859,500004,500396,500554,500771,508827,509259,510134,510754,510951,511899,512664,512787,513560,513781,513981,515958,516058,516148,516834,517587,518352,519115,519890,521103,521268,522881,523202,524265,524475,524645,525215,526110,526743,526909,528395,529011,529247,529468,530426,530691,530956,531203,531617,531853,533138,533587,533774,534023,534265,534441,534682,534915,535140,535735,536210,536734,536995,538346,538821,540047,540517,541565,542017,542261,542718,543963,544446,544596,545151,545603,546003,546156,546301,546444,546514,546942,547230,547734,548243,548359,549261,549383,549495,549672,549938,550208,550474,550742,550998,551258,551514,551772,552024,552280,552532,552786,553018,553254,553506,553762,554014,554268,554500,554734,554846,555498,555953,556077,557169,557984,558180,558504,558893,559245,559486,559700,559999,560191,560506,560713,561059,561359,561760,561979,562392,562629,562999,563723,564078,564347,564487,564741,564885,565162,566154,566563,567195,567541,567909,568983,569346,569746,571254,571839,572157,574692,574886,575104,575330,575542,575741,575948,577152,577447,578004,578394,579026,579503,579748,580235,580481,581677,582074,583080,583302,583725,583916,584295,584383,584491,584599,584912,585237,585556,585887,588590,588778,589039,589288,591872,592064,592329,592582,593114,593522,593721,594305,594540,594664,595076,595290,595692,595795,595925,596100,596352,596548,596688,596882,597893,598962,599250,599380,600157,600814,600960,601666,601904,603444,603594,604011,604176,604862,605332,605528,605619,605703,605847,606081,606248,607176,607462,607622,608237,608396,608724,608951,609463,609825,609904,610243,610348,610713,611084,611445,613319,613948,615024,615448,615701,615853,616901,617638,617841,618087,618334,618552,618794,619115,619379,619684,619907,620218,620407,621122,621391,621885,622111,622551,622710,622994,623739,624104,624409,624567,624805,626124,626522,626750,626970,627112,628402,628508,628638,628776,628900,629188,629357,629457,629742,629856,630739,631494,631933,632057,632303,632496,632630,632821,633600,633818,634109,634388,634705,634927,635222,635505,635609,635950,636766,637082,637643,638149,638354,639140,639545,640206,640395,640946,641512,641632,642034,647640,648170,648469,666881,669323,671148,673155,673494,679524,681819,682259,683011,683195,683406,688064,720144,720872,721074,722209,722359,724946,727864,737896,739395,739736,740244,740755,742549,742809,743425,743920,744957,746823,747014,747347,747503,747696,750088,750317,750525,750695,762097,762395,763738,764748,769820,769936,771160,771297,771443,773390,774528,775059,775485,777500,777748,782664,782780,782955,787561,787708,798580,800954,806696,806791,806884,806947,807029,807122,807215,807302,807400,807491,807582,807670,807754,807850,807950,808056,808159,808260,808364,808470,808569,808675,808777,808884,808993,809104,809235,809355,809471,809589,809688,809795,809911,810030,810158,810247,810342,810419,810508,810599,810692,810766,810863,810958,811056,811155,811259,811355,811457,811560,811660,811763,811848,811949,812047,812137,812232,812319,812425,812527,812621,812712,812806,812882,812974,813063,813166,813277,813360,813446,813541,813638,813734,813822,813923,814024,814127,814233,814331,814428,814523,814621,814724,814824,814927,815032,815150,815266,815361,815454,815539,815635,815729,815821,815904,816008,816113,816213,816314,816419,816519,816620,816719,816821,816915,817022,817124,817227,817320,817416,817518,817621,817717,817819,817922,818019,818122,818220,818324,818429,818526,818634,818748,818863,818971,819085,819200,819302,819407,819515,819625,819741,819858,819953,820050,820149,820254,820360,820459,820564,820670,820770,820876,820977,821084,821203,821302,821407,821509,821611,821711,821814,821909,822013,822098,822202,822306,822404,822508,822614,822712,822817,822915,823028,823122,823211,823300,823383,823474,823557,823655,823745,823841,823930,824024,824112,824208,824293,824401,824502,824603,824701,824807,824898,824997,825094,825192,825288,825381,825491,825589,825684,825794,825886,825986,826085,826172,826276,826381,826480,826587,826694,826793,826902,826994,827105,827216,827327,827431,827546,827662,827789,827909,828004,828099,828196,828295,828387,828486,828578,828677,828763,828857,828960,829056,829159,829255,829358,829455,829553,829656,829749,829839,829940,830023,830114,830199,830291,830394,830489,830585,830678,830772,830851,830958,831049,831148,831241,831344,831448,831549,831650,831754,831848,831952,832056,832169,832275,832381,832489,832606,832707,832815,832915,833018,833123,833230,833326,833405,833495,833579,833671,833744,833836,833925,834017,834102,834199,834292,834387,834486,834583,834674,834765,834857,834952,835059,835167,835269,835366,835463,835556,835643,835727,835824,835921,836014,836101,836192,836291,836390,836485,836574,836655,836754,836858,836955,837060,837157,837241,837340,837444,837541,837646,837743,837841,837942,838048,838147,838254,838353,838452,838543,838632,838721,838803,838896,838987,839098,839199,839299,839411,839524,839622,839730,839824,839924,840013,840105,840216,840326,840421,840537,840663,840789,840908,841036,841161,841286,841404,841531,841640,841749,841862,841985,842108,842224,842349,842446,842554,842676,842792,842908,843017,843105,843206,843295,843396,843483,843571,843668,843760,843866,843966,844042",
+ "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,497,509,510,511,512,513,514,515,516,517,518,519,523,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1953,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2008,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2071,2074,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2139,2140,2141,2142,2143,2155,2159,2163,2167,2168,2172,2219,2226,2234,2399,2409,2418,2427,2436,2497,2498,2499,2505,2506,2507,2508,2509,2510,2516,2517,2518,2519,2520,2525,2526,2530,2531,2537,2541,2542,2543,2544,2554,2555,2556,2560,2561,2567,2571,2572,2648,2649,2654,2655,2658,2659,2660,2661,2925,2932,3193,3199,3463,3470,3731,3737,3800,3882,3934,4016,4078,4160,4224,4276,4358,4366,4372,4383,4387,4391,4404,4419,5195,5202,5208,5225,5238,5258,5275,5284,5289,5296,5316,5329,5346,5352,5358,5365,5369,5375,5389,5392,5402,5403,5404,5452,5456,5460,5464,5465,5466,5469,5485,5492,5506,5551,5552,5566,5570,5574,5579,5586,5592,5593,5596,5600,5605,5618,5622,5627,5632,5637,5640,5643,5646,5650,5654,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5903,5907,5911,5915,5919,5920,5921,5922,5923,5924,5925,5926,5930,5934,5935,5939,5940,5943,5947,5950,5953,5956,5960,5963,5966,5970,5974,5978,5982,5985,5986,5987,5988,5991,5995,5998,6001,6004,6007,6010,6013,6017,6087,6088,6091,6094,6095,6098,6099,6100,6104,6105,6110,6117,6124,6131,6138,6145,6152,6159,6166,6173,6182,6191,6200,6207,6216,6225,6228,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6247,6252,6257,6260,6261,6262,6263,6264,6272,6280,6281,6289,6293,6301,6309,6317,6325,6333,6334,6342,6350,6351,6354,6357,6395,6400,6402,6407,6411,6415,6416,6417,6418,6422,6426,6427,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6445,6446,6447,6448,6452,6453,6454,6455,6459,6463,6464,6468,6469,6470,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6499,6500,6501,6507,6508,6512,6514,6515,6520,6521,6522,6523,6524,6525,6529,6530,6531,6537,6538,6542,6544,6548,6552,6556,6560,6574,6575,6576,6579,6582,6585,6588,6591,6596,6600,6603,6604,6609,6613,6618,6624,6630,6635,6639,6644,6648,6652,6693,6694,6695,6696,6697,6701,6702,6703,6704,6708,6712,6716,6720,6724,6728,6732,6736,6742,6743,6784,6798,6803,6829,6836,6839,6850,6855,6858,6861,6916,6922,6923,6926,6929,6932,6935,6938,6941,6944,6948,6951,6952,6953,6961,6969,6972,6977,6982,6987,6992,6996,7000,7001,7009,7010,7011,7012,7013,7021,7026,7031,7032,7033,7034,7059,7065,7070,7073,7077,7080,7084,7094,7097,7102,7105,7109,7113,7218,7232,7245,7249,7264,7275,7278,7289,7294,7298,7333,7334,7335,7347,7355,7363,7371,7379,7399,7402,7429,7434,7454,7457,7460,7467,7480,7489,7492,7512,7522,7526,7530,7543,7547,7551,7555,7561,7565,7582,7590,7594,7598,7602,7605,7609,7613,7617,7627,7634,7641,7645,7671,7681,7706,7715,7735,7745,7749,7759,7784,7794,7797,7804,7811,7818,7819,7820,7821,7822,7829,7833,7839,7845,7846,7859,7860,7861,7864,7867,7870,7873,7876,7879,7882,7885,7888,7891,7894,7897,7900,7903,7906,7909,7912,7915,7918,7921,7924,7925,7933,7941,7942,7955,7965,7969,7974,7979,7983,7986,7990,7994,7997,8001,8004,8008,8013,8018,8021,8028,8032,8036,8045,8050,8055,8056,8060,8063,8067,8080,8085,8093,8097,8101,8118,8122,8127,8145,8152,8156,8186,8189,8192,8195,8198,8201,8204,8223,8229,8237,8244,8256,8264,8269,8277,8281,8299,8306,8322,8326,8334,8337,8342,8343,8344,8345,8349,8353,8357,8361,8396,8399,8403,8407,8441,8444,8448,8452,8461,8467,8470,8480,8484,8485,8492,8496,8503,8504,8505,8508,8513,8518,8519,8523,8538,8557,8561,8562,8574,8584,8585,8597,8602,8626,8629,8635,8638,8647,8655,8659,8662,8665,8668,8672,8675,8692,8696,8699,8714,8717,8725,8730,8737,8742,8743,8748,8749,8755,8761,8767,8799,8810,8827,8834,8838,8841,8854,8863,8867,8872,8876,8880,8884,8888,8892,8896,8900,8905,8908,8920,8925,8934,8937,8944,8945,8949,8958,8964,8968,8969,8973,8994,9000,9004,9008,9009,9027,9028,9029,9030,9031,9036,9039,9040,9046,9047,9059,9071,9078,9079,9084,9089,9090,9094,9108,9113,9119,9125,9131,9136,9142,9148,9149,9155,9170,9175,9184,9193,9196,9210,9215,9226,9230,9239,9248,9249,9256,9264,9430,9440,9487,10049,10102,10159,10171,10229,10416,10436,10457,10463,10471,10577,10591,11375,11381,11425,11429,11435,11495,11586,11865,11878,11886,11901,11957,11968,11981,11993,12031,12078,12084,12096,12102,12108,12160,12165,12170,12177,12212,12487,12533,12562,12625,12706,12712,12742,12746,12774,12813,12831,12849,12916,12924,12948,13057,13065,13158,13198,13477,13485,13551,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,14042,14043,14044,14045,14046,14047,14048,14049,14050,14051,14052,14053,14054,14055,14056,14057,14058,14059,14060,14061,14062,14063,14064,14065,14066,14067,14068,14069,14070,14071,14072,14073",
"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,25249,25796,25856,25910,25980,26050,26115,26181,26246,26314,26383,26451,26581,26634,26693,26751,26803,26899,26951,26997,27047,27103,27150,27255,27313,27375,27438,27500,27559,27619,27684,27750,27815,27877,27939,28001,28063,28125,28187,28253,28320,28386,28449,28513,28576,28644,28705,28767,28829,28892,28956,29019,29083,29161,29220,29286,29366,29427,29480,29689,29740,30167,30228,30698,30757,31952,34069,34140,34206,34280,34349,34420,34493,34564,34632,34705,34781,34851,34929,34997,35063,35124,35193,35257,35323,35391,35457,35520,35588,35659,35724,35797,35860,35941,36005,36071,36141,36211,36281,36351,36418,37156,37214,37273,37333,37392,37451,37510,37569,37628,37687,37746,37805,37864,37923,37983,38044,38106,38167,38228,38289,38350,38411,38472,38532,38593,38654,38714,38775,38836,38897,38958,39019,39080,39141,39202,39263,39324,39385,39453,39522,39592,39661,39730,39799,39868,39937,40006,40075,40144,40213,40282,40342,40403,40465,40526,40587,40648,40709,40770,40831,40892,40953,41014,41075,41137,41200,41264,41327,41390,41453,41516,41579,41642,41705,41768,41831,41894,41955,42017,42080,42142,42204,42266,42328,42390,42452,42514,42576,42638,42700,42757,42843,42923,43013,43108,43200,43292,43382,43465,43558,43645,43742,43833,43934,44021,44124,44213,44312,44404,44504,44588,44682,44770,44868,44951,45042,45136,45235,45337,45435,45535,45622,45722,45808,45904,45992,46073,46164,46260,46353,46446,46537,46622,46716,46805,46903,46996,47098,47186,47290,47381,47481,47574,47675,47760,47855,47944,48043,48128,48220,48315,48415,48518,48617,48720,48809,48910,48997,49094,49182,49278,49370,49470,49560,49658,49743,49832,49921,50014,50101,50192,50930,51006,51075,51154,51227,51307,51387,51464,51532,51610,51686,51757,51838,51911,51994,52069,52154,52227,52308,52389,52463,52547,52617,52695,52765,52845,52923,52995,53077,53147,53224,53304,53389,53477,53561,53648,53722,53800,53878,53949,54030,54121,54204,54300,54398,54505,54570,54636,54689,54765,54831,54918,54994,55070,62164,62389,62983,63062,63140,63213,63278,63341,63407,63478,63549,63619,63681,63750,63816,63876,63943,64010,64066,64117,64170,64222,64276,64347,64410,64469,64531,64590,64663,64730,64800,64860,64923,64998,65070,65166,65237,65293,65364,65421,65478,65544,65608,65679,65736,65789,65852,65904,65962,66029,67268,67334,67393,67476,67535,67592,67659,67729,67803,67865,67934,68004,68103,68200,68299,68385,68471,68552,68627,68716,68807,68891,68950,68996,69062,69119,69186,69243,69325,69390,69456,69579,69663,69784,69849,69911,70009,70083,70166,70255,70319,70398,70472,70534,70630,70695,70754,70810,70866,70926,71033,71080,71140,71201,71265,71326,71386,71444,71487,71536,71588,71639,71691,71740,71789,71854,71920,71980,72041,72097,72156,72205,72253,72311,72368,72470,72527,72602,72650,72701,72763,72828,72880,72954,73017,73080,73148,73198,73260,73320,73377,73437,73486,73554,73660,73762,73831,73902,73958,74007,74107,74178,74288,74379,74461,74559,74615,74716,74826,74925,74988,75094,75171,75283,75410,75522,75649,75719,75833,75964,76061,76129,76247,76350,76468,76529,76603,76670,76775,76897,76971,77038,77148,77247,77320,77417,77539,77657,77775,77836,77958,78075,78143,78249,78351,78431,78502,78598,78665,78739,78813,78899,78989,79067,79144,79244,79315,79436,79557,79621,79746,79820,79944,80068,80135,80244,80372,80484,80563,80641,80742,80813,80935,81057,81122,81248,81360,81466,81534,81633,81737,81800,81866,81950,82063,82176,82294,82372,82444,82580,82716,82801,82941,83079,83217,83359,83441,83527,83604,83677,83786,83897,84025,84153,84285,84415,84545,84679,84768,84830,84926,84993,85110,85231,85328,85410,85497,85584,85715,85846,85981,86058,86135,86246,86360,86434,86543,86655,86722,86795,86860,86962,87058,87162,87230,87295,87389,87461,87571,87677,87750,87841,87943,88046,88141,88248,88353,88475,88597,88723,88782,88840,88964,89088,89216,89334,89452,89574,89660,89757,89891,90025,90105,90243,90375,90507,90643,90718,90794,90897,90971,91084,91165,91222,91283,91342,91402,91460,91521,91579,91629,91678,91745,91804,91863,91912,91983,92067,92137,92208,92288,92357,92420,92488,92554,92622,92687,92753,92830,92908,93014,93120,93216,93345,93434,93561,93627,93697,93783,93849,93932,94006,94104,94200,94296,94394,94503,94598,94687,94749,94809,94874,94931,95012,95066,95123,95220,95330,95391,95506,95627,95722,95814,95907,95963,96022,96071,96163,96212,96266,96320,96374,96428,96482,96537,96647,96757,96865,96975,97085,97195,97305,97413,97519,97623,97727,97831,97926,98021,98114,98207,98311,98417,98521,98625,98718,98811,98904,98997,99105,99211,99317,99423,99520,99615,99710,99805,99911,100017,100123,100229,100327,100422,100518,100615,100680,100784,100842,100906,100967,101029,101089,101154,101216,101284,101342,101405,101468,101535,101610,101683,101749,101801,101854,101906,101963,102047,102142,102227,102308,102388,102465,102544,102621,102695,102769,102840,102920,102992,103067,103132,103193,103253,103328,103402,103475,103545,103617,103687,103760,103824,103894,103940,104009,104061,104146,104229,104286,104352,104419,104485,104566,104641,104697,104750,104811,104869,104919,104968,105017,105066,105128,105180,105225,105306,105357,105411,105464,105518,105569,105618,105684,105735,105796,105857,105919,105969,106010,106087,106146,106205,106264,106325,106381,106437,106504,106565,106630,106685,106750,106819,106887,106965,107034,107094,107165,107239,107304,107376,107446,107513,107597,107666,107733,107803,107866,107933,108001,108084,108163,108253,108330,108398,108465,108543,108600,108657,108725,108791,108847,108907,108966,109020,109070,109120,109168,109230,109281,109354,109434,109514,109578,109645,109716,109774,109835,109901,109960,110027,110087,110147,110210,110278,110339,110406,110484,110554,110603,110660,110729,110790,110878,110966,111054,111142,111229,111316,111403,111490,111548,111622,111692,111748,111819,111884,111946,112021,112094,112184,112250,112316,112377,112441,112503,112561,112632,112715,112774,112845,112911,112976,113037,113096,113167,113233,113298,113381,113457,113532,113613,113673,113742,113812,113881,113936,113992,114048,114109,114167,114223,114282,114336,114391,114453,114510,114604,114673,114774,114825,114895,114958,115014,115072,115131,115185,115271,115355,115425,115494,115564,115679,115800,115867,115934,116009,116076,116135,116189,116243,116297,116350,116402,116476,118044,118184,120875,120925,120975,121064,121120,121178,121240,121295,121353,121424,121488,121547,121609,121675,121741,121965,122111,122156,122199,123185,123232,123277,123328,123379,123430,123481,124015,124523,124585,124765,124837,124894,124948,125003,125061,125116,125175,125231,125300,125369,125438,125508,125571,125634,125697,125760,125825,125890,125955,126020,126083,126147,126211,126275,126326,126404,126482,126553,126625,126698,126770,126836,126902,126970,127038,127104,127171,127245,127308,127365,127425,127490,127557,127622,127679,127740,127798,127902,128012,128121,128225,128303,128368,128435,128501,128571,128618,128670,128720,128777,129167,131316,131485,131669,131847,132085,132274,132443,133162,133277,133362,133441,133701,133766,133855,134012,134169,134322,134557,134674,134997,135093,135183,135279,135369,135535,135658,135781,135951,136057,136172,136287,136389,136495,136612,136727,136809,136982,137150,137298,137457,137612,137785,137902,138019,138187,138299,138413,138585,138761,138919,139052,139164,139310,139462,139594,139737,139859,140037,140173,140269,140405,140500,140667,140760,140852,141039,141195,141373,141537,141719,142036,142218,142400,142590,142822,143012,143189,143351,143508,143618,143801,143938,144142,144326,144510,144670,144828,145012,145239,145442,145613,145833,146055,146210,146410,146594,146697,146887,147028,147193,147364,147564,147768,147970,148135,148340,148539,148738,148935,149026,149175,149325,149409,149558,149703,149855,149996,150162,150323,150487,150788,150954,151109,151211,151470,151634,151820,152043,152168,153038,153310,153588,153833,153895,154180,157174,157630,158139,168915,169429,169866,170300,170743,174725,174846,174945,175350,175447,175564,175651,175774,175875,176281,176380,176499,176592,176699,177042,177149,177394,177515,177924,178172,178272,178377,178496,179005,179152,179271,179522,179655,180070,180324,180436,185905,186030,186438,186559,186787,186908,187041,187188,207910,208402,228873,229297,250064,250558,271074,271500,276341,281758,285849,291280,296022,301399,305383,309375,314766,315313,315746,316502,316732,316975,318142,319071,367216,367800,368273,369703,370447,371640,372694,373172,373465,373848,375363,376128,377271,377712,378153,378749,379023,379434,380450,380628,381381,381518,381609,383803,384069,384391,384601,384710,384829,385013,386131,386601,387352,389935,390030,390724,390952,391208,391467,392043,392397,392519,392658,392950,393210,394138,394424,394827,395229,395572,395784,395985,396198,396487,396772,407447,407534,407619,407718,412400,412506,412629,412761,412884,413014,413138,413271,413402,413527,413644,413764,413896,414024,414138,414256,414369,414490,414678,414865,415046,415229,415413,415578,415760,415880,416000,416108,416218,416330,416438,416548,416713,416879,417031,417196,417297,417417,417588,417749,417912,418073,418240,418359,418476,418656,418838,419019,419202,419357,419502,419624,419759,419922,420115,420241,420393,420535,420705,420861,421033,421324,427991,428083,428256,428418,428513,428682,428776,428865,429108,429197,429490,429906,430326,430747,431173,431590,432006,432423,432841,433255,433725,434198,434670,435081,435552,436024,436214,436420,436526,436634,436740,436852,436966,437078,437192,437308,437422,437530,437640,437748,438010,438389,438793,438940,439048,439158,439266,439380,439789,440203,440319,440737,440978,441408,441843,442253,442675,443085,443207,443616,444032,444154,444372,444556,447260,447604,447684,448040,448190,448334,448410,448522,448612,448874,449139,449247,449399,449507,449583,449695,449785,449887,449995,450103,450203,450311,450396,450562,450666,450794,450881,451048,451126,451240,451332,451596,451863,451973,452126,452236,452320,452709,452807,452915,453009,453139,453247,453369,453505,453613,453733,453867,453989,454117,454259,454385,454525,454651,454769,454901,454999,455109,455409,455521,455639,456103,456219,456522,456648,456744,457145,457255,457379,457517,457627,457749,458061,458185,458315,458791,458919,459234,459372,459534,459750,459906,460110,461251,461335,461439,461642,461831,462032,462225,462430,462743,462955,463121,463237,463483,463699,464012,464438,464900,465137,465289,465549,465693,465835,469067,469181,469301,469417,469511,469832,469931,470049,470150,470429,470714,470993,471275,471528,471787,472040,472296,472720,472796,476046,477401,477845,479699,480274,480482,481492,481872,482038,482179,487199,487625,487737,487872,488025,488222,488393,488576,488751,488938,489210,489368,489452,489556,490043,490599,490757,490976,491207,491430,491665,491887,492153,492291,492890,493004,493142,493254,493378,493949,494444,494990,495135,495228,495320,497247,497817,498115,498304,498510,498703,498913,499797,499942,500334,500492,500709,500970,509197,510072,510692,510889,511837,512602,512725,513498,513719,513919,515896,515996,516086,516772,517525,518290,519053,519828,521041,521206,522819,523140,524203,524413,524583,525153,526048,526681,526847,528333,528949,529185,529406,530364,530629,530894,531141,531555,531791,533076,533525,533712,533961,534203,534379,534620,534853,535078,535673,536148,536672,536933,538284,538759,539985,540455,541503,541955,542199,542656,543901,544384,544534,545089,545541,545941,546094,546239,546382,546452,546880,547168,547672,548181,548297,549199,549321,549433,549610,549876,550146,550412,550680,550936,551196,551452,551710,551962,552218,552470,552724,552956,553192,553444,553700,553952,554206,554438,554672,554784,555436,555891,556015,557107,557922,558118,558442,558831,559183,559424,559638,559937,560129,560444,560651,560997,561297,561698,561917,562330,562567,562937,563661,564016,564285,564425,564679,564823,565100,566092,566501,567133,567479,567847,568921,569284,569684,571192,571777,572095,574630,574824,575042,575268,575480,575679,575886,577090,577385,577942,578332,578964,579441,579686,580173,580419,581615,582012,583018,583240,583663,583854,584233,584321,584429,584537,584850,585175,585494,585825,588528,588716,588977,589226,591810,592002,592267,592520,593052,593460,593659,594243,594478,594602,595014,595228,595630,595733,595863,596038,596290,596486,596626,596820,597831,598900,599188,599318,600095,600752,600898,601604,601842,603382,603532,603949,604114,604800,605270,605466,605557,605641,605785,606019,606186,607114,607400,607560,608175,608334,608662,608889,609401,609763,609842,610181,610286,610651,611022,611383,613257,613886,614962,615386,615639,615791,616839,617576,617779,618025,618272,618490,618732,619053,619317,619622,619845,620156,620345,621060,621329,621823,622049,622489,622648,622932,623677,624042,624347,624505,624743,626062,626460,626688,626908,627050,628340,628446,628576,628714,628838,629126,629295,629395,629680,629794,630677,631432,631871,631995,632241,632434,632568,632759,633538,633756,634047,634326,634643,634865,635160,635443,635547,635888,636704,637020,637581,638087,638292,639078,639483,640144,640333,640884,641450,641570,641972,642506,648108,648407,650752,669261,671086,673093,673432,675865,681757,682197,682949,683133,683344,688002,688585,720810,721012,722147,722297,722472,725109,728396,739133,739674,740182,740693,742487,742747,743363,743858,744895,746761,746952,747285,747441,747634,750026,750255,750463,750633,752405,762333,763676,764686,766651,769874,770043,771235,771381,772066,774466,774997,775423,777438,777686,778456,782718,782893,786108,787646,798518,798761,801310,806729,806822,806885,806967,807060,807153,807240,807338,807429,807520,807608,807692,807788,807888,807994,808097,808198,808302,808408,808507,808613,808715,808822,808931,809042,809173,809293,809409,809527,809626,809733,809849,809968,810096,810185,810280,810357,810446,810537,810630,810704,810801,810896,810994,811093,811197,811293,811395,811498,811598,811701,811786,811887,811985,812075,812170,812257,812363,812465,812559,812650,812744,812820,812912,813001,813104,813215,813298,813384,813479,813576,813672,813760,813861,813962,814065,814171,814269,814366,814461,814559,814662,814762,814865,814970,815088,815204,815299,815392,815477,815573,815667,815759,815842,815946,816051,816151,816252,816357,816457,816558,816657,816759,816853,816960,817062,817165,817258,817354,817456,817559,817655,817757,817860,817957,818060,818158,818262,818367,818464,818572,818686,818801,818909,819023,819138,819240,819345,819453,819563,819679,819796,819891,819988,820087,820192,820298,820397,820502,820608,820708,820814,820915,821022,821141,821240,821345,821447,821549,821649,821752,821847,821951,822036,822140,822244,822342,822446,822552,822650,822755,822853,822966,823060,823149,823238,823321,823412,823495,823593,823683,823779,823868,823962,824050,824146,824231,824339,824440,824541,824639,824745,824836,824935,825032,825130,825226,825319,825429,825527,825622,825732,825824,825924,826023,826110,826214,826319,826418,826525,826632,826731,826840,826932,827043,827154,827265,827369,827484,827600,827727,827847,827942,828037,828134,828233,828325,828424,828516,828615,828701,828795,828898,828994,829097,829193,829296,829393,829491,829594,829687,829777,829878,829961,830052,830137,830229,830332,830427,830523,830616,830710,830789,830896,830987,831086,831179,831282,831386,831487,831588,831692,831786,831890,831994,832107,832213,832319,832427,832544,832645,832753,832853,832956,833061,833168,833264,833343,833433,833517,833609,833682,833774,833863,833955,834040,834137,834230,834325,834424,834521,834612,834703,834795,834890,834997,835105,835207,835304,835401,835494,835581,835665,835762,835859,835952,836039,836130,836229,836328,836423,836512,836593,836692,836796,836893,836998,837095,837179,837278,837382,837479,837584,837681,837779,837880,837986,838085,838192,838291,838390,838481,838570,838659,838741,838834,838925,839036,839137,839237,839349,839462,839560,839668,839762,839862,839951,840043,840154,840264,840359,840475,840601,840727,840846,840974,841099,841224,841342,841469,841578,841687,841800,841923,842046,842162,842287,842384,842492,842614,842730,842846,842955,843043,843144,843233,843334,843421,843509,843606,843698,843804,843904,843980,844057"
+ "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,25249,25796,25856,25910,25980,26050,26115,26181,26246,26314,26383,26451,26581,26634,26693,26751,26803,26899,26951,26997,27047,27103,27150,27255,27313,27375,27438,27500,27559,27619,27684,27750,27815,27877,27939,28001,28063,28125,28187,28253,28320,28386,28449,28513,28576,28644,28705,28767,28829,28892,28956,29019,29083,29161,29220,29286,29366,29427,29480,29689,29740,30167,30228,30698,30757,31952,34069,34140,34206,34280,34349,34420,34493,34564,34632,34705,34781,34851,34929,34997,35063,35124,35193,35257,35323,35391,35457,35520,35588,35659,35724,35797,35860,35941,36005,36071,36141,36211,36281,36351,36418,37213,37271,37330,37390,37449,37508,37567,37626,37685,37744,37803,37862,37921,37980,38040,38101,38163,38224,38285,38346,38407,38468,38529,38589,38650,38711,38771,38832,38893,38954,39015,39076,39137,39198,39259,39320,39381,39442,39510,39579,39649,39718,39787,39856,39925,39994,40063,40132,40201,40270,40339,40399,40460,40522,40583,40644,40705,40766,40827,40888,40949,41010,41071,41132,41194,41257,41321,41384,41447,41510,41573,41636,41699,41762,41825,41888,41951,42012,42074,42137,42199,42261,42323,42385,42447,42509,42571,42633,42695,42757,42814,42900,42980,43070,43165,43257,43349,43439,43522,43615,43702,43799,43890,43991,44078,44181,44270,44369,44461,44561,44645,44739,44827,44925,45008,45099,45193,45292,45394,45492,45592,45679,45779,45865,45961,46049,46130,46221,46317,46410,46503,46594,46679,46773,46862,46960,47053,47155,47243,47347,47438,47538,47631,47732,47817,47912,48001,48100,48185,48277,48372,48472,48575,48674,48777,48866,48967,49054,49151,49239,49335,49427,49527,49617,49715,49800,49889,49978,50071,50158,50249,50987,51063,51132,51211,51284,51364,51444,51521,51589,51667,51743,51814,51895,51968,52051,52126,52211,52284,52365,52446,52520,52604,52674,52752,52822,52902,52980,53052,53134,53204,53281,53361,53446,53534,53618,53705,53779,53857,53935,54006,54087,54178,54261,54357,54455,54562,54627,54693,54746,54822,54888,54975,55051,55127,62221,62446,63040,63119,63197,63270,63335,63398,63464,63535,63606,63676,63738,63807,63873,63933,64000,64067,64123,64174,64227,64279,64333,64404,64467,64526,64588,64647,64720,64787,64857,64917,64980,65055,65127,65223,65294,65350,65421,65478,65535,65601,65665,65736,65793,65846,65909,65961,66019,66086,67325,67391,67450,67533,67592,67649,67716,67786,67860,67922,67991,68061,68160,68257,68356,68442,68528,68609,68684,68773,68864,68948,69007,69053,69119,69176,69243,69300,69382,69447,69513,69636,69720,69841,69906,69968,70066,70140,70223,70312,70376,70455,70529,70591,70687,70752,70811,70867,70923,70983,71090,71137,71197,71258,71322,71383,71443,71501,71544,71593,71645,71696,71748,71797,71846,71911,71977,72037,72098,72154,72213,72262,72310,72368,72425,72527,72584,72659,72707,72758,72820,72885,72937,73011,73074,73137,73205,73255,73317,73377,73434,73494,73543,73611,73717,73819,73888,73959,74015,74064,74164,74235,74345,74436,74518,74616,74672,74773,74883,74982,75045,75151,75228,75340,75467,75579,75706,75776,75890,76021,76118,76186,76304,76407,76525,76586,76660,76727,76832,76954,77028,77095,77205,77304,77377,77474,77596,77714,77832,77893,78015,78132,78200,78306,78408,78488,78559,78655,78722,78796,78870,78956,79046,79124,79201,79301,79372,79493,79614,79678,79803,79877,80001,80125,80192,80301,80429,80541,80620,80698,80799,80870,80992,81114,81179,81305,81417,81523,81591,81690,81794,81857,81923,82007,82120,82233,82351,82429,82501,82637,82773,82858,82998,83136,83274,83416,83498,83584,83661,83734,83843,83954,84082,84210,84342,84472,84602,84736,84825,84887,84983,85050,85167,85288,85385,85467,85554,85641,85772,85903,86038,86115,86192,86303,86417,86491,86600,86712,86779,86852,86917,87019,87115,87219,87287,87352,87446,87518,87628,87734,87807,87898,88000,88103,88198,88305,88410,88532,88654,88780,88839,88897,89021,89145,89273,89391,89509,89631,89717,89814,89948,90082,90162,90300,90432,90564,90700,90775,90851,90954,91028,91141,91222,91279,91340,91399,91459,91517,91578,91636,91686,91735,91802,91861,91920,91969,92040,92124,92194,92265,92345,92414,92477,92545,92611,92679,92744,92810,92887,92965,93071,93177,93273,93402,93491,93618,93684,93754,93840,93906,93989,94063,94161,94257,94353,94451,94560,94655,94744,94806,94866,94931,94988,95069,95123,95180,95277,95387,95448,95563,95684,95779,95871,95964,96020,96079,96128,96220,96269,96323,96377,96431,96485,96539,96594,96704,96814,96922,97032,97142,97252,97362,97470,97576,97680,97784,97888,97983,98078,98171,98264,98368,98474,98578,98682,98775,98868,98961,99054,99162,99268,99374,99480,99577,99672,99767,99862,99968,100074,100180,100286,100384,100479,100575,100672,100737,100841,100899,100963,101024,101086,101146,101211,101273,101341,101399,101462,101525,101592,101667,101740,101806,101858,101911,101963,102020,102104,102199,102284,102365,102445,102522,102601,102678,102752,102826,102897,102977,103049,103124,103189,103250,103310,103385,103459,103532,103602,103674,103744,103817,103881,103951,103997,104066,104118,104203,104286,104343,104409,104476,104542,104623,104698,104754,104807,104868,104926,104976,105025,105074,105123,105185,105237,105282,105363,105414,105468,105521,105575,105626,105675,105741,105792,105853,105914,105976,106026,106067,106144,106203,106262,106321,106382,106438,106494,106561,106622,106687,106742,106807,106876,106944,107022,107091,107151,107222,107296,107361,107433,107503,107570,107654,107723,107790,107860,107923,107990,108058,108141,108220,108310,108387,108455,108522,108600,108657,108714,108782,108848,108904,108964,109023,109077,109127,109177,109225,109287,109338,109411,109491,109571,109635,109702,109773,109831,109892,109958,110017,110084,110144,110204,110267,110335,110396,110463,110541,110611,110660,110717,110786,110847,110935,111023,111111,111199,111286,111373,111460,111547,111605,111679,111749,111805,111876,111941,112003,112078,112151,112241,112307,112373,112434,112498,112560,112618,112689,112772,112831,112902,112968,113033,113094,113153,113224,113290,113355,113438,113514,113589,113670,113730,113799,113869,113938,113993,114049,114105,114166,114224,114280,114339,114393,114448,114510,114567,114661,114730,114831,114882,114952,115015,115071,115129,115188,115242,115328,115412,115482,115551,115621,115736,115857,115924,115991,116066,116133,116192,116246,116300,116354,116407,116459,116533,118101,118241,120932,120982,121032,121121,121177,121235,121297,121352,121410,121481,121545,121604,121666,121732,121798,122022,122168,122213,122256,123242,123289,123334,123385,123436,123487,123538,124072,124580,124642,124822,124894,124951,125005,125060,125118,125173,125232,125288,125357,125426,125495,125565,125628,125691,125754,125817,125882,125947,126012,126077,126140,126204,126268,126332,126383,126461,126539,126610,126682,126755,126827,126893,126959,127027,127095,127161,127228,127302,127365,127422,127482,127547,127614,127679,127736,127797,127855,127959,128069,128178,128282,128360,128425,128492,128558,128628,128675,128727,128777,128834,129224,131373,131542,131726,131904,132142,132331,132500,133219,133334,133419,133498,133758,133823,133912,134069,134226,134379,134614,134731,135054,135150,135240,135336,135426,135592,135715,135838,136008,136114,136229,136344,136446,136552,136669,136784,136866,137039,137207,137355,137514,137669,137842,137959,138076,138244,138356,138470,138642,138818,138976,139109,139221,139367,139519,139651,139794,139916,140094,140230,140326,140462,140557,140724,140817,140909,141096,141252,141430,141594,141776,142093,142275,142457,142647,142879,143069,143246,143408,143565,143675,143858,143995,144199,144383,144567,144727,144885,145069,145296,145499,145670,145890,146112,146267,146467,146651,146754,146944,147085,147250,147421,147621,147825,148027,148192,148397,148596,148795,148992,149083,149232,149382,149466,149615,149760,149912,150053,150219,150380,150544,150845,151011,151166,151268,151527,151691,151877,152100,152225,153095,153367,153645,153890,153952,154237,157231,157687,158196,168972,169486,169923,170357,170800,174782,174903,175002,175407,175504,175621,175708,175831,175932,176338,176437,176556,176649,176756,177099,177206,177451,177572,177981,178229,178329,178434,178553,179062,179209,179328,179579,179712,180127,180381,180493,185962,186087,186495,186616,186844,186965,187098,187245,207967,208459,228930,229354,250121,250615,271131,271557,276398,281815,285906,291337,296079,301456,305440,309432,314823,315370,315803,316559,316789,317032,318199,319128,367273,367857,368330,369760,370504,371697,372751,373229,373522,373905,375420,376185,377328,377769,378210,378806,379080,379491,380507,380685,381438,381575,381666,383860,384126,384448,384658,384767,384886,385070,386188,386658,387409,389992,390087,390781,391009,391265,391524,392100,392454,392576,392715,393007,393267,394195,394481,394884,395286,395629,395841,396042,396255,396544,396829,407504,407591,407676,407775,412457,412563,412686,412818,412941,413071,413195,413328,413459,413584,413701,413821,413953,414081,414195,414313,414426,414547,414735,414922,415103,415286,415470,415635,415817,415937,416057,416165,416275,416387,416495,416605,416770,416936,417088,417253,417354,417474,417645,417806,417969,418130,418297,418416,418533,418713,418895,419076,419259,419414,419559,419681,419816,419979,420172,420298,420450,420592,420762,420918,421090,421381,428048,428140,428313,428475,428570,428739,428833,428922,429165,429254,429547,429963,430383,430804,431230,431647,432063,432480,432898,433312,433782,434255,434727,435138,435609,436081,436271,436477,436583,436691,436797,436909,437023,437135,437249,437365,437479,437587,437697,437805,438067,438446,438850,438997,439105,439215,439323,439437,439846,440260,440376,440794,441035,441465,441900,442310,442732,443142,443264,443673,444089,444211,444429,444613,447317,447661,447741,448097,448247,448391,448467,448579,448669,448931,449196,449304,449456,449564,449640,449752,449842,449944,450052,450160,450260,450368,450453,450619,450723,450851,450938,451105,451183,451297,451389,451653,451920,452030,452183,452293,452377,452766,452864,452972,453066,453196,453304,453426,453562,453670,453790,453924,454046,454174,454316,454442,454582,454708,454826,454958,455056,455166,455466,455578,455696,456160,456276,456579,456705,456801,457202,457312,457436,457574,457684,457806,458118,458242,458372,458848,458976,459291,459429,459591,459807,459963,460167,461308,461392,461496,461699,461888,462089,462282,462487,462800,463012,463178,463294,463540,463756,464069,464495,464957,465194,465346,465606,465750,465892,469124,469238,469358,469474,469568,469889,469988,470106,470207,470486,470771,471050,471332,471585,471844,472097,472353,472777,472853,476103,477458,477902,479756,480331,480539,481549,481929,482095,482236,487256,487682,487794,487929,488082,488279,488450,488633,488808,488995,489267,489425,489509,489613,490100,490656,490814,491033,491264,491487,491722,491944,492210,492348,492947,493061,493199,493311,493435,494006,494501,495047,495192,495285,495377,497304,497874,498172,498361,498567,498760,498970,499854,499999,500391,500549,500766,501027,509254,510129,510749,510946,511894,512659,512782,513555,513776,513976,515953,516053,516143,516829,517582,518347,519110,519885,521098,521263,522876,523197,524260,524470,524640,525210,526105,526738,526904,528390,529006,529242,529463,530421,530686,530951,531198,531612,531848,533133,533582,533769,534018,534260,534436,534677,534910,535135,535730,536205,536729,536990,538341,538816,540042,540512,541560,542012,542256,542713,543958,544441,544591,545146,545598,545998,546151,546296,546439,546509,546937,547225,547729,548238,548354,549256,549378,549490,549667,549933,550203,550469,550737,550993,551253,551509,551767,552019,552275,552527,552781,553013,553249,553501,553757,554009,554263,554495,554729,554841,555493,555948,556072,557164,557979,558175,558499,558888,559240,559481,559695,559994,560186,560501,560708,561054,561354,561755,561974,562387,562624,562994,563718,564073,564342,564482,564736,564880,565157,566149,566558,567190,567536,567904,568978,569341,569741,571249,571834,572152,574687,574881,575099,575325,575537,575736,575943,577147,577442,577999,578389,579021,579498,579743,580230,580476,581672,582069,583075,583297,583720,583911,584290,584378,584486,584594,584907,585232,585551,585882,588585,588773,589034,589283,591867,592059,592324,592577,593109,593517,593716,594300,594535,594659,595071,595285,595687,595790,595920,596095,596347,596543,596683,596877,597888,598957,599245,599375,600152,600809,600955,601661,601899,603439,603589,604006,604171,604857,605327,605523,605614,605698,605842,606076,606243,607171,607457,607617,608232,608391,608719,608946,609458,609820,609899,610238,610343,610708,611079,611440,613314,613943,615019,615443,615696,615848,616896,617633,617836,618082,618329,618547,618789,619110,619374,619679,619902,620213,620402,621117,621386,621880,622106,622546,622705,622989,623734,624099,624404,624562,624800,626119,626517,626745,626965,627107,628397,628503,628633,628771,628895,629183,629352,629452,629737,629851,630734,631489,631928,632052,632298,632491,632625,632816,633595,633813,634104,634383,634700,634922,635217,635500,635604,635945,636761,637077,637638,638144,638349,639135,639540,640201,640390,640941,641507,641627,642029,642563,648165,648464,650809,669318,671143,673150,673489,675922,681814,682254,683006,683190,683401,688059,688642,720867,721069,722204,722354,722529,725166,728453,739190,739731,740239,740750,742544,742804,743420,743915,744952,746818,747009,747342,747498,747691,750083,750312,750520,750690,752462,762390,763733,764743,766708,769931,770100,771292,771438,772123,774523,775054,775480,777495,777743,778513,782775,782950,786165,787703,798575,798818,801367,806786,806879,806942,807024,807117,807210,807297,807395,807486,807577,807665,807749,807845,807945,808051,808154,808255,808359,808465,808564,808670,808772,808879,808988,809099,809230,809350,809466,809584,809683,809790,809906,810025,810153,810242,810337,810414,810503,810594,810687,810761,810858,810953,811051,811150,811254,811350,811452,811555,811655,811758,811843,811944,812042,812132,812227,812314,812420,812522,812616,812707,812801,812877,812969,813058,813161,813272,813355,813441,813536,813633,813729,813817,813918,814019,814122,814228,814326,814423,814518,814616,814719,814819,814922,815027,815145,815261,815356,815449,815534,815630,815724,815816,815899,816003,816108,816208,816309,816414,816514,816615,816714,816816,816910,817017,817119,817222,817315,817411,817513,817616,817712,817814,817917,818014,818117,818215,818319,818424,818521,818629,818743,818858,818966,819080,819195,819297,819402,819510,819620,819736,819853,819948,820045,820144,820249,820355,820454,820559,820665,820765,820871,820972,821079,821198,821297,821402,821504,821606,821706,821809,821904,822008,822093,822197,822301,822399,822503,822609,822707,822812,822910,823023,823117,823206,823295,823378,823469,823552,823650,823740,823836,823925,824019,824107,824203,824288,824396,824497,824598,824696,824802,824893,824992,825089,825187,825283,825376,825486,825584,825679,825789,825881,825981,826080,826167,826271,826376,826475,826582,826689,826788,826897,826989,827100,827211,827322,827426,827541,827657,827784,827904,827999,828094,828191,828290,828382,828481,828573,828672,828758,828852,828955,829051,829154,829250,829353,829450,829548,829651,829744,829834,829935,830018,830109,830194,830286,830389,830484,830580,830673,830767,830846,830953,831044,831143,831236,831339,831443,831544,831645,831749,831843,831947,832051,832164,832270,832376,832484,832601,832702,832810,832910,833013,833118,833225,833321,833400,833490,833574,833666,833739,833831,833920,834012,834097,834194,834287,834382,834481,834578,834669,834760,834852,834947,835054,835162,835264,835361,835458,835551,835638,835722,835819,835916,836009,836096,836187,836286,836385,836480,836569,836650,836749,836853,836950,837055,837152,837236,837335,837439,837536,837641,837738,837836,837937,838043,838142,838249,838348,838447,838538,838627,838716,838798,838891,838982,839093,839194,839294,839406,839519,839617,839725,839819,839919,840008,840100,840211,840321,840416,840532,840658,840784,840903,841031,841156,841281,841399,841526,841635,841744,841857,841980,842103,842219,842344,842441,842549,842671,842787,842903,843012,843100,843201,843290,843391,843478,843566,843663,843755,843861,843961,844037,844114"
}
},
{
@@ -70,11 +87,11 @@
"endOffsets": "90,137,180,235,282,327,381,437,489,541,590,651,701"
},
"to": {
- "startLines": "1808,1809,1830,1835,1836,1865,1866,1867,1868,1869,1870,1871,1872",
+ "startLines": "1809,1810,1831,1836,1837,1866,1867,1868,1869,1870,1871,1872,1873",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "120574,120614,121746,121970,122025,123521,123566,123620,123676,123728,123780,123829,123890",
+ "startOffsets": "120631,120671,121803,122027,122082,123578,123623,123677,123733,123785,123837,123886,123947",
"endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49",
- "endOffsets": "120609,120656,121784,122020,122067,123561,123615,123671,123723,123775,123824,123885,123935"
+ "endOffsets": "120666,120713,121841,122077,122124,123618,123672,123728,123780,123832,123881,123942,123992"
}
},
{
@@ -87,28 +104,11 @@
"endOffsets": "92,152"
},
"to": {
- "startLines": "1833,1877",
+ "startLines": "1834,1878",
"startColumns": "4,4",
- "startOffsets": "121885,124108",
+ "startOffsets": "121942,124165",
"endColumns": "41,59",
- "endOffsets": "121922,124163"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\strings.xml",
- "from": {
- "startLines": "1,13,10,11,15,12,17,14,3,4,5,6,7,8,9,2,16",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "16,542,378,426,638,488,722,580,108,142,176,210,244,280,330,66,684",
- "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
- "endOffsets": "61,575,421,483,679,537,798,633,137,171,205,239,275,325,373,103,717"
- },
- "to": {
- "startLines": "1981,1983,1997,1998,2003,2004,2013,2015,2017,2018,2019,2020,2127,2128,2134,2144,2145",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "131121,131321,132959,133007,133446,133492,134327,134562,134679,134713,134747,134781,150328,150364,151216,152244,152286",
- "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
- "endOffsets": "131166,131354,133002,133064,133487,133541,134403,134615,134708,134742,134776,134810,150359,150409,151259,152281,152319"
+ "endOffsets": "121979,124220"
}
},
{
@@ -122,290 +122,16 @@
"endOffsets": "107,172,236,406,555"
},
"to": {
- "startLines": "1807,1840,1880,11495,11500",
+ "startLines": "1808,1841,1881,11496,11501",
"startColumns": "4,4,4,4,4",
- "startOffsets": "120517,122204,124272,725114,725284",
- "endLines": "1807,1840,1880,11499,11503",
+ "startOffsets": "120574,122261,124329,725171,725341",
+ "endLines": "1808,1841,1881,11500,11504",
"endColumns": "56,64,63,24,24",
- "endOffsets": "120569,122264,124331,725279,725428"
+ "endOffsets": "120626,122321,124388,725336,725485"
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\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,654,655,656,657,1045,1046,1047,2193,5552,5554,5557,10239",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "1640,33751,33812,33874,33936,62169,62228,62285,155636,390035,390099,390225,676208",
- "endLines": "35,654,655,656,657,1045,1046,1047,2199,5553,5556,5559,10266",
- "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
- "endOffsets": "1687,33807,33869,33931,33995,62223,62280,62334,156045,390094,390220,390348,677127"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\themes.xml",
- "from": {
- "startLines": "2,7",
- "startColumns": "4,4",
- "startOffsets": "102,333",
- "endLines": "5,7",
- "endColumns": "12,70",
- "endOffsets": "325,399"
- },
- "to": {
- "startLines": "2572,6560",
- "startColumns": "4,4",
- "startOffsets": "180441,460115",
- "endLines": "2575,6560",
- "endColumns": "12,69",
- "endOffsets": "180555,460180"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\71f6c76cdbc8be36c07e3dc59644ba39\\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": "508,1107,1108,1109,1117,1118,1119,1811,12718",
- "startColumns": "4,4,4,4,4,4,4,4,4",
- "startOffsets": "25699,66207,66266,66314,66981,67056,67132,120695,770263",
- "endLines": "508,1107,1108,1109,1117,1118,1119,1811,12738",
- "endColumns": "55,58,47,55,74,75,71,65,24",
- "endOffsets": "25750,66261,66309,66365,67051,67127,67199,120756,771098"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\945924b1ffd5c30597640472c6dfaf0e\\transformed\\constraintlayout-2.2.0\\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,291,292,293,296,301,302,310,311,312,313,314,315,316,317,326,327,328,334,335,341,345,346,347,348,349,358,362,363,382,547,675,681,685,834,980,993,1009,1025,1050,1073,1076,1079,1082,1110,1137,1154,1240,1248,1261,1277,1281,1311,1324,1328,1338,1348,1392,1404,1408,1411,1427,1464,1499,1506,1523",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,11839,12090,12141,12190,12238,12296,12588,12896,12943,13003,13109,13289,13343,13678,13732,13788,13834,13881,13932,13991,14043,14373,14432,14486,14724,14779,14981,15120,15166,15221,15266,15310,15658,15795,15836,16818,22936,28601,28976,29143,34373,40550,41247,42021,42772,43626,44496,44562,44641,44716,45550,46441,47260,51197,51602,52073,52864,53027,54388,54952,55105,55564,55982,57995,58291,58441,58561,59208,59951,61372,61725,62467",
- "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,290,291,292,295,300,301,309,310,311,312,313,314,315,316,325,326,327,333,334,340,344,345,346,347,348,357,361,362,363,546,674,680,684,833,979,992,1008,1024,1049,1072,1075,1078,1081,1109,1136,1153,1239,1247,1260,1276,1280,1310,1323,1327,1337,1347,1391,1403,1407,1410,1426,1463,1498,1505,1522,1525",
- "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,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,11834,12085,12136,12185,12233,12291,12583,12891,12938,12998,13104,13284,13338,13673,13727,13783,13829,13876,13927,13986,14038,14368,14427,14481,14719,14774,14976,15115,15161,15216,15261,15305,15653,15790,15831,15876,22931,28596,28971,29138,34368,40545,41242,42016,42767,43621,44491,44557,44636,44711,45545,46436,47255,51192,51597,52068,52859,53022,54383,54947,55100,55559,55977,57990,58286,58436,58556,59203,59946,61367,61720,62462,62563"
- },
- "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,486,487,488,491,496,498,506,507,528,535,572,573,577,578,589,590,591,597,600,606,610,611,612,613,614,623,1817,1875,10629,10794,10922,10928,10932,11081,11317,11543,11559,11586,11611,11634,11637,11640,11643,11671,11698,11715,12377,12385,12398,12414,12418,12448,12461,12465,12625,12635,12689,12960,12984,13178,13551,13588,13623,13678,13695",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,24749,24796,24856,24962,25142,25254,25589,25643,26808,27155,29485,29536,29745,29797,30233,30292,30346,30584,30762,30964,31103,31149,31204,31249,31293,31641,120980,124020,690248,696366,702031,702406,702573,707803,718707,726282,727056,728401,729255,730125,730191,730270,730345,731179,732070,732889,757673,758078,758549,759340,759503,760864,761428,761581,766656,767074,769467,778773,779461,786857,801315,802058,803479,805796,806538",
- "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,485,486,487,490,495,496,505,506,507,528,535,572,573,577,586,589,590,596,597,605,609,610,611,612,613,622,626,1817,1875,10793,10921,10927,10931,11080,11226,11329,11558,11574,11610,11633,11636,11639,11642,11670,11697,11714,11800,12384,12397,12413,12417,12447,12460,12464,12474,12634,12678,12700,12963,12986,13193,13587,13622,13629,13694,13697",
- "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,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,24744,24791,24851,24957,25137,25191,25584,25638,25694,26849,27197,29531,29590,29792,30122,30287,30341,30579,30634,30959,31098,31144,31199,31244,31288,31636,31773,121016,124060,696361,702026,702401,702568,707798,713975,719399,727051,727802,729250,730120,730186,730265,730340,731174,732065,732884,736821,758073,758544,759335,759498,760859,761423,761576,762035,767069,769082,769758,778918,779576,787499,802053,803474,803827,806533,806634"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1e7294029f8aa6fbf44d8c55c86bc318\\transformed\\lifecycle-viewmodel-2.6.2\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "49",
- "endOffsets": "100"
- },
- "to": {
- "startLines": "1879",
- "startColumns": "4",
- "startOffsets": "124222",
- "endColumns": "49",
- "endOffsets": "124267"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\2f69197fad576b29d6a5e0f895e3aeb9\\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,9264,11227,11233",
- "startColumns": "4,4,4,4",
- "startOffsets": "5765,642511,713980,714191",
- "endLines": "109,9266,11232,11316",
- "endColumns": "60,12,24,24",
- "endOffsets": "5821,642651,714186,718702"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07795d1e2ed95bc5bcc84a6a654d3558\\transformed\\lifecycle-runtime-2.6.2\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "42",
- "endOffsets": "93"
- },
- "to": {
- "startLines": "1876",
- "startColumns": "4",
- "startOffsets": "124065",
- "endColumns": "42",
- "endOffsets": "124103"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\8aefd914ef407cb79d151c2844281eb1\\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,1056,11348",
- "startColumns": "4,4,4,4",
- "startOffsets": "6996,7160,62882,719976",
- "endLines": "138,141,1056,11351",
- "endColumns": "55,47,51,24",
- "endOffsets": "7047,7203,62929,720082"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\3cd917734a573e15a1ed51b3d437c18f\\transformed\\savedstate-1.2.1\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "53",
- "endOffsets": "104"
- },
- "to": {
- "startLines": "1878",
- "startColumns": "4",
- "startOffsets": "124168",
- "endColumns": "53",
- "endOffsets": "124217"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\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,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,874,875,876,877,878,879,880,881,882,883,884,885,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,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,1105,1106,1110,1111,1112,1113,1114,1115,1116,1758,1759,1760,1761,1762,1763,1764,1765,1803,1804,1805,1806,1810,1831,1832,1841,1873,1881,1882,1885,1886,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,1978,1979,2135,2146,2147,2148,2149,2150,2172,2180,2181,2185,2189,2200,2205,2234,2241,2245,2249,2254,2258,2262,2266,2270,2274,2278,2284,2288,2294,2298,2304,2308,2313,2317,2320,2324,2330,2334,2340,2344,2350,2353,2357,2361,2365,2369,2373,2374,2375,2376,2379,2382,2385,2388,2392,2393,2394,2395,2436,2439,2441,2443,2445,2450,2451,2455,2461,2465,2466,2468,2480,2481,2485,2491,2495,2576,2577,2581,2608,2612,2613,2617,4419,4591,4617,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5654,5723,5797,5798,5808,5817,5818,5820,5824,5827,5830,5833,5836,5839,5842,5845,5849,5852,5855,5858,5862,5865,5869,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6043,6044,6045,6046,6047,6048,6050,6051,6053,6054,6056,6058,6059,6061,6062,6063,6064,6065,6066,6068,6069,6070,6071,6072,6357,6359,6361,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6377,6378,6379,6380,6381,6382,6383,6385,6389,6561,6562,6563,6564,6565,6566,6570,6571,6572,7113,7115,7117,7119,7121,7123,7124,7125,7126,7128,7130,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7146,7147,7148,7149,7151,7153,7154,7156,7157,7159,7161,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7176,7177,7178,7179,7181,7182,7183,7184,7185,7187,7189,7191,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,9267,9342,9345,9348,9351,9365,9371,9487,9490,9519,9546,9555,9619,10229,10279,10601,11330,11801,11825,11865,12212,12233,12357,12679,12685,12712,12948,12987,13158,13485,13630,13642,13671",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29595,31778,31833,31957,32021,32091,32152,32227,32303,32380,32618,32703,32785,32861,32979,33056,33134,33240,33346,33425,33505,33562,36423,36497,36572,36637,36703,36763,36824,36896,36969,37036,50197,50256,50315,50374,50433,50492,50546,50600,50653,50707,50761,50815,55207,55281,55360,55433,55507,55578,55650,55722,55795,55852,55910,55983,56057,56131,56206,56278,56351,56421,56492,56552,56655,56724,56793,56863,56937,57013,57077,57154,57230,57307,57372,57441,57518,57593,57662,57730,57807,57873,57934,58031,58096,58165,58264,58335,58394,58452,58509,58568,58632,58703,58775,58847,58919,58991,59058,59126,59194,59253,59316,59380,59470,59561,59621,59687,59754,59820,59890,59954,60007,60074,60135,60202,60315,60373,60436,60501,60566,60641,60714,60786,60830,60877,60923,60972,61033,61094,61155,61217,61281,61345,61409,61474,61537,61597,61658,61724,61783,61843,61905,61976,62036,66034,66120,66370,66460,66547,66635,66717,66800,66890,117459,117511,117569,117614,117680,117744,117801,117858,120312,120369,120417,120466,120661,121789,121836,122269,123940,124336,124400,124590,124650,129172,129246,129316,129394,129448,129518,129603,129651,129697,129758,129821,129887,129951,130022,130085,130150,130214,130275,130336,130388,130461,130535,130604,130679,130753,130827,130968,151264,152324,152402,152492,152580,152676,154185,154767,154856,155103,155384,156050,156335,158144,158621,158843,159065,159341,159568,159798,160028,160258,160488,160715,161134,161360,161785,162015,162443,162662,162945,163153,163284,163511,163937,164162,164589,164810,165235,165355,165631,165932,166256,166547,166861,166998,167129,167234,167476,167643,167847,168055,168326,168438,168550,168655,170748,170962,171108,171248,171334,171682,171770,172016,172434,172683,172765,172863,173520,173620,173872,174296,174551,180560,180649,180886,182910,183152,183254,183507,319076,329757,331273,341968,343496,345253,345879,346299,347560,348825,349081,349317,349864,350358,350963,351161,351741,353109,353484,353602,354140,354297,354493,354766,355022,355192,355333,355397,355762,356129,356805,357069,357407,357760,357854,358040,358346,358608,358733,358860,359099,359310,359429,359622,359799,360254,360435,360557,360816,360929,361116,361218,361325,361454,361729,362237,362733,363610,363904,364474,364623,365355,365527,365611,365947,366039,396777,402008,407723,407785,408363,408947,409038,409151,409380,409540,409692,409863,410029,410198,410365,410528,410771,410941,411114,411285,411559,411758,411963,421329,421413,421509,421605,421703,421803,421905,422007,422109,422211,422313,422413,422509,422621,422750,422873,423004,423135,423233,423347,423441,423581,423715,423811,423923,424023,424139,424235,424347,424447,424587,424723,424887,425017,425175,425325,425466,425610,425745,425857,426007,426135,426263,426399,426531,426661,426791,426903,444561,444707,444851,444989,445055,445145,445221,445325,445415,445517,445625,445733,445833,445913,446005,446103,446213,446265,446343,446449,446541,446645,446755,446877,447040,460185,460265,460365,460455,460565,460655,460896,460990,461096,500975,501075,501187,501301,501417,501533,501627,501741,501853,501955,502075,502197,502279,502383,502503,502629,502727,502821,502909,503021,503137,503259,503371,503546,503662,503748,503840,503952,504076,504143,504269,504337,504465,504609,504737,504806,504901,505016,505129,505228,505337,505448,505559,505660,505765,505865,505995,506086,506209,506303,506415,506501,506605,506701,506789,506907,507011,507115,507241,507329,507437,507537,507627,507737,507821,507923,508007,508061,508125,508231,508317,508427,508511,642656,645272,645390,645505,645585,645946,646179,650757,650835,652179,653540,653928,656771,675870,678097,688891,719404,736826,737577,739138,752410,752789,757067,769087,769316,770048,778461,779581,786113,798766,803832,804172,805593",
- "endLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,874,875,876,877,878,879,880,881,882,883,884,885,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,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,1105,1106,1110,1111,1112,1113,1114,1115,1116,1758,1759,1760,1761,1762,1763,1764,1765,1803,1804,1805,1806,1810,1831,1832,1841,1873,1881,1882,1885,1886,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,1978,1979,2135,2146,2147,2148,2149,2150,2179,2180,2184,2188,2192,2204,2210,2240,2244,2248,2253,2257,2261,2265,2269,2273,2277,2283,2287,2293,2297,2303,2307,2312,2316,2319,2323,2329,2333,2339,2343,2349,2352,2356,2360,2364,2368,2372,2373,2374,2375,2378,2381,2384,2387,2391,2392,2393,2394,2395,2438,2440,2442,2444,2449,2450,2454,2460,2464,2465,2467,2479,2480,2484,2490,2494,2495,2576,2580,2607,2611,2612,2616,2644,4590,4616,4787,4813,4844,4852,4858,4874,4896,4901,4906,4916,4925,4934,4938,4945,4964,4971,4972,4981,4984,4987,4991,4995,4999,5002,5003,5008,5013,5023,5028,5035,5041,5042,5045,5049,5054,5056,5058,5061,5064,5066,5070,5073,5080,5083,5086,5090,5092,5096,5098,5100,5102,5106,5114,5122,5134,5140,5149,5152,5163,5166,5167,5172,5173,5178,5722,5792,5797,5807,5816,5817,5819,5823,5826,5829,5832,5835,5838,5841,5844,5848,5851,5854,5857,5861,5864,5868,5872,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6038,6040,6041,6042,6043,6044,6045,6046,6047,6049,6050,6052,6053,6055,6057,6058,6060,6061,6062,6063,6064,6065,6067,6068,6069,6070,6071,6072,6358,6360,6362,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6376,6377,6378,6379,6380,6381,6382,6384,6388,6392,6561,6562,6563,6564,6565,6569,6570,6571,6572,7114,7116,7118,7120,7122,7123,7124,7125,7127,7129,7131,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7145,7146,7147,7148,7150,7152,7153,7155,7156,7158,7160,7162,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7175,7176,7177,7178,7180,7181,7182,7183,7184,7186,7188,7190,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,9341,9344,9347,9350,9364,9370,9380,9489,9518,9545,9554,9618,9981,10232,10306,10628,11347,11824,11830,11870,12232,12356,12376,12684,12688,12717,12959,13052,13177,13539,13641,13667,13677",
- "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,29631,31828,31890,32016,32086,32147,32222,32298,32375,32453,32698,32780,32856,32932,33051,33129,33235,33341,33420,33500,33557,33615,36492,36567,36632,36698,36758,36819,36891,36964,37031,37099,50251,50310,50369,50428,50487,50541,50595,50648,50702,50756,50810,50864,55276,55355,55428,55502,55573,55645,55717,55790,55847,55905,55978,56052,56126,56201,56273,56346,56416,56487,56547,56608,56719,56788,56858,56932,57008,57072,57149,57225,57302,57367,57436,57513,57588,57657,57725,57802,57868,57929,58026,58091,58160,58259,58330,58389,58447,58504,58563,58627,58698,58770,58842,58914,58986,59053,59121,59189,59248,59311,59375,59465,59556,59616,59682,59749,59815,59885,59949,60002,60069,60130,60197,60310,60368,60431,60496,60561,60636,60709,60781,60825,60872,60918,60967,61028,61089,61150,61212,61276,61340,61404,61469,61532,61592,61653,61719,61778,61838,61900,61971,62031,62099,66115,66202,66455,66542,66630,66712,66795,66885,66976,117506,117564,117609,117675,117739,117796,117853,117907,120364,120412,120461,120512,120690,121831,121880,122310,123967,124395,124457,124645,124702,129241,129311,129389,129443,129513,129598,129646,129692,129753,129816,129882,129946,130017,130080,130145,130209,130270,130331,130383,130456,130530,130599,130674,130748,130822,130963,131033,151312,152397,152487,152575,152671,152761,154762,154851,155098,155379,155631,156330,156723,158616,158838,159060,159336,159563,159793,160023,160253,160483,160710,161129,161355,161780,162010,162438,162657,162940,163148,163279,163506,163932,164157,164584,164805,165230,165350,165626,165927,166251,166542,166856,166993,167124,167229,167471,167638,167842,168050,168321,168433,168545,168650,168767,170957,171103,171243,171329,171677,171765,172011,172429,172678,172760,172858,173515,173615,173867,174291,174546,174640,180644,180881,182905,183147,183249,183502,185658,329752,331268,341963,343491,345248,345874,346294,347555,348820,349076,349312,349859,350353,350958,351156,351736,353104,353479,353597,354135,354292,354488,354761,355017,355187,355328,355392,355757,356124,356800,357064,357402,357755,357849,358035,358341,358603,358728,358855,359094,359305,359424,359617,359794,360249,360430,360552,360811,360924,361111,361213,361320,361449,361724,362232,362728,363605,363899,364469,364618,365350,365522,365606,365942,366034,366312,402003,407374,407780,408358,408942,409033,409146,409375,409535,409687,409858,410024,410193,410360,410523,410766,410936,411109,411280,411554,411753,411958,412288,421408,421504,421600,421698,421798,421900,422002,422104,422206,422308,422408,422504,422616,422745,422868,422999,423130,423228,423342,423436,423576,423710,423806,423918,424018,424134,424230,424342,424442,424582,424718,424882,425012,425170,425320,425461,425605,425740,425852,426002,426130,426258,426394,426526,426656,426786,426898,427038,444702,444846,444984,445050,445140,445216,445320,445410,445512,445620,445728,445828,445908,446000,446098,446208,446260,446338,446444,446536,446640,446750,446872,447035,447192,460260,460360,460450,460560,460650,460891,460985,461091,461183,501070,501182,501296,501412,501528,501622,501736,501848,501950,502070,502192,502274,502378,502498,502624,502722,502816,502904,503016,503132,503254,503366,503541,503657,503743,503835,503947,504071,504138,504264,504332,504460,504604,504732,504801,504896,505011,505124,505223,505332,505443,505554,505655,505760,505860,505990,506081,506204,506298,506410,506496,506600,506696,506784,506902,507006,507110,507236,507324,507432,507532,507622,507732,507816,507918,508002,508056,508120,508226,508312,508422,508506,508626,645267,645385,645500,645580,645941,646174,646691,650830,652174,653535,653923,656766,666819,676000,679462,690243,719971,737572,737834,739333,752784,757062,757668,769311,769462,770258,778768,782602,786852,800892,804167,805478,805791"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\colors.xml",
- "from": {
- "startLines": "2,3",
- "startColumns": "4,4",
- "startOffsets": "57,100",
- "endColumns": "41,41",
- "endOffsets": "94,137"
- },
- "to": {
- "startLines": "643,962",
- "startColumns": "4,4",
- "startOffsets": "32937,56613",
- "endColumns": "41,41",
- "endOffsets": "32974,56650"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\d5e3c0fc96934450134f763386936834\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endLines": "4",
- "endColumns": "24",
- "endOffsets": "160"
- },
- "to": {
- "startLines": "13668",
- "startColumns": "4",
- "startOffsets": "805483",
- "endLines": "13670",
- "endColumns": "24",
- "endOffsets": "805588"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\5b2084b85d0b8f58b7a5c610eddf4201\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
- "from": {
- "startLines": "2",
- "startColumns": "4",
- "startOffsets": "55",
- "endColumns": "82",
- "endOffsets": "133"
- },
- "to": {
- "startLines": "1980",
- "startColumns": "4",
- "startOffsets": "131038",
- "endColumns": "82",
- "endOffsets": "131116"
- }
- }
- ]
- },
- {
- "outputFile": "com.example.scoutingapp-mergeDebugResources-29:/values/values.xml",
- "map": [
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\e14d9122d45fb71ea63e5eedb2149f5e\\transformed\\core-1.13.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6075,6079,6080,6084,7209,7210",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32458,32530,33620,33685,55132,55201,62451,62521,62589,62661,62731,62792,62866,116538,116599,116660,116722,116786,116848,116909,116977,117077,117137,117203,117276,117345,117402,117454,118246,118318,118394,118459,118518,118577,118637,118697,118757,118817,118877,118937,118997,119057,119117,119177,119236,119296,119356,119416,119476,119536,119596,119656,119716,119776,119836,119895,119955,120015,120074,120133,120192,120251,120310,120818,120853,122372,122427,122490,122545,122603,122661,122722,122785,122842,122893,122943,123004,123061,123127,123161,123543,128839,132505,132572,132644,132713,132782,132856,132928,152230,427100,427217,427418,427528,427729,508688,508760",
- "endLines": "470,637,638,652,653,941,942,1050,1051,1052,1053,1054,1055,1056,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,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,1801,1802,1803,1813,1814,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1865,1949,1991,1992,1993,1994,1995,1996,1997,2144,6074,6078,6079,6083,6084,7209,7210",
- "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",
- "endOffsets": "24144,32525,32613,33680,33746,55196,55259,62516,62584,62656,62726,62787,62861,62934,116594,116655,116717,116781,116843,116904,116972,117072,117132,117198,117271,117340,117397,117449,117511,118313,118389,118454,118513,118572,118632,118692,118752,118812,118872,118932,118992,119052,119112,119172,119231,119291,119351,119411,119471,119531,119591,119651,119711,119771,119831,119890,119950,120010,120069,120128,120187,120246,120305,120364,120848,120883,122422,122485,122540,122598,122656,122717,122780,122837,122888,122938,122999,123056,123122,123156,123191,123573,128904,132567,132639,132708,132777,132851,132923,133011,152296,427212,427413,427523,427724,427853,508755,508822"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1019c923486abac2345e2c5058e07433\\transformed\\material-1.12.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "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,497,509,510,511,512,513,514,515,516,517,518,519,520,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1950,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2006,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2072,2075,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2137,2140,2141,2142,2143,2152,2156,2160,2164,2168,2169,2212,2220,2227,2397,2400,2410,2419,2428,2497,2498,2499,2500,2506,2507,2508,2509,2510,2511,2517,2518,2519,2520,2521,2526,2527,2531,2532,2538,2542,2543,2544,2545,2555,2556,2557,2561,2562,2568,2572,2646,2649,2650,2655,2656,2659,2660,2661,2662,2926,2933,3194,3200,3464,3471,3732,3738,3801,3883,3935,4017,4079,4161,4225,4277,4359,4367,4373,4384,4388,4392,4405,5180,5196,5203,5209,5226,5239,5259,5276,5285,5290,5297,5317,5330,5347,5353,5359,5366,5370,5376,5390,5393,5403,5404,5405,5453,5457,5461,5465,5466,5467,5470,5486,5493,5507,5552,5561,5567,5571,5575,5580,5587,5593,5594,5597,5601,5606,5619,5623,5628,5633,5638,5641,5644,5647,5651,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892,5896,5900,5904,5908,5912,5916,5920,5921,5922,5923,5924,5925,5926,5927,5931,5935,5936,5940,5941,5944,5948,5951,5954,5957,5961,5964,5967,5971,5975,5979,5983,5986,5987,5988,5989,5992,5996,5999,6002,6005,6008,6011,6014,6085,6088,6089,6092,6095,6096,6099,6100,6101,6105,6106,6111,6118,6125,6132,6139,6146,6153,6160,6167,6174,6183,6192,6201,6208,6217,6226,6229,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6248,6253,6258,6261,6262,6263,6264,6265,6273,6281,6282,6290,6294,6302,6310,6318,6326,6334,6335,6343,6351,6352,6355,6394,6396,6401,6403,6408,6412,6416,6417,6418,6419,6423,6427,6428,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6446,6447,6448,6449,6453,6454,6455,6456,6460,6464,6465,6469,6470,6471,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,6500,6501,6502,6508,6509,6513,6515,6516,6521,6522,6523,6524,6525,6526,6530,6531,6532,6538,6539,6543,6545,6549,6553,6557,6574,6575,6576,6577,6580,6583,6586,6589,6592,6597,6601,6604,6605,6610,6614,6619,6625,6631,6636,6640,6645,6649,6653,6694,6695,6696,6697,6698,6702,6703,6704,6705,6709,6713,6717,6721,6725,6729,6733,6737,6743,6744,6785,6799,6804,6830,6837,6840,6851,6856,6859,6862,6917,6923,6924,6927,6930,6933,6936,6939,6942,6945,6949,6952,6953,6954,6962,6970,6973,6978,6983,6988,6993,6997,7001,7002,7010,7011,7012,7013,7014,7022,7027,7032,7033,7034,7035,7060,7066,7071,7074,7078,7081,7085,7095,7098,7103,7106,7110,7211,7219,7233,7246,7250,7265,7276,7279,7290,7295,7299,7334,7335,7336,7348,7356,7364,7372,7380,7400,7403,7430,7435,7455,7458,7461,7468,7481,7490,7493,7513,7523,7527,7531,7544,7548,7552,7556,7562,7566,7583,7591,7595,7599,7603,7606,7610,7614,7618,7628,7635,7642,7646,7672,7682,7707,7716,7736,7746,7750,7760,7785,7795,7798,7805,7812,7819,7820,7821,7822,7823,7830,7834,7840,7846,7847,7860,7861,7862,7865,7868,7871,7874,7877,7880,7883,7886,7889,7892,7895,7898,7901,7904,7907,7910,7913,7916,7919,7922,7925,7926,7934,7942,7943,7956,7966,7970,7975,7980,7984,7987,7991,7995,7998,8002,8005,8009,8014,8019,8022,8029,8033,8037,8046,8051,8056,8057,8061,8064,8068,8081,8086,8094,8098,8102,8119,8123,8128,8146,8153,8157,8187,8190,8193,8196,8199,8202,8205,8224,8230,8238,8245,8257,8265,8270,8278,8282,8300,8307,8323,8327,8335,8338,8343,8344,8345,8346,8350,8354,8358,8362,8397,8400,8404,8408,8442,8445,8449,8453,8462,8468,8471,8481,8485,8486,8493,8497,8504,8505,8506,8509,8514,8519,8520,8524,8539,8558,8562,8563,8575,8585,8586,8598,8603,8627,8630,8636,8639,8648,8656,8660,8663,8666,8669,8673,8676,8693,8697,8700,8715,8718,8726,8731,8738,8743,8744,8749,8750,8756,8762,8768,8800,8811,8828,8835,8839,8842,8855,8864,8868,8873,8877,8881,8885,8889,8893,8897,8901,8906,8909,8921,8926,8935,8938,8945,8946,8950,8959,8965,8969,8970,8974,8995,9001,9005,9009,9010,9028,9029,9030,9031,9032,9037,9040,9041,9047,9048,9060,9072,9079,9080,9085,9090,9091,9095,9109,9114,9120,9126,9132,9137,9143,9149,9150,9156,9171,9176,9185,9194,9197,9211,9216,9227,9231,9240,9249,9250,9257,13518,13519,13520,13521,13522,13523,13524,13525,13526,13527,13528,13529,13530,13531,13532,13533,13534,13535,13536,13537,13538,13539,13540,13541,13542,13543,13544,13545,13546,13547,13548,13549,13550,13551,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,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",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,25196,25755,25801,25861,25915,25985,26055,26120,26186,26251,26319,26388,26456,26586,26639,26698,26756,26854,26904,26956,27002,27052,27108,27202,27260,27318,27380,27443,27505,27564,27624,27689,27755,27820,27882,27944,28006,28068,28130,28192,28258,28325,28391,28454,28518,28581,28649,28710,28772,28834,28897,28961,29024,29088,29166,29225,29291,29371,29432,29636,29694,30127,30172,30639,30703,31895,34000,34074,34145,34211,34285,34354,34425,34498,34569,34637,34710,34786,34856,34934,35002,35068,35129,35198,35262,35328,35396,35462,35525,35593,35664,35729,35802,35865,35946,36010,36076,36146,36216,36286,36356,37161,37218,37276,37335,37395,37454,37513,37572,37631,37690,37749,37808,37867,37926,37985,38045,38106,38168,38229,38290,38351,38412,38473,38534,38594,38655,38716,38776,38837,38898,38959,39020,39081,39142,39203,39264,39325,39386,39447,39515,39584,39654,39723,39792,39861,39930,39999,40068,40137,40206,40275,40344,40404,40465,40527,40588,40649,40710,40771,40832,40893,40954,41015,41076,41137,41199,41262,41326,41389,41452,41515,41578,41641,41704,41767,41830,41893,41956,42017,42079,42142,42204,42266,42328,42390,42452,42514,42576,42638,42700,42762,42819,42905,42985,43075,43170,43262,43354,43444,43527,43620,43707,43804,43895,43996,44083,44186,44275,44374,44466,44566,44650,44744,44832,44930,45013,45104,45198,45297,45399,45497,45597,45684,45784,45870,45966,46054,46135,46226,46322,46415,46508,46599,46684,46778,46867,46965,47058,47160,47248,47352,47443,47543,47636,47737,47822,47917,48006,48105,48190,48282,48377,48477,48580,48679,48782,48871,48972,49059,49156,49244,49340,49432,49532,49622,49720,49805,49894,49983,50076,50163,50926,50992,51068,51137,51216,51289,51369,51449,51526,51594,51672,51748,51819,51900,51973,52056,52131,52216,52289,52370,52451,52525,52609,52679,52757,52827,52907,52985,53057,53139,53209,53286,53366,53451,53539,53623,53710,53784,53862,53940,54011,54092,54183,54266,54362,54460,54567,54632,54698,54751,54827,54893,54980,55056,62161,62396,62991,63045,63124,63202,63275,63340,63403,63469,63540,63611,63681,63743,63812,63878,63938,64005,64072,64128,64179,64232,64284,64338,64409,64472,64531,64593,64652,64725,64792,64862,64922,64985,65060,65132,65228,65299,65355,65426,65483,65540,65606,65670,65741,65798,65851,65914,65966,66024,67261,67330,67396,67455,67538,67597,67654,67721,67791,67865,67927,67996,68066,68165,68262,68361,68447,68533,68614,68689,68778,68869,68953,69012,69058,69124,69181,69248,69305,69387,69452,69518,69641,69725,69846,69911,69973,70071,70145,70228,70317,70381,70460,70534,70596,70692,70757,70816,70872,70928,70988,71095,71142,71202,71263,71327,71388,71448,71506,71549,71598,71650,71701,71753,71802,71851,71916,71982,72042,72103,72159,72218,72267,72315,72373,72430,72532,72589,72664,72712,72763,72825,72890,72942,73016,73079,73142,73210,73260,73322,73382,73439,73499,73548,73616,73722,73824,73893,73964,74020,74069,74169,74240,74350,74441,74523,74621,74677,74778,74888,74987,75050,75156,75233,75345,75472,75584,75711,75781,75895,76026,76123,76191,76309,76412,76530,76591,76665,76732,76837,76959,77033,77100,77210,77309,77382,77479,77601,77719,77837,77898,78020,78137,78205,78311,78413,78493,78564,78660,78727,78801,78875,78961,79051,79129,79206,79306,79377,79498,79619,79683,79808,79882,80006,80130,80197,80306,80434,80546,80625,80703,80804,80875,80997,81119,81184,81310,81422,81528,81596,81695,81799,81862,81928,82012,82125,82238,82356,82434,82506,82642,82778,82863,83003,83141,83279,83421,83503,83589,83666,83739,83848,83959,84087,84215,84347,84477,84607,84741,84830,84892,84988,85055,85172,85293,85390,85472,85559,85646,85777,85908,86043,86120,86197,86308,86422,86496,86605,86717,86784,86857,86922,87024,87120,87224,87292,87357,87451,87523,87633,87739,87812,87903,88005,88108,88203,88310,88415,88537,88659,88785,88844,88902,89026,89150,89278,89396,89514,89636,89722,89819,89953,90087,90167,90305,90437,90569,90705,90780,90856,90959,91033,91146,91227,91284,91345,91404,91464,91522,91583,91641,91691,91740,91807,91866,91925,91974,92045,92129,92199,92270,92350,92419,92482,92550,92616,92684,92749,92815,92892,92970,93076,93182,93278,93407,93496,93623,93689,93759,93845,93911,93994,94068,94166,94262,94358,94456,94565,94660,94749,94811,94871,94936,94993,95074,95128,95185,95282,95392,95453,95568,95689,95784,95876,95969,96025,96084,96133,96225,96274,96328,96382,96436,96490,96544,96599,96709,96819,96927,97037,97147,97257,97367,97475,97581,97685,97789,97893,97988,98083,98176,98269,98373,98479,98583,98687,98780,98873,98966,99059,99167,99273,99379,99485,99582,99677,99772,99867,99973,100079,100185,100291,100389,100484,100580,100677,100742,100846,100904,100968,101029,101091,101151,101216,101278,101346,101404,101467,101530,101597,101672,101745,101811,101863,101916,101968,102025,102109,102204,102289,102370,102450,102527,102606,102683,102757,102831,102902,102982,103054,103129,103194,103255,103315,103390,103464,103537,103607,103679,103749,103822,103886,103956,104002,104071,104123,104208,104291,104348,104414,104481,104547,104628,104703,104759,104812,104873,104931,104981,105030,105079,105128,105190,105242,105287,105368,105419,105473,105526,105580,105631,105680,105746,105797,105858,105919,105981,106031,106072,106149,106208,106267,106326,106387,106443,106499,106566,106627,106692,106747,106812,106881,106949,107027,107096,107156,107227,107301,107366,107438,107508,107575,107659,107728,107795,107865,107928,107995,108063,108146,108225,108315,108392,108460,108527,108605,108662,108719,108787,108853,108909,108969,109028,109082,109132,109182,109230,109292,109343,109416,109496,109576,109640,109707,109778,109836,109897,109963,110022,110089,110149,110209,110272,110340,110401,110468,110546,110616,110665,110722,110791,110852,110940,111028,111116,111204,111291,111378,111465,111552,111610,111684,111754,111810,111881,111946,112008,112083,112156,112246,112312,112378,112439,112503,112565,112623,112694,112777,112836,112907,112973,113038,113099,113158,113229,113295,113360,113443,113519,113594,113675,113735,113804,113874,113943,113998,114054,114110,114171,114229,114285,114344,114398,114453,114515,114572,114666,114735,114836,114887,114957,115020,115076,115134,115193,115247,115333,115417,115487,115556,115626,115741,115862,115929,115996,116071,116138,116197,116251,116305,116359,116412,116464,117969,118106,120888,120937,120987,121078,121126,121182,121240,121302,121357,121415,121486,121550,121609,121671,121737,121984,122129,122173,122218,123196,123247,123294,123339,123390,123441,123492,124029,124519,124585,124764,124827,124899,124956,125010,125065,125123,125178,125237,125293,125362,125431,125500,125570,125633,125696,125759,125822,125887,125952,126017,126082,126145,126209,126273,126337,126388,126466,126544,126615,126687,126760,126832,126898,126964,127032,127100,127166,127233,127307,127370,127427,127487,127552,127619,127684,127741,127802,127860,127964,128074,128183,128287,128365,128430,128497,128563,128633,128680,128732,128782,128909,131228,131416,131547,131731,131909,132147,132336,133126,133224,133339,133424,133603,133763,133828,133917,134074,134231,134465,134677,134872,135059,135155,135245,135341,135431,135597,135720,135843,136013,136119,136234,136349,136451,136557,136674,136789,136871,137044,137212,137360,137519,137674,137847,137964,138081,138249,138361,138475,138647,138823,138981,139114,139226,139372,139524,139656,139799,139921,140099,140235,140331,140467,140562,140729,140822,140914,141101,141257,141435,141599,141781,142098,142280,142462,142652,142884,143074,143251,143413,143570,143680,143863,144000,144204,144388,144572,144732,144890,145074,145301,145504,145675,145895,146117,146272,146472,146656,146759,146949,147090,147255,147426,147626,147830,148032,148197,148402,148601,148800,148997,149088,149237,149387,149471,149620,149765,149917,150058,150224,150471,150549,150850,151016,151171,151374,151532,151696,151882,152105,152823,153100,153372,153650,153895,153957,156785,157236,157692,168829,168977,169491,169928,170362,174702,174787,174908,175007,175412,175509,175626,175713,175836,175937,176343,176442,176561,176654,176761,177104,177211,177456,177577,177986,178234,178334,178439,178558,179067,179214,179333,179584,179717,180132,180386,185720,185967,186092,186500,186621,186849,186970,187103,187250,207972,208464,228935,229359,250126,250620,271136,271562,276403,281820,285911,291342,296084,301461,305445,309437,314828,315375,315808,316564,316794,317037,318204,366374,367278,367862,368335,369765,370509,371702,372756,373234,373527,373910,375425,376190,377333,377774,378215,378811,379085,379496,380512,380690,381443,381580,381671,383865,384131,384453,384663,384772,384891,385075,386193,386663,387414,389997,390410,390786,391014,391270,391529,392105,392459,392581,392720,393012,393272,394200,394486,394889,395291,395634,395846,396047,396260,396549,407436,407509,407596,407681,412350,412462,412568,412691,412823,412946,413076,413200,413333,413464,413589,413706,413826,413958,414086,414200,414318,414431,414552,414740,414927,415108,415291,415475,415640,415822,415942,416062,416170,416280,416392,416500,416610,416775,416941,417093,417258,417359,417479,417650,417811,417974,418135,418302,418421,418538,418718,418900,419081,419264,419419,419564,419686,419821,419984,420177,420303,420455,420597,420767,420923,421095,427858,428053,428145,428318,428480,428575,428744,428838,428927,429170,429259,429552,429968,430388,430809,431235,431652,432068,432485,432903,433317,433787,434260,434732,435143,435614,436086,436276,436482,436588,436696,436802,436914,437028,437140,437254,437370,437484,437592,437702,437810,438072,438451,438855,439002,439110,439220,439328,439442,439851,440265,440381,440799,441040,441470,441905,442315,442737,443147,443269,443678,444094,444216,444434,447254,447322,447666,447746,448102,448252,448396,448472,448584,448674,448936,449201,449309,449461,449569,449645,449757,449847,449949,450057,450165,450265,450373,450458,450624,450728,450856,450943,451110,451188,451302,451394,451658,451925,452035,452188,452298,452382,452771,452869,452977,453071,453201,453309,453431,453567,453675,453795,453929,454051,454179,454321,454447,454587,454713,454831,454963,455061,455171,455471,455583,455701,456165,456281,456584,456710,456806,457207,457317,457441,457579,457689,457811,458123,458247,458377,458853,458981,459296,459434,459596,459812,459968,461245,461313,461397,461501,461704,461893,462094,462287,462492,462805,463017,463183,463299,463545,463761,464074,464500,464962,465199,465351,465611,465755,465897,469129,469243,469363,469479,469573,469894,469993,470111,470212,470491,470776,471055,471337,471590,471849,472102,472358,472782,472858,476108,477463,477907,479761,480336,480544,481554,481934,482100,482241,487261,487687,487799,487934,488087,488284,488455,488638,488813,489000,489272,489430,489514,489618,490105,490661,490819,491038,491269,491492,491727,491949,492215,492353,492952,493066,493204,493316,493440,494011,494506,495052,495197,495290,495382,497309,497879,498177,498366,498572,498765,498975,499859,500004,500396,500554,500771,508827,509259,510134,510754,510951,511899,512664,512787,513560,513781,513981,515958,516058,516148,516834,517587,518352,519115,519890,521103,521268,522881,523202,524265,524475,524645,525215,526110,526743,526909,528395,529011,529247,529468,530426,530691,530956,531203,531617,531853,533138,533587,533774,534023,534265,534441,534682,534915,535140,535735,536210,536734,536995,538346,538821,540047,540517,541565,542017,542261,542718,543963,544446,544596,545151,545603,546003,546156,546301,546444,546514,546942,547230,547734,548243,548359,549261,549383,549495,549672,549938,550208,550474,550742,550998,551258,551514,551772,552024,552280,552532,552786,553018,553254,553506,553762,554014,554268,554500,554734,554846,555498,555953,556077,557169,557984,558180,558504,558893,559245,559486,559700,559999,560191,560506,560713,561059,561359,561760,561979,562392,562629,562999,563723,564078,564347,564487,564741,564885,565162,566154,566563,567195,567541,567909,568983,569346,569746,571254,571839,572157,574692,574886,575104,575330,575542,575741,575948,577152,577447,578004,578394,579026,579503,579748,580235,580481,581677,582074,583080,583302,583725,583916,584295,584383,584491,584599,584912,585237,585556,585887,588590,588778,589039,589288,591872,592064,592329,592582,593114,593522,593721,594305,594540,594664,595076,595290,595692,595795,595925,596100,596352,596548,596688,596882,597893,598962,599250,599380,600157,600814,600960,601666,601904,603444,603594,604011,604176,604862,605332,605528,605619,605703,605847,606081,606248,607176,607462,607622,608237,608396,608724,608951,609463,609825,609904,610243,610348,610713,611084,611445,613319,613948,615024,615448,615701,615853,616901,617638,617841,618087,618334,618552,618794,619115,619379,619684,619907,620218,620407,621122,621391,621885,622111,622551,622710,622994,623739,624104,624409,624567,624805,626124,626522,626750,626970,627112,628402,628508,628638,628776,628900,629188,629357,629457,629742,629856,630739,631494,631933,632057,632303,632496,632630,632821,633600,633818,634109,634388,634705,634927,635222,635505,635609,635950,636766,637082,637643,638149,638354,639140,639545,640206,640395,640946,641512,641632,642034,777339,777434,777527,777590,777672,777765,777858,777945,778043,778134,778225,778313,778397,778493,778593,778699,778802,778903,779007,779113,779212,779318,779420,779527,779636,779747,779878,779998,780114,780232,780331,780438,780554,780673,780801,780890,780985,781062,781151,781242,781335,781409,781506,781601,781699,781798,781902,781998,782100,782203,782303,782406,782491,782592,782690,782780,782875,782962,783068,783170,783264,783355,783449,783525,783617,783706,783809,783920,784003,784089,784184,784281,784377,784465,784566,784667,784770,784876,784974,785071,785166,785264,785367,785467,785570,785675,785793,785909,786004,786097,786182,786278,786372,786464,786547,786651,786756,786856,786957,787062,787162,787263,787362,787464,787558,787665,787767,787870,787963,788059,788161,788264,788360,788462,788565,788662,788765,788863,788967,789072,789169,789277,789391,789506,789614,789728,789843,789945,790050,790158,790268,790384,790501,790596,790693,790792,790897,791003,791102,791207,791313,791413,791519,791620,791727,791846,791945,792050,792152,792254,792354,792457,792552,792656,792741,792845,792949,793047,793151,793257,793355,793460,793558,793671,793765,793854,793943,794026,794117,794200,794298,794388,794484,794573,794667,794755,794851,794936,795044,795145,795246,795344,795450,795541,795640,795737,795835,795931,796024,796134,796232,796327,796437,796529,796629,796728,796815,796919,797024,797123,797230,797337,797436,797545,797637,797748,797859,797970,798074,798189,798305,798432,798552,798647,798742,798839,798938,799030,799129,799221,799320,799406,799500,799603,799699,799802,799898,800001,800098,800196,800299,800392,800482,800583,800666,800757,800842,800934,801037,801132,801228,801321,801415,801494,801601,801692,801791,801884,801987,802091,802192,802293,802397,802491,802595,802699,802812,802918,803024,803132,803249,803350,803458,803558,803661,803766,803873,803969,804048,804138,804222,804314,804387,804479,804568,804660,804745,804842,804935,805030,805129,805226,805317,805408,805500,805595,805702,805810,805912,806009,806106,806199,806286,806370,806467,806564,806657,806744,806835,806934,807033,807128,807217,807298,807397,807501,807598,807703,807800,807884,807983,808087,808184,808289,808386,808484,808585,808691,808790,808897,808996,809095,809186,809275,809364,809446,809539,809630,809741,809842,809942,810054,810167,810265,810373,810467,810567,810656,810748,810859,810969,811064,811180,811306,811432,811551,811679,811804,811929,812047,812174,812283,812392,812505,812628,812751,812867,812992,813089,813197,813319,813435,813551,813660,813748,813849,813938,814039,814126,814214,814311,814403,814509,814609,814685",
- "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,497,509,510,511,512,513,514,515,516,517,518,519,523,524,525,526,527,529,530,531,532,533,534,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,575,576,587,588,598,599,629,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,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,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,1045,1049,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,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,1741,1742,1743,1767,1768,1815,1816,1817,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1835,1838,1839,1840,1858,1859,1860,1861,1862,1863,1864,1875,1884,1885,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,1946,1947,1948,1953,1983,1985,1986,1987,1988,1989,1990,2000,2001,2002,2003,2008,2009,2010,2011,2012,2013,2015,2017,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,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2071,2074,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,2120,2121,2122,2123,2124,2125,2126,2127,2130,2131,2132,2133,2134,2139,2140,2141,2142,2143,2155,2159,2163,2167,2168,2172,2219,2226,2234,2399,2409,2418,2427,2436,2497,2498,2499,2505,2506,2507,2508,2509,2510,2516,2517,2518,2519,2520,2525,2526,2530,2531,2537,2541,2542,2543,2544,2554,2555,2556,2560,2561,2567,2571,2572,2648,2649,2654,2655,2658,2659,2660,2661,2925,2932,3193,3199,3463,3470,3731,3737,3800,3882,3934,4016,4078,4160,4224,4276,4358,4366,4372,4383,4387,4391,4404,4419,5195,5202,5208,5225,5238,5258,5275,5284,5289,5296,5316,5329,5346,5352,5358,5365,5369,5375,5389,5392,5402,5403,5404,5452,5456,5460,5464,5465,5466,5469,5485,5492,5506,5551,5552,5566,5570,5574,5579,5586,5592,5593,5596,5600,5605,5618,5622,5627,5632,5637,5640,5643,5646,5650,5654,5794,5795,5796,5797,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5895,5899,5903,5907,5911,5915,5919,5920,5921,5922,5923,5924,5925,5926,5930,5934,5935,5939,5940,5943,5947,5950,5953,5956,5960,5963,5966,5970,5974,5978,5982,5985,5986,5987,5988,5991,5995,5998,6001,6004,6007,6010,6013,6017,6087,6088,6091,6094,6095,6098,6099,6100,6104,6105,6110,6117,6124,6131,6138,6145,6152,6159,6166,6173,6182,6191,6200,6207,6216,6225,6228,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6247,6252,6257,6260,6261,6262,6263,6264,6272,6280,6281,6289,6293,6301,6309,6317,6325,6333,6334,6342,6350,6351,6354,6357,6395,6400,6402,6407,6411,6415,6416,6417,6418,6422,6426,6427,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6445,6446,6447,6448,6452,6453,6454,6455,6459,6463,6464,6468,6469,6470,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6499,6500,6501,6507,6508,6512,6514,6515,6520,6521,6522,6523,6524,6525,6529,6530,6531,6537,6538,6542,6544,6548,6552,6556,6560,6574,6575,6576,6579,6582,6585,6588,6591,6596,6600,6603,6604,6609,6613,6618,6624,6630,6635,6639,6644,6648,6652,6693,6694,6695,6696,6697,6701,6702,6703,6704,6708,6712,6716,6720,6724,6728,6732,6736,6742,6743,6784,6798,6803,6829,6836,6839,6850,6855,6858,6861,6916,6922,6923,6926,6929,6932,6935,6938,6941,6944,6948,6951,6952,6953,6961,6969,6972,6977,6982,6987,6992,6996,7000,7001,7009,7010,7011,7012,7013,7021,7026,7031,7032,7033,7034,7059,7065,7070,7073,7077,7080,7084,7094,7097,7102,7105,7109,7113,7218,7232,7245,7249,7264,7275,7278,7289,7294,7298,7333,7334,7335,7347,7355,7363,7371,7379,7399,7402,7429,7434,7454,7457,7460,7467,7480,7489,7492,7512,7522,7526,7530,7543,7547,7551,7555,7561,7565,7582,7590,7594,7598,7602,7605,7609,7613,7617,7627,7634,7641,7645,7671,7681,7706,7715,7735,7745,7749,7759,7784,7794,7797,7804,7811,7818,7819,7820,7821,7822,7829,7833,7839,7845,7846,7859,7860,7861,7864,7867,7870,7873,7876,7879,7882,7885,7888,7891,7894,7897,7900,7903,7906,7909,7912,7915,7918,7921,7924,7925,7933,7941,7942,7955,7965,7969,7974,7979,7983,7986,7990,7994,7997,8001,8004,8008,8013,8018,8021,8028,8032,8036,8045,8050,8055,8056,8060,8063,8067,8080,8085,8093,8097,8101,8118,8122,8127,8145,8152,8156,8186,8189,8192,8195,8198,8201,8204,8223,8229,8237,8244,8256,8264,8269,8277,8281,8299,8306,8322,8326,8334,8337,8342,8343,8344,8345,8349,8353,8357,8361,8396,8399,8403,8407,8441,8444,8448,8452,8461,8467,8470,8480,8484,8485,8492,8496,8503,8504,8505,8508,8513,8518,8519,8523,8538,8557,8561,8562,8574,8584,8585,8597,8602,8626,8629,8635,8638,8647,8655,8659,8662,8665,8668,8672,8675,8692,8696,8699,8714,8717,8725,8730,8737,8742,8743,8748,8749,8755,8761,8767,8799,8810,8827,8834,8838,8841,8854,8863,8867,8872,8876,8880,8884,8888,8892,8896,8900,8905,8908,8920,8925,8934,8937,8944,8945,8949,8958,8964,8968,8969,8973,8994,9000,9004,9008,9009,9027,9028,9029,9030,9031,9036,9039,9040,9046,9047,9059,9071,9078,9079,9084,9089,9090,9094,9108,9113,9119,9125,9131,9136,9142,9148,9149,9155,9170,9175,9184,9193,9196,9210,9215,9226,9230,9239,9248,9249,9256,9264,13518,13519,13520,13521,13522,13523,13524,13525,13526,13527,13528,13529,13530,13531,13532,13533,13534,13535,13536,13537,13538,13539,13540,13541,13542,13543,13544,13545,13546,13547,13548,13549,13550,13551,13552,13553,13554,13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570,13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586,13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602,13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618,13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634,13635,13636,13637,13638,13639,13640,13641,13642,13643,13644,13645,13646,13647,13648,13649,13650,13651,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664,13665,13666,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",
- "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,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,25249,25796,25856,25910,25980,26050,26115,26181,26246,26314,26383,26451,26581,26634,26693,26751,26803,26899,26951,26997,27047,27103,27150,27255,27313,27375,27438,27500,27559,27619,27684,27750,27815,27877,27939,28001,28063,28125,28187,28253,28320,28386,28449,28513,28576,28644,28705,28767,28829,28892,28956,29019,29083,29161,29220,29286,29366,29427,29480,29689,29740,30167,30228,30698,30757,31952,34069,34140,34206,34280,34349,34420,34493,34564,34632,34705,34781,34851,34929,34997,35063,35124,35193,35257,35323,35391,35457,35520,35588,35659,35724,35797,35860,35941,36005,36071,36141,36211,36281,36351,36418,37213,37271,37330,37390,37449,37508,37567,37626,37685,37744,37803,37862,37921,37980,38040,38101,38163,38224,38285,38346,38407,38468,38529,38589,38650,38711,38771,38832,38893,38954,39015,39076,39137,39198,39259,39320,39381,39442,39510,39579,39649,39718,39787,39856,39925,39994,40063,40132,40201,40270,40339,40399,40460,40522,40583,40644,40705,40766,40827,40888,40949,41010,41071,41132,41194,41257,41321,41384,41447,41510,41573,41636,41699,41762,41825,41888,41951,42012,42074,42137,42199,42261,42323,42385,42447,42509,42571,42633,42695,42757,42814,42900,42980,43070,43165,43257,43349,43439,43522,43615,43702,43799,43890,43991,44078,44181,44270,44369,44461,44561,44645,44739,44827,44925,45008,45099,45193,45292,45394,45492,45592,45679,45779,45865,45961,46049,46130,46221,46317,46410,46503,46594,46679,46773,46862,46960,47053,47155,47243,47347,47438,47538,47631,47732,47817,47912,48001,48100,48185,48277,48372,48472,48575,48674,48777,48866,48967,49054,49151,49239,49335,49427,49527,49617,49715,49800,49889,49978,50071,50158,50249,50987,51063,51132,51211,51284,51364,51444,51521,51589,51667,51743,51814,51895,51968,52051,52126,52211,52284,52365,52446,52520,52604,52674,52752,52822,52902,52980,53052,53134,53204,53281,53361,53446,53534,53618,53705,53779,53857,53935,54006,54087,54178,54261,54357,54455,54562,54627,54693,54746,54822,54888,54975,55051,55127,62221,62446,63040,63119,63197,63270,63335,63398,63464,63535,63606,63676,63738,63807,63873,63933,64000,64067,64123,64174,64227,64279,64333,64404,64467,64526,64588,64647,64720,64787,64857,64917,64980,65055,65127,65223,65294,65350,65421,65478,65535,65601,65665,65736,65793,65846,65909,65961,66019,66086,67325,67391,67450,67533,67592,67649,67716,67786,67860,67922,67991,68061,68160,68257,68356,68442,68528,68609,68684,68773,68864,68948,69007,69053,69119,69176,69243,69300,69382,69447,69513,69636,69720,69841,69906,69968,70066,70140,70223,70312,70376,70455,70529,70591,70687,70752,70811,70867,70923,70983,71090,71137,71197,71258,71322,71383,71443,71501,71544,71593,71645,71696,71748,71797,71846,71911,71977,72037,72098,72154,72213,72262,72310,72368,72425,72527,72584,72659,72707,72758,72820,72885,72937,73011,73074,73137,73205,73255,73317,73377,73434,73494,73543,73611,73717,73819,73888,73959,74015,74064,74164,74235,74345,74436,74518,74616,74672,74773,74883,74982,75045,75151,75228,75340,75467,75579,75706,75776,75890,76021,76118,76186,76304,76407,76525,76586,76660,76727,76832,76954,77028,77095,77205,77304,77377,77474,77596,77714,77832,77893,78015,78132,78200,78306,78408,78488,78559,78655,78722,78796,78870,78956,79046,79124,79201,79301,79372,79493,79614,79678,79803,79877,80001,80125,80192,80301,80429,80541,80620,80698,80799,80870,80992,81114,81179,81305,81417,81523,81591,81690,81794,81857,81923,82007,82120,82233,82351,82429,82501,82637,82773,82858,82998,83136,83274,83416,83498,83584,83661,83734,83843,83954,84082,84210,84342,84472,84602,84736,84825,84887,84983,85050,85167,85288,85385,85467,85554,85641,85772,85903,86038,86115,86192,86303,86417,86491,86600,86712,86779,86852,86917,87019,87115,87219,87287,87352,87446,87518,87628,87734,87807,87898,88000,88103,88198,88305,88410,88532,88654,88780,88839,88897,89021,89145,89273,89391,89509,89631,89717,89814,89948,90082,90162,90300,90432,90564,90700,90775,90851,90954,91028,91141,91222,91279,91340,91399,91459,91517,91578,91636,91686,91735,91802,91861,91920,91969,92040,92124,92194,92265,92345,92414,92477,92545,92611,92679,92744,92810,92887,92965,93071,93177,93273,93402,93491,93618,93684,93754,93840,93906,93989,94063,94161,94257,94353,94451,94560,94655,94744,94806,94866,94931,94988,95069,95123,95180,95277,95387,95448,95563,95684,95779,95871,95964,96020,96079,96128,96220,96269,96323,96377,96431,96485,96539,96594,96704,96814,96922,97032,97142,97252,97362,97470,97576,97680,97784,97888,97983,98078,98171,98264,98368,98474,98578,98682,98775,98868,98961,99054,99162,99268,99374,99480,99577,99672,99767,99862,99968,100074,100180,100286,100384,100479,100575,100672,100737,100841,100899,100963,101024,101086,101146,101211,101273,101341,101399,101462,101525,101592,101667,101740,101806,101858,101911,101963,102020,102104,102199,102284,102365,102445,102522,102601,102678,102752,102826,102897,102977,103049,103124,103189,103250,103310,103385,103459,103532,103602,103674,103744,103817,103881,103951,103997,104066,104118,104203,104286,104343,104409,104476,104542,104623,104698,104754,104807,104868,104926,104976,105025,105074,105123,105185,105237,105282,105363,105414,105468,105521,105575,105626,105675,105741,105792,105853,105914,105976,106026,106067,106144,106203,106262,106321,106382,106438,106494,106561,106622,106687,106742,106807,106876,106944,107022,107091,107151,107222,107296,107361,107433,107503,107570,107654,107723,107790,107860,107923,107990,108058,108141,108220,108310,108387,108455,108522,108600,108657,108714,108782,108848,108904,108964,109023,109077,109127,109177,109225,109287,109338,109411,109491,109571,109635,109702,109773,109831,109892,109958,110017,110084,110144,110204,110267,110335,110396,110463,110541,110611,110660,110717,110786,110847,110935,111023,111111,111199,111286,111373,111460,111547,111605,111679,111749,111805,111876,111941,112003,112078,112151,112241,112307,112373,112434,112498,112560,112618,112689,112772,112831,112902,112968,113033,113094,113153,113224,113290,113355,113438,113514,113589,113670,113730,113799,113869,113938,113993,114049,114105,114166,114224,114280,114339,114393,114448,114510,114567,114661,114730,114831,114882,114952,115015,115071,115129,115188,115242,115328,115412,115482,115551,115621,115736,115857,115924,115991,116066,116133,116192,116246,116300,116354,116407,116459,116533,118101,118241,120932,120982,121032,121121,121177,121235,121297,121352,121410,121481,121545,121604,121666,121732,121798,122022,122168,122213,122256,123242,123289,123334,123385,123436,123487,123538,124072,124580,124642,124822,124894,124951,125005,125060,125118,125173,125232,125288,125357,125426,125495,125565,125628,125691,125754,125817,125882,125947,126012,126077,126140,126204,126268,126332,126383,126461,126539,126610,126682,126755,126827,126893,126959,127027,127095,127161,127228,127302,127365,127422,127482,127547,127614,127679,127736,127797,127855,127959,128069,128178,128282,128360,128425,128492,128558,128628,128675,128727,128777,128834,129224,131373,131542,131726,131904,132142,132331,132500,133219,133334,133419,133498,133758,133823,133912,134069,134226,134379,134614,134731,135054,135150,135240,135336,135426,135592,135715,135838,136008,136114,136229,136344,136446,136552,136669,136784,136866,137039,137207,137355,137514,137669,137842,137959,138076,138244,138356,138470,138642,138818,138976,139109,139221,139367,139519,139651,139794,139916,140094,140230,140326,140462,140557,140724,140817,140909,141096,141252,141430,141594,141776,142093,142275,142457,142647,142879,143069,143246,143408,143565,143675,143858,143995,144199,144383,144567,144727,144885,145069,145296,145499,145670,145890,146112,146267,146467,146651,146754,146944,147085,147250,147421,147621,147825,148027,148192,148397,148596,148795,148992,149083,149232,149382,149466,149615,149760,149912,150053,150219,150380,150544,150845,151011,151166,151268,151527,151691,151877,152100,152225,153095,153367,153645,153890,153952,154237,157231,157687,158196,168972,169486,169923,170357,170800,174782,174903,175002,175407,175504,175621,175708,175831,175932,176338,176437,176556,176649,176756,177099,177206,177451,177572,177981,178229,178329,178434,178553,179062,179209,179328,179579,179712,180127,180381,180493,185962,186087,186495,186616,186844,186965,187098,187245,207967,208459,228930,229354,250121,250615,271131,271557,276398,281815,285906,291337,296079,301456,305440,309432,314823,315370,315803,316559,316789,317032,318199,319128,367273,367857,368330,369760,370504,371697,372751,373229,373522,373905,375420,376185,377328,377769,378210,378806,379080,379491,380507,380685,381438,381575,381666,383860,384126,384448,384658,384767,384886,385070,386188,386658,387409,389992,390087,390781,391009,391265,391524,392100,392454,392576,392715,393007,393267,394195,394481,394884,395286,395629,395841,396042,396255,396544,396829,407504,407591,407676,407775,412457,412563,412686,412818,412941,413071,413195,413328,413459,413584,413701,413821,413953,414081,414195,414313,414426,414547,414735,414922,415103,415286,415470,415635,415817,415937,416057,416165,416275,416387,416495,416605,416770,416936,417088,417253,417354,417474,417645,417806,417969,418130,418297,418416,418533,418713,418895,419076,419259,419414,419559,419681,419816,419979,420172,420298,420450,420592,420762,420918,421090,421381,428048,428140,428313,428475,428570,428739,428833,428922,429165,429254,429547,429963,430383,430804,431230,431647,432063,432480,432898,433312,433782,434255,434727,435138,435609,436081,436271,436477,436583,436691,436797,436909,437023,437135,437249,437365,437479,437587,437697,437805,438067,438446,438850,438997,439105,439215,439323,439437,439846,440260,440376,440794,441035,441465,441900,442310,442732,443142,443264,443673,444089,444211,444429,444613,447317,447661,447741,448097,448247,448391,448467,448579,448669,448931,449196,449304,449456,449564,449640,449752,449842,449944,450052,450160,450260,450368,450453,450619,450723,450851,450938,451105,451183,451297,451389,451653,451920,452030,452183,452293,452377,452766,452864,452972,453066,453196,453304,453426,453562,453670,453790,453924,454046,454174,454316,454442,454582,454708,454826,454958,455056,455166,455466,455578,455696,456160,456276,456579,456705,456801,457202,457312,457436,457574,457684,457806,458118,458242,458372,458848,458976,459291,459429,459591,459807,459963,460167,461308,461392,461496,461699,461888,462089,462282,462487,462800,463012,463178,463294,463540,463756,464069,464495,464957,465194,465346,465606,465750,465892,469124,469238,469358,469474,469568,469889,469988,470106,470207,470486,470771,471050,471332,471585,471844,472097,472353,472777,472853,476103,477458,477902,479756,480331,480539,481549,481929,482095,482236,487256,487682,487794,487929,488082,488279,488450,488633,488808,488995,489267,489425,489509,489613,490100,490656,490814,491033,491264,491487,491722,491944,492210,492348,492947,493061,493199,493311,493435,494006,494501,495047,495192,495285,495377,497304,497874,498172,498361,498567,498760,498970,499854,499999,500391,500549,500766,501027,509254,510129,510749,510946,511894,512659,512782,513555,513776,513976,515953,516053,516143,516829,517582,518347,519110,519885,521098,521263,522876,523197,524260,524470,524640,525210,526105,526738,526904,528390,529006,529242,529463,530421,530686,530951,531198,531612,531848,533133,533582,533769,534018,534260,534436,534677,534910,535135,535730,536205,536729,536990,538341,538816,540042,540512,541560,542012,542256,542713,543958,544441,544591,545146,545598,545998,546151,546296,546439,546509,546937,547225,547729,548238,548354,549256,549378,549490,549667,549933,550203,550469,550737,550993,551253,551509,551767,552019,552275,552527,552781,553013,553249,553501,553757,554009,554263,554495,554729,554841,555493,555948,556072,557164,557979,558175,558499,558888,559240,559481,559695,559994,560186,560501,560708,561054,561354,561755,561974,562387,562624,562994,563718,564073,564342,564482,564736,564880,565157,566149,566558,567190,567536,567904,568978,569341,569741,571249,571834,572152,574687,574881,575099,575325,575537,575736,575943,577147,577442,577999,578389,579021,579498,579743,580230,580476,581672,582069,583075,583297,583720,583911,584290,584378,584486,584594,584907,585232,585551,585882,588585,588773,589034,589283,591867,592059,592324,592577,593109,593517,593716,594300,594535,594659,595071,595285,595687,595790,595920,596095,596347,596543,596683,596877,597888,598957,599245,599375,600152,600809,600955,601661,601899,603439,603589,604006,604171,604857,605327,605523,605614,605698,605842,606076,606243,607171,607457,607617,608232,608391,608719,608946,609458,609820,609899,610238,610343,610708,611079,611440,613314,613943,615019,615443,615696,615848,616896,617633,617836,618082,618329,618547,618789,619110,619374,619679,619902,620213,620402,621117,621386,621880,622106,622546,622705,622989,623734,624099,624404,624562,624800,626119,626517,626745,626965,627107,628397,628503,628633,628771,628895,629183,629352,629452,629737,629851,630734,631489,631928,632052,632298,632491,632625,632816,633595,633813,634104,634383,634700,634922,635217,635500,635604,635945,636761,637077,637638,638144,638349,639135,639540,640201,640390,640941,641507,641627,642029,642563,777429,777522,777585,777667,777760,777853,777940,778038,778129,778220,778308,778392,778488,778588,778694,778797,778898,779002,779108,779207,779313,779415,779522,779631,779742,779873,779993,780109,780227,780326,780433,780549,780668,780796,780885,780980,781057,781146,781237,781330,781404,781501,781596,781694,781793,781897,781993,782095,782198,782298,782401,782486,782587,782685,782775,782870,782957,783063,783165,783259,783350,783444,783520,783612,783701,783804,783915,783998,784084,784179,784276,784372,784460,784561,784662,784765,784871,784969,785066,785161,785259,785362,785462,785565,785670,785788,785904,785999,786092,786177,786273,786367,786459,786542,786646,786751,786851,786952,787057,787157,787258,787357,787459,787553,787660,787762,787865,787958,788054,788156,788259,788355,788457,788560,788657,788760,788858,788962,789067,789164,789272,789386,789501,789609,789723,789838,789940,790045,790153,790263,790379,790496,790591,790688,790787,790892,790998,791097,791202,791308,791408,791514,791615,791722,791841,791940,792045,792147,792249,792349,792452,792547,792651,792736,792840,792944,793042,793146,793252,793350,793455,793553,793666,793760,793849,793938,794021,794112,794195,794293,794383,794479,794568,794662,794750,794846,794931,795039,795140,795241,795339,795445,795536,795635,795732,795830,795926,796019,796129,796227,796322,796432,796524,796624,796723,796810,796914,797019,797118,797225,797332,797431,797540,797632,797743,797854,797965,798069,798184,798300,798427,798547,798642,798737,798834,798933,799025,799124,799216,799315,799401,799495,799598,799694,799797,799893,799996,800093,800191,800294,800387,800477,800578,800661,800752,800837,800929,801032,801127,801223,801316,801410,801489,801596,801687,801786,801879,801982,802086,802187,802288,802392,802486,802590,802694,802807,802913,803019,803127,803244,803345,803453,803553,803656,803761,803868,803964,804043,804133,804217,804309,804382,804474,804563,804655,804740,804837,804930,805025,805124,805221,805312,805403,805495,805590,805697,805805,805907,806004,806101,806194,806281,806365,806462,806559,806652,806739,806830,806929,807028,807123,807212,807293,807392,807496,807593,807698,807795,807879,807978,808082,808179,808284,808381,808479,808580,808686,808785,808892,808991,809090,809181,809270,809359,809441,809534,809625,809736,809837,809937,810049,810162,810260,810368,810462,810562,810651,810743,810854,810964,811059,811175,811301,811427,811546,811674,811799,811924,812042,812169,812278,812387,812500,812623,812746,812862,812987,813084,813192,813314,813430,813546,813655,813743,813844,813933,814034,814121,814209,814306,814398,814504,814604,814680,814757"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\ic_launcher_background.xml",
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\ic_launcher_background.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -421,135 +147,71 @@
"endOffsets": "37156"
}
},
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\c00f2bfb209e6c62b041a45a4e16d9a5\\transformed\\transition-1.5.0\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "1809,1810,1831,1836,1837,1866,1867,1868,1869,1870,1871,1872,1873",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "120631,120671,121803,122027,122082,123578,123623,123677,123733,123785,123837,123886,123947",
- "endColumns": "39,46,42,54,46,44,53,55,51,51,48,60,49",
- "endOffsets": "120666,120713,121841,122077,122124,123618,123672,123728,123780,123832,123881,123942,123992"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\fd36edb5cbd4ccdfc9fe4b4b926f1c9f\\transformed\\activity-1.9.3\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
- },
- "to": {
- "startLines": "1834,1878",
- "startColumns": "4,4",
- "startOffsets": "121942,124165",
- "endColumns": "41,59",
- "endOffsets": "121979,124220"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\strings.xml",
- "from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
- },
- "to": {
- "startLines": "1982,1984,1998,1999,2004,2005,2014,2016,2018,2019,2020,2021,2128,2129,2135,2145,2146",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "131178,131378,133016,133064,133503,133549,134384,134619,134736,134770,134804,134838,150385,150421,151273,152301,152343",
- "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
- "endOffsets": "131223,131411,133059,133121,133544,133598,134460,134672,134765,134799,134833,134867,150416,150466,151316,152338,152376"
- }
- },
- {
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\4bbd1f640b50e6c9697102b1344c82b8\\transformed\\fragment-1.5.4\\res\\values\\values.xml",
- "from": {
- "startLines": "-1,-1,-1",
- "startColumns": "-1,-1,-1",
- "startOffsets": "-1,-1,-1"
- },
- "to": {
- "startLines": "1808,1841,1881",
- "startColumns": "4,4,4",
- "startOffsets": "120574,122261,124329",
- "endColumns": "56,64,63",
- "endOffsets": "120626,122321,124388"
- }
- },
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\a0953f93c0e20abd38f655613f7b3a90\\transformed\\cardview-1.0.0\\res\\values\\values.xml",
"from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ "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,654,655,656,657,1046,1047,1048,2194,5553,5555,5558",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "1640,33751,33812,33874,33936,62226,62285,62342,155693,390092,390156,390282",
- "endLines": "35,654,655,656,657,1046,1047,1048,2200,5554,5557,5560",
- "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12",
- "endOffsets": "1687,33807,33869,33931,33995,62280,62337,62391,156102,390151,390277,390405"
- }
- },
- {
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\themes.xml",
- "from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
- },
- "to": {
- "startLines": "2573,6561",
- "startColumns": "4,4",
- "startOffsets": "180498,460172",
- "endLines": "2576,6561",
- "endColumns": "12,69",
- "endOffsets": "180612,460237"
+ "startLines": "35,654,655,656,657,1046,1047,1048,2194,5553,5555,5558,10240",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1640,33751,33812,33874,33936,62226,62285,62342,155693,390092,390156,390282,676265",
+ "endLines": "35,654,655,656,657,1046,1047,1048,2200,5554,5557,5560,10267",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1687,33807,33869,33931,33995,62280,62337,62391,156102,390151,390277,390405,677184"
}
},
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\71f6c76cdbc8be36c07e3dc59644ba39\\transformed\\recyclerview-1.1.0\\res\\values\\values.xml",
"from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1"
+ "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": "508,1108,1109,1110,1118,1119,1120,1812",
- "startColumns": "4,4,4,4,4,4,4,4",
- "startOffsets": "25699,66264,66323,66371,67038,67113,67189,120752",
- "endColumns": "55,58,47,55,74,75,71,65",
- "endOffsets": "25750,66318,66366,66422,67108,67184,67256,120813"
+ "startLines": "508,1108,1109,1110,1118,1119,1120,1812,12719",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "25699,66264,66323,66371,67038,67113,67189,120752,770320",
+ "endLines": "508,1108,1109,1110,1118,1119,1120,1812,12739",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "25750,66318,66366,66422,67108,67184,67256,120813,771155"
}
},
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\945924b1ffd5c30597640472c6dfaf0e\\transformed\\constraintlayout-2.2.0\\res\\values\\values.xml",
"from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ "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,291,292,293,296,301,302,310,311,312,313,314,315,316,317,326,327,328,334,335,341,345,346,347,348,349,358,362,363,382,547,675,681,685,834,980,993,1009,1025,1050,1073,1076,1079,1082,1110,1137,1154,1240,1248,1261,1277,1281,1311,1324,1328,1338,1348,1392,1404,1408,1411,1427,1464,1499,1506,1523",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,11839,12090,12141,12190,12238,12296,12588,12896,12943,13003,13109,13289,13343,13678,13732,13788,13834,13881,13932,13991,14043,14373,14432,14486,14724,14779,14981,15120,15166,15221,15266,15310,15658,15795,15836,16818,22936,28601,28976,29143,34373,40550,41247,42021,42772,43626,44496,44562,44641,44716,45550,46441,47260,51197,51602,52073,52864,53027,54388,54952,55105,55564,55982,57995,58291,58441,58561,59208,59951,61372,61725,62467",
+ "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,290,291,292,295,300,301,309,310,311,312,313,314,315,316,325,326,327,333,334,340,344,345,346,347,348,357,361,362,363,546,674,680,684,833,979,992,1008,1024,1049,1072,1075,1078,1081,1109,1136,1153,1239,1247,1260,1276,1280,1310,1323,1327,1337,1347,1391,1403,1407,1410,1426,1463,1498,1505,1522,1525",
+ "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,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,11834,12085,12136,12185,12233,12291,12583,12891,12938,12998,13104,13284,13338,13673,13727,13783,13829,13876,13927,13986,14038,14368,14427,14481,14719,14774,14976,15115,15161,15216,15261,15305,15653,15790,15831,15876,22931,28596,28971,29138,34368,40545,41242,42016,42767,43621,44491,44557,44636,44711,45545,46436,47255,51192,51597,52068,52859,53022,54383,54947,55100,55559,55977,57990,58286,58436,58556,59203,59946,61367,61720,62462,62563"
},
"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,486,487,488,491,496,498,506,507,528,535,572,573,577,578,589,590,591,597,600,606,610,611,612,613,614,623,1818,1876",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,24749,24796,24856,24962,25142,25254,25589,25643,26808,27155,29485,29536,29745,29797,30233,30292,30346,30584,30762,30964,31103,31149,31204,31249,31293,31641,121037,124077",
- "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,485,486,487,490,495,496,505,506,507,528,535,572,573,577,586,589,590,596,597,605,609,610,611,612,613,622,626,1818,1876",
- "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",
- "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,24744,24791,24851,24957,25137,25191,25584,25638,25694,26849,27197,29531,29590,29792,30122,30287,30341,30579,30634,30959,31098,31144,31199,31244,31288,31636,31773,121073,124117"
+ "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,486,487,488,491,496,498,506,507,528,535,572,573,577,578,589,590,591,597,600,606,610,611,612,613,614,623,1818,1876,10630,10795,10923,10929,10933,11082,11318,11544,11560,11587,11612,11635,11638,11641,11644,11672,11699,11716,12378,12386,12399,12415,12419,12449,12462,12466,12626,12636,12690,12961,12985,13179,13552,13589,13624,13679,13696",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,24749,24796,24856,24962,25142,25254,25589,25643,26808,27155,29485,29536,29745,29797,30233,30292,30346,30584,30762,30964,31103,31149,31204,31249,31293,31641,121037,124077,690305,696423,702088,702463,702630,707860,718764,726339,727113,728458,729312,730182,730248,730327,730402,731236,732127,732946,757730,758135,758606,759397,759560,760921,761485,761638,766713,767131,769524,778830,779518,786914,801372,802115,803536,805853,806595",
+ "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,485,486,487,490,495,496,505,506,507,528,535,572,573,577,586,589,590,596,597,605,609,610,611,612,613,622,626,1818,1876,10794,10922,10928,10932,11081,11227,11330,11559,11575,11611,11634,11637,11640,11643,11671,11698,11715,11801,12385,12398,12414,12418,12448,12461,12465,12475,12635,12679,12701,12964,12987,13194,13588,13623,13630,13695,13698",
+ "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,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,24744,24791,24851,24957,25137,25191,25584,25638,25694,26849,27197,29531,29590,29792,30122,30287,30341,30579,30634,30959,31098,31144,31199,31244,31288,31636,31773,121073,124117,696418,702083,702458,702625,707855,714032,719456,727108,727859,729307,730177,730243,730322,730397,731231,732122,732941,736878,758130,758601,759392,759555,760916,761480,761633,762092,767126,769139,769815,778975,779633,787556,802110,803531,803884,806590,806691"
}
},
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\1e7294029f8aa6fbf44d8c55c86bc318\\transformed\\lifecycle-viewmodel-2.6.2\\res\\values\\values.xml",
"from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
},
"to": {
"startLines": "1880",
@@ -562,25 +224,30 @@
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\2f69197fad576b29d6a5e0f895e3aeb9\\transformed\\coordinatorlayout-1.1.0\\res\\values\\values.xml",
"from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
+ "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,9265",
- "startColumns": "4,4",
- "startOffsets": "5765,642568",
- "endLines": "109,9267",
- "endColumns": "60,12",
- "endOffsets": "5821,642708"
+ "startLines": "109,9265,11228,11234",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5765,642568,714037,714248",
+ "endLines": "109,9267,11233,11317",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "5821,642708,714243,718759"
}
},
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\07795d1e2ed95bc5bcc84a6a654d3558\\transformed\\lifecycle-runtime-2.6.2\\res\\values\\values.xml",
"from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
},
"to": {
"startLines": "1877",
@@ -591,26 +258,68 @@
}
},
{
- "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\8aefd914ef407cb79d151c2844281eb1\\transformed\\drawerlayout-1.1.1\\res\\values\\values.xml",
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\strings.xml",
"from": {
- "startLines": "-1,-1,-1",
- "startColumns": "-1,-1,-1",
- "startOffsets": "-1,-1,-1"
+ "startLines": "1,13,10,11,15,12,17,14,3,4,5,6,7,8,9,2,16",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "17,555,388,437,653,500,739,594,111,146,181,216,251,288,339,68,700",
+ "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
+ "endOffsets": "62,588,431,494,694,549,815,647,140,175,210,245,282,333,382,105,733"
},
"to": {
- "startLines": "138,141,1057",
- "startColumns": "4,4,4",
- "startOffsets": "6996,7160,62939",
- "endColumns": "55,47,51",
- "endOffsets": "7047,7203,62986"
+ "startLines": "1982,1984,1998,1999,2004,2005,2014,2016,2018,2019,2020,2021,2128,2129,2135,2145,2146",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "131178,131378,133016,133064,133503,133549,134384,134619,134736,134770,134804,134838,150385,150421,151273,152301,152343",
+ "endColumns": "49,37,47,61,45,53,80,57,33,33,33,33,35,49,47,41,37",
+ "endOffsets": "131223,131411,133059,133121,133544,133598,134460,134672,134765,134799,134833,134867,150416,150466,151316,152338,152376"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\Desktop\\Scouting\\ScoutingApp\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "2,7",
+ "startColumns": "4,4",
+ "startOffsets": "102,333",
+ "endLines": "5,7",
+ "endColumns": "12,70",
+ "endOffsets": "325,399"
+ },
+ "to": {
+ "startLines": "2573,6561",
+ "startColumns": "4,4",
+ "startOffsets": "180498,460172",
+ "endLines": "2576,6561",
+ "endColumns": "12,69",
+ "endOffsets": "180612,460237"
+ }
+ },
+ {
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\8aefd914ef407cb79d151c2844281eb1\\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,1057,11349",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "6996,7160,62939,720033",
+ "endLines": "138,141,1057,11352",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "7047,7203,62986,720139"
}
},
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\3cd917734a573e15a1ed51b3d437c18f\\transformed\\savedstate-1.2.1\\res\\values\\values.xml",
"from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
},
"to": {
"startLines": "1879",
@@ -623,40 +332,49 @@
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\cbb98450a1df5df08635d75df1caebcb\\transformed\\appcompat-1.7.0\\res\\values\\values.xml",
"from": {
- "startLines": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startColumns": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1",
- "startOffsets": "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,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,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2173,2181,2182,2186,2190,2201,2206,2235,2242,2246,2250,2255,2259,2263,2267,2271,2275,2279,2285,2289,2295,2299,2305,2309,2314,2318,2321,2325,2331,2335,2341,2345,2351,2354,2358,2362,2366,2370,2374,2375,2376,2377,2380,2383,2386,2389,2393,2394,2395,2396,2437,2440,2442,2444,2446,2451,2452,2456,2462,2466,2467,2469,2481,2482,2486,2492,2496,2577,2578,2582,2609,2613,2614,2618,4420,4592,4618,4789,4815,4846,4854,4860,4876,4898,4903,4908,4918,4927,4936,4940,4947,4966,4973,4974,4983,4986,4989,4993,4997,5001,5004,5005,5010,5015,5025,5030,5037,5043,5044,5047,5051,5056,5058,5060,5063,5066,5068,5072,5075,5082,5085,5088,5092,5094,5098,5100,5102,5104,5108,5116,5124,5136,5142,5151,5154,5165,5168,5169,5174,5175,5655,5724,5798,5799,5809,5818,5819,5821,5825,5828,5831,5834,5837,5840,5843,5846,5850,5853,5856,5859,5863,5866,5870,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6040,6042,6043,6044,6045,6046,6047,6048,6049,6051,6052,6054,6055,6057,6059,6060,6062,6063,6064,6065,6066,6067,6069,6070,6071,6072,6073,6358,6360,6362,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6378,6379,6380,6381,6382,6383,6384,6386,6390,6562,6563,6564,6565,6566,6567,6571,6572,6573,7114,7116,7118,7120,7122,7124,7125,7126,7127,7129,7131,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7147,7148,7149,7150,7152,7154,7155,7157,7158,7160,7162,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7177,7178,7179,7180,7182,7183,7184,7185,7186,7188,7190,7192,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29595,31778,31833,31957,32021,32091,32152,32227,32303,32380,32618,32703,32785,32861,32979,33056,33134,33240,33346,33425,33505,33562,36423,36497,36572,36637,36703,36763,36824,36896,36969,37036,50254,50313,50372,50431,50490,50549,50603,50657,50710,50764,50818,50872,55264,55338,55417,55490,55564,55635,55707,55779,55852,55909,55967,56040,56114,56188,56263,56335,56408,56478,56549,56609,56712,56781,56850,56920,56994,57070,57134,57211,57287,57364,57429,57498,57575,57650,57719,57787,57864,57930,57991,58088,58153,58222,58321,58392,58451,58509,58566,58625,58689,58760,58832,58904,58976,59048,59115,59183,59251,59310,59373,59437,59527,59618,59678,59744,59811,59877,59947,60011,60064,60131,60192,60259,60372,60430,60493,60558,60623,60698,60771,60843,60887,60934,60980,61029,61090,61151,61212,61274,61338,61402,61466,61531,61594,61654,61715,61781,61840,61900,61962,62033,62093,66091,66177,66427,66517,66604,66692,66774,66857,66947,117516,117568,117626,117671,117737,117801,117858,117915,120369,120426,120474,120523,120718,121846,121893,122326,123997,124393,124457,124647,124707,129229,129303,129373,129451,129505,129575,129660,129708,129754,129815,129878,129944,130008,130079,130142,130207,130271,130332,130393,130445,130518,130592,130661,130736,130810,130884,131025,151321,152381,152459,152549,152637,152733,154242,154824,154913,155160,155441,156107,156392,158201,158678,158900,159122,159398,159625,159855,160085,160315,160545,160772,161191,161417,161842,162072,162500,162719,163002,163210,163341,163568,163994,164219,164646,164867,165292,165412,165688,165989,166313,166604,166918,167055,167186,167291,167533,167700,167904,168112,168383,168495,168607,168712,170805,171019,171165,171305,171391,171739,171827,172073,172491,172740,172822,172920,173577,173677,173929,174353,174608,180617,180706,180943,182967,183209,183311,183564,319133,329814,331330,342025,343553,345310,345936,346356,347617,348882,349138,349374,349921,350415,351020,351218,351798,353166,353541,353659,354197,354354,354550,354823,355079,355249,355390,355454,355819,356186,356862,357126,357464,357817,357911,358097,358403,358665,358790,358917,359156,359367,359486,359679,359856,360311,360492,360614,360873,360986,361173,361275,361382,361511,361786,362294,362790,363667,363961,364531,364680,365412,365584,365668,366004,366096,396834,402065,407780,407842,408420,409004,409095,409208,409437,409597,409749,409920,410086,410255,410422,410585,410828,410998,411171,411342,411616,411815,412020,421386,421470,421566,421662,421760,421860,421962,422064,422166,422268,422370,422470,422566,422678,422807,422930,423061,423192,423290,423404,423498,423638,423772,423868,423980,424080,424196,424292,424404,424504,424644,424780,424944,425074,425232,425382,425523,425667,425802,425914,426064,426192,426320,426456,426588,426718,426848,426960,444618,444764,444908,445046,445112,445202,445278,445382,445472,445574,445682,445790,445890,445970,446062,446160,446270,446322,446400,446506,446598,446702,446812,446934,447097,460242,460322,460422,460512,460622,460712,460953,461047,461153,501032,501132,501244,501358,501474,501590,501684,501798,501910,502012,502132,502254,502336,502440,502560,502686,502784,502878,502966,503078,503194,503316,503428,503603,503719,503805,503897,504009,504133,504200,504326,504394,504522,504666,504794,504863,504958,505073,505186,505285,505394,505505,505616,505717,505822,505922,506052,506143,506266,506360,506472,506558,506662,506758,506846,506964,507068,507172,507298,507386,507494,507594,507684,507794,507878,507980,508064,508118,508182,508288,508374,508484,508568",
- "endLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2180,2181,2185,2189,2193,2205,2211,2241,2245,2249,2254,2258,2262,2266,2270,2274,2278,2284,2288,2294,2298,2304,2308,2313,2317,2320,2324,2330,2334,2340,2344,2350,2353,2357,2361,2365,2369,2373,2374,2375,2376,2379,2382,2385,2388,2392,2393,2394,2395,2396,2439,2441,2443,2445,2450,2451,2455,2461,2465,2466,2468,2480,2481,2485,2491,2495,2496,2577,2581,2608,2612,2613,2617,2645,4591,4617,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5179,5723,5793,5798,5808,5817,5818,5820,5824,5827,5830,5833,5836,5839,5842,5845,5849,5852,5855,5858,5862,5865,5869,5873,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6043,6044,6045,6046,6047,6048,6050,6051,6053,6054,6056,6058,6059,6061,6062,6063,6064,6065,6066,6068,6069,6070,6071,6072,6073,6359,6361,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6377,6378,6379,6380,6381,6382,6383,6385,6389,6393,6562,6563,6564,6565,6566,6570,6571,6572,6573,7115,7117,7119,7121,7123,7124,7125,7126,7128,7130,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7146,7147,7148,7149,7151,7153,7154,7156,7157,7159,7161,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7176,7177,7178,7179,7181,7182,7183,7184,7185,7187,7189,7191,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208",
- "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",
- "endOffsets": "6991,11526,11683,29631,31828,31890,32016,32086,32147,32222,32298,32375,32453,32698,32780,32856,32932,33051,33129,33235,33341,33420,33500,33557,33615,36492,36567,36632,36698,36758,36819,36891,36964,37031,37099,50308,50367,50426,50485,50544,50598,50652,50705,50759,50813,50867,50921,55333,55412,55485,55559,55630,55702,55774,55847,55904,55962,56035,56109,56183,56258,56330,56403,56473,56544,56604,56665,56776,56845,56915,56989,57065,57129,57206,57282,57359,57424,57493,57570,57645,57714,57782,57859,57925,57986,58083,58148,58217,58316,58387,58446,58504,58561,58620,58684,58755,58827,58899,58971,59043,59110,59178,59246,59305,59368,59432,59522,59613,59673,59739,59806,59872,59942,60006,60059,60126,60187,60254,60367,60425,60488,60553,60618,60693,60766,60838,60882,60929,60975,61024,61085,61146,61207,61269,61333,61397,61461,61526,61589,61649,61710,61776,61835,61895,61957,62028,62088,62156,66172,66259,66512,66599,66687,66769,66852,66942,67033,117563,117621,117666,117732,117796,117853,117910,117964,120421,120469,120518,120569,120747,121888,121937,122367,124024,124452,124514,124702,124759,129298,129368,129446,129500,129570,129655,129703,129749,129810,129873,129939,130003,130074,130137,130202,130266,130327,130388,130440,130513,130587,130656,130731,130805,130879,131020,131090,151369,152454,152544,152632,152728,152818,154819,154908,155155,155436,155688,156387,156780,158673,158895,159117,159393,159620,159850,160080,160310,160540,160767,161186,161412,161837,162067,162495,162714,162997,163205,163336,163563,163989,164214,164641,164862,165287,165407,165683,165984,166308,166599,166913,167050,167181,167286,167528,167695,167899,168107,168378,168490,168602,168707,168824,171014,171160,171300,171386,171734,171822,172068,172486,172735,172817,172915,173572,173672,173924,174348,174603,174697,180701,180938,182962,183204,183306,183559,185715,329809,331325,342020,343548,345305,345931,346351,347612,348877,349133,349369,349916,350410,351015,351213,351793,353161,353536,353654,354192,354349,354545,354818,355074,355244,355385,355449,355814,356181,356857,357121,357459,357812,357906,358092,358398,358660,358785,358912,359151,359362,359481,359674,359851,360306,360487,360609,360868,360981,361168,361270,361377,361506,361781,362289,362785,363662,363956,364526,364675,365407,365579,365663,365999,366091,366369,402060,407431,407837,408415,408999,409090,409203,409432,409592,409744,409915,410081,410250,410417,410580,410823,410993,411166,411337,411611,411810,412015,412345,421465,421561,421657,421755,421855,421957,422059,422161,422263,422365,422465,422561,422673,422802,422925,423056,423187,423285,423399,423493,423633,423767,423863,423975,424075,424191,424287,424399,424499,424639,424775,424939,425069,425227,425377,425518,425662,425797,425909,426059,426187,426315,426451,426583,426713,426843,426955,427095,444759,444903,445041,445107,445197,445273,445377,445467,445569,445677,445785,445885,445965,446057,446155,446265,446317,446395,446501,446593,446697,446807,446929,447092,447249,460317,460417,460507,460617,460707,460948,461042,461148,461240,501127,501239,501353,501469,501585,501679,501793,501905,502007,502127,502249,502331,502435,502555,502681,502779,502873,502961,503073,503189,503311,503423,503598,503714,503800,503892,504004,504128,504195,504321,504389,504517,504661,504789,504858,504953,505068,505181,505280,505389,505500,505611,505712,505817,505917,506047,506138,506261,506355,506467,506553,506657,506753,506841,506959,507063,507167,507293,507381,507489,507589,507679,507789,507873,507975,508059,508113,508177,508283,508369,508479,508563,508683"
+ "startLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2173,2181,2182,2186,2190,2201,2206,2235,2242,2246,2250,2255,2259,2263,2267,2271,2275,2279,2285,2289,2295,2299,2305,2309,2314,2318,2321,2325,2331,2335,2341,2345,2351,2354,2358,2362,2366,2370,2374,2375,2376,2377,2380,2383,2386,2389,2393,2394,2395,2396,2437,2440,2442,2444,2446,2451,2452,2456,2462,2466,2467,2469,2481,2482,2486,2492,2496,2577,2578,2582,2609,2613,2614,2618,4420,4592,4618,4789,4815,4846,4854,4860,4876,4898,4903,4908,4918,4927,4936,4940,4947,4966,4973,4974,4983,4986,4989,4993,4997,5001,5004,5005,5010,5015,5025,5030,5037,5043,5044,5047,5051,5056,5058,5060,5063,5066,5068,5072,5075,5082,5085,5088,5092,5094,5098,5100,5102,5104,5108,5116,5124,5136,5142,5151,5154,5165,5168,5169,5174,5175,5655,5724,5798,5799,5809,5818,5819,5821,5825,5828,5831,5834,5837,5840,5843,5846,5850,5853,5856,5859,5863,5866,5870,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6040,6042,6043,6044,6045,6046,6047,6048,6049,6051,6052,6054,6055,6057,6059,6060,6062,6063,6064,6065,6066,6067,6069,6070,6071,6072,6073,6358,6360,6362,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6378,6379,6380,6381,6382,6383,6384,6386,6390,6562,6563,6564,6565,6566,6567,6571,6572,6573,7114,7116,7118,7120,7122,7124,7125,7126,7127,7129,7131,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7144,7147,7148,7149,7150,7152,7154,7155,7157,7158,7160,7162,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7175,7177,7178,7179,7180,7182,7183,7184,7185,7186,7188,7190,7192,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,9268,9343,9346,9349,9352,9366,9372,9488,9491,9520,9547,9556,9620,10230,10280,10602,11331,11802,11826,11866,12213,12234,12358,12680,12686,12713,12949,12988,13159,13486,13631,13643,13672",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29595,31778,31833,31957,32021,32091,32152,32227,32303,32380,32618,32703,32785,32861,32979,33056,33134,33240,33346,33425,33505,33562,36423,36497,36572,36637,36703,36763,36824,36896,36969,37036,50254,50313,50372,50431,50490,50549,50603,50657,50710,50764,50818,50872,55264,55338,55417,55490,55564,55635,55707,55779,55852,55909,55967,56040,56114,56188,56263,56335,56408,56478,56549,56609,56712,56781,56850,56920,56994,57070,57134,57211,57287,57364,57429,57498,57575,57650,57719,57787,57864,57930,57991,58088,58153,58222,58321,58392,58451,58509,58566,58625,58689,58760,58832,58904,58976,59048,59115,59183,59251,59310,59373,59437,59527,59618,59678,59744,59811,59877,59947,60011,60064,60131,60192,60259,60372,60430,60493,60558,60623,60698,60771,60843,60887,60934,60980,61029,61090,61151,61212,61274,61338,61402,61466,61531,61594,61654,61715,61781,61840,61900,61962,62033,62093,66091,66177,66427,66517,66604,66692,66774,66857,66947,117516,117568,117626,117671,117737,117801,117858,117915,120369,120426,120474,120523,120718,121846,121893,122326,123997,124393,124457,124647,124707,129229,129303,129373,129451,129505,129575,129660,129708,129754,129815,129878,129944,130008,130079,130142,130207,130271,130332,130393,130445,130518,130592,130661,130736,130810,130884,131025,151321,152381,152459,152549,152637,152733,154242,154824,154913,155160,155441,156107,156392,158201,158678,158900,159122,159398,159625,159855,160085,160315,160545,160772,161191,161417,161842,162072,162500,162719,163002,163210,163341,163568,163994,164219,164646,164867,165292,165412,165688,165989,166313,166604,166918,167055,167186,167291,167533,167700,167904,168112,168383,168495,168607,168712,170805,171019,171165,171305,171391,171739,171827,172073,172491,172740,172822,172920,173577,173677,173929,174353,174608,180617,180706,180943,182967,183209,183311,183564,319133,329814,331330,342025,343553,345310,345936,346356,347617,348882,349138,349374,349921,350415,351020,351218,351798,353166,353541,353659,354197,354354,354550,354823,355079,355249,355390,355454,355819,356186,356862,357126,357464,357817,357911,358097,358403,358665,358790,358917,359156,359367,359486,359679,359856,360311,360492,360614,360873,360986,361173,361275,361382,361511,361786,362294,362790,363667,363961,364531,364680,365412,365584,365668,366004,366096,396834,402065,407780,407842,408420,409004,409095,409208,409437,409597,409749,409920,410086,410255,410422,410585,410828,410998,411171,411342,411616,411815,412020,421386,421470,421566,421662,421760,421860,421962,422064,422166,422268,422370,422470,422566,422678,422807,422930,423061,423192,423290,423404,423498,423638,423772,423868,423980,424080,424196,424292,424404,424504,424644,424780,424944,425074,425232,425382,425523,425667,425802,425914,426064,426192,426320,426456,426588,426718,426848,426960,444618,444764,444908,445046,445112,445202,445278,445382,445472,445574,445682,445790,445890,445970,446062,446160,446270,446322,446400,446506,446598,446702,446812,446934,447097,460242,460322,460422,460512,460622,460712,460953,461047,461153,501032,501132,501244,501358,501474,501590,501684,501798,501910,502012,502132,502254,502336,502440,502560,502686,502784,502878,502966,503078,503194,503316,503428,503603,503719,503805,503897,504009,504133,504200,504326,504394,504522,504666,504794,504863,504958,505073,505186,505285,505394,505505,505616,505717,505822,505922,506052,506143,506266,506360,506472,506558,506662,506758,506846,506964,507068,507172,507298,507386,507494,507594,507684,507794,507878,507980,508064,508118,508182,508288,508374,508484,508568,642713,645329,645447,645562,645642,646003,646236,650814,650892,652236,653597,653985,656828,675927,678154,688948,719461,736883,737634,739195,752467,752846,757124,769144,769373,770105,778518,779638,786170,798823,803889,804229,805650",
+ "endLines": "137,227,230,574,627,628,630,631,632,633,634,635,636,639,640,641,642,644,645,646,647,648,649,650,651,693,694,695,696,697,698,699,700,701,702,875,876,877,878,879,880,881,882,883,884,885,886,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,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,1106,1107,1111,1112,1113,1114,1115,1116,1117,1759,1760,1761,1762,1763,1764,1765,1766,1804,1805,1806,1807,1811,1832,1833,1842,1874,1882,1883,1886,1887,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,2136,2147,2148,2149,2150,2151,2180,2181,2185,2189,2193,2205,2211,2241,2245,2249,2254,2258,2262,2266,2270,2274,2278,2284,2288,2294,2298,2304,2308,2313,2317,2320,2324,2330,2334,2340,2344,2350,2353,2357,2361,2365,2369,2373,2374,2375,2376,2379,2382,2385,2388,2392,2393,2394,2395,2396,2439,2441,2443,2445,2450,2451,2455,2461,2465,2466,2468,2480,2481,2485,2491,2495,2496,2577,2581,2608,2612,2613,2617,2645,4591,4617,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5179,5723,5793,5798,5808,5817,5818,5820,5824,5827,5830,5833,5836,5839,5842,5845,5849,5852,5855,5858,5862,5865,5869,5873,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6043,6044,6045,6046,6047,6048,6050,6051,6053,6054,6056,6058,6059,6061,6062,6063,6064,6065,6066,6068,6069,6070,6071,6072,6073,6359,6361,6363,6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6377,6378,6379,6380,6381,6382,6383,6385,6389,6393,6562,6563,6564,6565,6566,6570,6571,6572,6573,7115,7117,7119,7121,7123,7124,7125,7126,7128,7130,7132,7133,7134,7135,7136,7137,7138,7139,7140,7141,7142,7143,7146,7147,7148,7149,7151,7153,7154,7156,7157,7159,7161,7163,7164,7165,7166,7167,7168,7169,7170,7171,7172,7173,7174,7176,7177,7178,7179,7181,7182,7183,7184,7185,7187,7189,7191,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,9342,9345,9348,9351,9365,9371,9381,9490,9519,9546,9555,9619,9982,10233,10307,10629,11348,11825,11831,11871,12233,12357,12377,12685,12689,12718,12960,13053,13178,13540,13642,13668,13678",
+ "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,29631,31828,31890,32016,32086,32147,32222,32298,32375,32453,32698,32780,32856,32932,33051,33129,33235,33341,33420,33500,33557,33615,36492,36567,36632,36698,36758,36819,36891,36964,37031,37099,50308,50367,50426,50485,50544,50598,50652,50705,50759,50813,50867,50921,55333,55412,55485,55559,55630,55702,55774,55847,55904,55962,56035,56109,56183,56258,56330,56403,56473,56544,56604,56665,56776,56845,56915,56989,57065,57129,57206,57282,57359,57424,57493,57570,57645,57714,57782,57859,57925,57986,58083,58148,58217,58316,58387,58446,58504,58561,58620,58684,58755,58827,58899,58971,59043,59110,59178,59246,59305,59368,59432,59522,59613,59673,59739,59806,59872,59942,60006,60059,60126,60187,60254,60367,60425,60488,60553,60618,60693,60766,60838,60882,60929,60975,61024,61085,61146,61207,61269,61333,61397,61461,61526,61589,61649,61710,61776,61835,61895,61957,62028,62088,62156,66172,66259,66512,66599,66687,66769,66852,66942,67033,117563,117621,117666,117732,117796,117853,117910,117964,120421,120469,120518,120569,120747,121888,121937,122367,124024,124452,124514,124702,124759,129298,129368,129446,129500,129570,129655,129703,129749,129810,129873,129939,130003,130074,130137,130202,130266,130327,130388,130440,130513,130587,130656,130731,130805,130879,131020,131090,151369,152454,152544,152632,152728,152818,154819,154908,155155,155436,155688,156387,156780,158673,158895,159117,159393,159620,159850,160080,160310,160540,160767,161186,161412,161837,162067,162495,162714,162997,163205,163336,163563,163989,164214,164641,164862,165287,165407,165683,165984,166308,166599,166913,167050,167181,167286,167528,167695,167899,168107,168378,168490,168602,168707,168824,171014,171160,171300,171386,171734,171822,172068,172486,172735,172817,172915,173572,173672,173924,174348,174603,174697,180701,180938,182962,183204,183306,183559,185715,329809,331325,342020,343548,345305,345931,346351,347612,348877,349133,349369,349916,350410,351015,351213,351793,353161,353536,353654,354192,354349,354545,354818,355074,355244,355385,355449,355814,356181,356857,357121,357459,357812,357906,358092,358398,358660,358785,358912,359151,359362,359481,359674,359851,360306,360487,360609,360868,360981,361168,361270,361377,361506,361781,362289,362785,363662,363956,364526,364675,365407,365579,365663,365999,366091,366369,402060,407431,407837,408415,408999,409090,409203,409432,409592,409744,409915,410081,410250,410417,410580,410823,410993,411166,411337,411611,411810,412015,412345,421465,421561,421657,421755,421855,421957,422059,422161,422263,422365,422465,422561,422673,422802,422925,423056,423187,423285,423399,423493,423633,423767,423863,423975,424075,424191,424287,424399,424499,424639,424775,424939,425069,425227,425377,425518,425662,425797,425909,426059,426187,426315,426451,426583,426713,426843,426955,427095,444759,444903,445041,445107,445197,445273,445377,445467,445569,445677,445785,445885,445965,446057,446155,446265,446317,446395,446501,446593,446697,446807,446929,447092,447249,460317,460417,460507,460617,460707,460948,461042,461148,461240,501127,501239,501353,501469,501585,501679,501793,501905,502007,502127,502249,502331,502435,502555,502681,502779,502873,502961,503073,503189,503311,503423,503598,503714,503800,503892,504004,504128,504195,504321,504389,504517,504661,504789,504858,504953,505068,505181,505280,505389,505500,505611,505712,505817,505917,506047,506138,506261,506355,506467,506553,506657,506753,506841,506959,507063,507167,507293,507381,507489,507589,507679,507789,507873,507975,508059,508113,508177,508283,508369,508479,508563,508683,645324,645442,645557,645637,645998,646231,646748,650887,652231,653592,653980,656823,666876,676057,679519,690300,720028,737629,737891,739390,752841,757119,757725,769368,769519,770315,778825,782659,786909,800949,804224,805535,805848"
}
},
{
- "source": "C:\\Users\\cayde\\Desktop\\ScoutingApp\\ScoutingApp\\app\\src\\main\\res\\values\\colors.xml",
+ "source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\d5e3c0fc96934450134f763386936834\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
"from": {
- "startLines": "-1,-1",
- "startColumns": "-1,-1",
- "startOffsets": "-1,-1"
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
},
"to": {
- "startLines": "643,963",
- "startColumns": "4,4",
- "startOffsets": "32937,56670",
- "endColumns": "41,41",
- "endOffsets": "32974,56707"
+ "startLines": "13669",
+ "startColumns": "4",
+ "startOffsets": "805540",
+ "endLines": "13671",
+ "endColumns": "24",
+ "endOffsets": "805645"
}
},
{
"source": "C:\\Users\\cayde\\.gradle\\caches\\8.13\\transforms\\5b2084b85d0b8f58b7a5c610eddf4201\\transformed\\startup-runtime-1.1.1\\res\\values\\values.xml",
"from": {
- "startLines": "-1",
- "startColumns": "-1",
- "startOffsets": "-1"
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
},
"to": {
"startLines": "1981",
diff --git a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json
index a872144..10d8ebc 100644
--- a/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json
+++ b/ScoutingApp/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json
@@ -1,134 +1,130 @@
[
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_starting.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_starting.xml"
+ "merged": "com.example.scoutingapp-debug-31:/drawable_screenshot_2025_01_16_115155.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/drawable/screenshot_2025_01_16_115155.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\raw_info.json.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\raw\\info.json"
+ "merged": "com.example.scoutingapp-debug-31:/layout_activity_auto.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/layout/activity_auto.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\xml_data_extraction_rules.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\xml\\data_extraction_rules.xml"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xxhdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xxhdpi/ic_launcher_round.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xhdpi_ic_launcher_foreground.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xhdpi\\ic_launcher_foreground.webp"
+ "merged": "com.example.scoutingapp-debug-31:/layout_activity_starting.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/layout/activity_starting.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_auto.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_auto.xml"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-mdpi_ic_launcher_foreground.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-mdpi/ic_launcher_foreground.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-mdpi_ic_launcher_round.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-mdpi\\ic_launcher_round.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xxhdpi_ic_launcher_foreground.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xxhdpi/ic_launcher_foreground.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable__025_reefscape_transparent_background.png.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\_025_reefscape_transparent_background.png"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-hdpi_ic_launcher.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-hdpi/ic_launcher.webp"
+ },
+ {
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xxxhdpi_ic_launcher.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xxxhdpi/ic_launcher.webp"
},
{
"merged": "com.example.scoutingapp-debug-31:/layout_activity_settings.xml.flat",
"source": "com.example.scoutingapp-main-33:/layout/activity_settings.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_ic_launcher_foreground.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\ic_launcher_foreground.xml"
+ "merged": "com.example.scoutingapp-debug-31:/drawable__025_reefscape_transparent_background_blue.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/drawable/_025_reefscape_transparent_background_blue.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-hdpi_ic_launcher.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-hdpi\\ic_launcher.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xxxhdpi_ic_launcher_foreground.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xxxhdpi/ic_launcher_foreground.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_settings.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_settings.xml"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xhdpi_ic_launcher.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xhdpi/ic_launcher.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-hdpi_ic_launcher_foreground.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-hdpi\\ic_launcher_foreground.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-hdpi_ic_launcher_foreground.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-hdpi/ic_launcher_foreground.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxxhdpi_ic_launcher_round.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxxhdpi\\ic_launcher_round.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-anydpi-v26_ic_launcher.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-anydpi-v26/ic_launcher.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxxhdpi_ic_launcher_foreground.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxxhdpi\\ic_launcher_foreground.webp"
+ "merged": "com.example.scoutingapp-debug-31:/drawable_loop.png.flat",
+ "source": "com.example.scoutingapp-main-33:/drawable/loop.png"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_screenshot_2025_01_16_115155.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\screenshot_2025_01_16_115155.webp"
+ "merged": "com.example.scoutingapp-debug-31:/layout_activity_end.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/layout/activity_end.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\xml_backup_rules.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\xml\\backup_rules.xml"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xxxhdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xxxhdpi/ic_launcher_round.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-anydpi-v26_ic_launcher_round.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-anydpi-v26\\ic_launcher_round.xml"
+ "merged": "com.example.scoutingapp-debug-31:/layout_activity_main.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/layout/activity_main.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_end.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_end.xml"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-mdpi_ic_launcher.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-mdpi/ic_launcher.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_main.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_main.xml"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-mdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-mdpi/ic_launcher_round.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-mdpi_ic_launcher.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-mdpi\\ic_launcher.webp"
+ "merged": "com.example.scoutingapp-debug-31:/raw_info.json.flat",
+ "source": "com.example.scoutingapp-main-33:/raw/info.json"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-hdpi_ic_launcher_round.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-hdpi\\ic_launcher_round.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xhdpi_ic_launcher_foreground.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xhdpi/ic_launcher_foreground.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_ic_launcher_background.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\ic_launcher_background.xml"
+ "merged": "com.example.scoutingapp-debug-31:/xml_backup_rules.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/xml/backup_rules.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xhdpi_ic_launcher_round.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xhdpi\\ic_launcher_round.webp"
+ "merged": "com.example.scoutingapp-debug-31:/xml_data_extraction_rules.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/xml/data_extraction_rules.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxxhdpi_ic_launcher.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxxhdpi\\ic_launcher.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xhdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xhdpi/ic_launcher_round.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxhdpi_ic_launcher_round.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxhdpi\\ic_launcher_round.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-hdpi_ic_launcher_round.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-hdpi/ic_launcher_round.webp"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-mdpi_ic_launcher_foreground.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-mdpi\\ic_launcher_foreground.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-anydpi-v26_ic_launcher_round.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-anydpi-v26/ic_launcher_round.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\layout_activity_tele.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\layout\\activity_tele.xml"
+ "merged": "com.example.scoutingapp-debug-31:/layout_activity_tele.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/layout/activity_tele.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxhdpi_ic_launcher.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxhdpi\\ic_launcher.webp"
+ "merged": "com.example.scoutingapp-debug-31:/drawable_ic_launcher_background.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/drawable/ic_launcher_background.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-anydpi-v26_ic_launcher.xml.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-anydpi-v26\\ic_launcher.xml"
+ "merged": "com.example.scoutingapp-debug-31:/drawable__025_reefscape_transparent_background.png.flat",
+ "source": "com.example.scoutingapp-main-33:/drawable/_025_reefscape_transparent_background.png"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xxhdpi_ic_launcher_foreground.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xxhdpi\\ic_launcher_foreground.webp"
+ "merged": "com.example.scoutingapp-debug-31:/drawable_ic_launcher_foreground.xml.flat",
+ "source": "com.example.scoutingapp-main-33:/drawable/ic_launcher_foreground.xml"
},
{
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable__025_reefscape_transparent_background_blue.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\_025_reefscape_transparent_background_blue.webp"
- },
- {
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\drawable_loop.png.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\drawable\\loop.png"
- },
- {
- "merged": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-debug-31:\\mipmap-xhdpi_ic_launcher.webp.flat",
- "source": "C:\\Users\\cayde\\.gradle\\daemon\\8.13\\com.example.scoutingapp-main-33:\\mipmap-xhdpi\\ic_launcher.webp"
+ "merged": "com.example.scoutingapp-debug-31:/mipmap-xxhdpi_ic_launcher.webp.flat",
+ "source": "com.example.scoutingapp-main-33:/mipmap-xxhdpi/ic_launcher.webp"
}
]
\ No newline at end of file
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_0.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_0.jar
deleted file mode 100644
index 23e836f..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_0.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_1.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_1.jar
deleted file mode 100644
index 7655a22..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_1.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_2.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_2.jar
deleted file mode 100644
index 2559fc5..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_2.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_3.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_3.jar
deleted file mode 100644
index 7454d5a..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_3.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_4.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_4.jar
deleted file mode 100644
index 81ffb31..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_4.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_5.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_5.jar
deleted file mode 100644
index 069221f..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_5.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_6.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_6.jar
deleted file mode 100644
index 8f354ab..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_6.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_7.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_7.jar
deleted file mode 100644
index 964f5b3..0000000
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/8672f6210b956e9da3f27446ff5083b39840f7a5aa792e1d91f3f35e46a82733_7.jar and /dev/null differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_0.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_0.jar
new file mode 100644
index 0000000..a9b3c16
Binary files /dev/null and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_0.jar differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_1.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_1.jar
new file mode 100644
index 0000000..59a77fb
Binary files /dev/null and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_1.jar differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_2.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_2.jar
new file mode 100644
index 0000000..8b194d6
Binary files /dev/null and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_2.jar differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_3.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_3.jar
new file mode 100644
index 0000000..b1aa986
Binary files /dev/null and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_3.jar differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_4.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_4.jar
new file mode 100644
index 0000000..066fa14
Binary files /dev/null and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_4.jar differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_5.jar b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_5.jar
new file mode 100644
index 0000000..52f3b3c
Binary files /dev/null and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/c8c58ceee62ae119b649cdf1b4ae89dd1d32cb431bd3c61ad94351385830ad8e_5.jar differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/AutoActivity.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/AutoActivity.dex
index 6f3cdd7..898cdd5 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/AutoActivity.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/AutoActivity.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity$1.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity$1.dex
index 0219406..78759f0 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity$1.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity$1.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity.dex
index dcd4580..aa793af 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/EndActivity.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$1.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$1.dex
index 87ed0f9..55bb313 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$1.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$1.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$10.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$10.dex
index 02c34b4..5297e98 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$10.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$10.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$2.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$2.dex
index 7d850d2..f3bb42e 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$2.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$2.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$3.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$3.dex
index 18cc5d3..b0cff42 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$3.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$3.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$4.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$4.dex
index 61c1f2e..3543a76 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$4.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$4.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$5.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$5.dex
index 0aedf79..e113c01 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$5.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$5.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$6.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$6.dex
index 609d2f9..263b8bc 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$6.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$6.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$7.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$7.dex
index a29dffe..31728d8 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$7.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$7.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$8.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$8.dex
index 4b5b3d3..563be5d 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$8.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$8.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$9.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$9.dex
index a4a9988..b0edaa5 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$9.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity$9.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity.dex
index c66ea00..a15e00e 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MainActivity.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MatchData.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MatchData.dex
index 1495d9f..f809d27 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MatchData.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/MatchData.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$1.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$1.dex
index a0fbafe..0defa89 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$1.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$1.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$2.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$2.dex
index fbaaf72..2fea1d3 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$2.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$2.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$3.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$3.dex
index f7b434e..2a01695 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$3.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity$3.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity.dex
index 8a72b1f..3ea4104 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/SettingsActivity.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/Submit.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/Submit.dex
index bbe5f3f..e9b96cb 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/Submit.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/Submit.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/TeleActivity.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/TeleActivity.dex
index e9fb6bd..b2b1c2b 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/TeleActivity.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/TeleActivity.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$1.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$1.dex
index 2e7aded..abfd7ad 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$1.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$1.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$2.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$2.dex
index 8779bec..8db3a47 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$2.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$2.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$3.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$3.dex
index 6b615fc..630f155 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$3.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$3.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$4.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$4.dex
index 748e2b5..12a2efa 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$4.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$4.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$5.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$5.dex
index e42d121..1e57707 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$5.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$5.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$6.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$6.dex
index 220735a..46f4aa5 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$6.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity$6.dex differ
diff --git a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity.dex b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity.dex
index 655aaea..a5063e7 100644
Binary files a/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity.dex and b/ScoutingApp/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/scoutingapp/startingActivity.dex differ
diff --git a/ScoutingApp/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt b/ScoutingApp/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt
index a1b8e95..f62431e 100644
--- a/ScoutingApp/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt
+++ b/ScoutingApp/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt
@@ -1435,686 +1435,686 @@ int color foreground_material_dark 0x7f05005c
int color foreground_material_light 0x7f05005d
int color highlighted_text_material_dark 0x7f05005e
int color highlighted_text_material_light 0x7f05005f
-int color ic_launcher_background 0x7f050307
-int color m3_appbar_overlay_color 0x7f050060
-int color m3_assist_chip_icon_tint_color 0x7f050061
-int color m3_assist_chip_stroke_color 0x7f050062
-int color m3_bottom_sheet_drag_handle_color 0x7f050063
-int color m3_button_background_color_selector 0x7f050064
-int color m3_button_foreground_color_selector 0x7f050065
-int color m3_button_outline_color_selector 0x7f050066
-int color m3_button_ripple_color 0x7f050067
-int color m3_button_ripple_color_selector 0x7f050068
-int color m3_calendar_item_disabled_text 0x7f050069
-int color m3_calendar_item_stroke_color 0x7f05006a
-int color m3_card_foreground_color 0x7f05006b
-int color m3_card_ripple_color 0x7f05006c
-int color m3_card_stroke_color 0x7f05006d
-int color m3_checkbox_button_icon_tint 0x7f05006e
-int color m3_checkbox_button_tint 0x7f05006f
-int color m3_chip_assist_text_color 0x7f050070
-int color m3_chip_background_color 0x7f050071
-int color m3_chip_ripple_color 0x7f050072
-int color m3_chip_stroke_color 0x7f050073
-int color m3_chip_text_color 0x7f050074
-int color m3_dark_default_color_primary_text 0x7f050075
-int color m3_dark_default_color_secondary_text 0x7f050076
-int color m3_dark_highlighted_text 0x7f050077
-int color m3_dark_hint_foreground 0x7f050078
-int color m3_dark_primary_text_disable_only 0x7f050079
-int color m3_default_color_primary_text 0x7f05007a
-int color m3_default_color_secondary_text 0x7f05007b
-int color m3_dynamic_dark_default_color_primary_text 0x7f05007c
-int color m3_dynamic_dark_default_color_secondary_text 0x7f05007d
-int color m3_dynamic_dark_highlighted_text 0x7f05007e
-int color m3_dynamic_dark_hint_foreground 0x7f05007f
-int color m3_dynamic_dark_primary_text_disable_only 0x7f050080
-int color m3_dynamic_default_color_primary_text 0x7f050081
-int color m3_dynamic_default_color_secondary_text 0x7f050082
-int color m3_dynamic_highlighted_text 0x7f050083
-int color m3_dynamic_hint_foreground 0x7f050084
-int color m3_dynamic_primary_text_disable_only 0x7f050085
-int color m3_efab_ripple_color_selector 0x7f050086
-int color m3_elevated_chip_background_color 0x7f050087
-int color m3_fab_efab_background_color_selector 0x7f050088
-int color m3_fab_efab_foreground_color_selector 0x7f050089
-int color m3_fab_ripple_color_selector 0x7f05008a
-int color m3_filled_icon_button_container_color_selector 0x7f05008b
-int color m3_highlighted_text 0x7f05008c
-int color m3_hint_foreground 0x7f05008d
-int color m3_icon_button_icon_color_selector 0x7f05008e
-int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f05008f
-int color m3_navigation_bar_item_with_indicator_label_tint 0x7f050090
-int color m3_navigation_bar_ripple_color_selector 0x7f050091
-int color m3_navigation_item_background_color 0x7f050092
-int color m3_navigation_item_icon_tint 0x7f050093
-int color m3_navigation_item_ripple_color 0x7f050094
-int color m3_navigation_item_text_color 0x7f050095
-int color m3_navigation_rail_item_with_indicator_icon_tint 0x7f050096
-int color m3_navigation_rail_item_with_indicator_label_tint 0x7f050097
-int color m3_navigation_rail_ripple_color_selector 0x7f050098
-int color m3_popupmenu_overlay_color 0x7f050099
-int color m3_primary_text_disable_only 0x7f05009a
-int color m3_radiobutton_button_tint 0x7f05009b
-int color m3_radiobutton_ripple_tint 0x7f05009c
-int color m3_ref_palette_black 0x7f05009d
-int color m3_ref_palette_dynamic_neutral0 0x7f05009e
-int color m3_ref_palette_dynamic_neutral10 0x7f05009f
-int color m3_ref_palette_dynamic_neutral100 0x7f0500a0
-int color m3_ref_palette_dynamic_neutral12 0x7f0500a1
-int color m3_ref_palette_dynamic_neutral17 0x7f0500a2
-int color m3_ref_palette_dynamic_neutral20 0x7f0500a3
-int color m3_ref_palette_dynamic_neutral22 0x7f0500a4
-int color m3_ref_palette_dynamic_neutral24 0x7f0500a5
-int color m3_ref_palette_dynamic_neutral30 0x7f0500a6
-int color m3_ref_palette_dynamic_neutral4 0x7f0500a7
-int color m3_ref_palette_dynamic_neutral40 0x7f0500a8
-int color m3_ref_palette_dynamic_neutral50 0x7f0500a9
-int color m3_ref_palette_dynamic_neutral6 0x7f0500aa
-int color m3_ref_palette_dynamic_neutral60 0x7f0500ab
-int color m3_ref_palette_dynamic_neutral70 0x7f0500ac
-int color m3_ref_palette_dynamic_neutral80 0x7f0500ad
-int color m3_ref_palette_dynamic_neutral87 0x7f0500ae
-int color m3_ref_palette_dynamic_neutral90 0x7f0500af
-int color m3_ref_palette_dynamic_neutral92 0x7f0500b0
-int color m3_ref_palette_dynamic_neutral94 0x7f0500b1
-int color m3_ref_palette_dynamic_neutral95 0x7f0500b2
-int color m3_ref_palette_dynamic_neutral96 0x7f0500b3
-int color m3_ref_palette_dynamic_neutral98 0x7f0500b4
-int color m3_ref_palette_dynamic_neutral99 0x7f0500b5
-int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500b6
-int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500b7
-int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500b8
-int color m3_ref_palette_dynamic_neutral_variant12 0x7f0500b9
-int color m3_ref_palette_dynamic_neutral_variant17 0x7f0500ba
-int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500bb
-int color m3_ref_palette_dynamic_neutral_variant22 0x7f0500bc
-int color m3_ref_palette_dynamic_neutral_variant24 0x7f0500bd
-int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500be
-int color m3_ref_palette_dynamic_neutral_variant4 0x7f0500bf
-int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500c0
-int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500c1
-int color m3_ref_palette_dynamic_neutral_variant6 0x7f0500c2
-int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500c3
-int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500c4
-int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500c5
-int color m3_ref_palette_dynamic_neutral_variant87 0x7f0500c6
-int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500c7
-int color m3_ref_palette_dynamic_neutral_variant92 0x7f0500c8
-int color m3_ref_palette_dynamic_neutral_variant94 0x7f0500c9
-int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500ca
-int color m3_ref_palette_dynamic_neutral_variant96 0x7f0500cb
-int color m3_ref_palette_dynamic_neutral_variant98 0x7f0500cc
-int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500cd
-int color m3_ref_palette_dynamic_primary0 0x7f0500ce
-int color m3_ref_palette_dynamic_primary10 0x7f0500cf
-int color m3_ref_palette_dynamic_primary100 0x7f0500d0
-int color m3_ref_palette_dynamic_primary20 0x7f0500d1
-int color m3_ref_palette_dynamic_primary30 0x7f0500d2
-int color m3_ref_palette_dynamic_primary40 0x7f0500d3
-int color m3_ref_palette_dynamic_primary50 0x7f0500d4
-int color m3_ref_palette_dynamic_primary60 0x7f0500d5
-int color m3_ref_palette_dynamic_primary70 0x7f0500d6
-int color m3_ref_palette_dynamic_primary80 0x7f0500d7
-int color m3_ref_palette_dynamic_primary90 0x7f0500d8
-int color m3_ref_palette_dynamic_primary95 0x7f0500d9
-int color m3_ref_palette_dynamic_primary99 0x7f0500da
-int color m3_ref_palette_dynamic_secondary0 0x7f0500db
-int color m3_ref_palette_dynamic_secondary10 0x7f0500dc
-int color m3_ref_palette_dynamic_secondary100 0x7f0500dd
-int color m3_ref_palette_dynamic_secondary20 0x7f0500de
-int color m3_ref_palette_dynamic_secondary30 0x7f0500df
-int color m3_ref_palette_dynamic_secondary40 0x7f0500e0
-int color m3_ref_palette_dynamic_secondary50 0x7f0500e1
-int color m3_ref_palette_dynamic_secondary60 0x7f0500e2
-int color m3_ref_palette_dynamic_secondary70 0x7f0500e3
-int color m3_ref_palette_dynamic_secondary80 0x7f0500e4
-int color m3_ref_palette_dynamic_secondary90 0x7f0500e5
-int color m3_ref_palette_dynamic_secondary95 0x7f0500e6
-int color m3_ref_palette_dynamic_secondary99 0x7f0500e7
-int color m3_ref_palette_dynamic_tertiary0 0x7f0500e8
-int color m3_ref_palette_dynamic_tertiary10 0x7f0500e9
-int color m3_ref_palette_dynamic_tertiary100 0x7f0500ea
-int color m3_ref_palette_dynamic_tertiary20 0x7f0500eb
-int color m3_ref_palette_dynamic_tertiary30 0x7f0500ec
-int color m3_ref_palette_dynamic_tertiary40 0x7f0500ed
-int color m3_ref_palette_dynamic_tertiary50 0x7f0500ee
-int color m3_ref_palette_dynamic_tertiary60 0x7f0500ef
-int color m3_ref_palette_dynamic_tertiary70 0x7f0500f0
-int color m3_ref_palette_dynamic_tertiary80 0x7f0500f1
-int color m3_ref_palette_dynamic_tertiary90 0x7f0500f2
-int color m3_ref_palette_dynamic_tertiary95 0x7f0500f3
-int color m3_ref_palette_dynamic_tertiary99 0x7f0500f4
-int color m3_ref_palette_error0 0x7f0500f5
-int color m3_ref_palette_error10 0x7f0500f6
-int color m3_ref_palette_error100 0x7f0500f7
-int color m3_ref_palette_error20 0x7f0500f8
-int color m3_ref_palette_error30 0x7f0500f9
-int color m3_ref_palette_error40 0x7f0500fa
-int color m3_ref_palette_error50 0x7f0500fb
-int color m3_ref_palette_error60 0x7f0500fc
-int color m3_ref_palette_error70 0x7f0500fd
-int color m3_ref_palette_error80 0x7f0500fe
-int color m3_ref_palette_error90 0x7f0500ff
-int color m3_ref_palette_error95 0x7f050100
-int color m3_ref_palette_error99 0x7f050101
-int color m3_ref_palette_neutral0 0x7f050102
-int color m3_ref_palette_neutral10 0x7f050103
-int color m3_ref_palette_neutral100 0x7f050104
-int color m3_ref_palette_neutral12 0x7f050105
-int color m3_ref_palette_neutral17 0x7f050106
-int color m3_ref_palette_neutral20 0x7f050107
-int color m3_ref_palette_neutral22 0x7f050108
-int color m3_ref_palette_neutral24 0x7f050109
-int color m3_ref_palette_neutral30 0x7f05010a
-int color m3_ref_palette_neutral4 0x7f05010b
-int color m3_ref_palette_neutral40 0x7f05010c
-int color m3_ref_palette_neutral50 0x7f05010d
-int color m3_ref_palette_neutral6 0x7f05010e
-int color m3_ref_palette_neutral60 0x7f05010f
-int color m3_ref_palette_neutral70 0x7f050110
-int color m3_ref_palette_neutral80 0x7f050111
-int color m3_ref_palette_neutral87 0x7f050112
-int color m3_ref_palette_neutral90 0x7f050113
-int color m3_ref_palette_neutral92 0x7f050114
-int color m3_ref_palette_neutral94 0x7f050115
-int color m3_ref_palette_neutral95 0x7f050116
-int color m3_ref_palette_neutral96 0x7f050117
-int color m3_ref_palette_neutral98 0x7f050118
-int color m3_ref_palette_neutral99 0x7f050119
-int color m3_ref_palette_neutral_variant0 0x7f05011a
-int color m3_ref_palette_neutral_variant10 0x7f05011b
-int color m3_ref_palette_neutral_variant100 0x7f05011c
-int color m3_ref_palette_neutral_variant20 0x7f05011d
-int color m3_ref_palette_neutral_variant30 0x7f05011e
-int color m3_ref_palette_neutral_variant40 0x7f05011f
-int color m3_ref_palette_neutral_variant50 0x7f050120
-int color m3_ref_palette_neutral_variant60 0x7f050121
-int color m3_ref_palette_neutral_variant70 0x7f050122
-int color m3_ref_palette_neutral_variant80 0x7f050123
-int color m3_ref_palette_neutral_variant90 0x7f050124
-int color m3_ref_palette_neutral_variant95 0x7f050125
-int color m3_ref_palette_neutral_variant99 0x7f050126
-int color m3_ref_palette_primary0 0x7f050127
-int color m3_ref_palette_primary10 0x7f050128
-int color m3_ref_palette_primary100 0x7f050129
-int color m3_ref_palette_primary20 0x7f05012a
-int color m3_ref_palette_primary30 0x7f05012b
-int color m3_ref_palette_primary40 0x7f05012c
-int color m3_ref_palette_primary50 0x7f05012d
-int color m3_ref_palette_primary60 0x7f05012e
-int color m3_ref_palette_primary70 0x7f05012f
-int color m3_ref_palette_primary80 0x7f050130
-int color m3_ref_palette_primary90 0x7f050131
-int color m3_ref_palette_primary95 0x7f050132
-int color m3_ref_palette_primary99 0x7f050133
-int color m3_ref_palette_secondary0 0x7f050134
-int color m3_ref_palette_secondary10 0x7f050135
-int color m3_ref_palette_secondary100 0x7f050136
-int color m3_ref_palette_secondary20 0x7f050137
-int color m3_ref_palette_secondary30 0x7f050138
-int color m3_ref_palette_secondary40 0x7f050139
-int color m3_ref_palette_secondary50 0x7f05013a
-int color m3_ref_palette_secondary60 0x7f05013b
-int color m3_ref_palette_secondary70 0x7f05013c
-int color m3_ref_palette_secondary80 0x7f05013d
-int color m3_ref_palette_secondary90 0x7f05013e
-int color m3_ref_palette_secondary95 0x7f05013f
-int color m3_ref_palette_secondary99 0x7f050140
-int color m3_ref_palette_tertiary0 0x7f050141
-int color m3_ref_palette_tertiary10 0x7f050142
-int color m3_ref_palette_tertiary100 0x7f050143
-int color m3_ref_palette_tertiary20 0x7f050144
-int color m3_ref_palette_tertiary30 0x7f050145
-int color m3_ref_palette_tertiary40 0x7f050146
-int color m3_ref_palette_tertiary50 0x7f050147
-int color m3_ref_palette_tertiary60 0x7f050148
-int color m3_ref_palette_tertiary70 0x7f050149
-int color m3_ref_palette_tertiary80 0x7f05014a
-int color m3_ref_palette_tertiary90 0x7f05014b
-int color m3_ref_palette_tertiary95 0x7f05014c
-int color m3_ref_palette_tertiary99 0x7f05014d
-int color m3_ref_palette_white 0x7f05014e
-int color m3_selection_control_ripple_color_selector 0x7f05014f
-int color m3_simple_item_ripple_color 0x7f050150
-int color m3_slider_active_track_color 0x7f050151
-int color m3_slider_active_track_color_legacy 0x7f050152
-int color m3_slider_halo_color_legacy 0x7f050153
-int color m3_slider_inactive_track_color 0x7f050154
-int color m3_slider_inactive_track_color_legacy 0x7f050155
-int color m3_slider_thumb_color 0x7f050156
-int color m3_slider_thumb_color_legacy 0x7f050157
-int color m3_switch_thumb_tint 0x7f050158
-int color m3_switch_track_tint 0x7f050159
-int color m3_sys_color_dark_background 0x7f05015a
-int color m3_sys_color_dark_error 0x7f05015b
-int color m3_sys_color_dark_error_container 0x7f05015c
-int color m3_sys_color_dark_inverse_on_surface 0x7f05015d
-int color m3_sys_color_dark_inverse_primary 0x7f05015e
-int color m3_sys_color_dark_inverse_surface 0x7f05015f
-int color m3_sys_color_dark_on_background 0x7f050160
-int color m3_sys_color_dark_on_error 0x7f050161
-int color m3_sys_color_dark_on_error_container 0x7f050162
-int color m3_sys_color_dark_on_primary 0x7f050163
-int color m3_sys_color_dark_on_primary_container 0x7f050164
-int color m3_sys_color_dark_on_secondary 0x7f050165
-int color m3_sys_color_dark_on_secondary_container 0x7f050166
-int color m3_sys_color_dark_on_surface 0x7f050167
-int color m3_sys_color_dark_on_surface_variant 0x7f050168
-int color m3_sys_color_dark_on_tertiary 0x7f050169
-int color m3_sys_color_dark_on_tertiary_container 0x7f05016a
-int color m3_sys_color_dark_outline 0x7f05016b
-int color m3_sys_color_dark_outline_variant 0x7f05016c
-int color m3_sys_color_dark_primary 0x7f05016d
-int color m3_sys_color_dark_primary_container 0x7f05016e
-int color m3_sys_color_dark_secondary 0x7f05016f
-int color m3_sys_color_dark_secondary_container 0x7f050170
-int color m3_sys_color_dark_surface 0x7f050171
-int color m3_sys_color_dark_surface_bright 0x7f050172
-int color m3_sys_color_dark_surface_container 0x7f050173
-int color m3_sys_color_dark_surface_container_high 0x7f050174
-int color m3_sys_color_dark_surface_container_highest 0x7f050175
-int color m3_sys_color_dark_surface_container_low 0x7f050176
-int color m3_sys_color_dark_surface_container_lowest 0x7f050177
-int color m3_sys_color_dark_surface_dim 0x7f050178
-int color m3_sys_color_dark_surface_variant 0x7f050179
-int color m3_sys_color_dark_tertiary 0x7f05017a
-int color m3_sys_color_dark_tertiary_container 0x7f05017b
-int color m3_sys_color_dynamic_dark_background 0x7f05017c
-int color m3_sys_color_dynamic_dark_error 0x7f05017d
-int color m3_sys_color_dynamic_dark_error_container 0x7f05017e
-int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f05017f
-int color m3_sys_color_dynamic_dark_inverse_primary 0x7f050180
-int color m3_sys_color_dynamic_dark_inverse_surface 0x7f050181
-int color m3_sys_color_dynamic_dark_on_background 0x7f050182
-int color m3_sys_color_dynamic_dark_on_error 0x7f050183
-int color m3_sys_color_dynamic_dark_on_error_container 0x7f050184
-int color m3_sys_color_dynamic_dark_on_primary 0x7f050185
-int color m3_sys_color_dynamic_dark_on_primary_container 0x7f050186
-int color m3_sys_color_dynamic_dark_on_secondary 0x7f050187
-int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050188
-int color m3_sys_color_dynamic_dark_on_surface 0x7f050189
-int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f05018a
-int color m3_sys_color_dynamic_dark_on_tertiary 0x7f05018b
-int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f05018c
-int color m3_sys_color_dynamic_dark_outline 0x7f05018d
-int color m3_sys_color_dynamic_dark_outline_variant 0x7f05018e
-int color m3_sys_color_dynamic_dark_primary 0x7f05018f
-int color m3_sys_color_dynamic_dark_primary_container 0x7f050190
-int color m3_sys_color_dynamic_dark_secondary 0x7f050191
-int color m3_sys_color_dynamic_dark_secondary_container 0x7f050192
-int color m3_sys_color_dynamic_dark_surface 0x7f050193
-int color m3_sys_color_dynamic_dark_surface_bright 0x7f050194
-int color m3_sys_color_dynamic_dark_surface_container 0x7f050195
-int color m3_sys_color_dynamic_dark_surface_container_high 0x7f050196
-int color m3_sys_color_dynamic_dark_surface_container_highest 0x7f050197
-int color m3_sys_color_dynamic_dark_surface_container_low 0x7f050198
-int color m3_sys_color_dynamic_dark_surface_container_lowest 0x7f050199
-int color m3_sys_color_dynamic_dark_surface_dim 0x7f05019a
-int color m3_sys_color_dynamic_dark_surface_variant 0x7f05019b
-int color m3_sys_color_dynamic_dark_tertiary 0x7f05019c
-int color m3_sys_color_dynamic_dark_tertiary_container 0x7f05019d
-int color m3_sys_color_dynamic_light_background 0x7f05019e
-int color m3_sys_color_dynamic_light_error 0x7f05019f
-int color m3_sys_color_dynamic_light_error_container 0x7f0501a0
-int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f0501a1
-int color m3_sys_color_dynamic_light_inverse_primary 0x7f0501a2
-int color m3_sys_color_dynamic_light_inverse_surface 0x7f0501a3
-int color m3_sys_color_dynamic_light_on_background 0x7f0501a4
-int color m3_sys_color_dynamic_light_on_error 0x7f0501a5
-int color m3_sys_color_dynamic_light_on_error_container 0x7f0501a6
-int color m3_sys_color_dynamic_light_on_primary 0x7f0501a7
-int color m3_sys_color_dynamic_light_on_primary_container 0x7f0501a8
-int color m3_sys_color_dynamic_light_on_secondary 0x7f0501a9
-int color m3_sys_color_dynamic_light_on_secondary_container 0x7f0501aa
-int color m3_sys_color_dynamic_light_on_surface 0x7f0501ab
-int color m3_sys_color_dynamic_light_on_surface_variant 0x7f0501ac
-int color m3_sys_color_dynamic_light_on_tertiary 0x7f0501ad
-int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f0501ae
-int color m3_sys_color_dynamic_light_outline 0x7f0501af
-int color m3_sys_color_dynamic_light_outline_variant 0x7f0501b0
-int color m3_sys_color_dynamic_light_primary 0x7f0501b1
-int color m3_sys_color_dynamic_light_primary_container 0x7f0501b2
-int color m3_sys_color_dynamic_light_secondary 0x7f0501b3
-int color m3_sys_color_dynamic_light_secondary_container 0x7f0501b4
-int color m3_sys_color_dynamic_light_surface 0x7f0501b5
-int color m3_sys_color_dynamic_light_surface_bright 0x7f0501b6
-int color m3_sys_color_dynamic_light_surface_container 0x7f0501b7
-int color m3_sys_color_dynamic_light_surface_container_high 0x7f0501b8
-int color m3_sys_color_dynamic_light_surface_container_highest 0x7f0501b9
-int color m3_sys_color_dynamic_light_surface_container_low 0x7f0501ba
-int color m3_sys_color_dynamic_light_surface_container_lowest 0x7f0501bb
-int color m3_sys_color_dynamic_light_surface_dim 0x7f0501bc
-int color m3_sys_color_dynamic_light_surface_variant 0x7f0501bd
-int color m3_sys_color_dynamic_light_tertiary 0x7f0501be
-int color m3_sys_color_dynamic_light_tertiary_container 0x7f0501bf
-int color m3_sys_color_dynamic_on_primary_fixed 0x7f0501c0
-int color m3_sys_color_dynamic_on_primary_fixed_variant 0x7f0501c1
-int color m3_sys_color_dynamic_on_secondary_fixed 0x7f0501c2
-int color m3_sys_color_dynamic_on_secondary_fixed_variant 0x7f0501c3
-int color m3_sys_color_dynamic_on_tertiary_fixed 0x7f0501c4
-int color m3_sys_color_dynamic_on_tertiary_fixed_variant 0x7f0501c5
-int color m3_sys_color_dynamic_primary_fixed 0x7f0501c6
-int color m3_sys_color_dynamic_primary_fixed_dim 0x7f0501c7
-int color m3_sys_color_dynamic_secondary_fixed 0x7f0501c8
-int color m3_sys_color_dynamic_secondary_fixed_dim 0x7f0501c9
-int color m3_sys_color_dynamic_tertiary_fixed 0x7f0501ca
-int color m3_sys_color_dynamic_tertiary_fixed_dim 0x7f0501cb
-int color m3_sys_color_light_background 0x7f0501cc
-int color m3_sys_color_light_error 0x7f0501cd
-int color m3_sys_color_light_error_container 0x7f0501ce
-int color m3_sys_color_light_inverse_on_surface 0x7f0501cf
-int color m3_sys_color_light_inverse_primary 0x7f0501d0
-int color m3_sys_color_light_inverse_surface 0x7f0501d1
-int color m3_sys_color_light_on_background 0x7f0501d2
-int color m3_sys_color_light_on_error 0x7f0501d3
-int color m3_sys_color_light_on_error_container 0x7f0501d4
-int color m3_sys_color_light_on_primary 0x7f0501d5
-int color m3_sys_color_light_on_primary_container 0x7f0501d6
-int color m3_sys_color_light_on_secondary 0x7f0501d7
-int color m3_sys_color_light_on_secondary_container 0x7f0501d8
-int color m3_sys_color_light_on_surface 0x7f0501d9
-int color m3_sys_color_light_on_surface_variant 0x7f0501da
-int color m3_sys_color_light_on_tertiary 0x7f0501db
-int color m3_sys_color_light_on_tertiary_container 0x7f0501dc
-int color m3_sys_color_light_outline 0x7f0501dd
-int color m3_sys_color_light_outline_variant 0x7f0501de
-int color m3_sys_color_light_primary 0x7f0501df
-int color m3_sys_color_light_primary_container 0x7f0501e0
-int color m3_sys_color_light_secondary 0x7f0501e1
-int color m3_sys_color_light_secondary_container 0x7f0501e2
-int color m3_sys_color_light_surface 0x7f0501e3
-int color m3_sys_color_light_surface_bright 0x7f0501e4
-int color m3_sys_color_light_surface_container 0x7f0501e5
-int color m3_sys_color_light_surface_container_high 0x7f0501e6
-int color m3_sys_color_light_surface_container_highest 0x7f0501e7
-int color m3_sys_color_light_surface_container_low 0x7f0501e8
-int color m3_sys_color_light_surface_container_lowest 0x7f0501e9
-int color m3_sys_color_light_surface_dim 0x7f0501ea
-int color m3_sys_color_light_surface_variant 0x7f0501eb
-int color m3_sys_color_light_tertiary 0x7f0501ec
-int color m3_sys_color_light_tertiary_container 0x7f0501ed
-int color m3_sys_color_on_primary_fixed 0x7f0501ee
-int color m3_sys_color_on_primary_fixed_variant 0x7f0501ef
-int color m3_sys_color_on_secondary_fixed 0x7f0501f0
-int color m3_sys_color_on_secondary_fixed_variant 0x7f0501f1
-int color m3_sys_color_on_tertiary_fixed 0x7f0501f2
-int color m3_sys_color_on_tertiary_fixed_variant 0x7f0501f3
-int color m3_sys_color_primary_fixed 0x7f0501f4
-int color m3_sys_color_primary_fixed_dim 0x7f0501f5
-int color m3_sys_color_secondary_fixed 0x7f0501f6
-int color m3_sys_color_secondary_fixed_dim 0x7f0501f7
-int color m3_sys_color_tertiary_fixed 0x7f0501f8
-int color m3_sys_color_tertiary_fixed_dim 0x7f0501f9
-int color m3_tabs_icon_color 0x7f0501fa
-int color m3_tabs_icon_color_secondary 0x7f0501fb
-int color m3_tabs_ripple_color 0x7f0501fc
-int color m3_tabs_ripple_color_secondary 0x7f0501fd
-int color m3_tabs_text_color 0x7f0501fe
-int color m3_tabs_text_color_secondary 0x7f0501ff
-int color m3_text_button_background_color_selector 0x7f050200
-int color m3_text_button_foreground_color_selector 0x7f050201
-int color m3_text_button_ripple_color_selector 0x7f050202
-int color m3_textfield_filled_background_color 0x7f050203
-int color m3_textfield_indicator_text_color 0x7f050204
-int color m3_textfield_input_text_color 0x7f050205
-int color m3_textfield_label_color 0x7f050206
-int color m3_textfield_stroke_color 0x7f050207
-int color m3_timepicker_button_background_color 0x7f050208
-int color m3_timepicker_button_ripple_color 0x7f050209
-int color m3_timepicker_button_text_color 0x7f05020a
-int color m3_timepicker_clock_text_color 0x7f05020b
-int color m3_timepicker_display_background_color 0x7f05020c
-int color m3_timepicker_display_ripple_color 0x7f05020d
-int color m3_timepicker_display_text_color 0x7f05020e
-int color m3_timepicker_secondary_text_button_ripple_color 0x7f05020f
-int color m3_timepicker_secondary_text_button_text_color 0x7f050210
-int color m3_timepicker_time_input_stroke_color 0x7f050211
-int color m3_tonal_button_ripple_color_selector 0x7f050212
-int color material_blue_grey_800 0x7f050213
-int color material_blue_grey_900 0x7f050214
-int color material_blue_grey_950 0x7f050215
-int color material_cursor_color 0x7f050216
-int color material_deep_teal_200 0x7f050217
-int color material_deep_teal_500 0x7f050218
-int color material_divider_color 0x7f050219
-int color material_dynamic_color_dark_error 0x7f05021a
-int color material_dynamic_color_dark_error_container 0x7f05021b
-int color material_dynamic_color_dark_on_error 0x7f05021c
-int color material_dynamic_color_dark_on_error_container 0x7f05021d
-int color material_dynamic_color_light_error 0x7f05021e
-int color material_dynamic_color_light_error_container 0x7f05021f
-int color material_dynamic_color_light_on_error 0x7f050220
-int color material_dynamic_color_light_on_error_container 0x7f050221
-int color material_dynamic_neutral0 0x7f050222
-int color material_dynamic_neutral10 0x7f050223
-int color material_dynamic_neutral100 0x7f050224
-int color material_dynamic_neutral20 0x7f050225
-int color material_dynamic_neutral30 0x7f050226
-int color material_dynamic_neutral40 0x7f050227
-int color material_dynamic_neutral50 0x7f050228
-int color material_dynamic_neutral60 0x7f050229
-int color material_dynamic_neutral70 0x7f05022a
-int color material_dynamic_neutral80 0x7f05022b
-int color material_dynamic_neutral90 0x7f05022c
-int color material_dynamic_neutral95 0x7f05022d
-int color material_dynamic_neutral99 0x7f05022e
-int color material_dynamic_neutral_variant0 0x7f05022f
-int color material_dynamic_neutral_variant10 0x7f050230
-int color material_dynamic_neutral_variant100 0x7f050231
-int color material_dynamic_neutral_variant20 0x7f050232
-int color material_dynamic_neutral_variant30 0x7f050233
-int color material_dynamic_neutral_variant40 0x7f050234
-int color material_dynamic_neutral_variant50 0x7f050235
-int color material_dynamic_neutral_variant60 0x7f050236
-int color material_dynamic_neutral_variant70 0x7f050237
-int color material_dynamic_neutral_variant80 0x7f050238
-int color material_dynamic_neutral_variant90 0x7f050239
-int color material_dynamic_neutral_variant95 0x7f05023a
-int color material_dynamic_neutral_variant99 0x7f05023b
-int color material_dynamic_primary0 0x7f05023c
-int color material_dynamic_primary10 0x7f05023d
-int color material_dynamic_primary100 0x7f05023e
-int color material_dynamic_primary20 0x7f05023f
-int color material_dynamic_primary30 0x7f050240
-int color material_dynamic_primary40 0x7f050241
-int color material_dynamic_primary50 0x7f050242
-int color material_dynamic_primary60 0x7f050243
-int color material_dynamic_primary70 0x7f050244
-int color material_dynamic_primary80 0x7f050245
-int color material_dynamic_primary90 0x7f050246
-int color material_dynamic_primary95 0x7f050247
-int color material_dynamic_primary99 0x7f050248
-int color material_dynamic_secondary0 0x7f050249
-int color material_dynamic_secondary10 0x7f05024a
-int color material_dynamic_secondary100 0x7f05024b
-int color material_dynamic_secondary20 0x7f05024c
-int color material_dynamic_secondary30 0x7f05024d
-int color material_dynamic_secondary40 0x7f05024e
-int color material_dynamic_secondary50 0x7f05024f
-int color material_dynamic_secondary60 0x7f050250
-int color material_dynamic_secondary70 0x7f050251
-int color material_dynamic_secondary80 0x7f050252
-int color material_dynamic_secondary90 0x7f050253
-int color material_dynamic_secondary95 0x7f050254
-int color material_dynamic_secondary99 0x7f050255
-int color material_dynamic_tertiary0 0x7f050256
-int color material_dynamic_tertiary10 0x7f050257
-int color material_dynamic_tertiary100 0x7f050258
-int color material_dynamic_tertiary20 0x7f050259
-int color material_dynamic_tertiary30 0x7f05025a
-int color material_dynamic_tertiary40 0x7f05025b
-int color material_dynamic_tertiary50 0x7f05025c
-int color material_dynamic_tertiary60 0x7f05025d
-int color material_dynamic_tertiary70 0x7f05025e
-int color material_dynamic_tertiary80 0x7f05025f
-int color material_dynamic_tertiary90 0x7f050260
-int color material_dynamic_tertiary95 0x7f050261
-int color material_dynamic_tertiary99 0x7f050262
-int color material_grey_100 0x7f050263
-int color material_grey_300 0x7f050264
-int color material_grey_50 0x7f050265
-int color material_grey_600 0x7f050266
-int color material_grey_800 0x7f050267
-int color material_grey_850 0x7f050268
-int color material_grey_900 0x7f050269
-int color material_harmonized_color_error 0x7f05026a
-int color material_harmonized_color_error_container 0x7f05026b
-int color material_harmonized_color_on_error 0x7f05026c
-int color material_harmonized_color_on_error_container 0x7f05026d
-int color material_on_background_disabled 0x7f05026e
-int color material_on_background_emphasis_high_type 0x7f05026f
-int color material_on_background_emphasis_medium 0x7f050270
-int color material_on_primary_disabled 0x7f050271
-int color material_on_primary_emphasis_high_type 0x7f050272
-int color material_on_primary_emphasis_medium 0x7f050273
-int color material_on_surface_disabled 0x7f050274
-int color material_on_surface_emphasis_high_type 0x7f050275
-int color material_on_surface_emphasis_medium 0x7f050276
-int color material_on_surface_stroke 0x7f050277
-int color material_personalized__highlighted_text 0x7f050278
-int color material_personalized__highlighted_text_inverse 0x7f050279
-int color material_personalized_color_background 0x7f05027a
-int color material_personalized_color_control_activated 0x7f05027b
-int color material_personalized_color_control_highlight 0x7f05027c
-int color material_personalized_color_control_normal 0x7f05027d
-int color material_personalized_color_error 0x7f05027e
-int color material_personalized_color_error_container 0x7f05027f
-int color material_personalized_color_on_background 0x7f050280
-int color material_personalized_color_on_error 0x7f050281
-int color material_personalized_color_on_error_container 0x7f050282
-int color material_personalized_color_on_primary 0x7f050283
-int color material_personalized_color_on_primary_container 0x7f050284
-int color material_personalized_color_on_secondary 0x7f050285
-int color material_personalized_color_on_secondary_container 0x7f050286
-int color material_personalized_color_on_surface 0x7f050287
-int color material_personalized_color_on_surface_inverse 0x7f050288
-int color material_personalized_color_on_surface_variant 0x7f050289
-int color material_personalized_color_on_tertiary 0x7f05028a
-int color material_personalized_color_on_tertiary_container 0x7f05028b
-int color material_personalized_color_outline 0x7f05028c
-int color material_personalized_color_outline_variant 0x7f05028d
-int color material_personalized_color_primary 0x7f05028e
-int color material_personalized_color_primary_container 0x7f05028f
-int color material_personalized_color_primary_inverse 0x7f050290
-int color material_personalized_color_primary_text 0x7f050291
-int color material_personalized_color_primary_text_inverse 0x7f050292
-int color material_personalized_color_secondary 0x7f050293
-int color material_personalized_color_secondary_container 0x7f050294
-int color material_personalized_color_secondary_text 0x7f050295
-int color material_personalized_color_secondary_text_inverse 0x7f050296
-int color material_personalized_color_surface 0x7f050297
-int color material_personalized_color_surface_bright 0x7f050298
-int color material_personalized_color_surface_container 0x7f050299
-int color material_personalized_color_surface_container_high 0x7f05029a
-int color material_personalized_color_surface_container_highest 0x7f05029b
-int color material_personalized_color_surface_container_low 0x7f05029c
-int color material_personalized_color_surface_container_lowest 0x7f05029d
-int color material_personalized_color_surface_dim 0x7f05029e
-int color material_personalized_color_surface_inverse 0x7f05029f
-int color material_personalized_color_surface_variant 0x7f0502a0
-int color material_personalized_color_tertiary 0x7f0502a1
-int color material_personalized_color_tertiary_container 0x7f0502a2
-int color material_personalized_color_text_hint_foreground_inverse 0x7f0502a3
-int color material_personalized_color_text_primary_inverse 0x7f0502a4
-int color material_personalized_color_text_primary_inverse_disable_only 0x7f0502a5
-int color material_personalized_color_text_secondary_and_tertiary_inverse 0x7f0502a6
-int color material_personalized_color_text_secondary_and_tertiary_inverse_disabled 0x7f0502a7
-int color material_personalized_hint_foreground 0x7f0502a8
-int color material_personalized_hint_foreground_inverse 0x7f0502a9
-int color material_personalized_primary_inverse_text_disable_only 0x7f0502aa
-int color material_personalized_primary_text_disable_only 0x7f0502ab
-int color material_slider_active_tick_marks_color 0x7f0502ac
-int color material_slider_active_track_color 0x7f0502ad
-int color material_slider_halo_color 0x7f0502ae
-int color material_slider_inactive_tick_marks_color 0x7f0502af
-int color material_slider_inactive_track_color 0x7f0502b0
-int color material_slider_thumb_color 0x7f0502b1
-int color material_timepicker_button_background 0x7f0502b2
-int color material_timepicker_button_stroke 0x7f0502b3
-int color material_timepicker_clock_text_color 0x7f0502b4
-int color material_timepicker_clockface 0x7f0502b5
-int color material_timepicker_modebutton_tint 0x7f0502b6
-int color mtrl_btn_bg_color_selector 0x7f0502b7
-int color mtrl_btn_ripple_color 0x7f0502b8
-int color mtrl_btn_stroke_color_selector 0x7f0502b9
-int color mtrl_btn_text_btn_bg_color_selector 0x7f0502ba
-int color mtrl_btn_text_btn_ripple_color 0x7f0502bb
-int color mtrl_btn_text_color_disabled 0x7f0502bc
-int color mtrl_btn_text_color_selector 0x7f0502bd
-int color mtrl_btn_transparent_bg_color 0x7f0502be
-int color mtrl_calendar_item_stroke_color 0x7f0502bf
-int color mtrl_calendar_selected_range 0x7f0502c0
-int color mtrl_card_view_foreground 0x7f0502c1
-int color mtrl_card_view_ripple 0x7f0502c2
-int color mtrl_chip_background_color 0x7f0502c3
-int color mtrl_chip_close_icon_tint 0x7f0502c4
-int color mtrl_chip_surface_color 0x7f0502c5
-int color mtrl_chip_text_color 0x7f0502c6
-int color mtrl_choice_chip_background_color 0x7f0502c7
-int color mtrl_choice_chip_ripple_color 0x7f0502c8
-int color mtrl_choice_chip_text_color 0x7f0502c9
-int color mtrl_error 0x7f0502ca
-int color mtrl_fab_bg_color_selector 0x7f0502cb
-int color mtrl_fab_icon_text_color_selector 0x7f0502cc
-int color mtrl_fab_ripple_color 0x7f0502cd
-int color mtrl_filled_background_color 0x7f0502ce
-int color mtrl_filled_icon_tint 0x7f0502cf
-int color mtrl_filled_stroke_color 0x7f0502d0
-int color mtrl_indicator_text_color 0x7f0502d1
-int color mtrl_navigation_bar_colored_item_tint 0x7f0502d2
-int color mtrl_navigation_bar_colored_ripple_color 0x7f0502d3
-int color mtrl_navigation_bar_item_tint 0x7f0502d4
-int color mtrl_navigation_bar_ripple_color 0x7f0502d5
-int color mtrl_navigation_item_background_color 0x7f0502d6
-int color mtrl_navigation_item_icon_tint 0x7f0502d7
-int color mtrl_navigation_item_text_color 0x7f0502d8
-int color mtrl_on_primary_text_btn_text_color_selector 0x7f0502d9
-int color mtrl_on_surface_ripple_color 0x7f0502da
-int color mtrl_outlined_icon_tint 0x7f0502db
-int color mtrl_outlined_stroke_color 0x7f0502dc
-int color mtrl_popupmenu_overlay_color 0x7f0502dd
-int color mtrl_scrim_color 0x7f0502de
-int color mtrl_switch_thumb_icon_tint 0x7f0502df
-int color mtrl_switch_thumb_tint 0x7f0502e0
-int color mtrl_switch_track_decoration_tint 0x7f0502e1
-int color mtrl_switch_track_tint 0x7f0502e2
-int color mtrl_tabs_colored_ripple_color 0x7f0502e3
-int color mtrl_tabs_icon_color_selector 0x7f0502e4
-int color mtrl_tabs_icon_color_selector_colored 0x7f0502e5
-int color mtrl_tabs_legacy_text_color_selector 0x7f0502e6
-int color mtrl_tabs_ripple_color 0x7f0502e7
-int color mtrl_text_btn_text_color_selector 0x7f0502e8
-int color mtrl_textinput_default_box_stroke_color 0x7f0502e9
-int color mtrl_textinput_disabled_color 0x7f0502ea
-int color mtrl_textinput_filled_box_default_background_color 0x7f0502eb
-int color mtrl_textinput_focused_box_stroke_color 0x7f0502ec
-int color mtrl_textinput_hovered_box_stroke_color 0x7f0502ed
-int color notification_action_color_filter 0x7f0502ee
-int color notification_icon_bg_color 0x7f0502ef
-int color primary_dark_material_dark 0x7f0502f0
-int color primary_dark_material_light 0x7f0502f1
-int color primary_material_dark 0x7f0502f2
-int color primary_material_light 0x7f0502f3
-int color primary_text_default_material_dark 0x7f0502f4
-int color primary_text_default_material_light 0x7f0502f5
-int color primary_text_disabled_material_dark 0x7f0502f6
-int color primary_text_disabled_material_light 0x7f0502f7
-int color ripple_material_dark 0x7f0502f8
-int color ripple_material_light 0x7f0502f9
-int color secondary_text_default_material_dark 0x7f0502fa
-int color secondary_text_default_material_light 0x7f0502fb
-int color secondary_text_disabled_material_dark 0x7f0502fc
-int color secondary_text_disabled_material_light 0x7f0502fd
-int color switch_thumb_disabled_material_dark 0x7f0502fe
-int color switch_thumb_disabled_material_light 0x7f0502ff
-int color switch_thumb_material_dark 0x7f050300
-int color switch_thumb_material_light 0x7f050301
-int color switch_thumb_normal_material_dark 0x7f050302
-int color switch_thumb_normal_material_light 0x7f050303
-int color tooltip_background_dark 0x7f050304
-int color tooltip_background_light 0x7f050305
-int color white 0x7f050306
+int color ic_launcher_background 0x7f050060
+int color m3_appbar_overlay_color 0x7f050061
+int color m3_assist_chip_icon_tint_color 0x7f050062
+int color m3_assist_chip_stroke_color 0x7f050063
+int color m3_bottom_sheet_drag_handle_color 0x7f050064
+int color m3_button_background_color_selector 0x7f050065
+int color m3_button_foreground_color_selector 0x7f050066
+int color m3_button_outline_color_selector 0x7f050067
+int color m3_button_ripple_color 0x7f050068
+int color m3_button_ripple_color_selector 0x7f050069
+int color m3_calendar_item_disabled_text 0x7f05006a
+int color m3_calendar_item_stroke_color 0x7f05006b
+int color m3_card_foreground_color 0x7f05006c
+int color m3_card_ripple_color 0x7f05006d
+int color m3_card_stroke_color 0x7f05006e
+int color m3_checkbox_button_icon_tint 0x7f05006f
+int color m3_checkbox_button_tint 0x7f050070
+int color m3_chip_assist_text_color 0x7f050071
+int color m3_chip_background_color 0x7f050072
+int color m3_chip_ripple_color 0x7f050073
+int color m3_chip_stroke_color 0x7f050074
+int color m3_chip_text_color 0x7f050075
+int color m3_dark_default_color_primary_text 0x7f050076
+int color m3_dark_default_color_secondary_text 0x7f050077
+int color m3_dark_highlighted_text 0x7f050078
+int color m3_dark_hint_foreground 0x7f050079
+int color m3_dark_primary_text_disable_only 0x7f05007a
+int color m3_default_color_primary_text 0x7f05007b
+int color m3_default_color_secondary_text 0x7f05007c
+int color m3_dynamic_dark_default_color_primary_text 0x7f05007d
+int color m3_dynamic_dark_default_color_secondary_text 0x7f05007e
+int color m3_dynamic_dark_highlighted_text 0x7f05007f
+int color m3_dynamic_dark_hint_foreground 0x7f050080
+int color m3_dynamic_dark_primary_text_disable_only 0x7f050081
+int color m3_dynamic_default_color_primary_text 0x7f050082
+int color m3_dynamic_default_color_secondary_text 0x7f050083
+int color m3_dynamic_highlighted_text 0x7f050084
+int color m3_dynamic_hint_foreground 0x7f050085
+int color m3_dynamic_primary_text_disable_only 0x7f050086
+int color m3_efab_ripple_color_selector 0x7f050087
+int color m3_elevated_chip_background_color 0x7f050088
+int color m3_fab_efab_background_color_selector 0x7f050089
+int color m3_fab_efab_foreground_color_selector 0x7f05008a
+int color m3_fab_ripple_color_selector 0x7f05008b
+int color m3_filled_icon_button_container_color_selector 0x7f05008c
+int color m3_highlighted_text 0x7f05008d
+int color m3_hint_foreground 0x7f05008e
+int color m3_icon_button_icon_color_selector 0x7f05008f
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f050090
+int color m3_navigation_bar_item_with_indicator_label_tint 0x7f050091
+int color m3_navigation_bar_ripple_color_selector 0x7f050092
+int color m3_navigation_item_background_color 0x7f050093
+int color m3_navigation_item_icon_tint 0x7f050094
+int color m3_navigation_item_ripple_color 0x7f050095
+int color m3_navigation_item_text_color 0x7f050096
+int color m3_navigation_rail_item_with_indicator_icon_tint 0x7f050097
+int color m3_navigation_rail_item_with_indicator_label_tint 0x7f050098
+int color m3_navigation_rail_ripple_color_selector 0x7f050099
+int color m3_popupmenu_overlay_color 0x7f05009a
+int color m3_primary_text_disable_only 0x7f05009b
+int color m3_radiobutton_button_tint 0x7f05009c
+int color m3_radiobutton_ripple_tint 0x7f05009d
+int color m3_ref_palette_black 0x7f05009e
+int color m3_ref_palette_dynamic_neutral0 0x7f05009f
+int color m3_ref_palette_dynamic_neutral10 0x7f0500a0
+int color m3_ref_palette_dynamic_neutral100 0x7f0500a1
+int color m3_ref_palette_dynamic_neutral12 0x7f0500a2
+int color m3_ref_palette_dynamic_neutral17 0x7f0500a3
+int color m3_ref_palette_dynamic_neutral20 0x7f0500a4
+int color m3_ref_palette_dynamic_neutral22 0x7f0500a5
+int color m3_ref_palette_dynamic_neutral24 0x7f0500a6
+int color m3_ref_palette_dynamic_neutral30 0x7f0500a7
+int color m3_ref_palette_dynamic_neutral4 0x7f0500a8
+int color m3_ref_palette_dynamic_neutral40 0x7f0500a9
+int color m3_ref_palette_dynamic_neutral50 0x7f0500aa
+int color m3_ref_palette_dynamic_neutral6 0x7f0500ab
+int color m3_ref_palette_dynamic_neutral60 0x7f0500ac
+int color m3_ref_palette_dynamic_neutral70 0x7f0500ad
+int color m3_ref_palette_dynamic_neutral80 0x7f0500ae
+int color m3_ref_palette_dynamic_neutral87 0x7f0500af
+int color m3_ref_palette_dynamic_neutral90 0x7f0500b0
+int color m3_ref_palette_dynamic_neutral92 0x7f0500b1
+int color m3_ref_palette_dynamic_neutral94 0x7f0500b2
+int color m3_ref_palette_dynamic_neutral95 0x7f0500b3
+int color m3_ref_palette_dynamic_neutral96 0x7f0500b4
+int color m3_ref_palette_dynamic_neutral98 0x7f0500b5
+int color m3_ref_palette_dynamic_neutral99 0x7f0500b6
+int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500b7
+int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500b8
+int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500b9
+int color m3_ref_palette_dynamic_neutral_variant12 0x7f0500ba
+int color m3_ref_palette_dynamic_neutral_variant17 0x7f0500bb
+int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500bc
+int color m3_ref_palette_dynamic_neutral_variant22 0x7f0500bd
+int color m3_ref_palette_dynamic_neutral_variant24 0x7f0500be
+int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500bf
+int color m3_ref_palette_dynamic_neutral_variant4 0x7f0500c0
+int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500c1
+int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500c2
+int color m3_ref_palette_dynamic_neutral_variant6 0x7f0500c3
+int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500c4
+int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500c5
+int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500c6
+int color m3_ref_palette_dynamic_neutral_variant87 0x7f0500c7
+int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500c8
+int color m3_ref_palette_dynamic_neutral_variant92 0x7f0500c9
+int color m3_ref_palette_dynamic_neutral_variant94 0x7f0500ca
+int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500cb
+int color m3_ref_palette_dynamic_neutral_variant96 0x7f0500cc
+int color m3_ref_palette_dynamic_neutral_variant98 0x7f0500cd
+int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500ce
+int color m3_ref_palette_dynamic_primary0 0x7f0500cf
+int color m3_ref_palette_dynamic_primary10 0x7f0500d0
+int color m3_ref_palette_dynamic_primary100 0x7f0500d1
+int color m3_ref_palette_dynamic_primary20 0x7f0500d2
+int color m3_ref_palette_dynamic_primary30 0x7f0500d3
+int color m3_ref_palette_dynamic_primary40 0x7f0500d4
+int color m3_ref_palette_dynamic_primary50 0x7f0500d5
+int color m3_ref_palette_dynamic_primary60 0x7f0500d6
+int color m3_ref_palette_dynamic_primary70 0x7f0500d7
+int color m3_ref_palette_dynamic_primary80 0x7f0500d8
+int color m3_ref_palette_dynamic_primary90 0x7f0500d9
+int color m3_ref_palette_dynamic_primary95 0x7f0500da
+int color m3_ref_palette_dynamic_primary99 0x7f0500db
+int color m3_ref_palette_dynamic_secondary0 0x7f0500dc
+int color m3_ref_palette_dynamic_secondary10 0x7f0500dd
+int color m3_ref_palette_dynamic_secondary100 0x7f0500de
+int color m3_ref_palette_dynamic_secondary20 0x7f0500df
+int color m3_ref_palette_dynamic_secondary30 0x7f0500e0
+int color m3_ref_palette_dynamic_secondary40 0x7f0500e1
+int color m3_ref_palette_dynamic_secondary50 0x7f0500e2
+int color m3_ref_palette_dynamic_secondary60 0x7f0500e3
+int color m3_ref_palette_dynamic_secondary70 0x7f0500e4
+int color m3_ref_palette_dynamic_secondary80 0x7f0500e5
+int color m3_ref_palette_dynamic_secondary90 0x7f0500e6
+int color m3_ref_palette_dynamic_secondary95 0x7f0500e7
+int color m3_ref_palette_dynamic_secondary99 0x7f0500e8
+int color m3_ref_palette_dynamic_tertiary0 0x7f0500e9
+int color m3_ref_palette_dynamic_tertiary10 0x7f0500ea
+int color m3_ref_palette_dynamic_tertiary100 0x7f0500eb
+int color m3_ref_palette_dynamic_tertiary20 0x7f0500ec
+int color m3_ref_palette_dynamic_tertiary30 0x7f0500ed
+int color m3_ref_palette_dynamic_tertiary40 0x7f0500ee
+int color m3_ref_palette_dynamic_tertiary50 0x7f0500ef
+int color m3_ref_palette_dynamic_tertiary60 0x7f0500f0
+int color m3_ref_palette_dynamic_tertiary70 0x7f0500f1
+int color m3_ref_palette_dynamic_tertiary80 0x7f0500f2
+int color m3_ref_palette_dynamic_tertiary90 0x7f0500f3
+int color m3_ref_palette_dynamic_tertiary95 0x7f0500f4
+int color m3_ref_palette_dynamic_tertiary99 0x7f0500f5
+int color m3_ref_palette_error0 0x7f0500f6
+int color m3_ref_palette_error10 0x7f0500f7
+int color m3_ref_palette_error100 0x7f0500f8
+int color m3_ref_palette_error20 0x7f0500f9
+int color m3_ref_palette_error30 0x7f0500fa
+int color m3_ref_palette_error40 0x7f0500fb
+int color m3_ref_palette_error50 0x7f0500fc
+int color m3_ref_palette_error60 0x7f0500fd
+int color m3_ref_palette_error70 0x7f0500fe
+int color m3_ref_palette_error80 0x7f0500ff
+int color m3_ref_palette_error90 0x7f050100
+int color m3_ref_palette_error95 0x7f050101
+int color m3_ref_palette_error99 0x7f050102
+int color m3_ref_palette_neutral0 0x7f050103
+int color m3_ref_palette_neutral10 0x7f050104
+int color m3_ref_palette_neutral100 0x7f050105
+int color m3_ref_palette_neutral12 0x7f050106
+int color m3_ref_palette_neutral17 0x7f050107
+int color m3_ref_palette_neutral20 0x7f050108
+int color m3_ref_palette_neutral22 0x7f050109
+int color m3_ref_palette_neutral24 0x7f05010a
+int color m3_ref_palette_neutral30 0x7f05010b
+int color m3_ref_palette_neutral4 0x7f05010c
+int color m3_ref_palette_neutral40 0x7f05010d
+int color m3_ref_palette_neutral50 0x7f05010e
+int color m3_ref_palette_neutral6 0x7f05010f
+int color m3_ref_palette_neutral60 0x7f050110
+int color m3_ref_palette_neutral70 0x7f050111
+int color m3_ref_palette_neutral80 0x7f050112
+int color m3_ref_palette_neutral87 0x7f050113
+int color m3_ref_palette_neutral90 0x7f050114
+int color m3_ref_palette_neutral92 0x7f050115
+int color m3_ref_palette_neutral94 0x7f050116
+int color m3_ref_palette_neutral95 0x7f050117
+int color m3_ref_palette_neutral96 0x7f050118
+int color m3_ref_palette_neutral98 0x7f050119
+int color m3_ref_palette_neutral99 0x7f05011a
+int color m3_ref_palette_neutral_variant0 0x7f05011b
+int color m3_ref_palette_neutral_variant10 0x7f05011c
+int color m3_ref_palette_neutral_variant100 0x7f05011d
+int color m3_ref_palette_neutral_variant20 0x7f05011e
+int color m3_ref_palette_neutral_variant30 0x7f05011f
+int color m3_ref_palette_neutral_variant40 0x7f050120
+int color m3_ref_palette_neutral_variant50 0x7f050121
+int color m3_ref_palette_neutral_variant60 0x7f050122
+int color m3_ref_palette_neutral_variant70 0x7f050123
+int color m3_ref_palette_neutral_variant80 0x7f050124
+int color m3_ref_palette_neutral_variant90 0x7f050125
+int color m3_ref_palette_neutral_variant95 0x7f050126
+int color m3_ref_palette_neutral_variant99 0x7f050127
+int color m3_ref_palette_primary0 0x7f050128
+int color m3_ref_palette_primary10 0x7f050129
+int color m3_ref_palette_primary100 0x7f05012a
+int color m3_ref_palette_primary20 0x7f05012b
+int color m3_ref_palette_primary30 0x7f05012c
+int color m3_ref_palette_primary40 0x7f05012d
+int color m3_ref_palette_primary50 0x7f05012e
+int color m3_ref_palette_primary60 0x7f05012f
+int color m3_ref_palette_primary70 0x7f050130
+int color m3_ref_palette_primary80 0x7f050131
+int color m3_ref_palette_primary90 0x7f050132
+int color m3_ref_palette_primary95 0x7f050133
+int color m3_ref_palette_primary99 0x7f050134
+int color m3_ref_palette_secondary0 0x7f050135
+int color m3_ref_palette_secondary10 0x7f050136
+int color m3_ref_palette_secondary100 0x7f050137
+int color m3_ref_palette_secondary20 0x7f050138
+int color m3_ref_palette_secondary30 0x7f050139
+int color m3_ref_palette_secondary40 0x7f05013a
+int color m3_ref_palette_secondary50 0x7f05013b
+int color m3_ref_palette_secondary60 0x7f05013c
+int color m3_ref_palette_secondary70 0x7f05013d
+int color m3_ref_palette_secondary80 0x7f05013e
+int color m3_ref_palette_secondary90 0x7f05013f
+int color m3_ref_palette_secondary95 0x7f050140
+int color m3_ref_palette_secondary99 0x7f050141
+int color m3_ref_palette_tertiary0 0x7f050142
+int color m3_ref_palette_tertiary10 0x7f050143
+int color m3_ref_palette_tertiary100 0x7f050144
+int color m3_ref_palette_tertiary20 0x7f050145
+int color m3_ref_palette_tertiary30 0x7f050146
+int color m3_ref_palette_tertiary40 0x7f050147
+int color m3_ref_palette_tertiary50 0x7f050148
+int color m3_ref_palette_tertiary60 0x7f050149
+int color m3_ref_palette_tertiary70 0x7f05014a
+int color m3_ref_palette_tertiary80 0x7f05014b
+int color m3_ref_palette_tertiary90 0x7f05014c
+int color m3_ref_palette_tertiary95 0x7f05014d
+int color m3_ref_palette_tertiary99 0x7f05014e
+int color m3_ref_palette_white 0x7f05014f
+int color m3_selection_control_ripple_color_selector 0x7f050150
+int color m3_simple_item_ripple_color 0x7f050151
+int color m3_slider_active_track_color 0x7f050152
+int color m3_slider_active_track_color_legacy 0x7f050153
+int color m3_slider_halo_color_legacy 0x7f050154
+int color m3_slider_inactive_track_color 0x7f050155
+int color m3_slider_inactive_track_color_legacy 0x7f050156
+int color m3_slider_thumb_color 0x7f050157
+int color m3_slider_thumb_color_legacy 0x7f050158
+int color m3_switch_thumb_tint 0x7f050159
+int color m3_switch_track_tint 0x7f05015a
+int color m3_sys_color_dark_background 0x7f05015b
+int color m3_sys_color_dark_error 0x7f05015c
+int color m3_sys_color_dark_error_container 0x7f05015d
+int color m3_sys_color_dark_inverse_on_surface 0x7f05015e
+int color m3_sys_color_dark_inverse_primary 0x7f05015f
+int color m3_sys_color_dark_inverse_surface 0x7f050160
+int color m3_sys_color_dark_on_background 0x7f050161
+int color m3_sys_color_dark_on_error 0x7f050162
+int color m3_sys_color_dark_on_error_container 0x7f050163
+int color m3_sys_color_dark_on_primary 0x7f050164
+int color m3_sys_color_dark_on_primary_container 0x7f050165
+int color m3_sys_color_dark_on_secondary 0x7f050166
+int color m3_sys_color_dark_on_secondary_container 0x7f050167
+int color m3_sys_color_dark_on_surface 0x7f050168
+int color m3_sys_color_dark_on_surface_variant 0x7f050169
+int color m3_sys_color_dark_on_tertiary 0x7f05016a
+int color m3_sys_color_dark_on_tertiary_container 0x7f05016b
+int color m3_sys_color_dark_outline 0x7f05016c
+int color m3_sys_color_dark_outline_variant 0x7f05016d
+int color m3_sys_color_dark_primary 0x7f05016e
+int color m3_sys_color_dark_primary_container 0x7f05016f
+int color m3_sys_color_dark_secondary 0x7f050170
+int color m3_sys_color_dark_secondary_container 0x7f050171
+int color m3_sys_color_dark_surface 0x7f050172
+int color m3_sys_color_dark_surface_bright 0x7f050173
+int color m3_sys_color_dark_surface_container 0x7f050174
+int color m3_sys_color_dark_surface_container_high 0x7f050175
+int color m3_sys_color_dark_surface_container_highest 0x7f050176
+int color m3_sys_color_dark_surface_container_low 0x7f050177
+int color m3_sys_color_dark_surface_container_lowest 0x7f050178
+int color m3_sys_color_dark_surface_dim 0x7f050179
+int color m3_sys_color_dark_surface_variant 0x7f05017a
+int color m3_sys_color_dark_tertiary 0x7f05017b
+int color m3_sys_color_dark_tertiary_container 0x7f05017c
+int color m3_sys_color_dynamic_dark_background 0x7f05017d
+int color m3_sys_color_dynamic_dark_error 0x7f05017e
+int color m3_sys_color_dynamic_dark_error_container 0x7f05017f
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f050180
+int color m3_sys_color_dynamic_dark_inverse_primary 0x7f050181
+int color m3_sys_color_dynamic_dark_inverse_surface 0x7f050182
+int color m3_sys_color_dynamic_dark_on_background 0x7f050183
+int color m3_sys_color_dynamic_dark_on_error 0x7f050184
+int color m3_sys_color_dynamic_dark_on_error_container 0x7f050185
+int color m3_sys_color_dynamic_dark_on_primary 0x7f050186
+int color m3_sys_color_dynamic_dark_on_primary_container 0x7f050187
+int color m3_sys_color_dynamic_dark_on_secondary 0x7f050188
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050189
+int color m3_sys_color_dynamic_dark_on_surface 0x7f05018a
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f05018b
+int color m3_sys_color_dynamic_dark_on_tertiary 0x7f05018c
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f05018d
+int color m3_sys_color_dynamic_dark_outline 0x7f05018e
+int color m3_sys_color_dynamic_dark_outline_variant 0x7f05018f
+int color m3_sys_color_dynamic_dark_primary 0x7f050190
+int color m3_sys_color_dynamic_dark_primary_container 0x7f050191
+int color m3_sys_color_dynamic_dark_secondary 0x7f050192
+int color m3_sys_color_dynamic_dark_secondary_container 0x7f050193
+int color m3_sys_color_dynamic_dark_surface 0x7f050194
+int color m3_sys_color_dynamic_dark_surface_bright 0x7f050195
+int color m3_sys_color_dynamic_dark_surface_container 0x7f050196
+int color m3_sys_color_dynamic_dark_surface_container_high 0x7f050197
+int color m3_sys_color_dynamic_dark_surface_container_highest 0x7f050198
+int color m3_sys_color_dynamic_dark_surface_container_low 0x7f050199
+int color m3_sys_color_dynamic_dark_surface_container_lowest 0x7f05019a
+int color m3_sys_color_dynamic_dark_surface_dim 0x7f05019b
+int color m3_sys_color_dynamic_dark_surface_variant 0x7f05019c
+int color m3_sys_color_dynamic_dark_tertiary 0x7f05019d
+int color m3_sys_color_dynamic_dark_tertiary_container 0x7f05019e
+int color m3_sys_color_dynamic_light_background 0x7f05019f
+int color m3_sys_color_dynamic_light_error 0x7f0501a0
+int color m3_sys_color_dynamic_light_error_container 0x7f0501a1
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f0501a2
+int color m3_sys_color_dynamic_light_inverse_primary 0x7f0501a3
+int color m3_sys_color_dynamic_light_inverse_surface 0x7f0501a4
+int color m3_sys_color_dynamic_light_on_background 0x7f0501a5
+int color m3_sys_color_dynamic_light_on_error 0x7f0501a6
+int color m3_sys_color_dynamic_light_on_error_container 0x7f0501a7
+int color m3_sys_color_dynamic_light_on_primary 0x7f0501a8
+int color m3_sys_color_dynamic_light_on_primary_container 0x7f0501a9
+int color m3_sys_color_dynamic_light_on_secondary 0x7f0501aa
+int color m3_sys_color_dynamic_light_on_secondary_container 0x7f0501ab
+int color m3_sys_color_dynamic_light_on_surface 0x7f0501ac
+int color m3_sys_color_dynamic_light_on_surface_variant 0x7f0501ad
+int color m3_sys_color_dynamic_light_on_tertiary 0x7f0501ae
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f0501af
+int color m3_sys_color_dynamic_light_outline 0x7f0501b0
+int color m3_sys_color_dynamic_light_outline_variant 0x7f0501b1
+int color m3_sys_color_dynamic_light_primary 0x7f0501b2
+int color m3_sys_color_dynamic_light_primary_container 0x7f0501b3
+int color m3_sys_color_dynamic_light_secondary 0x7f0501b4
+int color m3_sys_color_dynamic_light_secondary_container 0x7f0501b5
+int color m3_sys_color_dynamic_light_surface 0x7f0501b6
+int color m3_sys_color_dynamic_light_surface_bright 0x7f0501b7
+int color m3_sys_color_dynamic_light_surface_container 0x7f0501b8
+int color m3_sys_color_dynamic_light_surface_container_high 0x7f0501b9
+int color m3_sys_color_dynamic_light_surface_container_highest 0x7f0501ba
+int color m3_sys_color_dynamic_light_surface_container_low 0x7f0501bb
+int color m3_sys_color_dynamic_light_surface_container_lowest 0x7f0501bc
+int color m3_sys_color_dynamic_light_surface_dim 0x7f0501bd
+int color m3_sys_color_dynamic_light_surface_variant 0x7f0501be
+int color m3_sys_color_dynamic_light_tertiary 0x7f0501bf
+int color m3_sys_color_dynamic_light_tertiary_container 0x7f0501c0
+int color m3_sys_color_dynamic_on_primary_fixed 0x7f0501c1
+int color m3_sys_color_dynamic_on_primary_fixed_variant 0x7f0501c2
+int color m3_sys_color_dynamic_on_secondary_fixed 0x7f0501c3
+int color m3_sys_color_dynamic_on_secondary_fixed_variant 0x7f0501c4
+int color m3_sys_color_dynamic_on_tertiary_fixed 0x7f0501c5
+int color m3_sys_color_dynamic_on_tertiary_fixed_variant 0x7f0501c6
+int color m3_sys_color_dynamic_primary_fixed 0x7f0501c7
+int color m3_sys_color_dynamic_primary_fixed_dim 0x7f0501c8
+int color m3_sys_color_dynamic_secondary_fixed 0x7f0501c9
+int color m3_sys_color_dynamic_secondary_fixed_dim 0x7f0501ca
+int color m3_sys_color_dynamic_tertiary_fixed 0x7f0501cb
+int color m3_sys_color_dynamic_tertiary_fixed_dim 0x7f0501cc
+int color m3_sys_color_light_background 0x7f0501cd
+int color m3_sys_color_light_error 0x7f0501ce
+int color m3_sys_color_light_error_container 0x7f0501cf
+int color m3_sys_color_light_inverse_on_surface 0x7f0501d0
+int color m3_sys_color_light_inverse_primary 0x7f0501d1
+int color m3_sys_color_light_inverse_surface 0x7f0501d2
+int color m3_sys_color_light_on_background 0x7f0501d3
+int color m3_sys_color_light_on_error 0x7f0501d4
+int color m3_sys_color_light_on_error_container 0x7f0501d5
+int color m3_sys_color_light_on_primary 0x7f0501d6
+int color m3_sys_color_light_on_primary_container 0x7f0501d7
+int color m3_sys_color_light_on_secondary 0x7f0501d8
+int color m3_sys_color_light_on_secondary_container 0x7f0501d9
+int color m3_sys_color_light_on_surface 0x7f0501da
+int color m3_sys_color_light_on_surface_variant 0x7f0501db
+int color m3_sys_color_light_on_tertiary 0x7f0501dc
+int color m3_sys_color_light_on_tertiary_container 0x7f0501dd
+int color m3_sys_color_light_outline 0x7f0501de
+int color m3_sys_color_light_outline_variant 0x7f0501df
+int color m3_sys_color_light_primary 0x7f0501e0
+int color m3_sys_color_light_primary_container 0x7f0501e1
+int color m3_sys_color_light_secondary 0x7f0501e2
+int color m3_sys_color_light_secondary_container 0x7f0501e3
+int color m3_sys_color_light_surface 0x7f0501e4
+int color m3_sys_color_light_surface_bright 0x7f0501e5
+int color m3_sys_color_light_surface_container 0x7f0501e6
+int color m3_sys_color_light_surface_container_high 0x7f0501e7
+int color m3_sys_color_light_surface_container_highest 0x7f0501e8
+int color m3_sys_color_light_surface_container_low 0x7f0501e9
+int color m3_sys_color_light_surface_container_lowest 0x7f0501ea
+int color m3_sys_color_light_surface_dim 0x7f0501eb
+int color m3_sys_color_light_surface_variant 0x7f0501ec
+int color m3_sys_color_light_tertiary 0x7f0501ed
+int color m3_sys_color_light_tertiary_container 0x7f0501ee
+int color m3_sys_color_on_primary_fixed 0x7f0501ef
+int color m3_sys_color_on_primary_fixed_variant 0x7f0501f0
+int color m3_sys_color_on_secondary_fixed 0x7f0501f1
+int color m3_sys_color_on_secondary_fixed_variant 0x7f0501f2
+int color m3_sys_color_on_tertiary_fixed 0x7f0501f3
+int color m3_sys_color_on_tertiary_fixed_variant 0x7f0501f4
+int color m3_sys_color_primary_fixed 0x7f0501f5
+int color m3_sys_color_primary_fixed_dim 0x7f0501f6
+int color m3_sys_color_secondary_fixed 0x7f0501f7
+int color m3_sys_color_secondary_fixed_dim 0x7f0501f8
+int color m3_sys_color_tertiary_fixed 0x7f0501f9
+int color m3_sys_color_tertiary_fixed_dim 0x7f0501fa
+int color m3_tabs_icon_color 0x7f0501fb
+int color m3_tabs_icon_color_secondary 0x7f0501fc
+int color m3_tabs_ripple_color 0x7f0501fd
+int color m3_tabs_ripple_color_secondary 0x7f0501fe
+int color m3_tabs_text_color 0x7f0501ff
+int color m3_tabs_text_color_secondary 0x7f050200
+int color m3_text_button_background_color_selector 0x7f050201
+int color m3_text_button_foreground_color_selector 0x7f050202
+int color m3_text_button_ripple_color_selector 0x7f050203
+int color m3_textfield_filled_background_color 0x7f050204
+int color m3_textfield_indicator_text_color 0x7f050205
+int color m3_textfield_input_text_color 0x7f050206
+int color m3_textfield_label_color 0x7f050207
+int color m3_textfield_stroke_color 0x7f050208
+int color m3_timepicker_button_background_color 0x7f050209
+int color m3_timepicker_button_ripple_color 0x7f05020a
+int color m3_timepicker_button_text_color 0x7f05020b
+int color m3_timepicker_clock_text_color 0x7f05020c
+int color m3_timepicker_display_background_color 0x7f05020d
+int color m3_timepicker_display_ripple_color 0x7f05020e
+int color m3_timepicker_display_text_color 0x7f05020f
+int color m3_timepicker_secondary_text_button_ripple_color 0x7f050210
+int color m3_timepicker_secondary_text_button_text_color 0x7f050211
+int color m3_timepicker_time_input_stroke_color 0x7f050212
+int color m3_tonal_button_ripple_color_selector 0x7f050213
+int color material_blue_grey_800 0x7f050214
+int color material_blue_grey_900 0x7f050215
+int color material_blue_grey_950 0x7f050216
+int color material_cursor_color 0x7f050217
+int color material_deep_teal_200 0x7f050218
+int color material_deep_teal_500 0x7f050219
+int color material_divider_color 0x7f05021a
+int color material_dynamic_color_dark_error 0x7f05021b
+int color material_dynamic_color_dark_error_container 0x7f05021c
+int color material_dynamic_color_dark_on_error 0x7f05021d
+int color material_dynamic_color_dark_on_error_container 0x7f05021e
+int color material_dynamic_color_light_error 0x7f05021f
+int color material_dynamic_color_light_error_container 0x7f050220
+int color material_dynamic_color_light_on_error 0x7f050221
+int color material_dynamic_color_light_on_error_container 0x7f050222
+int color material_dynamic_neutral0 0x7f050223
+int color material_dynamic_neutral10 0x7f050224
+int color material_dynamic_neutral100 0x7f050225
+int color material_dynamic_neutral20 0x7f050226
+int color material_dynamic_neutral30 0x7f050227
+int color material_dynamic_neutral40 0x7f050228
+int color material_dynamic_neutral50 0x7f050229
+int color material_dynamic_neutral60 0x7f05022a
+int color material_dynamic_neutral70 0x7f05022b
+int color material_dynamic_neutral80 0x7f05022c
+int color material_dynamic_neutral90 0x7f05022d
+int color material_dynamic_neutral95 0x7f05022e
+int color material_dynamic_neutral99 0x7f05022f
+int color material_dynamic_neutral_variant0 0x7f050230
+int color material_dynamic_neutral_variant10 0x7f050231
+int color material_dynamic_neutral_variant100 0x7f050232
+int color material_dynamic_neutral_variant20 0x7f050233
+int color material_dynamic_neutral_variant30 0x7f050234
+int color material_dynamic_neutral_variant40 0x7f050235
+int color material_dynamic_neutral_variant50 0x7f050236
+int color material_dynamic_neutral_variant60 0x7f050237
+int color material_dynamic_neutral_variant70 0x7f050238
+int color material_dynamic_neutral_variant80 0x7f050239
+int color material_dynamic_neutral_variant90 0x7f05023a
+int color material_dynamic_neutral_variant95 0x7f05023b
+int color material_dynamic_neutral_variant99 0x7f05023c
+int color material_dynamic_primary0 0x7f05023d
+int color material_dynamic_primary10 0x7f05023e
+int color material_dynamic_primary100 0x7f05023f
+int color material_dynamic_primary20 0x7f050240
+int color material_dynamic_primary30 0x7f050241
+int color material_dynamic_primary40 0x7f050242
+int color material_dynamic_primary50 0x7f050243
+int color material_dynamic_primary60 0x7f050244
+int color material_dynamic_primary70 0x7f050245
+int color material_dynamic_primary80 0x7f050246
+int color material_dynamic_primary90 0x7f050247
+int color material_dynamic_primary95 0x7f050248
+int color material_dynamic_primary99 0x7f050249
+int color material_dynamic_secondary0 0x7f05024a
+int color material_dynamic_secondary10 0x7f05024b
+int color material_dynamic_secondary100 0x7f05024c
+int color material_dynamic_secondary20 0x7f05024d
+int color material_dynamic_secondary30 0x7f05024e
+int color material_dynamic_secondary40 0x7f05024f
+int color material_dynamic_secondary50 0x7f050250
+int color material_dynamic_secondary60 0x7f050251
+int color material_dynamic_secondary70 0x7f050252
+int color material_dynamic_secondary80 0x7f050253
+int color material_dynamic_secondary90 0x7f050254
+int color material_dynamic_secondary95 0x7f050255
+int color material_dynamic_secondary99 0x7f050256
+int color material_dynamic_tertiary0 0x7f050257
+int color material_dynamic_tertiary10 0x7f050258
+int color material_dynamic_tertiary100 0x7f050259
+int color material_dynamic_tertiary20 0x7f05025a
+int color material_dynamic_tertiary30 0x7f05025b
+int color material_dynamic_tertiary40 0x7f05025c
+int color material_dynamic_tertiary50 0x7f05025d
+int color material_dynamic_tertiary60 0x7f05025e
+int color material_dynamic_tertiary70 0x7f05025f
+int color material_dynamic_tertiary80 0x7f050260
+int color material_dynamic_tertiary90 0x7f050261
+int color material_dynamic_tertiary95 0x7f050262
+int color material_dynamic_tertiary99 0x7f050263
+int color material_grey_100 0x7f050264
+int color material_grey_300 0x7f050265
+int color material_grey_50 0x7f050266
+int color material_grey_600 0x7f050267
+int color material_grey_800 0x7f050268
+int color material_grey_850 0x7f050269
+int color material_grey_900 0x7f05026a
+int color material_harmonized_color_error 0x7f05026b
+int color material_harmonized_color_error_container 0x7f05026c
+int color material_harmonized_color_on_error 0x7f05026d
+int color material_harmonized_color_on_error_container 0x7f05026e
+int color material_on_background_disabled 0x7f05026f
+int color material_on_background_emphasis_high_type 0x7f050270
+int color material_on_background_emphasis_medium 0x7f050271
+int color material_on_primary_disabled 0x7f050272
+int color material_on_primary_emphasis_high_type 0x7f050273
+int color material_on_primary_emphasis_medium 0x7f050274
+int color material_on_surface_disabled 0x7f050275
+int color material_on_surface_emphasis_high_type 0x7f050276
+int color material_on_surface_emphasis_medium 0x7f050277
+int color material_on_surface_stroke 0x7f050278
+int color material_personalized__highlighted_text 0x7f050279
+int color material_personalized__highlighted_text_inverse 0x7f05027a
+int color material_personalized_color_background 0x7f05027b
+int color material_personalized_color_control_activated 0x7f05027c
+int color material_personalized_color_control_highlight 0x7f05027d
+int color material_personalized_color_control_normal 0x7f05027e
+int color material_personalized_color_error 0x7f05027f
+int color material_personalized_color_error_container 0x7f050280
+int color material_personalized_color_on_background 0x7f050281
+int color material_personalized_color_on_error 0x7f050282
+int color material_personalized_color_on_error_container 0x7f050283
+int color material_personalized_color_on_primary 0x7f050284
+int color material_personalized_color_on_primary_container 0x7f050285
+int color material_personalized_color_on_secondary 0x7f050286
+int color material_personalized_color_on_secondary_container 0x7f050287
+int color material_personalized_color_on_surface 0x7f050288
+int color material_personalized_color_on_surface_inverse 0x7f050289
+int color material_personalized_color_on_surface_variant 0x7f05028a
+int color material_personalized_color_on_tertiary 0x7f05028b
+int color material_personalized_color_on_tertiary_container 0x7f05028c
+int color material_personalized_color_outline 0x7f05028d
+int color material_personalized_color_outline_variant 0x7f05028e
+int color material_personalized_color_primary 0x7f05028f
+int color material_personalized_color_primary_container 0x7f050290
+int color material_personalized_color_primary_inverse 0x7f050291
+int color material_personalized_color_primary_text 0x7f050292
+int color material_personalized_color_primary_text_inverse 0x7f050293
+int color material_personalized_color_secondary 0x7f050294
+int color material_personalized_color_secondary_container 0x7f050295
+int color material_personalized_color_secondary_text 0x7f050296
+int color material_personalized_color_secondary_text_inverse 0x7f050297
+int color material_personalized_color_surface 0x7f050298
+int color material_personalized_color_surface_bright 0x7f050299
+int color material_personalized_color_surface_container 0x7f05029a
+int color material_personalized_color_surface_container_high 0x7f05029b
+int color material_personalized_color_surface_container_highest 0x7f05029c
+int color material_personalized_color_surface_container_low 0x7f05029d
+int color material_personalized_color_surface_container_lowest 0x7f05029e
+int color material_personalized_color_surface_dim 0x7f05029f
+int color material_personalized_color_surface_inverse 0x7f0502a0
+int color material_personalized_color_surface_variant 0x7f0502a1
+int color material_personalized_color_tertiary 0x7f0502a2
+int color material_personalized_color_tertiary_container 0x7f0502a3
+int color material_personalized_color_text_hint_foreground_inverse 0x7f0502a4
+int color material_personalized_color_text_primary_inverse 0x7f0502a5
+int color material_personalized_color_text_primary_inverse_disable_only 0x7f0502a6
+int color material_personalized_color_text_secondary_and_tertiary_inverse 0x7f0502a7
+int color material_personalized_color_text_secondary_and_tertiary_inverse_disabled 0x7f0502a8
+int color material_personalized_hint_foreground 0x7f0502a9
+int color material_personalized_hint_foreground_inverse 0x7f0502aa
+int color material_personalized_primary_inverse_text_disable_only 0x7f0502ab
+int color material_personalized_primary_text_disable_only 0x7f0502ac
+int color material_slider_active_tick_marks_color 0x7f0502ad
+int color material_slider_active_track_color 0x7f0502ae
+int color material_slider_halo_color 0x7f0502af
+int color material_slider_inactive_tick_marks_color 0x7f0502b0
+int color material_slider_inactive_track_color 0x7f0502b1
+int color material_slider_thumb_color 0x7f0502b2
+int color material_timepicker_button_background 0x7f0502b3
+int color material_timepicker_button_stroke 0x7f0502b4
+int color material_timepicker_clock_text_color 0x7f0502b5
+int color material_timepicker_clockface 0x7f0502b6
+int color material_timepicker_modebutton_tint 0x7f0502b7
+int color mtrl_btn_bg_color_selector 0x7f0502b8
+int color mtrl_btn_ripple_color 0x7f0502b9
+int color mtrl_btn_stroke_color_selector 0x7f0502ba
+int color mtrl_btn_text_btn_bg_color_selector 0x7f0502bb
+int color mtrl_btn_text_btn_ripple_color 0x7f0502bc
+int color mtrl_btn_text_color_disabled 0x7f0502bd
+int color mtrl_btn_text_color_selector 0x7f0502be
+int color mtrl_btn_transparent_bg_color 0x7f0502bf
+int color mtrl_calendar_item_stroke_color 0x7f0502c0
+int color mtrl_calendar_selected_range 0x7f0502c1
+int color mtrl_card_view_foreground 0x7f0502c2
+int color mtrl_card_view_ripple 0x7f0502c3
+int color mtrl_chip_background_color 0x7f0502c4
+int color mtrl_chip_close_icon_tint 0x7f0502c5
+int color mtrl_chip_surface_color 0x7f0502c6
+int color mtrl_chip_text_color 0x7f0502c7
+int color mtrl_choice_chip_background_color 0x7f0502c8
+int color mtrl_choice_chip_ripple_color 0x7f0502c9
+int color mtrl_choice_chip_text_color 0x7f0502ca
+int color mtrl_error 0x7f0502cb
+int color mtrl_fab_bg_color_selector 0x7f0502cc
+int color mtrl_fab_icon_text_color_selector 0x7f0502cd
+int color mtrl_fab_ripple_color 0x7f0502ce
+int color mtrl_filled_background_color 0x7f0502cf
+int color mtrl_filled_icon_tint 0x7f0502d0
+int color mtrl_filled_stroke_color 0x7f0502d1
+int color mtrl_indicator_text_color 0x7f0502d2
+int color mtrl_navigation_bar_colored_item_tint 0x7f0502d3
+int color mtrl_navigation_bar_colored_ripple_color 0x7f0502d4
+int color mtrl_navigation_bar_item_tint 0x7f0502d5
+int color mtrl_navigation_bar_ripple_color 0x7f0502d6
+int color mtrl_navigation_item_background_color 0x7f0502d7
+int color mtrl_navigation_item_icon_tint 0x7f0502d8
+int color mtrl_navigation_item_text_color 0x7f0502d9
+int color mtrl_on_primary_text_btn_text_color_selector 0x7f0502da
+int color mtrl_on_surface_ripple_color 0x7f0502db
+int color mtrl_outlined_icon_tint 0x7f0502dc
+int color mtrl_outlined_stroke_color 0x7f0502dd
+int color mtrl_popupmenu_overlay_color 0x7f0502de
+int color mtrl_scrim_color 0x7f0502df
+int color mtrl_switch_thumb_icon_tint 0x7f0502e0
+int color mtrl_switch_thumb_tint 0x7f0502e1
+int color mtrl_switch_track_decoration_tint 0x7f0502e2
+int color mtrl_switch_track_tint 0x7f0502e3
+int color mtrl_tabs_colored_ripple_color 0x7f0502e4
+int color mtrl_tabs_icon_color_selector 0x7f0502e5
+int color mtrl_tabs_icon_color_selector_colored 0x7f0502e6
+int color mtrl_tabs_legacy_text_color_selector 0x7f0502e7
+int color mtrl_tabs_ripple_color 0x7f0502e8
+int color mtrl_text_btn_text_color_selector 0x7f0502e9
+int color mtrl_textinput_default_box_stroke_color 0x7f0502ea
+int color mtrl_textinput_disabled_color 0x7f0502eb
+int color mtrl_textinput_filled_box_default_background_color 0x7f0502ec
+int color mtrl_textinput_focused_box_stroke_color 0x7f0502ed
+int color mtrl_textinput_hovered_box_stroke_color 0x7f0502ee
+int color notification_action_color_filter 0x7f0502ef
+int color notification_icon_bg_color 0x7f0502f0
+int color primary_dark_material_dark 0x7f0502f1
+int color primary_dark_material_light 0x7f0502f2
+int color primary_material_dark 0x7f0502f3
+int color primary_material_light 0x7f0502f4
+int color primary_text_default_material_dark 0x7f0502f5
+int color primary_text_default_material_light 0x7f0502f6
+int color primary_text_disabled_material_dark 0x7f0502f7
+int color primary_text_disabled_material_light 0x7f0502f8
+int color ripple_material_dark 0x7f0502f9
+int color ripple_material_light 0x7f0502fa
+int color secondary_text_default_material_dark 0x7f0502fb
+int color secondary_text_default_material_light 0x7f0502fc
+int color secondary_text_disabled_material_dark 0x7f0502fd
+int color secondary_text_disabled_material_light 0x7f0502fe
+int color switch_thumb_disabled_material_dark 0x7f0502ff
+int color switch_thumb_disabled_material_light 0x7f050300
+int color switch_thumb_material_dark 0x7f050301
+int color switch_thumb_material_light 0x7f050302
+int color switch_thumb_normal_material_dark 0x7f050303
+int color switch_thumb_normal_material_light 0x7f050304
+int color tooltip_background_dark 0x7f050305
+int color tooltip_background_light 0x7f050306
+int color white 0x7f050307
int dimen abc_action_bar_content_inset_material 0x7f060000
int dimen abc_action_bar_content_inset_with_nav 0x7f060001
int dimen abc_action_bar_default_height_material 0x7f060002
@@ -3117,560 +3117,560 @@ int id BOTTOM_END 0x7f080001
int id BOTTOM_START 0x7f080002
int id BackButton 0x7f080003
int id ButtonNext 0x7f080004
-int id ButtonSettings 0x7f08022c
-int id CTRL 0x7f080005
-int id FUNCTION 0x7f080006
-int id META 0x7f080007
-int id Match 0x7f080008
-int id NO_DEBUG 0x7f080009
-int id Name 0x7f08000a
-int id Notes 0x7f08000b
-int id RB_DeepClimb 0x7f08000c
-int id RB_NoClimb 0x7f08000d
-int id RB_Park 0x7f08000e
-int id RB_ShallowClimb 0x7f08000f
-int id Rbutton1 0x7f080010
-int id Rbutton2 0x7f080011
-int id Rbutton3 0x7f080012
-int id Rbutton4 0x7f080013
-int id Rbutton5 0x7f080014
-int id SHIFT 0x7f080015
-int id SHOW_ALL 0x7f080016
-int id SHOW_PATH 0x7f080017
-int id SHOW_PROGRESS 0x7f080018
-int id SYM 0x7f080019
-int id Sheet 0x7f08001a
-int id Sheets 0x7f08001b
-int id Submit_button 0x7f08001c
-int id TBA 0x7f08001d
-int id TOP_END 0x7f08001e
-int id TOP_START 0x7f08001f
-int id TextPine 0x7f080020
-int id above 0x7f080021
-int id accelerate 0x7f080022
-int id accessibility_action_clickable_span 0x7f080023
-int id accessibility_custom_action_0 0x7f080024
-int id accessibility_custom_action_1 0x7f080025
-int id accessibility_custom_action_10 0x7f080026
-int id accessibility_custom_action_11 0x7f080027
-int id accessibility_custom_action_12 0x7f080028
-int id accessibility_custom_action_13 0x7f080029
-int id accessibility_custom_action_14 0x7f08002a
-int id accessibility_custom_action_15 0x7f08002b
-int id accessibility_custom_action_16 0x7f08002c
-int id accessibility_custom_action_17 0x7f08002d
-int id accessibility_custom_action_18 0x7f08002e
-int id accessibility_custom_action_19 0x7f08002f
-int id accessibility_custom_action_2 0x7f080030
-int id accessibility_custom_action_20 0x7f080031
-int id accessibility_custom_action_21 0x7f080032
-int id accessibility_custom_action_22 0x7f080033
-int id accessibility_custom_action_23 0x7f080034
-int id accessibility_custom_action_24 0x7f080035
-int id accessibility_custom_action_25 0x7f080036
-int id accessibility_custom_action_26 0x7f080037
-int id accessibility_custom_action_27 0x7f080038
-int id accessibility_custom_action_28 0x7f080039
-int id accessibility_custom_action_29 0x7f08003a
-int id accessibility_custom_action_3 0x7f08003b
-int id accessibility_custom_action_30 0x7f08003c
-int id accessibility_custom_action_31 0x7f08003d
-int id accessibility_custom_action_4 0x7f08003e
-int id accessibility_custom_action_5 0x7f08003f
-int id accessibility_custom_action_6 0x7f080040
-int id accessibility_custom_action_7 0x7f080041
-int id accessibility_custom_action_8 0x7f080042
-int id accessibility_custom_action_9 0x7f080043
-int id actionDown 0x7f080044
-int id actionDownUp 0x7f080045
-int id actionUp 0x7f080046
-int id action_bar 0x7f080047
-int id action_bar_activity_content 0x7f080048
-int id action_bar_container 0x7f080049
-int id action_bar_root 0x7f08004a
-int id action_bar_spinner 0x7f08004b
-int id action_bar_subtitle 0x7f08004c
-int id action_bar_title 0x7f08004d
-int id action_container 0x7f08004e
-int id action_context_bar 0x7f08004f
-int id action_divider 0x7f080050
-int id action_image 0x7f080051
-int id action_menu_divider 0x7f080052
-int id action_menu_presenter 0x7f080053
-int id action_mode_bar 0x7f080054
-int id action_mode_bar_stub 0x7f080055
-int id action_mode_close_button 0x7f080056
-int id action_text 0x7f080057
-int id actions 0x7f080058
-int id activity_chooser_view_content 0x7f080059
-int id add 0x7f08005a
-int id alertTitle 0x7f08005b
-int id aligned 0x7f08005c
-int id all 0x7f08005d
-int id allStates 0x7f08005e
-int id always 0x7f08005f
-int id animateToEnd 0x7f080060
-int id animateToStart 0x7f080061
-int id antiClockwise 0x7f080062
-int id anticipate 0x7f080063
-int id arc 0x7f080064
-int id asConfigured 0x7f080065
-int id async 0x7f080066
-int id auto 0x7f080067
-int id autoComplete 0x7f080068
-int id autoCompleteToEnd 0x7f080069
-int id autoCompleteToStart 0x7f08006a
-int id axisRelative 0x7f08006b
-int id barrier 0x7f08006c
-int id baseline 0x7f08006d
-int id beginOnFirstDraw 0x7f08006e
-int id beginning 0x7f08006f
-int id below 0x7f080070
-int id bestChoice 0x7f080071
-int id blocking 0x7f080072
-int id blue1Button 0x7f080073
-int id blue2Button 0x7f080074
-int id blue3Button 0x7f080075
-int id bottom 0x7f080076
-int id bounce 0x7f080077
-int id bounceBoth 0x7f080078
-int id bounceEnd 0x7f080079
-int id bounceStart 0x7f08007a
-int id buttonNext 0x7f08022e
-int id buttonPanel 0x7f08007b
-int id buttonReset 0x7f080230
-int id buttonSave 0x7f08022f
-int id button_L1 0x7f08007c
-int id button_L2 0x7f08007d
-int id button_L3 0x7f08007e
-int id button_L4 0x7f08007f
-int id button_Net 0x7f080080
-int id button_Next 0x7f080081
-int id button_Processor 0x7f080082
-int id cache_measures 0x7f080083
-int id callMeasure 0x7f080084
-int id cancel_button 0x7f080085
-int id carryVelocity 0x7f080086
-int id cb_CanLeave 0x7f080087
-int id cb_algaeReef 0x7f080088
-int id cb_coralPickup 0x7f080089
-int id center 0x7f08008a
-int id centerCrop 0x7f08008b
-int id centerInside 0x7f08008c
-int id center_horizontal 0x7f08008d
-int id center_vertical 0x7f08008e
-int id chain 0x7f08008f
-int id chain2 0x7f080090
-int id chains 0x7f080091
-int id checkbox 0x7f080092
-int id checked 0x7f080093
-int id chronometer 0x7f080094
-int id circle_center 0x7f080095
-int id clear_text 0x7f080096
-int id clip_horizontal 0x7f080097
-int id clip_vertical 0x7f080098
-int id clockwise 0x7f080099
-int id closest 0x7f08009a
-int id collapseActionView 0x7f08009b
-int id compress 0x7f08009c
-int id confirm_button 0x7f08009d
-int id constraint 0x7f08009e
-int id container 0x7f08009f
-int id content 0x7f0800a0
-int id contentPanel 0x7f0800a1
-int id contiguous 0x7f0800a2
-int id continuousVelocity 0x7f0800a3
-int id coordinator 0x7f0800a4
-int id cos 0x7f0800a5
-int id counterclockwise 0x7f0800a6
-int id cradle 0x7f0800a7
-int id currentState 0x7f0800a8
-int id custom 0x7f0800a9
-int id customPanel 0x7f0800aa
-int id cut 0x7f0800ab
-int id date_picker_actions 0x7f0800ac
-int id decelerate 0x7f0800ad
-int id decelerateAndComplete 0x7f0800ae
-int id decor_content_parent 0x7f0800af
-int id default_activity_button 0x7f0800b0
-int id deltaRelative 0x7f0800b1
-int id dependency_ordering 0x7f0800b2
-int id design_bottom_sheet 0x7f0800b3
-int id design_menu_item_action_area 0x7f0800b4
-int id design_menu_item_action_area_stub 0x7f0800b5
-int id design_menu_item_text 0x7f0800b6
-int id design_navigation_view 0x7f0800b7
-int id dialog_button 0x7f0800b8
-int id dimensions 0x7f0800b9
-int id direct 0x7f0800ba
-int id disableHome 0x7f0800bb
-int id disableIntraAutoTransition 0x7f0800bc
-int id disablePostScroll 0x7f0800bd
-int id disableScroll 0x7f0800be
-int id disjoint 0x7f0800bf
-int id dragAnticlockwise 0x7f0800c0
-int id dragClockwise 0x7f0800c1
-int id dragDown 0x7f0800c2
-int id dragEnd 0x7f0800c3
-int id dragLeft 0x7f0800c4
-int id dragRight 0x7f0800c5
-int id dragStart 0x7f0800c6
-int id dragUp 0x7f0800c7
-int id dropdown_menu 0x7f0800c8
-int id easeIn 0x7f0800c9
-int id easeInOut 0x7f0800ca
-int id easeOut 0x7f0800cb
-int id east 0x7f0800cc
-int id edge 0x7f0800cd
-int id edit_query 0x7f0800ce
-int id edit_text_id 0x7f0800cf
-int id elastic 0x7f0800d0
-int id embed 0x7f0800d1
-int id end 0x7f0800d2
-int id endToStart 0x7f0800d3
-int id enterAlways 0x7f0800d4
-int id enterAlwaysCollapsed 0x7f0800d5
-int id escape 0x7f0800d6
-int id exitUntilCollapsed 0x7f0800d7
-int id expand_activities_button 0x7f0800d8
-int id expanded_menu 0x7f0800d9
-int id fade 0x7f0800da
-int id fill 0x7f0800db
-int id fill_horizontal 0x7f0800dc
-int id fill_vertical 0x7f0800dd
-int id filled 0x7f0800de
-int id fitCenter 0x7f0800df
-int id fitEnd 0x7f0800e0
-int id fitStart 0x7f0800e1
-int id fitToContents 0x7f0800e2
-int id fitXY 0x7f0800e3
-int id fixed 0x7f0800e4
-int id flip 0x7f0800e5
-int id floating 0x7f0800e6
-int id forever 0x7f0800e7
-int id fragment_container_view_tag 0x7f0800e8
-int id frost 0x7f0800e9
-int id fullscreen_header 0x7f0800ea
-int id getTeamsButton 0x7f0800eb
-int id ghost_view 0x7f0800ec
-int id ghost_view_holder 0x7f0800ed
-int id gone 0x7f0800ee
-int id graph 0x7f0800ef
-int id graph_wrap 0x7f0800f0
-int id group_divider 0x7f0800f1
-int id grouping 0x7f0800f2
-int id groups 0x7f0800f3
-int id header_title 0x7f0800f4
-int id hide_ime_id 0x7f0800f5
-int id hideable 0x7f0800f6
-int id home 0x7f0800f7
-int id homeAsUp 0x7f0800f8
-int id honorRequest 0x7f0800f9
-int id horizontal 0x7f0800fa
-int id horizontal_only 0x7f0800fb
-int id icon 0x7f0800fc
-int id icon_group 0x7f0800fd
-int id ifRoom 0x7f0800fe
-int id ignore 0x7f0800ff
-int id ignoreRequest 0x7f080100
-int id image 0x7f080101
-int id imageView10 0x7f080102
-int id imageView2 0x7f080103
-int id immediateStop 0x7f080104
-int id included 0x7f080105
-int id indeterminate 0x7f080106
-int id info 0x7f080107
-int id invisible 0x7f080108
-int id inward 0x7f080109
-int id italic 0x7f08010a
-int id item_touch_helper_previous_elevation 0x7f08010b
-int id jumpToEnd 0x7f08010c
-int id jumpToStart 0x7f08010d
-int id labeled 0x7f08010e
-int id layout 0x7f08010f
-int id left 0x7f080110
-int id leftToRight 0x7f080111
-int id legacy 0x7f080112
-int id line1 0x7f080113
-int id line3 0x7f080114
-int id linear 0x7f080115
-int id linearLayout 0x7f080116
-int id linearLayout2 0x7f080117
-int id linearLayout3 0x7f080118
-int id listMode 0x7f080119
-int id list_item 0x7f08011a
-int id m3_side_sheet 0x7f08011b
-int id main 0x7f08011c
-int id marquee 0x7f08011d
-int id masked 0x7f08011e
-int id matchNumber 0x7f08011f
-int id match_constraint 0x7f080120
-int id match_parent 0x7f080121
-int id material_clock_display 0x7f080122
-int id material_clock_display_and_toggle 0x7f080123
-int id material_clock_face 0x7f080124
-int id material_clock_hand 0x7f080125
-int id material_clock_level 0x7f080126
-int id material_clock_period_am_button 0x7f080127
-int id material_clock_period_pm_button 0x7f080128
-int id material_clock_period_toggle 0x7f080129
-int id material_hour_text_input 0x7f08012a
-int id material_hour_tv 0x7f08012b
-int id material_label 0x7f08012c
-int id material_minute_text_input 0x7f08012d
-int id material_minute_tv 0x7f08012e
-int id material_textinput_timepicker 0x7f08012f
-int id material_timepicker_cancel_button 0x7f080130
-int id material_timepicker_container 0x7f080131
-int id material_timepicker_mode_button 0x7f080132
-int id material_timepicker_ok_button 0x7f080133
-int id material_timepicker_view 0x7f080134
-int id material_value_index 0x7f080135
-int id matrix 0x7f080136
-int id message 0x7f080137
-int id middle 0x7f080138
-int id mini 0x7f080139
-int id month_grid 0x7f08013a
-int id month_navigation_bar 0x7f08013b
-int id month_navigation_fragment_toggle 0x7f08013c
-int id month_navigation_next 0x7f08013d
-int id month_navigation_previous 0x7f08013e
-int id month_title 0x7f08013f
-int id motion_base 0x7f080140
-int id mtrl_anchor_parent 0x7f080141
-int id mtrl_calendar_day_selector_frame 0x7f080142
-int id mtrl_calendar_days_of_week 0x7f080143
-int id mtrl_calendar_frame 0x7f080144
-int id mtrl_calendar_main_pane 0x7f080145
-int id mtrl_calendar_months 0x7f080146
-int id mtrl_calendar_selection_frame 0x7f080147
-int id mtrl_calendar_text_input_frame 0x7f080148
-int id mtrl_calendar_year_selector_frame 0x7f080149
-int id mtrl_card_checked_layer_id 0x7f08014a
-int id mtrl_child_content_container 0x7f08014b
-int id mtrl_internal_children_alpha_tag 0x7f08014c
-int id mtrl_motion_snapshot_view 0x7f08014d
-int id mtrl_picker_fullscreen 0x7f08014e
-int id mtrl_picker_header 0x7f08014f
-int id mtrl_picker_header_selection_text 0x7f080150
-int id mtrl_picker_header_title_and_selection 0x7f080151
-int id mtrl_picker_header_toggle 0x7f080152
-int id mtrl_picker_text_input_date 0x7f080153
-int id mtrl_picker_text_input_range_end 0x7f080154
-int id mtrl_picker_text_input_range_start 0x7f080155
-int id mtrl_picker_title_text 0x7f080156
-int id mtrl_view_tag_bottom_padding 0x7f080157
-int id multiply 0x7f080158
-int id navigation_bar_item_active_indicator_view 0x7f080159
-int id navigation_bar_item_icon_container 0x7f08015a
-int id navigation_bar_item_icon_view 0x7f08015b
-int id navigation_bar_item_labels_group 0x7f08015c
-int id navigation_bar_item_large_label_view 0x7f08015d
-int id navigation_bar_item_small_label_view 0x7f08015e
-int id navigation_header_container 0x7f08015f
-int id never 0x7f080160
-int id neverCompleteToEnd 0x7f080161
-int id neverCompleteToStart 0x7f080162
-int id nextButton 0x7f080163
-int id noScroll 0x7f080164
-int id noState 0x7f080165
-int id none 0x7f080166
-int id normal 0x7f080167
-int id north 0x7f080168
-int id notification_background 0x7f080169
-int id notification_main_column 0x7f08016a
-int id notification_main_column_container 0x7f08016b
-int id off 0x7f08016c
-int id on 0x7f08016d
-int id onInterceptTouchReturnSwipe 0x7f08016e
-int id open_search_bar_text_view 0x7f08016f
-int id open_search_view_background 0x7f080170
-int id open_search_view_clear_button 0x7f080171
-int id open_search_view_content_container 0x7f080172
-int id open_search_view_divider 0x7f080173
-int id open_search_view_dummy_toolbar 0x7f080174
-int id open_search_view_edit_text 0x7f080175
-int id open_search_view_header_container 0x7f080176
-int id open_search_view_root 0x7f080177
-int id open_search_view_scrim 0x7f080178
-int id open_search_view_search_prefix 0x7f080179
-int id open_search_view_status_bar_spacer 0x7f08017a
-int id open_search_view_toolbar 0x7f08017b
-int id open_search_view_toolbar_container 0x7f08017c
-int id outline 0x7f08017d
-int id outward 0x7f08017e
-int id overshoot 0x7f08017f
-int id packed 0x7f080180
-int id parallax 0x7f080181
-int id parent 0x7f080182
-int id parentPanel 0x7f080183
-int id parentRelative 0x7f080184
-int id parent_matrix 0x7f080185
-int id password_toggle 0x7f080186
-int id path 0x7f080187
-int id pathRelative 0x7f080188
-int id peekHeight 0x7f080189
-int id percent 0x7f08018a
-int id pin 0x7f08018b
-int id position 0x7f08018c
-int id postLayout 0x7f08018d
-int id pressed 0x7f08018e
-int id progress_circular 0x7f08018f
-int id progress_horizontal 0x7f080190
-int id radio 0x7f080191
-int id radioGroup 0x7f080192
-int id ratio 0x7f080193
-int id rectangles 0x7f080194
-int id red1Button 0x7f080195
-int id red2Button 0x7f080196
-int id red3Button 0x7f080197
-int id report_drawn 0x7f080198
-int id reverseSawtooth 0x7f080199
-int id right 0x7f08019a
-int id rightToLeft 0x7f08019b
-int id right_icon 0x7f08019c
-int id right_side 0x7f08019d
-int id rounded 0x7f08019e
-int id row_index_key 0x7f08019f
-int id save_non_transition_alpha 0x7f0801a0
-int id save_overlay_view 0x7f0801a1
-int id sawtooth 0x7f0801a2
-int id scale 0x7f0801a3
-int id screen 0x7f0801a5
-int id scroll 0x7f0801a6
-int id scrollIndicatorDown 0x7f0801a7
-int id scrollIndicatorUp 0x7f0801a8
-int id scrollView 0x7f0801a9
-int id scrollable 0x7f0801aa
-int id search_badge 0x7f0801ab
-int id search_bar 0x7f0801ac
-int id search_button 0x7f0801ad
-int id search_close_btn 0x7f0801ae
-int id search_edit_frame 0x7f0801af
-int id search_go_btn 0x7f0801b0
-int id search_mag_icon 0x7f0801b1
-int id search_plate 0x7f0801b2
-int id search_src_text 0x7f0801b3
-int id search_voice_btn 0x7f0801b4
-int id select_dialog_listview 0x7f0801b5
-int id selected 0x7f0801b6
-int id selection_type 0x7f0801b7
-int id sharedValueSet 0x7f0801b8
-int id sharedValueUnset 0x7f0801b9
-int id shortcut 0x7f0801ba
-int id showCustom 0x7f0801bb
-int id showHome 0x7f0801bc
-int id showTitle 0x7f0801bd
-int id sin 0x7f0801be
-int id skipCollapsed 0x7f0801bf
-int id skipped 0x7f0801c0
-int id slide 0x7f0801c1
-int id snackbar_action 0x7f0801c2
-int id snackbar_text 0x7f0801c3
-int id snap 0x7f0801c4
-int id snapMargins 0x7f0801c5
-int id south 0x7f0801c6
-int id spacer 0x7f0801c7
-int id special_effects_controller_view_tag 0x7f0801c8
-int id spline 0x7f0801c9
-int id split_action_bar 0x7f0801ca
-int id spread 0x7f0801cb
-int id spread_inside 0x7f0801cc
-int id spring 0x7f0801cd
-int id square 0x7f0801ce
-int id src_atop 0x7f0801cf
-int id src_in 0x7f0801d0
-int id src_over 0x7f0801d1
-int id standard 0x7f0801d2
-int id start 0x7f0801d3
-int id startHorizontal 0x7f0801d4
-int id startToEnd 0x7f0801d5
-int id startVertical 0x7f0801d6
-int id staticLayout 0x7f0801d7
-int id staticPostLayout 0x7f0801d8
-int id stop 0x7f0801d9
-int id stretch 0x7f0801da
-int id submenuarrow 0x7f0801db
-int id submit_area 0x7f0801dc
-int id supportScrollUp 0x7f0801dd
-int id tabMode 0x7f0801de
-int id tag_accessibility_actions 0x7f0801df
-int id tag_accessibility_clickable_spans 0x7f0801e0
-int id tag_accessibility_heading 0x7f0801e1
-int id tag_accessibility_pane_title 0x7f0801e2
-int id tag_on_apply_window_listener 0x7f0801e3
-int id tag_on_receive_content_listener 0x7f0801e4
-int id tag_on_receive_content_mime_types 0x7f0801e5
-int id tag_screen_reader_focusable 0x7f0801e6
-int id tag_state_description 0x7f0801e7
-int id tag_transition_group 0x7f0801e8
-int id tag_unhandled_key_event_manager 0x7f0801e9
-int id tag_unhandled_key_listeners 0x7f0801ea
-int id tag_window_insets_animation_callback 0x7f0801eb
-int id teamnumber 0x7f0801ec
-int id text 0x7f0801ed
-int id text2 0x7f0801ee
-int id textEnd 0x7f0801ef
-int id textInputLayout2 0x7f0801f0
-int id textInputLayout3 0x7f0801f1
-int id textSpacerNoButtons 0x7f0801f2
-int id textSpacerNoTitle 0x7f0801f3
-int id textStart 0x7f0801f4
-int id textTop 0x7f0801f5
-int id textView2 0x7f0801f6
-int id textView3 0x7f0801f7
-int id text_input_end_icon 0x7f0801f8
-int id text_input_error_icon 0x7f0801f9
-int id text_input_start_icon 0x7f0801fa
-int id textinput_counter 0x7f0801fb
-int id textinput_error 0x7f0801fc
-int id textinput_helper_text 0x7f0801fd
-int id textinput_placeholder 0x7f0801fe
-int id textinput_prefix_text 0x7f0801ff
-int id textinput_suffix_text 0x7f080200
-int id time 0x7f080201
-int id title 0x7f080202
-int id titleDividerNoCustom 0x7f080203
-int id title_template 0x7f080204
-int id toggle 0x7f080205
-int id top 0x7f080206
-int id topPanel 0x7f080207
-int id touch_outside 0x7f080208
-int id transitionToEnd 0x7f080209
-int id transitionToStart 0x7f08020a
-int id transition_clip 0x7f08020b
-int id transition_current_scene 0x7f08020c
-int id transition_image_transform 0x7f08020d
-int id transition_layout_save 0x7f08020e
-int id transition_pause_alpha 0x7f08020f
-int id transition_position 0x7f080210
-int id transition_scene_layoutid_cache 0x7f080211
-int id transition_transform 0x7f080212
-int id triangle 0x7f080213
-int id unchecked 0x7f080214
-int id uniform 0x7f080215
-int id unlabeled 0x7f080216
-int id up 0x7f080217
-int id useLogo 0x7f080218
-int id vertical 0x7f080219
-int id vertical_only 0x7f08021a
-int id view_offset_helper 0x7f08021b
-int id view_transition 0x7f08021c
-int id view_tree_lifecycle_owner 0x7f08021d
-int id view_tree_on_back_pressed_dispatcher_owner 0x7f08021e
-int id view_tree_saved_state_registry_owner 0x7f08021f
-int id view_tree_view_model_store_owner 0x7f080220
-int id visible 0x7f080221
-int id visible_removing_fragment_view_tag 0x7f080222
-int id west 0x7f080223
-int id withText 0x7f080224
-int id with_icon 0x7f080225
-int id withinBounds 0x7f080226
-int id wrap 0x7f080227
-int id wrap_content 0x7f080228
-int id wrap_content_constrained 0x7f080229
-int id x_left 0x7f08022a
-int id x_right 0x7f08022b
+int id ButtonSettings 0x7f080005
+int id CTRL 0x7f080006
+int id FUNCTION 0x7f080007
+int id META 0x7f080008
+int id Match 0x7f080009
+int id NO_DEBUG 0x7f08000a
+int id Name 0x7f08000b
+int id Notes 0x7f08000c
+int id RB_DeepClimb 0x7f08000d
+int id RB_NoClimb 0x7f08000e
+int id RB_Park 0x7f08000f
+int id RB_ShallowClimb 0x7f080010
+int id Rbutton1 0x7f080011
+int id Rbutton2 0x7f080012
+int id Rbutton3 0x7f080013
+int id Rbutton4 0x7f080014
+int id Rbutton5 0x7f080015
+int id SHIFT 0x7f080016
+int id SHOW_ALL 0x7f080017
+int id SHOW_PATH 0x7f080018
+int id SHOW_PROGRESS 0x7f080019
+int id SYM 0x7f08001a
+int id Sheet 0x7f08001b
+int id Sheets 0x7f08001c
+int id Submit_button 0x7f08001d
+int id TBA 0x7f08001e
+int id TOP_END 0x7f08001f
+int id TOP_START 0x7f080020
+int id TextPine 0x7f080021
+int id above 0x7f080022
+int id accelerate 0x7f080023
+int id accessibility_action_clickable_span 0x7f080024
+int id accessibility_custom_action_0 0x7f080025
+int id accessibility_custom_action_1 0x7f080026
+int id accessibility_custom_action_10 0x7f080027
+int id accessibility_custom_action_11 0x7f080028
+int id accessibility_custom_action_12 0x7f080029
+int id accessibility_custom_action_13 0x7f08002a
+int id accessibility_custom_action_14 0x7f08002b
+int id accessibility_custom_action_15 0x7f08002c
+int id accessibility_custom_action_16 0x7f08002d
+int id accessibility_custom_action_17 0x7f08002e
+int id accessibility_custom_action_18 0x7f08002f
+int id accessibility_custom_action_19 0x7f080030
+int id accessibility_custom_action_2 0x7f080031
+int id accessibility_custom_action_20 0x7f080032
+int id accessibility_custom_action_21 0x7f080033
+int id accessibility_custom_action_22 0x7f080034
+int id accessibility_custom_action_23 0x7f080035
+int id accessibility_custom_action_24 0x7f080036
+int id accessibility_custom_action_25 0x7f080037
+int id accessibility_custom_action_26 0x7f080038
+int id accessibility_custom_action_27 0x7f080039
+int id accessibility_custom_action_28 0x7f08003a
+int id accessibility_custom_action_29 0x7f08003b
+int id accessibility_custom_action_3 0x7f08003c
+int id accessibility_custom_action_30 0x7f08003d
+int id accessibility_custom_action_31 0x7f08003e
+int id accessibility_custom_action_4 0x7f08003f
+int id accessibility_custom_action_5 0x7f080040
+int id accessibility_custom_action_6 0x7f080041
+int id accessibility_custom_action_7 0x7f080042
+int id accessibility_custom_action_8 0x7f080043
+int id accessibility_custom_action_9 0x7f080044
+int id actionDown 0x7f080045
+int id actionDownUp 0x7f080046
+int id actionUp 0x7f080047
+int id action_bar 0x7f080048
+int id action_bar_activity_content 0x7f080049
+int id action_bar_container 0x7f08004a
+int id action_bar_root 0x7f08004b
+int id action_bar_spinner 0x7f08004c
+int id action_bar_subtitle 0x7f08004d
+int id action_bar_title 0x7f08004e
+int id action_container 0x7f08004f
+int id action_context_bar 0x7f080050
+int id action_divider 0x7f080051
+int id action_image 0x7f080052
+int id action_menu_divider 0x7f080053
+int id action_menu_presenter 0x7f080054
+int id action_mode_bar 0x7f080055
+int id action_mode_bar_stub 0x7f080056
+int id action_mode_close_button 0x7f080057
+int id action_text 0x7f080058
+int id actions 0x7f080059
+int id activity_chooser_view_content 0x7f08005a
+int id add 0x7f08005b
+int id alertTitle 0x7f08005c
+int id aligned 0x7f08005d
+int id all 0x7f08005e
+int id allStates 0x7f08005f
+int id always 0x7f080060
+int id animateToEnd 0x7f080061
+int id animateToStart 0x7f080062
+int id antiClockwise 0x7f080063
+int id anticipate 0x7f080064
+int id arc 0x7f080065
+int id asConfigured 0x7f080066
+int id async 0x7f080067
+int id auto 0x7f080068
+int id autoComplete 0x7f080069
+int id autoCompleteToEnd 0x7f08006a
+int id autoCompleteToStart 0x7f08006b
+int id axisRelative 0x7f08006c
+int id barrier 0x7f08006d
+int id baseline 0x7f08006e
+int id beginOnFirstDraw 0x7f08006f
+int id beginning 0x7f080070
+int id below 0x7f080071
+int id bestChoice 0x7f080072
+int id blocking 0x7f080073
+int id blue1Button 0x7f080074
+int id blue2Button 0x7f080075
+int id blue3Button 0x7f080076
+int id bottom 0x7f080077
+int id bounce 0x7f080078
+int id bounceBoth 0x7f080079
+int id bounceEnd 0x7f08007a
+int id bounceStart 0x7f08007b
+int id buttonNext 0x7f08007c
+int id buttonPanel 0x7f08007d
+int id buttonReset 0x7f08007e
+int id buttonSave 0x7f08007f
+int id button_L1 0x7f080080
+int id button_L2 0x7f080081
+int id button_L3 0x7f080082
+int id button_L4 0x7f080083
+int id button_Net 0x7f080084
+int id button_Next 0x7f080085
+int id button_Processor 0x7f080086
+int id cache_measures 0x7f080087
+int id callMeasure 0x7f080088
+int id cancel_button 0x7f080089
+int id carryVelocity 0x7f08008a
+int id cb_CanLeave 0x7f08008b
+int id cb_algaeReef 0x7f08008c
+int id cb_coralPickup 0x7f08008d
+int id center 0x7f08008e
+int id centerCrop 0x7f08008f
+int id centerInside 0x7f080090
+int id center_horizontal 0x7f080091
+int id center_vertical 0x7f080092
+int id chain 0x7f080093
+int id chain2 0x7f080094
+int id chains 0x7f080095
+int id checkbox 0x7f080096
+int id checked 0x7f080097
+int id chronometer 0x7f080098
+int id circle_center 0x7f080099
+int id clear_text 0x7f08009a
+int id clip_horizontal 0x7f08009b
+int id clip_vertical 0x7f08009c
+int id clockwise 0x7f08009d
+int id closest 0x7f08009e
+int id collapseActionView 0x7f08009f
+int id compress 0x7f0800a0
+int id confirm_button 0x7f0800a1
+int id constraint 0x7f0800a2
+int id container 0x7f0800a3
+int id content 0x7f0800a4
+int id contentPanel 0x7f0800a5
+int id contiguous 0x7f0800a6
+int id continuousVelocity 0x7f0800a7
+int id coordinator 0x7f0800a8
+int id cos 0x7f0800a9
+int id counterclockwise 0x7f0800aa
+int id cradle 0x7f0800ab
+int id currentState 0x7f0800ac
+int id custom 0x7f0800ad
+int id customPanel 0x7f0800ae
+int id cut 0x7f0800af
+int id date_picker_actions 0x7f0800b0
+int id decelerate 0x7f0800b1
+int id decelerateAndComplete 0x7f0800b2
+int id decor_content_parent 0x7f0800b3
+int id default_activity_button 0x7f0800b4
+int id deltaRelative 0x7f0800b5
+int id dependency_ordering 0x7f0800b6
+int id design_bottom_sheet 0x7f0800b7
+int id design_menu_item_action_area 0x7f0800b8
+int id design_menu_item_action_area_stub 0x7f0800b9
+int id design_menu_item_text 0x7f0800ba
+int id design_navigation_view 0x7f0800bb
+int id dialog_button 0x7f0800bc
+int id dimensions 0x7f0800bd
+int id direct 0x7f0800be
+int id disableHome 0x7f0800bf
+int id disableIntraAutoTransition 0x7f0800c0
+int id disablePostScroll 0x7f0800c1
+int id disableScroll 0x7f0800c2
+int id disjoint 0x7f0800c3
+int id dragAnticlockwise 0x7f0800c4
+int id dragClockwise 0x7f0800c5
+int id dragDown 0x7f0800c6
+int id dragEnd 0x7f0800c7
+int id dragLeft 0x7f0800c8
+int id dragRight 0x7f0800c9
+int id dragStart 0x7f0800ca
+int id dragUp 0x7f0800cb
+int id dropdown_menu 0x7f0800cc
+int id easeIn 0x7f0800cd
+int id easeInOut 0x7f0800ce
+int id easeOut 0x7f0800cf
+int id east 0x7f0800d0
+int id edge 0x7f0800d1
+int id edit_query 0x7f0800d2
+int id edit_text_id 0x7f0800d3
+int id elastic 0x7f0800d4
+int id embed 0x7f0800d5
+int id end 0x7f0800d6
+int id endToStart 0x7f0800d7
+int id enterAlways 0x7f0800d8
+int id enterAlwaysCollapsed 0x7f0800d9
+int id escape 0x7f0800da
+int id exitUntilCollapsed 0x7f0800db
+int id expand_activities_button 0x7f0800dc
+int id expanded_menu 0x7f0800dd
+int id fade 0x7f0800de
+int id fill 0x7f0800df
+int id fill_horizontal 0x7f0800e0
+int id fill_vertical 0x7f0800e1
+int id filled 0x7f0800e2
+int id fitCenter 0x7f0800e3
+int id fitEnd 0x7f0800e4
+int id fitStart 0x7f0800e5
+int id fitToContents 0x7f0800e6
+int id fitXY 0x7f0800e7
+int id fixed 0x7f0800e8
+int id flip 0x7f0800e9
+int id floating 0x7f0800ea
+int id forever 0x7f0800eb
+int id fragment_container_view_tag 0x7f0800ec
+int id frost 0x7f0800ed
+int id fullscreen_header 0x7f0800ee
+int id getTeamsButton 0x7f0800ef
+int id ghost_view 0x7f0800f0
+int id ghost_view_holder 0x7f0800f1
+int id gone 0x7f0800f2
+int id graph 0x7f0800f3
+int id graph_wrap 0x7f0800f4
+int id group_divider 0x7f0800f5
+int id grouping 0x7f0800f6
+int id groups 0x7f0800f7
+int id header_title 0x7f0800f8
+int id hide_ime_id 0x7f0800f9
+int id hideable 0x7f0800fa
+int id home 0x7f0800fb
+int id homeAsUp 0x7f0800fc
+int id honorRequest 0x7f0800fd
+int id horizontal 0x7f0800fe
+int id horizontal_only 0x7f0800ff
+int id icon 0x7f080100
+int id icon_group 0x7f080101
+int id ifRoom 0x7f080102
+int id ignore 0x7f080103
+int id ignoreRequest 0x7f080104
+int id image 0x7f080105
+int id imageView10 0x7f080106
+int id imageView2 0x7f080107
+int id immediateStop 0x7f080108
+int id included 0x7f080109
+int id indeterminate 0x7f08010a
+int id info 0x7f08010b
+int id invisible 0x7f08010c
+int id inward 0x7f08010d
+int id italic 0x7f08010e
+int id item_touch_helper_previous_elevation 0x7f08010f
+int id jumpToEnd 0x7f080110
+int id jumpToStart 0x7f080111
+int id labeled 0x7f080112
+int id layout 0x7f080113
+int id left 0x7f080114
+int id leftToRight 0x7f080115
+int id legacy 0x7f080116
+int id line1 0x7f080117
+int id line3 0x7f080118
+int id linear 0x7f080119
+int id linearLayout 0x7f08011a
+int id linearLayout2 0x7f08011b
+int id linearLayout3 0x7f08011c
+int id listMode 0x7f08011d
+int id list_item 0x7f08011e
+int id m3_side_sheet 0x7f08011f
+int id main 0x7f080120
+int id marquee 0x7f080121
+int id masked 0x7f080122
+int id matchNumber 0x7f080123
+int id match_constraint 0x7f080124
+int id match_parent 0x7f080125
+int id material_clock_display 0x7f080126
+int id material_clock_display_and_toggle 0x7f080127
+int id material_clock_face 0x7f080128
+int id material_clock_hand 0x7f080129
+int id material_clock_level 0x7f08012a
+int id material_clock_period_am_button 0x7f08012b
+int id material_clock_period_pm_button 0x7f08012c
+int id material_clock_period_toggle 0x7f08012d
+int id material_hour_text_input 0x7f08012e
+int id material_hour_tv 0x7f08012f
+int id material_label 0x7f080130
+int id material_minute_text_input 0x7f080131
+int id material_minute_tv 0x7f080132
+int id material_textinput_timepicker 0x7f080133
+int id material_timepicker_cancel_button 0x7f080134
+int id material_timepicker_container 0x7f080135
+int id material_timepicker_mode_button 0x7f080136
+int id material_timepicker_ok_button 0x7f080137
+int id material_timepicker_view 0x7f080138
+int id material_value_index 0x7f080139
+int id matrix 0x7f08013a
+int id message 0x7f08013b
+int id middle 0x7f08013c
+int id mini 0x7f08013d
+int id month_grid 0x7f08013e
+int id month_navigation_bar 0x7f08013f
+int id month_navigation_fragment_toggle 0x7f080140
+int id month_navigation_next 0x7f080141
+int id month_navigation_previous 0x7f080142
+int id month_title 0x7f080143
+int id motion_base 0x7f080144
+int id mtrl_anchor_parent 0x7f080145
+int id mtrl_calendar_day_selector_frame 0x7f080146
+int id mtrl_calendar_days_of_week 0x7f080147
+int id mtrl_calendar_frame 0x7f080148
+int id mtrl_calendar_main_pane 0x7f080149
+int id mtrl_calendar_months 0x7f08014a
+int id mtrl_calendar_selection_frame 0x7f08014b
+int id mtrl_calendar_text_input_frame 0x7f08014c
+int id mtrl_calendar_year_selector_frame 0x7f08014d
+int id mtrl_card_checked_layer_id 0x7f08014e
+int id mtrl_child_content_container 0x7f08014f
+int id mtrl_internal_children_alpha_tag 0x7f080150
+int id mtrl_motion_snapshot_view 0x7f080151
+int id mtrl_picker_fullscreen 0x7f080152
+int id mtrl_picker_header 0x7f080153
+int id mtrl_picker_header_selection_text 0x7f080154
+int id mtrl_picker_header_title_and_selection 0x7f080155
+int id mtrl_picker_header_toggle 0x7f080156
+int id mtrl_picker_text_input_date 0x7f080157
+int id mtrl_picker_text_input_range_end 0x7f080158
+int id mtrl_picker_text_input_range_start 0x7f080159
+int id mtrl_picker_title_text 0x7f08015a
+int id mtrl_view_tag_bottom_padding 0x7f08015b
+int id multiply 0x7f08015c
+int id navigation_bar_item_active_indicator_view 0x7f08015d
+int id navigation_bar_item_icon_container 0x7f08015e
+int id navigation_bar_item_icon_view 0x7f08015f
+int id navigation_bar_item_labels_group 0x7f080160
+int id navigation_bar_item_large_label_view 0x7f080161
+int id navigation_bar_item_small_label_view 0x7f080162
+int id navigation_header_container 0x7f080163
+int id never 0x7f080164
+int id neverCompleteToEnd 0x7f080165
+int id neverCompleteToStart 0x7f080166
+int id nextButton 0x7f080167
+int id noScroll 0x7f080168
+int id noState 0x7f080169
+int id none 0x7f08016a
+int id normal 0x7f08016b
+int id north 0x7f08016c
+int id notification_background 0x7f08016d
+int id notification_main_column 0x7f08016e
+int id notification_main_column_container 0x7f08016f
+int id off 0x7f080170
+int id on 0x7f080171
+int id onInterceptTouchReturnSwipe 0x7f080172
+int id open_search_bar_text_view 0x7f080173
+int id open_search_view_background 0x7f080174
+int id open_search_view_clear_button 0x7f080175
+int id open_search_view_content_container 0x7f080176
+int id open_search_view_divider 0x7f080177
+int id open_search_view_dummy_toolbar 0x7f080178
+int id open_search_view_edit_text 0x7f080179
+int id open_search_view_header_container 0x7f08017a
+int id open_search_view_root 0x7f08017b
+int id open_search_view_scrim 0x7f08017c
+int id open_search_view_search_prefix 0x7f08017d
+int id open_search_view_status_bar_spacer 0x7f08017e
+int id open_search_view_toolbar 0x7f08017f
+int id open_search_view_toolbar_container 0x7f080180
+int id outline 0x7f080181
+int id outward 0x7f080182
+int id overshoot 0x7f080183
+int id packed 0x7f080184
+int id parallax 0x7f080185
+int id parent 0x7f080186
+int id parentPanel 0x7f080187
+int id parentRelative 0x7f080188
+int id parent_matrix 0x7f080189
+int id password_toggle 0x7f08018a
+int id path 0x7f08018b
+int id pathRelative 0x7f08018c
+int id peekHeight 0x7f08018d
+int id percent 0x7f08018e
+int id pin 0x7f08018f
+int id position 0x7f080190
+int id postLayout 0x7f080191
+int id pressed 0x7f080192
+int id progress_circular 0x7f080193
+int id progress_horizontal 0x7f080194
+int id radio 0x7f080195
+int id radioGroup 0x7f080196
+int id ratio 0x7f080197
+int id rectangles 0x7f080198
+int id red1Button 0x7f080199
+int id red2Button 0x7f08019a
+int id red3Button 0x7f08019b
+int id report_drawn 0x7f08019c
+int id reverseSawtooth 0x7f08019d
+int id right 0x7f08019e
+int id rightToLeft 0x7f08019f
+int id right_icon 0x7f0801a0
+int id right_side 0x7f0801a1
+int id rounded 0x7f0801a2
+int id row_index_key 0x7f0801a3
+int id save_non_transition_alpha 0x7f0801a4
+int id save_overlay_view 0x7f0801a5
+int id sawtooth 0x7f0801a6
+int id scale 0x7f0801a7
+int id screen 0x7f0801a8
+int id scroll 0x7f0801a9
+int id scrollIndicatorDown 0x7f0801aa
+int id scrollIndicatorUp 0x7f0801ab
+int id scrollView 0x7f0801ac
+int id scrollable 0x7f0801ad
+int id search_badge 0x7f0801ae
+int id search_bar 0x7f0801af
+int id search_button 0x7f0801b0
+int id search_close_btn 0x7f0801b1
+int id search_edit_frame 0x7f0801b2
+int id search_go_btn 0x7f0801b3
+int id search_mag_icon 0x7f0801b4
+int id search_plate 0x7f0801b5
+int id search_src_text 0x7f0801b6
+int id search_voice_btn 0x7f0801b7
+int id select_dialog_listview 0x7f0801b8
+int id selected 0x7f0801b9
+int id selection_type 0x7f0801ba
+int id sharedValueSet 0x7f0801bb
+int id sharedValueUnset 0x7f0801bc
+int id shortcut 0x7f0801bd
+int id showCustom 0x7f0801be
+int id showHome 0x7f0801bf
+int id showTitle 0x7f0801c0
+int id sin 0x7f0801c1
+int id skipCollapsed 0x7f0801c2
+int id skipped 0x7f0801c3
+int id slide 0x7f0801c4
+int id snackbar_action 0x7f0801c5
+int id snackbar_text 0x7f0801c6
+int id snap 0x7f0801c7
+int id snapMargins 0x7f0801c8
+int id south 0x7f0801c9
+int id spacer 0x7f0801ca
+int id special_effects_controller_view_tag 0x7f0801cb
+int id spline 0x7f0801cc
+int id split_action_bar 0x7f0801cd
+int id spread 0x7f0801ce
+int id spread_inside 0x7f0801cf
+int id spring 0x7f0801d0
+int id square 0x7f0801d1
+int id src_atop 0x7f0801d2
+int id src_in 0x7f0801d3
+int id src_over 0x7f0801d4
+int id standard 0x7f0801d5
+int id start 0x7f0801d6
+int id startHorizontal 0x7f0801d7
+int id startToEnd 0x7f0801d8
+int id startVertical 0x7f0801d9
+int id staticLayout 0x7f0801da
+int id staticPostLayout 0x7f0801db
+int id stop 0x7f0801dc
+int id stretch 0x7f0801dd
+int id submenuarrow 0x7f0801de
+int id submit_area 0x7f0801df
+int id supportScrollUp 0x7f0801e0
+int id tabMode 0x7f0801e1
+int id tag_accessibility_actions 0x7f0801e2
+int id tag_accessibility_clickable_spans 0x7f0801e3
+int id tag_accessibility_heading 0x7f0801e4
+int id tag_accessibility_pane_title 0x7f0801e5
+int id tag_on_apply_window_listener 0x7f0801e6
+int id tag_on_receive_content_listener 0x7f0801e7
+int id tag_on_receive_content_mime_types 0x7f0801e8
+int id tag_screen_reader_focusable 0x7f0801e9
+int id tag_state_description 0x7f0801ea
+int id tag_transition_group 0x7f0801eb
+int id tag_unhandled_key_event_manager 0x7f0801ec
+int id tag_unhandled_key_listeners 0x7f0801ed
+int id tag_window_insets_animation_callback 0x7f0801ee
+int id teamnumber 0x7f0801ef
+int id text 0x7f0801f0
+int id text2 0x7f0801f1
+int id textEnd 0x7f0801f2
+int id textInputLayout2 0x7f0801f3
+int id textInputLayout3 0x7f0801f4
+int id textSpacerNoButtons 0x7f0801f5
+int id textSpacerNoTitle 0x7f0801f6
+int id textStart 0x7f0801f7
+int id textTop 0x7f0801f8
+int id textView2 0x7f0801f9
+int id textView3 0x7f0801fa
+int id text_input_end_icon 0x7f0801fb
+int id text_input_error_icon 0x7f0801fc
+int id text_input_start_icon 0x7f0801fd
+int id textinput_counter 0x7f0801fe
+int id textinput_error 0x7f0801ff
+int id textinput_helper_text 0x7f080200
+int id textinput_placeholder 0x7f080201
+int id textinput_prefix_text 0x7f080202
+int id textinput_suffix_text 0x7f080203
+int id time 0x7f080204
+int id title 0x7f080205
+int id titleDividerNoCustom 0x7f080206
+int id title_template 0x7f080207
+int id toggle 0x7f080208
+int id top 0x7f080209
+int id topPanel 0x7f08020a
+int id touch_outside 0x7f08020b
+int id transitionToEnd 0x7f08020c
+int id transitionToStart 0x7f08020d
+int id transition_clip 0x7f08020e
+int id transition_current_scene 0x7f08020f
+int id transition_image_transform 0x7f080210
+int id transition_layout_save 0x7f080211
+int id transition_pause_alpha 0x7f080212
+int id transition_position 0x7f080213
+int id transition_scene_layoutid_cache 0x7f080214
+int id transition_transform 0x7f080215
+int id triangle 0x7f080216
+int id unchecked 0x7f080217
+int id uniform 0x7f080218
+int id unlabeled 0x7f080219
+int id up 0x7f08021a
+int id useLogo 0x7f08021b
+int id vertical 0x7f08021c
+int id vertical_only 0x7f08021d
+int id view_offset_helper 0x7f08021e
+int id view_transition 0x7f08021f
+int id view_tree_lifecycle_owner 0x7f080220
+int id view_tree_on_back_pressed_dispatcher_owner 0x7f080221
+int id view_tree_saved_state_registry_owner 0x7f080222
+int id view_tree_view_model_store_owner 0x7f080223
+int id visible 0x7f080224
+int id visible_removing_fragment_view_tag 0x7f080225
+int id west 0x7f080226
+int id withText 0x7f080227
+int id with_icon 0x7f080228
+int id withinBounds 0x7f080229
+int id wrap 0x7f08022a
+int id wrap_content 0x7f08022b
+int id wrap_content_constrained 0x7f08022c
+int id x_left 0x7f08022d
+int id x_right 0x7f08022e
int integer abc_config_activityDefaultDur 0x7f090000
int integer abc_config_activityShortDur 0x7f090001
int integer app_bar_elevation_anim_duration 0x7f090002
@@ -3871,8 +3871,8 @@ int layout select_dialog_multichoice_material 0x7f0b006e
int layout select_dialog_singlechoice_material 0x7f0b006f
int layout support_simple_spinner_dropdown_item 0x7f0b0070
int mipmap ic_launcher 0x7f0d0000
-int mipmap ic_launcher_foreground 0x7f0d0002
-int mipmap ic_launcher_round 0x7f0d0001
+int mipmap ic_launcher_foreground 0x7f0d0001
+int mipmap ic_launcher_round 0x7f0d0002
int plurals mtrl_badge_content_description 0x7f0e0000
int raw info 0x7f0f0000
int string abc_action_bar_home_description 0x7f100000
diff --git a/ScoutingApp/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt b/ScoutingApp/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt
index f4126ec..a123b7c 100644
--- a/ScoutingApp/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt
+++ b/ScoutingApp/app/build/intermediates/source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt
@@ -25,11 +25,11 @@ com.example.scoutingapp-lifecycle-viewmodel-savedstate-2.6.2-23 C:\Users\cayde\.
com.example.scoutingapp-emoji2-1.3.0-24 C:\Users\cayde\.gradle\caches\8.13\transforms\f70f12d124aec4360c28a3dac21f47ef\transformed\emoji2-1.3.0\res
com.example.scoutingapp-core-runtime-2.2.0-25 C:\Users\cayde\.gradle\caches\8.13\transforms\f834c8cdbec868b61611d31b352d57e2\transformed\core-runtime-2.2.0\res
com.example.scoutingapp-activity-1.9.3-26 C:\Users\cayde\.gradle\caches\8.13\transforms\fd36edb5cbd4ccdfc9fe4b4b926f1c9f\transformed\activity-1.9.3\res
-com.example.scoutingapp-pngs-27 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\build\generated\res\pngs\debug
-com.example.scoutingapp-resValues-28 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\build\generated\res\resValues\debug
-com.example.scoutingapp-updated_navigation_xml-29 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\build\generated\updated_navigation_xml\debug
-com.example.scoutingapp-packageDebugResources-30 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir
-com.example.scoutingapp-packageDebugResources-31 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir
-com.example.scoutingapp-debug-32 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\build\intermediates\merged_res\debug\mergeDebugResources
-com.example.scoutingapp-debug-33 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\debug\res
-com.example.scoutingapp-main-34 C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\res
+com.example.scoutingapp-pngs-27 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\build\generated\res\pngs\debug
+com.example.scoutingapp-resValues-28 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\build\generated\res\resValues\debug
+com.example.scoutingapp-updated_navigation_xml-29 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\build\generated\updated_navigation_xml\debug
+com.example.scoutingapp-packageDebugResources-30 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\build\intermediates\incremental\debug\packageDebugResources\merged.dir
+com.example.scoutingapp-packageDebugResources-31 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\build\intermediates\incremental\debug\packageDebugResources\stripped.dir
+com.example.scoutingapp-debug-32 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\build\intermediates\merged_res\debug\mergeDebugResources
+com.example.scoutingapp-debug-33 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\debug\res
+com.example.scoutingapp-main-34 C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\res
diff --git a/ScoutingApp/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt b/ScoutingApp/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt
index 75ab30b..9446f9c 100644
--- a/ScoutingApp/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt
+++ b/ScoutingApp/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt
@@ -1,1906 +1,1623 @@
-com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1102bb
-com.example.scoutingapp:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f11041c
-com.example.scoutingapp:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101e3
-com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1102b9
-com.example.scoutingapp:styleable/ViewPager2 = 0x7f120096
-com.example.scoutingapp:id/fixed = 0x7f0800e4
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110426
-com.example.scoutingapp:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110213
-com.example.scoutingapp:raw/info = 0x7f0f0000
-com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Action = 0x7f11040c
-com.example.scoutingapp:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103e6
-com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11011d
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f11015c
-com.example.scoutingapp:integer/m3_sys_motion_duration_medium2 = 0x7f090018
-com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110094
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102e6
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f11015d
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker = 0x7f110458
-com.example.scoutingapp:style/Base.V21.Theme.AppCompat = 0x7f1100a2
-com.example.scoutingapp:string/material_motion_easing_linear = 0x7f10005c
-com.example.scoutingapp:style/Widget.Material3.BottomAppBar = 0x7f110347
-com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110193
-com.example.scoutingapp:string/m3_sys_motion_easing_legacy = 0x7f10004b
-com.example.scoutingapp:style/Widget.AppCompat.PopupWindow = 0x7f11031f
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f11042e
-com.example.scoutingapp:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f110356
-com.example.scoutingapp:drawable/abc_ic_voice_search_api_material = 0x7f07004c
-com.example.scoutingapp:styleable/AppCompatTheme = 0x7f120012
-com.example.scoutingapp:style/Widget.Material3.BottomSheet.Modal = 0x7f11034f
-com.example.scoutingapp:styleable/MaterialShape = 0x7f120059
-com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator = 0x7f110397
-com.example.scoutingapp:id/tag_on_receive_content_mime_types = 0x7f0801e5
-com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11025e
-com.example.scoutingapp:style/Widget.MaterialComponents.Tooltip = 0x7f110466
-com.example.scoutingapp:id/neverCompleteToStart = 0x7f080162
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f11006d
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small = 0x7f11002b
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102d8
-com.example.scoutingapp:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a1
-com.example.scoutingapp:layout/material_radial_view_group = 0x7f0b0040
-com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1103e2
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100df
-com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f110152
-com.example.scoutingapp:id/autoCompleteToEnd = 0x7f080069
-com.example.scoutingapp:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100fa
-com.example.scoutingapp:color/material_dynamic_tertiary90 = 0x7f050260
-com.example.scoutingapp:string/call_notification_answer_action = 0x7f100025
-com.example.scoutingapp:style/TextAppearance.AppCompat.Caption = 0x7f110198
-com.example.scoutingapp:string/abc_action_menu_overflow_description = 0x7f100002
-com.example.scoutingapp:dimen/material_cursor_width = 0x7f060231
-com.example.scoutingapp:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1102a7
-com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog = 0x7f11035b
-com.example.scoutingapp:styleable/AnimatedStateListDrawableCompat = 0x7f120007
-com.example.scoutingapp:string/mtrl_picker_end_date_description = 0x7f100082
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_label_text_color = 0x7f0c0079
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Button = 0x7f110019
-com.example.scoutingapp:id/line3 = 0x7f080114
-com.example.scoutingapp:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100fc
-com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f110378
-com.example.scoutingapp:styleable/MenuGroup = 0x7f12005f
-com.example.scoutingapp:styleable/Motion = 0x7f120063
-com.example.scoutingapp:style/TextAppearance.Design.Suffix = 0x7f1101d2
-com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
-com.example.scoutingapp:style/Widget.Design.FloatingActionButton = 0x7f110337
-com.example.scoutingapp:styleable/TabLayout = 0x7f120089
-com.example.scoutingapp:id/navigation_bar_item_icon_view = 0x7f08015b
-com.example.scoutingapp:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f070060
-com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110343
-com.example.scoutingapp:styleable/ThemeEnforcement = 0x7f12008e
-com.example.scoutingapp:integer/m3_sys_motion_duration_short2 = 0x7f09001c
-com.example.scoutingapp:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101ec
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Button = 0x7f110459
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Sheet.Side.Docked.Container.Shape = 0x7f110163
-com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f110088
-com.example.scoutingapp:styleable/MaterialCheckBox = 0x7f120055
-com.example.scoutingapp:integer/mtrl_switch_track_viewport_height = 0x7f09003c
-com.example.scoutingapp:style/Widget.Design.TabLayout = 0x7f11033b
-com.example.scoutingapp:style/Base.Animation.AppCompat.Tooltip = 0x7f11000f
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f1103a0
-com.example.scoutingapp:style/Widget.Material3.BottomSheet = 0x7f11034d
-com.example.scoutingapp:styleable/ActionBar = 0x7f120000
-com.example.scoutingapp:styleable/TextInputEditText = 0x7f12008c
-com.example.scoutingapp:string/coral_pickup = 0x7f100033
-com.example.scoutingapp:string/material_timepicker_pm = 0x7f100065
-com.example.scoutingapp:style/Base.Widget.Design.TabLayout = 0x7f1100fd
-com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060208
-com.example.scoutingapp:string/submit = 0x7f1000b5
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110036
-com.example.scoutingapp:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f110312
-com.example.scoutingapp:style/Widget.AppCompat.EditText = 0x7f110300
-com.example.scoutingapp:id/ghost_view_holder = 0x7f0800ed
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1103ae
-com.example.scoutingapp:styleable/Variant = 0x7f120093
-com.example.scoutingapp:styleable/ActivityChooserView = 0x7f120005
-com.example.scoutingapp:layout/mtrl_alert_dialog_actions = 0x7f0b0048
-com.example.scoutingapp:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110247
-com.example.scoutingapp:id/button_L2 = 0x7f08007d
-com.example.scoutingapp:id/radioGroup = 0x7f080192
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f110432
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Bridge = 0x7f110066
-com.example.scoutingapp:string/m3_sys_motion_easing_legacy_accelerate = 0x7f10004c
-com.example.scoutingapp:id/buttonNext = 0x7f08022e
-com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f110411
-com.example.scoutingapp:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103c3
-com.example.scoutingapp:style/Widget.AppCompat.ListView = 0x7f11031a
-com.example.scoutingapp:id/mtrl_calendar_text_input_frame = 0x7f080148
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102d1
-com.example.scoutingapp:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11022b
-com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f110151
-com.example.scoutingapp:styleable/AppCompatSeekBar = 0x7f12000f
-com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11038e
-com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f1102a0
-com.example.scoutingapp:styleable/GradientColorItem = 0x7f12003c
-com.example.scoutingapp:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f0601a5
-com.example.scoutingapp:macro/m3_comp_badge_large_label_text_type = 0x7f0c0004
-com.example.scoutingapp:styleable/ClockHandView = 0x7f120021
-com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110279
-com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110387
-com.example.scoutingapp:string/mtrl_picker_date_header_unselected = 0x7f100080
-com.example.scoutingapp:id/accessibility_custom_action_13 = 0x7f080029
-com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f110110
-com.example.scoutingapp:styleable/KeyAttribute = 0x7f120040
-com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display = 0x7f1103b6
-com.example.scoutingapp:styleable/State = 0x7f120082
-com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110297
-com.example.scoutingapp:id/mtrl_internal_children_alpha_tag = 0x7f08014c
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f110026
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_label_text_color = 0x7f0c008d
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_secondary = 0x7f050191
-com.example.scoutingapp:styleable/ScrimInsetsFrameLayout = 0x7f120077
-com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless = 0x7f1102f4
-com.example.scoutingapp:style/Theme.AppCompat.Empty = 0x7f110219
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050187
-com.example.scoutingapp:styleable/ShapeAppearance = 0x7f12007b
-com.example.scoutingapp:style/TextAppearance.AppCompat.Subhead = 0x7f1101ac
-com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c013d
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display = 0x7f11045b
-com.example.scoutingapp:color/m3_sys_color_dark_surface_container = 0x7f050173
-com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110379
-com.example.scoutingapp:style/TextAppearance.Design.Error = 0x7f1101cc
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f110161
-com.example.scoutingapp:styleable/ConstraintSet = 0x7f12002b
-com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103ec
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f110257
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f110264
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_label_text_color = 0x7f0c0011
-com.example.scoutingapp:style/ThemeOverlay.Material3.Button = 0x7f11028b
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f11030e
-com.example.scoutingapp:string/abc_activity_chooser_view_see_all = 0x7f100004
-com.example.scoutingapp:string/mtrl_picker_invalid_format = 0x7f100083
-com.example.scoutingapp:style/Widget.Material3.Snackbar.FullWidth = 0x7f1103d4
-com.example.scoutingapp:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f110419
-com.example.scoutingapp:id/accessibility_custom_action_28 = 0x7f080039
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f110258
-com.example.scoutingapp:macro/m3_comp_filled_text_field_container_color = 0x7f0c004b
-com.example.scoutingapp:integer/m3_sys_motion_duration_long1 = 0x7f090013
-com.example.scoutingapp:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06028b
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101b7
-com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f11044f
-com.example.scoutingapp:id/material_minute_tv = 0x7f08012e
-com.example.scoutingapp:styleable/FontFamily = 0x7f120036
-com.example.scoutingapp:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d
-com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c0135
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container = 0x7f0501b7
-com.example.scoutingapp:styleable/LinearLayoutCompat_Layout = 0x7f12004a
-com.example.scoutingapp:string/material_motion_easing_decelerated = 0x7f10005a
-com.example.scoutingapp:string/mtrl_switch_track_path = 0x7f1000a3
-com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f11025c
-com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f11029f
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102c3
-com.example.scoutingapp:id/scale = 0x7f0801a3
-com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004a
-com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11016f
-com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103f7
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102d7
-com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1103dd
-com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11016e
-com.example.scoutingapp:style/Base.Animation.AppCompat.Dialog = 0x7f11000d
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f11024e
-com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog = 0x7f11027c
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f11024d
-com.example.scoutingapp:dimen/m3_ripple_focused_alpha = 0x7f0601d6
-com.example.scoutingapp:string/mtrl_checkbox_state_description_indeterminate = 0x7f100072
-com.example.scoutingapp:string/mtrl_picker_start_date_description = 0x7f100090
-com.example.scoutingapp:style/Widget.AppCompat.SearchView = 0x7f110325
-com.example.scoutingapp:id/snackbar_text = 0x7f0801c3
-com.example.scoutingapp:styleable/RecycleListView = 0x7f120075
-com.example.scoutingapp:style/ShapeAppearance.Material3.Tooltip = 0x7f11017a
-com.example.scoutingapp:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100bf
-com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy = 0x7f110374
-com.example.scoutingapp:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0c00c6
-com.example.scoutingapp:style/Widget.Material3.SearchView.Prefix = 0x7f1103c9
-com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110093
-com.example.scoutingapp:id/scrollIndicatorUp = 0x7f0801a8
-com.example.scoutingapp:style/Theme.Material3.Light.Dialog.Alert = 0x7f110241
-com.example.scoutingapp:id/accessibility_custom_action_4 = 0x7f08003e
-com.example.scoutingapp:style/Widget.Material3.Toolbar.Surface = 0x7f1103e7
-com.example.scoutingapp:layout/material_chip_input_combo = 0x7f0b0039
-com.example.scoutingapp:style/Base.Widget.Material3.Chip = 0x7f110102
-com.example.scoutingapp:layout/material_clock_period_toggle_land = 0x7f0b003d
-com.example.scoutingapp:id/sheet = 0x7f08022d
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110187
-com.example.scoutingapp:id/baseline = 0x7f08006d
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f110188
-com.example.scoutingapp:dimen/m3_carousel_extra_small_item_size = 0x7f0600ee
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102cf
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110131
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110251
-com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0c016a
-com.example.scoutingapp:style/Widget.Material3.CollapsingToolbar = 0x7f11037a
-com.example.scoutingapp:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e
-com.example.scoutingapp:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f08021e
-com.example.scoutingapp:id/transition_position = 0x7f080210
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f11045e
-com.example.scoutingapp:string/abc_menu_enter_shortcut_label = 0x7f10000b
-com.example.scoutingapp:id/search_plate = 0x7f0801b2
-com.example.scoutingapp:style/Animation.Material3.BottomSheetDialog = 0x7f110006
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0c001e
-com.example.scoutingapp:id/pin = 0x7f08018b
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102c7
-com.example.scoutingapp:styleable/MaterialToolbar = 0x7f12005e
-com.example.scoutingapp:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f110449
-com.example.scoutingapp:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110154
-com.example.scoutingapp:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07004a
-com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0c0164
-com.example.scoutingapp:style/Widget.Material3.AppBarLayout = 0x7f110340
-com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog = 0x7f110232
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c00b0
-com.example.scoutingapp:id/layout = 0x7f08010f
-com.example.scoutingapp:string/tele = 0x7f1000b6
-com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_icon_color = 0x7f0c0062
-com.example.scoutingapp:styleable/AppCompatTextHelper = 0x7f120010
-com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f11016d
-com.example.scoutingapp:dimen/abc_text_size_button_material = 0x7f060041
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c00b8
-com.example.scoutingapp:style/Theme.AppCompat.Light.DarkActionBar = 0x7f11021b
-com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f1103b7
-com.example.scoutingapp:style/Widget.Design.CollapsingToolbar = 0x7f110336
-com.example.scoutingapp:style/TextAppearance.Design.Hint = 0x7f1101ce
-com.example.scoutingapp:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502aa
-com.example.scoutingapp:id/imageView10 = 0x7f080102
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110136
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f110266
-com.example.scoutingapp:styleable/FloatingActionButton = 0x7f120033
-com.example.scoutingapp:style/Base.Widget.Material3.BottomNavigationView = 0x7f110100
-com.example.scoutingapp:id/forever = 0x7f0800e7
-com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f110453
-com.example.scoutingapp:string/path_password_eye = 0x7f1000a9
-com.example.scoutingapp:id/chain2 = 0x7f080090
-com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f110260
-com.example.scoutingapp:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f10006b
-com.example.scoutingapp:color/mtrl_filled_icon_tint = 0x7f0502cf
-com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f110211
-com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long4 = 0x7f090012
-com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f060202
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Body2 = 0x7f1101fa
-com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110285
-com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f110148
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f110461
-com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_container_color = 0x7f0c00fc
-com.example.scoutingapp:style/Theme.AppCompat.Dialog = 0x7f110215
-com.example.scoutingapp:styleable/TextInputLayout = 0x7f12008d
-com.example.scoutingapp:macro/m3_comp_fab_primary_container_color = 0x7f0c0036
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year = 0x7f1103ad
-com.example.scoutingapp:styleable/ConstraintLayout_placeholder = 0x7f120029
-com.example.scoutingapp:id/floating = 0x7f0800e6
-com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator = 0x7f110372
-com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar = 0x7f1100f0
-com.example.scoutingapp:macro/m3_comp_radio_button_selected_pressed_icon_color = 0x7f0c00dd
-com.example.scoutingapp:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028
-com.example.scoutingapp:id/triangle = 0x7f080213
-com.example.scoutingapp:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f110214
-com.example.scoutingapp:id/allStates = 0x7f08005e
-com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f110385
-com.example.scoutingapp:style/TextAppearance.AppCompat.Title = 0x7f1101ae
-com.example.scoutingapp:integer/mtrl_switch_thumb_pressed_duration = 0x7f090039
-com.example.scoutingapp:string/mtrl_checkbox_button_path_name = 0x7f10006f
-com.example.scoutingapp:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f11041a
-com.example.scoutingapp:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100be
-com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110456
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102dc
-com.example.scoutingapp:string/mtrl_picker_range_header_only_end_selected = 0x7f10008a
-com.example.scoutingapp:color/material_dynamic_secondary0 = 0x7f050249
-com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11009d
-com.example.scoutingapp:style/TextAppearance.Compat.Notification.Title = 0x7f1101c8
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101df
-com.example.scoutingapp:dimen/abc_text_size_headline_material = 0x7f060047
-com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark = 0x7f11008a
-com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy.ExtraSmall = 0x7f110375
-com.example.scoutingapp:layout/mtrl_picker_header_toggle = 0x7f0b0062
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1101ff
-com.example.scoutingapp:layout/mtrl_picker_actions = 0x7f0b005b
-com.example.scoutingapp:style/Theme.Material3.DynamicColors.DayNight = 0x7f11023a
-com.example.scoutingapp:string/mtrl_chip_close_icon_content_description = 0x7f100074
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_month_subhead_type = 0x7f0c001c
-com.example.scoutingapp:style/TextAppearance.Material3.BodyLarge = 0x7f1101e5
-com.example.scoutingapp:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100c2
-com.example.scoutingapp:dimen/m3_comp_navigation_drawer_focus_state_layer_opacity = 0x7f06013f
-com.example.scoutingapp:drawable/abc_btn_radio_material_anim = 0x7f070035
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c00b4
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110029
-com.example.scoutingapp:style/Platform.V25.AppCompat = 0x7f110142
-com.example.scoutingapp:style/Widget.MaterialComponents.Toolbar = 0x7f110462
-com.example.scoutingapp:style/Widget.Material3.NavigationRailView = 0x7f1103bc
-com.example.scoutingapp:styleable/StateListDrawable = 0x7f120083
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f110305
-com.example.scoutingapp:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1101f4
-com.example.scoutingapp:styleable/MenuView = 0x7f120061
-com.example.scoutingapp:drawable/material_ic_edit_black_24dp = 0x7f0700ad
-com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102eb
-com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f11043f
-com.example.scoutingapp:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f1102aa
-com.example.scoutingapp:drawable/notification_template_icon_bg = 0x7f0700e3
-com.example.scoutingapp:color/mtrl_btn_text_color_selector = 0x7f0502bd
-com.example.scoutingapp:style/TextAppearance.Material3.DisplayLarge = 0x7f1101e8
-com.example.scoutingapp:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1101f1
-com.example.scoutingapp:string/call_notification_hang_up_action = 0x7f100028
-com.example.scoutingapp:style/TextAppearance.Material3.BodyMedium = 0x7f1101e6
-com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents = 0x7f110092
-com.example.scoutingapp:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110119
-com.example.scoutingapp:style/TextAppearance.AppCompat.Display2 = 0x7f11019a
-com.example.scoutingapp:style/Base.V26.Theme.AppCompat = 0x7f1100b6
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1101c1
-com.example.scoutingapp:id/actionUp = 0x7f080046
-com.example.scoutingapp:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f110064
-com.example.scoutingapp:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110048
-com.example.scoutingapp:style/TextAppearance.Material3.TitleLarge = 0x7f1101f5
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionMode = 0x7f1100cb
-com.example.scoutingapp:color/m3_sys_color_light_background = 0x7f0501cc
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1102cd
-com.example.scoutingapp:style/Widget.Material3.TabLayout = 0x7f1103d6
-com.example.scoutingapp:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f11028c
-com.example.scoutingapp:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1100b3
-com.example.scoutingapp:macro/m3_comp_filled_button_label_text_color = 0x7f0c0044
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1101b1
-com.example.scoutingapp:id/scrollable = 0x7f0801aa
-com.example.scoutingapp:color/m3_sys_color_light_outline_variant = 0x7f0501de
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f110041
-com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f110190
-com.example.scoutingapp:style/Widget.Material3.Button.UnelevatedButton = 0x7f110362
-com.example.scoutingapp:styleable/MaterialDivider = 0x7f120057
-com.example.scoutingapp:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1103c4
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_container_color = 0x7f0c0010
-com.example.scoutingapp:string/character_counter_overflowed_content_description = 0x7f10002f
-com.example.scoutingapp:style/Widget.Material3.BottomAppBar.Legacy = 0x7f110349
-com.example.scoutingapp:styleable/FontFamilyFont = 0x7f120037
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_headline_type = 0x7f0c0085
-com.example.scoutingapp:id/nextButton = 0x7f080163
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button = 0x7f1101ba
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1101d4
-com.example.scoutingapp:style/Widget.Material3.Chip.Assist = 0x7f110367
-com.example.scoutingapp:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f11044c
-com.example.scoutingapp:layout/abc_tooltip = 0x7f0b001b
-com.example.scoutingapp:styleable/KeyFramesAcceleration = 0x7f120043
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1101d8
-com.example.scoutingapp:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1103ee
-com.example.scoutingapp:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f1101a9
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1102e7
-com.example.scoutingapp:style/ThemeOverlay.Material3.Chip = 0x7f110293
-com.example.scoutingapp:style/TextAppearance.AppCompat.Menu = 0x7f1101a7
-com.example.scoutingapp:string/material_timepicker_clock_mode_description = 0x7f100062
-com.example.scoutingapp:string/mtrl_picker_text_input_date_range_start_hint = 0x7f100093
-com.example.scoutingapp:styleable/SwitchCompat = 0x7f120086
-com.example.scoutingapp:style/Theme.MaterialComponents.Bridge = 0x7f110248
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f110186
-com.example.scoutingapp:macro/m3_comp_checkbox_selected_icon_color = 0x7f0c000b
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f11015e
-com.example.scoutingapp:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f110417
-com.example.scoutingapp:id/scroll = 0x7f0801a6
-com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f110146
-com.example.scoutingapp:style/Theme.AppCompat.Dialog.MinWidth = 0x7f110217
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110269
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1100c5
-com.example.scoutingapp:integer/material_motion_duration_medium_1 = 0x7f090028
-com.example.scoutingapp:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0c0141
-com.example.scoutingapp:style/Widget.Material3.SearchView.Toolbar = 0x7f1103ca
-com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f11017f
-com.example.scoutingapp:styleable/TabItem = 0x7f120088
-com.example.scoutingapp:dimen/m3_comp_navigation_bar_focus_state_layer_opacity = 0x7f06013a
-com.example.scoutingapp:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f110313
-com.example.scoutingapp:string/mtrl_picker_text_input_date_hint = 0x7f100091
-com.example.scoutingapp:style/TextAppearance.AppCompat = 0x7f110194
-com.example.scoutingapp:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f09003a
-com.example.scoutingapp:string/mtrl_picker_out_of_range = 0x7f100089
-com.example.scoutingapp:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1100e7
-com.example.scoutingapp:dimen/material_input_text_to_prefix_suffix_padding = 0x7f060240
-com.example.scoutingapp:id/x_left = 0x7f08022a
-com.example.scoutingapp:style/ShapeAppearance.Material3.MediumComponent = 0x7f110177
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f110259
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f110162
-com.example.scoutingapp:style/Widget.Design.BottomNavigationView = 0x7f110334
-com.example.scoutingapp:style/Theme.Material3.Dark = 0x7f110228
-com.example.scoutingapp:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f11020f
-com.example.scoutingapp:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f110084
-com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f11014f
-com.example.scoutingapp:color/material_dynamic_neutral40 = 0x7f050227
-com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004f
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f110421
-com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f110298
-com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1103e1
-com.example.scoutingapp:style/Platform.MaterialComponents.Dialog = 0x7f11013a
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f110038
-com.example.scoutingapp:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f11021f
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f110207
-com.example.scoutingapp:color/material_personalized_color_surface_container_highest = 0x7f05029b
-com.example.scoutingapp:drawable/mtrl_switch_thumb_checked = 0x7f0700cd
-com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102ea
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110135
-com.example.scoutingapp:style/Widget.Material3.Snackbar = 0x7f1103d3
-com.example.scoutingapp:macro/m3_comp_top_app_bar_small_on_scroll_container_color = 0x7f0c0173
-com.example.scoutingapp:color/material_slider_active_track_color = 0x7f0502ad
-com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.Full = 0x7f110171
-com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0103
-com.example.scoutingapp:style/Widget.AppCompat.ActionButton = 0x7f1102ed
-com.example.scoutingapp:layout/design_layout_tab_icon = 0x7f0b0027
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f1103a2
-com.example.scoutingapp:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f1100ab
-com.example.scoutingapp:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f06023b
-com.example.scoutingapp:color/mtrl_outlined_icon_tint = 0x7f0502db
-com.example.scoutingapp:color/m3_ref_palette_tertiary95 = 0x7f05014c
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f11045a
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f11003b
-com.example.scoutingapp:id/open_search_view_root = 0x7f080177
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents = 0x7f11012d
-com.example.scoutingapp:style/TextAppearance.Material3.TitleMedium = 0x7f1101f6
-com.example.scoutingapp:styleable/LinearProgressIndicator = 0x7f12004b
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_pressed_state_layer_color = 0x7f0c0159
-com.example.scoutingapp:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0602c9
-com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0c0169
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f110126
-com.example.scoutingapp:string/mtrl_picker_announce_current_range_selection = 0x7f100079
-com.example.scoutingapp:color/material_grey_600 = 0x7f050266
-com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextView = 0x7f11011f
-com.example.scoutingapp:style/Base.Widget.MaterialComponents.Snackbar = 0x7f11011c
-com.example.scoutingapp:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f110311
-com.example.scoutingapp:style/Base.Widget.Material3.Snackbar = 0x7f11010e
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f110189
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f110205
-com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070019
-com.example.scoutingapp:id/tag_on_apply_window_listener = 0x7f0801e3
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Body.Text = 0x7f110125
-com.example.scoutingapp:color/m3_sys_color_light_on_primary = 0x7f0501d5
-com.example.scoutingapp:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
-com.example.scoutingapp:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f11010d
-com.example.scoutingapp:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0c00e7
-com.example.scoutingapp:dimen/m3_card_hovered_z = 0x7f0600eb
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f110031
-com.example.scoutingapp:style/Base.Widget.AppCompat.EditText = 0x7f1100dc
-com.example.scoutingapp:layout/material_timepicker = 0x7f0b0044
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_active_indicator_container_color = 0x7f0c0019
-com.example.scoutingapp:styleable/AppBarLayoutStates = 0x7f12000b
-com.example.scoutingapp:style/Base.Widget.Material3.FloatingActionButton.Small = 0x7f11010b
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f110431
-com.example.scoutingapp:dimen/design_navigation_item_icon_padding = 0x7f060079
-com.example.scoutingapp:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f11010c
-com.example.scoutingapp:styleable/BottomSheetBehavior_Layout = 0x7f120017
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f110034
-com.example.scoutingapp:style/Widget.AppCompat.PopupMenu = 0x7f11031d
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f1103ab
-com.example.scoutingapp:color/m3_selection_control_ripple_color_selector = 0x7f05014f
-com.example.scoutingapp:macro/m3_comp_top_app_bar_small_container_color = 0x7f0c016f
-com.example.scoutingapp:layout/material_clock_display_divider = 0x7f0b003b
-com.example.scoutingapp:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f11044e
-com.example.scoutingapp:dimen/m3_comp_outlined_button_outline_width = 0x7f06014f
-com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f110392
-com.example.scoutingapp:string/net = 0x7f1000a6
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f110074
-com.example.scoutingapp:string/material_slider_range_end = 0x7f10005e
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog = 0x7f110268
-com.example.scoutingapp:dimen/m3_appbar_size_compact = 0x7f0600a9
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1102e3
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_icon_active_icon_color = 0x7f0c00cf
-com.example.scoutingapp:macro/m3_sys_color_light_surface_tint = 0x7f0c0176
-com.example.scoutingapp:color/mtrl_on_surface_ripple_color = 0x7f0502da
-com.example.scoutingapp:macro/m3_comp_navigation_bar_active_indicator_color = 0x7f0c0066
-com.example.scoutingapp:style/Widget.Material3.ActionBar.Solid = 0x7f11033e
-com.example.scoutingapp:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1100f4
-com.example.scoutingapp:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1102ee
-com.example.scoutingapp:style/Base.Widget.AppCompat.SearchView = 0x7f1100f3
-com.example.scoutingapp:style/Theme.AppCompat.DialogWhenLarge = 0x7f110218
-com.example.scoutingapp:id/material_hour_text_input = 0x7f08012a
-com.example.scoutingapp:string/path_password_eye_mask_strike_through = 0x7f1000aa
-com.example.scoutingapp:integer/m3_btn_anim_duration_ms = 0x7f09000b
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f11024b
-com.example.scoutingapp:styleable/ViewTransition = 0x7f120098
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110460
-com.example.scoutingapp:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110326
-com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110344
-com.example.scoutingapp:macro/m3_comp_divider_color = 0x7f0c0028
-com.example.scoutingapp:styleable/ActionMode = 0x7f120004
-com.example.scoutingapp:drawable/abc_seekbar_thumb_material = 0x7f070065
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500df
-com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100f1
-com.example.scoutingapp:string/material_slider_value = 0x7f100060
-com.example.scoutingapp:color/m3_sys_color_light_secondary = 0x7f0501e1
-com.example.scoutingapp:style/Widget.Material3.SideSheet = 0x7f1103cb
-com.example.scoutingapp:macro/m3_comp_progress_indicator_active_indicator_color = 0x7f0c00d4
-com.example.scoutingapp:dimen/design_navigation_icon_size = 0x7f060077
-com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Surface = 0x7f110394
-com.example.scoutingapp:style/Widget.AppCompat.Light.SearchView = 0x7f110316
-com.example.scoutingapp:id/hide_ime_id = 0x7f0800f5
-com.example.scoutingapp:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1100e9
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1100e4
com.example.scoutingapp:xml/backup_rules = 0x7f130000
-com.example.scoutingapp:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1100db
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1101b9
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f110072
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1100de
-com.example.scoutingapp:style/Base.Widget.AppCompat.ProgressBar = 0x7f1100ee
-com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar = 0x7f1103f6
-com.example.scoutingapp:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0c0007
-com.example.scoutingapp:color/material_dynamic_primary99 = 0x7f050248
-com.example.scoutingapp:style/Base.V23.Theme.AppCompat = 0x7f1100b0
-com.example.scoutingapp:style/Theme.AppCompat.NoActionBar = 0x7f110221
-com.example.scoutingapp:macro/m3_comp_switch_disabled_selected_handle_color = 0x7f0c0119
-com.example.scoutingapp:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1100d9
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f11012a
-com.example.scoutingapp:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f110229
-com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f11038f
-com.example.scoutingapp:id/tag_state_description = 0x7f0801e7
-com.example.scoutingapp:dimen/m3_carousel_debug_keyline_width = 0x7f0600ed
-com.example.scoutingapp:drawable/loop = 0x7f07009e
-com.example.scoutingapp:dimen/material_clock_display_height = 0x7f060222
-com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1100d6
-com.example.scoutingapp:style/TextAppearance.Design.Placeholder = 0x7f1101cf
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f11024c
-com.example.scoutingapp:id/ALT = 0x7f080000
-com.example.scoutingapp:dimen/m3_datepicker_elevation = 0x7f0601ad
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1102c1
-com.example.scoutingapp:color/secondary_text_default_material_light = 0x7f0502fb
-com.example.scoutingapp:id/accessibility_custom_action_7 = 0x7f080041
-com.example.scoutingapp:string/abc_searchview_description_query = 0x7f100014
-com.example.scoutingapp:style/AlertDialog.AppCompat.Light = 0x7f110001
-com.example.scoutingapp:style/Base.Widget.AppCompat.ButtonBar = 0x7f1100d4
-com.example.scoutingapp:string/call_notification_incoming_text = 0x7f100029
-com.example.scoutingapp:macro/m3_comp_switch_unselected_track_color = 0x7f0c0140
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f110206
-com.example.scoutingapp:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c0052
-com.example.scoutingapp:id/masked = 0x7f08011e
-com.example.scoutingapp:style/ShapeAppearance.Material3.SmallComponent = 0x7f110179
-com.example.scoutingapp:styleable/CompoundButton = 0x7f120025
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00be
-com.example.scoutingapp:id/tag_unhandled_key_event_manager = 0x7f0801e9
-com.example.scoutingapp:id/material_clock_display = 0x7f080122
-com.example.scoutingapp:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110115
-com.example.scoutingapp:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100d5
-com.example.scoutingapp:attr/layout = 0x7f030276
-com.example.scoutingapp:color/material_personalized_color_surface_container = 0x7f050299
-com.example.scoutingapp:style/Widget.MaterialComponents.BottomSheet = 0x7f1103fc
-com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_state_layer_color = 0x7f0c00d9
-com.example.scoutingapp:color/m3_sys_color_dark_surface = 0x7f050171
-com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_label_text_color = 0x7f0c009d
-com.example.scoutingapp:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f110012
-com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f0601f7
-com.example.scoutingapp:attr/actionBarTheme = 0x7f03000b
-com.example.scoutingapp:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f11037e
-com.example.scoutingapp:macro/m3_comp_time_picker_container_color = 0x7f0c014e
com.example.scoutingapp:styleable/include = 0x7f120099
-com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Small = 0x7f1100d3
-com.example.scoutingapp:id/tag_transition_group = 0x7f0801e8
-com.example.scoutingapp:macro/m3_comp_fab_surface_icon_color = 0x7f0c003e
-com.example.scoutingapp:id/leftToRight = 0x7f080111
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f110183
-com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_container_color = 0x7f0c0054
-com.example.scoutingapp:color/m3_sys_color_dynamic_secondary_fixed_dim = 0x7f0501c9
-com.example.scoutingapp:style/Widget.MaterialComponents.NavigationView = 0x7f11043d
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline4 = 0x7f110201
-com.example.scoutingapp:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f110104
-com.example.scoutingapp:style/Animation.Material3.SideSheetDialog.Right = 0x7f110009
-com.example.scoutingapp:color/m3_sys_color_light_on_tertiary = 0x7f0501db
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110182
-com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0115
-com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Colored = 0x7f1100d2
-com.example.scoutingapp:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f07005b
-com.example.scoutingapp:drawable/abc_control_background_material = 0x7f07003d
-com.example.scoutingapp:style/Base.V21.Theme.MaterialComponents.Light = 0x7f1100a8
-com.example.scoutingapp:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1100d1
-com.example.scoutingapp:style/Base.Widget.AppCompat.Button = 0x7f1100ce
-com.example.scoutingapp:color/material_dynamic_tertiary99 = 0x7f050262
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f11012c
-com.example.scoutingapp:style/TextAppearance.AppCompat.Large.Inverse = 0x7f1101a0
-com.example.scoutingapp:style/TextAppearance.AppCompat.Small.Inverse = 0x7f1101ab
-com.example.scoutingapp:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f1101a8
-com.example.scoutingapp:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f060290
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1100ca
-com.example.scoutingapp:id/button_Net = 0x7f080080
-com.example.scoutingapp:layout/select_dialog_singlechoice_material = 0x7f0b006f
-com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f11017d
-com.example.scoutingapp:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f060119
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f1102c2
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1100c4
-com.example.scoutingapp:styleable/CollapsingToolbarLayout_Layout = 0x7f120023
-com.example.scoutingapp:style/Widget.Design.Snackbar = 0x7f11033a
-com.example.scoutingapp:style/Base.V22.Theme.AppCompat = 0x7f1100ae
-com.example.scoutingapp:color/m3_tabs_icon_color_secondary = 0x7f0501fb
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1101bb
-com.example.scoutingapp:id/actionDownUp = 0x7f080045
+com.example.scoutingapp:styleable/ViewTransition = 0x7f120098
+com.example.scoutingapp:styleable/ViewPager2 = 0x7f120096
+com.example.scoutingapp:styleable/Variant = 0x7f120093
+com.example.scoutingapp:styleable/Tooltip = 0x7f120090
+com.example.scoutingapp:styleable/ThemeEnforcement = 0x7f12008e
+com.example.scoutingapp:styleable/TextInputEditText = 0x7f12008c
+com.example.scoutingapp:styleable/TextEffects = 0x7f12008b
+com.example.scoutingapp:styleable/TabLayout = 0x7f120089
+com.example.scoutingapp:styleable/TabItem = 0x7f120088
+com.example.scoutingapp:styleable/SwitchCompat = 0x7f120086
+com.example.scoutingapp:styleable/StateListDrawableItem = 0x7f120084
+com.example.scoutingapp:styleable/StateListDrawable = 0x7f120083
+com.example.scoutingapp:styleable/State = 0x7f120082
+com.example.scoutingapp:styleable/Snackbar = 0x7f12007f
com.example.scoutingapp:styleable/Slider = 0x7f12007e
-com.example.scoutingapp:color/material_dynamic_primary20 = 0x7f05023f
-com.example.scoutingapp:id/arc = 0x7f080064
+com.example.scoutingapp:styleable/ShapeableImageView = 0x7f12007c
+com.example.scoutingapp:styleable/ShapeAppearance = 0x7f12007b
+com.example.scoutingapp:styleable/ScrimInsetsFrameLayout = 0x7f120077
+com.example.scoutingapp:styleable/RecycleListView = 0x7f120075
+com.example.scoutingapp:styleable/RadialViewGroup = 0x7f120073
+com.example.scoutingapp:styleable/OnSwipe = 0x7f12006f
+com.example.scoutingapp:styleable/Motion = 0x7f120063
+com.example.scoutingapp:styleable/MenuView = 0x7f120061
+com.example.scoutingapp:styleable/MenuGroup = 0x7f12005f
+com.example.scoutingapp:styleable/MaterialToolbar = 0x7f12005e
+com.example.scoutingapp:styleable/MaterialTextAppearance = 0x7f12005b
+com.example.scoutingapp:styleable/MaterialShape = 0x7f120059
+com.example.scoutingapp:styleable/MaterialDivider = 0x7f120057
+com.example.scoutingapp:styleable/MaterialCheckBox = 0x7f120055
+com.example.scoutingapp:styleable/ListPopupWindow = 0x7f12004c
+com.example.scoutingapp:styleable/LinearLayoutCompat_Layout = 0x7f12004a
+com.example.scoutingapp:styleable/KeyFramesAcceleration = 0x7f120043
+com.example.scoutingapp:styleable/KeyFrame = 0x7f120042
+com.example.scoutingapp:styleable/KeyAttribute = 0x7f120040
+com.example.scoutingapp:styleable/GradientColorItem = 0x7f12003c
+com.example.scoutingapp:styleable/FontFamily = 0x7f120036
+com.example.scoutingapp:styleable/FlowLayout = 0x7f120035
+com.example.scoutingapp:styleable/FloatingActionButton = 0x7f120033
+com.example.scoutingapp:styleable/ExtendedFloatingActionButton = 0x7f120031
+com.example.scoutingapp:styleable/CustomAttribute = 0x7f12002e
+com.example.scoutingapp:styleable/ConstraintSet = 0x7f12002b
+com.example.scoutingapp:styleable/ConstraintOverride = 0x7f12002a
+com.example.scoutingapp:styleable/ConstraintLayout_placeholder = 0x7f120029
+com.example.scoutingapp:styleable/CompoundButton = 0x7f120025
+com.example.scoutingapp:styleable/CollapsingToolbarLayout_Layout = 0x7f120023
com.example.scoutingapp:styleable/Layout = 0x7f120048
com.example.scoutingapp:styleable/Carousel = 0x7f12001b
-com.example.scoutingapp:dimen/mtrl_tooltip_minWidth = 0x7f060309
-com.example.scoutingapp:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0602c6
-com.example.scoutingapp:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f1101a1
-com.example.scoutingapp:style/TextAppearance.Material3.TitleSmall = 0x7f1101f7
-com.example.scoutingapp:style/Base.V7.Theme.AppCompat = 0x7f1100bb
-com.example.scoutingapp:color/mtrl_outlined_stroke_color = 0x7f0502dc
-com.example.scoutingapp:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1100ad
-com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f110169
-com.example.scoutingapp:id/invisible = 0x7f080108
-com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1100a0
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1102db
-com.example.scoutingapp:dimen/design_bottom_navigation_item_max_width = 0x7f060065
-com.example.scoutingapp:color/mtrl_choice_chip_ripple_color = 0x7f0502c8
-com.example.scoutingapp:dimen/material_cursor_inset = 0x7f060230
-com.example.scoutingapp:style/Animation.AppCompat.Tooltip = 0x7f110004
-com.example.scoutingapp:styleable/ListPopupWindow = 0x7f12004c
-com.example.scoutingapp:style/Widget.Material3.Badge = 0x7f110345
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1101de
-com.example.scoutingapp:id/accessibility_custom_action_20 = 0x7f080031
-com.example.scoutingapp:styleable/ExtendedFloatingActionButton = 0x7f120031
-com.example.scoutingapp:color/material_timepicker_clock_text_color = 0x7f0502b4
-com.example.scoutingapp:color/material_dynamic_primary50 = 0x7f050242
-com.example.scoutingapp:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0x7f110091
-com.example.scoutingapp:style/Theme.Material3.DynamicColors.Dark = 0x7f110238
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1100e5
-com.example.scoutingapp:color/material_personalized_color_primary_text_inverse = 0x7f050292
-com.example.scoutingapp:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1100ef
-com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f11008d
-com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f11018d
-com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f110086
+com.example.scoutingapp:styleable/AppCompatTheme = 0x7f120012
+com.example.scoutingapp:styleable/AppCompatTextView = 0x7f120011
+com.example.scoutingapp:styleable/AppCompatTextHelper = 0x7f120010
+com.example.scoutingapp:styleable/AppCompatSeekBar = 0x7f12000f
+com.example.scoutingapp:styleable/AppBarLayout_Layout = 0x7f12000c
+com.example.scoutingapp:styleable/AppBarLayoutStates = 0x7f12000b
+com.example.scoutingapp:styleable/AppBarLayout = 0x7f12000a
+com.example.scoutingapp:styleable/ActivityChooserView = 0x7f120005
+com.example.scoutingapp:styleable/ActionMode = 0x7f120004
+com.example.scoutingapp:styleable/ActionBar = 0x7f120000
+com.example.scoutingapp:style/Widget.MaterialComponents.Tooltip = 0x7f110466
+com.example.scoutingapp:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f110465
+com.example.scoutingapp:style/Widget.MaterialComponents.Toolbar = 0x7f110462
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f110461
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110460
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f11045e
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display = 0x7f11045b
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f11045a
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Button = 0x7f110459
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker = 0x7f110458
+com.example.scoutingapp:style/Widget.MaterialComponents.TextView = 0x7f110457
+com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f110456
+com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f11044f
+com.example.scoutingapp:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f11044e
+com.example.scoutingapp:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f11044c
+com.example.scoutingapp:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f110449
+com.example.scoutingapp:style/Widget.MaterialComponents.Slider = 0x7f110444
+com.example.scoutingapp:style/Widget.MaterialComponents.ShapeableImageView = 0x7f110443
+com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f110441
+com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f11043f
+com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu = 0x7f11043e
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f110432
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f110431
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f11042f
-com.example.scoutingapp:dimen/m3_comp_menu_container_elevation = 0x7f060135
-com.example.scoutingapp:style/Base.Theme.Material3.Dark.Dialog = 0x7f11005b
-com.example.scoutingapp:style/Theme.Material3.DayNight = 0x7f110230
-com.example.scoutingapp:dimen/mtrl_calendar_navigation_height = 0x7f06028c
-com.example.scoutingapp:dimen/m3_comp_radio_button_selected_focus_state_layer_opacity = 0x7f060167
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f11006f
-com.example.scoutingapp:styleable/CustomAttribute = 0x7f12002e
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f11042e
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f11042c
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f11042b
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f110426
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f110425
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f110424
+com.example.scoutingapp:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f11041c
+com.example.scoutingapp:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f11041a
+com.example.scoutingapp:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f110419
+com.example.scoutingapp:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f110418
+com.example.scoutingapp:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f110417
+com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f110412
+com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Filter = 0x7f11040f
+com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Action = 0x7f11040c
+com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f110407
+com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f110404
+com.example.scoutingapp:style/Widget.MaterialComponents.Button = 0x7f1103fe
+com.example.scoutingapp:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1103fb
+com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103f7
+com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar = 0x7f1103f6
+com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1103f4
+com.example.scoutingapp:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1103f0
+com.example.scoutingapp:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1103ee
+com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1103ea
+com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1103e9
+com.example.scoutingapp:style/Widget.Material3.Toolbar.Surface = 0x7f1103e7
+com.example.scoutingapp:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103e6
+com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1103e2
+com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1103e1
+com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f1103de
+com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1103dd
+com.example.scoutingapp:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1103d9
+com.example.scoutingapp:style/Widget.Material3.TabLayout.Secondary = 0x7f1103d8
+com.example.scoutingapp:style/Widget.Material3.Snackbar.FullWidth = 0x7f1103d4
+com.example.scoutingapp:styleable/MaterialButton = 0x7f120050
+com.example.scoutingapp:style/Widget.Material3.SideSheet.Modal.Detached = 0x7f1103ce
+com.example.scoutingapp:style/Widget.Material3.SideSheet = 0x7f1103cb
+com.example.scoutingapp:style/Widget.Material3.SearchView.Toolbar = 0x7f1103ca
+com.example.scoutingapp:style/Widget.Material3.SearchView.Prefix = 0x7f1103c9
+com.example.scoutingapp:style/Widget.Material3.SearchBar.Outlined = 0x7f1103c7
+com.example.scoutingapp:style/Widget.Material3.Search.ActionButton.Overflow = 0x7f1103c4
+com.example.scoutingapp:style/Widget.Material3.PopupMenu.Overflow = 0x7f1103c3
+com.example.scoutingapp:style/Widget.Material3.PopupMenu = 0x7f1103c0
+com.example.scoutingapp:style/Widget.Material3.NavigationRailView = 0x7f1103bc
+com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f1103bb
+com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1103ba
+com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1103b9
+com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f1103b7
+com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display = 0x7f1103b6
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1103ae
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year = 0x7f1103ad
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f1103ab
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f1103a8
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f1103a2
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f1103a0
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f11039c
+com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator = 0x7f110397
+com.example.scoutingapp:style/Widget.Material3.Light.ActionBar.Solid = 0x7f110396
+com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f11038f
+com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11038e
+com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f11038a
+com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110387
+com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f110385
+com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f110383
+com.example.scoutingapp:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f11037e
+com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110379
+com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f110378
+com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy.ExtraSmall = 0x7f110375
+com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy = 0x7f110374
+com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f110373
+com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator = 0x7f110372
+com.example.scoutingapp:style/Widget.Material3.Chip.Input.Icon = 0x7f11036d
+com.example.scoutingapp:style/Widget.Material3.Chip.Assist.Elevated = 0x7f110368
+com.example.scoutingapp:style/Widget.Material3.Chip.Assist = 0x7f110367
+com.example.scoutingapp:style/Widget.Material3.Button.UnelevatedButton = 0x7f110362
+com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Icon = 0x7f11035e
com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f11035d
+com.example.scoutingapp:styleable/AnimatedStateListDrawableCompat = 0x7f120007
+com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog = 0x7f11035b
+com.example.scoutingapp:style/Widget.Material3.Button.OutlinedButton = 0x7f110358
+com.example.scoutingapp:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f110356
com.example.scoutingapp:styleable/Toolbar = 0x7f12008f
com.example.scoutingapp:style/Widget.Material3.Button.Icon = 0x7f110353
-com.example.scoutingapp:style/Theme.Material3.Dark.Dialog = 0x7f11022a
-com.example.scoutingapp:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f11028a
-com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1103f3
-com.example.scoutingapp:integer/mtrl_calendar_header_orientation = 0x7f090030
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f11006a
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline5 = 0x7f110202
-com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1100d0
-com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1103df
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f110069
-com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f1102ac
-com.example.scoutingapp:macro/m3_comp_sheet_side_docked_modal_container_color = 0x7f0c0108
-com.example.scoutingapp:color/material_dynamic_neutral_variant95 = 0x7f05023a
-com.example.scoutingapp:string/searchview_clear_text_content_description = 0x7f1000b0
-com.example.scoutingapp:style/Widget.AppCompat.ListView.Menu = 0x7f11031c
-com.example.scoutingapp:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f110060
-com.example.scoutingapp:style/Base.Theme.Material3.Light = 0x7f11005f
-com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1100d7
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f11042c
-com.example.scoutingapp:style/Base.Theme.Material3.Dark.Dialog.FixedSize = 0x7f11005c
-com.example.scoutingapp:style/Base.Theme.Material3.Dark = 0x7f110059
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1102e1
-com.example.scoutingapp:string/abc_menu_space_shortcut_label = 0x7f10000f
-com.example.scoutingapp:style/Base.Theme.AppCompat = 0x7f11004b
-com.example.scoutingapp:style/Base.Widget.AppCompat.SeekBar = 0x7f1100f5
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f110166
-com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1103b9
-com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11027d
-com.example.scoutingapp:color/m3_sys_color_dark_inverse_primary = 0x7f05015e
-com.example.scoutingapp:id/time = 0x7f080201
+com.example.scoutingapp:style/Widget.Material3.Button = 0x7f110350
+com.example.scoutingapp:style/Widget.Material3.BottomSheet.Modal = 0x7f11034f
+com.example.scoutingapp:style/Widget.Material3.BottomSheet = 0x7f11034d
+com.example.scoutingapp:style/Widget.Material3.BottomNavigationView = 0x7f11034b
+com.example.scoutingapp:styleable/FontFamilyFont = 0x7f120037
+com.example.scoutingapp:style/Widget.Material3.BottomAppBar.Legacy = 0x7f110349
+com.example.scoutingapp:style/Widget.Material3.BottomAppBar = 0x7f110347
+com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110344
+com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110343
+com.example.scoutingapp:style/Widget.Material3.AppBarLayout = 0x7f110340
+com.example.scoutingapp:style/Widget.Material3.ActionMode = 0x7f11033f
+com.example.scoutingapp:style/Widget.Material3.ActionBar.Solid = 0x7f11033e
+com.example.scoutingapp:style/Widget.Design.TextInputEditText = 0x7f11033c
+com.example.scoutingapp:style/Widget.Design.TabLayout = 0x7f11033b
+com.example.scoutingapp:style/Widget.Design.Snackbar = 0x7f11033a
+com.example.scoutingapp:style/Widget.Design.NavigationView = 0x7f110338
+com.example.scoutingapp:style/Widget.Design.FloatingActionButton = 0x7f110337
+com.example.scoutingapp:style/Widget.Design.CollapsingToolbar = 0x7f110336
+com.example.scoutingapp:style/Widget.Compat.NotificationActionText = 0x7f110332
+com.example.scoutingapp:style/Widget.Material3.CardView.Outlined = 0x7f110365
+com.example.scoutingapp:style/Widget.AppCompat.Toolbar = 0x7f11032f
+com.example.scoutingapp:style/Widget.AppCompat.SeekBar = 0x7f110327
+com.example.scoutingapp:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110326
+com.example.scoutingapp:style/Widget.AppCompat.SearchView = 0x7f110325
com.example.scoutingapp:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1103dc
com.example.scoutingapp:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f110321
-com.example.scoutingapp:id/open_search_view_status_bar_spacer = 0x7f08017a
-com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f110046
-com.example.scoutingapp:style/Base.Theme.Material3.Light.Dialog.FixedSize = 0x7f110062
-com.example.scoutingapp:id/material_minute_text_input = 0x7f08012d
-com.example.scoutingapp:styleable/MotionTelltales = 0x7f120069
-com.example.scoutingapp:layout/mtrl_picker_dialog = 0x7f0b005c
-com.example.scoutingapp:style/Base.Widget.Material3.TabLayout = 0x7f11010f
-com.example.scoutingapp:style/Base.V23.Theme.AppCompat.Light = 0x7f1100b1
-com.example.scoutingapp:id/closest = 0x7f08009a
-com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f110056
-com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f070015
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f110425
-com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f110055
-com.example.scoutingapp:style/Widget.Material3.Button.IconButton = 0x7f110354
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0c00ce
-com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f06015d
-com.example.scoutingapp:dimen/material_clock_hand_center_dot_radius = 0x7f060227
-com.example.scoutingapp:style/Base.V21.Theme.MaterialComponents = 0x7f1100a6
-com.example.scoutingapp:id/fitToContents = 0x7f0800e2
-com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060256
-com.example.scoutingapp:style/Platform.Widget.AppCompat.Spinner = 0x7f110144
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_pressed_label_text_color = 0x7f0c0082
-com.example.scoutingapp:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600bf
-com.example.scoutingapp:style/ThemeOverlay.Material3.Search = 0x7f1102b5
-com.example.scoutingapp:style/Theme.Material3.DynamicColors.Dark.NoActionBar = 0x7f110239
-com.example.scoutingapp:macro/m3_comp_slider_disabled_handle_color = 0x7f0c010d
-com.example.scoutingapp:string/abc_activitychooserview_choose_application = 0x7f100005
-com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog = 0x7f11004d
-com.example.scoutingapp:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0602c3
-com.example.scoutingapp:id/percent = 0x7f08018a
-com.example.scoutingapp:id/button_Next = 0x7f080081
-com.example.scoutingapp:dimen/mtrl_calendar_header_content_padding = 0x7f06027e
-com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f110383
-com.example.scoutingapp:styleable/CollapsingToolbarLayout = 0x7f120022
-com.example.scoutingapp:style/TextAppearance.Design.Counter.Overflow = 0x7f1101cb
-com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Button = 0x7f110045
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_color = 0x7f0c001d
-com.example.scoutingapp:id/material_clock_face = 0x7f080124
-com.example.scoutingapp:integer/status_bar_notification_info_maxnum = 0x7f090043
-com.example.scoutingapp:dimen/design_snackbar_padding_vertical = 0x7f060086
-com.example.scoutingapp:style/ThemeOverlay.Material3.NavigationView = 0x7f1102b3
-com.example.scoutingapp:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f110317
-com.example.scoutingapp:id/Sheet = 0x7f08001a
-com.example.scoutingapp:dimen/mtrl_calendar_day_vertical_padding = 0x7f06027a
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant95 = 0x7f050125
-com.example.scoutingapp:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f1102bf
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog = 0x7f110068
-com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabView = 0x7f1102ec
+com.example.scoutingapp:style/Widget.AppCompat.PopupWindow = 0x7f11031f
+com.example.scoutingapp:style/Widget.AppCompat.PopupMenu = 0x7f11031d
+com.example.scoutingapp:style/Widget.AppCompat.ListView.Menu = 0x7f11031c
+com.example.scoutingapp:style/Widget.AppCompat.ListView = 0x7f11031a
+com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Surface = 0x7f110394
+com.example.scoutingapp:style/Widget.AppCompat.Light.SearchView = 0x7f110316
+com.example.scoutingapp:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f110313
+com.example.scoutingapp:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f110312
+com.example.scoutingapp:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f110311
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f11030e
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton = 0x7f11030b
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f110309
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f110307
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f110303
+com.example.scoutingapp:style/Widget.AppCompat.EditText = 0x7f110300
+com.example.scoutingapp:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1102ff
+com.example.scoutingapp:style/Widget.AppCompat.Button.Small = 0x7f1102f8
+com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless = 0x7f1102f4
+com.example.scoutingapp:style/Widget.AppCompat.ActionButton = 0x7f1102ed
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f110423
-com.example.scoutingapp:id/message = 0x7f080137
-com.example.scoutingapp:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f110058
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f110042
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f110040
-com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0c0136
-com.example.scoutingapp:layout/select_dialog_multichoice_material = 0x7f0b006e
-com.example.scoutingapp:integer/abc_config_activityDefaultDur = 0x7f090000
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f110250
-com.example.scoutingapp:color/m3_sys_color_dark_inverse_surface = 0x7f05015f
-com.example.scoutingapp:id/notification_background = 0x7f080169
-com.example.scoutingapp:drawable/$m3_avd_hide_password__0 = 0x7f070007
-com.example.scoutingapp:string/material_timepicker_am = 0x7f100061
-com.example.scoutingapp:string/mtrl_checkbox_state_description_unchecked = 0x7f100073
-com.example.scoutingapp:style/Widget.Design.TextInputEditText = 0x7f11033c
-com.example.scoutingapp:style/Widget.Material3.Chip.Input.Icon = 0x7f11036d
-com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c013c
-com.example.scoutingapp:string/clear_text_end_icon_content_description = 0x7f100031
-com.example.scoutingapp:id/confirm_button = 0x7f08009d
-com.example.scoutingapp:style/Widget.Material3.Button.TonalButton.Icon = 0x7f110361
-com.example.scoutingapp:id/action_menu_divider = 0x7f080052
-com.example.scoutingapp:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f0602f4
-com.example.scoutingapp:id/date_picker_actions = 0x7f0800ac
-com.example.scoutingapp:styleable/Snackbar = 0x7f12007f
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f110070
-com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110044
-com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f110111
-com.example.scoutingapp:styleable/StateListDrawableItem = 0x7f120084
-com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1103e9
-com.example.scoutingapp:macro/m3_comp_navigation_bar_container_color = 0x7f0c006b
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Caption = 0x7f11001a
-com.example.scoutingapp:styleable/OnSwipe = 0x7f12006f
-com.example.scoutingapp:id/parentRelative = 0x7f080184
-com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0102
-com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060257
-com.example.scoutingapp:string/m3_ref_typeface_brand_medium = 0x7f100043
-com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110209
-com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f110085
-com.example.scoutingapp:style/ThemeOverlay.Material3 = 0x7f110280
-com.example.scoutingapp:drawable/ic_search_black_24 = 0x7f07009c
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Body2 = 0x7f110018
-com.example.scoutingapp:id/immediateStop = 0x7f080104
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Body1 = 0x7f110017
-com.example.scoutingapp:style/Widget.Material3.Chip.Assist.Elevated = 0x7f110368
-com.example.scoutingapp:dimen/tooltip_y_offset_touch = 0x7f060322
-com.example.scoutingapp:style/Theme.Material3.DayNight.SideSheetDialog = 0x7f110237
-com.example.scoutingapp:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0c0122
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Headline = 0x7f11001f
-com.example.scoutingapp:layout/mtrl_calendar_month = 0x7f0b0052
-com.example.scoutingapp:style/Animation.Material3.SideSheetDialog = 0x7f110007
-com.example.scoutingapp:dimen/design_snackbar_action_text_color_alpha = 0x7f06007f
-com.example.scoutingapp:string/mtrl_picker_text_input_year_abbr = 0x7f100096
-com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f110373
-com.example.scoutingapp:dimen/mtrl_btn_disabled_z = 0x7f06025c
-com.example.scoutingapp:dimen/m3_comp_navigation_bar_container_height = 0x7f060139
-com.example.scoutingapp:string/search_menu_title = 0x7f1000ae
+com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabView = 0x7f1102ec
+com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102eb
+com.example.scoutingapp:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102ea
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102e6
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1102e3
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1102dd
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102dc
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1102db
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102d8
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102d7
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1102d3
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102d1
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102cf
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1102cd
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1102cc
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1102ca
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1102c9
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1102c6
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1102c3
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1102c1
+com.example.scoutingapp:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f1102bf
+com.example.scoutingapp:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1102be
com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1102bd
-com.example.scoutingapp:style/Base.Widget.MaterialComponents.Chip = 0x7f110114
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_label_text_type = 0x7f0c0153
-com.example.scoutingapp:id/outline = 0x7f08017d
+com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f1102bc
+com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1102bb
+com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1102b9
+com.example.scoutingapp:style/ThemeOverlay.Material3.PersonalizedColors = 0x7f1102b4
+com.example.scoutingapp:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f110317
+com.example.scoutingapp:style/ThemeOverlay.Material3.NavigationView = 0x7f1102b3
+com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1102b1
+com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f1102ae
+com.example.scoutingapp:styleable/Insets = 0x7f12003f
+com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f1102ad
+com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f1102ac
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f110454
com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f1102ab
-com.example.scoutingapp:string/processor = 0x7f1000ad
-com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f110087
-com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f110180
-com.example.scoutingapp:string/abc_capital_off = 0x7f100006
-com.example.scoutingapp:id/month_title = 0x7f08013f
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f110303
-com.example.scoutingapp:dimen/mtrl_card_checked_icon_size = 0x7f06029c
-com.example.scoutingapp:string/mtrl_timepicker_confirm = 0x7f1000a5
-com.example.scoutingapp:id/accessibility_custom_action_8 = 0x7f080042
-com.example.scoutingapp:string/mtrl_switch_thumb_path_pressed = 0x7f1000a0
-com.example.scoutingapp:color/dim_foreground_material_light = 0x7f050059
-com.example.scoutingapp:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070038
-com.example.scoutingapp:string/mtrl_switch_thumb_path_name = 0x7f10009f
-com.example.scoutingapp:style/Widget.Material3.CompoundButton.Switch = 0x7f110380
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat = 0x7f110016
-com.example.scoutingapp:string/abc_menu_sym_shortcut_label = 0x7f100010
-com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f11016a
-com.example.scoutingapp:string/mtrl_switch_thumb_group_name = 0x7f10009c
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Light = 0x7f1102d2
-com.example.scoutingapp:id/disableScroll = 0x7f0800be
-com.example.scoutingapp:id/legacy = 0x7f080112
-com.example.scoutingapp:string/mtrl_picker_toggle_to_year_selection = 0x7f10009b
-com.example.scoutingapp:string/l1 = 0x7f10003e
-com.example.scoutingapp:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1103d9
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f11002c
-com.example.scoutingapp:string/mtrl_picker_invalid_format_use = 0x7f100085
-com.example.scoutingapp:style/Widget.Design.NavigationView = 0x7f110338
-com.example.scoutingapp:id/west = 0x7f080223
-com.example.scoutingapp:style/Widget.AppCompat.ListMenuView = 0x7f110318
-com.example.scoutingapp:string/mtrl_picker_cancel = 0x7f10007c
-com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Filter = 0x7f11040f
-com.example.scoutingapp:string/mtrl_picker_a11y_prev_month = 0x7f100078
-com.example.scoutingapp:dimen/mtrl_extended_fab_disabled_elevation = 0x7f0602a7
-com.example.scoutingapp:string/mtrl_checkbox_button_path_unchecked = 0x7f100070
-com.example.scoutingapp:string/mtrl_checkbox_button_path_group_name = 0x7f10006e
-com.example.scoutingapp:string/material_timepicker_text_input_mode_description = 0x7f100067
-com.example.scoutingapp:styleable/MaterialTextAppearance = 0x7f12005b
-com.example.scoutingapp:styleable/FlowLayout = 0x7f120035
-com.example.scoutingapp:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007
-com.example.scoutingapp:macro/m3_comp_fab_surface_container_color = 0x7f0c003d
-com.example.scoutingapp:color/material_dynamic_tertiary50 = 0x7f05025c
-com.example.scoutingapp:string/material_hour_suffix = 0x7f100056
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f110430
-com.example.scoutingapp:string/material_hour_selection = 0x7f100055
-com.example.scoutingapp:id/listMode = 0x7f080119
-com.example.scoutingapp:style/Base.V28.Theme.AppCompat.Light = 0x7f1100ba
-com.example.scoutingapp:string/material_clock_toggle_content_description = 0x7f100053
-com.example.scoutingapp:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1102be
-com.example.scoutingapp:string/m3_sys_motion_easing_standard_decelerate = 0x7f100051
-com.example.scoutingapp:style/Widget.Material3.BottomNavigationView = 0x7f11034b
-com.example.scoutingapp:style/Widget.Compat.NotificationActionText = 0x7f110332
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0c00b9
-com.example.scoutingapp:macro/m3_comp_filled_autocomplete_menu_container_color = 0x7f0c0041
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1101da
-com.example.scoutingapp:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1103f0
-com.example.scoutingapp:id/anticipate = 0x7f080063
-com.example.scoutingapp:style/ThemeOverlay.Material3.Dark = 0x7f110295
-com.example.scoutingapp:string/mtrl_picker_invalid_range = 0x7f100086
-com.example.scoutingapp:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f110291
-com.example.scoutingapp:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1102f2
-com.example.scoutingapp:string/m3_exceed_max_badge_text_suffix = 0x7f100042
-com.example.scoutingapp:dimen/mtrl_navigation_bar_item_default_margin = 0x7f0602c4
-com.example.scoutingapp:style/Base.V24.Theme.Material3.Dark = 0x7f1100b2
-com.example.scoutingapp:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f1102a5
-com.example.scoutingapp:style/Base.V28.Theme.AppCompat = 0x7f1100b9
-com.example.scoutingapp:dimen/m3_comp_navigation_bar_hover_state_layer_opacity = 0x7f06013b
-com.example.scoutingapp:layout/mtrl_layout_snackbar_include = 0x7f0b0059
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f1103a8
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_inactive_focus_state_layer_color = 0x7f0c00cc
-com.example.scoutingapp:color/material_personalized_color_secondary_text_inverse = 0x7f050296
-com.example.scoutingapp:string/character_counter_pattern = 0x7f100030
-com.example.scoutingapp:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f110090
-com.example.scoutingapp:style/Base.Widget.AppCompat.PopupWindow = 0x7f1100ed
-com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f11007d
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f11026c
-com.example.scoutingapp:string/bottomsheet_action_collapse = 0x7f100020
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1102ca
-com.example.scoutingapp:id/accessibility_custom_action_21 = 0x7f080032
-com.example.scoutingapp:string/auto = 0x7f10001e
-com.example.scoutingapp:id/action_context_bar = 0x7f08004f
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f110307
-com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f11038a
-com.example.scoutingapp:drawable/$mtrl_checkbox_button_checked_unchecked__0 = 0x7f07000d
-com.example.scoutingapp:string/material_motion_easing_accelerated = 0x7f100059
-com.example.scoutingapp:style/Widget.MaterialComponents.TextView = 0x7f110457
-com.example.scoutingapp:drawable/abc_cab_background_internal_bg = 0x7f07003a
-com.example.scoutingapp:dimen/m3_comp_outlined_icon_button_unselected_outline_width = 0x7f060154
-com.example.scoutingapp:string/abc_searchview_description_voice = 0x7f100017
-com.example.scoutingapp:style/Widget.Material3.Button = 0x7f110350
-com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f110097
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0c00d1
-com.example.scoutingapp:id/up = 0x7f080217
-com.example.scoutingapp:string/abc_searchview_description_search = 0x7f100015
-com.example.scoutingapp:style/TextAppearance.Material3.SearchBar = 0x7f1101f2
-com.example.scoutingapp:string/abc_menu_ctrl_shortcut_label = 0x7f100009
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_pressed_icon_color = 0x7f0c008e
-com.example.scoutingapp:macro/m3_comp_navigation_rail_active_label_text_color = 0x7f0c0097
-com.example.scoutingapp:style/TextAppearance.AppCompat.Display1 = 0x7f110199
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f11042b
-com.example.scoutingapp:string/abc_menu_alt_shortcut_label = 0x7f100008
-com.example.scoutingapp:style/MaterialAlertDialog.Material3 = 0x7f110123
-com.example.scoutingapp:style/Widget.AppCompat.Light.PopupMenu = 0x7f110314
-com.example.scoutingapp:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700ce
-com.example.scoutingapp:dimen/m3_comp_navigation_drawer_pressed_state_layer_opacity = 0x7f060143
-com.example.scoutingapp:id/mtrl_calendar_main_pane = 0x7f080145
-com.example.scoutingapp:string/abc_action_bar_home_description = 0x7f100000
-com.example.scoutingapp:string/can_remove_algae = 0x7f10002d
-com.example.scoutingapp:dimen/m3_comp_search_bar_avatar_size = 0x7f06016e
-com.example.scoutingapp:id/special_effects_controller_view_tag = 0x7f0801c8
-com.example.scoutingapp:macro/m3_sys_color_dark_surface_tint = 0x7f0c0175
-com.example.scoutingapp:style/Theme.ScoutingApp = 0x7f110275
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f1103b0
-com.example.scoutingapp:dimen/mtrl_btn_text_btn_padding_left = 0x7f06026d
-com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_color = 0x7f0c0170
-com.example.scoutingapp:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f11005a
-com.example.scoutingapp:macro/m3_comp_checkbox_selected_error_icon_color = 0x7f0c000a
-com.example.scoutingapp:id/transition_transform = 0x7f080212
-com.example.scoutingapp:macro/m3_comp_top_app_bar_large_headline_color = 0x7f0c016b
-com.example.scoutingapp:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f1102bc
-com.example.scoutingapp:styleable/Tooltip = 0x7f120090
-com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_container_color = 0x7f0c0160
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Medium = 0x7f110025
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_unselected_pressed_state_layer_color = 0x7f0c015d
-com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_focus_state_layer_color = 0x7f0c009a
-com.example.scoutingapp:dimen/design_fab_image_size = 0x7f060070
-com.example.scoutingapp:dimen/m3_small_fab_max_image_size = 0x7f0601ec
-com.example.scoutingapp:id/edge = 0x7f0800cd
-com.example.scoutingapp:string/abc_search_hint = 0x7f100012
-com.example.scoutingapp:macro/m3_comp_time_picker_clock_dial_color = 0x7f0c014c
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f110252
-com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long2 = 0x7f090010
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_unselected_label_text_color = 0x7f0c015c
-com.example.scoutingapp:style/Widget.MaterialComponents.Button = 0x7f1103fe
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_focus_state_layer_color = 0x7f0c0156
-com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1102f5
-com.example.scoutingapp:string/character_counter_content_description = 0x7f10002e
-com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1103f4
-com.example.scoutingapp:color/m3_sys_color_light_on_surface_variant = 0x7f0501da
-com.example.scoutingapp:color/m3_dynamic_default_color_primary_text = 0x7f050081
-com.example.scoutingapp:color/material_dynamic_tertiary30 = 0x7f05025a
-com.example.scoutingapp:styleable/BaseProgressIndicator = 0x7f120014
-com.example.scoutingapp:macro/m3_comp_time_picker_container_shape = 0x7f0c014f
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f110424
-com.example.scoutingapp:string/mtrl_checkbox_button_path_checked = 0x7f10006d
-com.example.scoutingapp:integer/mtrl_calendar_year_selector_span = 0x7f090032
-com.example.scoutingapp:mipmap/ic_launcher = 0x7f0d0000
-com.example.scoutingapp:id/material_clock_period_toggle = 0x7f080129
-com.example.scoutingapp:style/Widget.AppCompat.RatingBar.Indicator = 0x7f110323
-com.example.scoutingapp:macro/m3_comp_time_picker_clock_dial_selector_handle_container_color = 0x7f0c014d
-com.example.scoutingapp:color/m3_sys_color_light_surface_variant = 0x7f0501eb
-com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f110095
-com.example.scoutingapp:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f110081
-com.example.scoutingapp:layout/design_text_input_start_icon = 0x7f0b0031
-com.example.scoutingapp:style/Widget.AppCompat.Button.Small = 0x7f1102f8
-com.example.scoutingapp:id/textInputLayout3 = 0x7f0801f1
-com.example.scoutingapp:macro/m3_comp_fab_primary_small_container_shape = 0x7f0c003a
+com.example.scoutingapp:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f1102aa
+com.example.scoutingapp:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1102a7
+com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Secondary = 0x7f1102a0
+com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f11029f
+com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f110298
+com.example.scoutingapp:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f110297
+com.example.scoutingapp:style/ThemeOverlay.Material3.Chip = 0x7f110293
+com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f110341
+com.example.scoutingapp:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f110292
+com.example.scoutingapp:style/ThemeOverlay.Material3.Button.IconButton = 0x7f11028d
+com.example.scoutingapp:style/Widget.Material3.TabLayout = 0x7f1103d6
+com.example.scoutingapp:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f11028c
+com.example.scoutingapp:style/ThemeOverlay.Material3.Button = 0x7f11028b
+com.example.scoutingapp:style/ThemeOverlay.Material3.BottomAppBar = 0x7f110287
+com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110285
com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f110283
-com.example.scoutingapp:style/Widget.Material3.MaterialDivider = 0x7f1103b1
-com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_label_text_color = 0x7f0c0149
-com.example.scoutingapp:dimen/mtrl_calendar_navigation_top_padding = 0x7f06028d
-com.example.scoutingapp:style/Widget.Material3.SideSheet.Modal.Detached = 0x7f1103ce
-com.example.scoutingapp:styleable/MaterialButton = 0x7f120050
-com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_focus_outline_color = 0x7f0c0148
-com.example.scoutingapp:string/path_password_eye_mask_visible = 0x7f1000ab
-com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_container_shape = 0x7f0c0147
-com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f11007c
-com.example.scoutingapp:id/accessibility_custom_action_0 = 0x7f080024
-com.example.scoutingapp:styleable/ButtonBarLayout = 0x7f120018
-com.example.scoutingapp:id/gone = 0x7f0800ee
-com.example.scoutingapp:drawable/ic_m3_chip_close = 0x7f070097
-com.example.scoutingapp:attr/warmth = 0x7f0304d8
-com.example.scoutingapp:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0c0143
-com.example.scoutingapp:integer/show_password_duration = 0x7f090042
-com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0c013f
-com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0c013e
-com.example.scoutingapp:string/image_of_field = 0x7f10003c
-com.example.scoutingapp:id/unlabeled = 0x7f080216
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f11030d
-com.example.scoutingapp:integer/bottom_sheet_slide_duration = 0x7f090003
-com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f110412
-com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0c0139
-com.example.scoutingapp:layout/material_clockface_textview = 0x7f0b003e
-com.example.scoutingapp:integer/mtrl_switch_thumb_viewport_size = 0x7f09003b
-com.example.scoutingapp:style/TextAppearance.AppCompat.Small = 0x7f1101aa
-com.example.scoutingapp:id/RB_DeepClimb = 0x7f08000c
-com.example.scoutingapp:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0c012d
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_container_shape = 0x7f0c00b1
-com.example.scoutingapp:id/spread_inside = 0x7f0801cc
-com.example.scoutingapp:macro/m3_comp_switch_selected_pressed_handle_color = 0x7f0c012a
-com.example.scoutingapp:styleable/ShapeableImageView = 0x7f12007c
+com.example.scoutingapp:style/ThemeOverlay.Material3.ActionBar = 0x7f110281
+com.example.scoutingapp:style/ThemeOverlay.Material3 = 0x7f110280
+com.example.scoutingapp:style/ThemeOverlay.Design.TextInputEditText = 0x7f11027f
+com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11027d
+com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dialog = 0x7f11027c
+com.example.scoutingapp:styleable/ClockHandView = 0x7f120021
+com.example.scoutingapp:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110279
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f1103b0
+com.example.scoutingapp:style/Theme.ScoutingApp = 0x7f110275
+com.example.scoutingapp:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f110274
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f11026d
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f11026c
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110269
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog = 0x7f110268
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f110266
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f110264
+com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f110260
+com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f11025e
+com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f11025c
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f110259
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f110258
+com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103ec
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f110257
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f110253
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f110252
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110251
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f110250
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f11024e
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f11024d
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f11024c
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f11024b
+com.example.scoutingapp:style/Theme.MaterialComponents.Bridge = 0x7f110248
+com.example.scoutingapp:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110247
+com.example.scoutingapp:style/Theme.MaterialComponents = 0x7f110246
+com.example.scoutingapp:style/Theme.Material3.Light.Dialog.Alert = 0x7f110241
+com.example.scoutingapp:style/Theme.Material3.Light.BottomSheetDialog = 0x7f11023f
+com.example.scoutingapp:style/Theme.Material3.DynamicColors.DayNight = 0x7f11023a
+com.example.scoutingapp:style/ThemeOverlay.Material3.Search = 0x7f1102b5
+com.example.scoutingapp:style/Theme.Material3.DynamicColors.Dark.NoActionBar = 0x7f110239
+com.example.scoutingapp:style/Theme.Material3.DayNight.SideSheetDialog = 0x7f110237
+com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog = 0x7f110232
+com.example.scoutingapp:style/Theme.Material3.Dark.NoActionBar = 0x7f11022e
+com.example.scoutingapp:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11022b
+com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1103f3
+com.example.scoutingapp:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f11028a
+com.example.scoutingapp:style/Theme.Material3.Dark.Dialog = 0x7f11022a
+com.example.scoutingapp:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f110229
+com.example.scoutingapp:style/Theme.Material3.Dark = 0x7f110228
+com.example.scoutingapp:style/Theme.AppCompat.NoActionBar = 0x7f110221
+com.example.scoutingapp:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f11021f
+com.example.scoutingapp:style/Theme.AppCompat.Light.DarkActionBar = 0x7f11021b
+com.example.scoutingapp:style/Theme.AppCompat.Empty = 0x7f110219
+com.example.scoutingapp:style/Theme.AppCompat.DialogWhenLarge = 0x7f110218
+com.example.scoutingapp:style/Theme.AppCompat.Dialog.MinWidth = 0x7f110217
+com.example.scoutingapp:style/Theme.AppCompat.Dialog = 0x7f110215
+com.example.scoutingapp:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f110214
+com.example.scoutingapp:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f110213
com.example.scoutingapp:styleable/ForegroundLinearLayout = 0x7f120038
com.example.scoutingapp:style/Widget.Material3.Slider = 0x7f1103cf
com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f110212
+com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f110211
+com.example.scoutingapp:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f11020f
+com.example.scoutingapp:styleable/MaterialTextView = 0x7f12005c
+com.example.scoutingapp:style/Theme.AppCompat.DayNight = 0x7f11020e
+com.example.scoutingapp:style/Theme.AppCompat = 0x7f11020c
+com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110209
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f110207
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f110206
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f110205
+com.example.scoutingapp:style/Widget.Material3.SearchView = 0x7f1103c8
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Overline = 0x7f110204
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline6 = 0x7f110203
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline4 = 0x7f110201
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1101ff
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Button = 0x7f1101fb
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Body2 = 0x7f1101fa
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Body1 = 0x7f1101f9
+com.example.scoutingapp:style/TextAppearance.Material3.TitleSmall = 0x7f1101f7
+com.example.scoutingapp:styleable/LinearProgressIndicator = 0x7f12004b
+com.example.scoutingapp:style/TextAppearance.Material3.TitleMedium = 0x7f1101f6
+com.example.scoutingapp:style/TextAppearance.Material3.TitleLarge = 0x7f1101f5
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f110305
+com.example.scoutingapp:style/TextAppearance.Material3.SearchView.Prefix = 0x7f1101f4
+com.example.scoutingapp:style/TextAppearance.Material3.SearchBar = 0x7f1101f2
+com.example.scoutingapp:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1101f1
+com.example.scoutingapp:style/TextAppearance.Material3.LabelMedium = 0x7f1101ef
+com.example.scoutingapp:style/TextAppearance.Material3.HeadlineSmall = 0x7f1101ed
+com.example.scoutingapp:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101ec
+com.example.scoutingapp:style/TextAppearance.Material3.DisplayLarge = 0x7f1101e8
+com.example.scoutingapp:style/TextAppearance.Material3.BodyMedium = 0x7f1101e6
+com.example.scoutingapp:style/TextAppearance.Material3.BodyLarge = 0x7f1101e5
+com.example.scoutingapp:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101e3
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101df
+com.example.scoutingapp:style/Widget.Material3.Badge = 0x7f110345
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1101de
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1101da
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1101d8
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1101d4
+com.example.scoutingapp:style/TextAppearance.Design.Suffix = 0x7f1101d2
+com.example.scoutingapp:style/TextAppearance.Design.Snackbar.Message = 0x7f1101d1
+com.example.scoutingapp:style/TextAppearance.Design.Placeholder = 0x7f1101cf
+com.example.scoutingapp:style/TextAppearance.Design.Hint = 0x7f1101ce
+com.example.scoutingapp:style/TextAppearance.Design.HelperText = 0x7f1101cd
+com.example.scoutingapp:style/TextAppearance.Design.Error = 0x7f1101cc
+com.example.scoutingapp:styleable/CollapsingToolbarLayout = 0x7f120022
+com.example.scoutingapp:style/TextAppearance.Design.Counter.Overflow = 0x7f1101cb
+com.example.scoutingapp:style/TextAppearance.Compat.Notification.Title = 0x7f1101c8
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1101c1
+com.example.scoutingapp:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101c9
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101c0
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1101bb
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button = 0x7f1101ba
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1101b9
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101b7
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101b4
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f1101b2
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1101b1
+com.example.scoutingapp:style/TextAppearance.AppCompat.Tooltip = 0x7f1101b0
+com.example.scoutingapp:style/TextAppearance.AppCompat.Title = 0x7f1101ae
+com.example.scoutingapp:style/TextAppearance.AppCompat.Subhead = 0x7f1101ac
+com.example.scoutingapp:style/TextAppearance.AppCompat.Small = 0x7f1101aa
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1102e7
+com.example.scoutingapp:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f1101a9
+com.example.scoutingapp:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f1101a8
+com.example.scoutingapp:style/TextAppearance.AppCompat.Menu = 0x7f1101a7
+com.example.scoutingapp:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f1101a1
+com.example.scoutingapp:style/TextAppearance.AppCompat.Small.Inverse = 0x7f1101ab
+com.example.scoutingapp:style/TextAppearance.AppCompat.Large.Inverse = 0x7f1101a0
+com.example.scoutingapp:style/TextAppearance.AppCompat.Headline = 0x7f11019d
+com.example.scoutingapp:style/TextAppearance.AppCompat.Display2 = 0x7f11019a
+com.example.scoutingapp:style/TextAppearance.AppCompat.Caption = 0x7f110198
+com.example.scoutingapp:style/TextAppearance.AppCompat = 0x7f110194
+com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110193
+com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f110190
+com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f11018d
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f110189
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f110188
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110187
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f110186
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110182
+com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f110180
+com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f11017f
+com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f11017d
+com.example.scoutingapp:style/ShapeAppearance.Material3.Tooltip = 0x7f11017a
+com.example.scoutingapp:style/ShapeAppearance.Material3.SmallComponent = 0x7f110179
+com.example.scoutingapp:style/ShapeAppearance.Material3.MediumComponent = 0x7f110177
+com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.Large = 0x7f110172
+com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11016f
+com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11016e
+com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f11016d
+com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f110169
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f110166
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Sheet.Side.Docked.Container.Shape = 0x7f110163
+com.example.scoutingapp:style/Widget.Design.BottomNavigationView = 0x7f110334
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f110162
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f110161
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f11015e
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f11015d
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f11015c
+com.example.scoutingapp:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110154
+com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f11025f
+com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f110153
+com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f110152
+com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f110151
+com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f11014f
+com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f110148
+com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f110146
+com.example.scoutingapp:style/Platform.Widget.AppCompat.Spinner = 0x7f110144
+com.example.scoutingapp:style/Platform.V25.AppCompat.Light = 0x7f110143
+com.example.scoutingapp:style/Platform.V21.AppCompat = 0x7f110140
+com.example.scoutingapp:style/Platform.MaterialComponents.Dialog = 0x7f11013a
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110136
+com.example.scoutingapp:style/Widget.Material3.Snackbar = 0x7f1103d3
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110135
+com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110168
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110134
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110133
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110131
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f110130
+com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents = 0x7f11012d
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f11012c
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f11012a
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f110128
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f110126
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Body.Text = 0x7f110125
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Animation = 0x7f110124
+com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextView = 0x7f11011f
+com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11011d
+com.example.scoutingapp:style/Base.Widget.MaterialComponents.Snackbar = 0x7f11011c
+com.example.scoutingapp:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110119
+com.example.scoutingapp:style/Base.Widget.MaterialComponents.Chip = 0x7f110114
+com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f110111
+com.example.scoutingapp:style/Base.Widget.Material3.TabLayout = 0x7f11010f
+com.example.scoutingapp:style/Base.Widget.Material3.Snackbar = 0x7f11010e
+com.example.scoutingapp:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f11010d
+com.example.scoutingapp:styleable/BottomSheetBehavior_Layout = 0x7f120017
+com.example.scoutingapp:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f11010c
+com.example.scoutingapp:style/Base.Widget.Material3.FloatingActionButton.Small = 0x7f11010b
+com.example.scoutingapp:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f110104
+com.example.scoutingapp:style/Base.Widget.Material3.Chip = 0x7f110102
+com.example.scoutingapp:style/Base.Widget.Material3.CardView = 0x7f110101
+com.example.scoutingapp:style/Base.Widget.Material3.BottomNavigationView = 0x7f110100
+com.example.scoutingapp:style/Base.Widget.Design.TabLayout = 0x7f1100fd
+com.example.scoutingapp:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100fc
+com.example.scoutingapp:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100fa
+com.example.scoutingapp:style/Base.Widget.AppCompat.SeekBar = 0x7f1100f5
+com.example.scoutingapp:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1102ee
+com.example.scoutingapp:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1100f4
+com.example.scoutingapp:style/Base.Widget.AppCompat.SearchView = 0x7f1100f3
+com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100f1
+com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar = 0x7f1100f0
+com.example.scoutingapp:style/Base.Widget.AppCompat.ProgressBar = 0x7f1100ee
+com.example.scoutingapp:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1100ea
+com.example.scoutingapp:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1100e9
+com.example.scoutingapp:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1100e7
+com.example.scoutingapp:style/Theme.Material3.DynamicColors.Dark = 0x7f110238
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1100e5
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1100e4
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1100e1
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1100e0
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100df
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1100de
+com.example.scoutingapp:style/Base.Widget.AppCompat.EditText = 0x7f1100dc
+com.example.scoutingapp:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1100db
+com.example.scoutingapp:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1100d9
+com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1100d8
+com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1100d7
+com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1100d6
+com.example.scoutingapp:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110115
+com.example.scoutingapp:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100d5
+com.example.scoutingapp:style/Base.Widget.AppCompat.ButtonBar = 0x7f1100d4
+com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Small = 0x7f1100d3
+com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Colored = 0x7f1100d2
+com.example.scoutingapp:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1100d1
+com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline5 = 0x7f110202
+com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1100d0
+com.example.scoutingapp:style/Base.Widget.AppCompat.Button = 0x7f1100ce
+com.example.scoutingapp:styleable/Transform = 0x7f120091
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1100cc
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionMode = 0x7f1100cb
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1100ca
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionButton = 0x7f1100c8
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1100c5
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f1102c2
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1100c4
+com.example.scoutingapp:styleable/ConstraintLayout_Layout = 0x7f120027
+com.example.scoutingapp:style/Widget.Material3.Button.ElevatedButton = 0x7f110351
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar = 0x7f1100c3
+com.example.scoutingapp:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100c2
+com.example.scoutingapp:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1100c0
+com.example.scoutingapp:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100bf
+com.example.scoutingapp:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100be
+com.example.scoutingapp:style/Base.V7.Theme.AppCompat = 0x7f1100bb
+com.example.scoutingapp:style/Base.V28.Theme.AppCompat.Light = 0x7f1100ba
+com.example.scoutingapp:style/Base.V26.Theme.AppCompat = 0x7f1100b6
+com.example.scoutingapp:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1100b3
+com.example.scoutingapp:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f1102a5
+com.example.scoutingapp:style/Base.V28.Theme.AppCompat = 0x7f1100b9
+com.example.scoutingapp:style/Base.V24.Theme.Material3.Dark = 0x7f1100b2
+com.example.scoutingapp:style/Base.V23.Theme.AppCompat.Light = 0x7f1100b1
+com.example.scoutingapp:style/Base.V23.Theme.AppCompat = 0x7f1100b0
+com.example.scoutingapp:style/Base.V22.Theme.AppCompat = 0x7f1100ae
+com.example.scoutingapp:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1100ad
+com.example.scoutingapp:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f1100ab
+com.example.scoutingapp:style/Base.V21.Theme.MaterialComponents.Light = 0x7f1100a8
+com.example.scoutingapp:style/Base.V21.Theme.MaterialComponents = 0x7f1100a6
+com.example.scoutingapp:style/Base.V21.Theme.AppCompat = 0x7f1100a2
+com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1100a0
+com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f11009f
+com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11009d
+com.example.scoutingapp:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11009b
+com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f110097
+com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f110095
+com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110094
+com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110093
+com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents = 0x7f110092
+com.example.scoutingapp:style/Base.V14.Theme.Material3.Light.SideSheetDialog = 0x7f110091
+com.example.scoutingapp:style/Base.Widget.AppCompat.PopupWindow = 0x7f1100ed
+com.example.scoutingapp:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f110090
+com.example.scoutingapp:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1100ef
+com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark.SideSheetDialog = 0x7f11008d
+com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark = 0x7f11008a
+com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f110089
+com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f110088
+com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f110087
+com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f110086
+com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f110085
+com.example.scoutingapp:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f110084
+com.example.scoutingapp:styleable/View = 0x7f120094
+com.example.scoutingapp:style/Base.ThemeOverlay.Material3.SideSheetDialog = 0x7f110083
+com.example.scoutingapp:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f110081
+com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11007e
+com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f11007d
+com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f11007c
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f110074
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f110072
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f110070
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f11006f
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f11006d
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f110306
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f11006c
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f11006a
+com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1103df
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f110069
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog = 0x7f110068
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Bridge = 0x7f110066
+com.example.scoutingapp:style/Base.Theme.Material3.Light.SideSheetDialog = 0x7f110064
+com.example.scoutingapp:style/Base.Theme.Material3.Light.Dialog.FixedSize = 0x7f110062
+com.example.scoutingapp:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f110060
+com.example.scoutingapp:style/Base.Theme.Material3.Light = 0x7f11005f
+com.example.scoutingapp:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f11005e
+com.example.scoutingapp:style/Base.Theme.Material3.Dark.DialogWhenLarge = 0x7f11005d
+com.example.scoutingapp:style/Base.Theme.Material3.Dark.Dialog.FixedSize = 0x7f11005c
+com.example.scoutingapp:style/Theme.Material3.DayNight = 0x7f110230
+com.example.scoutingapp:style/Base.Theme.Material3.Dark.Dialog = 0x7f11005b
+com.example.scoutingapp:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f11005a
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1102e1
+com.example.scoutingapp:style/Base.Theme.Material3.Dark = 0x7f110059
+com.example.scoutingapp:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f110058
+com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f110056
+com.example.scoutingapp:style/Widget.Material3.Button.IconButton = 0x7f110354
+com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f110055
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f110421
+com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004f
+com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog = 0x7f11004d
+com.example.scoutingapp:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f110049
+com.example.scoutingapp:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110048
+com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f110047
+com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f110046
+com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Button = 0x7f110045
+com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110044
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f110042
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f110041
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f110040
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f110038
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110036
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f110035
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f110034
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f110031
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Title = 0x7f11002f
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small = 0x7f11002b
+com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView = 0x7f110438
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f11002a
+com.example.scoutingapp:style/Platform.V25.AppCompat = 0x7f110142
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110029
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f110026
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Inverse = 0x7f110020
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Headline = 0x7f11001f
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Caption = 0x7f11001a
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Button = 0x7f110019
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Body2 = 0x7f110018
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Body1 = 0x7f110017
+com.example.scoutingapp:style/Widget.Material3.CompoundButton.Switch = 0x7f110380
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat = 0x7f110016
+com.example.scoutingapp:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110014
+com.example.scoutingapp:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f110012
+com.example.scoutingapp:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1103bd
+com.example.scoutingapp:style/Base.DialogWindowTitle.AppCompat = 0x7f110011
+com.example.scoutingapp:style/Base.Animation.AppCompat.Tooltip = 0x7f11000f
+com.example.scoutingapp:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000e
+com.example.scoutingapp:style/Base.Animation.AppCompat.Dialog = 0x7f11000d
+com.example.scoutingapp:style/Animation.Material3.SideSheetDialog.Right = 0x7f110009
+com.example.scoutingapp:style/Animation.Material3.SideSheetDialog = 0x7f110007
+com.example.scoutingapp:style/Animation.Material3.BottomSheetDialog = 0x7f110006
+com.example.scoutingapp:style/Animation.AppCompat.Tooltip = 0x7f110004
+com.example.scoutingapp:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f11029d
+com.example.scoutingapp:style/Animation.AppCompat.DropDownUp = 0x7f110003
+com.example.scoutingapp:style/AlertDialog.AppCompat.Light = 0x7f110001
+com.example.scoutingapp:string/tele = 0x7f1000b6
+com.example.scoutingapp:string/submit = 0x7f1000b5
+com.example.scoutingapp:string/side_sheet_behavior = 0x7f1000b3
+com.example.scoutingapp:string/searchview_clear_text_content_description = 0x7f1000b0
+com.example.scoutingapp:string/search_menu_title = 0x7f1000ae
+com.example.scoutingapp:string/processor = 0x7f1000ad
+com.example.scoutingapp:string/path_password_eye_mask_visible = 0x7f1000ab
+com.example.scoutingapp:string/path_password_eye_mask_strike_through = 0x7f1000aa
+com.example.scoutingapp:string/path_password_eye = 0x7f1000a9
+com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f110392
+com.example.scoutingapp:string/net = 0x7f1000a6
+com.example.scoutingapp:string/mtrl_timepicker_confirm = 0x7f1000a5
+com.example.scoutingapp:string/mtrl_switch_track_path = 0x7f1000a3
+com.example.scoutingapp:string/mtrl_switch_track_decoration_path = 0x7f1000a2
+com.example.scoutingapp:string/mtrl_switch_thumb_path_unchecked = 0x7f1000a1
+com.example.scoutingapp:string/mtrl_switch_thumb_path_pressed = 0x7f1000a0
+com.example.scoutingapp:string/mtrl_switch_thumb_path_name = 0x7f10009f
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Light = 0x7f1102d2
+com.example.scoutingapp:string/mtrl_switch_thumb_group_name = 0x7f10009c
+com.example.scoutingapp:string/mtrl_picker_toggle_to_year_selection = 0x7f10009b
+com.example.scoutingapp:string/mtrl_picker_text_input_year_abbr = 0x7f100096
+com.example.scoutingapp:string/mtrl_picker_text_input_month_abbr = 0x7f100095
+com.example.scoutingapp:string/mtrl_picker_text_input_day_abbr = 0x7f100094
+com.example.scoutingapp:string/mtrl_picker_text_input_date_hint = 0x7f100091
+com.example.scoutingapp:string/mtrl_picker_start_date_description = 0x7f100090
+com.example.scoutingapp:string/mtrl_picker_range_header_unselected = 0x7f10008e
+com.example.scoutingapp:string/mtrl_picker_range_header_only_end_selected = 0x7f10008a
+com.example.scoutingapp:string/mtrl_picker_out_of_range = 0x7f100089
+com.example.scoutingapp:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1102f2
+com.example.scoutingapp:style/ThemeOverlay.Material3.Dark = 0x7f110295
+com.example.scoutingapp:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f110291
+com.example.scoutingapp:string/mtrl_picker_invalid_range = 0x7f100086
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f11002c
+com.example.scoutingapp:string/mtrl_picker_invalid_format_use = 0x7f100085
+com.example.scoutingapp:string/mtrl_picker_invalid_format_example = 0x7f100084
+com.example.scoutingapp:string/mtrl_picker_end_date_description = 0x7f100082
+com.example.scoutingapp:string/mtrl_picker_date_header_unselected = 0x7f100080
+com.example.scoutingapp:style/Widget.AppCompat.ListMenuView = 0x7f110318
+com.example.scoutingapp:string/mtrl_picker_cancel = 0x7f10007c
+com.example.scoutingapp:string/mtrl_picker_announce_current_range_selection = 0x7f100079
+com.example.scoutingapp:string/mtrl_picker_a11y_prev_month = 0x7f100078
+com.example.scoutingapp:string/mtrl_exceed_max_badge_number_content_description = 0x7f100075
+com.example.scoutingapp:string/mtrl_chip_close_icon_content_description = 0x7f100074
+com.example.scoutingapp:string/mtrl_checkbox_state_description_unchecked = 0x7f100073
+com.example.scoutingapp:string/mtrl_checkbox_state_description_indeterminate = 0x7f100072
+com.example.scoutingapp:string/mtrl_checkbox_button_path_unchecked = 0x7f100070
+com.example.scoutingapp:string/mtrl_checkbox_button_path_name = 0x7f10006f
+com.example.scoutingapp:string/mtrl_checkbox_button_path_group_name = 0x7f10006e
+com.example.scoutingapp:string/mtrl_checkbox_button_path_checked = 0x7f10006d
+com.example.scoutingapp:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f10006b
+com.example.scoutingapp:string/material_timepicker_text_input_mode_description = 0x7f100067
+com.example.scoutingapp:string/material_timepicker_pm = 0x7f100065
+com.example.scoutingapp:string/material_timepicker_hour = 0x7f100063
+com.example.scoutingapp:string/mtrl_picker_text_input_date_range_start_hint = 0x7f100093
+com.example.scoutingapp:string/material_timepicker_clock_mode_description = 0x7f100062
+com.example.scoutingapp:string/material_timepicker_am = 0x7f100061
+com.example.scoutingapp:string/material_slider_value = 0x7f100060
+com.example.scoutingapp:string/material_slider_range_end = 0x7f10005e
+com.example.scoutingapp:style/Theme.AppCompat.Dialog.Alert = 0x7f110216
+com.example.scoutingapp:string/material_motion_easing_standard = 0x7f10005d
+com.example.scoutingapp:string/material_motion_easing_linear = 0x7f10005c
+com.example.scoutingapp:string/material_motion_easing_decelerated = 0x7f10005a
+com.example.scoutingapp:string/material_motion_easing_accelerated = 0x7f100059
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f110430
+com.example.scoutingapp:string/material_hour_suffix = 0x7f100056
+com.example.scoutingapp:string/material_hour_selection = 0x7f100055
+com.example.scoutingapp:string/material_clock_toggle_content_description = 0x7f100053
+com.example.scoutingapp:string/m3_sys_motion_easing_standard_decelerate = 0x7f100051
+com.example.scoutingapp:string/m3_sys_motion_easing_legacy_accelerate = 0x7f10004c
+com.example.scoutingapp:string/m3_sys_motion_easing_legacy = 0x7f10004b
+com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_path_data = 0x7f10004a
+com.example.scoutingapp:style/TextAppearance.Design.Prefix = 0x7f1101d0
+com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f100048
+com.example.scoutingapp:string/m3_sys_motion_easing_emphasized = 0x7f100047
+com.example.scoutingapp:string/m3_ref_typeface_brand_medium = 0x7f100043
+com.example.scoutingapp:string/m3_exceed_max_badge_text_suffix = 0x7f100042
+com.example.scoutingapp:string/l1 = 0x7f10003e
+com.example.scoutingapp:string/image_of_field = 0x7f10003c
+com.example.scoutingapp:style/ThemeOverlay.Material3.Light = 0x7f1102a9
+com.example.scoutingapp:string/error_icon_content_description = 0x7f100035
+com.example.scoutingapp:string/coral_pickup = 0x7f100033
+com.example.scoutingapp:string/coralScored = 0x7f100032
+com.example.scoutingapp:string/clear_text_end_icon_content_description = 0x7f100031
+com.example.scoutingapp:string/character_counter_pattern = 0x7f100030
+com.example.scoutingapp:string/character_counter_content_description = 0x7f10002e
+com.example.scoutingapp:string/call_notification_screening_text = 0x7f10002b
+com.example.scoutingapp:string/call_notification_incoming_text = 0x7f100029
+com.example.scoutingapp:string/call_notification_hang_up_action = 0x7f100028
+com.example.scoutingapp:string/call_notification_answer_action = 0x7f100025
+com.example.scoutingapp:string/bottomsheet_action_collapse = 0x7f100020
+com.example.scoutingapp:string/auto = 0x7f10001e
+com.example.scoutingapp:string/abc_searchview_description_voice = 0x7f100017
+com.example.scoutingapp:string/abc_searchview_description_search = 0x7f100015
+com.example.scoutingapp:string/abc_searchview_description_query = 0x7f100014
+com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f11016a
+com.example.scoutingapp:string/abc_menu_sym_shortcut_label = 0x7f100010
+com.example.scoutingapp:style/Base.Theme.AppCompat = 0x7f11004b
+com.example.scoutingapp:string/abc_menu_space_shortcut_label = 0x7f10000f
+com.example.scoutingapp:string/abc_menu_meta_shortcut_label = 0x7f10000d
+com.example.scoutingapp:string/abc_menu_enter_shortcut_label = 0x7f10000b
+com.example.scoutingapp:string/abc_menu_delete_shortcut_label = 0x7f10000a
+com.example.scoutingapp:string/abc_menu_ctrl_shortcut_label = 0x7f100009
+com.example.scoutingapp:style/MaterialAlertDialog.Material3 = 0x7f110123
+com.example.scoutingapp:string/abc_menu_alt_shortcut_label = 0x7f100008
+com.example.scoutingapp:string/abc_capital_off = 0x7f100006
+com.example.scoutingapp:string/abc_activitychooserview_choose_application = 0x7f100005
+com.example.scoutingapp:string/mtrl_picker_invalid_format = 0x7f100083
+com.example.scoutingapp:string/abc_activity_chooser_view_see_all = 0x7f100004
+com.example.scoutingapp:string/abc_action_menu_overflow_description = 0x7f100002
+com.example.scoutingapp:string/can_remove_algae = 0x7f10002d
+com.example.scoutingapp:string/abc_action_bar_home_description = 0x7f100000
+com.example.scoutingapp:raw/info = 0x7f0f0000
+com.example.scoutingapp:plurals/mtrl_badge_content_description = 0x7f0e0000
+com.example.scoutingapp:mipmap/ic_launcher = 0x7f0d0000
+com.example.scoutingapp:macro/m3_sys_color_light_surface_tint = 0x7f0c0176
+com.example.scoutingapp:macro/m3_sys_color_dark_surface_tint = 0x7f0c0175
+com.example.scoutingapp:macro/m3_comp_top_app_bar_small_on_scroll_container_color = 0x7f0c0173
+com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0171
+com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_color = 0x7f0c0170
+com.example.scoutingapp:macro/m3_comp_top_app_bar_small_container_color = 0x7f0c016f
+com.example.scoutingapp:macro/m3_comp_top_app_bar_large_headline_type = 0x7f0c016c
+com.example.scoutingapp:macro/m3_comp_top_app_bar_large_headline_color = 0x7f0c016b
+com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0c016a
+com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0c0169
+com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0c0164
+com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_container_color = 0x7f0c0160
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_label_text_type = 0x7f0c015f
-com.example.scoutingapp:color/m3_sys_color_light_primary = 0x7f0501df
-com.example.scoutingapp:id/action_container = 0x7f08004e
-com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog = 0x7f110210
-com.example.scoutingapp:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0c0127
-com.example.scoutingapp:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0c0120
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Medium = 0x7f110025
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_unselected_pressed_state_layer_color = 0x7f0c015d
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_unselected_label_text_color = 0x7f0c015c
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_pressed_state_layer_color = 0x7f0c0159
+com.example.scoutingapp:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1102f5
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_focus_state_layer_color = 0x7f0c0156
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_label_text_type = 0x7f0c0153
+com.example.scoutingapp:styleable/BaseProgressIndicator = 0x7f120014
+com.example.scoutingapp:macro/m3_comp_time_picker_container_shape = 0x7f0c014f
+com.example.scoutingapp:macro/m3_comp_time_picker_container_color = 0x7f0c014e
+com.example.scoutingapp:style/Widget.AppCompat.RatingBar.Indicator = 0x7f110323
+com.example.scoutingapp:macro/m3_comp_time_picker_clock_dial_selector_handle_container_color = 0x7f0c014d
+com.example.scoutingapp:macro/m3_comp_time_picker_clock_dial_color = 0x7f0c014c
+com.example.scoutingapp:styleable/MaterialAutoCompleteTextView = 0x7f12004f
+com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_supporting_text_color = 0x7f0c014a
+com.example.scoutingapp:style/Widget.Material3.MaterialDivider = 0x7f1103b1
+com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_label_text_color = 0x7f0c0149
+com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_focus_outline_color = 0x7f0c0148
+com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_container_shape = 0x7f0c0147
+com.example.scoutingapp:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0c0143
+com.example.scoutingapp:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0c0141
+com.example.scoutingapp:macro/m3_comp_switch_unselected_track_color = 0x7f0c0140
+com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0c013f
+com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0c013e
+com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_state_layer_color = 0x7f0c013d
+com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_icon_color = 0x7f0c013c
+com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0c013b
+com.example.scoutingapp:macro/m3_comp_switch_unselected_icon_color = 0x7f0c013a
+com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0c0139
+com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0c0138
+com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0c0136
+com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0c0135
+com.example.scoutingapp:macro/m3_comp_switch_unselected_handle_color = 0x7f0c0134
+com.example.scoutingapp:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0c012d
+com.example.scoutingapp:macro/m3_comp_switch_selected_pressed_handle_color = 0x7f0c012a
com.example.scoutingapp:macro/m3_comp_switch_selected_icon_color = 0x7f0c0129
+com.example.scoutingapp:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0c0127
+com.example.scoutingapp:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0c0122
+com.example.scoutingapp:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0c0120
com.example.scoutingapp:style/Widget.Material3.Slider.Legacy.Label = 0x7f1103d2
com.example.scoutingapp:macro/m3_comp_switch_disabled_unselected_track_outline_color = 0x7f0c011f
com.example.scoutingapp:macro/m3_comp_switch_disabled_unselected_icon_color = 0x7f0c011d
-com.example.scoutingapp:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1103fb
com.example.scoutingapp:macro/m3_comp_switch_disabled_selected_icon_color = 0x7f0c011a
+com.example.scoutingapp:macro/m3_comp_switch_disabled_selected_handle_color = 0x7f0c0119
+com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_color = 0x7f0c0115
com.example.scoutingapp:macro/m3_comp_snackbar_container_shape = 0x7f0c0114
+com.example.scoutingapp:macro/m3_comp_slider_label_container_color = 0x7f0c0111
+com.example.scoutingapp:macro/m3_comp_slider_handle_color = 0x7f0c010f
com.example.scoutingapp:style/Widget.Material3.CardView.Filled = 0x7f110364
com.example.scoutingapp:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0c010e
+com.example.scoutingapp:macro/m3_comp_slider_disabled_handle_color = 0x7f0c010d
com.example.scoutingapp:styleable/MaterialAlertDialogTheme = 0x7f12004e
com.example.scoutingapp:macro/m3_comp_slider_disabled_active_track_color = 0x7f0c010c
com.example.scoutingapp:macro/m3_comp_slider_active_track_color = 0x7f0c010b
+com.example.scoutingapp:macro/m3_comp_sheet_bottom_docked_drag_handle_color = 0x7f0c0106
com.example.scoutingapp:macro/m3_comp_sheet_bottom_docked_container_shape = 0x7f0c0105
-com.example.scoutingapp:string/mtrl_switch_thumb_path_morphing = 0x7f10009e
-com.example.scoutingapp:id/callMeasure = 0x7f080084
-com.example.scoutingapp:macro/m3_comp_dialog_supporting_text_color = 0x7f0c0026
-com.example.scoutingapp:dimen/m3_side_sheet_standard_elevation = 0x7f0601e7
+com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c0103
+com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0c0102
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_pressed_state_layer_color = 0x7f0c0101
-com.example.scoutingapp:id/action_bar_activity_content = 0x7f080048
+com.example.scoutingapp:style/Widget.Material3.SearchBar = 0x7f1103c6
+com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0c00ff
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_hover_state_layer_color = 0x7f0c00fe
-com.example.scoutingapp:style/Widget.Material3.PopupMenu = 0x7f1103c0
+com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_container_color = 0x7f0c00fc
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_active_label_text_color = 0x7f0c00fb
-com.example.scoutingapp:id/mtrl_calendar_day_selector_frame = 0x7f080142
com.example.scoutingapp:macro/m3_comp_search_view_header_trailing_icon_color = 0x7f0c00f9
-com.example.scoutingapp:color/mtrl_btn_stroke_color_selector = 0x7f0502b9
-com.example.scoutingapp:dimen/mtrl_switch_track_height = 0x7f0602fa
-com.example.scoutingapp:id/chronometer = 0x7f080094
-com.example.scoutingapp:string/mtrl_exceed_max_badge_number_content_description = 0x7f100075
com.example.scoutingapp:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0c00f7
com.example.scoutingapp:macro/m3_comp_search_view_header_input_text_type = 0x7f0c00f5
-com.example.scoutingapp:id/month_grid = 0x7f08013a
-com.example.scoutingapp:style/Theme.Material3.Light.BottomSheetDialog = 0x7f11023f
-com.example.scoutingapp:id/center_horizontal = 0x7f08008d
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Chip = 0x7f1101fd
com.example.scoutingapp:macro/m3_comp_search_view_divider_color = 0x7f0c00f2
-com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f11007e
-com.example.scoutingapp:macro/m3_comp_checkbox_selected_container_color = 0x7f0c0006
-com.example.scoutingapp:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f11041d
-com.example.scoutingapp:layout/mtrl_calendar_month_labeled = 0x7f0b0053
-com.example.scoutingapp:id/open_search_view_scrim = 0x7f080178
com.example.scoutingapp:macro/m3_comp_search_view_container_color = 0x7f0c00f1
+com.example.scoutingapp:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0c00f0
com.example.scoutingapp:style/Theme.Material3.DynamicColors.DayNight.NoActionBar = 0x7f11023b
com.example.scoutingapp:macro/m3_comp_search_bar_pressed_supporting_text_color = 0x7f0c00ed
com.example.scoutingapp:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0c00ec
com.example.scoutingapp:macro/m3_comp_search_bar_input_text_color = 0x7f0c00e9
-com.example.scoutingapp:macro/m3_comp_outlined_card_container_color = 0x7f0c00a8
+com.example.scoutingapp:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0c00e7
+com.example.scoutingapp:macro/m3_comp_radio_button_unselected_icon_color = 0x7f0c00e3
com.example.scoutingapp:macro/m3_comp_radio_button_unselected_focus_state_layer_color = 0x7f0c00e0
com.example.scoutingapp:macro/m3_comp_radio_button_selected_pressed_state_layer_color = 0x7f0c00de
-com.example.scoutingapp:dimen/m3_alert_dialog_icon_margin = 0x7f0600a1
-com.example.scoutingapp:color/ic_launcher_background = 0x7f050307
+com.example.scoutingapp:macro/m3_comp_radio_button_selected_pressed_icon_color = 0x7f0c00dd
com.example.scoutingapp:macro/m3_comp_radio_button_selected_icon_color = 0x7f0c00dc
-com.example.scoutingapp:id/end = 0x7f0800d2
-com.example.scoutingapp:styleable/KeyFrame = 0x7f120042
com.example.scoutingapp:macro/m3_comp_radio_button_selected_hover_icon_color = 0x7f0c00da
-com.example.scoutingapp:id/barrier = 0x7f08006c
+com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_state_layer_color = 0x7f0c00d9
+com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_icon_color = 0x7f0c00d8
com.example.scoutingapp:macro/m3_comp_radio_button_disabled_selected_icon_color = 0x7f0c00d6
+com.example.scoutingapp:macro/m3_comp_progress_indicator_active_indicator_color = 0x7f0c00d4
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_icon_active_icon_color = 0x7f0c00cf
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0c00ce
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_inactive_focus_state_layer_color = 0x7f0c00cc
com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_active_indicator_color = 0x7f0c00c9
-com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f06015b
-com.example.scoutingapp:drawable/m3_avd_hide_password = 0x7f07009f
-com.example.scoutingapp:dimen/m3_comp_date_picker_modal_date_today_container_outline_width = 0x7f060104
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f1103ac
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0c00c7
+com.example.scoutingapp:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0c00c6
com.example.scoutingapp:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0c00c4
-com.example.scoutingapp:integer/m3_sys_motion_duration_medium4 = 0x7f09001a
-com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f110153
-com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f11025f
-com.example.scoutingapp:dimen/abc_text_size_subhead_material = 0x7f06004d
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_outline_color = 0x7f0c00c3
com.example.scoutingapp:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f110262
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0c00c2
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_outline_color = 0x7f0c00c3
com.example.scoutingapp:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f110145
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton = 0x7f11030b
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0c00c2
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0c00be
com.example.scoutingapp:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0c00bb
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_trailing_icon_color = 0x7f0c00b8
com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_supporting_text_color = 0x7f0c00b7
+com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f11020a
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_outline_color = 0x7f0c00b6
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0c00b4
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_label_text_color = 0x7f0c00b3
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_container_shape = 0x7f0c00b1
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_caret_color = 0x7f0c00b0
com.example.scoutingapp:macro/m3_comp_outlined_card_outline_color = 0x7f0c00ae
-com.example.scoutingapp:macro/m3_comp_filled_text_field_supporting_text_type = 0x7f0c0051
-com.example.scoutingapp:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0c00a2
-com.example.scoutingapp:id/titleDividerNoCustom = 0x7f080203
-com.example.scoutingapp:id/transition_clip = 0x7f08020b
-com.example.scoutingapp:string/material_timepicker_hour = 0x7f100063
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c00d0
+com.example.scoutingapp:macro/m3_comp_outlined_card_focus_outline_color = 0x7f0c00ac
+com.example.scoutingapp:macro/m3_comp_outlined_card_container_color = 0x7f0c00a8
com.example.scoutingapp:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0c00a7
com.example.scoutingapp:macro/m3_comp_outlined_button_disabled_outline_color = 0x7f0c00a3
-com.example.scoutingapp:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0600a8
-com.example.scoutingapp:id/navigation_bar_item_large_label_view = 0x7f08015d
+com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_label_text_color = 0x7f0c009d
com.example.scoutingapp:macro/m3_comp_navigation_rail_active_pressed_state_layer_color = 0x7f0c0098
-com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1102b1
+com.example.scoutingapp:style/TextAppearance.AppCompat.Display1 = 0x7f110199
+com.example.scoutingapp:macro/m3_comp_navigation_rail_active_label_text_color = 0x7f0c0097
com.example.scoutingapp:style/Theme.Design.NoActionBar = 0x7f110227
com.example.scoutingapp:macro/m3_comp_navigation_rail_active_indicator_color = 0x7f0c0096
com.example.scoutingapp:macro/m3_comp_navigation_rail_active_icon_color = 0x7f0c0095
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f110130
com.example.scoutingapp:macro/m3_comp_navigation_rail_active_focus_state_layer_color = 0x7f0c0093
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_pressed_icon_color = 0x7f0c008e
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_label_text_color = 0x7f0c008d
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_hover_icon_color = 0x7f0c0089
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_focus_state_layer_color = 0x7f0c0088
-com.example.scoutingapp:layout/mtrl_alert_select_dialog_multichoice = 0x7f0b004b
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Subhead = 0x7f11002d
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_outline_color = 0x7f0c0154
-com.example.scoutingapp:layout/activity_tele = 0x7f0b0021
+com.example.scoutingapp:macro/m3_comp_time_picker_headline_type = 0x7f0c0151
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_focus_label_text_color = 0x7f0c0087
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_focus_icon_color = 0x7f0c0086
-com.example.scoutingapp:id/SHOW_PATH = 0x7f080017
-com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Button = 0x7f110181
-com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_separator_color = 0x7f0c0165
-com.example.scoutingapp:id/search_voice_btn = 0x7f0801b4
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_headline_type = 0x7f0c0085
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_pressed_label_text_color = 0x7f0c0082
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_indicator_color = 0x7f0c007f
-com.example.scoutingapp:color/m3_sys_color_dark_on_error_container = 0x7f050162
-com.example.scoutingapp:style/Platform.V25.AppCompat.Light = 0x7f110143
-com.example.scoutingapp:dimen/m3_comp_assist_chip_flat_container_elevation = 0x7f0600fc
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_hover_label_text_color = 0x7f0c007c
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_hover_icon_color = 0x7f0c007b
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_label_text_color = 0x7f0c0079
+com.example.scoutingapp:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f110272
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_icon_color = 0x7f0c0078
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_pressed_state_layer_color = 0x7f0c0076
com.example.scoutingapp:style/Base.ThemeOverlay.Material3.Dialog = 0x7f110082
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_label_text_color = 0x7f0c0073
-com.example.scoutingapp:string/error_icon_content_description = 0x7f100035
-com.example.scoutingapp:style/ThemeOverlay.Material3.Light = 0x7f1102a9
-com.example.scoutingapp:dimen/mtrl_bottomappbar_height = 0x7f060258
com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0c00b2
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_icon_color = 0x7f0c0072
-com.example.scoutingapp:macro/m3_comp_sheet_bottom_docked_drag_handle_color = 0x7f0c0106
-com.example.scoutingapp:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f06026a
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f110436
com.example.scoutingapp:string/mtrl_picker_date_header_selected = 0x7f10007e
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_hover_state_layer_color = 0x7f0c0071
-com.example.scoutingapp:macro/m3_comp_assist_chip_label_text_type = 0x7f0c0001
-com.example.scoutingapp:color/material_personalized_color_surface_bright = 0x7f050298
-com.example.scoutingapp:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1103bd
-com.example.scoutingapp:style/Base.DialogWindowTitle.AppCompat = 0x7f110011
-com.example.scoutingapp:styleable/AppBarLayout_Layout = 0x7f12000c
-com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f1103bb
+com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_hover_label_text_color = 0x7f0c0070
+com.example.scoutingapp:macro/m3_comp_navigation_bar_container_color = 0x7f0c006b
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_pressed_state_layer_color = 0x7f0c006a
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_label_text_color = 0x7f0c0067
-com.example.scoutingapp:macro/m3_comp_navigation_bar_active_focus_state_layer_color = 0x7f0c0061
+com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_label_text_color = 0x7f0c0063
+com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_icon_color = 0x7f0c0062
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light = 0x7f11006e
+com.example.scoutingapp:macro/m3_comp_navigation_bar_active_focus_state_layer_color = 0x7f0c0061
com.example.scoutingapp:macro/m3_comp_input_chip_label_text_type = 0x7f0c005c
-com.example.scoutingapp:style/Widget.AppCompat.Toolbar = 0x7f11032f
-com.example.scoutingapp:style/Widget.Material3.CardView.Outlined = 0x7f110365
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f110128
-com.example.scoutingapp:id/tag_accessibility_actions = 0x7f0801df
+com.example.scoutingapp:macro/m3_comp_input_chip_container_shape = 0x7f0c005b
com.example.scoutingapp:macro/m3_comp_icon_button_selected_icon_color = 0x7f0c0059
-com.example.scoutingapp:macro/m3_comp_filter_chip_container_shape = 0x7f0c0057
+com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1100cf
+com.example.scoutingapp:macro/m3_comp_filter_chip_label_text_type = 0x7f0c0058
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_pressed_label_text_color = 0x7f0c0075
-com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f110407
+com.example.scoutingapp:macro/m3_comp_filter_chip_container_shape = 0x7f0c0057
+com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_toggle_unselected_icon_color = 0x7f0c0056
+com.example.scoutingapp:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0c00a4
+com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_toggle_selected_icon_color = 0x7f0c0055
+com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_container_color = 0x7f0c0054
+com.example.scoutingapp:macro/m3_comp_filled_tonal_button_container_color = 0x7f0c0052
+com.example.scoutingapp:macro/m3_comp_filled_text_field_supporting_text_type = 0x7f0c0051
com.example.scoutingapp:macro/m3_comp_filled_text_field_input_text_type = 0x7f0c0050
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1102c9
+com.example.scoutingapp:macro/m3_comp_filled_text_field_container_color = 0x7f0c004b
+com.example.scoutingapp:string/abc_shareactionprovider_share_with = 0x7f100018
+com.example.scoutingapp:macro/m3_comp_filled_icon_button_toggle_unselected_icon_color = 0x7f0c004a
+com.example.scoutingapp:macro/m3_comp_filled_button_label_text_color = 0x7f0c0044
+com.example.scoutingapp:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0c0042
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0c00b9
+com.example.scoutingapp:macro/m3_comp_filled_autocomplete_menu_container_color = 0x7f0c0041
+com.example.scoutingapp:macro/m3_comp_fab_surface_container_color = 0x7f0c003d
com.example.scoutingapp:macro/m3_comp_fab_secondary_icon_color = 0x7f0c003c
-com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f110441
com.example.scoutingapp:macro/m3_comp_fab_secondary_container_color = 0x7f0c003b
-com.example.scoutingapp:id/graph_wrap = 0x7f0800f0
com.example.scoutingapp:macro/m3_comp_fab_primary_large_container_shape = 0x7f0c0039
-com.example.scoutingapp:id/noScroll = 0x7f080164
+com.example.scoutingapp:styleable/TextInputLayout = 0x7f12008d
+com.example.scoutingapp:macro/m3_comp_fab_primary_container_color = 0x7f0c0036
com.example.scoutingapp:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0c002f
-com.example.scoutingapp:id/accessibility_custom_action_12 = 0x7f080028
-com.example.scoutingapp:color/m3_ref_palette_primary20 = 0x7f05012a
+com.example.scoutingapp:macro/m3_comp_extended_fab_primary_container_color = 0x7f0c002c
+com.example.scoutingapp:macro/m3_comp_elevated_card_container_color = 0x7f0c002a
com.example.scoutingapp:macro/m3_comp_elevated_button_container_color = 0x7f0c0029
+com.example.scoutingapp:macro/m3_comp_divider_color = 0x7f0c0028
+com.example.scoutingapp:macro/m3_comp_dialog_supporting_text_color = 0x7f0c0026
com.example.scoutingapp:macro/m3_comp_dialog_headline_type = 0x7f0c0025
com.example.scoutingapp:macro/m3_comp_date_picker_modal_year_selection_year_unselected_label_text_color = 0x7f0c0021
-com.example.scoutingapp:dimen/design_snackbar_min_width = 0x7f060084
-com.example.scoutingapp:id/month_navigation_bar = 0x7f08013b
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_year_selection_year_selected_container_color = 0x7f0c001f
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0c001e
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_month_subhead_type = 0x7f0c001c
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_active_indicator_container_color = 0x7f0c0019
com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f1102a1
com.example.scoutingapp:macro/m3_comp_date_picker_modal_header_supporting_text_color = 0x7f0c0017
com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_unselected_label_text_color = 0x7f0c0014
-com.example.scoutingapp:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1103c2
-com.example.scoutingapp:id/fitStart = 0x7f0800e1
-com.example.scoutingapp:id/design_menu_item_text = 0x7f0800b6
-com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f0601fe
-com.example.scoutingapp:color/m3_dynamic_dark_primary_text_disable_only = 0x7f050080
com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_today_label_text_color = 0x7f0c0013
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_label_text_color = 0x7f0c00b3
-com.example.scoutingapp:layout/abc_alert_dialog_material = 0x7f0b0009
-com.example.scoutingapp:style/ThemeOverlay.Material3.PersonalizedColors = 0x7f1102b4
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f110309
-com.example.scoutingapp:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f110089
-com.example.scoutingapp:styleable/MaterialAutoCompleteTextView = 0x7f12004f
-com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_supporting_text_color = 0x7f0c014a
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_today_container_outline_color = 0x7f0c0012
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_label_text_color = 0x7f0c0011
+com.example.scoutingapp:string/character_counter_overflowed_content_description = 0x7f10002f
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_selected_container_color = 0x7f0c0010
com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_active_hover_state_layer_color = 0x7f0c00c8
com.example.scoutingapp:macro/m3_comp_date_picker_modal_container_shape = 0x7f0c000e
+com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationRail.Container.Shape = 0x7f11015f
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_container_color = 0x7f0c000d
+com.example.scoutingapp:macro/m3_comp_checkbox_selected_icon_color = 0x7f0c000b
+com.example.scoutingapp:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0c0007
+com.example.scoutingapp:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f11041d
+com.example.scoutingapp:macro/m3_comp_checkbox_selected_container_color = 0x7f0c0006
+com.example.scoutingapp:macro/m3_comp_bottom_app_bar_container_color = 0x7f0c0005
+com.example.scoutingapp:macro/m3_comp_badge_large_label_text_type = 0x7f0c0004
com.example.scoutingapp:string/material_timepicker_select_time = 0x7f100066
com.example.scoutingapp:macro/m3_comp_badge_color = 0x7f0c0002
-com.example.scoutingapp:style/Widget.Material3.TabLayout.Secondary = 0x7f1103d8
-com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f07001a
-com.example.scoutingapp:layout/notification_template_part_time = 0x7f0b006c
+com.example.scoutingapp:macro/m3_comp_assist_chip_label_text_type = 0x7f0c0001
+com.example.scoutingapp:macro/m3_comp_assist_chip_container_shape = 0x7f0c0000
+com.example.scoutingapp:layout/select_dialog_singlechoice_material = 0x7f0b006f
+com.example.scoutingapp:layout/select_dialog_multichoice_material = 0x7f0b006e
com.example.scoutingapp:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1100da
+com.example.scoutingapp:layout/notification_template_part_time = 0x7f0b006c
com.example.scoutingapp:layout/notification_template_part_chronometer = 0x7f0b006b
-com.example.scoutingapp:integer/mtrl_view_gone = 0x7f09003f
+com.example.scoutingapp:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f110446
+com.example.scoutingapp:layout/notification_template_custom_big = 0x7f0b0069
com.example.scoutingapp:layout/notification_action = 0x7f0b0067
-com.example.scoutingapp:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0c00a4
-com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_toggle_selected_icon_color = 0x7f0c0055
com.example.scoutingapp:layout/mtrl_search_bar = 0x7f0b0065
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Title = 0x7f11002f
-com.example.scoutingapp:style/ThemeOverlay.Material3.Button.IconButton = 0x7f11028d
-com.example.scoutingapp:string/mtrl_picker_range_header_unselected = 0x7f10008e
+com.example.scoutingapp:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0c0126
+com.example.scoutingapp:layout/mtrl_picker_text_input_date = 0x7f0b0063
+com.example.scoutingapp:layout/mtrl_picker_header_toggle = 0x7f0b0062
com.example.scoutingapp:layout/mtrl_picker_header_selection_text = 0x7f0b0060
-com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f1102ae
com.example.scoutingapp:layout/mtrl_picker_header_fullscreen = 0x7f0b005f
-com.example.scoutingapp:color/m3_sys_color_dark_secondary = 0x7f05016f
+com.example.scoutingapp:styleable/MotionTelltales = 0x7f120069
+com.example.scoutingapp:layout/mtrl_picker_dialog = 0x7f0b005c
+com.example.scoutingapp:layout/mtrl_picker_actions = 0x7f0b005b
+com.example.scoutingapp:layout/mtrl_layout_snackbar_include = 0x7f0b0059
com.example.scoutingapp:layout/mtrl_layout_snackbar = 0x7f0b0058
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101b4
-com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700bd
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500ee
-com.example.scoutingapp:id/month_navigation_previous = 0x7f08013e
-com.example.scoutingapp:color/m3_timepicker_clock_text_color = 0x7f05020b
-com.example.scoutingapp:color/m3_sys_color_light_on_secondary_container = 0x7f0501d8
-com.example.scoutingapp:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000e
-com.example.scoutingapp:layout/mtrl_calendar_year = 0x7f0b0057
com.example.scoutingapp:style/Theme.Design.Light = 0x7f110224
-com.example.scoutingapp:style/Theme.MaterialComponents = 0x7f110246
+com.example.scoutingapp:layout/mtrl_calendar_year = 0x7f0b0057
+com.example.scoutingapp:layout/mtrl_calendar_month_navigation = 0x7f0b0054
+com.example.scoutingapp:layout/mtrl_calendar_month_labeled = 0x7f0b0053
+com.example.scoutingapp:layout/mtrl_calendar_month = 0x7f0b0052
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Subhead = 0x7f11002d
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_outline_color = 0x7f0c0154
+com.example.scoutingapp:layout/mtrl_alert_select_dialog_multichoice = 0x7f0b004b
+com.example.scoutingapp:layout/mtrl_alert_dialog_actions = 0x7f0b0048
+com.example.scoutingapp:layout/mtrl_alert_dialog = 0x7f0b0047
+com.example.scoutingapp:layout/material_timepicker_textinput_display = 0x7f0b0046
+com.example.scoutingapp:layout/material_timepicker = 0x7f0b0044
+com.example.scoutingapp:layout/material_radial_view_group = 0x7f0b0040
com.example.scoutingapp:layout/material_clockface_view = 0x7f0b003f
-com.example.scoutingapp:styleable/RadialViewGroup = 0x7f120073
+com.example.scoutingapp:layout/material_clockface_textview = 0x7f0b003e
+com.example.scoutingapp:layout/material_clock_period_toggle_land = 0x7f0b003d
+com.example.scoutingapp:layout/material_clock_display_divider = 0x7f0b003b
+com.example.scoutingapp:layout/material_chip_input_combo = 0x7f0b0039
com.example.scoutingapp:style/Widget.Material3.LinearProgressIndicator.Legacy = 0x7f110398
com.example.scoutingapp:layout/m3_auto_complete_simple_item = 0x7f0b0037
com.example.scoutingapp:layout/m3_alert_dialog_title = 0x7f0b0036
-com.example.scoutingapp:id/material_timepicker_cancel_button = 0x7f080130
-com.example.scoutingapp:color/material_dynamic_primary40 = 0x7f050241
-com.example.scoutingapp:layout/ime_secondary_split_test_activity = 0x7f0b0033
-com.example.scoutingapp:dimen/mtrl_slider_thumb_elevation = 0x7f0602e9
-com.example.scoutingapp:macro/m3_comp_top_app_bar_large_headline_type = 0x7f0c016c
-com.example.scoutingapp:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f0602a4
-com.example.scoutingapp:layout/design_navigation_item_subheader = 0x7f0b002d
-com.example.scoutingapp:style/TextAppearance.AppCompat.Inverse = 0x7f11019e
-com.example.scoutingapp:style/Base.Theme.Material3.Dark.DialogWhenLarge = 0x7f11005d
-com.example.scoutingapp:layout/design_navigation_item_separator = 0x7f0b002c
-com.example.scoutingapp:dimen/fastscroll_minimum_range = 0x7f060092
-com.example.scoutingapp:integer/material_motion_duration_medium_2 = 0x7f090029
-com.example.scoutingapp:style/TextAppearance.Material3.SearchView = 0x7f1101f3
-com.example.scoutingapp:style/TextAppearance.Design.Snackbar.Message = 0x7f1101d1
-com.example.scoutingapp:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f110235
-com.example.scoutingapp:layout/design_layout_snackbar = 0x7f0b0025
-com.example.scoutingapp:dimen/m3_badge_with_text_vertical_offset = 0x7f0600ba
-com.example.scoutingapp:layout/mtrl_alert_dialog = 0x7f0b0047
-com.example.scoutingapp:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1100f8
-com.example.scoutingapp:id/open_search_view_toolbar = 0x7f08017b
-com.example.scoutingapp:string/m3_ref_typeface_brand_regular = 0x7f100044
-com.example.scoutingapp:layout/activity_main = 0x7f0b001e
-com.example.scoutingapp:id/right = 0x7f08019a
-com.example.scoutingapp:dimen/mtrl_switch_text_padding = 0x7f0602f6
-com.example.scoutingapp:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
-com.example.scoutingapp:id/image = 0x7f080101
-com.example.scoutingapp:integer/mtrl_view_invisible = 0x7f090040
-com.example.scoutingapp:id/grouping = 0x7f0800f2
-com.example.scoutingapp:layout/abc_screen_toolbar = 0x7f0b0017
-com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110098
-com.example.scoutingapp:color/m3_sys_color_light_on_error = 0x7f0501d3
-com.example.scoutingapp:styleable/BottomAppBar = 0x7f120015
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1102cc
-com.example.scoutingapp:style/ThemeOverlay.Design.TextInputEditText = 0x7f11027f
-com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f060113
-com.example.scoutingapp:color/material_dynamic_neutral100 = 0x7f050224
-com.example.scoutingapp:layout/abc_screen_simple = 0x7f0b0015
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_today_container_outline_color = 0x7f0c0012
-com.example.scoutingapp:string/mtrl_picker_text_input_month_abbr = 0x7f100095
-com.example.scoutingapp:id/ButtonSettings = 0x7f08022c
-com.example.scoutingapp:id/tag_unhandled_key_listeners = 0x7f0801ea
-com.example.scoutingapp:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
-com.example.scoutingapp:id/design_menu_item_action_area_stub = 0x7f0800b5
-com.example.scoutingapp:layout/abc_list_menu_item_checkbox = 0x7f0b000e
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1101d6
-com.example.scoutingapp:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f070022
-com.example.scoutingapp:layout/abc_alert_dialog_title_material = 0x7f0b000a
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_outline_variant = 0x7f0501b0
-com.example.scoutingapp:layout/select_dialog_item_material = 0x7f0b006d
-com.example.scoutingapp:layout/abc_activity_chooser_view = 0x7f0b0006
-com.example.scoutingapp:id/dragUp = 0x7f0800c7
-com.example.scoutingapp:dimen/material_clock_display_width = 0x7f060224
-com.example.scoutingapp:color/mtrl_textinput_hovered_box_stroke_color = 0x7f0502ed
-com.example.scoutingapp:layout/design_bottom_sheet_dialog = 0x7f0b0024
-com.example.scoutingapp:layout/abc_action_menu_layout = 0x7f0b0003
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_hover_state_layer_color = 0x7f0c007d
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f1103a5
-com.example.scoutingapp:id/dragClockwise = 0x7f0800c1
-com.example.scoutingapp:layout/abc_action_menu_item_layout = 0x7f0b0002
-com.example.scoutingapp:integer/m3_sys_motion_path = 0x7f09001f
-com.example.scoutingapp:id/match_parent = 0x7f080121
-com.example.scoutingapp:style/Base.Widget.Material3.CardView = 0x7f110101
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f1103a1
-com.example.scoutingapp:layout/abc_action_bar_up_container = 0x7f0b0001
-com.example.scoutingapp:interpolator/mtrl_fast_out_slow_in = 0x7f0a000f
-com.example.scoutingapp:layout/design_menu_item_action_area = 0x7f0b0029
-com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f110306
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f11006c
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f110434
-com.example.scoutingapp:color/material_personalized_color_on_secondary = 0x7f050285
-com.example.scoutingapp:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f110418
-com.example.scoutingapp:id/open_search_view_header_container = 0x7f080176
-com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f110404
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1100e1
-com.example.scoutingapp:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1100cf
-com.example.scoutingapp:macro/m3_comp_filter_chip_label_text_type = 0x7f0c0058
-com.example.scoutingapp:style/Widget.Material3.SearchBar.Outlined = 0x7f1103c7
-com.example.scoutingapp:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f060101
-com.example.scoutingapp:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101c9
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101c0
-com.example.scoutingapp:macro/m3_comp_top_app_bar_medium_headline_color = 0x7f0c016d
-com.example.scoutingapp:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1102fa
-com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0a0009
-com.example.scoutingapp:layout/abc_action_mode_bar = 0x7f0b0004
-com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0c00fa
-com.example.scoutingapp:attr/tabMinWidth = 0x7f030425
-com.example.scoutingapp:dimen/cardview_default_elevation = 0x7f060053
-com.example.scoutingapp:dimen/m3_comp_sheet_side_docked_container_width = 0x7f06017e
-com.example.scoutingapp:layout/notification_template_custom_big = 0x7f0b0069
-com.example.scoutingapp:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f110446
-com.example.scoutingapp:macro/m3_comp_switch_unselected_icon_color = 0x7f0c013a
-com.example.scoutingapp:styleable/TextEffects = 0x7f12008b
-com.example.scoutingapp:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
-com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f11009f
-com.example.scoutingapp:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
-com.example.scoutingapp:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f09003e
-com.example.scoutingapp:styleable/Spinner = 0x7f120081
-com.example.scoutingapp:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060082
-com.example.scoutingapp:styleable/MaterialTextView = 0x7f12005c
-com.example.scoutingapp:style/Theme.AppCompat.DayNight = 0x7f11020e
-com.example.scoutingapp:integer/mtrl_switch_track_viewport_width = 0x7f09003d
-com.example.scoutingapp:macro/m3_comp_bottom_app_bar_container_color = 0x7f0c0005
-com.example.scoutingapp:integer/mtrl_chip_anim_duration = 0x7f090035
-com.example.scoutingapp:style/TextAppearance.Material3.BodySmall = 0x7f1101e7
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f110253
-com.example.scoutingapp:string/bottomsheet_action_expand = 0x7f100021
-com.example.scoutingapp:id/buttonSave = 0x7f08022f
-com.example.scoutingapp:integer/mtrl_btn_anim_duration_ms = 0x7f09002f
-com.example.scoutingapp:integer/mtrl_badge_max_character_count = 0x7f09002d
-com.example.scoutingapp:macro/m3_comp_fab_primary_container_shape = 0x7f0c0037
-com.example.scoutingapp:style/ThemeOverlay.AppCompat.ActionBar = 0x7f110277
-com.example.scoutingapp:id/useLogo = 0x7f080218
-com.example.scoutingapp:styleable/AppBarLayout = 0x7f12000a
-com.example.scoutingapp:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1100d8
-com.example.scoutingapp:macro/m3_comp_badge_large_label_text_color = 0x7f0c0003
-com.example.scoutingapp:integer/material_motion_duration_long_2 = 0x7f090027
-com.example.scoutingapp:integer/material_motion_duration_long_1 = 0x7f090026
-com.example.scoutingapp:id/centerInside = 0x7f08008c
-com.example.scoutingapp:style/Widget.AppCompat.SeekBar = 0x7f110327
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface = 0x7f0501b5
-com.example.scoutingapp:drawable/mtrl_switch_track_decoration = 0x7f0700d7
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f1103ac
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0c00c7
-com.example.scoutingapp:integer/m3_sys_shape_corner_medium_corner_family = 0x7f090024
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar = 0x7f11039a
-com.example.scoutingapp:dimen/m3_comp_filled_button_container_elevation = 0x7f060122
-com.example.scoutingapp:integer/mtrl_btn_anim_delay_ms = 0x7f09002e
-com.example.scoutingapp:integer/m3_sys_motion_duration_short3 = 0x7f09001d
-com.example.scoutingapp:integer/m3_sys_shape_corner_extra_large_corner_family = 0x7f090020
-com.example.scoutingapp:macro/m3_comp_sheet_side_docked_modal_container_shape = 0x7f0c0109
-com.example.scoutingapp:plurals/mtrl_badge_content_description = 0x7f0e0000
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1102dd
-com.example.scoutingapp:integer/m3_sys_motion_duration_short1 = 0x7f09001b
-com.example.scoutingapp:style/TextAppearance.Compat.Notification.Line2 = 0x7f1101c6
-com.example.scoutingapp:integer/m3_sys_motion_duration_medium3 = 0x7f090019
-com.example.scoutingapp:integer/m3_sys_motion_duration_medium1 = 0x7f090017
-com.example.scoutingapp:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110014
-com.example.scoutingapp:integer/m3_sys_motion_duration_long4 = 0x7f090016
-com.example.scoutingapp:id/startToEnd = 0x7f0801d5
-com.example.scoutingapp:integer/m3_sys_motion_duration_long3 = 0x7f090015
-com.example.scoutingapp:string/mtrl_picker_invalid_format_example = 0x7f100084
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline6 = 0x7f110203
-com.example.scoutingapp:integer/m3_card_anim_duration_ms = 0x7f09000d
-com.example.scoutingapp:integer/m3_btn_anim_delay_ms = 0x7f09000a
-com.example.scoutingapp:integer/hide_password_duration = 0x7f090008
-com.example.scoutingapp:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11009b
-com.example.scoutingapp:color/switch_thumb_normal_material_light = 0x7f050303
-com.example.scoutingapp:dimen/notification_top_pad_large_text = 0x7f06031a
-com.example.scoutingapp:id/chains = 0x7f080091
-com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_label_text_color = 0x7f0c0063
-com.example.scoutingapp:integer/design_tab_indicator_anim_duration_ms = 0x7f090007
-com.example.scoutingapp:string/call_notification_screening_text = 0x7f10002b
-com.example.scoutingapp:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f06018d
-com.example.scoutingapp:bool/abc_action_bar_embed_tabs = 0x7f040000
-com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110168
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110134
-com.example.scoutingapp:integer/config_tooltipAnimTime = 0x7f090005
-com.example.scoutingapp:string/abc_shareactionprovider_share_with_application = 0x7f100019
-com.example.scoutingapp:id/dragDown = 0x7f0800c2
-com.example.scoutingapp:integer/cancel_button_image_alpha = 0x7f090004
-com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f11024f
-com.example.scoutingapp:color/material_grey_800 = 0x7f050267
-com.example.scoutingapp:string/mtrl_switch_track_decoration_path = 0x7f1000a2
-com.example.scoutingapp:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f11021d
-com.example.scoutingapp:integer/abc_config_activityShortDur = 0x7f090001
-com.example.scoutingapp:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1102fd
-com.example.scoutingapp:style/Widget.Material3.Light.ActionBar.Solid = 0x7f110396
-com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1103ba
-com.example.scoutingapp:style/Theme.Material3.Light.NoActionBar = 0x7f110244
-com.example.scoutingapp:layout/design_navigation_item_header = 0x7f0b002b
-com.example.scoutingapp:string/searchview_navigation_content_description = 0x7f1000b1
-com.example.scoutingapp:id/wrap_content_constrained = 0x7f080229
-com.example.scoutingapp:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0c0171
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050181
-com.example.scoutingapp:string/abc_menu_shift_shortcut_label = 0x7f10000e
-com.example.scoutingapp:style/TextAppearance.AppCompat.Headline = 0x7f11019d
-com.example.scoutingapp:id/withinBounds = 0x7f080226
-com.example.scoutingapp:color/material_personalized_color_text_secondary_and_tertiary_inverse = 0x7f0502a6
-com.example.scoutingapp:color/dim_foreground_material_dark = 0x7f050058
-com.example.scoutingapp:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f060246
-com.example.scoutingapp:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f110047
-com.example.scoutingapp:layout/mtrl_picker_fullscreen = 0x7f0b005d
-com.example.scoutingapp:id/withText = 0x7f080224
-com.example.scoutingapp:styleable/Insets = 0x7f12003f
-com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f1102ad
-com.example.scoutingapp:interpolator/m3_sys_motion_easing_linear = 0x7f0a000a
-com.example.scoutingapp:id/view_tree_view_model_store_owner = 0x7f080220
-com.example.scoutingapp:id/search_button = 0x7f0801ad
-com.example.scoutingapp:styleable/DrawerLayout = 0x7f120030
-com.example.scoutingapp:id/view_offset_helper = 0x7f08021b
-com.example.scoutingapp:layout/custom_dialog = 0x7f0b0022
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_year_selection_year_selected_container_color = 0x7f0c001f
-com.example.scoutingapp:id/uniform = 0x7f080215
-com.example.scoutingapp:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1100c0
-com.example.scoutingapp:drawable/ic_m3_chip_check = 0x7f070095
-com.example.scoutingapp:id/transition_pause_alpha = 0x7f08020f
-com.example.scoutingapp:id/decor_content_parent = 0x7f0800af
-com.example.scoutingapp:attr/textAppearanceLabelMedium = 0x7f03044d
-com.example.scoutingapp:dimen/mtrl_extended_fab_start_padding = 0x7f0602b0
-com.example.scoutingapp:style/Widget.Material3.SearchView = 0x7f1103c8
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Overline = 0x7f110204
-com.example.scoutingapp:id/transition_image_transform = 0x7f08020d
-com.example.scoutingapp:styleable/TextAppearance = 0x7f12008a
-com.example.scoutingapp:id/hideable = 0x7f0800f6
-com.example.scoutingapp:id/transition_current_scene = 0x7f08020c
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1101bd
-com.example.scoutingapp:macro/m3_comp_date_picker_modal_container_color = 0x7f0c000d
-com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationRail.Container.Shape = 0x7f11015f
-com.example.scoutingapp:id/transitionToEnd = 0x7f080209
-com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f110234
-com.example.scoutingapp:macro/m3_comp_top_app_bar_medium_headline_type = 0x7f0c016e
-com.example.scoutingapp:id/touch_outside = 0x7f080208
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f110032
-com.example.scoutingapp:id/topPanel = 0x7f080207
-com.example.scoutingapp:id/top = 0x7f080206
-com.example.scoutingapp:id/textinput_suffix_text = 0x7f080200
-com.example.scoutingapp:macro/m3_comp_extended_fab_primary_container_color = 0x7f0c002c
-com.example.scoutingapp:id/mtrl_card_checked_layer_id = 0x7f08014a
-com.example.scoutingapp:layout/design_bottom_navigation_item = 0x7f0b0023
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Inverse = 0x7f110020
-com.example.scoutingapp:id/accessibility_custom_action_26 = 0x7f080037
-com.example.scoutingapp:id/textinput_placeholder = 0x7f0801fe
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f1101b2
-com.example.scoutingapp:id/mtrl_picker_header_selection_text = 0x7f080150
-com.example.scoutingapp:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0c00f0
-com.example.scoutingapp:attr/navigationMode = 0x7f030358
-com.example.scoutingapp:drawable/mtrl_ic_error = 0x7f0700c7
-com.example.scoutingapp:dimen/m3_sys_elevation_level0 = 0x7f0601f0
-com.example.scoutingapp:layout/mtrl_calendar_days_of_week = 0x7f0b0050
-com.example.scoutingapp:id/textinput_helper_text = 0x7f0801fd
-com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView = 0x7f110438
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f11002a
-com.example.scoutingapp:id/checked = 0x7f080093
-com.example.scoutingapp:dimen/m3_comp_time_picker_period_selector_pressed_state_layer_opacity = 0x7f0601a4
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1102cb
-com.example.scoutingapp:dimen/m3_btn_disabled_elevation = 0x7f0600cd
-com.example.scoutingapp:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0a000d
-com.example.scoutingapp:id/indeterminate = 0x7f080106
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_error_outline_color = 0x7f0c00b6
-com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f11020a
-com.example.scoutingapp:string/m3_sys_motion_easing_emphasized = 0x7f100047
-com.example.scoutingapp:id/textinput_error = 0x7f0801fc
-com.example.scoutingapp:string/side_sheet_behavior = 0x7f1000b3
-com.example.scoutingapp:id/text_input_end_icon = 0x7f0801f8
-com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f110389
-com.example.scoutingapp:id/textView3 = 0x7f0801f7
-com.example.scoutingapp:macro/m3_comp_slider_handle_color = 0x7f0c010f
-com.example.scoutingapp:attr/closeIconEnabled = 0x7f0300e0
-com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f11045d
-com.example.scoutingapp:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f0600fe
-com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1101c2
-com.example.scoutingapp:id/asConfigured = 0x7f080065
-com.example.scoutingapp:styleable/MaterialButtonToggleGroup = 0x7f120051
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_focus_label_text_color = 0x7f0c0087
-com.example.scoutingapp:macro/m3_comp_time_picker_headline_type = 0x7f0c0151
-com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1103ea
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1100cc
-com.example.scoutingapp:styleable/Transform = 0x7f120091
-com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0c00ff
-com.example.scoutingapp:style/Widget.Material3.SearchBar = 0x7f1103c6
-com.example.scoutingapp:id/textView2 = 0x7f0801f6
-com.example.scoutingapp:style/Widget.Material3.Button.TextButton = 0x7f11035a
-com.example.scoutingapp:id/textInputLayout2 = 0x7f0801f0
-com.example.scoutingapp:id/scrollIndicatorDown = 0x7f0801a7
-com.example.scoutingapp:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f11034c
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110073
-com.example.scoutingapp:interpolator/m3_sys_motion_easing_standard = 0x7f0a000b
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_label_text_type = 0x7f0c0091
-com.example.scoutingapp:string/abc_prepend_shortcut_label = 0x7f100011
-com.example.scoutingapp:id/textEnd = 0x7f0801ef
-com.example.scoutingapp:layout/abc_action_bar_title_item = 0x7f0b0000
-com.example.scoutingapp:macro/m3_comp_radio_button_unselected_icon_color = 0x7f0c00e3
-com.example.scoutingapp:id/text2 = 0x7f0801ee
-com.example.scoutingapp:id/teamnumber = 0x7f0801ec
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_icon_color = 0x7f0c0078
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f110272
-com.example.scoutingapp:style/Widget.AppCompat.ImageButton = 0x7f110301
-com.example.scoutingapp:attr/clearsTag = 0x7f0300d9
-com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f060110
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Animation = 0x7f110124
-com.example.scoutingapp:style/Widget.MaterialComponents.ShapeableImageView = 0x7f110443
-com.example.scoutingapp:id/textSpacerNoTitle = 0x7f0801f3
-com.example.scoutingapp:string/material_slider_range_start = 0x7f10005f
-com.example.scoutingapp:id/button_L3 = 0x7f08007e
-com.example.scoutingapp:id/tag_accessibility_pane_title = 0x7f0801e2
-com.example.scoutingapp:styleable/ConstraintOverride = 0x7f12002a
-com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110286
-com.example.scoutingapp:id/tabMode = 0x7f0801de
-com.example.scoutingapp:macro/m3_comp_assist_chip_container_shape = 0x7f0c0000
-com.example.scoutingapp:id/homeAsUp = 0x7f0800f8
-com.example.scoutingapp:drawable/notification_tile_bg = 0x7f0700e5
-com.example.scoutingapp:dimen/m3_badge_with_text_vertical_padding = 0x7f0600bb
-com.example.scoutingapp:style/ShapeAppearance.MaterialComponents = 0x7f11017b
-com.example.scoutingapp:id/showCustom = 0x7f0801bb
-com.example.scoutingapp:color/m3_sys_color_dynamic_on_primary_fixed_variant = 0x7f0501c1
-com.example.scoutingapp:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f0602a5
-com.example.scoutingapp:dimen/mtrl_extended_fab_end_padding_icon = 0x7f0602ab
-com.example.scoutingapp:id/supportScrollUp = 0x7f0801dd
-com.example.scoutingapp:id/edit_text_id = 0x7f0800cf
-com.example.scoutingapp:id/start = 0x7f0801d3
-com.example.scoutingapp:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f06021d
-com.example.scoutingapp:id/standard = 0x7f0801d2
-com.example.scoutingapp:dimen/m3_back_progress_bottom_container_max_scale_y_distance = 0x7f0600ad
-com.example.scoutingapp:id/src_over = 0x7f0801d1
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Item = 0x7f1103aa
-com.example.scoutingapp:id/split_action_bar = 0x7f0801ca
-com.example.scoutingapp:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0c013b
-com.example.scoutingapp:id/spacer = 0x7f0801c7
-com.example.scoutingapp:id/dragStart = 0x7f0800c6
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0c00bd
-com.example.scoutingapp:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f110274
-com.example.scoutingapp:id/snackbar_action = 0x7f0801c2
-com.example.scoutingapp:id/slide = 0x7f0801c1
-com.example.scoutingapp:macro/m3_comp_outlined_autocomplete_text_field_caret_color = 0x7f0c00a1
-com.example.scoutingapp:id/showTitle = 0x7f0801bd
-com.example.scoutingapp:id/mtrl_calendar_frame = 0x7f080144
-com.example.scoutingapp:attr/customBoolean = 0x7f030162
-com.example.scoutingapp:drawable/_025_reefscape_transparent_background_blue = 0x7f07002a
-com.example.scoutingapp:style/TextAppearance.Design.HelperText = 0x7f1101cd
-com.example.scoutingapp:id/ignoreRequest = 0x7f080100
-com.example.scoutingapp:id/showHome = 0x7f0801bc
-com.example.scoutingapp:drawable/$ic_launcher_foreground__0 = 0x7f070006
-com.example.scoutingapp:id/shortcut = 0x7f0801ba
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_hover_icon_color = 0x7f0c0089
-com.example.scoutingapp:id/always = 0x7f08005f
-com.example.scoutingapp:id/search_edit_frame = 0x7f0801af
-com.example.scoutingapp:style/Widget.Material3.ActionMode = 0x7f11033f
-com.example.scoutingapp:macro/m3_comp_top_app_bar_small_trailing_icon_color = 0x7f0c0174
-com.example.scoutingapp:id/search_close_btn = 0x7f0801ae
-com.example.scoutingapp:id/scoutNameText = 0x7f0801a4
-com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.Large = 0x7f110172
-com.example.scoutingapp:dimen/m3_badge_with_text_offset = 0x7f0600b8
-com.example.scoutingapp:color/m3_fab_efab_background_color_selector = 0x7f050088
-com.example.scoutingapp:id/sawtooth = 0x7f0801a2
-com.example.scoutingapp:dimen/notification_large_icon_height = 0x7f060310
-com.example.scoutingapp:drawable/avd_hide_password = 0x7f07007a
-com.example.scoutingapp:macro/m3_comp_radio_button_unselected_hover_icon_color = 0x7f0c00e1
-com.example.scoutingapp:id/save_overlay_view = 0x7f0801a1
-com.example.scoutingapp:id/unchecked = 0x7f080214
-com.example.scoutingapp:id/save_non_transition_alpha = 0x7f0801a0
-com.example.scoutingapp:styleable/ViewStubCompat = 0x7f120097
-com.example.scoutingapp:id/right_side = 0x7f08019d
-com.example.scoutingapp:integer/app_bar_elevation_anim_duration = 0x7f090002
-com.example.scoutingapp:id/postLayout = 0x7f08018d
-com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f11017e
-com.example.scoutingapp:id/reverseSawtooth = 0x7f080199
-com.example.scoutingapp:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0c0009
-com.example.scoutingapp:id/report_drawn = 0x7f080198
-com.example.scoutingapp:id/src_in = 0x7f0801d0
-com.example.scoutingapp:id/red3Button = 0x7f080197
-com.example.scoutingapp:id/rectangles = 0x7f080194
-com.example.scoutingapp:id/radio = 0x7f080191
-com.example.scoutingapp:id/pressed = 0x7f08018e
-com.example.scoutingapp:dimen/mtrl_btn_elevation = 0x7f06025d
-com.example.scoutingapp:macro/m3_comp_navigation_bar_active_icon_color = 0x7f0c0065
-com.example.scoutingapp:id/path = 0x7f080187
-com.example.scoutingapp:id/parent = 0x7f080182
-com.example.scoutingapp:macro/m3_comp_input_chip_container_shape = 0x7f0c005b
-com.example.scoutingapp:drawable/abc_list_selector_background_transition_holo_light = 0x7f070056
-com.example.scoutingapp:attr/textAppearanceHeadlineSmall = 0x7f03044b
-com.example.scoutingapp:style/Theme.Material3.DynamicColors.Light.NoActionBar = 0x7f11023d
-com.example.scoutingapp:dimen/mtrl_progress_circular_inset_small = 0x7f0602d7
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary20 = 0x7f0500d1
-com.example.scoutingapp:id/Rbutton3 = 0x7f080012
-com.example.scoutingapp:attr/motionEasingStandardInterpolator = 0x7f030342
com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f11035f
com.example.scoutingapp:style/Platform.AppCompat.Light = 0x7f110138
com.example.scoutingapp:layout/m3_alert_dialog_actions = 0x7f0b0035
-com.example.scoutingapp:id/password_toggle = 0x7f080186
-com.example.scoutingapp:color/material_dynamic_neutral90 = 0x7f05022c
-com.example.scoutingapp:string/m3_sys_motion_easing_standard_accelerate = 0x7f100050
-com.example.scoutingapp:id/packed = 0x7f080180
-com.example.scoutingapp:id/red1Button = 0x7f080195
-com.example.scoutingapp:id/overshoot = 0x7f08017f
-com.example.scoutingapp:macro/m3_comp_switch_unselected_handle_color = 0x7f0c0134
-com.example.scoutingapp:id/continuousVelocity = 0x7f0800a3
-com.example.scoutingapp:style/Widget.MaterialComponents.FloatingActionButton = 0x7f11041b
-com.example.scoutingapp:id/dragRight = 0x7f0800c5
-com.example.scoutingapp:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0700d5
-com.example.scoutingapp:dimen/material_textinput_max_width = 0x7f060242
-com.example.scoutingapp:id/open_search_view_toolbar_container = 0x7f08017c
+com.example.scoutingapp:layout/ime_secondary_split_test_activity = 0x7f0b0033
+com.example.scoutingapp:layout/design_text_input_start_icon = 0x7f0b0031
+com.example.scoutingapp:style/TextAppearance.AppCompat.Inverse = 0x7f11019e
+com.example.scoutingapp:layout/design_navigation_item_subheader = 0x7f0b002d
+com.example.scoutingapp:layout/design_navigation_item_separator = 0x7f0b002c
+com.example.scoutingapp:style/Theme.Material3.Light.NoActionBar = 0x7f110244
+com.example.scoutingapp:layout/design_navigation_item_header = 0x7f0b002b
+com.example.scoutingapp:layout/design_layout_tab_icon = 0x7f0b0027
+com.example.scoutingapp:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f110235
+com.example.scoutingapp:layout/design_layout_snackbar = 0x7f0b0025
+com.example.scoutingapp:layout/design_bottom_sheet_dialog = 0x7f0b0024
+com.example.scoutingapp:layout/activity_tele = 0x7f0b0021
+com.example.scoutingapp:string/m3_ref_typeface_brand_regular = 0x7f100044
+com.example.scoutingapp:layout/activity_main = 0x7f0b001e
+com.example.scoutingapp:layout/abc_tooltip = 0x7f0b001b
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1101e2
+com.example.scoutingapp:layout/abc_select_dialog_material = 0x7f0b001a
+com.example.scoutingapp:layout/abc_screen_toolbar = 0x7f0b0017
+com.example.scoutingapp:layout/abc_screen_simple = 0x7f0b0015
+com.example.scoutingapp:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
+com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1101d6
+com.example.scoutingapp:layout/abc_list_menu_item_checkbox = 0x7f0b000e
+com.example.scoutingapp:layout/abc_alert_dialog_title_material = 0x7f0b000a
+com.example.scoutingapp:layout/abc_alert_dialog_material = 0x7f0b0009
+com.example.scoutingapp:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
+com.example.scoutingapp:layout/abc_activity_chooser_view = 0x7f0b0006
+com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_active_indicator_color = 0x7f0c00fa
+com.example.scoutingapp:layout/abc_action_mode_bar = 0x7f0b0004
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f1103a5
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_hover_state_layer_color = 0x7f0c007d
+com.example.scoutingapp:layout/abc_action_menu_layout = 0x7f0b0003
+com.example.scoutingapp:layout/abc_action_menu_item_layout = 0x7f0b0002
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f1103a1
+com.example.scoutingapp:layout/abc_action_bar_up_container = 0x7f0b0001
+com.example.scoutingapp:layout/design_menu_item_action_area = 0x7f0b0029
+com.example.scoutingapp:interpolator/mtrl_fast_out_slow_in = 0x7f0a000f
+com.example.scoutingapp:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f11034c
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110073
+com.example.scoutingapp:interpolator/m3_sys_motion_easing_standard = 0x7f0a000b
+com.example.scoutingapp:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1102fa
+com.example.scoutingapp:macro/m3_comp_top_app_bar_medium_headline_color = 0x7f0c016d
+com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_decelerate = 0x7f0a0009
+com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0a0008
+com.example.scoutingapp:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
+com.example.scoutingapp:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
+com.example.scoutingapp:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
+com.example.scoutingapp:integer/status_bar_notification_info_maxnum = 0x7f090043
+com.example.scoutingapp:integer/show_password_duration = 0x7f090042
+com.example.scoutingapp:integer/mtrl_view_gone = 0x7f09003f
+com.example.scoutingapp:styleable/Spinner = 0x7f120081
+com.example.scoutingapp:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
+com.example.scoutingapp:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f09003e
+com.example.scoutingapp:integer/mtrl_switch_track_viewport_width = 0x7f09003d
+com.example.scoutingapp:integer/mtrl_switch_track_viewport_height = 0x7f09003c
+com.example.scoutingapp:integer/mtrl_switch_thumb_viewport_size = 0x7f09003b
+com.example.scoutingapp:integer/mtrl_switch_thumb_viewport_center_coordinate = 0x7f09003a
+com.example.scoutingapp:integer/mtrl_switch_thumb_pressed_duration = 0x7f090039
+com.example.scoutingapp:style/TextAppearance.Material3.BodySmall = 0x7f1101e7
+com.example.scoutingapp:integer/mtrl_chip_anim_duration = 0x7f090035
+com.example.scoutingapp:integer/mtrl_calendar_year_selector_span = 0x7f090032
+com.example.scoutingapp:integer/mtrl_calendar_header_orientation = 0x7f090030
+com.example.scoutingapp:macro/m3_comp_fab_primary_container_shape = 0x7f0c0037
+com.example.scoutingapp:integer/mtrl_badge_max_character_count = 0x7f09002d
+com.example.scoutingapp:style/TextAppearance.Material3.SearchView = 0x7f1101f3
+com.example.scoutingapp:integer/material_motion_duration_medium_2 = 0x7f090029
+com.example.scoutingapp:integer/material_motion_duration_medium_1 = 0x7f090028
+com.example.scoutingapp:macro/m3_comp_badge_large_label_text_color = 0x7f0c0003
+com.example.scoutingapp:integer/material_motion_duration_long_2 = 0x7f090027
+com.example.scoutingapp:integer/material_motion_duration_long_1 = 0x7f090026
com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f110413
com.example.scoutingapp:integer/m3_sys_shape_corner_small_corner_family = 0x7f090025
-com.example.scoutingapp:id/open_search_view_dummy_toolbar = 0x7f080174
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar = 0x7f11039a
+com.example.scoutingapp:integer/m3_sys_shape_corner_medium_corner_family = 0x7f090024
+com.example.scoutingapp:macro/m3_comp_sheet_side_docked_modal_container_shape = 0x7f0c0109
+com.example.scoutingapp:integer/m3_sys_shape_corner_extra_large_corner_family = 0x7f090020
+com.example.scoutingapp:integer/m3_sys_motion_duration_short3 = 0x7f09001d
+com.example.scoutingapp:integer/m3_sys_motion_duration_short2 = 0x7f09001c
+com.example.scoutingapp:integer/m3_sys_motion_duration_short1 = 0x7f09001b
+com.example.scoutingapp:integer/m3_sys_motion_duration_medium4 = 0x7f09001a
+com.example.scoutingapp:style/TextAppearance.Compat.Notification.Line2 = 0x7f1101c6
+com.example.scoutingapp:integer/m3_sys_motion_duration_medium3 = 0x7f090019
+com.example.scoutingapp:integer/m3_sys_motion_duration_medium2 = 0x7f090018
+com.example.scoutingapp:integer/m3_sys_motion_duration_medium1 = 0x7f090017
+com.example.scoutingapp:integer/m3_sys_motion_duration_long4 = 0x7f090016
+com.example.scoutingapp:integer/m3_sys_motion_duration_long3 = 0x7f090015
+com.example.scoutingapp:integer/m3_sys_motion_duration_long1 = 0x7f090013
+com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long4 = 0x7f090012
+com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long2 = 0x7f090010
+com.example.scoutingapp:integer/m3_chip_anim_duration = 0x7f09000e
+com.example.scoutingapp:integer/m3_card_anim_duration_ms = 0x7f09000d
+com.example.scoutingapp:integer/m3_btn_anim_duration_ms = 0x7f09000b
+com.example.scoutingapp:integer/m3_btn_anim_delay_ms = 0x7f09000a
+com.example.scoutingapp:integer/hide_password_duration = 0x7f090008
+com.example.scoutingapp:integer/design_tab_indicator_anim_duration_ms = 0x7f090007
+com.example.scoutingapp:integer/config_tooltipAnimTime = 0x7f090005
+com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f11024f
+com.example.scoutingapp:integer/cancel_button_image_alpha = 0x7f090004
+com.example.scoutingapp:integer/bottom_sheet_slide_duration = 0x7f090003
+com.example.scoutingapp:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1102fd
+com.example.scoutingapp:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f11021d
+com.example.scoutingapp:integer/abc_config_activityShortDur = 0x7f090001
+com.example.scoutingapp:integer/abc_config_activityDefaultDur = 0x7f090000
+com.example.scoutingapp:id/x_left = 0x7f08022d
+com.example.scoutingapp:string/searchview_navigation_content_description = 0x7f1000b1
+com.example.scoutingapp:id/wrap_content_constrained = 0x7f08022c
+com.example.scoutingapp:id/withinBounds = 0x7f080229
+com.example.scoutingapp:layout/mtrl_picker_fullscreen = 0x7f0b005d
+com.example.scoutingapp:id/withText = 0x7f080227
+com.example.scoutingapp:id/west = 0x7f080226
+com.example.scoutingapp:interpolator/m3_sys_motion_easing_linear = 0x7f0a000a
+com.example.scoutingapp:id/view_tree_view_model_store_owner = 0x7f080223
+com.example.scoutingapp:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f080221
+com.example.scoutingapp:styleable/DrawerLayout = 0x7f120030
+com.example.scoutingapp:layout/custom_dialog = 0x7f0b0022
+com.example.scoutingapp:id/view_offset_helper = 0x7f08021e
+com.example.scoutingapp:style/ThemeOverlay.AppCompat.ActionBar = 0x7f110277
+com.example.scoutingapp:id/useLogo = 0x7f08021b
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0c00d1
+com.example.scoutingapp:id/up = 0x7f08021a
+com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f11030d
+com.example.scoutingapp:id/unlabeled = 0x7f080219
+com.example.scoutingapp:id/uniform = 0x7f080218
+com.example.scoutingapp:id/unchecked = 0x7f080217
+com.example.scoutingapp:id/triangle = 0x7f080216
+com.example.scoutingapp:macro/m3_comp_checkbox_selected_error_icon_color = 0x7f0c000a
+com.example.scoutingapp:id/transition_transform = 0x7f080215
+com.example.scoutingapp:id/transition_position = 0x7f080213
+com.example.scoutingapp:id/transition_pause_alpha = 0x7f080212
+com.example.scoutingapp:id/transition_image_transform = 0x7f080210
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1101bd
+com.example.scoutingapp:id/transition_current_scene = 0x7f08020f
+com.example.scoutingapp:id/transition_clip = 0x7f08020e
+com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f110234
+com.example.scoutingapp:macro/m3_comp_top_app_bar_medium_headline_type = 0x7f0c016e
+com.example.scoutingapp:id/transitionToEnd = 0x7f08020c
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f110032
+com.example.scoutingapp:id/touch_outside = 0x7f08020b
+com.example.scoutingapp:id/topPanel = 0x7f08020a
+com.example.scoutingapp:id/top = 0x7f080209
+com.example.scoutingapp:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0c00a2
+com.example.scoutingapp:id/titleDividerNoCustom = 0x7f080206
+com.example.scoutingapp:id/textinput_suffix_text = 0x7f080203
+com.example.scoutingapp:id/textinput_placeholder = 0x7f080201
+com.example.scoutingapp:layout/mtrl_calendar_days_of_week = 0x7f0b0050
+com.example.scoutingapp:id/textinput_helper_text = 0x7f080200
+com.example.scoutingapp:id/textinput_error = 0x7f0801ff
+com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f110389
+com.example.scoutingapp:id/text_input_end_icon = 0x7f0801fb
+com.example.scoutingapp:id/textView3 = 0x7f0801fa
+com.example.scoutingapp:style/Widget.Material3.Button.TextButton = 0x7f11035a
+com.example.scoutingapp:id/textView2 = 0x7f0801f9
+com.example.scoutingapp:id/textSpacerNoTitle = 0x7f0801f6
+com.example.scoutingapp:macro/m3_comp_fab_primary_small_container_shape = 0x7f0c003a
+com.example.scoutingapp:id/textInputLayout3 = 0x7f0801f4
+com.example.scoutingapp:id/textInputLayout2 = 0x7f0801f3
+com.example.scoutingapp:string/abc_prepend_shortcut_label = 0x7f100011
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_label_text_type = 0x7f0c0091
+com.example.scoutingapp:layout/abc_action_bar_title_item = 0x7f0b0000
+com.example.scoutingapp:id/textEnd = 0x7f0801f2
+com.example.scoutingapp:id/text2 = 0x7f0801f1
+com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Light = 0x7f11007f
+com.example.scoutingapp:id/text = 0x7f0801f0
+com.example.scoutingapp:id/teamnumber = 0x7f0801ef
+com.example.scoutingapp:id/tag_unhandled_key_listeners = 0x7f0801ed
+com.example.scoutingapp:id/tag_unhandled_key_event_manager = 0x7f0801ec
+com.example.scoutingapp:macro/m3_comp_fab_surface_icon_color = 0x7f0c003e
+com.example.scoutingapp:id/tag_transition_group = 0x7f0801eb
+com.example.scoutingapp:id/tag_state_description = 0x7f0801ea
+com.example.scoutingapp:id/tag_on_receive_content_mime_types = 0x7f0801e8
+com.example.scoutingapp:id/tag_accessibility_pane_title = 0x7f0801e5
+com.example.scoutingapp:id/tag_accessibility_actions = 0x7f0801e2
+com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110286
+com.example.scoutingapp:id/tabMode = 0x7f0801e1
+com.example.scoutingapp:id/supportScrollUp = 0x7f0801e0
+com.example.scoutingapp:id/startToEnd = 0x7f0801d8
+com.example.scoutingapp:id/start = 0x7f0801d6
+com.example.scoutingapp:id/standard = 0x7f0801d5
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Item = 0x7f1103aa
+com.example.scoutingapp:id/src_over = 0x7f0801d4
+com.example.scoutingapp:id/src_in = 0x7f0801d3
+com.example.scoutingapp:id/spread_inside = 0x7f0801cf
+com.example.scoutingapp:id/split_action_bar = 0x7f0801cd
+com.example.scoutingapp:id/special_effects_controller_view_tag = 0x7f0801cb
+com.example.scoutingapp:id/spacer = 0x7f0801ca
+com.example.scoutingapp:id/snackbar_text = 0x7f0801c6
+com.example.scoutingapp:id/snackbar_action = 0x7f0801c5
+com.example.scoutingapp:macro/m3_comp_outlined_autocomplete_text_field_caret_color = 0x7f0c00a1
+com.example.scoutingapp:id/slide = 0x7f0801c4
+com.example.scoutingapp:id/showTitle = 0x7f0801c0
+com.example.scoutingapp:id/showHome = 0x7f0801bf
+com.example.scoutingapp:id/showCustom = 0x7f0801be
+com.example.scoutingapp:id/shortcut = 0x7f0801bd
+com.example.scoutingapp:id/search_voice_btn = 0x7f0801b7
+com.example.scoutingapp:id/search_plate = 0x7f0801b5
+com.example.scoutingapp:id/search_edit_frame = 0x7f0801b2
+com.example.scoutingapp:macro/m3_comp_top_app_bar_small_trailing_icon_color = 0x7f0c0174
+com.example.scoutingapp:id/search_close_btn = 0x7f0801b1
+com.example.scoutingapp:id/search_button = 0x7f0801b0
+com.example.scoutingapp:id/scrollable = 0x7f0801ad
+com.example.scoutingapp:id/scrollIndicatorUp = 0x7f0801ab
+com.example.scoutingapp:id/scrollIndicatorDown = 0x7f0801aa
+com.example.scoutingapp:id/scroll = 0x7f0801a9
+com.example.scoutingapp:id/scale = 0x7f0801a7
+com.example.scoutingapp:id/sawtooth = 0x7f0801a6
+com.example.scoutingapp:id/save_overlay_view = 0x7f0801a5
+com.example.scoutingapp:id/save_non_transition_alpha = 0x7f0801a4
+com.example.scoutingapp:styleable/ViewStubCompat = 0x7f120097
+com.example.scoutingapp:id/right_side = 0x7f0801a1
+com.example.scoutingapp:id/right = 0x7f08019e
+com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f11017e
+com.example.scoutingapp:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0c0009
+com.example.scoutingapp:id/reverseSawtooth = 0x7f08019d
+com.example.scoutingapp:id/report_drawn = 0x7f08019c
+com.example.scoutingapp:id/red3Button = 0x7f08019b
+com.example.scoutingapp:id/red2Button = 0x7f08019a
+com.example.scoutingapp:id/rectangles = 0x7f080198
+com.example.scoutingapp:id/radioGroup = 0x7f080196
+com.example.scoutingapp:id/radio = 0x7f080195
+com.example.scoutingapp:id/pressed = 0x7f080192
+com.example.scoutingapp:integer/app_bar_elevation_anim_duration = 0x7f090002
+com.example.scoutingapp:id/postLayout = 0x7f080191
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102c7
+com.example.scoutingapp:id/pin = 0x7f08018f
+com.example.scoutingapp:id/percent = 0x7f08018e
+com.example.scoutingapp:id/path = 0x7f08018b
+com.example.scoutingapp:id/password_toggle = 0x7f08018a
+com.example.scoutingapp:id/parentRelative = 0x7f080188
+com.example.scoutingapp:id/parent = 0x7f080186
+com.example.scoutingapp:string/m3_sys_motion_easing_standard_accelerate = 0x7f100050
+com.example.scoutingapp:id/red1Button = 0x7f080199
+com.example.scoutingapp:id/packed = 0x7f080184
+com.example.scoutingapp:id/overshoot = 0x7f080183
+com.example.scoutingapp:id/outline = 0x7f080181
+com.example.scoutingapp:id/open_search_view_toolbar_container = 0x7f080180
+com.example.scoutingapp:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1100f8
+com.example.scoutingapp:id/open_search_view_toolbar = 0x7f08017f
+com.example.scoutingapp:id/open_search_view_status_bar_spacer = 0x7f08017e
+com.example.scoutingapp:id/open_search_view_scrim = 0x7f08017c
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f11003b
+com.example.scoutingapp:id/open_search_view_root = 0x7f08017b
+com.example.scoutingapp:id/open_search_view_header_container = 0x7f08017a
com.example.scoutingapp:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f11010a
-com.example.scoutingapp:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0c0042
-com.example.scoutingapp:dimen/abc_text_size_title_material_toolbar = 0x7f060050
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionButton = 0x7f1100c8
-com.example.scoutingapp:id/open_search_view_content_container = 0x7f080172
-com.example.scoutingapp:dimen/m3_btn_elevation = 0x7f0600d0
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1100e0
-com.example.scoutingapp:id/open_search_view_clear_button = 0x7f080171
+com.example.scoutingapp:id/open_search_view_dummy_toolbar = 0x7f080178
+com.example.scoutingapp:id/open_search_view_content_container = 0x7f080176
com.example.scoutingapp:macro/m3_comp_switch_selected_handle_color = 0x7f0c0124
-com.example.scoutingapp:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0c002e
-com.example.scoutingapp:dimen/abc_action_button_min_height_material = 0x7f06000d
-com.example.scoutingapp:id/notification_main_column_container = 0x7f08016b
-com.example.scoutingapp:style/ThemeOverlay.Material3.BottomAppBar = 0x7f110287
-com.example.scoutingapp:id/notification_main_column = 0x7f08016a
-com.example.scoutingapp:color/m3_sys_color_dark_error_container = 0x7f05015c
-com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_focus_state_layer_opacity = 0x7f06015a
+com.example.scoutingapp:id/open_search_view_clear_button = 0x7f080175
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0c00b5
+com.example.scoutingapp:id/on = 0x7f080171
+com.example.scoutingapp:id/notification_main_column_container = 0x7f08016f
+com.example.scoutingapp:id/notification_main_column = 0x7f08016e
+com.example.scoutingapp:id/notification_background = 0x7f08016d
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f1103e0
-com.example.scoutingapp:id/none = 0x7f080166
-com.example.scoutingapp:styleable/AppCompatTextView = 0x7f120011
+com.example.scoutingapp:id/none = 0x7f08016a
+com.example.scoutingapp:id/noScroll = 0x7f080168
+com.example.scoutingapp:id/nextButton = 0x7f080167
+com.example.scoutingapp:id/neverCompleteToStart = 0x7f080166
com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton = 0x7f110402
-com.example.scoutingapp:id/neverCompleteToEnd = 0x7f080161
+com.example.scoutingapp:id/neverCompleteToEnd = 0x7f080165
com.example.scoutingapp:string/hold_button_to_ndecrement = 0x7f10003a
-com.example.scoutingapp:id/navigation_bar_item_small_label_view = 0x7f08015e
-com.example.scoutingapp:macro/m3_comp_slider_label_container_color = 0x7f0c0111
-com.example.scoutingapp:id/north = 0x7f080168
-com.example.scoutingapp:id/multiply = 0x7f080158
+com.example.scoutingapp:id/navigation_bar_item_small_label_view = 0x7f080162
+com.example.scoutingapp:id/navigation_bar_item_large_label_view = 0x7f080161
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_hover_state_layer_color = 0x7f0c0157
+com.example.scoutingapp:id/navigation_bar_item_labels_group = 0x7f080160
+com.example.scoutingapp:id/navigation_bar_item_icon_view = 0x7f08015f
com.example.scoutingapp:macro/m3_comp_fab_tertiary_icon_color = 0x7f0c0040
+com.example.scoutingapp:id/north = 0x7f08016c
+com.example.scoutingapp:id/multiply = 0x7f08015c
com.example.scoutingapp:string/mtrl_picker_toggle_to_text_input_mode = 0x7f10009a
-com.example.scoutingapp:id/mtrl_view_tag_bottom_padding = 0x7f080157
+com.example.scoutingapp:id/mtrl_view_tag_bottom_padding = 0x7f08015b
+com.example.scoutingapp:id/mtrl_picker_title_text = 0x7f08015a
+com.example.scoutingapp:id/mtrl_picker_header_toggle = 0x7f080156
com.example.scoutingapp:style/Widget.AppCompat.ActionButton.Overflow = 0x7f1102ef
-com.example.scoutingapp:id/mtrl_picker_header_title_and_selection = 0x7f080151
-com.example.scoutingapp:id/sin = 0x7f0801be
-com.example.scoutingapp:id/mtrl_picker_header = 0x7f08014f
-com.example.scoutingapp:drawable/abc_ic_menu_overflow_material = 0x7f070047
-com.example.scoutingapp:color/material_blue_grey_950 = 0x7f050215
-com.example.scoutingapp:id/buttonPanel = 0x7f08007b
-com.example.scoutingapp:string/fab_transformation_scrim_behavior = 0x7f100037
-com.example.scoutingapp:id/mtrl_picker_fullscreen = 0x7f08014e
-com.example.scoutingapp:style/ThemeOverlay.Material3.ActionBar = 0x7f110281
-com.example.scoutingapp:id/ignore = 0x7f0800ff
-com.example.scoutingapp:id/mtrl_motion_snapshot_view = 0x7f08014d
-com.example.scoutingapp:drawable/navigation_empty_icon = 0x7f0700d9
-com.example.scoutingapp:attr/colorControlActivated = 0x7f0300f7
-com.example.scoutingapp:id/motion_base = 0x7f080140
-com.example.scoutingapp:macro/m3_comp_filled_tonal_icon_button_toggle_unselected_icon_color = 0x7f0c0056
-com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1103f1
-com.example.scoutingapp:id/elastic = 0x7f0800d0
+com.example.scoutingapp:id/mtrl_picker_header_title_and_selection = 0x7f080155
+com.example.scoutingapp:id/mtrl_picker_header_selection_text = 0x7f080154
+com.example.scoutingapp:id/sin = 0x7f0801c1
+com.example.scoutingapp:id/mtrl_picker_header = 0x7f080153
+com.example.scoutingapp:id/mtrl_picker_fullscreen = 0x7f080152
+com.example.scoutingapp:id/mtrl_motion_snapshot_view = 0x7f080151
+com.example.scoutingapp:id/mtrl_internal_children_alpha_tag = 0x7f080150
+com.example.scoutingapp:layout/design_bottom_navigation_item = 0x7f0b0023
+com.example.scoutingapp:id/mtrl_card_checked_layer_id = 0x7f08014e
+com.example.scoutingapp:id/mtrl_calendar_text_input_frame = 0x7f08014c
+com.example.scoutingapp:id/mtrl_calendar_main_pane = 0x7f080149
+com.example.scoutingapp:id/mtrl_calendar_frame = 0x7f080148
+com.example.scoutingapp:id/mtrl_calendar_day_selector_frame = 0x7f080146
+com.example.scoutingapp:id/motion_base = 0x7f080144
+com.example.scoutingapp:id/month_title = 0x7f080143
com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f110342
-com.example.scoutingapp:id/month_navigation_next = 0x7f08013d
-com.example.scoutingapp:id/mini = 0x7f080139
-com.example.scoutingapp:dimen/material_textinput_default_width = 0x7f060241
-com.example.scoutingapp:drawable/mtrl_switch_track = 0x7f0700d6
-com.example.scoutingapp:string/mtrl_picker_text_input_day_abbr = 0x7f100094
-com.example.scoutingapp:style/Platform.V21.AppCompat = 0x7f110140
-com.example.scoutingapp:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f110292
-com.example.scoutingapp:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f110341
-com.example.scoutingapp:id/material_textinput_timepicker = 0x7f08012f
+com.example.scoutingapp:id/month_navigation_next = 0x7f080141
+com.example.scoutingapp:id/month_navigation_bar = 0x7f08013f
+com.example.scoutingapp:id/month_grid = 0x7f08013e
+com.example.scoutingapp:id/mini = 0x7f08013d
+com.example.scoutingapp:id/message = 0x7f08013b
+com.example.scoutingapp:id/material_timepicker_cancel_button = 0x7f080134
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f11012e
-com.example.scoutingapp:attr/dragDirection = 0x7f030184
-com.example.scoutingapp:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f06020c
-com.example.scoutingapp:dimen/mtrl_fab_translation_z_pressed = 0x7f0602b9
-com.example.scoutingapp:id/material_label = 0x7f08012c
-com.example.scoutingapp:id/snap = 0x7f0801c4
-com.example.scoutingapp:id/material_clock_period_am_button = 0x7f080127
+com.example.scoutingapp:id/material_textinput_timepicker = 0x7f080133
+com.example.scoutingapp:id/material_minute_tv = 0x7f080132
+com.example.scoutingapp:id/material_minute_text_input = 0x7f080131
+com.example.scoutingapp:id/snap = 0x7f0801c7
+com.example.scoutingapp:id/material_label = 0x7f080130
+com.example.scoutingapp:id/material_hour_text_input = 0x7f08012e
+com.example.scoutingapp:id/material_clock_period_toggle = 0x7f08012d
+com.example.scoutingapp:id/material_clock_period_am_button = 0x7f08012b
com.example.scoutingapp:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f110409
com.example.scoutingapp:integer/material_motion_path = 0x7f09002c
-com.example.scoutingapp:id/material_clock_level = 0x7f080126
-com.example.scoutingapp:id/material_clock_display_and_toggle = 0x7f080123
-com.example.scoutingapp:style/Platform.AppCompat = 0x7f110137
-com.example.scoutingapp:id/content = 0x7f0800a0
-com.example.scoutingapp:color/material_personalized_primary_text_disable_only = 0x7f0502ab
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1102da
-com.example.scoutingapp:macro/m3_comp_outlined_button_outline_color = 0x7f0c00a6
-com.example.scoutingapp:dimen/m3_comp_badge_large_size = 0x7f0600ff
-com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f11016b
-com.example.scoutingapp:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1100cd
-com.example.scoutingapp:id/match_constraint = 0x7f080120
+com.example.scoutingapp:id/material_clock_level = 0x7f08012a
+com.example.scoutingapp:macro/m3_comp_date_picker_modal_weekdays_label_text_color = 0x7f0c001d
+com.example.scoutingapp:id/material_clock_face = 0x7f080128
+com.example.scoutingapp:id/material_clock_display_and_toggle = 0x7f080127
+com.example.scoutingapp:id/material_clock_display = 0x7f080126
+com.example.scoutingapp:integer/m3_sys_motion_path = 0x7f09001f
+com.example.scoutingapp:id/match_parent = 0x7f080125
com.example.scoutingapp:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f11029e
-com.example.scoutingapp:id/marquee = 0x7f08011d
-com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Icon = 0x7f11035e
-com.example.scoutingapp:dimen/abc_search_view_preferred_height = 0x7f060036
-com.example.scoutingapp:id/main = 0x7f08011c
-com.example.scoutingapp:id/pathRelative = 0x7f080188
-com.example.scoutingapp:id/linearLayout3 = 0x7f080118
-com.example.scoutingapp:drawable/tooltip_frame_light = 0x7f0700ea
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1102d3
-com.example.scoutingapp:id/linearLayout = 0x7f080116
+com.example.scoutingapp:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1100cd
+com.example.scoutingapp:id/match_constraint = 0x7f080124
+com.example.scoutingapp:id/masked = 0x7f080122
+com.example.scoutingapp:id/marquee = 0x7f080121
+com.example.scoutingapp:id/main = 0x7f080120
+com.example.scoutingapp:id/listMode = 0x7f08011d
+com.example.scoutingapp:id/pathRelative = 0x7f08018c
+com.example.scoutingapp:id/linearLayout3 = 0x7f08011c
+com.example.scoutingapp:id/linearLayout = 0x7f08011a
+com.example.scoutingapp:id/line3 = 0x7f080118
com.example.scoutingapp:style/TextAppearance.Material3.HeadlineLarge = 0x7f1101eb
-com.example.scoutingapp:id/line1 = 0x7f080113
-com.example.scoutingapp:style/Widget.MaterialComponents.Slider = 0x7f110444
-com.example.scoutingapp:id/jumpToEnd = 0x7f08010c
-com.example.scoutingapp:id/item_touch_helper_previous_elevation = 0x7f08010b
+com.example.scoutingapp:id/line1 = 0x7f080117
+com.example.scoutingapp:id/legacy = 0x7f080116
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f110183
+com.example.scoutingapp:id/leftToRight = 0x7f080115
+com.example.scoutingapp:id/layout = 0x7f080113
+com.example.scoutingapp:style/TextAppearance.Material3.DisplaySmall = 0x7f1101ea
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f110028
+com.example.scoutingapp:id/labeled = 0x7f080112
+com.example.scoutingapp:id/jumpToEnd = 0x7f080110
+com.example.scoutingapp:id/item_touch_helper_previous_elevation = 0x7f08010f
com.example.scoutingapp:styleable/MaterialCalendarItem = 0x7f120053
-com.example.scoutingapp:id/italic = 0x7f08010a
-com.example.scoutingapp:string/coralScored = 0x7f100032
-com.example.scoutingapp:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f110465
-com.example.scoutingapp:id/info = 0x7f080107
+com.example.scoutingapp:id/italic = 0x7f08010e
+com.example.scoutingapp:id/invisible = 0x7f08010c
com.example.scoutingapp:layout/abc_popup_menu_item_layout = 0x7f0b0013
+com.example.scoutingapp:id/info = 0x7f08010b
+com.example.scoutingapp:id/indeterminate = 0x7f08010a
com.example.scoutingapp:layout/material_textinput_timepicker = 0x7f0b0041
-com.example.scoutingapp:id/included = 0x7f080105
-com.example.scoutingapp:id/ifRoom = 0x7f0800fe
-com.example.scoutingapp:id/action_menu_presenter = 0x7f080053
-com.example.scoutingapp:id/icon_group = 0x7f0800fd
+com.example.scoutingapp:id/included = 0x7f080109
+com.example.scoutingapp:id/immediateStop = 0x7f080108
+com.example.scoutingapp:id/imageView10 = 0x7f080106
+com.example.scoutingapp:integer/mtrl_view_invisible = 0x7f090040
+com.example.scoutingapp:id/image = 0x7f080105
+com.example.scoutingapp:id/ignoreRequest = 0x7f080104
+com.example.scoutingapp:id/ignore = 0x7f080103
+com.example.scoutingapp:id/ifRoom = 0x7f080102
com.example.scoutingapp:integer/m3_badge_max_number = 0x7f090009
-com.example.scoutingapp:id/icon = 0x7f0800fc
-com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_hover_label_text_color = 0x7f0c0070
-com.example.scoutingapp:macro/m3_comp_filled_icon_button_toggle_unselected_icon_color = 0x7f0c004a
-com.example.scoutingapp:string/abc_shareactionprovider_share_with = 0x7f100018
-com.example.scoutingapp:id/home = 0x7f0800f7
-com.example.scoutingapp:id/action_bar_spinner = 0x7f08004b
-com.example.scoutingapp:id/compress = 0x7f08009c
-com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f11026d
+com.example.scoutingapp:id/icon_group = 0x7f080101
+com.example.scoutingapp:id/icon = 0x7f080100
+com.example.scoutingapp:id/homeAsUp = 0x7f0800fc
+com.example.scoutingapp:id/home = 0x7f0800fb
+com.example.scoutingapp:styleable/TextAppearance = 0x7f12008a
+com.example.scoutingapp:id/hideable = 0x7f0800fa
+com.example.scoutingapp:id/hide_ime_id = 0x7f0800f9
+com.example.scoutingapp:id/grouping = 0x7f0800f6
+com.example.scoutingapp:id/graph_wrap = 0x7f0800f4
+com.example.scoutingapp:id/gone = 0x7f0800f2
+com.example.scoutingapp:id/ghost_view_holder = 0x7f0800f1
com.example.scoutingapp:style/TextAppearance.Compat.Notification.Time = 0x7f1101c7
-com.example.scoutingapp:id/frost = 0x7f0800e9
com.example.scoutingapp:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f1100b5
-com.example.scoutingapp:id/flip = 0x7f0800e5
-com.example.scoutingapp:id/fitXY = 0x7f0800e3
-com.example.scoutingapp:macro/m3_comp_radio_button_selected_focus_icon_color = 0x7f0c00d8
-com.example.scoutingapp:id/fitEnd = 0x7f0800e0
-com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110133
-com.example.scoutingapp:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
-com.example.scoutingapp:id/fitCenter = 0x7f0800df
+com.example.scoutingapp:id/frost = 0x7f0800ed
+com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f110453
+com.example.scoutingapp:id/forever = 0x7f0800eb
+com.example.scoutingapp:id/floating = 0x7f0800ea
+com.example.scoutingapp:id/flip = 0x7f0800e9
+com.example.scoutingapp:id/fixed = 0x7f0800e8
+com.example.scoutingapp:id/fitXY = 0x7f0800e7
+com.example.scoutingapp:id/fitToContents = 0x7f0800e6
+com.example.scoutingapp:id/fitEnd = 0x7f0800e4
com.example.scoutingapp:macro/m3_comp_date_picker_modal_header_headline_type = 0x7f0c0016
+com.example.scoutingapp:id/fitCenter = 0x7f0800e3
+com.example.scoutingapp:id/fill_vertical = 0x7f0800e1
+com.example.scoutingapp:id/fade = 0x7f0800de
+com.example.scoutingapp:id/expanded_menu = 0x7f0800dd
+com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f1102b0
+com.example.scoutingapp:id/escape = 0x7f0800da
+com.example.scoutingapp:id/enterAlways = 0x7f0800d8
+com.example.scoutingapp:id/endToStart = 0x7f0800d7
+com.example.scoutingapp:id/end = 0x7f0800d6
+com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1103f1
+com.example.scoutingapp:id/elastic = 0x7f0800d4
+com.example.scoutingapp:id/edit_text_id = 0x7f0800d3
+com.example.scoutingapp:id/edit_query = 0x7f0800d2
+com.example.scoutingapp:string/abc_search_hint = 0x7f100012
+com.example.scoutingapp:id/edge = 0x7f0800d1
+com.example.scoutingapp:id/east = 0x7f0800d0
+com.example.scoutingapp:id/easeInOut = 0x7f0800ce
+com.example.scoutingapp:id/middle = 0x7f08013c
+com.example.scoutingapp:id/dropdown_menu = 0x7f0800cc
+com.example.scoutingapp:id/dragUp = 0x7f0800cb
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0c00bd
+com.example.scoutingapp:id/dragStart = 0x7f0800ca
+com.example.scoutingapp:id/dragRight = 0x7f0800c9
+com.example.scoutingapp:string/abc_shareactionprovider_share_with_application = 0x7f100019
+com.example.scoutingapp:id/dragDown = 0x7f0800c6
+com.example.scoutingapp:id/dragClockwise = 0x7f0800c5
+com.example.scoutingapp:id/disableScroll = 0x7f0800c2
+com.example.scoutingapp:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f1101a3
+com.example.scoutingapp:id/disablePostScroll = 0x7f0800c1
com.example.scoutingapp:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1102fb
com.example.scoutingapp:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0c0131
-com.example.scoutingapp:id/disableIntraAutoTransition = 0x7f0800bc
-com.example.scoutingapp:id/fill_vertical = 0x7f0800dd
-com.example.scoutingapp:dimen/notification_small_icon_background_padding = 0x7f060316
-com.example.scoutingapp:id/fade = 0x7f0800da
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f110035
-com.example.scoutingapp:id/expanded_menu = 0x7f0800d9
-com.example.scoutingapp:id/endToStart = 0x7f0800d3
-com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f100048
-com.example.scoutingapp:style/TextAppearance.Design.Prefix = 0x7f1101d0
-com.example.scoutingapp:style/Theme.Material3.Dark.NoActionBar = 0x7f11022e
-com.example.scoutingapp:id/east = 0x7f0800cc
-com.example.scoutingapp:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f110049
-com.example.scoutingapp:id/easeInOut = 0x7f0800ca
-com.example.scoutingapp:id/middle = 0x7f080138
-com.example.scoutingapp:id/dropdown_menu = 0x7f0800c8
-com.example.scoutingapp:style/TextAppearance.Material3.HeadlineSmall = 0x7f1101ed
-com.example.scoutingapp:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f1101a3
-com.example.scoutingapp:id/disablePostScroll = 0x7f0800bd
+com.example.scoutingapp:id/disableIntraAutoTransition = 0x7f0800c0
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f1103a3
-com.example.scoutingapp:id/direct = 0x7f0800ba
+com.example.scoutingapp:id/direct = 0x7f0800be
com.example.scoutingapp:integer/mtrl_card_anim_delay_ms = 0x7f090033
-com.example.scoutingapp:id/dialog_button = 0x7f0800b8
-com.example.scoutingapp:style/Theme.AppCompat.Dialog.Alert = 0x7f110216
-com.example.scoutingapp:string/material_motion_easing_standard = 0x7f10005d
-com.example.scoutingapp:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0600a7
-com.example.scoutingapp:id/design_menu_item_action_area = 0x7f0800b4
+com.example.scoutingapp:id/dialog_button = 0x7f0800bc
+com.example.scoutingapp:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1103c2
+com.example.scoutingapp:id/fitStart = 0x7f0800e5
+com.example.scoutingapp:id/design_menu_item_text = 0x7f0800ba
+com.example.scoutingapp:id/design_menu_item_action_area_stub = 0x7f0800b9
com.example.scoutingapp:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f1100b8
-com.example.scoutingapp:id/dependency_ordering = 0x7f0800b2
+com.example.scoutingapp:id/design_menu_item_action_area = 0x7f0800b8
com.example.scoutingapp:styleable/GradientColor = 0x7f12003b
-com.example.scoutingapp:id/edit_query = 0x7f0800ce
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1102c6
-com.example.scoutingapp:id/custom = 0x7f0800a9
+com.example.scoutingapp:id/dependency_ordering = 0x7f0800b6
+com.example.scoutingapp:id/submenuarrow = 0x7f0801de
+com.example.scoutingapp:id/default_activity_button = 0x7f0800b4
+com.example.scoutingapp:id/decor_content_parent = 0x7f0800b3
+com.example.scoutingapp:id/date_picker_actions = 0x7f0800b0
com.example.scoutingapp:layout/notification_action_tombstone = 0x7f0b0068
-com.example.scoutingapp:color/m3_sys_color_light_inverse_on_surface = 0x7f0501cf
-com.example.scoutingapp:color/material_slider_halo_color = 0x7f0502ae
-com.example.scoutingapp:dimen/compat_button_padding_horizontal_material = 0x7f060058
-com.example.scoutingapp:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0602c0
-com.example.scoutingapp:integer/m3_chip_anim_duration = 0x7f09000e
-com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu = 0x7f11043e
+com.example.scoutingapp:id/custom = 0x7f0800ad
com.example.scoutingapp:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f110310
-com.example.scoutingapp:id/counterclockwise = 0x7f0800a6
-com.example.scoutingapp:id/coordinator = 0x7f0800a4
+com.example.scoutingapp:id/counterclockwise = 0x7f0800aa
+com.example.scoutingapp:id/coordinator = 0x7f0800a8
+com.example.scoutingapp:style/Widget.MaterialComponents.FloatingActionButton = 0x7f11041b
+com.example.scoutingapp:id/continuousVelocity = 0x7f0800a7
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f11014e
-com.example.scoutingapp:id/contiguous = 0x7f0800a2
-com.example.scoutingapp:style/Theme.AppCompat = 0x7f11020c
-com.example.scoutingapp:layout/mtrl_picker_text_input_date = 0x7f0b0063
-com.example.scoutingapp:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0c0126
-com.example.scoutingapp:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f060133
-com.example.scoutingapp:id/cache_measures = 0x7f080083
-com.example.scoutingapp:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f11029d
-com.example.scoutingapp:style/Animation.AppCompat.DropDownUp = 0x7f110003
-com.example.scoutingapp:id/container = 0x7f08009f
-com.example.scoutingapp:layout/material_timepicker_textinput_display = 0x7f0b0046
-com.example.scoutingapp:id/horizontal = 0x7f0800fa
-com.example.scoutingapp:id/clockwise = 0x7f080099
-com.example.scoutingapp:id/clip_vertical = 0x7f080098
-com.example.scoutingapp:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f1103de
-com.example.scoutingapp:id/circle_center = 0x7f080095
-com.example.scoutingapp:id/vertical = 0x7f080219
-com.example.scoutingapp:id/submenuarrow = 0x7f0801db
-com.example.scoutingapp:id/default_activity_button = 0x7f0800b0
-com.example.scoutingapp:id/checkbox = 0x7f080092
+com.example.scoutingapp:id/contiguous = 0x7f0800a6
+com.example.scoutingapp:style/Platform.AppCompat = 0x7f110137
+com.example.scoutingapp:id/content = 0x7f0800a4
+com.example.scoutingapp:id/container = 0x7f0800a3
+com.example.scoutingapp:style/Widget.Material3.Button.TonalButton.Icon = 0x7f110361
+com.example.scoutingapp:id/confirm_button = 0x7f0800a1
+com.example.scoutingapp:id/compress = 0x7f0800a0
+com.example.scoutingapp:id/closest = 0x7f08009e
+com.example.scoutingapp:id/horizontal = 0x7f0800fe
+com.example.scoutingapp:id/clockwise = 0x7f08009d
+com.example.scoutingapp:id/clip_vertical = 0x7f08009c
+com.example.scoutingapp:id/vertical = 0x7f08021c
+com.example.scoutingapp:id/circle_center = 0x7f080099
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f11039d
+com.example.scoutingapp:id/checkbox = 0x7f080096
+com.example.scoutingapp:id/chains = 0x7f080095
+com.example.scoutingapp:id/chain2 = 0x7f080094
+com.example.scoutingapp:id/center_horizontal = 0x7f080091
+com.example.scoutingapp:id/centerInside = 0x7f080090
com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_pressed_state_layer_color = 0x7f0c009e
-com.example.scoutingapp:id/centerCrop = 0x7f08008b
-com.example.scoutingapp:id/red2Button = 0x7f080196
-com.example.scoutingapp:id/center = 0x7f08008a
-com.example.scoutingapp:id/cb_coralPickup = 0x7f080089
-com.example.scoutingapp:style/TextAppearance.AppCompat.Tooltip = 0x7f1101b0
-com.example.scoutingapp:id/cb_algaeReef = 0x7f080088
-com.example.scoutingapp:macro/m3_comp_elevated_card_container_color = 0x7f0c002a
-com.example.scoutingapp:id/cb_CanLeave = 0x7f080087
-com.example.scoutingapp:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1100ea
-com.example.scoutingapp:id/bounceStart = 0x7f08007a
-com.example.scoutingapp:id/BOTTOM_START = 0x7f080002
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Body1 = 0x7f1101f9
-com.example.scoutingapp:id/bounceBoth = 0x7f080078
-com.example.scoutingapp:id/bottom = 0x7f080076
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0c00d0
-com.example.scoutingapp:macro/m3_comp_outlined_card_focus_outline_color = 0x7f0c00ac
-com.example.scoutingapp:id/blue3Button = 0x7f080075
-com.example.scoutingapp:id/open_search_view_search_prefix = 0x7f080179
-com.example.scoutingapp:id/blue1Button = 0x7f080073
-com.example.scoutingapp:id/mtrl_picker_header_toggle = 0x7f080152
-com.example.scoutingapp:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1102ff
-com.example.scoutingapp:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f11005e
-com.example.scoutingapp:id/accessibility_custom_action_31 = 0x7f08003d
-com.example.scoutingapp:id/blocking = 0x7f080072
-com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog = 0x7f110054
+com.example.scoutingapp:id/centerCrop = 0x7f08008f
+com.example.scoutingapp:id/center = 0x7f08008e
+com.example.scoutingapp:id/cb_coralPickup = 0x7f08008d
+com.example.scoutingapp:id/cb_algaeReef = 0x7f08008c
+com.example.scoutingapp:id/cb_CanLeave = 0x7f08008b
+com.example.scoutingapp:string/mtrl_switch_thumb_path_morphing = 0x7f10009e
+com.example.scoutingapp:id/callMeasure = 0x7f080088
+com.example.scoutingapp:id/cache_measures = 0x7f080087
+com.example.scoutingapp:id/button_Next = 0x7f080085
+com.example.scoutingapp:id/button_Net = 0x7f080084
+com.example.scoutingapp:string/material_slider_range_start = 0x7f10005f
+com.example.scoutingapp:id/button_L3 = 0x7f080082
+com.example.scoutingapp:id/button_L2 = 0x7f080081
+com.example.scoutingapp:string/bottomsheet_action_expand = 0x7f100021
+com.example.scoutingapp:integer/mtrl_btn_anim_duration_ms = 0x7f09002f
+com.example.scoutingapp:id/buttonSave = 0x7f08007f
+com.example.scoutingapp:string/fab_transformation_scrim_behavior = 0x7f100037
+com.example.scoutingapp:id/buttonPanel = 0x7f08007d
+com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f110411
+com.example.scoutingapp:id/buttonNext = 0x7f08007c
+com.example.scoutingapp:id/bounceStart = 0x7f08007b
+com.example.scoutingapp:id/bounceBoth = 0x7f080079
+com.example.scoutingapp:id/bottom = 0x7f080077
+com.example.scoutingapp:id/blue3Button = 0x7f080076
+com.example.scoutingapp:id/open_search_view_search_prefix = 0x7f08017d
+com.example.scoutingapp:id/blue1Button = 0x7f080074
com.example.scoutingapp:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f1101ad
-com.example.scoutingapp:id/below = 0x7f080070
-com.example.scoutingapp:drawable/mtrl_ic_indeterminate = 0x7f0700c8
-com.example.scoutingapp:id/parent_matrix = 0x7f080185
-com.example.scoutingapp:id/beginOnFirstDraw = 0x7f08006e
+com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog = 0x7f110054
+com.example.scoutingapp:id/blocking = 0x7f080073
+com.example.scoutingapp:id/below = 0x7f080071
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f110077
-com.example.scoutingapp:id/axisRelative = 0x7f08006b
+com.example.scoutingapp:id/beginOnFirstDraw = 0x7f08006f
+com.example.scoutingapp:id/baseline = 0x7f08006e
+com.example.scoutingapp:id/barrier = 0x7f08006d
+com.example.scoutingapp:id/axisRelative = 0x7f08006c
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f110075
-com.example.scoutingapp:id/autoCompleteToStart = 0x7f08006a
-com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Light = 0x7f11007f
-com.example.scoutingapp:id/text = 0x7f0801ed
-com.example.scoutingapp:drawable/ic_launcher_background = 0x7f070093
-com.example.scoutingapp:id/ghost_view = 0x7f0800ec
-com.example.scoutingapp:id/autoComplete = 0x7f080068
+com.example.scoutingapp:id/autoCompleteToStart = 0x7f08006b
+com.example.scoutingapp:id/autoCompleteToEnd = 0x7f08006a
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f110451
-com.example.scoutingapp:id/antiClockwise = 0x7f080062
-com.example.scoutingapp:id/cancel_button = 0x7f080085
-com.example.scoutingapp:id/animateToStart = 0x7f080061
+com.example.scoutingapp:id/autoComplete = 0x7f080069
+com.example.scoutingapp:styleable/MaterialButtonToggleGroup = 0x7f120051
+com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1101c2
+com.example.scoutingapp:id/asConfigured = 0x7f080066
+com.example.scoutingapp:id/anticipate = 0x7f080064
+com.example.scoutingapp:id/antiClockwise = 0x7f080063
com.example.scoutingapp:macro/m3_comp_search_bar_input_text_type = 0x7f0c00ea
-com.example.scoutingapp:id/animateToEnd = 0x7f080060
-com.example.scoutingapp:style/TextAppearance.MaterialComponents.Button = 0x7f1101fb
-com.example.scoutingapp:id/navigation_bar_item_labels_group = 0x7f08015c
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_hover_state_layer_color = 0x7f0c0157
-com.example.scoutingapp:id/add = 0x7f08005a
-com.example.scoutingapp:id/action_text = 0x7f080057
-com.example.scoutingapp:id/action_image = 0x7f080051
-com.example.scoutingapp:id/horizontal_only = 0x7f0800fb
-com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0c0138
-com.example.scoutingapp:id/action_divider = 0x7f080050
-com.example.scoutingapp:id/progress_horizontal = 0x7f080190
-com.example.scoutingapp:dimen/m3_comp_fab_primary_container_elevation = 0x7f060115
-com.example.scoutingapp:id/action_bar_root = 0x7f08004a
-com.example.scoutingapp:id/mtrl_picker_title_text = 0x7f080156
-com.example.scoutingapp:style/Base.ThemeOverlay.Material3.SideSheetDialog = 0x7f110083
-com.example.scoutingapp:styleable/View = 0x7f120094
-com.example.scoutingapp:id/center_vertical = 0x7f08008e
-com.example.scoutingapp:id/action_bar = 0x7f080047
+com.example.scoutingapp:id/cancel_button = 0x7f080089
+com.example.scoutingapp:id/animateToStart = 0x7f080062
+com.example.scoutingapp:id/animateToEnd = 0x7f080061
+com.example.scoutingapp:id/always = 0x7f080060
+com.example.scoutingapp:id/allStates = 0x7f08005f
+com.example.scoutingapp:id/add = 0x7f08005b
+com.example.scoutingapp:id/action_text = 0x7f080058
+com.example.scoutingapp:id/action_menu_presenter = 0x7f080054
+com.example.scoutingapp:id/action_menu_divider = 0x7f080053
+com.example.scoutingapp:id/horizontal_only = 0x7f0800ff
+com.example.scoutingapp:id/action_image = 0x7f080052
+com.example.scoutingapp:id/action_divider = 0x7f080051
+com.example.scoutingapp:id/action_context_bar = 0x7f080050
+com.example.scoutingapp:id/action_bar_spinner = 0x7f08004c
+com.example.scoutingapp:id/action_bar_root = 0x7f08004b
+com.example.scoutingapp:id/action_bar_activity_content = 0x7f080049
com.example.scoutingapp:string/app_name = 0x7f10001c
+com.example.scoutingapp:id/center_vertical = 0x7f080092
+com.example.scoutingapp:id/action_bar = 0x7f080048
+com.example.scoutingapp:id/actionUp = 0x7f080047
+com.example.scoutingapp:id/actionDownUp = 0x7f080046
com.example.scoutingapp:style/Widget.AppCompat.ActionMode = 0x7f1102f0
-com.example.scoutingapp:id/accessibility_custom_action_9 = 0x7f080043
-com.example.scoutingapp:style/Widget.Material3.Button.OutlinedButton = 0x7f110358
-com.example.scoutingapp:layout/mtrl_calendar_month_navigation = 0x7f0b0054
-com.example.scoutingapp:style/Widget.Material3.Chip.Suggestion = 0x7f11036f
-com.example.scoutingapp:color/m3_timepicker_button_text_color = 0x7f05020a
-com.example.scoutingapp:id/alertTitle = 0x7f08005b
+com.example.scoutingapp:id/accessibility_custom_action_9 = 0x7f080044
+com.example.scoutingapp:id/accessibility_custom_action_8 = 0x7f080043
+com.example.scoutingapp:id/accessibility_custom_action_4 = 0x7f08003f
+com.example.scoutingapp:id/accessibility_custom_action_31 = 0x7f08003e
com.example.scoutingapp:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f1102a6
-com.example.scoutingapp:id/accessibility_custom_action_29 = 0x7f08003a
-com.example.scoutingapp:id/accessibility_custom_action_27 = 0x7f080038
+com.example.scoutingapp:id/alertTitle = 0x7f08005c
+com.example.scoutingapp:id/accessibility_custom_action_29 = 0x7f08003b
+com.example.scoutingapp:id/accessibility_custom_action_28 = 0x7f08003a
+com.example.scoutingapp:id/accessibility_custom_action_27 = 0x7f080039
+com.example.scoutingapp:id/accessibility_custom_action_26 = 0x7f080038
com.example.scoutingapp:string/bottomsheet_drag_handle_content_description = 0x7f100024
-com.example.scoutingapp:id/accessibility_custom_action_23 = 0x7f080034
-com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f1102b0
-com.example.scoutingapp:id/escape = 0x7f0800d6
-com.example.scoutingapp:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f110231
-com.example.scoutingapp:id/accessibility_custom_action_2 = 0x7f080030
+com.example.scoutingapp:id/accessibility_custom_action_23 = 0x7f080035
+com.example.scoutingapp:id/accessibility_custom_action_21 = 0x7f080033
+com.example.scoutingapp:id/accessibility_custom_action_20 = 0x7f080032
com.example.scoutingapp:style/Theme.Material3.Light.SideSheetDialog = 0x7f110245
-com.example.scoutingapp:id/accessibility_custom_action_18 = 0x7f08002e
+com.example.scoutingapp:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f110231
+com.example.scoutingapp:id/accessibility_custom_action_2 = 0x7f080031
com.example.scoutingapp:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f11031e
com.example.scoutingapp:color/abc_primary_text_material_dark = 0x7f05000b
-com.example.scoutingapp:id/enterAlways = 0x7f0800d4
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar = 0x7f1100c3
-com.example.scoutingapp:styleable/ConstraintLayout_Layout = 0x7f120027
-com.example.scoutingapp:style/Widget.Material3.Button.ElevatedButton = 0x7f110351
-com.example.scoutingapp:id/accessibility_custom_action_11 = 0x7f080027
-com.example.scoutingapp:string/abc_menu_meta_shortcut_label = 0x7f10000d
-com.example.scoutingapp:id/above = 0x7f080021
+com.example.scoutingapp:id/accessibility_custom_action_18 = 0x7f08002f
+com.example.scoutingapp:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f110110
+com.example.scoutingapp:id/accessibility_custom_action_13 = 0x7f08002a
+com.example.scoutingapp:color/m3_ref_palette_primary20 = 0x7f05012b
+com.example.scoutingapp:id/accessibility_custom_action_12 = 0x7f080029
+com.example.scoutingapp:id/accessibility_custom_action_11 = 0x7f080028
+com.example.scoutingapp:styleable/ButtonBarLayout = 0x7f120018
+com.example.scoutingapp:id/accessibility_custom_action_0 = 0x7f080025
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_hover_icon_color = 0x7f0c006f
-com.example.scoutingapp:id/SHOW_PROGRESS = 0x7f080018
-com.example.scoutingapp:id/on = 0x7f08016d
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0c00b5
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f11039c
-com.example.scoutingapp:id/FUNCTION = 0x7f080006
-com.example.scoutingapp:layout/abc_select_dialog_material = 0x7f0b001a
-com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1101e2
-com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f110127
-com.example.scoutingapp:color/material_dynamic_color_light_error = 0x7f05021e
+com.example.scoutingapp:id/above = 0x7f080022
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant95 = 0x7f050126
+com.example.scoutingapp:dimen/mtrl_calendar_day_vertical_padding = 0x7f06027a
+com.example.scoutingapp:id/Sheet = 0x7f08001b
+com.example.scoutingapp:id/SHOW_PROGRESS = 0x7f080019
+com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Button = 0x7f110181
+com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_separator_color = 0x7f0c0165
+com.example.scoutingapp:id/SHOW_PATH = 0x7f080018
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary20 = 0x7f0500d2
+com.example.scoutingapp:attr/motionEasingStandardInterpolator = 0x7f030342
+com.example.scoutingapp:id/Rbutton3 = 0x7f080013
+com.example.scoutingapp:id/RB_DeepClimb = 0x7f08000d
+com.example.scoutingapp:id/FUNCTION = 0x7f080007
com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1101dc
-com.example.scoutingapp:id/ButtonNext = 0x7f080004
com.example.scoutingapp:anim/design_snackbar_in = 0x7f01001a
+com.example.scoutingapp:id/ButtonNext = 0x7f080004
com.example.scoutingapp:id/BackButton = 0x7f080003
-com.example.scoutingapp:style/TextAppearance.Material3.LabelMedium = 0x7f1101ef
+com.example.scoutingapp:id/BOTTOM_START = 0x7f080002
+com.example.scoutingapp:drawable/tooltip_frame_light = 0x7f0700ea
com.example.scoutingapp:drawable/test_level_drawable = 0x7f0700e8
-com.example.scoutingapp:style/TextAppearance.Material3.DisplaySmall = 0x7f1101ea
-com.example.scoutingapp:id/labeled = 0x7f08010e
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f110028
com.example.scoutingapp:drawable/notify_panel_notification_icon_bg = 0x7f0700e6
-com.example.scoutingapp:string/abc_menu_delete_shortcut_label = 0x7f10000a
-com.example.scoutingapp:color/m3_dark_highlighted_text = 0x7f050077
-com.example.scoutingapp:id/visible_removing_fragment_view_tag = 0x7f080222
+com.example.scoutingapp:id/visible_removing_fragment_view_tag = 0x7f080225
+com.example.scoutingapp:color/m3_dark_highlighted_text = 0x7f050078
com.example.scoutingapp:drawable/notification_template_icon_low_bg = 0x7f0700e4
-com.example.scoutingapp:drawable/notification_oversize_large_icon_bg = 0x7f0700e2
+com.example.scoutingapp:drawable/notification_template_icon_bg = 0x7f0700e3
com.example.scoutingapp:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f110359
-com.example.scoutingapp:dimen/mtrl_textinput_box_stroke_width_default = 0x7f0602ff
+com.example.scoutingapp:drawable/notification_oversize_large_icon_bg = 0x7f0700e2
+com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.None = 0x7f110174
com.example.scoutingapp:macro/m3_comp_time_picker_headline_color = 0x7f0c0150
com.example.scoutingapp:drawable/notification_bg_normal_pressed = 0x7f0700e0
-com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.None = 0x7f110174
com.example.scoutingapp:attr/numericModifiers = 0x7f03035f
com.example.scoutingapp:drawable/notification_bg_low_normal = 0x7f0700dd
com.example.scoutingapp:drawable/notification_bg = 0x7f0700db
+com.example.scoutingapp:attr/colorControlActivated = 0x7f0300f7
+com.example.scoutingapp:drawable/navigation_empty_icon = 0x7f0700d9
com.example.scoutingapp:drawable/mtrl_tabs_default_indicator = 0x7f0700d8
+com.example.scoutingapp:drawable/mtrl_switch_track = 0x7f0700d6
+com.example.scoutingapp:dimen/material_textinput_max_width = 0x7f060242
+com.example.scoutingapp:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0700d5
com.example.scoutingapp:drawable/mtrl_switch_thumb_unchecked = 0x7f0700d3
com.example.scoutingapp:attr/materialDisplayDividerStyle = 0x7f0302fb
com.example.scoutingapp:drawable/mtrl_switch_thumb_pressed_checked = 0x7f0700d1
com.example.scoutingapp:drawable/mtrl_switch_thumb_pressed = 0x7f0700d0
-com.example.scoutingapp:drawable/mtrl_popupmenu_background_overlay = 0x7f0700cb
+com.example.scoutingapp:style/Widget.AppCompat.Light.PopupMenu = 0x7f110314
+com.example.scoutingapp:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0700ce
+com.example.scoutingapp:drawable/mtrl_switch_thumb_checked = 0x7f0700cd
com.example.scoutingapp:style/Widget.MaterialComponents.BottomNavigationView = 0x7f1103f9
-com.example.scoutingapp:dimen/m3_comp_suggestion_chip_container_height = 0x7f06018a
-com.example.scoutingapp:color/primary_text_default_material_light = 0x7f0502f5
-com.example.scoutingapp:drawable/mtrl_ic_cancel = 0x7f0700c3
+com.example.scoutingapp:drawable/mtrl_popupmenu_background_overlay = 0x7f0700cb
+com.example.scoutingapp:id/parent_matrix = 0x7f080189
+com.example.scoutingapp:drawable/mtrl_ic_indeterminate = 0x7f0700c8
com.example.scoutingapp:attr/layout_collapseMode = 0x7f03027d
+com.example.scoutingapp:color/primary_text_default_material_light = 0x7f0502f6
+com.example.scoutingapp:drawable/mtrl_ic_cancel = 0x7f0700c3
com.example.scoutingapp:drawable/mtrl_ic_arrow_drop_up = 0x7f0700c2
com.example.scoutingapp:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f11013f
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral0 = 0x7f05009e
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral0 = 0x7f05009f
com.example.scoutingapp:drawable/$mtrl_switch_thumb_unchecked_checked__0 = 0x7f070026
com.example.scoutingapp:drawable/mtrl_ic_arrow_drop_down = 0x7f0700c1
com.example.scoutingapp:drawable/mtrl_dialog_background = 0x7f0700bf
-com.example.scoutingapp:dimen/abc_action_bar_default_padding_start_material = 0x7f060004
com.example.scoutingapp:dimen/m3_comp_filled_card_icon_size = 0x7f060128
com.example.scoutingapp:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0700be
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_indeterminate_checked = 0x7f0700ba
@@ -1908,94 +1625,98 @@ com.example.scoutingapp:dimen/m3_comp_switch_unselected_focus_state_layer_opacit
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_checked_unchecked = 0x7f0700b9
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon = 0x7f0700b7
com.example.scoutingapp:attr/layout_constraintCircleAngle = 0x7f030289
-com.example.scoutingapp:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0700b6
com.example.scoutingapp:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f06023c
+com.example.scoutingapp:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0700b6
com.example.scoutingapp:attr/tabSecondaryStyle = 0x7f03042d
com.example.scoutingapp:drawable/mtrl_checkbox_button = 0x7f0700b5
com.example.scoutingapp:drawable/material_ic_calendar_black_24dp = 0x7f0700ab
-com.example.scoutingapp:id/CTRL = 0x7f080005
-com.example.scoutingapp:drawable/m3_popupmenu_background_overlay = 0x7f0700a3
+com.example.scoutingapp:id/CTRL = 0x7f080006
com.example.scoutingapp:dimen/notification_small_icon_size_as_large = 0x7f060317
+com.example.scoutingapp:drawable/m3_popupmenu_background_overlay = 0x7f0700a3
com.example.scoutingapp:drawable/m3_avd_show_password = 0x7f0700a0
-com.example.scoutingapp:drawable/ic_mtrl_chip_close_circle = 0x7f07009b
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500c0
+com.example.scoutingapp:drawable/ic_search_black_24 = 0x7f07009c
com.example.scoutingapp:style/Widget.Material3.Snackbar.TextView = 0x7f1103d5
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500c1
+com.example.scoutingapp:drawable/ic_mtrl_chip_close_circle = 0x7f07009b
com.example.scoutingapp:drawable/ic_mtrl_chip_checked_circle = 0x7f07009a
-com.example.scoutingapp:color/material_on_surface_stroke = 0x7f050277
+com.example.scoutingapp:color/material_on_surface_stroke = 0x7f050278
com.example.scoutingapp:drawable/ic_mtrl_checked_circle = 0x7f070098
-com.example.scoutingapp:dimen/mtrl_slider_tick_min_spacing = 0x7f0602eb
-com.example.scoutingapp:dimen/m3_card_elevated_hovered_z = 0x7f0600e9
-com.example.scoutingapp:color/m3_timepicker_time_input_stroke_color = 0x7f050211
+com.example.scoutingapp:color/m3_timepicker_time_input_stroke_color = 0x7f050212
com.example.scoutingapp:drawable/ic_m3_chip_checked_circle = 0x7f070096
-com.example.scoutingapp:id/TOP_END = 0x7f08001e
-com.example.scoutingapp:drawable/ic_launcher_foreground = 0x7f070094
+com.example.scoutingapp:drawable/ic_m3_chip_check = 0x7f070095
+com.example.scoutingapp:id/TOP_END = 0x7f08001f
com.example.scoutingapp:attr/waveShape = 0x7f0304dd
+com.example.scoutingapp:drawable/ic_launcher_foreground = 0x7f070094
com.example.scoutingapp:drawable/ic_keyboard_black_24dp = 0x7f070092
com.example.scoutingapp:drawable/ic_clock_black_24dp = 0x7f070091
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral6 = 0x7f0500ab
com.example.scoutingapp:drawable/ic_call_decline_low = 0x7f07008f
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral6 = 0x7f0500aa
com.example.scoutingapp:drawable/ic_call_answer_video_low = 0x7f07008d
-com.example.scoutingapp:attr/collapsingToolbarLayoutLargeSize = 0x7f0300ed
-com.example.scoutingapp:id/BOTTOM_END = 0x7f080001
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.Medium = 0x7f110173
com.example.scoutingapp:string/l3 = 0x7f100040
com.example.scoutingapp:attr/layout_scrollInterpolator = 0x7f0302bd
-com.example.scoutingapp:id/action_mode_close_button = 0x7f080056
-com.example.scoutingapp:drawable/ic_call_answer_video = 0x7f07008c
+com.example.scoutingapp:attr/collapsingToolbarLayoutLargeSize = 0x7f0300ed
+com.example.scoutingapp:id/BOTTOM_END = 0x7f080001
+com.example.scoutingapp:id/action_mode_close_button = 0x7f080057
com.example.scoutingapp:attr/borderRound = 0x7f030074
+com.example.scoutingapp:drawable/ic_call_answer_video = 0x7f07008c
com.example.scoutingapp:drawable/ic_call_answer_low = 0x7f07008b
com.example.scoutingapp:attr/scaleFromTextSize = 0x7f0303ae
com.example.scoutingapp:drawable/ic_call_answer = 0x7f07008a
-com.example.scoutingapp:color/m3_ref_palette_neutral6 = 0x7f05010e
+com.example.scoutingapp:color/m3_ref_palette_neutral6 = 0x7f05010f
com.example.scoutingapp:drawable/design_password_eye = 0x7f070087
-com.example.scoutingapp:color/m3_ref_palette_neutral40 = 0x7f05010c
-com.example.scoutingapp:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070083
com.example.scoutingapp:attr/animateRelativeTo = 0x7f030034
+com.example.scoutingapp:color/m3_ref_palette_neutral40 = 0x7f05010d
+com.example.scoutingapp:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070083
com.example.scoutingapp:attr/tabPadding = 0x7f030427
com.example.scoutingapp:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f070081
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1101be
com.example.scoutingapp:drawable/btn_radio_off_mtrl = 0x7f070080
com.example.scoutingapp:drawable/abc_vector_test = 0x7f070079
-com.example.scoutingapp:color/m3_bottom_sheet_drag_handle_color = 0x7f050063
+com.example.scoutingapp:color/m3_bottom_sheet_drag_handle_color = 0x7f050064
com.example.scoutingapp:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070076
com.example.scoutingapp:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070074
-com.example.scoutingapp:drawable/abc_text_select_handle_right_mtrl = 0x7f070073
com.example.scoutingapp:attr/motionDurationMedium3 = 0x7f030331
+com.example.scoutingapp:drawable/abc_text_select_handle_right_mtrl = 0x7f070073
com.example.scoutingapp:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f11028e
com.example.scoutingapp:drawable/abc_text_select_handle_left_mtrl = 0x7f070071
com.example.scoutingapp:drawable/abc_tab_indicator_material = 0x7f07006e
com.example.scoutingapp:styleable/Transition = 0x7f120092
com.example.scoutingapp:drawable/abc_star_half_black_48dp = 0x7f07006b
-com.example.scoutingapp:drawable/abc_star_black_48dp = 0x7f07006a
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.Alert = 0x7f11025b
-com.example.scoutingapp:dimen/mtrl_calendar_action_padding = 0x7f060273
+com.example.scoutingapp:drawable/abc_star_black_48dp = 0x7f07006a
com.example.scoutingapp:style/TextAppearance.Material3.LabelLarge = 0x7f1101ee
-com.example.scoutingapp:color/m3_primary_text_disable_only = 0x7f05009a
+com.example.scoutingapp:color/m3_primary_text_disable_only = 0x7f05009b
+com.example.scoutingapp:dimen/mtrl_calendar_action_padding = 0x7f060273
com.example.scoutingapp:drawable/abc_spinner_textfield_background_material = 0x7f070069
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500e0
+com.example.scoutingapp:drawable/abc_seekbar_thumb_material = 0x7f070065
+com.example.scoutingapp:id/dragLeft = 0x7f0800c8
com.example.scoutingapp:attr/colorSurfaceDim = 0x7f030127
com.example.scoutingapp:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f070063
-com.example.scoutingapp:id/dragLeft = 0x7f0800c4
-com.example.scoutingapp:color/m3_ref_palette_neutral22 = 0x7f050108
+com.example.scoutingapp:color/m3_ref_palette_neutral22 = 0x7f050109
com.example.scoutingapp:drawable/mtrl_navigation_bar_item_background = 0x7f0700c9
com.example.scoutingapp:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070061
-com.example.scoutingapp:id/cos = 0x7f0800a5
-com.example.scoutingapp:drawable/abc_popup_background_mtrl_mult = 0x7f07005c
com.example.scoutingapp:style/Widget.Material3.Button.IconButton.Outlined = 0x7f110357
-com.example.scoutingapp:drawable/abc_list_selector_disabled_holo_dark = 0x7f070057
+com.example.scoutingapp:id/cos = 0x7f0800a9
+com.example.scoutingapp:drawable/abc_popup_background_mtrl_mult = 0x7f07005c
+com.example.scoutingapp:drawable/abc_control_background_material = 0x7f07003d
+com.example.scoutingapp:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f07005b
com.example.scoutingapp:attr/onNegativeCross = 0x7f030363
-com.example.scoutingapp:id/wrap_content = 0x7f080228
+com.example.scoutingapp:drawable/abc_list_selector_disabled_holo_dark = 0x7f070057
+com.example.scoutingapp:id/wrap_content = 0x7f08022b
com.example.scoutingapp:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070055
-com.example.scoutingapp:color/material_personalized_color_surface_inverse = 0x7f05029f
-com.example.scoutingapp:id/material_clock_period_pm_button = 0x7f080128
com.example.scoutingapp:integer/m3_sys_shape_corner_large_corner_family = 0x7f090023
com.example.scoutingapp:attr/badgeShapeAppearance = 0x7f030055
com.example.scoutingapp:drawable/abc_list_pressed_holo_light = 0x7f070054
+com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1103e4
com.example.scoutingapp:attr/tint = 0x7f030493
com.example.scoutingapp:drawable/abc_list_focused_holo = 0x7f070051
-com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1103e4
com.example.scoutingapp:drawable/abc_list_divider_mtrl_alpha = 0x7f070050
-com.example.scoutingapp:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070049
+com.example.scoutingapp:drawable/abc_ic_voice_search_api_material = 0x7f07004c
+com.example.scoutingapp:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f07004a
com.example.scoutingapp:attr/fabCustomSize = 0x7f0301d1
+com.example.scoutingapp:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070049
com.example.scoutingapp:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070046
com.example.scoutingapp:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f070043
com.example.scoutingapp:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f070041
@@ -2003,397 +1724,416 @@ com.example.scoutingapp:color/design_default_color_error = 0x7f050040
com.example.scoutingapp:drawable/abc_ic_ab_back_material = 0x7f070040
com.example.scoutingapp:drawable/abc_edit_text_material = 0x7f07003f
com.example.scoutingapp:drawable/abc_dialog_material_background = 0x7f07003e
-com.example.scoutingapp:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070039
com.example.scoutingapp:dimen/m3_extended_fab_top_padding = 0x7f0601b4
-com.example.scoutingapp:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070037
-com.example.scoutingapp:attr/materialAlertDialogTitleTextStyle = 0x7f0302e2
+com.example.scoutingapp:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070039
+com.example.scoutingapp:color/dim_foreground_material_light = 0x7f050059
+com.example.scoutingapp:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070038
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_focus_container_elevation = 0x7f06010e
+com.example.scoutingapp:attr/materialAlertDialogTitleTextStyle = 0x7f0302e2
+com.example.scoutingapp:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070037
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_container_height = 0x7f06010d
com.example.scoutingapp:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070036
-com.example.scoutingapp:style/Widget.MaterialComponents.Badge = 0x7f1103f5
-com.example.scoutingapp:color/m3_slider_active_track_color_legacy = 0x7f050152
+com.example.scoutingapp:drawable/abc_btn_radio_material_anim = 0x7f070035
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant80 = 0x7f050124
+com.example.scoutingapp:attr/materialCalendarHeaderCancelButton = 0x7f0302e9
com.example.scoutingapp:dimen/m3_chip_checked_hovered_translation_z = 0x7f0600f3
com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity = 0x7f06015f
com.example.scoutingapp:drawable/abc_btn_default_mtrl_shape = 0x7f070033
-com.example.scoutingapp:attr/materialCalendarHeaderCancelButton = 0x7f0302e9
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant80 = 0x7f050123
com.example.scoutingapp:attr/centerIfNoTextEnabled = 0x7f0300ad
-com.example.scoutingapp:color/material_dynamic_primary10 = 0x7f05023d
+com.example.scoutingapp:color/material_dynamic_primary10 = 0x7f05023e
com.example.scoutingapp:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f070030
com.example.scoutingapp:anim/m3_bottom_sheet_slide_out = 0x7f010022
com.example.scoutingapp:drawable/abc_btn_check_material = 0x7f07002e
com.example.scoutingapp:drawable/abc_btn_borderless_material = 0x7f07002d
com.example.scoutingapp:drawable/abc_action_bar_item_background_material = 0x7f07002c
com.example.scoutingapp:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f07002b
+com.example.scoutingapp:attr/customBoolean = 0x7f030162
+com.example.scoutingapp:drawable/_025_reefscape_transparent_background_blue = 0x7f07002a
+com.example.scoutingapp:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f070028
+com.example.scoutingapp:id/transitionToStart = 0x7f08020d
com.example.scoutingapp:drawable/$mtrl_switch_thumb_unchecked_checked__1 = 0x7f070027
-com.example.scoutingapp:id/transitionToStart = 0x7f08020a
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_error = 0x7f05019f
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_error = 0x7f0501a0
com.example.scoutingapp:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f070023
+com.example.scoutingapp:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f070022
+com.example.scoutingapp:style/Widget.Material3.CollapsingToolbar = 0x7f11037a
+com.example.scoutingapp:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f07001e
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2 = 0x7f07001d
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f07001c
+com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f07001a
+com.example.scoutingapp:id/tag_on_apply_window_listener = 0x7f0801e6
+com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f070019
+com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f070015
+com.example.scoutingapp:drawable/$mtrl_checkbox_button_checked_unchecked__0 = 0x7f07000d
com.example.scoutingapp:drawable/$m3_avd_hide_password__2 = 0x7f070009
-com.example.scoutingapp:style/Widget.MaterialComponents.Snackbar = 0x7f110445
-com.example.scoutingapp:dimen/m3_navigation_item_shape_inset_top = 0x7f0601c5
com.example.scoutingapp:styleable/PopupWindow = 0x7f120070
-com.example.scoutingapp:drawable/$m3_avd_hide_password__1 = 0x7f070008
+com.example.scoutingapp:style/Widget.MaterialComponents.Snackbar = 0x7f110445
com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat = 0x7f110079
+com.example.scoutingapp:dimen/m3_navigation_item_shape_inset_top = 0x7f0601c5
+com.example.scoutingapp:drawable/$m3_avd_hide_password__1 = 0x7f070008
+com.example.scoutingapp:drawable/$m3_avd_hide_password__0 = 0x7f070007
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.BottomAppBar.Container.Shape = 0x7f110158
com.example.scoutingapp:drawable/$avd_show_password__2 = 0x7f070005
-com.example.scoutingapp:drawable/$avd_show_password__0 = 0x7f070003
com.example.scoutingapp:styleable/MaterialCalendar = 0x7f120052
+com.example.scoutingapp:drawable/$avd_show_password__0 = 0x7f070003
com.example.scoutingapp:macro/m3_comp_filled_card_container_shape = 0x7f0c0047
com.example.scoutingapp:drawable/$avd_hide_password__1 = 0x7f070001
+com.example.scoutingapp:dimen/tooltip_y_offset_touch = 0x7f060322
com.example.scoutingapp:drawable/notification_bg_low = 0x7f0700dc
-com.example.scoutingapp:dimen/tooltip_precise_anchor_threshold = 0x7f06031f
com.example.scoutingapp:dimen/m3_menu_elevation = 0x7f0601bc
+com.example.scoutingapp:dimen/tooltip_precise_anchor_threshold = 0x7f06031f
com.example.scoutingapp:dimen/tooltip_precise_anchor_extra_offset = 0x7f06031e
com.example.scoutingapp:style/Base.V14.Theme.Material3.Light = 0x7f11008e
com.example.scoutingapp:dimen/tooltip_margin = 0x7f06031d
-com.example.scoutingapp:id/TOP_START = 0x7f08001f
+com.example.scoutingapp:id/TOP_START = 0x7f080020
com.example.scoutingapp:dimen/tooltip_horizontal_padding = 0x7f06031c
-com.example.scoutingapp:color/m3_ref_palette_neutral12 = 0x7f050105
+com.example.scoutingapp:dimen/notification_small_icon_background_padding = 0x7f060316
+com.example.scoutingapp:color/m3_ref_palette_neutral12 = 0x7f050106
com.example.scoutingapp:dimen/notification_right_side_padding_top = 0x7f060315
com.example.scoutingapp:dimen/notification_main_column_padding_top = 0x7f060312
+com.example.scoutingapp:layout/activity_auto = 0x7f0b001c
com.example.scoutingapp:dimen/m3_chip_dragged_translation_z = 0x7f0600f6
com.example.scoutingapp:dimen/notification_large_icon_width = 0x7f060311
-com.example.scoutingapp:layout/activity_auto = 0x7f0b001c
-com.example.scoutingapp:string/material_minute_selection = 0x7f100057
-com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f0601f6
-com.example.scoutingapp:dimen/notification_content_margin_start = 0x7f06030f
com.example.scoutingapp:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001
+com.example.scoutingapp:dimen/notification_content_margin_start = 0x7f06030f
com.example.scoutingapp:dimen/notification_action_text_size = 0x7f06030d
com.example.scoutingapp:string/mtrl_picker_navigate_to_current_year_description = 0x7f100087
com.example.scoutingapp:dimen/notification_action_icon_size = 0x7f06030c
-com.example.scoutingapp:dimen/design_snackbar_elevation = 0x7f060081
-com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f06010c
com.example.scoutingapp:attr/layout_constraintEnd_toEndOf = 0x7f03028c
com.example.scoutingapp:dimen/mtrl_tooltip_padding = 0x7f06030a
com.example.scoutingapp:styleable/MotionLabel = 0x7f120066
com.example.scoutingapp:dimen/mtrl_tooltip_cornerSize = 0x7f060307
-com.example.scoutingapp:layout/mtrl_alert_dialog_title = 0x7f0b0049
-com.example.scoutingapp:dimen/m3_snackbar_action_text_color_alpha = 0x7f0601ee
com.example.scoutingapp:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f060300
+com.example.scoutingapp:dimen/mtrl_textinput_box_stroke_width_default = 0x7f0602ff
+com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_unselected_focus_state_layer_color = 0x7f0c015a
com.example.scoutingapp:dimen/mtrl_textinput_box_corner_radius_small = 0x7f0602fd
com.example.scoutingapp:dimen/mtrl_switch_track_width = 0x7f0602fb
-com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_unselected_focus_state_layer_color = 0x7f0c015a
-com.example.scoutingapp:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f0602fe
+com.example.scoutingapp:id/chronometer = 0x7f080098
+com.example.scoutingapp:dimen/mtrl_switch_track_height = 0x7f0602fa
com.example.scoutingapp:attr/carousel_forwardTransition = 0x7f0300a6
-com.example.scoutingapp:dimen/mtrl_switch_thumb_size = 0x7f0602f9
+com.example.scoutingapp:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f0602fe
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f110388
+com.example.scoutingapp:dimen/mtrl_switch_thumb_size = 0x7f0602f9
com.example.scoutingapp:dimen/mtrl_switch_thumb_icon_size = 0x7f0602f8
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2 = 0x7f070017
-com.example.scoutingapp:dimen/mtrl_switch_thumb_elevation = 0x7f0602f7
com.example.scoutingapp:style/TextAppearance.AppCompat.Large = 0x7f11019f
+com.example.scoutingapp:dimen/mtrl_switch_thumb_elevation = 0x7f0602f7
+com.example.scoutingapp:dimen/mtrl_switch_text_padding = 0x7f0602f6
+com.example.scoutingapp:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f0602f4
com.example.scoutingapp:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f100049
-com.example.scoutingapp:dimen/mtrl_snackbar_margin = 0x7f0602f3
com.example.scoutingapp:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0600be
+com.example.scoutingapp:dimen/mtrl_snackbar_margin = 0x7f0602f3
com.example.scoutingapp:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f0602f0
com.example.scoutingapp:dimen/m3_comp_fab_primary_pressed_container_elevation = 0x7f06011d
com.example.scoutingapp:dimen/mtrl_slider_track_side_padding = 0x7f0602ee
+com.example.scoutingapp:color/m3_ref_palette_primary100 = 0x7f05012a
com.example.scoutingapp:dimen/mtrl_slider_track_height = 0x7f0602ed
-com.example.scoutingapp:color/m3_ref_palette_primary100 = 0x7f050129
-com.example.scoutingapp:dimen/mtrl_slider_tick_radius = 0x7f0602ec
com.example.scoutingapp:dimen/abc_button_padding_vertical_material = 0x7f060015
-com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_hover_state_layer_color = 0x7f0c009b
-com.example.scoutingapp:dimen/mtrl_btn_z = 0x7f060270
-com.example.scoutingapp:dimen/mtrl_slider_label_square_side = 0x7f0602e8
+com.example.scoutingapp:dimen/mtrl_slider_tick_radius = 0x7f0602ec
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_hover_state_layer_color = 0x7f0c0162
com.example.scoutingapp:attr/mock_showLabel = 0x7f030325
+com.example.scoutingapp:dimen/mtrl_slider_label_square_side = 0x7f0602e8
com.example.scoutingapp:dimen/mtrl_shape_corner_size_small_component = 0x7f0602e4
-com.example.scoutingapp:dimen/m3_timepicker_window_elevation = 0x7f06021f
-com.example.scoutingapp:color/material_personalized_color_on_surface_variant = 0x7f050289
-com.example.scoutingapp:dimen/mtrl_shape_corner_size_large_component = 0x7f0602e2
com.example.scoutingapp:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0c0008
com.example.scoutingapp:attr/flow_lastHorizontalStyle = 0x7f0301f1
com.example.scoutingapp:attr/verticalOffset = 0x7f0304cf
+com.example.scoutingapp:color/material_personalized_color_on_surface_variant = 0x7f05028a
+com.example.scoutingapp:dimen/mtrl_shape_corner_size_large_component = 0x7f0602e2
com.example.scoutingapp:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f0602de
-com.example.scoutingapp:id/expand_activities_button = 0x7f0800d8
+com.example.scoutingapp:id/expand_activities_button = 0x7f0800dc
com.example.scoutingapp:dimen/m3_bottom_sheet_elevation = 0x7f0600c3
com.example.scoutingapp:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f0602dd
-com.example.scoutingapp:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b
-com.example.scoutingapp:dimen/m3_comp_navigation_bar_icon_size = 0x7f06013c
com.example.scoutingapp:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f110415
com.example.scoutingapp:style/Widget.MaterialComponents.Button.Icon = 0x7f1103ff
com.example.scoutingapp:dimen/mtrl_progress_circular_size = 0x7f0602d9
com.example.scoutingapp:dimen/mtrl_progress_circular_inset_extra_small = 0x7f0602d5
-com.example.scoutingapp:dimen/mtrl_progress_circular_inset = 0x7f0602d4
com.example.scoutingapp:dimen/m3_comp_search_bar_container_elevation = 0x7f06016f
-com.example.scoutingapp:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f0602d2
+com.example.scoutingapp:dimen/mtrl_progress_circular_inset = 0x7f0602d4
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f110150
+com.example.scoutingapp:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f0602d2
com.example.scoutingapp:dimen/mtrl_navigation_rail_default_width = 0x7f0602cd
com.example.scoutingapp:dimen/mtrl_navigation_rail_active_text_size = 0x7f0602cb
com.example.scoutingapp:attr/flow_lastHorizontalBias = 0x7f0301f0
com.example.scoutingapp:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f0602ca
+com.example.scoutingapp:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0602c9
+com.example.scoutingapp:dimen/mtrl_tooltip_minWidth = 0x7f060309
+com.example.scoutingapp:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0602c6
+com.example.scoutingapp:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0602c3
com.example.scoutingapp:string/can_leave = 0x7f10002c
com.example.scoutingapp:dimen/mtrl_navigation_rail_icon_size = 0x7f0602d0
com.example.scoutingapp:dimen/mtrl_min_touch_target_size = 0x7f0602c2
-com.example.scoutingapp:dimen/mtrl_low_ripple_pressed_alpha = 0x7f0602c1
+com.example.scoutingapp:id/graph = 0x7f0800f3
com.example.scoutingapp:dimen/m3_btn_icon_only_default_size = 0x7f0600d4
-com.example.scoutingapp:id/graph = 0x7f0800ef
+com.example.scoutingapp:dimen/mtrl_low_ripple_pressed_alpha = 0x7f0602c1
+com.example.scoutingapp:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f070060
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f11038d
com.example.scoutingapp:dimen/mtrl_low_ripple_default_alpha = 0x7f0602be
com.example.scoutingapp:dimen/mtrl_high_ripple_focused_alpha = 0x7f0602bb
-com.example.scoutingapp:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
-com.example.scoutingapp:dimen/abc_dialog_fixed_height_major = 0x7f06001c
-com.example.scoutingapp:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f0602b4
-com.example.scoutingapp:color/material_on_background_emphasis_medium = 0x7f050270
com.example.scoutingapp:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f07000e
com.example.scoutingapp:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020016
com.example.scoutingapp:dimen/mtrl_extended_fab_start_padding_icon = 0x7f0602b1
+com.example.scoutingapp:attr/textAppearanceLabelMedium = 0x7f03044d
+com.example.scoutingapp:dimen/mtrl_extended_fab_start_padding = 0x7f0602b0
com.example.scoutingapp:string/material_hour_24h_suffix = 0x7f100054
com.example.scoutingapp:attr/actionLayout = 0x7f03000f
com.example.scoutingapp:dimen/mtrl_extended_fab_elevation = 0x7f0602a9
-com.example.scoutingapp:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
-com.example.scoutingapp:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0602a8
-com.example.scoutingapp:attr/checkedButton = 0x7f0300b3
com.example.scoutingapp:string/mtrl_checkbox_button_icon_path_name = 0x7f10006c
-com.example.scoutingapp:id/stretch = 0x7f0801da
-com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f060219
-com.example.scoutingapp:string/mtrl_exceed_max_badge_number_suffix = 0x7f100076
+com.example.scoutingapp:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
+com.example.scoutingapp:attr/checkedButton = 0x7f0300b3
+com.example.scoutingapp:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0602a8
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f110386
com.example.scoutingapp:dimen/mtrl_extended_fab_bottom_padding = 0x7f0602a6
+com.example.scoutingapp:dimen/mtrl_slider_thumb_elevation = 0x7f0602e9
+com.example.scoutingapp:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f0602a4
+com.example.scoutingapp:integer/mtrl_card_anim_duration_ms = 0x7f090034
com.example.scoutingapp:attr/grid_verticalGaps = 0x7f030218
com.example.scoutingapp:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f0602a3
-com.example.scoutingapp:integer/mtrl_card_anim_duration_ms = 0x7f090034
com.example.scoutingapp:anim/mtrl_bottom_sheet_slide_in = 0x7f010029
com.example.scoutingapp:dimen/design_bottom_navigation_item_min_width = 0x7f060066
com.example.scoutingapp:dimen/mtrl_card_elevation = 0x7f06029f
-com.example.scoutingapp:layout/abc_list_menu_item_icon = 0x7f0b000f
-com.example.scoutingapp:attr/contentDescription = 0x7f030139
-com.example.scoutingapp:color/material_personalized_color_primary_container = 0x7f05028f
+com.example.scoutingapp:dimen/mtrl_card_checked_icon_size = 0x7f06029c
+com.example.scoutingapp:style/Widget.Support.CoordinatorLayout = 0x7f110467
com.example.scoutingapp:style/TextAppearance.Material3.ActionBar.Title = 0x7f1101e4
com.example.scoutingapp:layout/material_clock_period_toggle = 0x7f0b003c
com.example.scoutingapp:dimen/mtrl_calendar_year_corner = 0x7f060296
-com.example.scoutingapp:style/Widget.Support.CoordinatorLayout = 0x7f110467
-com.example.scoutingapp:color/material_dynamic_neutral_variant0 = 0x7f05022f
+com.example.scoutingapp:color/material_dynamic_neutral_variant0 = 0x7f050230
com.example.scoutingapp:dimen/mtrl_calendar_title_baseline_to_top = 0x7f060294
-com.example.scoutingapp:dimen/compat_notification_large_icon_max_width = 0x7f06005c
-com.example.scoutingapp:drawable/mtrl_switch_thumb = 0x7f0700cc
-com.example.scoutingapp:string/abc_action_mode_done = 0x7f100003
-com.example.scoutingapp:color/mtrl_tabs_ripple_color = 0x7f0502e7
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f110420
com.example.scoutingapp:layout/mtrl_alert_select_dialog_item = 0x7f0b004a
com.example.scoutingapp:dimen/mtrl_calendar_text_input_padding_top = 0x7f060293
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f110420
-com.example.scoutingapp:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f06028e
+com.example.scoutingapp:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f060290
com.example.scoutingapp:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f060184
+com.example.scoutingapp:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f06028e
+com.example.scoutingapp:dimen/mtrl_calendar_navigation_top_padding = 0x7f06028d
+com.example.scoutingapp:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f06028b
com.example.scoutingapp:dimen/mtrl_calendar_month_vertical_padding = 0x7f06028a
com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f110406
-com.example.scoutingapp:dimen/mtrl_calendar_month_horizontal_padding = 0x7f060289
com.example.scoutingapp:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f11022d
+com.example.scoutingapp:dimen/mtrl_calendar_month_horizontal_padding = 0x7f060289
com.example.scoutingapp:attr/badgeHeight = 0x7f030053
com.example.scoutingapp:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f060286
com.example.scoutingapp:dimen/mtrl_calendar_header_selection_line_height = 0x7f060283
com.example.scoutingapp:attr/textAppearanceTitleLarge = 0x7f03045b
com.example.scoutingapp:dimen/mtrl_calendar_header_divider_thickness = 0x7f060280
com.example.scoutingapp:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f06027f
-com.example.scoutingapp:dimen/m3_btn_inset = 0x7f0600d7
-com.example.scoutingapp:dimen/design_snackbar_action_inline_max_width = 0x7f06007e
+com.example.scoutingapp:dimen/mtrl_calendar_header_content_padding = 0x7f06027e
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1102de
com.example.scoutingapp:dimen/mtrl_calendar_days_of_week_height = 0x7f06027c
com.example.scoutingapp:dimen/mtrl_calendar_day_today_stroke = 0x7f060279
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f050187
com.example.scoutingapp:dimen/mtrl_calendar_day_horizontal_padding = 0x7f060278
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f050186
com.example.scoutingapp:attr/carousel_touchUp_dampeningFactor = 0x7f0300ab
+com.example.scoutingapp:attr/onCross = 0x7f030361
com.example.scoutingapp:dimen/m3_sys_elevation_level5 = 0x7f0601f5
com.example.scoutingapp:dimen/mtrl_calendar_day_corner = 0x7f060276
-com.example.scoutingapp:attr/onCross = 0x7f030361
com.example.scoutingapp:dimen/mtrl_calendar_action_height = 0x7f060272
+com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_hover_state_layer_color = 0x7f0c009b
+com.example.scoutingapp:dimen/mtrl_btn_z = 0x7f060270
com.example.scoutingapp:dimen/mtrl_btn_text_size = 0x7f06026f
+com.example.scoutingapp:dimen/mtrl_btn_text_btn_padding_left = 0x7f06026d
com.example.scoutingapp:dimen/mtrl_btn_text_btn_icon_padding = 0x7f06026c
-com.example.scoutingapp:color/m3_ref_palette_neutral20 = 0x7f050107
+com.example.scoutingapp:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f06026a
+com.example.scoutingapp:color/m3_ref_palette_neutral20 = 0x7f050108
com.example.scoutingapp:anim/design_bottom_sheet_slide_out = 0x7f010019
com.example.scoutingapp:dimen/mtrl_btn_pressed_z = 0x7f060269
-com.example.scoutingapp:color/m3_sys_color_on_primary_fixed = 0x7f0501ee
+com.example.scoutingapp:color/m3_sys_color_on_primary_fixed = 0x7f0501ef
com.example.scoutingapp:dimen/mtrl_btn_padding_right = 0x7f060267
-com.example.scoutingapp:dimen/mtrl_btn_padding_left = 0x7f060266
com.example.scoutingapp:attr/trackDecorationTint = 0x7f0304b8
+com.example.scoutingapp:dimen/mtrl_btn_padding_left = 0x7f060266
com.example.scoutingapp:attr/collapsedTitleGravity = 0x7f0300ea
com.example.scoutingapp:attr/layout_constraintWidth_default = 0x7f0302a9
com.example.scoutingapp:attr/layout_constraintStart_toEndOf = 0x7f03029f
com.example.scoutingapp:dimen/mtrl_btn_padding_bottom = 0x7f060265
-com.example.scoutingapp:dimen/mtrl_btn_letter_spacing = 0x7f060263
+com.example.scoutingapp:id/material_clock_hand = 0x7f080129
com.example.scoutingapp:dimen/mtrl_btn_padding_top = 0x7f060268
-com.example.scoutingapp:id/material_clock_hand = 0x7f080125
+com.example.scoutingapp:dimen/mtrl_btn_letter_spacing = 0x7f060263
com.example.scoutingapp:dimen/mtrl_btn_icon_padding = 0x7f060261
com.example.scoutingapp:dimen/mtrl_btn_icon_btn_padding_left = 0x7f060260
com.example.scoutingapp:attr/thumbElevation = 0x7f03047c
com.example.scoutingapp:drawable/_025_reefscape_transparent_background = 0x7f070029
com.example.scoutingapp:dimen/mtrl_btn_hovered_z = 0x7f06025f
-com.example.scoutingapp:dimen/m3_comp_navigation_drawer_modal_container_elevation = 0x7f060142
-com.example.scoutingapp:color/m3_ref_palette_neutral0 = 0x7f050102
-com.example.scoutingapp:color/material_dynamic_neutral_variant40 = 0x7f050234
+com.example.scoutingapp:color/m3_ref_palette_neutral0 = 0x7f050103
+com.example.scoutingapp:color/material_dynamic_neutral_variant40 = 0x7f050235
com.example.scoutingapp:dimen/mtrl_btn_focused_z = 0x7f06025e
+com.example.scoutingapp:macro/m3_comp_navigation_bar_active_icon_color = 0x7f0c0065
+com.example.scoutingapp:dimen/mtrl_btn_elevation = 0x7f06025d
com.example.scoutingapp:dimen/mtrl_btn_dialog_btn_min_width = 0x7f06025a
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant60 = 0x7f050121
-com.example.scoutingapp:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f060134
-com.example.scoutingapp:dimen/m3_large_text_vertical_offset_adjustment = 0x7f0601bb
-com.example.scoutingapp:dimen/abc_text_size_medium_material = 0x7f060049
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500ca
-com.example.scoutingapp:color/m3_sys_color_primary_fixed = 0x7f0501f4
-com.example.scoutingapp:dimen/mtrl_btn_corner_radius = 0x7f060259
com.example.scoutingapp:attr/carousel_nextState = 0x7f0300a8
+com.example.scoutingapp:color/m3_sys_color_primary_fixed = 0x7f0501f5
+com.example.scoutingapp:dimen/mtrl_btn_corner_radius = 0x7f060259
+com.example.scoutingapp:dimen/mtrl_bottomappbar_height = 0x7f060258
com.example.scoutingapp:drawable/btn_radio_on_mtrl = 0x7f070082
com.example.scoutingapp:drawable/abc_btn_check_material_anim = 0x7f07002f
-com.example.scoutingapp:dimen/mtrl_btn_max_width = 0x7f060264
+com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060257
+com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060256
com.example.scoutingapp:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e
com.example.scoutingapp:dimen/m3_back_progress_side_container_max_scale_x_distance_grow = 0x7f0600b0
-com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f060255
+com.example.scoutingapp:dimen/mtrl_btn_max_width = 0x7f060264
com.example.scoutingapp:layout/mtrl_calendar_horizontal = 0x7f0b0051
+com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f060255
com.example.scoutingapp:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f060250
com.example.scoutingapp:attr/dayTodayStyle = 0x7f03016f
-com.example.scoutingapp:dimen/mtrl_badge_text_size = 0x7f06024f
com.example.scoutingapp:dimen/design_bottom_sheet_modal_elevation = 0x7f06006c
+com.example.scoutingapp:dimen/mtrl_badge_text_size = 0x7f06024f
com.example.scoutingapp:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f06024e
-com.example.scoutingapp:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f06024a
com.example.scoutingapp:attr/titleTextStyle = 0x7f0304a4
-com.example.scoutingapp:dimen/material_time_picker_minimum_screen_height = 0x7f060244
+com.example.scoutingapp:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f06024a
+com.example.scoutingapp:color/dim_foreground_material_dark = 0x7f050058
+com.example.scoutingapp:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f060246
com.example.scoutingapp:attr/motionStagger = 0x7f03034f
-com.example.scoutingapp:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f06023e
+com.example.scoutingapp:dimen/material_time_picker_minimum_screen_height = 0x7f060244
+com.example.scoutingapp:dimen/material_input_text_to_prefix_suffix_padding = 0x7f060240
com.example.scoutingapp:bool/abc_config_actionMenuItemAllCaps = 0x7f040001
+com.example.scoutingapp:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f06023e
com.example.scoutingapp:macro/m3_comp_radio_button_unselected_pressed_state_layer_color = 0x7f0c00e5
-com.example.scoutingapp:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f06023a
com.example.scoutingapp:attr/toolbarNavigationButtonStyle = 0x7f0304a7
+com.example.scoutingapp:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f06023a
com.example.scoutingapp:styleable/MotionHelper = 0x7f120065
com.example.scoutingapp:attr/errorTextAppearance = 0x7f0301b5
com.example.scoutingapp:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f060238
com.example.scoutingapp:dimen/material_emphasis_medium = 0x7f060236
com.example.scoutingapp:dimen/material_emphasis_disabled_background = 0x7f060234
-com.example.scoutingapp:dimen/material_clock_period_toggle_horizontal_gap = 0x7f06022c
+com.example.scoutingapp:dimen/material_cursor_width = 0x7f060231
com.example.scoutingapp:attr/colorPrimaryDark = 0x7f030115
+com.example.scoutingapp:dimen/material_clock_period_toggle_horizontal_gap = 0x7f06022c
com.example.scoutingapp:anim/abc_popup_exit = 0x7f010004
com.example.scoutingapp:dimen/material_clock_period_toggle_height = 0x7f06022b
-com.example.scoutingapp:color/mtrl_btn_text_btn_ripple_color = 0x7f0502bb
-com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f11004e
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_secondary = 0x7f0501b3
com.example.scoutingapp:dimen/m3_comp_navigation_drawer_icon_size = 0x7f060141
com.example.scoutingapp:dimen/material_clock_number_text_size = 0x7f06022a
com.example.scoutingapp:dimen/material_clock_hand_stroke_width = 0x7f060229
-com.example.scoutingapp:dimen/mtrl_textinput_counter_margin_start = 0x7f060301
-com.example.scoutingapp:attr/number = 0x7f03035e
-com.example.scoutingapp:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0c00c1
com.example.scoutingapp:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f1103ef
-com.example.scoutingapp:dimen/material_clock_hand_padding = 0x7f060228
+com.example.scoutingapp:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0c00c1
+com.example.scoutingapp:attr/number = 0x7f03035e
+com.example.scoutingapp:dimen/mtrl_textinput_counter_margin_start = 0x7f060301
com.example.scoutingapp:attr/clockFaceBackgroundColor = 0x7f0300db
-com.example.scoutingapp:id/META = 0x7f080007
-com.example.scoutingapp:dimen/material_clock_face_margin_top = 0x7f060226
-com.example.scoutingapp:attr/backgroundOverlayColorAlpha = 0x7f03004d
-com.example.scoutingapp:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f0700ae
+com.example.scoutingapp:dimen/material_clock_hand_padding = 0x7f060228
+com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f06015d
+com.example.scoutingapp:dimen/material_clock_hand_center_dot_radius = 0x7f060227
+com.example.scoutingapp:id/META = 0x7f080008
com.example.scoutingapp:style/TextAppearance.Design.Tab = 0x7f1101d3
-com.example.scoutingapp:color/m3_sys_color_on_secondary_fixed = 0x7f0501f0
-com.example.scoutingapp:macro/m3_comp_dialog_supporting_text_type = 0x7f0c0027
+com.example.scoutingapp:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f0700ae
+com.example.scoutingapp:attr/backgroundOverlayColorAlpha = 0x7f03004d
+com.example.scoutingapp:dimen/material_clock_face_margin_top = 0x7f060226
com.example.scoutingapp:dimen/material_clock_face_margin_bottom = 0x7f060225
-com.example.scoutingapp:layout/design_navigation_item = 0x7f0b002a
-com.example.scoutingapp:dimen/m3_side_sheet_width = 0x7f0601e8
-com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f1103a7
com.example.scoutingapp:style/Theme.AppCompat.Light = 0x7f11021a
-com.example.scoutingapp:dimen/m3_timepicker_display_stroke_width = 0x7f06021e
com.example.scoutingapp:macro/m3_comp_filled_icon_button_toggle_selected_icon_color = 0x7f0c0049
-com.example.scoutingapp:color/m3_dark_default_color_primary_text = 0x7f050075
-com.example.scoutingapp:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f06021c
+com.example.scoutingapp:color/m3_dark_default_color_primary_text = 0x7f050076
+com.example.scoutingapp:dimen/m3_timepicker_display_stroke_width = 0x7f06021e
+com.example.scoutingapp:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f06021d
com.example.scoutingapp:style/ShapeAppearance.MaterialComponents.Badge = 0x7f11017c
com.example.scoutingapp:macro/m3_comp_search_bar_leading_icon_color = 0x7f0c00eb
-com.example.scoutingapp:dimen/mtrl_chip_text_size = 0x7f0602a2
+com.example.scoutingapp:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f06021c
+com.example.scoutingapp:string/mtrl_exceed_max_badge_number_suffix = 0x7f100076
+com.example.scoutingapp:id/stretch = 0x7f0801dd
+com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f060219
com.example.scoutingapp:integer/mtrl_view_visible = 0x7f090041
+com.example.scoutingapp:dimen/mtrl_chip_text_size = 0x7f0602a2
com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f060218
com.example.scoutingapp:dimen/notification_media_narrow_margin = 0x7f060313
-com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f060217
com.example.scoutingapp:style/Base.Widget.AppCompat.Toolbar = 0x7f1100fb
-com.example.scoutingapp:color/mtrl_tabs_colored_ripple_color = 0x7f0502e3
-com.example.scoutingapp:drawable/abc_text_select_handle_middle_mtrl = 0x7f070072
-com.example.scoutingapp:attr/materialCalendarStyle = 0x7f0302f2
+com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f060217
com.example.scoutingapp:macro/m3_comp_time_input_time_input_field_supporting_text_type = 0x7f0c014b
-com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f060216
+com.example.scoutingapp:attr/materialCalendarStyle = 0x7f0302f2
+com.example.scoutingapp:drawable/abc_text_select_handle_middle_mtrl = 0x7f070072
com.example.scoutingapp:string/mtrl_picker_range_header_selected = 0x7f10008c
com.example.scoutingapp:macro/m3_comp_dialog_headline_color = 0x7f0c0024
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f05018c
-com.example.scoutingapp:attr/thumbStrokeWidth = 0x7f030484
+com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f060216
+com.example.scoutingapp:color/m3_ref_palette_tertiary30 = 0x7f050146
com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f060215
-com.example.scoutingapp:color/m3_ref_palette_tertiary30 = 0x7f050145
-com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f060210
com.example.scoutingapp:dimen/m3_navigation_item_shape_inset_bottom = 0x7f0601c2
+com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f060210
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1101b8
com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f06020e
com.example.scoutingapp:dimen/mtrl_calendar_header_height_fullscreen = 0x7f060282
com.example.scoutingapp:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f06020d
-com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f060209
+com.example.scoutingapp:attr/dragDirection = 0x7f030184
+com.example.scoutingapp:dimen/mtrl_fab_translation_z_pressed = 0x7f0602b9
+com.example.scoutingapp:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f06020c
com.example.scoutingapp:anim/design_bottom_sheet_slide_in = 0x7f010018
com.example.scoutingapp:dimen/m3_btn_text_btn_padding_left = 0x7f0600e0
-com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f060205
+com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f060209
+com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060208
com.example.scoutingapp:interpolator/mtrl_linear_out_slow_in = 0x7f0a0011
+com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f060205
+com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f060202
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f060200
-com.example.scoutingapp:id/list_item = 0x7f08011a
+com.example.scoutingapp:id/list_item = 0x7f08011e
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f0601fc
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f0601fb
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f0601fa
com.example.scoutingapp:styleable/Fragment = 0x7f120039
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f0601f9
com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f0601f8
-com.example.scoutingapp:color/material_personalized_color_surface_container_high = 0x7f05029a
+com.example.scoutingapp:attr/actionBarTheme = 0x7f03000b
+com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f0601f7
+com.example.scoutingapp:color/material_personalized_color_surface_container_high = 0x7f05029b
com.example.scoutingapp:dimen/m3_sys_elevation_level4 = 0x7f0601f4
-com.example.scoutingapp:dimen/m3_sys_elevation_level2 = 0x7f0601f2
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_container_color = 0x7f0c0167
-com.example.scoutingapp:color/m3_default_color_primary_text = 0x7f05007a
com.example.scoutingapp:attr/grid_validateInputs = 0x7f030217
+com.example.scoutingapp:color/m3_default_color_primary_text = 0x7f05007b
+com.example.scoutingapp:dimen/m3_sys_elevation_level2 = 0x7f0601f2
+com.example.scoutingapp:color/m3_efab_ripple_color_selector = 0x7f050087
com.example.scoutingapp:dimen/m3_sys_elevation_level1 = 0x7f0601f1
-com.example.scoutingapp:color/m3_efab_ripple_color_selector = 0x7f050086
+com.example.scoutingapp:attr/navigationMode = 0x7f030358
+com.example.scoutingapp:drawable/mtrl_ic_error = 0x7f0700c7
+com.example.scoutingapp:dimen/m3_sys_elevation_level0 = 0x7f0601f0
+com.example.scoutingapp:layout/mtrl_alert_dialog_title = 0x7f0b0049
+com.example.scoutingapp:dimen/m3_snackbar_action_text_color_alpha = 0x7f0601ee
com.example.scoutingapp:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f1101a6
-com.example.scoutingapp:dimen/m3_slider_thumb_elevation = 0x7f0601eb
com.example.scoutingapp:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f110178
-com.example.scoutingapp:id/button_L1 = 0x7f08007c
+com.example.scoutingapp:dimen/m3_slider_thumb_elevation = 0x7f0601eb
+com.example.scoutingapp:id/button_L1 = 0x7f080080
com.example.scoutingapp:dimen/m3_simple_item_color_selected_alpha = 0x7f0601ea
-com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1100c6
-com.example.scoutingapp:color/mtrl_btn_text_color_disabled = 0x7f0502bc
-com.example.scoutingapp:color/m3_slider_inactive_track_color_legacy = 0x7f050155
+com.example.scoutingapp:dimen/m3_side_sheet_standard_elevation = 0x7f0601e7
+com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f11038c
+com.example.scoutingapp:id/beginning = 0x7f080070
com.example.scoutingapp:attr/arcMode = 0x7f030038
com.example.scoutingapp:dimen/m3_divider_heavy_thickness = 0x7f0601ae
-com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f11038c
com.example.scoutingapp:dimen/m3_side_sheet_modal_elevation = 0x7f0601e6
-com.example.scoutingapp:id/beginning = 0x7f08006f
-com.example.scoutingapp:color/material_personalized_color_on_background = 0x7f050280
+com.example.scoutingapp:color/material_personalized_color_on_background = 0x7f050281
com.example.scoutingapp:dimen/m3_side_sheet_margin_detached = 0x7f0601e5
com.example.scoutingapp:dimen/m3_searchview_height = 0x7f0601e4
-com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f110033
-com.example.scoutingapp:dimen/m3_btn_icon_only_min_width = 0x7f0600d6
com.example.scoutingapp:dimen/m3_searchbar_text_margin_start_no_navigation_icon = 0x7f0601e0
com.example.scoutingapp:dimen/m3_searchbar_margin_vertical = 0x7f0601dd
com.example.scoutingapp:style/ThemeOverlay.Material3.Chip.Assist = 0x7f110294
com.example.scoutingapp:dimen/m3_searchbar_margin_horizontal = 0x7f0601dc
com.example.scoutingapp:dimen/m3_searchbar_height = 0x7f0601db
com.example.scoutingapp:dimen/m3_searchbar_elevation = 0x7f0601da
-com.example.scoutingapp:color/tooltip_background_light = 0x7f050305
+com.example.scoutingapp:color/tooltip_background_light = 0x7f050306
com.example.scoutingapp:dimen/m3_ripple_selectable_pressed_alpha = 0x7f0601d9
-com.example.scoutingapp:color/material_grey_100 = 0x7f050263
+com.example.scoutingapp:dimen/m3_ripple_focused_alpha = 0x7f0601d6
+com.example.scoutingapp:color/material_grey_100 = 0x7f050264
com.example.scoutingapp:dimen/m3_navigation_item_shape_inset_end = 0x7f0601c3
com.example.scoutingapp:dimen/m3_navigation_rail_item_padding_top_with_large_font = 0x7f0601d3
-com.example.scoutingapp:dimen/mtrl_btn_disabled_elevation = 0x7f06025b
com.example.scoutingapp:attr/rippleColor = 0x7f0303a9
+com.example.scoutingapp:dimen/mtrl_btn_disabled_elevation = 0x7f06025b
com.example.scoutingapp:dimen/m3_navigation_rail_item_padding_bottom = 0x7f0601d0
-com.example.scoutingapp:color/m3_ref_palette_error40 = 0x7f0500fa
-com.example.scoutingapp:id/fill = 0x7f0800db
+com.example.scoutingapp:id/fill = 0x7f0800df
+com.example.scoutingapp:color/m3_ref_palette_error40 = 0x7f0500fb
com.example.scoutingapp:dimen/m3_navigation_rail_item_min_height = 0x7f0601cf
-com.example.scoutingapp:color/m3_timepicker_display_text_color = 0x7f05020e
com.example.scoutingapp:layout/ime_base_split_test_activity = 0x7f0b0032
+com.example.scoutingapp:color/m3_timepicker_display_text_color = 0x7f05020f
com.example.scoutingapp:dimen/m3_navigation_item_active_indicator_label_padding = 0x7f0601bf
-com.example.scoutingapp:color/primary_text_disabled_material_light = 0x7f0502f7
+com.example.scoutingapp:id/select_dialog_listview = 0x7f0801b8
+com.example.scoutingapp:color/primary_text_disabled_material_light = 0x7f0502f8
com.example.scoutingapp:dimen/m3_large_fab_size = 0x7f0601ba
-com.example.scoutingapp:id/select_dialog_listview = 0x7f0801b5
-com.example.scoutingapp:attr/enforceTextAppearance = 0x7f0301ab
-com.example.scoutingapp:dimen/m3_navigation_rail_item_padding_bottom_with_large_font = 0x7f0601d1
-com.example.scoutingapp:color/material_personalized_color_on_surface = 0x7f050287
-com.example.scoutingapp:dimen/m3_extended_fab_min_height = 0x7f0601b2
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1102d4
-com.example.scoutingapp:attr/colorOnSecondaryFixedVariant = 0x7f030109
com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f110050
+com.example.scoutingapp:attr/colorOnSecondaryFixedVariant = 0x7f030109
+com.example.scoutingapp:color/material_personalized_color_on_surface = 0x7f050288
+com.example.scoutingapp:dimen/m3_extended_fab_min_height = 0x7f0601b2
+com.example.scoutingapp:style/Widget.AppCompat.ActionBar = 0x7f1102e8
com.example.scoutingapp:attr/helperTextEnabled = 0x7f03021f
com.example.scoutingapp:dimen/m3_extended_fab_icon_padding = 0x7f0601b1
-com.example.scoutingapp:style/Widget.AppCompat.ActionBar = 0x7f1102e8
-com.example.scoutingapp:id/sharedValueSet = 0x7f0801b8
+com.example.scoutingapp:id/sharedValueSet = 0x7f0801bb
com.example.scoutingapp:dimen/m3_comp_top_app_bar_small_on_scroll_container_elevation = 0x7f0601ac
+com.example.scoutingapp:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f0601a5
com.example.scoutingapp:attr/expandedTitleMargin = 0x7f0301bb
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f060201
+com.example.scoutingapp:id/checked = 0x7f080097
+com.example.scoutingapp:dimen/m3_comp_time_picker_period_selector_pressed_state_layer_opacity = 0x7f0601a4
com.example.scoutingapp:color/design_fab_stroke_top_inner_color = 0x7f050052
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500b9
com.example.scoutingapp:dimen/m3_comp_time_picker_period_selector_hover_state_layer_opacity = 0x7f0601a2
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500b8
com.example.scoutingapp:dimen/m3_searchbar_outlined_stroke_width = 0x7f0601de
com.example.scoutingapp:dimen/m3_comp_time_picker_container_elevation = 0x7f0601a0
com.example.scoutingapp:dimen/m3_comp_radio_button_selected_pressed_state_layer_opacity = 0x7f060169
@@ -2401,319 +2141,394 @@ com.example.scoutingapp:dimen/m3_comp_text_button_pressed_state_layer_opacity =
com.example.scoutingapp:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f06019b
com.example.scoutingapp:color/abc_search_url_text_selected = 0x7f050010
com.example.scoutingapp:dimen/m3_comp_switch_track_width = 0x7f060198
-com.example.scoutingapp:color/m3_sys_color_dark_surface_variant = 0x7f050179
+com.example.scoutingapp:color/m3_sys_color_dark_surface_variant = 0x7f05017a
com.example.scoutingapp:dimen/mtrl_snackbar_padding_horizontal = 0x7f0602f5
-com.example.scoutingapp:dimen/m3_comp_switch_selected_pressed_state_layer_opacity = 0x7f060196
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Left = 0x7f110184
com.example.scoutingapp:color/design_dark_default_color_error = 0x7f050033
+com.example.scoutingapp:dimen/m3_comp_switch_selected_pressed_state_layer_opacity = 0x7f060196
com.example.scoutingapp:dimen/material_clock_display_padding = 0x7f060223
com.example.scoutingapp:dimen/m3_comp_switch_selected_hover_state_layer_opacity = 0x7f060195
-com.example.scoutingapp:color/m3_sys_color_dark_tertiary_container = 0x7f05017b
+com.example.scoutingapp:color/m3_sys_color_dark_tertiary_container = 0x7f05017c
com.example.scoutingapp:dimen/m3_comp_switch_disabled_unselected_icon_opacity = 0x7f060193
-com.example.scoutingapp:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f0700b0
com.example.scoutingapp:style/Widget.AppCompat.ActivityChooserView = 0x7f1102f1
com.example.scoutingapp:dimen/m3_comp_switch_disabled_unselected_handle_opacity = 0x7f060192
+com.example.scoutingapp:bool/abc_action_bar_embed_tabs = 0x7f040000
+com.example.scoutingapp:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f06018d
com.example.scoutingapp:dimen/m3_comp_slider_stop_indicator_size = 0x7f060188
-com.example.scoutingapp:dimen/mtrl_textinput_start_icon_margin_end = 0x7f060304
com.example.scoutingapp:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f11029b
+com.example.scoutingapp:dimen/mtrl_textinput_start_icon_margin_end = 0x7f060304
com.example.scoutingapp:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f060186
com.example.scoutingapp:attr/constraint_referenced_ids = 0x7f030135
com.example.scoutingapp:dimen/m3_comp_slider_active_handle_leading_space = 0x7f060182
com.example.scoutingapp:dimen/m3_comp_sheet_side_docked_modal_container_elevation = 0x7f06017f
com.example.scoutingapp:string/material_minute_suffix = 0x7f100058
com.example.scoutingapp:dimen/m3_comp_sheet_bottom_docked_standard_container_elevation = 0x7f06017d
-com.example.scoutingapp:dimen/mtrl_calendar_year_vertical_padding = 0x7f060299
-com.example.scoutingapp:color/material_dynamic_secondary40 = 0x7f05024e
+com.example.scoutingapp:string/material_minute_selection = 0x7f100057
+com.example.scoutingapp:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f0601f6
+com.example.scoutingapp:attr/enforceTextAppearance = 0x7f0301ab
+com.example.scoutingapp:dimen/m3_navigation_rail_item_padding_bottom_with_large_font = 0x7f0601d1
com.example.scoutingapp:styleable/OnClick = 0x7f12006e
+com.example.scoutingapp:dimen/mtrl_calendar_year_vertical_padding = 0x7f060299
+com.example.scoutingapp:color/material_dynamic_secondary40 = 0x7f05024f
com.example.scoutingapp:dimen/m3_comp_secondary_navigation_tab_pressed_state_layer_opacity = 0x7f060179
-com.example.scoutingapp:drawable/indeterminate_static = 0x7f07009d
-com.example.scoutingapp:dimen/abc_control_inset_material = 0x7f060019
-com.example.scoutingapp:id/search_badge = 0x7f0801ab
-com.example.scoutingapp:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f060178
com.example.scoutingapp:styleable/ScrollingViewBehavior_Layout = 0x7f120078
-com.example.scoutingapp:dimen/m3_comp_secondary_navigation_tab_active_indicator_height = 0x7f060176
+com.example.scoutingapp:id/search_badge = 0x7f0801ae
+com.example.scoutingapp:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f060178
com.example.scoutingapp:dimen/m3_carousel_small_item_size_min = 0x7f0600f2
+com.example.scoutingapp:dimen/m3_comp_secondary_navigation_tab_active_indicator_height = 0x7f060176
+com.example.scoutingapp:color/mtrl_calendar_item_stroke_color = 0x7f0502c0
com.example.scoutingapp:dimen/m3_comp_search_view_docked_header_container_height = 0x7f060174
-com.example.scoutingapp:color/mtrl_calendar_item_stroke_color = 0x7f0502bf
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral22 = 0x7f0500a4
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral22 = 0x7f0500a5
com.example.scoutingapp:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f060172
com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f11043a
-com.example.scoutingapp:dimen/m3_comp_search_bar_container_height = 0x7f060170
com.example.scoutingapp:dimen/mtrl_calendar_day_width = 0x7f06027b
-com.example.scoutingapp:layout/notification_template_icon_group = 0x7f0b006a
-com.example.scoutingapp:color/material_dynamic_neutral_variant90 = 0x7f050239
+com.example.scoutingapp:dimen/m3_comp_search_bar_container_height = 0x7f060170
+com.example.scoutingapp:dimen/m3_comp_search_bar_avatar_size = 0x7f06016e
com.example.scoutingapp:layout/m3_alert_dialog = 0x7f0b0034
com.example.scoutingapp:dimen/m3_comp_radio_button_unselected_focus_state_layer_opacity = 0x7f06016a
+com.example.scoutingapp:dimen/m3_comp_radio_button_selected_focus_state_layer_opacity = 0x7f060167
com.example.scoutingapp:dimen/m3_comp_progress_indicator_track_thickness = 0x7f060164
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f110422
com.example.scoutingapp:layout/abc_list_menu_item_radio = 0x7f0b0011
com.example.scoutingapp:drawable/mtrl_ic_checkbox_unchecked = 0x7f0700c6
-com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f110422
com.example.scoutingapp:style/Base.Widget.AppCompat.ListMenuView = 0x7f1100e6
com.example.scoutingapp:dimen/mtrl_high_ripple_default_alpha = 0x7f0602ba
com.example.scoutingapp:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f11044a
-com.example.scoutingapp:attr/fontProviderAuthority = 0x7f0301fd
-com.example.scoutingapp:id/enterAlwaysCollapsed = 0x7f0800d5
-com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f060161
com.example.scoutingapp:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f110370
+com.example.scoutingapp:id/enterAlwaysCollapsed = 0x7f0800d9
+com.example.scoutingapp:attr/fontProviderAuthority = 0x7f0301fd
+com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f060161
+com.example.scoutingapp:dimen/m3_comp_outlined_icon_button_unselected_outline_width = 0x7f060154
com.example.scoutingapp:dimen/m3_comp_outlined_card_icon_size = 0x7f060152
com.example.scoutingapp:dimen/m3_comp_outlined_card_disabled_outline_opacity = 0x7f060151
-com.example.scoutingapp:attr/motionEffect_translationY = 0x7f030349
-com.example.scoutingapp:color/material_dynamic_neutral_variant30 = 0x7f050233
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral20 = 0x7f0500a3
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral20 = 0x7f0500a4
com.example.scoutingapp:dimen/m3_comp_outlined_card_container_elevation = 0x7f060150
-com.example.scoutingapp:color/m3_sys_color_dynamic_primary_fixed = 0x7f0501c6
+com.example.scoutingapp:dimen/m3_comp_outlined_button_outline_width = 0x7f06014f
+com.example.scoutingapp:color/m3_sys_color_dynamic_primary_fixed = 0x7f0501c7
com.example.scoutingapp:dimen/mtrl_snackbar_background_corner_radius = 0x7f0602f1
-com.example.scoutingapp:color/ripple_material_light = 0x7f0502f9
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1100e3
-com.example.scoutingapp:dimen/abc_floating_window_z = 0x7f06002f
-com.example.scoutingapp:id/easeIn = 0x7f0800c9
+com.example.scoutingapp:id/easeIn = 0x7f0800cd
com.example.scoutingapp:dimen/m3_navigation_rail_default_width = 0x7f0601c9
-com.example.scoutingapp:color/material_dynamic_secondary70 = 0x7f050251
-com.example.scoutingapp:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f11036e
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f11003f
com.example.scoutingapp:dimen/m3_comp_navigation_rail_focus_state_layer_opacity = 0x7f060149
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container = 0x7f050195
-com.example.scoutingapp:dimen/m3_comp_navigation_rail_container_width = 0x7f060148
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container = 0x7f050196
com.example.scoutingapp:attr/reactiveGuide_animateChange = 0x7f03039e
-com.example.scoutingapp:id/linearLayout2 = 0x7f080117
-com.example.scoutingapp:dimen/m3_comp_navigation_drawer_standard_container_elevation = 0x7f060144
+com.example.scoutingapp:dimen/m3_comp_navigation_rail_container_width = 0x7f060148
com.example.scoutingapp:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f110107
+com.example.scoutingapp:id/linearLayout2 = 0x7f08011b
+com.example.scoutingapp:dimen/m3_comp_navigation_drawer_standard_container_elevation = 0x7f060144
com.example.scoutingapp:attr/actionModeFindDrawable = 0x7f030018
com.example.scoutingapp:dimen/abc_text_size_small_material = 0x7f06004c
com.example.scoutingapp:drawable/design_fab_background = 0x7f070084
+com.example.scoutingapp:dimen/m3_comp_navigation_drawer_pressed_state_layer_opacity = 0x7f060143
+com.example.scoutingapp:dimen/m3_comp_navigation_drawer_modal_container_elevation = 0x7f060142
+com.example.scoutingapp:dimen/m3_comp_navigation_drawer_focus_state_layer_opacity = 0x7f06013f
+com.example.scoutingapp:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b
+com.example.scoutingapp:dimen/m3_comp_navigation_bar_icon_size = 0x7f06013c
+com.example.scoutingapp:dimen/m3_comp_navigation_bar_hover_state_layer_opacity = 0x7f06013b
+com.example.scoutingapp:dimen/m3_comp_navigation_bar_focus_state_layer_opacity = 0x7f06013a
+com.example.scoutingapp:dimen/mtrl_btn_disabled_z = 0x7f06025c
+com.example.scoutingapp:dimen/m3_comp_navigation_bar_container_height = 0x7f060139
+com.example.scoutingapp:dimen/mtrl_calendar_navigation_height = 0x7f06028c
+com.example.scoutingapp:dimen/m3_comp_menu_container_elevation = 0x7f060135
+com.example.scoutingapp:dimen/m3_large_text_vertical_offset_adjustment = 0x7f0601bb
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant60 = 0x7f050122
+com.example.scoutingapp:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f060134
+com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0c00cb
com.example.scoutingapp:attr/maxImageSize = 0x7f030311
com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity = 0x7f060160
-com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0c00cb
+com.example.scoutingapp:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f060133
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_dim = 0x7f05019b
com.example.scoutingapp:dimen/m3_comp_input_chip_container_height = 0x7f060131
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_dim = 0x7f05019a
+com.example.scoutingapp:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f110315
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.FilledButton.Container.Shape = 0x7f11015a
com.example.scoutingapp:attr/layout_constraintWidth_max = 0x7f0302aa
-com.example.scoutingapp:color/material_personalized_color_on_tertiary = 0x7f05028a
-com.example.scoutingapp:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f110315
+com.example.scoutingapp:color/material_personalized_color_on_tertiary = 0x7f05028b
com.example.scoutingapp:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f06012f
com.example.scoutingapp:layout/abc_screen_content_include = 0x7f0b0014
+com.example.scoutingapp:attr/floatingActionButtonStyle = 0x7f0301e5
com.example.scoutingapp:attr/colorSurface = 0x7f030120
com.example.scoutingapp:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f06012a
-com.example.scoutingapp:attr/floatingActionButtonStyle = 0x7f0301e5
com.example.scoutingapp:attr/percentY = 0x7f030380
+com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f060213
com.example.scoutingapp:dimen/material_clock_size = 0x7f06022f
com.example.scoutingapp:dimen/m3_comp_filled_card_pressed_state_layer_opacity = 0x7f060129
-com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f060213
-com.example.scoutingapp:color/material_dynamic_neutral_variant10 = 0x7f050230
+com.example.scoutingapp:style/Theme.Material3.DynamicColors.Light.NoActionBar = 0x7f11023d
+com.example.scoutingapp:drawable/abc_list_selector_background_transition_holo_light = 0x7f070056
+com.example.scoutingapp:attr/textAppearanceHeadlineSmall = 0x7f03044b
+com.example.scoutingapp:dimen/mtrl_progress_circular_inset_small = 0x7f0602d7
+com.example.scoutingapp:integer/mtrl_btn_anim_delay_ms = 0x7f09002e
+com.example.scoutingapp:dimen/m3_comp_filled_button_container_elevation = 0x7f060122
+com.example.scoutingapp:styleable/KeyFramesVelocity = 0x7f120044
com.example.scoutingapp:macro/m3_comp_search_bar_hover_supporting_text_color = 0x7f0c00e8
com.example.scoutingapp:attr/spanCount = 0x7f0303e1
-com.example.scoutingapp:styleable/KeyFramesVelocity = 0x7f120044
com.example.scoutingapp:dimen/m3_comp_fab_primary_small_container_height = 0x7f06011f
com.example.scoutingapp:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f06011e
com.example.scoutingapp:dimen/m3_comp_fab_primary_large_icon_size = 0x7f06011c
+com.example.scoutingapp:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f060119
com.example.scoutingapp:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
+com.example.scoutingapp:color/notification_icon_bg_color = 0x7f0502f0
com.example.scoutingapp:dimen/m3_comp_fab_primary_container_height = 0x7f060116
-com.example.scoutingapp:color/notification_icon_bg_color = 0x7f0502ef
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f060112
+com.example.scoutingapp:style/Widget.AppCompat.ImageButton = 0x7f110301
+com.example.scoutingapp:attr/clearsTag = 0x7f0300d9
+com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f060110
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_focus_state_layer_opacity = 0x7f06010f
com.example.scoutingapp:style/Base.V21.Theme.AppCompat.Dialog = 0x7f1100a3
com.example.scoutingapp:dimen/abc_seekbar_track_background_height_material = 0x7f060038
com.example.scoutingapp:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0700d2
+com.example.scoutingapp:dimen/design_snackbar_elevation = 0x7f060081
+com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f06010c
com.example.scoutingapp:dimen/m3_comp_elevated_button_container_elevation = 0x7f060108
-com.example.scoutingapp:dimen/m3_comp_checkbox_selected_disabled_container_opacity = 0x7f060103
com.example.scoutingapp:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f110108
+com.example.scoutingapp:dimen/m3_comp_checkbox_selected_disabled_container_opacity = 0x7f060103
+com.example.scoutingapp:dimen/m3_comp_bottom_app_bar_container_elevation = 0x7f060101
com.example.scoutingapp:dimen/m3_comp_badge_size = 0x7f060100
+com.example.scoutingapp:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f11016b
+com.example.scoutingapp:macro/m3_comp_outlined_button_outline_color = 0x7f0c00a6
+com.example.scoutingapp:dimen/m3_comp_badge_large_size = 0x7f0600ff
+com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f11045d
+com.example.scoutingapp:attr/closeIconEnabled = 0x7f0300e0
+com.example.scoutingapp:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f0600fe
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_pressed_label_text_color = 0x7f0c008f
com.example.scoutingapp:dimen/m3_chip_icon_size = 0x7f0600f9
-com.example.scoutingapp:dimen/m3_chip_elevated_elevation = 0x7f0600f7
com.example.scoutingapp:attr/showDividers = 0x7f0303cc
+com.example.scoutingapp:dimen/m3_chip_elevated_elevation = 0x7f0600f7
com.example.scoutingapp:style/Widget.Material3.Badge.AdjustToBounds = 0x7f110346
com.example.scoutingapp:attr/indicatorSize = 0x7f030246
com.example.scoutingapp:dimen/m3_chip_corner_size = 0x7f0600f4
-com.example.scoutingapp:dimen/abc_action_button_min_width_material = 0x7f06000e
-com.example.scoutingapp:color/primary_text_disabled_material_dark = 0x7f0502f6
-com.example.scoutingapp:style/ThemeOverlay.Material3.TabLayout = 0x7f1102b8
-com.example.scoutingapp:dimen/abc_star_big = 0x7f06003b
-com.example.scoutingapp:attr/colorOnSurfaceVariant = 0x7f03010c
+com.example.scoutingapp:dimen/m3_carousel_extra_small_item_size = 0x7f0600ee
+com.example.scoutingapp:dimen/material_clock_display_height = 0x7f060222
+com.example.scoutingapp:drawable/loop = 0x7f07009e
+com.example.scoutingapp:dimen/m3_carousel_debug_keyline_width = 0x7f0600ed
com.example.scoutingapp:color/design_dark_default_color_primary_dark = 0x7f05003a
com.example.scoutingapp:dimen/m3_card_stroke_width = 0x7f0600ec
+com.example.scoutingapp:dimen/m3_card_hovered_z = 0x7f0600eb
com.example.scoutingapp:style/Base.V14.ThemeOverlay.Material3.SideSheetDialog = 0x7f11009c
com.example.scoutingapp:dimen/m3_card_elevation = 0x7f0600ea
-com.example.scoutingapp:dimen/m3_card_elevated_elevation = 0x7f0600e8
com.example.scoutingapp:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012
+com.example.scoutingapp:dimen/m3_card_elevated_elevation = 0x7f0600e8
com.example.scoutingapp:attr/carousel_backwardTransition = 0x7f0300a3
com.example.scoutingapp:dimen/m3_card_elevated_dragged_z = 0x7f0600e7
com.example.scoutingapp:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f060285
-com.example.scoutingapp:dimen/m3_card_elevated_disabled_z = 0x7f0600e6
-com.example.scoutingapp:macro/m3_comp_filled_icon_button_container_color = 0x7f0c0048
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f1103af
+com.example.scoutingapp:macro/m3_comp_filled_icon_button_container_color = 0x7f0c0048
+com.example.scoutingapp:dimen/m3_card_elevated_disabled_z = 0x7f0600e6
com.example.scoutingapp:dimen/m3_card_dragged_z = 0x7f0600e5
com.example.scoutingapp:color/design_default_color_primary_dark = 0x7f050047
com.example.scoutingapp:dimen/m3_card_disabled_z = 0x7f0600e4
-com.example.scoutingapp:color/m3_ref_palette_error60 = 0x7f0500fc
-com.example.scoutingapp:color/material_dynamic_neutral80 = 0x7f05022b
+com.example.scoutingapp:color/m3_ref_palette_error60 = 0x7f0500fd
+com.example.scoutingapp:color/material_dynamic_neutral80 = 0x7f05022c
com.example.scoutingapp:dimen/m3_btn_translation_z_base = 0x7f0600e2
com.example.scoutingapp:dimen/m3_btn_stroke_size = 0x7f0600dd
-com.example.scoutingapp:color/mtrl_chip_close_icon_tint = 0x7f0502c4
+com.example.scoutingapp:color/mtrl_chip_close_icon_tint = 0x7f0502c5
com.example.scoutingapp:dimen/m3_btn_padding_top = 0x7f0600dc
-com.example.scoutingapp:id/TBA = 0x7f08001d
com.example.scoutingapp:dimen/m3_btn_padding_right = 0x7f0600db
com.example.scoutingapp:dimen/mtrl_calendar_year_horizontal_padding = 0x7f060298
com.example.scoutingapp:dimen/m3_btn_max_width = 0x7f0600d8
+com.example.scoutingapp:attr/warmth = 0x7f0304d8
+com.example.scoutingapp:drawable/ic_m3_chip_close = 0x7f070097
+com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f110033
+com.example.scoutingapp:dimen/m3_btn_icon_only_min_width = 0x7f0600d6
com.example.scoutingapp:string/mtrl_picker_confirm = 0x7f10007d
-com.example.scoutingapp:dimen/mtrl_slider_thumb_radius = 0x7f0602ea
-com.example.scoutingapp:id/src_atop = 0x7f0801cf
+com.example.scoutingapp:id/src_atop = 0x7f0801d2
com.example.scoutingapp:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f02001a
+com.example.scoutingapp:dimen/mtrl_slider_thumb_radius = 0x7f0602ea
com.example.scoutingapp:dimen/m3_btn_icon_only_default_padding = 0x7f0600d3
com.example.scoutingapp:style/CardView.Dark = 0x7f110121
com.example.scoutingapp:dimen/m3_btn_icon_btn_padding_right = 0x7f0600d2
-com.example.scoutingapp:id/parentPanel = 0x7f080183
-com.example.scoutingapp:dimen/m3_badge_offset = 0x7f0600b4
-com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1102d9
-com.example.scoutingapp:id/contentPanel = 0x7f0800a1
-com.example.scoutingapp:color/m3_sys_color_dynamic_on_secondary_fixed_variant = 0x7f0501c3
-com.example.scoutingapp:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f06020b
-com.example.scoutingapp:dimen/m3_comp_assist_chip_container_height = 0x7f0600fa
+com.example.scoutingapp:id/decelerate = 0x7f0800b1
+com.example.scoutingapp:dimen/abc_text_size_display_2_material = 0x7f060044
+com.example.scoutingapp:dimen/m3_comp_filled_autocomplete_menu_container_elevation = 0x7f060121
+com.example.scoutingapp:drawable/mtrl_ic_checkbox_checked = 0x7f0700c5
+com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Choice = 0x7f11040d
com.example.scoutingapp:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0c012c
com.example.scoutingapp:attr/motionDurationMedium1 = 0x7f03032f
-com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Choice = 0x7f11040d
-com.example.scoutingapp:dimen/m3_btn_icon_btn_padding_left = 0x7f0600d1
+com.example.scoutingapp:dimen/m3_comp_assist_chip_container_height = 0x7f0600fa
com.example.scoutingapp:styleable/AppCompatEmojiHelper = 0x7f12000d
-com.example.scoutingapp:drawable/mtrl_ic_checkbox_checked = 0x7f0700c5
-com.example.scoutingapp:dimen/abc_text_size_display_2_material = 0x7f060044
-com.example.scoutingapp:id/decelerate = 0x7f0800ad
-com.example.scoutingapp:dimen/m3_comp_filled_autocomplete_menu_container_elevation = 0x7f060121
-com.example.scoutingapp:color/material_personalized__highlighted_text_inverse = 0x7f050279
-com.example.scoutingapp:id/TextPine = 0x7f080020
-com.example.scoutingapp:drawable/m3_tabs_transparent_background = 0x7f0700a9
+com.example.scoutingapp:dimen/m3_btn_icon_btn_padding_left = 0x7f0600d1
+com.example.scoutingapp:dimen/m3_btn_elevation = 0x7f0600d0
+com.example.scoutingapp:color/material_personalized__highlighted_text_inverse = 0x7f05027a
+com.example.scoutingapp:id/TextPine = 0x7f080021
com.example.scoutingapp:dimen/mtrl_calendar_year_height = 0x7f060297
-com.example.scoutingapp:dimen/m3_btn_elevated_btn_elevation = 0x7f0600cf
+com.example.scoutingapp:drawable/m3_tabs_transparent_background = 0x7f0700a9
com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f06015c
+com.example.scoutingapp:dimen/m3_btn_elevated_btn_elevation = 0x7f0600cf
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1102cb
+com.example.scoutingapp:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0a000d
+com.example.scoutingapp:dimen/m3_btn_disabled_elevation = 0x7f0600cd
com.example.scoutingapp:dimen/m3_bottomappbar_horizontal_padding = 0x7f0600ca
-com.example.scoutingapp:dimen/m3_bottom_nav_min_height = 0x7f0600c1
com.example.scoutingapp:macro/m3_comp_filled_button_container_color = 0x7f0c0043
-com.example.scoutingapp:id/disjoint = 0x7f0800bf
-com.example.scoutingapp:color/m3_sys_color_dynamic_tertiary_fixed = 0x7f0501ca
+com.example.scoutingapp:dimen/m3_bottom_nav_min_height = 0x7f0600c1
com.example.scoutingapp:dimen/m3_bottom_nav_item_padding_top = 0x7f0600c0
+com.example.scoutingapp:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600bf
com.example.scoutingapp:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f070031
com.example.scoutingapp:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0600bd
com.example.scoutingapp:attr/tickMarkTintMode = 0x7f03048f
com.example.scoutingapp:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0600bc
+com.example.scoutingapp:drawable/notification_tile_bg = 0x7f0700e5
com.example.scoutingapp:drawable/m3_tabs_line_indicator = 0x7f0700a7
com.example.scoutingapp:dimen/material_emphasis_high_type = 0x7f060235
+com.example.scoutingapp:style/ShapeAppearance.MaterialComponents = 0x7f11017b
+com.example.scoutingapp:dimen/m3_badge_with_text_vertical_padding = 0x7f0600bb
+com.example.scoutingapp:dimen/m3_badge_with_text_vertical_offset = 0x7f0600ba
+com.example.scoutingapp:color/m3_fab_efab_background_color_selector = 0x7f050089
+com.example.scoutingapp:dimen/m3_badge_with_text_offset = 0x7f0600b8
com.example.scoutingapp:dimen/m3_badge_size = 0x7f0600b5
com.example.scoutingapp:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f11020b
-com.example.scoutingapp:id/fullscreen_header = 0x7f0800ea
+com.example.scoutingapp:id/fullscreen_header = 0x7f0800ee
com.example.scoutingapp:drawable/abc_seekbar_track_material = 0x7f070067
-com.example.scoutingapp:dimen/m3_badge_horizontal_offset = 0x7f0600b3
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1102d9
+com.example.scoutingapp:id/parentPanel = 0x7f080187
+com.example.scoutingapp:id/contentPanel = 0x7f0800a5
+com.example.scoutingapp:dimen/m3_badge_offset = 0x7f0600b4
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110024
-com.example.scoutingapp:dimen/m3_back_progress_bottom_container_max_scale_x_distance = 0x7f0600ac
-com.example.scoutingapp:string/icon_content_description = 0x7f10003b
+com.example.scoutingapp:dimen/m3_badge_horizontal_offset = 0x7f0600b3
+com.example.scoutingapp:dimen/m3_back_progress_bottom_container_max_scale_y_distance = 0x7f0600ad
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker = 0x7f1103b3
-com.example.scoutingapp:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f070020
-com.example.scoutingapp:macro/m3_comp_outlined_autocomplete_menu_container_color = 0x7f0c00a0
+com.example.scoutingapp:string/icon_content_description = 0x7f10003b
+com.example.scoutingapp:dimen/m3_back_progress_bottom_container_max_scale_x_distance = 0x7f0600ac
com.example.scoutingapp:styleable/ChipGroup = 0x7f12001e
-com.example.scoutingapp:dimen/m3_appbar_size_medium = 0x7f0600ab
+com.example.scoutingapp:macro/m3_comp_outlined_autocomplete_menu_container_color = 0x7f0c00a0
+com.example.scoutingapp:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f070020
com.example.scoutingapp:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f06021a
-com.example.scoutingapp:color/material_dynamic_neutral_variant80 = 0x7f050238
+com.example.scoutingapp:color/material_dynamic_neutral_variant80 = 0x7f050239
com.example.scoutingapp:attr/constraints = 0x7f030137
-com.example.scoutingapp:dimen/m3_appbar_scrim_height_trigger = 0x7f0600a6
+com.example.scoutingapp:dimen/m3_appbar_size_medium = 0x7f0600ab
+com.example.scoutingapp:dimen/m3_appbar_size_compact = 0x7f0600a9
+com.example.scoutingapp:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0600a8
+com.example.scoutingapp:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0600a7
com.example.scoutingapp:drawable/notification_icon_background = 0x7f0700e1
+com.example.scoutingapp:dimen/m3_appbar_scrim_height_trigger = 0x7f0600a6
+com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f11043c
com.example.scoutingapp:attr/titleTextEllipsize = 0x7f0304a3
com.example.scoutingapp:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001
-com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f11043c
com.example.scoutingapp:dimen/m3_comp_radio_button_selected_hover_state_layer_opacity = 0x7f060168
com.example.scoutingapp:style/ThemeOverlay.Material3.Snackbar = 0x7f1102b7
com.example.scoutingapp:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0600a3
com.example.scoutingapp:dimen/m3_btn_icon_only_icon_padding = 0x7f0600d5
com.example.scoutingapp:dimen/m3_btn_dialog_btn_min_width = 0x7f0600cb
+com.example.scoutingapp:color/ic_launcher_background = 0x7f050060
+com.example.scoutingapp:dimen/m3_alert_dialog_icon_margin = 0x7f0600a1
com.example.scoutingapp:style/Widget.AppCompat.Spinner.Underlined = 0x7f11032c
-com.example.scoutingapp:id/button_L4 = 0x7f08007f
-com.example.scoutingapp:dimen/m3_alert_dialog_elevation = 0x7f0600a0
+com.example.scoutingapp:id/button_L4 = 0x7f080083
com.example.scoutingapp:attr/deriveConstraintsFrom = 0x7f030177
-com.example.scoutingapp:id/action_bar_title = 0x7f08004d
-com.example.scoutingapp:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06009d
+com.example.scoutingapp:dimen/m3_alert_dialog_elevation = 0x7f0600a0
com.example.scoutingapp:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0c004f
-com.example.scoutingapp:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f06009b
+com.example.scoutingapp:id/action_bar_title = 0x7f08004e
+com.example.scoutingapp:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06009d
com.example.scoutingapp:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110440
+com.example.scoutingapp:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f06009b
com.example.scoutingapp:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f06009a
-com.example.scoutingapp:dimen/hint_pressed_alpha_material_dark = 0x7f060098
com.example.scoutingapp:style/Widget.Material3.Button.IconButton.Filled = 0x7f110355
+com.example.scoutingapp:dimen/hint_pressed_alpha_material_dark = 0x7f060098
+com.example.scoutingapp:macro/m3_comp_radio_button_unselected_hover_icon_color = 0x7f0c00e1
+com.example.scoutingapp:drawable/avd_hide_password = 0x7f07007a
+com.example.scoutingapp:dimen/notification_large_icon_height = 0x7f060310
com.example.scoutingapp:attr/expandedTitleTextColor = 0x7f0301c1
com.example.scoutingapp:dimen/hint_alpha_material_light = 0x7f060097
com.example.scoutingapp:style/Base.Widget.AppCompat.Spinner = 0x7f1100f7
-com.example.scoutingapp:dimen/highlight_alpha_material_light = 0x7f060095
com.example.scoutingapp:attr/visibilityMode = 0x7f0304d6
+com.example.scoutingapp:dimen/highlight_alpha_material_light = 0x7f060095
com.example.scoutingapp:dimen/highlight_alpha_material_colored = 0x7f060093
-com.example.scoutingapp:id/accessibility_custom_action_15 = 0x7f08002b
+com.example.scoutingapp:dimen/fastscroll_minimum_range = 0x7f060092
+com.example.scoutingapp:id/accessibility_custom_action_15 = 0x7f08002c
com.example.scoutingapp:dimen/fastscroll_default_thickness = 0x7f060090
com.example.scoutingapp:dimen/disabled_alpha_material_light = 0x7f06008f
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f0501a2
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f0501a3
com.example.scoutingapp:dimen/mtrl_progress_circular_inset_medium = 0x7f0602d6
com.example.scoutingapp:dimen/design_textinput_caption_translate_y = 0x7f06008d
com.example.scoutingapp:dimen/design_tab_text_size = 0x7f06008b
-com.example.scoutingapp:id/NO_DEBUG = 0x7f080009
-com.example.scoutingapp:dimen/design_tab_scrollable_min_width = 0x7f06008a
+com.example.scoutingapp:id/NO_DEBUG = 0x7f08000a
com.example.scoutingapp:attr/toolbarId = 0x7f0304a6
+com.example.scoutingapp:dimen/design_tab_scrollable_min_width = 0x7f06008a
+com.example.scoutingapp:dimen/design_snackbar_padding_vertical = 0x7f060086
+com.example.scoutingapp:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060082
+com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f1103a7
+com.example.scoutingapp:layout/design_navigation_item = 0x7f0b002a
+com.example.scoutingapp:dimen/m3_side_sheet_width = 0x7f0601e8
com.example.scoutingapp:dimen/design_snackbar_background_corner_radius = 0x7f060080
+com.example.scoutingapp:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f11013e
com.example.scoutingapp:attr/textAppearanceBodyLarge = 0x7f03043b
com.example.scoutingapp:drawable/$mtrl_switch_thumb_checked_pressed__0 = 0x7f070021
-com.example.scoutingapp:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f11013e
+com.example.scoutingapp:dimen/design_snackbar_action_text_color_alpha = 0x7f06007f
+com.example.scoutingapp:dimen/m3_btn_inset = 0x7f0600d7
+com.example.scoutingapp:dimen/design_snackbar_action_inline_max_width = 0x7f06007e
com.example.scoutingapp:attr/actionViewClass = 0x7f030025
com.example.scoutingapp:dimen/design_navigation_item_vertical_padding = 0x7f06007a
+com.example.scoutingapp:dimen/design_navigation_item_icon_padding = 0x7f060079
+com.example.scoutingapp:dimen/design_navigation_icon_size = 0x7f060077
+com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f11006b
com.example.scoutingapp:attr/transformPivotTarget = 0x7f0304c0
com.example.scoutingapp:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f0601cd
-com.example.scoutingapp:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f11006b
-com.example.scoutingapp:dimen/design_navigation_icon_padding = 0x7f060076
com.example.scoutingapp:style/Base.Theme.AppCompat.CompactMenu = 0x7f11004c
-com.example.scoutingapp:attr/barrierMargin = 0x7f030066
-com.example.scoutingapp:color/material_personalized_color_error = 0x7f05027e
+com.example.scoutingapp:dimen/design_navigation_icon_padding = 0x7f060076
com.example.scoutingapp:macro/m3_comp_text_button_label_text_color = 0x7f0c0144
com.example.scoutingapp:dimen/design_fab_translation_z_hovered_focused = 0x7f060073
+com.example.scoutingapp:color/material_dynamic_tertiary0 = 0x7f050257
com.example.scoutingapp:dimen/mtrl_extended_fab_min_width = 0x7f0602af
-com.example.scoutingapp:color/material_dynamic_tertiary0 = 0x7f050256
-com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f060204
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Small.Tertiary = 0x7f110393
com.example.scoutingapp:attr/progressBarPadding = 0x7f030391
+com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f060204
com.example.scoutingapp:attr/listChoiceIndicatorSingleAnimated = 0x7f0302c8
com.example.scoutingapp:dimen/design_fab_size_mini = 0x7f060071
+com.example.scoutingapp:dimen/m3_small_fab_max_image_size = 0x7f0601ec
+com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_focus_state_layer_color = 0x7f0c009a
+com.example.scoutingapp:dimen/design_fab_image_size = 0x7f060070
com.example.scoutingapp:attr/actionDropDownStyle = 0x7f03000e
com.example.scoutingapp:dimen/m3_comp_assist_chip_flat_outline_width = 0x7f0600fd
com.example.scoutingapp:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f110330
com.example.scoutingapp:dimen/design_fab_border_width = 0x7f06006e
+com.example.scoutingapp:dimen/design_bottom_sheet_peek_height_min = 0x7f06006d
com.example.scoutingapp:dimen/design_bottom_sheet_elevation = 0x7f06006b
-com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1100e2
-com.example.scoutingapp:dimen/m3_sys_elevation_level3 = 0x7f0601f3
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_error_container = 0x7f05017f
com.example.scoutingapp:dimen/design_bottom_navigation_text_size = 0x7f06006a
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_error_container = 0x7f05017e
-com.example.scoutingapp:color/m3_sys_color_dark_background = 0x7f05015a
+com.example.scoutingapp:color/m3_sys_color_dark_background = 0x7f05015b
com.example.scoutingapp:dimen/design_bottom_navigation_label_padding = 0x7f060067
com.example.scoutingapp:dimen/design_bottom_navigation_active_text_size = 0x7f060061
-com.example.scoutingapp:id/easeOut = 0x7f0800cb
+com.example.scoutingapp:id/easeOut = 0x7f0800cf
com.example.scoutingapp:dimen/design_bottom_navigation_active_item_min_width = 0x7f060060
+com.example.scoutingapp:color/m3_ref_palette_secondary100 = 0x7f050137
com.example.scoutingapp:dimen/abc_dialog_corner_radius_material = 0x7f06001b
com.example.scoutingapp:dimen/design_appbar_elevation = 0x7f06005e
-com.example.scoutingapp:color/m3_ref_palette_secondary100 = 0x7f050136
+com.example.scoutingapp:layout/support_simple_spinner_dropdown_item = 0x7f0b0070
com.example.scoutingapp:attr/pressedTranslationZ = 0x7f030390
com.example.scoutingapp:dimen/compat_control_corner_material = 0x7f06005a
-com.example.scoutingapp:layout/support_simple_spinner_dropdown_item = 0x7f0b0070
com.example.scoutingapp:dimen/compat_button_padding_vertical_material = 0x7f060059
+com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f06015b
+com.example.scoutingapp:dimen/m3_comp_date_picker_modal_date_today_container_outline_width = 0x7f060104
+com.example.scoutingapp:drawable/m3_avd_hide_password = 0x7f07009f
com.example.scoutingapp:attr/voiceIcon = 0x7f0304d7
com.example.scoutingapp:dimen/compat_button_inset_vertical_material = 0x7f060057
com.example.scoutingapp:dimen/compat_button_inset_horizontal_material = 0x7f060056
+com.example.scoutingapp:dimen/m3_comp_sheet_side_docked_container_width = 0x7f06017e
+com.example.scoutingapp:attr/tabMinWidth = 0x7f030425
+com.example.scoutingapp:dimen/cardview_default_elevation = 0x7f060053
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_focus_state_layer_color = 0x7f0c0161
com.example.scoutingapp:dimen/cardview_compat_inset_shadow = 0x7f060052
-com.example.scoutingapp:dimen/abc_text_size_menu_material = 0x7f06004b
+com.example.scoutingapp:dimen/abc_text_size_title_material_toolbar = 0x7f060050
+com.example.scoutingapp:dimen/abc_text_size_subhead_material = 0x7f06004d
com.example.scoutingapp:macro/m3_comp_date_picker_modal_range_selection_header_headline_type = 0x7f0c001a
+com.example.scoutingapp:dimen/abc_text_size_menu_material = 0x7f06004b
com.example.scoutingapp:dimen/abc_text_size_menu_header_material = 0x7f06004a
-com.example.scoutingapp:id/search_bar = 0x7f0801ac
-com.example.scoutingapp:color/m3_button_ripple_color_selector = 0x7f050068
+com.example.scoutingapp:dimen/abc_text_size_headline_material = 0x7f060047
+com.example.scoutingapp:id/search_bar = 0x7f0801af
com.example.scoutingapp:attr/triggerReceiver = 0x7f0304c7
+com.example.scoutingapp:color/m3_button_ripple_color_selector = 0x7f050069
com.example.scoutingapp:dimen/abc_text_size_display_1_material = 0x7f060043
+com.example.scoutingapp:dimen/abc_text_size_button_material = 0x7f060041
com.example.scoutingapp:styleable/RecyclerView = 0x7f120076
-com.example.scoutingapp:dimen/abc_text_size_body_1_material = 0x7f06003f
com.example.scoutingapp:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f11035c
-com.example.scoutingapp:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0601c7
-com.example.scoutingapp:attr/buttonBarNegativeButtonStyle = 0x7f03008b
+com.example.scoutingapp:dimen/abc_text_size_body_1_material = 0x7f06003f
+com.example.scoutingapp:style/ThemeOverlay.Material3.TabLayout = 0x7f1102b8
+com.example.scoutingapp:attr/colorOnSurfaceVariant = 0x7f03010c
+com.example.scoutingapp:dimen/abc_star_big = 0x7f06003b
com.example.scoutingapp:color/abc_tint_switch_track = 0x7f050018
-com.example.scoutingapp:dimen/abc_select_dialog_padding_start_material = 0x7f06003a
-com.example.scoutingapp:id/with_icon = 0x7f080225
+com.example.scoutingapp:attr/buttonBarNegativeButtonStyle = 0x7f03008b
+com.example.scoutingapp:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0601c7
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1101fe
+com.example.scoutingapp:id/with_icon = 0x7f080228
+com.example.scoutingapp:dimen/abc_select_dialog_padding_start_material = 0x7f06003a
+com.example.scoutingapp:dimen/abc_search_view_preferred_height = 0x7f060036
com.example.scoutingapp:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0600a5
com.example.scoutingapp:dimen/abc_progress_bar_height_material = 0x7f060035
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f11025d
@@ -2723,786 +2538,969 @@ com.example.scoutingapp:dimen/abc_list_item_height_material = 0x7f060031
com.example.scoutingapp:attr/fontProviderQuery = 0x7f030202
com.example.scoutingapp:dimen/mtrl_calendar_dialog_background_inset = 0x7f06027d
com.example.scoutingapp:dimen/abc_list_item_height_large_material = 0x7f060030
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1100e3
+com.example.scoutingapp:color/ripple_material_light = 0x7f0502fa
+com.example.scoutingapp:dimen/abc_floating_window_z = 0x7f06002f
+com.example.scoutingapp:mipmap/ic_launcher_foreground = 0x7f0d0001
com.example.scoutingapp:attr/colorOutlineVariant = 0x7f030112
-com.example.scoutingapp:mipmap/ic_launcher_foreground = 0x7f0d0002
com.example.scoutingapp:dimen/abc_edit_text_inset_top_material = 0x7f06002e
+com.example.scoutingapp:color/m3_ref_palette_neutral50 = 0x7f05010e
com.example.scoutingapp:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c
-com.example.scoutingapp:color/m3_ref_palette_neutral50 = 0x7f05010d
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f11039e
com.example.scoutingapp:dimen/design_bottom_navigation_elevation = 0x7f060062
com.example.scoutingapp:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b
com.example.scoutingapp:layout/mtrl_picker_header_title_text = 0x7f0b0061
-com.example.scoutingapp:color/mtrl_chip_text_color = 0x7f0502c6
+com.example.scoutingapp:color/mtrl_chip_text_color = 0x7f0502c7
com.example.scoutingapp:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a
-com.example.scoutingapp:color/m3_tabs_text_color = 0x7f0501fe
com.example.scoutingapp:macro/m3_comp_search_view_header_leading_icon_color = 0x7f0c00f6
com.example.scoutingapp:dimen/mtrl_slider_label_padding = 0x7f0602e6
-com.example.scoutingapp:color/material_timepicker_modebutton_tint = 0x7f0502b6
-com.example.scoutingapp:color/mtrl_card_view_foreground = 0x7f0502c1
+com.example.scoutingapp:color/material_timepicker_modebutton_tint = 0x7f0502b7
+com.example.scoutingapp:color/mtrl_card_view_foreground = 0x7f0502c2
com.example.scoutingapp:dimen/abc_dropdownitem_icon_width = 0x7f060029
com.example.scoutingapp:integer/m3_sys_shape_corner_extra_small_corner_family = 0x7f090021
com.example.scoutingapp:dimen/abc_dialog_title_divider_material = 0x7f060026
com.example.scoutingapp:string/mtrl_checkbox_button_icon_path_checked = 0x7f100069
com.example.scoutingapp:dimen/abc_dialog_min_width_minor = 0x7f060023
-com.example.scoutingapp:color/material_dynamic_secondary10 = 0x7f05024a
com.example.scoutingapp:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f1100a7
+com.example.scoutingapp:color/m3_ref_palette_tertiary60 = 0x7f050149
com.example.scoutingapp:dimen/m3_comp_secondary_navigation_tab_focus_state_layer_opacity = 0x7f060177
-com.example.scoutingapp:color/m3_ref_palette_tertiary60 = 0x7f050148
-com.example.scoutingapp:dimen/abc_dialog_min_width_major = 0x7f060022
com.example.scoutingapp:dimen/abc_action_bar_elevation_material = 0x7f060005
+com.example.scoutingapp:dimen/abc_dialog_min_width_major = 0x7f060022
com.example.scoutingapp:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f060253
com.example.scoutingapp:dimen/abc_dialog_fixed_width_minor = 0x7f06001f
-com.example.scoutingapp:dimen/abc_dialog_fixed_height_minor = 0x7f06001d
com.example.scoutingapp:macro/m3_comp_navigation_rail_active_hover_state_layer_color = 0x7f0c0094
-com.example.scoutingapp:dimen/abc_seekbar_track_progress_height_material = 0x7f060039
+com.example.scoutingapp:dimen/abc_dialog_fixed_height_minor = 0x7f06001d
+com.example.scoutingapp:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
+com.example.scoutingapp:dimen/abc_dialog_fixed_height_major = 0x7f06001c
com.example.scoutingapp:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f110067
-com.example.scoutingapp:dimen/abc_control_padding_material = 0x7f06001a
+com.example.scoutingapp:dimen/abc_seekbar_track_progress_height_material = 0x7f060039
com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f110439
+com.example.scoutingapp:dimen/abc_control_padding_material = 0x7f06001a
+com.example.scoutingapp:dimen/mtrl_extended_fab_disabled_elevation = 0x7f0602a7
+com.example.scoutingapp:drawable/indeterminate_static = 0x7f07009d
+com.example.scoutingapp:dimen/abc_control_inset_material = 0x7f060019
com.example.scoutingapp:dimen/abc_config_prefDialogWidth = 0x7f060017
+com.example.scoutingapp:id/ghost_view = 0x7f0800f0
+com.example.scoutingapp:drawable/ic_launcher_background = 0x7f070093
com.example.scoutingapp:dimen/abc_button_padding_horizontal_material = 0x7f060014
-com.example.scoutingapp:color/material_blue_grey_800 = 0x7f050213
+com.example.scoutingapp:color/material_blue_grey_800 = 0x7f050214
com.example.scoutingapp:dimen/mtrl_navigation_rail_icon_margin = 0x7f0602cf
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f110147
com.example.scoutingapp:dimen/abc_button_inset_vertical_material = 0x7f060013
+com.example.scoutingapp:drawable/material_ic_edit_black_24dp = 0x7f0700ad
+com.example.scoutingapp:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0c002e
+com.example.scoutingapp:dimen/abc_action_button_min_height_material = 0x7f06000d
com.example.scoutingapp:drawable/abc_item_background_holo_dark = 0x7f07004d
com.example.scoutingapp:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1102d0
com.example.scoutingapp:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a
com.example.scoutingapp:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f110080
-com.example.scoutingapp:dimen/abc_action_bar_stacked_max_height = 0x7f060009
com.example.scoutingapp:attr/drawableSize = 0x7f03018c
+com.example.scoutingapp:dimen/abc_action_bar_stacked_max_height = 0x7f060009
com.example.scoutingapp:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008
+com.example.scoutingapp:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007
+com.example.scoutingapp:style/Base.Theme.ScoutingApp = 0x7f110078
com.example.scoutingapp:string/m3_sys_motion_easing_legacy_decelerate = 0x7f10004d
com.example.scoutingapp:drawable/abc_list_divider_material = 0x7f07004f
-com.example.scoutingapp:style/Base.Theme.ScoutingApp = 0x7f110078
-com.example.scoutingapp:dimen/abc_action_bar_default_padding_end_material = 0x7f060003
+com.example.scoutingapp:dimen/abc_action_bar_default_padding_start_material = 0x7f060004
com.example.scoutingapp:drawable/abc_textfield_search_material = 0x7f070078
-com.example.scoutingapp:dimen/abc_action_bar_content_inset_material = 0x7f060000
+com.example.scoutingapp:dimen/abc_action_bar_default_padding_end_material = 0x7f060003
com.example.scoutingapp:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f11011a
-com.example.scoutingapp:color/white = 0x7f050306
-com.example.scoutingapp:id/bestChoice = 0x7f080071
-com.example.scoutingapp:color/tooltip_background_dark = 0x7f050304
-com.example.scoutingapp:color/switch_thumb_normal_material_dark = 0x7f050302
+com.example.scoutingapp:dimen/abc_action_bar_content_inset_material = 0x7f060000
+com.example.scoutingapp:color/white = 0x7f050307
+com.example.scoutingapp:id/bestChoice = 0x7f080072
+com.example.scoutingapp:color/tooltip_background_dark = 0x7f050305
+com.example.scoutingapp:color/switch_thumb_normal_material_dark = 0x7f050303
com.example.scoutingapp:attr/colorSurfaceBright = 0x7f030121
-com.example.scoutingapp:color/switch_thumb_material_light = 0x7f050301
+com.example.scoutingapp:color/switch_thumb_material_light = 0x7f050302
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1102e0
-com.example.scoutingapp:color/switch_thumb_disabled_material_dark = 0x7f0502fe
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_background = 0x7f05019e
-com.example.scoutingapp:color/secondary_text_default_material_dark = 0x7f0502fa
-com.example.scoutingapp:dimen/appcompat_dialog_background_inset = 0x7f060051
-com.example.scoutingapp:color/primary_text_default_material_dark = 0x7f0502f4
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_background = 0x7f05019f
+com.example.scoutingapp:color/switch_thumb_disabled_material_dark = 0x7f0502ff
+com.example.scoutingapp:dimen/m3_datepicker_elevation = 0x7f0601ad
+com.example.scoutingapp:id/accessibility_custom_action_7 = 0x7f080042
+com.example.scoutingapp:color/secondary_text_default_material_light = 0x7f0502fc
+com.example.scoutingapp:color/secondary_text_default_material_dark = 0x7f0502fb
+com.example.scoutingapp:dimen/notification_top_pad_large_text = 0x7f06031a
+com.example.scoutingapp:color/switch_thumb_normal_material_light = 0x7f050304
+com.example.scoutingapp:dimen/abc_action_button_min_width_material = 0x7f06000e
+com.example.scoutingapp:color/primary_text_disabled_material_dark = 0x7f0502f7
+com.example.scoutingapp:dimen/m3_comp_suggestion_chip_container_height = 0x7f06018a
com.example.scoutingapp:style/Base.Theme.Material3.Light.Dialog = 0x7f110061
+com.example.scoutingapp:dimen/appcompat_dialog_background_inset = 0x7f060051
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_checked_unchecked__2 = 0x7f070013
+com.example.scoutingapp:color/primary_text_default_material_dark = 0x7f0502f5
com.example.scoutingapp:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f110118
-com.example.scoutingapp:color/primary_dark_material_light = 0x7f0502f1
+com.example.scoutingapp:color/primary_dark_material_light = 0x7f0502f2
com.example.scoutingapp:style/ThemeOverlay.Material3.Button.TextButton = 0x7f110290
com.example.scoutingapp:dimen/m3_comp_outlined_card_outline_width = 0x7f060153
-com.example.scoutingapp:color/notification_action_color_filter = 0x7f0502ee
com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f11026e
-com.example.scoutingapp:color/material_dynamic_secondary60 = 0x7f050250
+com.example.scoutingapp:color/material_dynamic_secondary60 = 0x7f050251
+com.example.scoutingapp:color/notification_action_color_filter = 0x7f0502ef
+com.example.scoutingapp:dimen/material_clock_display_width = 0x7f060224
+com.example.scoutingapp:color/mtrl_textinput_hovered_box_stroke_color = 0x7f0502ee
com.example.scoutingapp:attr/verticalOffsetWithText = 0x7f0304d0
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f0601ff
com.example.scoutingapp:style/Widget.Material3.Toolbar = 0x7f1103e5
com.example.scoutingapp:style/Base.V7.Theme.AppCompat.Dialog = 0x7f1100bc
-com.example.scoutingapp:color/mtrl_textinput_focused_box_stroke_color = 0x7f0502ec
+com.example.scoutingapp:color/mtrl_textinput_focused_box_stroke_color = 0x7f0502ed
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f11003c
-com.example.scoutingapp:id/jumpToStart = 0x7f08010d
-com.example.scoutingapp:color/mtrl_textinput_filled_box_default_background_color = 0x7f0502eb
+com.example.scoutingapp:id/jumpToStart = 0x7f080111
com.example.scoutingapp:attr/colorControlHighlight = 0x7f0300f8
+com.example.scoutingapp:color/mtrl_textinput_filled_box_default_background_color = 0x7f0502ec
com.example.scoutingapp:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f110117
com.example.scoutingapp:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f060237
-com.example.scoutingapp:id/square = 0x7f0801ce
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Badge.Shape = 0x7f110157
-com.example.scoutingapp:color/mtrl_textinput_default_box_stroke_color = 0x7f0502e9
-com.example.scoutingapp:color/mtrl_text_btn_text_color_selector = 0x7f0502e8
-com.example.scoutingapp:attr/textAppearanceTitleSmall = 0x7f03045d
-com.example.scoutingapp:color/mtrl_tabs_legacy_text_color_selector = 0x7f0502e6
+com.example.scoutingapp:id/square = 0x7f0801d1
+com.example.scoutingapp:color/mtrl_textinput_default_box_stroke_color = 0x7f0502ea
+com.example.scoutingapp:color/mtrl_text_btn_text_color_selector = 0x7f0502e9
+com.example.scoutingapp:string/abc_action_mode_done = 0x7f100003
+com.example.scoutingapp:drawable/mtrl_switch_thumb = 0x7f0700cc
+com.example.scoutingapp:color/mtrl_tabs_ripple_color = 0x7f0502e8
+com.example.scoutingapp:color/m3_dynamic_dark_primary_text_disable_only = 0x7f050081
+com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f0601fe
com.example.scoutingapp:style/Widget.AppCompat.ButtonBar = 0x7f1102f9
-com.example.scoutingapp:color/mtrl_scrim_color = 0x7f0502de
+com.example.scoutingapp:attr/textAppearanceTitleSmall = 0x7f03045d
+com.example.scoutingapp:color/mtrl_tabs_legacy_text_color_selector = 0x7f0502e7
+com.example.scoutingapp:color/mtrl_tabs_colored_ripple_color = 0x7f0502e4
com.example.scoutingapp:drawable/notification_bg_normal = 0x7f0700df
-com.example.scoutingapp:color/design_default_color_secondary = 0x7f050049
-com.example.scoutingapp:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f0502d9
+com.example.scoutingapp:color/mtrl_scrim_color = 0x7f0502df
+com.example.scoutingapp:color/mtrl_outlined_stroke_color = 0x7f0502dd
+com.example.scoutingapp:macro/m3_comp_navigation_bar_active_indicator_color = 0x7f0c0066
+com.example.scoutingapp:color/mtrl_on_surface_ripple_color = 0x7f0502db
com.example.scoutingapp:interpolator/m3_sys_motion_easing_standard_accelerate = 0x7f0a000c
com.example.scoutingapp:attr/horizontalOffset = 0x7f03022d
-com.example.scoutingapp:dimen/mtrl_btn_stroke_size = 0x7f06026b
-com.example.scoutingapp:layout/mtrl_calendar_months = 0x7f0b0055
+com.example.scoutingapp:color/design_default_color_secondary = 0x7f050049
+com.example.scoutingapp:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f0502da
+com.example.scoutingapp:string/call_notification_answer_video_action = 0x7f100026
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_focus_label_text_color = 0x7f0c006d
com.example.scoutingapp:layout/abc_search_view = 0x7f0b0019
com.example.scoutingapp:attr/placeholderTextColor = 0x7f030385
-com.example.scoutingapp:color/mtrl_navigation_item_icon_tint = 0x7f0502d7
-com.example.scoutingapp:string/call_notification_answer_video_action = 0x7f100026
-com.example.scoutingapp:id/right_icon = 0x7f08019c
-com.example.scoutingapp:color/mtrl_navigation_bar_ripple_color = 0x7f0502d5
+com.example.scoutingapp:color/mtrl_navigation_item_icon_tint = 0x7f0502d8
+com.example.scoutingapp:id/right_icon = 0x7f0801a0
+com.example.scoutingapp:color/mtrl_navigation_bar_ripple_color = 0x7f0502d6
+com.example.scoutingapp:layout/mtrl_calendar_months = 0x7f0b0055
+com.example.scoutingapp:dimen/mtrl_btn_stroke_size = 0x7f06026b
com.example.scoutingapp:style/Base.V21.ThemeOverlay.Material3.SideSheetDialog = 0x7f1100ac
-com.example.scoutingapp:color/mtrl_navigation_bar_item_tint = 0x7f0502d4
com.example.scoutingapp:dimen/mtrl_extended_fab_top_padding = 0x7f0602b2
-com.example.scoutingapp:color/mtrl_indicator_text_color = 0x7f0502d1
-com.example.scoutingapp:id/RB_NoClimb = 0x7f08000d
+com.example.scoutingapp:color/mtrl_navigation_bar_item_tint = 0x7f0502d5
+com.example.scoutingapp:color/mtrl_indicator_text_color = 0x7f0502d2
+com.example.scoutingapp:id/RB_NoClimb = 0x7f08000e
com.example.scoutingapp:dimen/m3_nav_badge_with_text_vertical_offset = 0x7f0601bd
-com.example.scoutingapp:color/mtrl_filled_stroke_color = 0x7f0502d0
com.example.scoutingapp:style/Theme.MaterialComponents.CompactMenu = 0x7f110249
-com.example.scoutingapp:id/noState = 0x7f080165
-com.example.scoutingapp:color/mtrl_filled_background_color = 0x7f0502ce
-com.example.scoutingapp:color/mtrl_fab_icon_text_color_selector = 0x7f0502cc
+com.example.scoutingapp:color/mtrl_filled_stroke_color = 0x7f0502d1
+com.example.scoutingapp:color/mtrl_filled_icon_tint = 0x7f0502d0
+com.example.scoutingapp:id/noState = 0x7f080169
+com.example.scoutingapp:color/mtrl_filled_background_color = 0x7f0502cf
com.example.scoutingapp:macro/m3_comp_switch_unselected_focus_icon_color = 0x7f0c0130
-com.example.scoutingapp:color/m3_slider_halo_color_legacy = 0x7f050153
-com.example.scoutingapp:color/mtrl_fab_bg_color_selector = 0x7f0502cb
-com.example.scoutingapp:color/m3_ref_palette_neutral94 = 0x7f050115
+com.example.scoutingapp:color/mtrl_fab_icon_text_color_selector = 0x7f0502cd
+com.example.scoutingapp:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f0700b0
+com.example.scoutingapp:color/m3_ref_palette_neutral94 = 0x7f050116
+com.example.scoutingapp:color/m3_slider_halo_color_legacy = 0x7f050154
+com.example.scoutingapp:color/mtrl_fab_bg_color_selector = 0x7f0502cc
com.example.scoutingapp:style/Widget.AppCompat.TextView = 0x7f11032d
-com.example.scoutingapp:color/mtrl_error = 0x7f0502ca
-com.example.scoutingapp:color/mtrl_choice_chip_text_color = 0x7f0502c9
+com.example.scoutingapp:color/mtrl_error = 0x7f0502cb
+com.example.scoutingapp:color/mtrl_choice_chip_text_color = 0x7f0502ca
+com.example.scoutingapp:dimen/material_cursor_inset = 0x7f060230
+com.example.scoutingapp:dimen/design_bottom_navigation_item_max_width = 0x7f060065
+com.example.scoutingapp:color/mtrl_choice_chip_ripple_color = 0x7f0502c9
com.example.scoutingapp:color/abc_tint_btn_checkable = 0x7f050013
com.example.scoutingapp:drawable/screenshot_2025_01_16_115155 = 0x7f0700e7
-com.example.scoutingapp:color/switch_thumb_disabled_material_light = 0x7f0502ff
com.example.scoutingapp:dimen/m3_comp_switch_disabled_selected_icon_opacity = 0x7f060190
-com.example.scoutingapp:color/material_dynamic_color_dark_error = 0x7f05021a
-com.example.scoutingapp:color/mtrl_choice_chip_background_color = 0x7f0502c7
+com.example.scoutingapp:color/switch_thumb_disabled_material_light = 0x7f050300
com.example.scoutingapp:dimen/m3_comp_search_view_container_elevation = 0x7f060173
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_primary = 0x7f0501b1
-com.example.scoutingapp:color/mtrl_card_view_ripple = 0x7f0502c2
+com.example.scoutingapp:color/material_dynamic_color_dark_error = 0x7f05021b
+com.example.scoutingapp:color/mtrl_choice_chip_background_color = 0x7f0502c8
+com.example.scoutingapp:dimen/material_textinput_default_width = 0x7f060241
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_primary = 0x7f0501b2
+com.example.scoutingapp:color/mtrl_card_view_ripple = 0x7f0502c3
+com.example.scoutingapp:drawable/abc_cab_background_internal_bg = 0x7f07003a
+com.example.scoutingapp:color/mtrl_btn_text_color_selector = 0x7f0502be
+com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1100c6
+com.example.scoutingapp:color/mtrl_btn_text_color_disabled = 0x7f0502bd
+com.example.scoutingapp:color/mtrl_btn_stroke_color_selector = 0x7f0502ba
com.example.scoutingapp:layout/design_navigation_menu = 0x7f0b002e
com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f060214
-com.example.scoutingapp:color/mtrl_btn_bg_color_selector = 0x7f0502b7
com.example.scoutingapp:attr/counterOverflowTextAppearance = 0x7f030159
-com.example.scoutingapp:drawable/abc_ic_go_search_api_material = 0x7f070044
+com.example.scoutingapp:color/mtrl_btn_bg_color_selector = 0x7f0502b8
com.example.scoutingapp:attr/contentPaddingRight = 0x7f030144
-com.example.scoutingapp:color/material_timepicker_clockface = 0x7f0502b5
+com.example.scoutingapp:drawable/abc_ic_go_search_api_material = 0x7f070044
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Menu = 0x7f110027
-com.example.scoutingapp:color/m3_sys_color_light_outline = 0x7f0501dd
-com.example.scoutingapp:color/material_personalized_color_primary_text = 0x7f050291
-com.example.scoutingapp:color/material_dynamic_neutral95 = 0x7f05022d
-com.example.scoutingapp:color/material_timepicker_button_background = 0x7f0502b2
-com.example.scoutingapp:color/material_personalized_color_primary_inverse = 0x7f050290
-com.example.scoutingapp:color/mtrl_navigation_item_background_color = 0x7f0502d6
-com.example.scoutingapp:attr/layout_constraintGuide_end = 0x7f03028f
+com.example.scoutingapp:color/material_timepicker_clockface = 0x7f0502b6
+com.example.scoutingapp:color/material_personalized_color_primary_text = 0x7f050292
+com.example.scoutingapp:color/material_dynamic_neutral95 = 0x7f05022e
+com.example.scoutingapp:color/material_timepicker_button_background = 0x7f0502b3
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Small.Primary = 0x7f110390
-com.example.scoutingapp:color/material_slider_inactive_tick_marks_color = 0x7f0502af
+com.example.scoutingapp:attr/layout_constraintGuide_end = 0x7f03028f
+com.example.scoutingapp:color/mtrl_navigation_item_background_color = 0x7f0502d7
com.example.scoutingapp:string/bottomsheet_action_expand_halfway = 0x7f100022
-com.example.scoutingapp:color/material_on_surface_disabled = 0x7f050274
-com.example.scoutingapp:color/material_on_background_disabled = 0x7f05026e
-com.example.scoutingapp:color/mtrl_chip_surface_color = 0x7f0502c5
-com.example.scoutingapp:color/material_personalized_color_text_primary_inverse = 0x7f0502a4
+com.example.scoutingapp:color/material_on_surface_disabled = 0x7f050275
+com.example.scoutingapp:color/material_on_background_disabled = 0x7f05026f
+com.example.scoutingapp:color/material_slider_inactive_tick_marks_color = 0x7f0502b0
+com.example.scoutingapp:color/m3_sys_color_light_inverse_on_surface = 0x7f0501d0
+com.example.scoutingapp:color/material_slider_halo_color = 0x7f0502af
+com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.Full = 0x7f110171
+com.example.scoutingapp:color/material_slider_active_track_color = 0x7f0502ae
+com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1102da
+com.example.scoutingapp:color/material_personalized_primary_text_disable_only = 0x7f0502ac
+com.example.scoutingapp:color/material_personalized_primary_inverse_text_disable_only = 0x7f0502ab
+com.example.scoutingapp:id/progress_horizontal = 0x7f080194
+com.example.scoutingapp:dimen/m3_comp_fab_primary_container_elevation = 0x7f060115
+com.example.scoutingapp:color/material_personalized_color_text_secondary_and_tertiary_inverse = 0x7f0502a7
+com.example.scoutingapp:color/mtrl_chip_surface_color = 0x7f0502c6
com.example.scoutingapp:dimen/m3_extended_fab_start_padding = 0x7f0601b3
-com.example.scoutingapp:color/material_personalized_color_tertiary = 0x7f0502a1
+com.example.scoutingapp:color/material_personalized_color_text_primary_inverse = 0x7f0502a5
+com.example.scoutingapp:color/material_personalized_color_tertiary = 0x7f0502a2
+com.example.scoutingapp:id/material_clock_period_pm_button = 0x7f08012c
+com.example.scoutingapp:color/material_personalized_color_surface_inverse = 0x7f0502a0
+com.example.scoutingapp:color/material_personalized_color_surface_container_highest = 0x7f05029c
+com.example.scoutingapp:style/Widget.MaterialComponents.BottomSheet = 0x7f1103fc
+com.example.scoutingapp:attr/layout = 0x7f030276
+com.example.scoutingapp:color/material_personalized_color_surface_container = 0x7f05029a
+com.example.scoutingapp:color/material_personalized_color_surface_bright = 0x7f050299
+com.example.scoutingapp:color/material_personalized_color_secondary_text_inverse = 0x7f050297
+com.example.scoutingapp:color/material_personalized_color_primary_text_inverse = 0x7f050293
+com.example.scoutingapp:layout/abc_list_menu_item_icon = 0x7f0b000f
+com.example.scoutingapp:attr/contentDescription = 0x7f030139
+com.example.scoutingapp:color/material_personalized_color_primary_container = 0x7f050290
com.example.scoutingapp:attr/customDimension = 0x7f030165
-com.example.scoutingapp:color/primary_dark_material_dark = 0x7f0502f0
-com.example.scoutingapp:color/material_personalized_color_on_tertiary_container = 0x7f05028b
-com.example.scoutingapp:color/material_personalized_color_on_secondary_container = 0x7f050286
+com.example.scoutingapp:color/primary_dark_material_dark = 0x7f0502f1
+com.example.scoutingapp:color/material_personalized_color_on_tertiary_container = 0x7f05028c
+com.example.scoutingapp:dimen/m3_timepicker_window_elevation = 0x7f06021f
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f110037
+com.example.scoutingapp:color/material_personalized_color_on_secondary_container = 0x7f050287
+com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f110434
+com.example.scoutingapp:color/material_personalized_color_on_secondary = 0x7f050286
com.example.scoutingapp:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f1100f2
-com.example.scoutingapp:color/material_personalized_color_on_primary_container = 0x7f050284
-com.example.scoutingapp:id/collapseActionView = 0x7f08009b
-com.example.scoutingapp:color/material_personalized_color_on_primary = 0x7f050283
+com.example.scoutingapp:id/collapseActionView = 0x7f08009f
+com.example.scoutingapp:color/material_personalized_color_on_primary_container = 0x7f050285
+com.example.scoutingapp:id/textinput_prefix_text = 0x7f080202
com.example.scoutingapp:attr/deltaPolarAngle = 0x7f030175
-com.example.scoutingapp:id/textinput_prefix_text = 0x7f0801ff
-com.example.scoutingapp:color/material_personalized_color_error_container = 0x7f05027f
+com.example.scoutingapp:color/material_personalized_color_on_primary = 0x7f050284
+com.example.scoutingapp:color/material_personalized_color_error_container = 0x7f050280
com.example.scoutingapp:styleable/PropertySet = 0x7f120072
com.example.scoutingapp:drawable/abc_list_pressed_holo_dark = 0x7f070053
-com.example.scoutingapp:color/secondary_text_disabled_material_light = 0x7f0502fd
-com.example.scoutingapp:color/material_personalized_color_control_highlight = 0x7f05027c
+com.example.scoutingapp:attr/barrierMargin = 0x7f030066
+com.example.scoutingapp:color/material_personalized_color_error = 0x7f05027f
+com.example.scoutingapp:color/secondary_text_disabled_material_light = 0x7f0502fe
com.example.scoutingapp:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011
-com.example.scoutingapp:color/material_personalized_color_control_activated = 0x7f05027b
+com.example.scoutingapp:color/material_personalized_color_control_highlight = 0x7f05027d
com.example.scoutingapp:style/Widget.Material3.Button.TonalButton = 0x7f110360
com.example.scoutingapp:attr/state_collapsed = 0x7f0303f7
+com.example.scoutingapp:color/material_personalized_color_control_activated = 0x7f05027c
com.example.scoutingapp:attr/iconGravity = 0x7f030232
-com.example.scoutingapp:color/material_personalized__highlighted_text = 0x7f050278
+com.example.scoutingapp:color/material_personalized__highlighted_text = 0x7f050279
+com.example.scoutingapp:dimen/mtrl_slider_tick_min_spacing = 0x7f0602eb
+com.example.scoutingapp:dimen/m3_card_elevated_hovered_z = 0x7f0600e9
com.example.scoutingapp:attr/textAppearanceLabelSmall = 0x7f03044e
-com.example.scoutingapp:color/material_on_surface_emphasis_high_type = 0x7f050275
-com.example.scoutingapp:color/material_on_primary_emphasis_medium = 0x7f050273
-com.example.scoutingapp:color/material_on_primary_emphasis_high_type = 0x7f050272
+com.example.scoutingapp:color/material_on_surface_emphasis_high_type = 0x7f050276
+com.example.scoutingapp:color/material_on_primary_emphasis_medium = 0x7f050274
+com.example.scoutingapp:color/material_on_primary_emphasis_high_type = 0x7f050273
com.example.scoutingapp:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0c000c
com.example.scoutingapp:dimen/m3_comp_elevated_button_disabled_container_elevation = 0x7f060109
-com.example.scoutingapp:color/material_on_primary_disabled = 0x7f050271
-com.example.scoutingapp:color/material_on_background_emphasis_high_type = 0x7f05026f
+com.example.scoutingapp:color/material_on_primary_disabled = 0x7f050272
+com.example.scoutingapp:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f0602b4
+com.example.scoutingapp:color/material_on_background_emphasis_medium = 0x7f050271
+com.example.scoutingapp:color/material_on_background_emphasis_high_type = 0x7f050270
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f060206
-com.example.scoutingapp:color/material_harmonized_color_on_error_container = 0x7f05026d
-com.example.scoutingapp:color/material_grey_900 = 0x7f050269
+com.example.scoutingapp:color/material_harmonized_color_on_error_container = 0x7f05026e
+com.example.scoutingapp:color/material_grey_900 = 0x7f05026a
com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_container_color = 0x7f0c0155
-com.example.scoutingapp:color/material_grey_850 = 0x7f050268
+com.example.scoutingapp:color/material_grey_850 = 0x7f050269
com.example.scoutingapp:attr/layout_constraintHeight_min = 0x7f030294
com.example.scoutingapp:attr/motionEasingDecelerated = 0x7f030338
com.example.scoutingapp:dimen/mtrl_calendar_bottom_padding = 0x7f060274
+com.example.scoutingapp:color/material_grey_800 = 0x7f050268
+com.example.scoutingapp:color/material_dynamic_tertiary99 = 0x7f050263
com.example.scoutingapp:attr/motionDurationExtraLong3 = 0x7f030329
com.example.scoutingapp:dimen/abc_alert_dialog_button_dimen = 0x7f060011
-com.example.scoutingapp:color/material_dynamic_tertiary80 = 0x7f05025f
-com.example.scoutingapp:color/material_dynamic_tertiary70 = 0x7f05025e
-com.example.scoutingapp:dimen/design_snackbar_text_size = 0x7f060088
-com.example.scoutingapp:color/material_dynamic_primary80 = 0x7f050245
-com.example.scoutingapp:color/material_dynamic_tertiary60 = 0x7f05025d
+com.example.scoutingapp:color/material_dynamic_tertiary90 = 0x7f050261
+com.example.scoutingapp:color/material_dynamic_tertiary80 = 0x7f050260
+com.example.scoutingapp:color/material_dynamic_tertiary70 = 0x7f05025f
com.example.scoutingapp:styleable/MaterialAlertDialog = 0x7f12004d
+com.example.scoutingapp:dimen/design_snackbar_text_size = 0x7f060088
+com.example.scoutingapp:color/material_dynamic_primary80 = 0x7f050246
+com.example.scoutingapp:color/material_dynamic_tertiary60 = 0x7f05025e
com.example.scoutingapp:attr/checkedIconEnabled = 0x7f0300b6
com.example.scoutingapp:dimen/m3_comp_sheet_side_docked_standard_container_elevation = 0x7f060180
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500e7
-com.example.scoutingapp:color/material_dynamic_tertiary40 = 0x7f05025b
-com.example.scoutingapp:attr/boxCornerRadiusTopEnd = 0x7f030083
-com.example.scoutingapp:color/material_dynamic_tertiary20 = 0x7f050259
+com.example.scoutingapp:color/material_dynamic_tertiary50 = 0x7f05025d
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500e8
+com.example.scoutingapp:color/material_dynamic_tertiary40 = 0x7f05025c
com.example.scoutingapp:string/m3_ref_typeface_plain_medium = 0x7f100045
com.example.scoutingapp:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016
+com.example.scoutingapp:attr/boxCornerRadiusTopEnd = 0x7f030083
+com.example.scoutingapp:color/material_dynamic_tertiary20 = 0x7f05025a
com.example.scoutingapp:style/Widget.Design.AppBarLayout = 0x7f110333
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500b7
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500b8
com.example.scoutingapp:dimen/notification_big_circle_margin = 0x7f06030e
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f060203
-com.example.scoutingapp:dimen/abc_list_item_padding_horizontal_material = 0x7f060033
com.example.scoutingapp:dimen/mtrl_fab_min_touch_target = 0x7f0602b7
-com.example.scoutingapp:color/material_dynamic_secondary99 = 0x7f050255
-com.example.scoutingapp:color/material_dynamic_secondary90 = 0x7f050253
-com.example.scoutingapp:color/material_dynamic_color_dark_error_container = 0x7f05021b
+com.example.scoutingapp:dimen/abc_list_item_padding_horizontal_material = 0x7f060033
+com.example.scoutingapp:color/material_dynamic_secondary99 = 0x7f050256
+com.example.scoutingapp:color/material_dynamic_color_dark_error_container = 0x7f05021c
+com.example.scoutingapp:color/material_dynamic_secondary90 = 0x7f050254
+com.example.scoutingapp:drawable/material_ic_clear_black_24dp = 0x7f0700ac
com.example.scoutingapp:attr/sliderStyle = 0x7f0303dd
com.example.scoutingapp:dimen/tooltip_y_offset_non_touch = 0x7f060321
-com.example.scoutingapp:drawable/material_ic_clear_black_24dp = 0x7f0700ac
com.example.scoutingapp:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e
+com.example.scoutingapp:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f11036e
+com.example.scoutingapp:color/material_dynamic_secondary70 = 0x7f050252
com.example.scoutingapp:attr/buttonBarButtonStyle = 0x7f03008a
-com.example.scoutingapp:color/material_dynamic_secondary50 = 0x7f05024f
-com.example.scoutingapp:color/material_dynamic_secondary30 = 0x7f05024d
+com.example.scoutingapp:color/material_dynamic_secondary50 = 0x7f050250
com.example.scoutingapp:attr/cornerFamilyTopRight = 0x7f030150
-com.example.scoutingapp:color/material_dynamic_secondary20 = 0x7f05024c
+com.example.scoutingapp:color/material_dynamic_secondary30 = 0x7f05024e
+com.example.scoutingapp:color/material_dynamic_secondary20 = 0x7f05024d
+com.example.scoutingapp:color/material_dynamic_secondary10 = 0x7f05024b
+com.example.scoutingapp:color/material_dynamic_secondary0 = 0x7f05024a
+com.example.scoutingapp:color/material_dynamic_primary99 = 0x7f050249
com.example.scoutingapp:string/mtrl_badge_numberless_content_description = 0x7f100068
-com.example.scoutingapp:color/material_dynamic_primary70 = 0x7f050244
+com.example.scoutingapp:color/material_dynamic_primary70 = 0x7f050245
+com.example.scoutingapp:color/material_timepicker_clock_text_color = 0x7f0502b5
+com.example.scoutingapp:color/material_dynamic_primary50 = 0x7f050243
+com.example.scoutingapp:color/material_dynamic_primary40 = 0x7f050242
+com.example.scoutingapp:id/arc = 0x7f080065
+com.example.scoutingapp:color/material_dynamic_primary20 = 0x7f050240
+com.example.scoutingapp:layout/notification_template_icon_group = 0x7f0b006a
+com.example.scoutingapp:color/material_dynamic_neutral_variant90 = 0x7f05023a
+com.example.scoutingapp:attr/motionEffect_translationY = 0x7f030349
+com.example.scoutingapp:color/material_dynamic_neutral_variant30 = 0x7f050234
com.example.scoutingapp:integer/mtrl_switch_thumb_pre_morphing_duration = 0x7f090038
-com.example.scoutingapp:color/material_dynamic_neutral_variant20 = 0x7f050232
com.example.scoutingapp:attr/buttonIconTint = 0x7f030093
-com.example.scoutingapp:color/material_personalized_color_on_error_container = 0x7f050282
-com.example.scoutingapp:color/material_dynamic_neutral_variant100 = 0x7f050231
+com.example.scoutingapp:color/material_personalized_color_on_error_container = 0x7f050283
+com.example.scoutingapp:color/material_dynamic_neutral_variant20 = 0x7f050233
com.example.scoutingapp:attr/bottomSheetStyle = 0x7f03007d
-com.example.scoutingapp:color/material_dynamic_neutral70 = 0x7f05022a
+com.example.scoutingapp:color/material_dynamic_neutral_variant100 = 0x7f050232
+com.example.scoutingapp:color/material_dynamic_neutral_variant10 = 0x7f050231
+com.example.scoutingapp:dimen/compat_notification_large_icon_max_width = 0x7f06005c
+com.example.scoutingapp:color/material_personalized_color_primary_inverse = 0x7f050291
+com.example.scoutingapp:color/material_dynamic_neutral90 = 0x7f05022d
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_label_text_type = 0x7f0c0100
+com.example.scoutingapp:color/material_dynamic_neutral70 = 0x7f05022b
+com.example.scoutingapp:color/material_dynamic_neutral40 = 0x7f050228
+com.example.scoutingapp:id/ALT = 0x7f080000
+com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f060113
+com.example.scoutingapp:color/material_dynamic_neutral100 = 0x7f050225
com.example.scoutingapp:dimen/m3_comp_suggestion_chip_with_leading_icon_leading_icon_size = 0x7f06018e
-com.example.scoutingapp:color/material_dynamic_neutral0 = 0x7f050222
-com.example.scoutingapp:attr/firstBaselineToTopHeight = 0x7f0301d8
com.example.scoutingapp:macro/m3_comp_snackbar_container_color = 0x7f0c0113
-com.example.scoutingapp:color/m3_sys_color_dark_on_primary_container = 0x7f050164
-com.example.scoutingapp:string/call_notification_ongoing_text = 0x7f10002a
+com.example.scoutingapp:color/m3_sys_color_dark_on_primary_container = 0x7f050165
+com.example.scoutingapp:attr/firstBaselineToTopHeight = 0x7f0301d8
+com.example.scoutingapp:color/material_dynamic_neutral0 = 0x7f050223
com.example.scoutingapp:string/mtrl_timepicker_cancel = 0x7f1000a4
-com.example.scoutingapp:color/material_dynamic_color_light_on_error = 0x7f050220
+com.example.scoutingapp:string/call_notification_ongoing_text = 0x7f10002a
com.example.scoutingapp:attr/contentPadding = 0x7f030140
+com.example.scoutingapp:color/material_dynamic_color_light_on_error = 0x7f050221
com.example.scoutingapp:styleable/KeyPosition = 0x7f120045
com.example.scoutingapp:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f06028f
-com.example.scoutingapp:id/title = 0x7f080202
-com.example.scoutingapp:color/material_dynamic_color_light_error_container = 0x7f05021f
-com.example.scoutingapp:color/material_dynamic_color_dark_on_error_container = 0x7f05021d
+com.example.scoutingapp:id/title = 0x7f080205
+com.example.scoutingapp:color/material_dynamic_color_light_error_container = 0x7f050220
+com.example.scoutingapp:color/material_dynamic_color_dark_on_error_container = 0x7f05021e
com.example.scoutingapp:layout/design_layout_tab_text = 0x7f0b0028
-com.example.scoutingapp:id/tag_screen_reader_focusable = 0x7f0801e6
+com.example.scoutingapp:id/textTop = 0x7f0801f8
+com.example.scoutingapp:id/tag_screen_reader_focusable = 0x7f0801e9
com.example.scoutingapp:attr/sizePercent = 0x7f0303dc
-com.example.scoutingapp:color/material_dynamic_color_dark_on_error = 0x7f05021c
-com.example.scoutingapp:id/textTop = 0x7f0801f5
+com.example.scoutingapp:color/material_dynamic_color_dark_on_error = 0x7f05021d
+com.example.scoutingapp:drawable/$ic_launcher_foreground__0 = 0x7f070006
com.example.scoutingapp:styleable/ActionBarLayout = 0x7f120001
-com.example.scoutingapp:color/material_divider_color = 0x7f050219
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant90 = 0x7f050124
-com.example.scoutingapp:color/material_cursor_color = 0x7f050216
-com.example.scoutingapp:color/m3_tonal_button_ripple_color_selector = 0x7f050212
-com.example.scoutingapp:color/m3_timepicker_secondary_text_button_text_color = 0x7f050210
+com.example.scoutingapp:color/material_divider_color = 0x7f05021a
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant90 = 0x7f050125
+com.example.scoutingapp:color/material_cursor_color = 0x7f050217
+com.example.scoutingapp:drawable/abc_ic_menu_overflow_material = 0x7f070047
+com.example.scoutingapp:color/material_blue_grey_950 = 0x7f050216
+com.example.scoutingapp:color/m3_tonal_button_ripple_color_selector = 0x7f050213
com.example.scoutingapp:macro/m3_comp_extended_fab_surface_container_color = 0x7f0c0032
+com.example.scoutingapp:color/m3_timepicker_secondary_text_button_text_color = 0x7f050211
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f11018e
-com.example.scoutingapp:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f05020f
-com.example.scoutingapp:color/m3_timepicker_display_ripple_color = 0x7f05020d
-com.example.scoutingapp:color/m3_timepicker_button_ripple_color = 0x7f050209
+com.example.scoutingapp:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f050210
+com.example.scoutingapp:color/m3_timepicker_display_ripple_color = 0x7f05020e
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500ef
+com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0700bd
+com.example.scoutingapp:id/month_navigation_previous = 0x7f080142
+com.example.scoutingapp:color/m3_timepicker_clock_text_color = 0x7f05020c
+com.example.scoutingapp:style/Widget.Material3.Chip.Suggestion = 0x7f11036f
+com.example.scoutingapp:color/m3_timepicker_button_text_color = 0x7f05020b
+com.example.scoutingapp:color/m3_timepicker_button_ripple_color = 0x7f05020a
com.example.scoutingapp:attr/percentHeight = 0x7f03037d
-com.example.scoutingapp:color/mtrl_switch_track_decoration_tint = 0x7f0502e1
+com.example.scoutingapp:color/mtrl_switch_track_decoration_tint = 0x7f0502e2
com.example.scoutingapp:attr/minHeight = 0x7f03031b
-com.example.scoutingapp:color/m3_timepicker_button_background_color = 0x7f050208
+com.example.scoutingapp:color/m3_timepicker_button_background_color = 0x7f050209
+com.example.scoutingapp:styleable/SwitchMaterial = 0x7f120087
com.example.scoutingapp:style/Widget.Material3.MaterialDivider.Heavy = 0x7f1103b2
com.example.scoutingapp:dimen/m3_navigation_item_horizontal_padding = 0x7f0601c0
-com.example.scoutingapp:styleable/SwitchMaterial = 0x7f120087
-com.example.scoutingapp:color/m3_textfield_stroke_color = 0x7f050207
com.example.scoutingapp:attr/imageZoom = 0x7f03023f
+com.example.scoutingapp:color/m3_textfield_stroke_color = 0x7f050208
com.example.scoutingapp:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0c0030
com.example.scoutingapp:layout/abc_list_menu_item_layout = 0x7f0b0010
-com.example.scoutingapp:color/m3_textfield_label_color = 0x7f050206
+com.example.scoutingapp:color/m3_textfield_label_color = 0x7f050207
com.example.scoutingapp:dimen/m3_comp_slider_active_handle_width = 0x7f060183
-com.example.scoutingapp:color/switch_thumb_material_dark = 0x7f050300
com.example.scoutingapp:bool/mtrl_btn_textappearance_all_caps = 0x7f040002
-com.example.scoutingapp:color/m3_textfield_input_text_color = 0x7f050205
-com.example.scoutingapp:id/accessibility_custom_action_30 = 0x7f08003c
-com.example.scoutingapp:color/m3_textfield_indicator_text_color = 0x7f050204
+com.example.scoutingapp:color/switch_thumb_material_dark = 0x7f050301
+com.example.scoutingapp:id/accessibility_custom_action_30 = 0x7f08003d
+com.example.scoutingapp:color/m3_textfield_input_text_color = 0x7f050206
com.example.scoutingapp:style/Platform.MaterialComponents.Light = 0x7f11013b
-com.example.scoutingapp:id/material_timepicker_view = 0x7f080134
-com.example.scoutingapp:color/m3_ref_palette_neutral70 = 0x7f050110
-com.example.scoutingapp:drawable/mtrl_bottomsheet_drag_handle = 0x7f0700b4
-com.example.scoutingapp:dimen/mtrl_high_ripple_hovered_alpha = 0x7f0602bc
+com.example.scoutingapp:color/m3_textfield_indicator_text_color = 0x7f050205
+com.example.scoutingapp:id/material_timepicker_view = 0x7f080138
com.example.scoutingapp:attr/layout_constraintBaseline_toTopOf = 0x7f030284
+com.example.scoutingapp:dimen/mtrl_high_ripple_hovered_alpha = 0x7f0602bc
com.example.scoutingapp:color/background_floating_material_dark = 0x7f05001d
+com.example.scoutingapp:color/m3_ref_palette_neutral70 = 0x7f050111
+com.example.scoutingapp:drawable/mtrl_bottomsheet_drag_handle = 0x7f0700b4
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500ee
com.example.scoutingapp:dimen/m3_comp_time_picker_time_selector_pressed_state_layer_opacity = 0x7f0601a7
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500ed
-com.example.scoutingapp:dimen/hint_alpha_material_dark = 0x7f060096
com.example.scoutingapp:attr/badgeWithTextShapeAppearanceOverlay = 0x7f030061
-com.example.scoutingapp:id/RB_Park = 0x7f08000e
-com.example.scoutingapp:color/m3_textfield_filled_background_color = 0x7f050203
-com.example.scoutingapp:color/material_grey_300 = 0x7f050264
-com.example.scoutingapp:xml/data_extraction_rules = 0x7f130001
-com.example.scoutingapp:color/m3_sys_color_light_surface = 0x7f0501e3
-com.example.scoutingapp:color/m3_text_button_ripple_color_selector = 0x7f050202
+com.example.scoutingapp:dimen/hint_alpha_material_dark = 0x7f060096
+com.example.scoutingapp:id/RB_Park = 0x7f08000f
+com.example.scoutingapp:color/m3_textfield_filled_background_color = 0x7f050204
com.example.scoutingapp:dimen/mtrl_chip_pressed_translation_z = 0x7f0602a1
-com.example.scoutingapp:color/m3_text_button_foreground_color_selector = 0x7f050201
-com.example.scoutingapp:color/m3_text_button_background_color_selector = 0x7f050200
-com.example.scoutingapp:color/m3_tabs_text_color_secondary = 0x7f0501ff
-com.example.scoutingapp:color/m3_sys_color_tertiary_fixed_dim = 0x7f0501f9
+com.example.scoutingapp:color/m3_text_button_ripple_color_selector = 0x7f050203
+com.example.scoutingapp:color/m3_text_button_foreground_color_selector = 0x7f050202
+com.example.scoutingapp:color/m3_text_button_background_color_selector = 0x7f050201
+com.example.scoutingapp:color/m3_tabs_text_color_secondary = 0x7f050200
+com.example.scoutingapp:color/m3_tabs_text_color = 0x7f0501ff
+com.example.scoutingapp:color/m3_tabs_icon_color_secondary = 0x7f0501fc
com.example.scoutingapp:attr/forceApplySystemWindowInsetTop = 0x7f030207
-com.example.scoutingapp:color/m3_sys_color_tertiary_fixed = 0x7f0501f8
+com.example.scoutingapp:color/m3_sys_color_tertiary_fixed_dim = 0x7f0501fa
com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_container_shape = 0x7f0c0152
-com.example.scoutingapp:color/material_personalized_color_surface_container_low = 0x7f05029c
-com.example.scoutingapp:color/m3_sys_color_secondary_fixed_dim = 0x7f0501f7
+com.example.scoutingapp:color/m3_sys_color_tertiary_fixed = 0x7f0501f9
+com.example.scoutingapp:color/material_personalized_color_surface_container_low = 0x7f05029d
+com.example.scoutingapp:color/m3_sys_color_secondary_fixed_dim = 0x7f0501f8
com.example.scoutingapp:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070048
-com.example.scoutingapp:color/m3_sys_color_primary_fixed_dim = 0x7f0501f5
com.example.scoutingapp:style/Base.TextAppearance.Material3.Search = 0x7f110043
-com.example.scoutingapp:color/m3_sys_color_on_primary_fixed_variant = 0x7f0501ef
-com.example.scoutingapp:attr/autoTransition = 0x7f030045
+com.example.scoutingapp:color/m3_sys_color_primary_fixed_dim = 0x7f0501f6
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500cb
+com.example.scoutingapp:dimen/abc_text_size_medium_material = 0x7f060049
+com.example.scoutingapp:macro/m3_comp_dialog_supporting_text_type = 0x7f0c0027
+com.example.scoutingapp:color/m3_sys_color_on_secondary_fixed = 0x7f0501f1
com.example.scoutingapp:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f110242
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500e8
-com.example.scoutingapp:id/disableHome = 0x7f0800bb
+com.example.scoutingapp:attr/autoTransition = 0x7f030045
+com.example.scoutingapp:color/m3_sys_color_on_primary_fixed_variant = 0x7f0501f0
com.example.scoutingapp:styleable/KeyCycle = 0x7f120041
-com.example.scoutingapp:color/m3_sys_color_light_tertiary = 0x7f0501ec
-com.example.scoutingapp:id/Rbutton1 = 0x7f080010
-com.example.scoutingapp:color/m3_sys_color_light_surface_container_lowest = 0x7f0501e9
-com.example.scoutingapp:color/m3_sys_color_light_on_background = 0x7f0501d2
-com.example.scoutingapp:color/m3_sys_color_light_surface_container_high = 0x7f0501e6
-com.example.scoutingapp:color/m3_sys_color_light_surface_container = 0x7f0501e5
-com.example.scoutingapp:color/m3_sys_color_light_on_surface = 0x7f0501d9
-com.example.scoutingapp:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f060292
+com.example.scoutingapp:id/disableHome = 0x7f0800bf
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500e9
+com.example.scoutingapp:color/m3_sys_color_light_tertiary = 0x7f0501ed
+com.example.scoutingapp:color/m3_sys_color_light_surface_variant = 0x7f0501ec
+com.example.scoutingapp:id/Rbutton1 = 0x7f080011
+com.example.scoutingapp:color/m3_sys_color_light_on_background = 0x7f0501d3
+com.example.scoutingapp:color/m3_sys_color_light_surface_container_lowest = 0x7f0501ea
+com.example.scoutingapp:color/m3_sys_color_light_surface_container_high = 0x7f0501e7
+com.example.scoutingapp:color/m3_sys_color_light_surface_container = 0x7f0501e6
+com.example.scoutingapp:xml/data_extraction_rules = 0x7f130001
+com.example.scoutingapp:color/material_grey_300 = 0x7f050265
+com.example.scoutingapp:color/m3_sys_color_light_surface = 0x7f0501e4
+com.example.scoutingapp:color/m3_sys_color_light_secondary = 0x7f0501e2
+com.example.scoutingapp:style/Theme.AppCompat.DayNight.Dialog = 0x7f110210
+com.example.scoutingapp:id/action_container = 0x7f08004f
+com.example.scoutingapp:color/m3_sys_color_light_primary = 0x7f0501e0
+com.example.scoutingapp:color/m3_sys_color_light_outline_variant = 0x7f0501df
+com.example.scoutingapp:color/m3_sys_color_light_outline = 0x7f0501de
+com.example.scoutingapp:macro/m3_comp_sheet_side_docked_modal_container_color = 0x7f0c0108
+com.example.scoutingapp:color/material_dynamic_neutral_variant95 = 0x7f05023b
+com.example.scoutingapp:color/m3_sys_color_light_on_tertiary = 0x7f0501dc
+com.example.scoutingapp:color/material_dynamic_tertiary30 = 0x7f05025b
+com.example.scoutingapp:color/m3_dynamic_default_color_primary_text = 0x7f050082
+com.example.scoutingapp:color/m3_sys_color_light_on_surface_variant = 0x7f0501db
+com.example.scoutingapp:color/m3_sys_color_light_on_surface = 0x7f0501da
+com.example.scoutingapp:color/m3_sys_color_light_on_secondary_container = 0x7f0501d9
com.example.scoutingapp:attr/itemActiveIndicatorStyle = 0x7f03024e
-com.example.scoutingapp:id/buttonReset = 0x7f080230
-com.example.scoutingapp:color/m3_sys_color_light_on_secondary = 0x7f0501d7
+com.example.scoutingapp:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f060292
+com.example.scoutingapp:id/buttonReset = 0x7f08007e
com.example.scoutingapp:attr/materialIconButtonOutlinedStyle = 0x7f030300
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral40 = 0x7f0500a8
-com.example.scoutingapp:color/m3_sys_color_light_on_primary_container = 0x7f0501d6
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral40 = 0x7f0500a9
+com.example.scoutingapp:color/m3_sys_color_light_on_secondary = 0x7f0501d8
+com.example.scoutingapp:color/m3_sys_color_light_on_primary_container = 0x7f0501d7
com.example.scoutingapp:attr/materialCardViewFilledStyle = 0x7f0302f6
-com.example.scoutingapp:color/material_personalized_color_surface_dim = 0x7f05029e
+com.example.scoutingapp:color/material_personalized_color_surface_dim = 0x7f05029f
+com.example.scoutingapp:color/m3_sys_color_light_on_primary = 0x7f0501d6
com.example.scoutingapp:color/highlighted_text_material_dark = 0x7f05005e
com.example.scoutingapp:dimen/design_navigation_padding_bottom = 0x7f06007c
+com.example.scoutingapp:style/Widget.Material3.Tooltip = 0x7f1103e8
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f110191
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.SearchBar.Avatar.Shape = 0x7f110160
-com.example.scoutingapp:style/Widget.Material3.Tooltip = 0x7f1103e8
com.example.scoutingapp:attr/textFillColor = 0x7f030466
-com.example.scoutingapp:color/m3_sys_color_light_on_error_container = 0x7f0501d4
+com.example.scoutingapp:color/m3_sys_color_light_on_error_container = 0x7f0501d5
+com.example.scoutingapp:styleable/BottomAppBar = 0x7f120015
+com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110098
+com.example.scoutingapp:color/m3_sys_color_light_on_error = 0x7f0501d4
+com.example.scoutingapp:dimen/design_snackbar_min_width = 0x7f060084
+com.example.scoutingapp:dimen/mtrl_navigation_bar_item_default_margin = 0x7f0602c4
com.example.scoutingapp:attr/navigationIconTint = 0x7f030357
-com.example.scoutingapp:color/m3_sys_color_light_inverse_surface = 0x7f0501d1
-com.example.scoutingapp:color/m3_sys_color_light_inverse_primary = 0x7f0501d0
-com.example.scoutingapp:dimen/abc_dialog_padding_material = 0x7f060024
-com.example.scoutingapp:id/search_go_btn = 0x7f0801b0
+com.example.scoutingapp:color/m3_sys_color_light_inverse_surface = 0x7f0501d2
+com.example.scoutingapp:color/m3_sys_color_light_inverse_primary = 0x7f0501d1
+com.example.scoutingapp:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0602c0
+com.example.scoutingapp:dimen/compat_button_padding_horizontal_material = 0x7f060058
+com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f110127
+com.example.scoutingapp:color/material_dynamic_color_light_error = 0x7f05021f
+com.example.scoutingapp:id/search_go_btn = 0x7f0801b3
com.example.scoutingapp:dimen/mtrl_navigation_rail_margin = 0x7f0602d1
-com.example.scoutingapp:color/m3_sys_color_light_error_container = 0x7f0501ce
+com.example.scoutingapp:dimen/abc_dialog_padding_material = 0x7f060024
com.example.scoutingapp:attr/maxNumber = 0x7f030313
-com.example.scoutingapp:dimen/hint_pressed_alpha_material_light = 0x7f060099
com.example.scoutingapp:attr/buttonIconDimen = 0x7f030092
+com.example.scoutingapp:dimen/hint_pressed_alpha_material_light = 0x7f060099
+com.example.scoutingapp:color/m3_sys_color_light_error_container = 0x7f0501cf
com.example.scoutingapp:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0600c6
-com.example.scoutingapp:color/m3_sys_color_light_error = 0x7f0501cd
com.example.scoutingapp:style/Widget.MaterialComponents.ProgressIndicator = 0x7f110442
com.example.scoutingapp:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f1103db
-com.example.scoutingapp:color/m3_sys_color_dynamic_tertiary_fixed_dim = 0x7f0501cb
-com.example.scoutingapp:color/m3_sys_color_dynamic_secondary_fixed = 0x7f0501c8
-com.example.scoutingapp:color/m3_sys_color_dynamic_primary_fixed_dim = 0x7f0501c7
+com.example.scoutingapp:color/m3_sys_color_light_error = 0x7f0501ce
+com.example.scoutingapp:color/m3_sys_color_light_background = 0x7f0501cd
+com.example.scoutingapp:color/m3_sys_color_dynamic_tertiary_fixed_dim = 0x7f0501cc
+com.example.scoutingapp:style/Widget.MaterialComponents.NavigationView = 0x7f11043d
+com.example.scoutingapp:color/m3_sys_color_dynamic_secondary_fixed_dim = 0x7f0501ca
+com.example.scoutingapp:color/m3_sys_color_dynamic_secondary_fixed = 0x7f0501c9
+com.example.scoutingapp:color/m3_sys_color_dynamic_primary_fixed_dim = 0x7f0501c8
com.example.scoutingapp:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f110447
com.example.scoutingapp:attr/motionEffect_end = 0x7f030344
-com.example.scoutingapp:color/m3_sys_color_dynamic_on_tertiary_fixed = 0x7f0501c4
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500e9
+com.example.scoutingapp:color/m3_sys_color_dynamic_on_tertiary_fixed = 0x7f0501c5
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500ea
com.example.scoutingapp:dimen/mtrl_progress_circular_size_extra_small = 0x7f0602da
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_tertiary = 0x7f0501be
+com.example.scoutingapp:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f06020b
+com.example.scoutingapp:color/m3_sys_color_dynamic_on_secondary_fixed_variant = 0x7f0501c4
+com.example.scoutingapp:dimen/mtrl_extended_fab_end_padding_icon = 0x7f0602ab
+com.example.scoutingapp:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f0602a5
+com.example.scoutingapp:color/m3_sys_color_dynamic_on_primary_fixed_variant = 0x7f0501c2
com.example.scoutingapp:attr/yearStyle = 0x7f0304ea
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_variant = 0x7f0501bd
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_dim = 0x7f0501bc
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_tertiary = 0x7f0501bf
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_variant = 0x7f0501be
com.example.scoutingapp:attr/materialAlertDialogTitleIconStyle = 0x7f0302e0
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_dim = 0x7f0501bd
+com.example.scoutingapp:style/Theme.Design.Light.NoActionBar = 0x7f110226
com.example.scoutingapp:macro/m3_comp_search_bar_supporting_text_color = 0x7f0c00ee
com.example.scoutingapp:dimen/m3_chip_disabled_translation_z = 0x7f0600f5
-com.example.scoutingapp:style/Theme.Design.Light.NoActionBar = 0x7f110226
-com.example.scoutingapp:color/material_dynamic_color_light_on_error_container = 0x7f050221
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_hover_state_layer_color = 0x7f0c008b
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_lowest = 0x7f0501bb
+com.example.scoutingapp:color/material_dynamic_color_light_on_error_container = 0x7f050222
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_lowest = 0x7f0501bc
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container = 0x7f0501b8
+com.example.scoutingapp:drawable/mtrl_switch_track_decoration = 0x7f0700d7
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface = 0x7f0501b6
com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f110405
-com.example.scoutingapp:attr/materialSearchViewPrefixStyle = 0x7f030303
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_secondary_container = 0x7f0501b4
com.example.scoutingapp:attr/fastScrollHorizontalThumbDrawable = 0x7f0301d4
+com.example.scoutingapp:attr/materialSearchViewPrefixStyle = 0x7f030303
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_secondary_container = 0x7f0501b5
+com.example.scoutingapp:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f11004e
+com.example.scoutingapp:color/mtrl_btn_text_btn_ripple_color = 0x7f0502bc
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_secondary = 0x7f0501b4
+com.example.scoutingapp:layout/select_dialog_item_material = 0x7f0b006d
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_outline_variant = 0x7f0501b1
com.example.scoutingapp:attr/tooltipFrameBackground = 0x7f0304ab
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_outline = 0x7f0501af
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f0501ae
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_secondary = 0x7f0501a9
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_outline = 0x7f0501b0
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f0501af
com.example.scoutingapp:attr/mock_showDiagonals = 0x7f030324
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_secondary = 0x7f0501aa
com.example.scoutingapp:dimen/mtrl_navigation_rail_compact_width = 0x7f0602cc
com.example.scoutingapp:dimen/m3_btn_disabled_translation_z = 0x7f0600ce
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_primary = 0x7f0501a7
-com.example.scoutingapp:attr/background = 0x7f030047
com.example.scoutingapp:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f1101a2
+com.example.scoutingapp:attr/background = 0x7f030047
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_primary = 0x7f0501a8
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_focus_icon_color = 0x7f0c005f
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_error_container = 0x7f0501a6
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_error_container = 0x7f0501a7
com.example.scoutingapp:drawable/ic_mtrl_chip_checked_black = 0x7f070099
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_error_container = 0x7f0501a0
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_unselected_focus_state_layer_color = 0x7f0c0168
-com.example.scoutingapp:dimen/abc_text_size_caption_material = 0x7f060042
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_error_container = 0x7f0501a1
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f110382
com.example.scoutingapp:dimen/m3_comp_navigation_rail_hover_state_layer_opacity = 0x7f06014a
-com.example.scoutingapp:color/m3_sys_color_light_tertiary_container = 0x7f0501ed
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f05019d
+com.example.scoutingapp:dimen/abc_text_size_caption_material = 0x7f060042
+com.example.scoutingapp:color/m3_sys_color_light_tertiary_container = 0x7f0501ee
com.example.scoutingapp:macro/m3_comp_elevated_card_container_shape = 0x7f0c002b
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_tertiary = 0x7f05019c
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f05019e
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_tertiary = 0x7f05019d
+com.example.scoutingapp:style/TextAppearance.AppCompat.Title.Inverse = 0x7f1101af
com.example.scoutingapp:style/Animation.Material3.SideSheetDialog.Left = 0x7f110008
com.example.scoutingapp:dimen/mtrl_slider_widget_height = 0x7f0602ef
-com.example.scoutingapp:style/TextAppearance.AppCompat.Title.Inverse = 0x7f1101af
com.example.scoutingapp:layout/material_timepicker_dialog = 0x7f0b0045
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_high = 0x7f050196
-com.example.scoutingapp:color/material_dynamic_primary95 = 0x7f050247
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_high = 0x7f050197
+com.example.scoutingapp:color/material_dynamic_primary95 = 0x7f050248
com.example.scoutingapp:dimen/mtrl_card_corner_radius = 0x7f06029d
+com.example.scoutingapp:color/material_grey_600 = 0x7f050267
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f110256
-com.example.scoutingapp:color/material_dynamic_secondary80 = 0x7f050252
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface = 0x7f050193
+com.example.scoutingapp:color/material_dynamic_secondary80 = 0x7f050253
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface = 0x7f050194
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_secondary = 0x7f050192
com.example.scoutingapp:attr/navigationViewStyle = 0x7f03035a
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_primary = 0x7f05018f
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_outline_variant = 0x7f05018e
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_primary = 0x7f050190
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0 = 0x7f070010
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_outline = 0x7f05018d
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_outline_variant = 0x7f05018f
com.example.scoutingapp:interpolator/fast_out_slow_in = 0x7f0a0006
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f05018a
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_outline = 0x7f05018e
+com.example.scoutingapp:attr/thumbStrokeWidth = 0x7f030484
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f05018d
com.example.scoutingapp:dimen/m3_comp_elevated_card_container_elevation = 0x7f06010a
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050188
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f05018b
com.example.scoutingapp:style/TextAppearance.AppCompat.Medium = 0x7f1101a5
com.example.scoutingapp:attr/expandedHintEnabled = 0x7f0301b9
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_error = 0x7f050183
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050189
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050188
com.example.scoutingapp:attr/itemShapeAppearance = 0x7f03025c
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_error = 0x7f050184
com.example.scoutingapp:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f060207
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_background = 0x7f050182
-com.example.scoutingapp:id/toggle = 0x7f080205
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f050180
+com.example.scoutingapp:id/toggle = 0x7f080208
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_background = 0x7f050183
+com.example.scoutingapp:string/abc_menu_shift_shortcut_label = 0x7f10000e
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050182
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f050181
+com.example.scoutingapp:id/TBA = 0x7f08001e
com.example.scoutingapp:attr/badgeWidePadding = 0x7f03005c
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_background = 0x7f05017c
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_background = 0x7f05017d
com.example.scoutingapp:style/Animation.AppCompat.Dialog = 0x7f110002
com.example.scoutingapp:dimen/m3_comp_fab_primary_icon_size = 0x7f06011a
-com.example.scoutingapp:color/m3_sys_color_dark_tertiary = 0x7f05017a
com.example.scoutingapp:drawable/mtrl_popupmenu_background = 0x7f0700ca
-com.example.scoutingapp:color/m3_sys_color_dark_surface_dim = 0x7f050178
+com.example.scoutingapp:color/m3_sys_color_dark_tertiary = 0x7f05017b
com.example.scoutingapp:string/exposed_dropdown_menu_content_description = 0x7f100036
-com.example.scoutingapp:id/accessibility_custom_action_25 = 0x7f080036
-com.example.scoutingapp:color/m3_sys_color_dynamic_on_secondary_fixed = 0x7f0501c2
-com.example.scoutingapp:color/m3_sys_color_dark_surface_container_low = 0x7f050176
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_error = 0x7f0501a5
+com.example.scoutingapp:color/m3_sys_color_dark_surface_dim = 0x7f050179
+com.example.scoutingapp:id/accessibility_custom_action_25 = 0x7f080037
+com.example.scoutingapp:color/m3_sys_color_dynamic_on_secondary_fixed = 0x7f0501c3
com.example.scoutingapp:attr/extendMotionSpec = 0x7f0301c2
-com.example.scoutingapp:id/header_title = 0x7f0800f4
-com.example.scoutingapp:color/m3_sys_color_dark_surface_container_highest = 0x7f050175
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_error = 0x7f0501a6
+com.example.scoutingapp:color/m3_sys_color_dark_surface_container_low = 0x7f050177
com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long3 = 0x7f090011
+com.example.scoutingapp:id/header_title = 0x7f0800f8
+com.example.scoutingapp:color/m3_sys_color_dark_surface_container_highest = 0x7f050176
+com.example.scoutingapp:color/m3_sys_color_dark_surface_container = 0x7f050174
+com.example.scoutingapp:color/m3_sys_color_dark_surface = 0x7f050172
+com.example.scoutingapp:color/m3_sys_color_dark_secondary = 0x7f050170
com.example.scoutingapp:styleable/NavigationBarActiveIndicator = 0x7f12006a
-com.example.scoutingapp:color/m3_sys_color_dark_primary_container = 0x7f05016e
+com.example.scoutingapp:color/m3_sys_color_dark_primary_container = 0x7f05016f
com.example.scoutingapp:dimen/design_fab_translation_z_pressed = 0x7f060074
-com.example.scoutingapp:color/m3_sys_color_dark_outline = 0x7f05016b
-com.example.scoutingapp:macro/m3_comp_navigation_drawer_modal_container_color = 0x7f0c0092
-com.example.scoutingapp:color/m3_sys_color_dark_on_tertiary_container = 0x7f05016a
+com.example.scoutingapp:color/m3_sys_color_dark_outline = 0x7f05016c
com.example.scoutingapp:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0c011b
-com.example.scoutingapp:color/m3_sys_color_dark_on_tertiary = 0x7f050169
+com.example.scoutingapp:macro/m3_comp_navigation_drawer_modal_container_color = 0x7f0c0092
+com.example.scoutingapp:color/m3_sys_color_dark_on_tertiary_container = 0x7f05016b
com.example.scoutingapp:dimen/mtrl_badge_with_text_size = 0x7f060252
-com.example.scoutingapp:color/m3_sys_color_dark_on_surface_variant = 0x7f050168
+com.example.scoutingapp:color/m3_sys_color_dark_on_tertiary = 0x7f05016a
com.example.scoutingapp:attr/buttonTint = 0x7f030098
+com.example.scoutingapp:color/m3_sys_color_dark_on_surface_variant = 0x7f050169
com.example.scoutingapp:dimen/design_navigation_elevation = 0x7f060075
-com.example.scoutingapp:color/m3_sys_color_dark_on_surface = 0x7f050167
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialDivider = 0x7f110437
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_hover_state_layer_color = 0x7f0c0064
-com.example.scoutingapp:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f05008f
-com.example.scoutingapp:dimen/abc_panel_menu_list_width = 0x7f060034
+com.example.scoutingapp:color/m3_sys_color_dark_on_surface = 0x7f050168
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_pressed_state_layer_color = 0x7f0c0083
com.example.scoutingapp:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0c004d
-com.example.scoutingapp:color/m3_sys_color_dark_on_secondary = 0x7f050165
-com.example.scoutingapp:color/material_harmonized_color_error_container = 0x7f05026b
+com.example.scoutingapp:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f050090
+com.example.scoutingapp:dimen/abc_panel_menu_list_width = 0x7f060034
+com.example.scoutingapp:color/m3_sys_color_dark_on_secondary = 0x7f050166
+com.example.scoutingapp:color/material_harmonized_color_error_container = 0x7f05026c
com.example.scoutingapp:drawable/$m3_avd_show_password__0 = 0x7f07000a
-com.example.scoutingapp:color/m3_sys_color_dark_on_primary = 0x7f050163
-com.example.scoutingapp:color/m3_sys_color_dark_on_error = 0x7f050161
-com.example.scoutingapp:color/m3_slider_thumb_color = 0x7f050156
-com.example.scoutingapp:color/m3_slider_inactive_track_color = 0x7f050154
-com.example.scoutingapp:color/m3_slider_active_track_color = 0x7f050151
+com.example.scoutingapp:color/m3_sys_color_dark_on_primary = 0x7f050164
+com.example.scoutingapp:dimen/m3_comp_assist_chip_flat_container_elevation = 0x7f0600fc
+com.example.scoutingapp:color/m3_sys_color_dark_on_error_container = 0x7f050163
+com.example.scoutingapp:color/m3_sys_color_dark_on_error = 0x7f050162
+com.example.scoutingapp:color/m3_sys_color_dark_inverse_surface = 0x7f050160
+com.example.scoutingapp:id/time = 0x7f080204
+com.example.scoutingapp:color/m3_sys_color_dark_inverse_primary = 0x7f05015f
+com.example.scoutingapp:dimen/m3_comp_primary_navigation_tab_active_focus_state_layer_opacity = 0x7f06015a
+com.example.scoutingapp:color/m3_sys_color_dark_error_container = 0x7f05015d
+com.example.scoutingapp:color/m3_slider_thumb_color = 0x7f050157
+com.example.scoutingapp:color/m3_slider_inactive_track_color_legacy = 0x7f050156
+com.example.scoutingapp:color/m3_slider_inactive_track_color = 0x7f050155
+com.example.scoutingapp:style/Widget.MaterialComponents.Badge = 0x7f1103f5
+com.example.scoutingapp:color/m3_slider_active_track_color_legacy = 0x7f050153
+com.example.scoutingapp:color/m3_slider_active_track_color = 0x7f050152
com.example.scoutingapp:dimen/mtrl_calendar_landscape_header_width = 0x7f060287
-com.example.scoutingapp:color/m3_simple_item_ripple_color = 0x7f050150
-com.example.scoutingapp:id/tag_accessibility_heading = 0x7f0801e1
-com.example.scoutingapp:id/stop = 0x7f0801d9
-com.example.scoutingapp:color/m3_ref_palette_tertiary99 = 0x7f05014d
+com.example.scoutingapp:id/tag_accessibility_heading = 0x7f0801e4
+com.example.scoutingapp:id/stop = 0x7f0801dc
+com.example.scoutingapp:color/m3_simple_item_ripple_color = 0x7f050151
+com.example.scoutingapp:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1100e2
+com.example.scoutingapp:dimen/m3_sys_elevation_level3 = 0x7f0601f3
+com.example.scoutingapp:color/m3_selection_control_ripple_color_selector = 0x7f050150
+com.example.scoutingapp:color/m3_ref_palette_tertiary99 = 0x7f05014e
+com.example.scoutingapp:color/mtrl_outlined_icon_tint = 0x7f0502dc
+com.example.scoutingapp:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f06023b
+com.example.scoutingapp:id/disjoint = 0x7f0800c3
+com.example.scoutingapp:color/m3_sys_color_dynamic_tertiary_fixed = 0x7f0501cb
+com.example.scoutingapp:color/m3_ref_palette_tertiary95 = 0x7f05014d
com.example.scoutingapp:dimen/compat_notification_large_icon_max_height = 0x7f06005b
-com.example.scoutingapp:color/m3_ref_palette_tertiary90 = 0x7f05014b
-com.example.scoutingapp:color/material_dynamic_tertiary95 = 0x7f050261
-com.example.scoutingapp:id/exitUntilCollapsed = 0x7f0800d7
-com.example.scoutingapp:color/m3_ref_palette_tertiary50 = 0x7f050147
+com.example.scoutingapp:color/m3_ref_palette_tertiary90 = 0x7f05014c
+com.example.scoutingapp:color/material_dynamic_tertiary95 = 0x7f050262
+com.example.scoutingapp:id/exitUntilCollapsed = 0x7f0800db
+com.example.scoutingapp:color/m3_ref_palette_tertiary50 = 0x7f050148
com.example.scoutingapp:styleable/RangeSlider = 0x7f120074
com.example.scoutingapp:attr/buttonGravity = 0x7f030090
-com.example.scoutingapp:color/m3_ref_palette_tertiary40 = 0x7f050146
-com.example.scoutingapp:color/m3_ref_palette_tertiary100 = 0x7f050143
-com.example.scoutingapp:color/m3_ref_palette_tertiary10 = 0x7f050142
-com.example.scoutingapp:color/m3_ref_palette_tertiary0 = 0x7f050141
+com.example.scoutingapp:color/m3_ref_palette_tertiary40 = 0x7f050147
+com.example.scoutingapp:color/m3_ref_palette_tertiary100 = 0x7f050144
+com.example.scoutingapp:color/m3_ref_palette_tertiary10 = 0x7f050143
+com.example.scoutingapp:color/m3_ref_palette_tertiary0 = 0x7f050142
com.example.scoutingapp:interpolator/mtrl_linear = 0x7f0a0010
-com.example.scoutingapp:color/m3_ref_palette_secondary95 = 0x7f05013f
+com.example.scoutingapp:color/m3_ref_palette_secondary95 = 0x7f050140
com.example.scoutingapp:string/bottom_sheet_behavior = 0x7f10001f
com.example.scoutingapp:dimen/def_drawer_elevation = 0x7f06005d
com.example.scoutingapp:animator/fragment_fade_enter = 0x7f020005
-com.example.scoutingapp:color/m3_ref_palette_secondary90 = 0x7f05013e
+com.example.scoutingapp:color/m3_ref_palette_secondary90 = 0x7f05013f
com.example.scoutingapp:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f06019c
com.example.scoutingapp:dimen/abc_alert_dialog_button_bar_height = 0x7f060010
-com.example.scoutingapp:color/m3_ref_palette_secondary80 = 0x7f05013d
-com.example.scoutingapp:color/m3_ref_palette_secondary60 = 0x7f05013b
+com.example.scoutingapp:color/m3_ref_palette_secondary80 = 0x7f05013e
+com.example.scoutingapp:color/m3_ref_palette_secondary60 = 0x7f05013c
+com.example.scoutingapp:id/ButtonSettings = 0x7f080005
com.example.scoutingapp:dimen/mtrl_alert_dialog_background_inset_end = 0x7f060247
com.example.scoutingapp:style/CardView.Light = 0x7f110122
com.example.scoutingapp:dimen/m3_fab_translation_z_hovered_focused = 0x7f0601b7
-com.example.scoutingapp:color/m3_ref_palette_secondary50 = 0x7f05013a
+com.example.scoutingapp:color/m3_ref_palette_secondary50 = 0x7f05013b
com.example.scoutingapp:string/abc_capital_on = 0x7f100007
-com.example.scoutingapp:color/m3_ref_palette_secondary30 = 0x7f050138
-com.example.scoutingapp:color/m3_ref_palette_secondary20 = 0x7f050137
+com.example.scoutingapp:color/m3_ref_palette_secondary30 = 0x7f050139
+com.example.scoutingapp:color/m3_ref_palette_secondary20 = 0x7f050138
com.example.scoutingapp:drawable/btn_checkbox_unchecked_mtrl = 0x7f07007e
-com.example.scoutingapp:color/m3_ref_palette_secondary0 = 0x7f050134
+com.example.scoutingapp:color/m3_ref_palette_secondary0 = 0x7f050135
com.example.scoutingapp:attr/windowFixedHeightMinor = 0x7f0304e3
-com.example.scoutingapp:color/m3_ref_palette_primary90 = 0x7f050131
+com.example.scoutingapp:color/m3_ref_palette_primary90 = 0x7f050132
com.example.scoutingapp:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f11008c
-com.example.scoutingapp:color/m3_ref_palette_primary80 = 0x7f050130
-com.example.scoutingapp:color/m3_ref_palette_primary50 = 0x7f05012d
+com.example.scoutingapp:color/m3_ref_palette_primary80 = 0x7f050131
+com.example.scoutingapp:color/m3_ref_palette_primary50 = 0x7f05012e
com.example.scoutingapp:macro/m3_comp_date_picker_modal_header_headline_color = 0x7f0c0015
-com.example.scoutingapp:color/m3_ref_palette_secondary99 = 0x7f050140
+com.example.scoutingapp:color/m3_ref_palette_secondary99 = 0x7f050141
com.example.scoutingapp:dimen/m3_snackbar_margin = 0x7f0601ef
com.example.scoutingapp:macro/m3_comp_outlined_text_field_supporting_text_type = 0x7f0c00c5
com.example.scoutingapp:attr/layout_constraintEnd_toStartOf = 0x7f03028d
-com.example.scoutingapp:color/m3_ref_palette_primary40 = 0x7f05012c
+com.example.scoutingapp:color/m3_ref_palette_primary40 = 0x7f05012d
com.example.scoutingapp:dimen/m3_navigation_drawer_layout_corner_size = 0x7f0601be
-com.example.scoutingapp:id/actionDown = 0x7f080044
-com.example.scoutingapp:color/m3_ref_palette_primary30 = 0x7f05012b
-com.example.scoutingapp:id/textSpacerNoButtons = 0x7f0801f2
+com.example.scoutingapp:id/actionDown = 0x7f080045
+com.example.scoutingapp:color/m3_ref_palette_primary30 = 0x7f05012c
+com.example.scoutingapp:id/textSpacerNoButtons = 0x7f0801f5
com.example.scoutingapp:drawable/mtrl_switch_thumb_unchecked_checked = 0x7f0700d4
com.example.scoutingapp:dimen/m3_comp_text_button_hover_state_layer_opacity = 0x7f06019d
-com.example.scoutingapp:color/m3_ref_palette_primary0 = 0x7f050127
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant99 = 0x7f050126
+com.example.scoutingapp:color/m3_ref_palette_primary0 = 0x7f050128
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant99 = 0x7f050127
com.example.scoutingapp:dimen/mtrl_low_ripple_focused_alpha = 0x7f0602bf
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f11042d
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant70 = 0x7f050122
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant70 = 0x7f050123
com.example.scoutingapp:styleable/AnimatedStateListDrawableItem = 0x7f120008
com.example.scoutingapp:dimen/m3_comp_switch_track_height = 0x7f060197
com.example.scoutingapp:macro/m3_comp_date_picker_modal_date_label_text_type = 0x7f0c000f
com.example.scoutingapp:attr/elevationOverlayEnabled = 0x7f03019f
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant50 = 0x7f050120
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant50 = 0x7f050121
com.example.scoutingapp:string/mtrl_picker_a11y_next_month = 0x7f100077
com.example.scoutingapp:attr/state_indeterminate = 0x7f0303fb
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant30 = 0x7f05011e
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant30 = 0x7f05011f
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.DatePicker.Modal.Date.Container.Shape = 0x7f110159
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant20 = 0x7f05011d
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant20 = 0x7f05011e
com.example.scoutingapp:drawable/m3_bottom_sheet_drag_handle = 0x7f0700a1
com.example.scoutingapp:attr/region_heightMoreThan = 0x7f0303a4
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant100 = 0x7f05011c
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant10 = 0x7f05011b
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant100 = 0x7f05011d
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant10 = 0x7f05011c
com.example.scoutingapp:styleable/NavigationBarView = 0x7f12006b
com.example.scoutingapp:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f11043b
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant0 = 0x7f05011a
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant0 = 0x7f05011b
com.example.scoutingapp:styleable/KeyTrigger = 0x7f120047
com.example.scoutingapp:macro/m3_comp_navigation_rail_inactive_icon_color = 0x7f0c009c
com.example.scoutingapp:attr/roundPercent = 0x7f0303ac
-com.example.scoutingapp:color/m3_ref_palette_neutral99 = 0x7f050119
+com.example.scoutingapp:color/m3_ref_palette_neutral99 = 0x7f05011a
com.example.scoutingapp:styleable/ViewBackgroundHelper = 0x7f120095
-com.example.scoutingapp:color/m3_ref_palette_neutral98 = 0x7f050118
+com.example.scoutingapp:color/m3_ref_palette_neutral98 = 0x7f050119
com.example.scoutingapp:macro/m3_comp_menu_container_color = 0x7f0c005d
-com.example.scoutingapp:id/text_input_start_icon = 0x7f0801fa
-com.example.scoutingapp:color/m3_ref_palette_neutral96 = 0x7f050117
-com.example.scoutingapp:color/m3_ref_palette_neutral95 = 0x7f050116
-com.example.scoutingapp:id/button_Processor = 0x7f080082
-com.example.scoutingapp:color/m3_ref_palette_neutral92 = 0x7f050114
+com.example.scoutingapp:id/text_input_start_icon = 0x7f0801fd
+com.example.scoutingapp:color/m3_ref_palette_neutral96 = 0x7f050118
+com.example.scoutingapp:color/m3_ref_palette_neutral95 = 0x7f050117
+com.example.scoutingapp:id/button_Processor = 0x7f080086
+com.example.scoutingapp:color/m3_ref_palette_neutral92 = 0x7f050115
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f11018b
com.example.scoutingapp:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f0602b5
com.example.scoutingapp:drawable/mtrl_dropdown_arrow = 0x7f0700c0
-com.example.scoutingapp:color/m3_ref_palette_neutral80 = 0x7f050111
+com.example.scoutingapp:color/m3_ref_palette_neutral80 = 0x7f050112
com.example.scoutingapp:style/Widget.MaterialComponents.ActionMode = 0x7f1103ed
-com.example.scoutingapp:color/m3_ref_palette_neutral60 = 0x7f05010f
+com.example.scoutingapp:color/m3_ref_palette_neutral60 = 0x7f050110
com.example.scoutingapp:macro/m3_comp_extended_fab_primary_container_shape = 0x7f0c002d
-com.example.scoutingapp:color/material_dynamic_neutral_variant60 = 0x7f050236
+com.example.scoutingapp:color/material_dynamic_neutral_variant60 = 0x7f050237
com.example.scoutingapp:attr/layout_optimizationLevel = 0x7f0302ba
-com.example.scoutingapp:color/m3_ref_palette_neutral100 = 0x7f050104
-com.example.scoutingapp:color/m3_ref_palette_neutral10 = 0x7f050103
+com.example.scoutingapp:color/m3_ref_palette_neutral100 = 0x7f050105
+com.example.scoutingapp:color/m3_ref_palette_neutral10 = 0x7f050104
com.example.scoutingapp:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f060291
-com.example.scoutingapp:color/m3_ref_palette_error99 = 0x7f050101
-com.example.scoutingapp:color/m3_ref_palette_error95 = 0x7f050100
-com.example.scoutingapp:integer/m3_sys_shape_corner_full_corner_family = 0x7f090022
-com.example.scoutingapp:attr/counterOverflowTextColor = 0x7f03015a
-com.example.scoutingapp:color/material_personalized_color_outline = 0x7f05028c
-com.example.scoutingapp:attr/materialCalendarMonth = 0x7f0302f0
-com.example.scoutingapp:attr/backgroundColor = 0x7f030048
-com.example.scoutingapp:color/m3_ref_palette_error30 = 0x7f0500f9
+com.example.scoutingapp:color/m3_ref_palette_error99 = 0x7f050102
+com.example.scoutingapp:color/m3_ref_palette_error95 = 0x7f050101
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f110433
com.example.scoutingapp:dimen/m3_comp_snackbar_container_elevation = 0x7f060189
-com.example.scoutingapp:color/m3_sys_color_dark_surface_container_high = 0x7f050174
-com.example.scoutingapp:color/m3_ref_palette_neutral24 = 0x7f050109
+com.example.scoutingapp:color/m3_sys_color_dark_surface_container_high = 0x7f050175
+com.example.scoutingapp:color/m3_ref_palette_neutral24 = 0x7f05010a
com.example.scoutingapp:attr/flow_verticalBias = 0x7f0301f7
-com.example.scoutingapp:color/m3_ref_palette_error90 = 0x7f0500ff
+com.example.scoutingapp:color/m3_ref_palette_error90 = 0x7f050100
+com.example.scoutingapp:integer/m3_sys_shape_corner_full_corner_family = 0x7f090022
+com.example.scoutingapp:attr/counterOverflowTextColor = 0x7f03015a
+com.example.scoutingapp:color/material_personalized_color_outline = 0x7f05028d
+com.example.scoutingapp:attr/materialCalendarMonth = 0x7f0302f0
+com.example.scoutingapp:attr/backgroundColor = 0x7f030048
+com.example.scoutingapp:color/m3_ref_palette_error30 = 0x7f0500fa
com.example.scoutingapp:attr/constraint_referenced_tags = 0x7f030136
com.example.scoutingapp:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f110132
com.example.scoutingapp:attr/toolbarSurfaceStyle = 0x7f0304a9
-com.example.scoutingapp:color/m3_ref_palette_error20 = 0x7f0500f8
+com.example.scoutingapp:color/m3_ref_palette_error20 = 0x7f0500f9
com.example.scoutingapp:dimen/mtrl_slider_label_radius = 0x7f0602e7
com.example.scoutingapp:attr/backgroundTintMode = 0x7f030051
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500cd
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500f4
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500f2
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500ce
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500f5
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500f3
com.example.scoutingapp:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0c0053
com.example.scoutingapp:dimen/m3_comp_navigation_rail_icon_size = 0x7f06014b
com.example.scoutingapp:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f110416
com.example.scoutingapp:anim/linear_indeterminate_line2_tail_interpolator = 0x7f010020
com.example.scoutingapp:dimen/clock_face_margin_start = 0x7f060055
com.example.scoutingapp:styleable/CoordinatorLayout = 0x7f12002c
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f05019b
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500f1
-com.example.scoutingapp:color/m3_sys_color_on_secondary_fixed_variant = 0x7f0501f1
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f05019c
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500f2
+com.example.scoutingapp:color/m3_sys_color_on_secondary_fixed_variant = 0x7f0501f2
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_pressed_icon_color = 0x7f0c0068
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500ec
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500ed
com.example.scoutingapp:anim/abc_slide_out_top = 0x7f010009
com.example.scoutingapp:attr/textAppearanceSmallPopupMenu = 0x7f030458
com.example.scoutingapp:attr/floatingActionButtonSecondaryStyle = 0x7f0301df
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500eb
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500ec
com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f06020f
com.example.scoutingapp:macro/m3_comp_switch_unselected_hover_state_layer_color = 0x7f0c0137
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500e6
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500e7
com.example.scoutingapp:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f0601cc
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500e1
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_highest = 0x7f0501b9
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500e2
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_highest = 0x7f0501ba
com.example.scoutingapp:style/Widget.Material3.BottomAppBar.Button.Navigation = 0x7f110348
com.example.scoutingapp:string/next_hold = 0x7f1000a7
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500de
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500df
com.example.scoutingapp:dimen/material_bottom_sheet_max_width = 0x7f060221
com.example.scoutingapp:interpolator/m3_sys_motion_easing_emphasized = 0x7f0a0007
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500dd
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500dc
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_low = 0x7f0501ba
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500de
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500dd
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_low = 0x7f0501bb
com.example.scoutingapp:attr/flow_lastVerticalStyle = 0x7f0301f3
-com.example.scoutingapp:id/action_mode_bar = 0x7f080054
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary90 = 0x7f0500d8
+com.example.scoutingapp:id/action_mode_bar = 0x7f080055
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary90 = 0x7f0500d9
com.example.scoutingapp:integer/mtrl_switch_thumb_post_morphing_duration = 0x7f090037
com.example.scoutingapp:dimen/notification_top_pad = 0x7f060319
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary60 = 0x7f0500d5
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary60 = 0x7f0500d6
com.example.scoutingapp:attr/measureWithLargestChild = 0x7f030316
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary30 = 0x7f0500d2
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary30 = 0x7f0500d3
com.example.scoutingapp:dimen/abc_text_size_display_3_material = 0x7f060045
-com.example.scoutingapp:id/navigation_bar_item_icon_container = 0x7f08015a
+com.example.scoutingapp:id/navigation_bar_item_icon_container = 0x7f08015e
com.example.scoutingapp:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
com.example.scoutingapp:attr/dialogCornerRadius = 0x7f030178
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant96 = 0x7f0500cb
-com.example.scoutingapp:color/material_harmonized_color_error = 0x7f05026a
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant96 = 0x7f0500cc
+com.example.scoutingapp:color/material_harmonized_color_error = 0x7f05026b
com.example.scoutingapp:attr/editTextStyle = 0x7f03019b
com.example.scoutingapp:attr/elevationOverlayColor = 0x7f03019e
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant94 = 0x7f0500c9
-com.example.scoutingapp:id/tag_window_insets_animation_callback = 0x7f0801eb
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant94 = 0x7f0500ca
+com.example.scoutingapp:id/tag_window_insets_animation_callback = 0x7f0801ee
com.example.scoutingapp:dimen/mtrl_btn_text_btn_padding_right = 0x7f06026e
com.example.scoutingapp:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0700b1
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant92 = 0x7f0500c8
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant92 = 0x7f0500c9
com.example.scoutingapp:attr/flow_horizontalBias = 0x7f0301ed
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500c7
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500c8
com.example.scoutingapp:color/design_fab_stroke_end_outer_color = 0x7f050051
com.example.scoutingapp:dimen/m3_comp_outlined_text_field_outline_width = 0x7f060159
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant87 = 0x7f0500c6
-com.example.scoutingapp:id/open_search_view_background = 0x7f080170
-com.example.scoutingapp:color/material_dynamic_neutral_variant99 = 0x7f05023b
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant87 = 0x7f0500c7
+com.example.scoutingapp:id/open_search_view_background = 0x7f080174
+com.example.scoutingapp:color/material_dynamic_neutral_variant99 = 0x7f05023c
com.example.scoutingapp:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003
com.example.scoutingapp:color/design_default_color_on_background = 0x7f050041
com.example.scoutingapp:attr/trackInsideCornerSize = 0x7f0304bb
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500c1
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500c2
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_unchecked_checked = 0x7f0700bc
com.example.scoutingapp:drawable/abc_list_selector_holo_dark = 0x7f070059
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant22 = 0x7f0500bc
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant22 = 0x7f0500bd
com.example.scoutingapp:attr/transitionShapeAppearance = 0x7f0304c5
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500b6
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500b5
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral96 = 0x7f0500b3
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500b2
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500af
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500b7
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500b6
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral96 = 0x7f0500b4
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500b3
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500b0
com.example.scoutingapp:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f0600a4
com.example.scoutingapp:styleable/MotionScene = 0x7f120068
-com.example.scoutingapp:id/view_tree_saved_state_registry_owner = 0x7f08021f
-com.example.scoutingapp:id/design_bottom_sheet = 0x7f0800b3
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral87 = 0x7f0500ae
+com.example.scoutingapp:id/view_tree_saved_state_registry_owner = 0x7f080222
+com.example.scoutingapp:id/design_bottom_sheet = 0x7f0800b7
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral87 = 0x7f0500af
com.example.scoutingapp:integer/m3_sys_motion_duration_short4 = 0x7f09001e
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral4 = 0x7f0500a7
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral4 = 0x7f0500a8
com.example.scoutingapp:dimen/m3_back_progress_main_container_max_translation_y = 0x7f0600ae
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral30 = 0x7f0500a6
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral30 = 0x7f0500a7
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_icon_color = 0x7f0c008c
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_pressed_icon_color = 0x7f0c0081
com.example.scoutingapp:attr/panelBackground = 0x7f030373
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral24 = 0x7f0500a5
-com.example.scoutingapp:color/m3_ref_palette_black = 0x7f05009d
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral24 = 0x7f0500a6
+com.example.scoutingapp:color/m3_ref_palette_black = 0x7f05009e
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f11041e
com.example.scoutingapp:dimen/design_navigation_separator_vertical_padding = 0x7f06007d
com.example.scoutingapp:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016
com.example.scoutingapp:attr/tabPaddingTop = 0x7f03042b
com.example.scoutingapp:dimen/m3_searchbar_padding_start = 0x7f0601df
com.example.scoutingapp:attr/statusBarScrim = 0x7f030401
-com.example.scoutingapp:color/m3_radiobutton_ripple_tint = 0x7f05009c
+com.example.scoutingapp:color/m3_radiobutton_ripple_tint = 0x7f05009d
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f11039f
com.example.scoutingapp:attr/placeholderTextAppearance = 0x7f030384
com.example.scoutingapp:string/error_a11y_label = 0x7f100034
-com.example.scoutingapp:color/m3_navigation_item_icon_tint = 0x7f050093
+com.example.scoutingapp:color/m3_navigation_item_icon_tint = 0x7f050094
com.example.scoutingapp:attr/marginHorizontal = 0x7f0302d9
-com.example.scoutingapp:color/m3_navigation_item_background_color = 0x7f050092
+com.example.scoutingapp:color/m3_navigation_item_background_color = 0x7f050093
com.example.scoutingapp:style/Theme.Design.BottomSheetDialog = 0x7f110223
com.example.scoutingapp:layout/abc_dialog_title_material = 0x7f0b000c
-com.example.scoutingapp:id/action_mode_bar_stub = 0x7f080055
-com.example.scoutingapp:color/m3_filled_icon_button_container_color_selector = 0x7f05008b
+com.example.scoutingapp:id/action_mode_bar_stub = 0x7f080056
+com.example.scoutingapp:color/m3_filled_icon_button_container_color_selector = 0x7f05008c
com.example.scoutingapp:attr/scrimAnimationDuration = 0x7f0303af
com.example.scoutingapp:attr/drawableBottomCompat = 0x7f030188
-com.example.scoutingapp:color/m3_fab_efab_foreground_color_selector = 0x7f050089
+com.example.scoutingapp:color/m3_fab_efab_foreground_color_selector = 0x7f05008a
com.example.scoutingapp:style/Widget.Material3.Slider.Label = 0x7f1103d0
com.example.scoutingapp:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f1102fc
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f0501ac
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f0501ad
com.example.scoutingapp:styleable/MaterialCheckBoxStates = 0x7f120056
com.example.scoutingapp:attr/flow_verticalAlign = 0x7f0301f6
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1102d6
com.example.scoutingapp:macro/m3_comp_navigation_drawer_inactive_pressed_state_layer_color = 0x7f0c0090
com.example.scoutingapp:color/design_bottom_navigation_shadow_color = 0x7f050030
-com.example.scoutingapp:color/m3_ref_palette_secondary40 = 0x7f050139
+com.example.scoutingapp:color/m3_ref_palette_secondary40 = 0x7f05013a
com.example.scoutingapp:dimen/design_snackbar_padding_vertical_2lines = 0x7f060087
com.example.scoutingapp:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f11009e
com.example.scoutingapp:dimen/abc_dialog_fixed_width_major = 0x7f06001e
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_focus_label_text_color = 0x7f0c0060
com.example.scoutingapp:attr/menu = 0x7f030317
com.example.scoutingapp:attr/motionEasingStandard = 0x7f03033f
-com.example.scoutingapp:color/m3_elevated_chip_background_color = 0x7f050087
-com.example.scoutingapp:color/m3_dynamic_hint_foreground = 0x7f050084
+com.example.scoutingapp:color/m3_elevated_chip_background_color = 0x7f050088
+com.example.scoutingapp:color/m3_dynamic_hint_foreground = 0x7f050085
com.example.scoutingapp:attr/textureWidth = 0x7f030478
com.example.scoutingapp:style/Base.V7.Widget.AppCompat.EditText = 0x7f1100c1
com.example.scoutingapp:attr/imageButtonStyle = 0x7f03023b
com.example.scoutingapp:color/black = 0x7f050021
-com.example.scoutingapp:color/m3_dynamic_dark_highlighted_text = 0x7f05007e
+com.example.scoutingapp:color/m3_dynamic_dark_highlighted_text = 0x7f05007f
com.example.scoutingapp:attr/textAppearanceDisplayLarge = 0x7f030440
com.example.scoutingapp:string/abc_menu_function_shortcut_label = 0x7f10000c
-com.example.scoutingapp:color/m3_ref_palette_error100 = 0x7f0500f7
+com.example.scoutingapp:color/m3_ref_palette_error100 = 0x7f0500f8
com.example.scoutingapp:drawable/abc_ic_search_api_material = 0x7f07004b
com.example.scoutingapp:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1103f2
com.example.scoutingapp:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f11030f
com.example.scoutingapp:attr/animationMode = 0x7f030035
com.example.scoutingapp:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f110352
com.example.scoutingapp:string/m3_ref_typeface_plain_regular = 0x7f100046
-com.example.scoutingapp:color/m3_dark_hint_foreground = 0x7f050078
+com.example.scoutingapp:color/m3_dark_hint_foreground = 0x7f050079
com.example.scoutingapp:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f1100a5
com.example.scoutingapp:attr/textInputLayoutFocusedRectEnabled = 0x7f03046a
com.example.scoutingapp:attr/chipSpacingVertical = 0x7f0300cb
com.example.scoutingapp:layout/mtrl_search_view = 0x7f0b0066
-com.example.scoutingapp:color/m3_dark_default_color_secondary_text = 0x7f050076
+com.example.scoutingapp:color/m3_dark_default_color_secondary_text = 0x7f050077
com.example.scoutingapp:styleable/AlertDialog = 0x7f120006
com.example.scoutingapp:attr/layout_goneMarginRight = 0x7f0302b4
com.example.scoutingapp:drawable/abc_switch_thumb_material = 0x7f07006c
com.example.scoutingapp:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f110463
-com.example.scoutingapp:id/accessibility_custom_action_6 = 0x7f080040
+com.example.scoutingapp:id/accessibility_custom_action_6 = 0x7f080041
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_checked__0 = 0x7f070018
com.example.scoutingapp:attr/actionOverflowMenuStyle = 0x7f030022
com.example.scoutingapp:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f1100a9
com.example.scoutingapp:attr/iconTint = 0x7f030236
com.example.scoutingapp:attr/motionEffect_start = 0x7f030346
-com.example.scoutingapp:color/m3_chip_text_color = 0x7f050074
+com.example.scoutingapp:color/m3_chip_text_color = 0x7f050075
com.example.scoutingapp:attr/materialCalendarTheme = 0x7f0302f3
-com.example.scoutingapp:id/spring = 0x7f0801cd
+com.example.scoutingapp:id/spring = 0x7f0801d0
com.example.scoutingapp:dimen/m3_comp_assist_chip_elevated_container_elevation = 0x7f0600fb
com.example.scoutingapp:attr/expandedTitleMarginTop = 0x7f0301bf
-com.example.scoutingapp:color/m3_checkbox_button_icon_tint = 0x7f05006e
+com.example.scoutingapp:color/m3_checkbox_button_icon_tint = 0x7f05006f
com.example.scoutingapp:dimen/m3_comp_fab_primary_small_icon_size = 0x7f060120
com.example.scoutingapp:dimen/m3_navigation_rail_elevation = 0x7f0601ca
-com.example.scoutingapp:id/view_tree_lifecycle_owner = 0x7f08021d
-com.example.scoutingapp:color/material_personalized_color_outline_variant = 0x7f05028d
+com.example.scoutingapp:id/view_tree_lifecycle_owner = 0x7f080220
+com.example.scoutingapp:color/material_personalized_color_outline_variant = 0x7f05028e
com.example.scoutingapp:attr/autoSizeTextType = 0x7f030044
-com.example.scoutingapp:color/m3_card_foreground_color = 0x7f05006b
+com.example.scoutingapp:color/m3_card_foreground_color = 0x7f05006c
com.example.scoutingapp:attr/colorPrimary = 0x7f030113
com.example.scoutingapp:attr/splitTrack = 0x7f0303e5
-com.example.scoutingapp:color/m3_calendar_item_stroke_color = 0x7f05006a
+com.example.scoutingapp:color/m3_calendar_item_stroke_color = 0x7f05006b
com.example.scoutingapp:style/Theme.Material3.DynamicColors.Light = 0x7f11023c
com.example.scoutingapp:attr/viewInflaterClass = 0x7f0304d1
-com.example.scoutingapp:color/m3_calendar_item_disabled_text = 0x7f050069
+com.example.scoutingapp:color/m3_calendar_item_disabled_text = 0x7f05006a
com.example.scoutingapp:dimen/m3_comp_navigation_bar_container_elevation = 0x7f060138
com.example.scoutingapp:attr/carousel_firstView = 0x7f0300a5
com.example.scoutingapp:attr/flow_padding = 0x7f0301f5
com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f11007b
com.example.scoutingapp:attr/windowFixedWidthMajor = 0x7f0304e4
com.example.scoutingapp:attr/colorOnSecondaryFixed = 0x7f030108
-com.example.scoutingapp:color/m3_button_outline_color_selector = 0x7f050066
+com.example.scoutingapp:color/m3_button_outline_color_selector = 0x7f050067
com.example.scoutingapp:style/Widget.Material3.DrawerLayout = 0x7f110381
-com.example.scoutingapp:color/m3_button_background_color_selector = 0x7f050064
+com.example.scoutingapp:color/m3_button_background_color_selector = 0x7f050065
com.example.scoutingapp:style/Widget.Material3.ChipGroup = 0x7f110371
-com.example.scoutingapp:id/search_mag_icon = 0x7f0801b1
+com.example.scoutingapp:id/search_mag_icon = 0x7f0801b4
com.example.scoutingapp:attr/attributeName = 0x7f03003b
com.example.scoutingapp:attr/methodName = 0x7f03031a
com.example.scoutingapp:dimen/m3_comp_navigation_rail_active_indicator_width = 0x7f060146
@@ -3524,7 +3522,7 @@ com.example.scoutingapp:attr/topInsetScrimEnabled = 0x7f0304ae
com.example.scoutingapp:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11026b
com.example.scoutingapp:style/Theme.Material3.Light.Dialog = 0x7f110240
com.example.scoutingapp:dimen/mtrl_navigation_rail_text_size = 0x7f0602d3
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral10 = 0x7f05009f
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral10 = 0x7f0500a0
com.example.scoutingapp:dimen/material_helper_text_font_1_3_padding_top = 0x7f06023f
com.example.scoutingapp:color/design_fab_stroke_top_outer_color = 0x7f050053
com.example.scoutingapp:attr/materialAlertDialogTitlePanelStyle = 0x7f0302e1
@@ -3532,25 +3530,25 @@ com.example.scoutingapp:color/design_fab_shadow_mid_color = 0x7f05004e
com.example.scoutingapp:color/design_default_color_surface = 0x7f05004b
com.example.scoutingapp:color/design_default_color_primary_variant = 0x7f050048
com.example.scoutingapp:attr/textPanY = 0x7f030473
-com.example.scoutingapp:color/material_dynamic_neutral20 = 0x7f050225
+com.example.scoutingapp:color/material_dynamic_neutral20 = 0x7f050226
com.example.scoutingapp:color/design_default_color_background = 0x7f05003f
com.example.scoutingapp:string/mtrl_picker_range_header_title = 0x7f10008d
-com.example.scoutingapp:id/material_timepicker_container = 0x7f080131
+com.example.scoutingapp:id/material_timepicker_container = 0x7f080135
com.example.scoutingapp:attr/colorOutline = 0x7f030111
com.example.scoutingapp:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f060239
com.example.scoutingapp:macro/m3_comp_dialog_container_color = 0x7f0c0022
-com.example.scoutingapp:color/m3_ref_palette_neutral_variant40 = 0x7f05011f
+com.example.scoutingapp:color/m3_ref_palette_neutral_variant40 = 0x7f050120
com.example.scoutingapp:attr/layoutDescription = 0x7f030277
com.example.scoutingapp:style/Base.AlertDialog.AppCompat.Light = 0x7f11000c
-com.example.scoutingapp:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007d
+com.example.scoutingapp:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007e
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f1103b5
com.example.scoutingapp:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f060254
com.example.scoutingapp:attr/onTouchUp = 0x7f030367
com.example.scoutingapp:color/design_dark_default_color_surface = 0x7f05003e
com.example.scoutingapp:color/bright_foreground_inverse_material_dark = 0x7f050024
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant4 = 0x7f0500bf
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant4 = 0x7f0500c0
com.example.scoutingapp:color/design_dark_default_color_secondary_variant = 0x7f05003d
-com.example.scoutingapp:id/blue2Button = 0x7f080074
+com.example.scoutingapp:id/blue2Button = 0x7f080075
com.example.scoutingapp:color/design_dark_default_color_on_primary = 0x7f050036
com.example.scoutingapp:style/Widget.AppCompat.Button.Colored = 0x7f1102f7
com.example.scoutingapp:macro/m3_comp_outlined_card_disabled_outline_color = 0x7f0c00aa
@@ -3563,13 +3561,13 @@ com.example.scoutingapp:color/call_notification_decline_color = 0x7f05002b
com.example.scoutingapp:color/bright_foreground_material_light = 0x7f050027
com.example.scoutingapp:dimen/mtrl_extended_fab_end_padding = 0x7f0602aa
com.example.scoutingapp:dimen/m3_ripple_default_alpha = 0x7f0601d5
-com.example.scoutingapp:color/m3_appbar_overlay_color = 0x7f050060
+com.example.scoutingapp:color/m3_appbar_overlay_color = 0x7f050061
com.example.scoutingapp:color/background_floating_material_light = 0x7f05001e
com.example.scoutingapp:attr/switchTextAppearance = 0x7f030416
com.example.scoutingapp:attr/content = 0x7f030138
com.example.scoutingapp:color/androidx_core_secondary_text_default_material_light = 0x7f05001c
-com.example.scoutingapp:id/honorRequest = 0x7f0800f9
-com.example.scoutingapp:id/accessibility_custom_action_22 = 0x7f080033
+com.example.scoutingapp:id/honorRequest = 0x7f0800fd
+com.example.scoutingapp:id/accessibility_custom_action_22 = 0x7f080034
com.example.scoutingapp:attr/bottomAppBarStyle = 0x7f030078
com.example.scoutingapp:attr/colorOnSecondaryContainer = 0x7f030107
com.example.scoutingapp:color/design_dark_default_color_on_secondary = 0x7f050037
@@ -3578,12 +3576,12 @@ com.example.scoutingapp:attr/materialButtonOutlinedStyle = 0x7f0302e3
com.example.scoutingapp:color/androidx_core_ripple_material_light = 0x7f05001b
com.example.scoutingapp:attr/bottomInsetScrimEnabled = 0x7f030079
com.example.scoutingapp:color/accent_material_light = 0x7f05001a
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral17 = 0x7f0500a2
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral17 = 0x7f0500a3
com.example.scoutingapp:color/abc_tint_edittext = 0x7f050015
com.example.scoutingapp:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1103f8
com.example.scoutingapp:style/Theme.Design.Light.BottomSheetDialog = 0x7f110225
-com.example.scoutingapp:color/mtrl_navigation_bar_colored_ripple_color = 0x7f0502d3
-com.example.scoutingapp:color/m3_slider_thumb_color_legacy = 0x7f050157
+com.example.scoutingapp:color/mtrl_navigation_bar_colored_ripple_color = 0x7f0502d4
+com.example.scoutingapp:color/m3_slider_thumb_color_legacy = 0x7f050158
com.example.scoutingapp:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020021
com.example.scoutingapp:color/abc_search_url_text_pressed = 0x7f05000f
com.example.scoutingapp:macro/m3_comp_text_button_label_text_type = 0x7f0c0145
@@ -3593,30 +3591,30 @@ com.example.scoutingapp:color/abc_primary_text_material_light = 0x7f05000c
com.example.scoutingapp:attr/carousel_previousState = 0x7f0300a9
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar = 0x7f11041f
com.example.scoutingapp:color/abc_hint_foreground_material_light = 0x7f050008
-com.example.scoutingapp:color/m3_dynamic_dark_hint_foreground = 0x7f05007f
+com.example.scoutingapp:color/m3_dynamic_dark_hint_foreground = 0x7f050080
com.example.scoutingapp:color/design_dark_default_color_primary_variant = 0x7f05003b
com.example.scoutingapp:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016
com.example.scoutingapp:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f060185
-com.example.scoutingapp:color/m3_navigation_rail_item_with_indicator_label_tint = 0x7f050097
+com.example.scoutingapp:color/m3_navigation_rail_item_with_indicator_label_tint = 0x7f050098
com.example.scoutingapp:attr/switchStyle = 0x7f030415
com.example.scoutingapp:color/abc_hint_foreground_material_dark = 0x7f050007
-com.example.scoutingapp:id/mtrl_anchor_parent = 0x7f080141
+com.example.scoutingapp:id/mtrl_anchor_parent = 0x7f080145
com.example.scoutingapp:attr/motionInterpolator = 0x7f03034b
com.example.scoutingapp:color/abc_primary_text_disable_only_material_dark = 0x7f050009
com.example.scoutingapp:color/abc_decor_view_status_guard_light = 0x7f050006
com.example.scoutingapp:macro/m3_comp_outlined_card_container_shape = 0x7f0c00a9
-com.example.scoutingapp:id/startVertical = 0x7f0801d6
-com.example.scoutingapp:id/position = 0x7f08018c
+com.example.scoutingapp:id/startVertical = 0x7f0801d9
+com.example.scoutingapp:id/position = 0x7f080190
com.example.scoutingapp:attr/track = 0x7f0304b2
com.example.scoutingapp:attr/colorSecondaryVariant = 0x7f03011f
com.example.scoutingapp:color/abc_background_cache_hint_selector_material_light = 0x7f050001
-com.example.scoutingapp:color/material_deep_teal_500 = 0x7f050218
+com.example.scoutingapp:color/material_deep_teal_500 = 0x7f050219
com.example.scoutingapp:attr/yearTodayStyle = 0x7f0304eb
com.example.scoutingapp:layout/material_time_chip = 0x7f0b0042
com.example.scoutingapp:attr/yearSelectedStyle = 0x7f0304e9
com.example.scoutingapp:attr/colorOnContainer = 0x7f0300fd
com.example.scoutingapp:attr/windowNoTitle = 0x7f0304e8
-com.example.scoutingapp:id/accessibility_custom_action_19 = 0x7f08002f
+com.example.scoutingapp:id/accessibility_custom_action_19 = 0x7f080030
com.example.scoutingapp:attr/windowMinWidthMinor = 0x7f0304e7
com.example.scoutingapp:attr/imagePanY = 0x7f03023d
com.example.scoutingapp:style/Base.Theme.MaterialComponents = 0x7f110065
@@ -3634,28 +3632,28 @@ com.example.scoutingapp:integer/material_motion_duration_short_2 = 0x7f09002b
com.example.scoutingapp:attr/waveOffset = 0x7f0304da
com.example.scoutingapp:attr/actionModeBackground = 0x7f030012
com.example.scoutingapp:attr/endIconCheckable = 0x7f0301a2
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500f3
-com.example.scoutingapp:color/m3_ref_palette_primary95 = 0x7f050132
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500f4
+com.example.scoutingapp:color/m3_ref_palette_primary95 = 0x7f050133
com.example.scoutingapp:layout/material_clock_display = 0x7f0b003a
-com.example.scoutingapp:id/imageView2 = 0x7f080103
+com.example.scoutingapp:id/imageView2 = 0x7f080107
com.example.scoutingapp:attr/viewTransitionOnPositiveCross = 0x7f0304d5
com.example.scoutingapp:attr/arrowHeadLength = 0x7f030039
com.example.scoutingapp:dimen/m3_btn_padding_bottom = 0x7f0600d9
com.example.scoutingapp:style/Platform.MaterialComponents.Light.Dialog = 0x7f11013c
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500ad
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500ae
com.example.scoutingapp:attr/colorPrimaryContainer = 0x7f030114
com.example.scoutingapp:macro/m3_comp_filled_text_field_container_shape = 0x7f0c004c
-com.example.scoutingapp:id/cut = 0x7f0800ab
+com.example.scoutingapp:id/cut = 0x7f0800af
com.example.scoutingapp:attr/itemIconPadding = 0x7f030253
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f110164
-com.example.scoutingapp:id/row_index_key = 0x7f08019f
-com.example.scoutingapp:color/material_dynamic_secondary100 = 0x7f05024b
+com.example.scoutingapp:id/row_index_key = 0x7f0801a3
+com.example.scoutingapp:color/material_dynamic_secondary100 = 0x7f05024c
com.example.scoutingapp:attr/values = 0x7f0304ce
com.example.scoutingapp:dimen/mtrl_textinput_end_icon_margin_start = 0x7f060302
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary40 = 0x7f0500d3
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary40 = 0x7f0500d4
com.example.scoutingapp:attr/layout_constraintCircleRadius = 0x7f03028a
com.example.scoutingapp:styleable/AnimatedStateListDrawableTransition = 0x7f120009
-com.example.scoutingapp:id/mtrl_calendar_days_of_week = 0x7f080143
+com.example.scoutingapp:id/mtrl_calendar_days_of_week = 0x7f080147
com.example.scoutingapp:attr/actionBarItemBackground = 0x7f030003
com.example.scoutingapp:attr/useMaterialThemeColors = 0x7f0304cd
com.example.scoutingapp:attr/flow_horizontalAlign = 0x7f0301ec
@@ -3671,7 +3669,7 @@ com.example.scoutingapp:style/ShapeAppearance.M3.Comp.TextButton.Container.Shape
com.example.scoutingapp:attr/badgeVerticalPadding = 0x7f03005b
com.example.scoutingapp:attr/shapeAppearanceCornerMedium = 0x7f0303c0
com.example.scoutingapp:anim/m3_motion_fade_exit = 0x7f010024
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary95 = 0x7f0500d9
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary95 = 0x7f0500da
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f110308
com.example.scoutingapp:attr/trackThickness = 0x7f0304bd
com.example.scoutingapp:attr/trackHeight = 0x7f0304ba
@@ -3679,20 +3677,20 @@ com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_pressed_state_layer_o
com.example.scoutingapp:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f1102a2
com.example.scoutingapp:attr/trackColorInactive = 0x7f0304b5
com.example.scoutingapp:attr/materialThemeOverlay = 0x7f030308
-com.example.scoutingapp:id/constraint = 0x7f08009e
+com.example.scoutingapp:id/constraint = 0x7f0800a2
com.example.scoutingapp:attr/tabPaddingBottom = 0x7f030428
com.example.scoutingapp:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1103fa
-com.example.scoutingapp:color/m3_ref_palette_primary70 = 0x7f05012f
+com.example.scoutingapp:color/m3_ref_palette_primary70 = 0x7f050130
com.example.scoutingapp:attr/waveVariesBy = 0x7f0304de
com.example.scoutingapp:attr/trackDecorationTintMode = 0x7f0304b9
com.example.scoutingapp:dimen/mtrl_alert_dialog_background_inset_top = 0x7f060249
com.example.scoutingapp:style/Widget.AppCompat.RatingBar = 0x7f110322
com.example.scoutingapp:attr/trackCornerRadius = 0x7f0304b6
-com.example.scoutingapp:color/m3_ref_palette_primary99 = 0x7f050133
+com.example.scoutingapp:color/m3_ref_palette_primary99 = 0x7f050134
com.example.scoutingapp:attr/commitIcon = 0x7f03012f
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500e3
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500e4
com.example.scoutingapp:animator/design_fab_show_motion_spec = 0x7f020002
-com.example.scoutingapp:id/tag_on_receive_content_listener = 0x7f0801e4
+com.example.scoutingapp:id/tag_on_receive_content_listener = 0x7f0801e7
com.example.scoutingapp:attr/touchAnchorSide = 0x7f0304b0
com.example.scoutingapp:attr/ratingBarStyleSmall = 0x7f03039d
com.example.scoutingapp:dimen/m3_bottomappbar_height = 0x7f0600c9
@@ -3716,21 +3714,21 @@ com.example.scoutingapp:macro/m3_comp_text_button_focus_state_layer_color = 0x7f
com.example.scoutingapp:attr/tabIndicatorAnimationMode = 0x7f03041e
com.example.scoutingapp:attr/tickVisible = 0x7f030492
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f1102e4
-com.example.scoutingapp:id/accessibility_custom_action_10 = 0x7f080026
+com.example.scoutingapp:id/accessibility_custom_action_10 = 0x7f080027
com.example.scoutingapp:dimen/m3_comp_outlined_text_field_disabled_supporting_text_opacity = 0x7f060157
com.example.scoutingapp:attr/tickRadiusActive = 0x7f030490
com.example.scoutingapp:attr/tickColorInactive = 0x7f03048c
com.example.scoutingapp:attr/tickColor = 0x7f03048a
com.example.scoutingapp:attr/hideOnScroll = 0x7f030226
com.example.scoutingapp:attr/thumbTint = 0x7f030486
-com.example.scoutingapp:id/clear_text = 0x7f080096
-com.example.scoutingapp:id/accessibility_custom_action_17 = 0x7f08002d
+com.example.scoutingapp:id/clear_text = 0x7f08009a
+com.example.scoutingapp:id/accessibility_custom_action_17 = 0x7f08002e
com.example.scoutingapp:string/mtrl_picker_date_header_title = 0x7f10007f
com.example.scoutingapp:attr/thumbTextPadding = 0x7f030485
com.example.scoutingapp:attr/startIconTint = 0x7f0303f3
com.example.scoutingapp:attr/thumbRadius = 0x7f030482
com.example.scoutingapp:attr/thumbIconTintMode = 0x7f030481
-com.example.scoutingapp:color/m3_dynamic_highlighted_text = 0x7f050083
+com.example.scoutingapp:color/m3_dynamic_highlighted_text = 0x7f050084
com.example.scoutingapp:color/design_box_stroke_color = 0x7f050031
com.example.scoutingapp:attr/contentPaddingEnd = 0x7f030142
com.example.scoutingapp:attr/barrierAllowsGoneWidgets = 0x7f030064
@@ -3743,7 +3741,7 @@ com.example.scoutingapp:style/Platform.V21.AppCompat.Light = 0x7f110141
com.example.scoutingapp:attr/layout_wrapBehaviorInParent = 0x7f0302be
com.example.scoutingapp:animator/m3_extended_fab_hide_motion_spec = 0x7f020012
com.example.scoutingapp:attr/thumbHeight = 0x7f03047d
-com.example.scoutingapp:id/month_navigation_fragment_toggle = 0x7f08013c
+com.example.scoutingapp:id/month_navigation_fragment_toggle = 0x7f080140
com.example.scoutingapp:attr/motionEasingEmphasizedAccelerateInterpolator = 0x7f03033a
com.example.scoutingapp:drawable/mtrl_checkbox_button_icon_indeterminate_unchecked = 0x7f0700bb
com.example.scoutingapp:attr/textureHeight = 0x7f030477
@@ -3758,7 +3756,7 @@ com.example.scoutingapp:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f030
com.example.scoutingapp:dimen/m3_bottomappbar_fab_end_margin = 0x7f0600c8
com.example.scoutingapp:attr/textInputOutlinedDenseStyle = 0x7f03046b
com.example.scoutingapp:attr/textInputFilledExposedDropdownMenuStyle = 0x7f030468
-com.example.scoutingapp:id/accessibility_custom_action_24 = 0x7f080035
+com.example.scoutingapp:id/accessibility_custom_action_24 = 0x7f080036
com.example.scoutingapp:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f0601c8
com.example.scoutingapp:dimen/tooltip_vertical_padding = 0x7f060320
com.example.scoutingapp:dimen/m3_comp_radio_button_disabled_selected_icon_opacity = 0x7f060165
@@ -3766,10 +3764,10 @@ com.example.scoutingapp:attr/textEndPadding = 0x7f030465
com.example.scoutingapp:dimen/abc_star_medium = 0x7f06003c
com.example.scoutingapp:attr/autoSizeMinTextSize = 0x7f030041
com.example.scoutingapp:attr/paddingStartSystemWindowInsets = 0x7f030370
-com.example.scoutingapp:id/wrap = 0x7f080227
+com.example.scoutingapp:id/wrap = 0x7f08022a
com.example.scoutingapp:attr/textColorSearchUrl = 0x7f030464
com.example.scoutingapp:layout/mtrl_navigation_rail_item = 0x7f0b005a
-com.example.scoutingapp:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007c
+com.example.scoutingapp:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007d
com.example.scoutingapp:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070045
com.example.scoutingapp:attr/layout_goneMarginStart = 0x7f0302b5
com.example.scoutingapp:attr/textBackgroundZoom = 0x7f030462
@@ -3780,26 +3778,26 @@ com.example.scoutingapp:attr/textBackgroundRotate = 0x7f030461
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f070014
com.example.scoutingapp:attr/buttonStyle = 0x7f030096
com.example.scoutingapp:attr/textBackgroundPanY = 0x7f030460
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500e0
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500e1
com.example.scoutingapp:attr/tickColorActive = 0x7f03048b
com.example.scoutingapp:attr/textBackgroundPanX = 0x7f03045f
com.example.scoutingapp:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f1102af
-com.example.scoutingapp:color/m3_navigation_item_ripple_color = 0x7f050094
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500be
-com.example.scoutingapp:id/open_search_view_divider = 0x7f080173
+com.example.scoutingapp:color/m3_navigation_item_ripple_color = 0x7f050095
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500bf
+com.example.scoutingapp:id/open_search_view_divider = 0x7f080177
com.example.scoutingapp:attr/textBackground = 0x7f03045e
-com.example.scoutingapp:color/mtrl_switch_track_tint = 0x7f0502e2
+com.example.scoutingapp:color/mtrl_switch_track_tint = 0x7f0502e3
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Display2 = 0x7f11001c
com.example.scoutingapp:attr/textAppearanceHeadline5 = 0x7f030447
-com.example.scoutingapp:color/material_personalized_color_on_error = 0x7f050281
+com.example.scoutingapp:color/material_personalized_color_on_error = 0x7f050282
com.example.scoutingapp:attr/textAppearanceSubtitle1 = 0x7f030459
com.example.scoutingapp:dimen/m3_comp_radio_button_disabled_unselected_icon_opacity = 0x7f060166
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500c3
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500c4
com.example.scoutingapp:attr/textAppearanceSearchResultTitle = 0x7f030457
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f0501aa
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f0501ab
com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0c00d3
com.example.scoutingapp:dimen/m3_appbar_size_large = 0x7f0600aa
-com.example.scoutingapp:color/m3_sys_color_dark_primary = 0x7f05016d
+com.example.scoutingapp:color/m3_sys_color_dark_primary = 0x7f05016e
com.example.scoutingapp:attr/textAppearancePopupMenuHeader = 0x7f030455
com.example.scoutingapp:macro/m3_comp_outlined_button_hover_outline_color = 0x7f0c00a5
com.example.scoutingapp:attr/checkedChip = 0x7f0300b4
@@ -3823,14 +3821,14 @@ com.example.scoutingapp:attr/motionEasingAccelerated = 0x7f030337
com.example.scoutingapp:attr/textAppearanceHeadlineMedium = 0x7f03044a
com.example.scoutingapp:dimen/m3_bottom_sheet_drag_handle_bottom_padding = 0x7f0600c2
com.example.scoutingapp:macro/m3_comp_filled_card_container_color = 0x7f0c0046
-com.example.scoutingapp:color/secondary_text_disabled_material_dark = 0x7f0502fc
-com.example.scoutingapp:id/mtrl_calendar_year_selector_frame = 0x7f080149
+com.example.scoutingapp:color/secondary_text_disabled_material_dark = 0x7f0502fd
+com.example.scoutingapp:id/mtrl_calendar_year_selector_frame = 0x7f08014d
com.example.scoutingapp:attr/textAppearanceHeadlineLarge = 0x7f030449
com.example.scoutingapp:attr/textAppearanceHeadline3 = 0x7f030445
com.example.scoutingapp:style/TextAppearance.AppCompat.Button = 0x7f110197
com.example.scoutingapp:attr/wavePhase = 0x7f0304dc
-com.example.scoutingapp:color/m3_ref_palette_secondary10 = 0x7f050135
-com.example.scoutingapp:color/mtrl_btn_text_btn_bg_color_selector = 0x7f0502ba
+com.example.scoutingapp:color/m3_ref_palette_secondary10 = 0x7f050136
+com.example.scoutingapp:color/mtrl_btn_text_btn_bg_color_selector = 0x7f0502bb
com.example.scoutingapp:attr/dragScale = 0x7f030185
com.example.scoutingapp:styleable/ConstraintLayout_ReactiveGuide = 0x7f120028
com.example.scoutingapp:attr/toggleCheckedStateOnClick = 0x7f0304a5
@@ -3840,20 +3838,20 @@ com.example.scoutingapp:interpolator/mtrl_fast_out_linear_in = 0x7f0a000e
com.example.scoutingapp:dimen/mtrl_navigation_elevation = 0x7f0602c5
com.example.scoutingapp:attr/textAppearanceHeadline2 = 0x7f030444
com.example.scoutingapp:dimen/material_textinput_min_width = 0x7f060243
-com.example.scoutingapp:color/material_dynamic_neutral_variant70 = 0x7f050237
+com.example.scoutingapp:color/material_dynamic_neutral_variant70 = 0x7f050238
com.example.scoutingapp:style/Widget.Material3.Slider.Legacy = 0x7f1103d1
com.example.scoutingapp:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f1102a3
com.example.scoutingapp:color/dim_foreground_disabled_material_light = 0x7f050057
com.example.scoutingapp:attr/textAppearanceHeadline1 = 0x7f030443
com.example.scoutingapp:attr/textAppearanceBodyMedium = 0x7f03043c
com.example.scoutingapp:attr/showText = 0x7f0303d0
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_surface = 0x7f050189
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_surface = 0x7f05018a
com.example.scoutingapp:animator/fragment_open_enter = 0x7f020007
com.example.scoutingapp:macro/m3_comp_slider_label_label_text_color = 0x7f0c0112
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral100 = 0x7f0500a0
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral100 = 0x7f0500a1
com.example.scoutingapp:attr/singleSelection = 0x7f0303db
com.example.scoutingapp:attr/textAppearanceBody2 = 0x7f03043a
-com.example.scoutingapp:id/aligned = 0x7f08005c
+com.example.scoutingapp:id/aligned = 0x7f08005d
com.example.scoutingapp:dimen/design_bottom_navigation_active_item_max_width = 0x7f06005f
com.example.scoutingapp:attr/telltales_velocityMode = 0x7f030437
com.example.scoutingapp:attr/textAppearanceTitleMedium = 0x7f03045c
@@ -3863,14 +3861,14 @@ com.example.scoutingapp:attr/tabTextColor = 0x7f030432
com.example.scoutingapp:attr/tabTextAppearance = 0x7f030431
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents = 0x7f1102c0
com.example.scoutingapp:attr/tabStyle = 0x7f030430
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500e5
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500e6
com.example.scoutingapp:attr/colorBackgroundFloating = 0x7f0300f4
-com.example.scoutingapp:id/mtrl_picker_text_input_date = 0x7f080153
+com.example.scoutingapp:id/mtrl_picker_text_input_date = 0x7f080157
com.example.scoutingapp:attr/tickRadiusInactive = 0x7f030491
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f110435
com.example.scoutingapp:attr/tabSelectedTextColor = 0x7f03042f
com.example.scoutingapp:attr/suggestionRowLayout = 0x7f030412
-com.example.scoutingapp:color/material_dynamic_primary30 = 0x7f050240
+com.example.scoutingapp:color/material_dynamic_primary30 = 0x7f050241
com.example.scoutingapp:attr/listPreferredItemHeightSmall = 0x7f0302d0
com.example.scoutingapp:attr/tabPaddingStart = 0x7f03042a
com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1101d5
@@ -3883,7 +3881,7 @@ com.example.scoutingapp:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f0100
com.example.scoutingapp:dimen/abc_button_inset_horizontal_material = 0x7f060012
com.example.scoutingapp:attr/tabInlineLabel = 0x7f030423
com.example.scoutingapp:attr/badgeShapeAppearanceOverlay = 0x7f030056
-com.example.scoutingapp:color/m3_dark_primary_text_disable_only = 0x7f050079
+com.example.scoutingapp:color/m3_dark_primary_text_disable_only = 0x7f05007a
com.example.scoutingapp:attr/nestedScrollable = 0x7f03035d
com.example.scoutingapp:style/ThemeOverlay.Material3.SideSheetDialog = 0x7f1102b6
com.example.scoutingapp:string/abc_searchview_description_clear = 0x7f100013
@@ -3900,18 +3898,18 @@ com.example.scoutingapp:color/design_default_color_on_error = 0x7f050042
com.example.scoutingapp:style/Widget.Material3.Chip.Filter = 0x7f110369
com.example.scoutingapp:dimen/m3_comp_switch_selected_focus_state_layer_opacity = 0x7f060194
com.example.scoutingapp:attr/tabGravity = 0x7f030419
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_error = 0x7f05017d
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_error = 0x7f05017e
com.example.scoutingapp:attr/tabContentStart = 0x7f030418
com.example.scoutingapp:style/Base.AlertDialog.AppCompat = 0x7f11000b
com.example.scoutingapp:attr/switchMinWidth = 0x7f030413
com.example.scoutingapp:macro/m3_comp_navigation_drawer_headline_color = 0x7f0c0084
com.example.scoutingapp:attr/suffixTextColor = 0x7f030411
-com.example.scoutingapp:color/m3_ref_palette_tertiary80 = 0x7f05014a
+com.example.scoutingapp:color/m3_ref_palette_tertiary80 = 0x7f05014b
com.example.scoutingapp:attr/subtitleTextStyle = 0x7f03040e
com.example.scoutingapp:macro/m3_comp_menu_list_item_selected_container_color = 0x7f0c005e
com.example.scoutingapp:attr/subtitle = 0x7f03040a
com.example.scoutingapp:style/Widget.Material3.CollapsingToolbar.Large = 0x7f11037b
-com.example.scoutingapp:id/customPanel = 0x7f0800aa
+com.example.scoutingapp:id/customPanel = 0x7f0800ae
com.example.scoutingapp:attr/popupTheme = 0x7f03038a
com.example.scoutingapp:attr/multiChoiceItemLayout = 0x7f030354
com.example.scoutingapp:animator/fragment_open_exit = 0x7f020008
@@ -3927,9 +3925,9 @@ com.example.scoutingapp:attr/titleCentered = 0x7f030497
com.example.scoutingapp:attr/state_lifted = 0x7f0303fd
com.example.scoutingapp:attr/state_liftable = 0x7f0303fc
com.example.scoutingapp:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f1101a4
-com.example.scoutingapp:color/m3_default_color_secondary_text = 0x7f05007b
+com.example.scoutingapp:color/m3_default_color_secondary_text = 0x7f05007c
com.example.scoutingapp:attr/state_dragged = 0x7f0303f9
-com.example.scoutingapp:id/SHOW_ALL = 0x7f080016
+com.example.scoutingapp:id/SHOW_ALL = 0x7f080017
com.example.scoutingapp:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f11021e
com.example.scoutingapp:attr/textOutlineColor = 0x7f030470
com.example.scoutingapp:dimen/m3_comp_fab_primary_large_container_height = 0x7f06011b
@@ -3940,7 +3938,7 @@ com.example.scoutingapp:attr/stateLabels = 0x7f0303f5
com.example.scoutingapp:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f110233
com.example.scoutingapp:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f110192
com.example.scoutingapp:attr/touchAnchorId = 0x7f0304af
-com.example.scoutingapp:id/cradle = 0x7f0800a7
+com.example.scoutingapp:id/cradle = 0x7f0800ab
com.example.scoutingapp:attr/layout_constraintHeight_percent = 0x7f030295
com.example.scoutingapp:attr/startIconScaleType = 0x7f0303f2
com.example.scoutingapp:style/Theme.MaterialComponents.Light = 0x7f110263
@@ -3951,11 +3949,11 @@ com.example.scoutingapp:attr/panelMenuListTheme = 0x7f030374
com.example.scoutingapp:attr/staggered = 0x7f0303ed
com.example.scoutingapp:macro/m3_comp_sheet_side_detached_container_shape = 0x7f0c0107
com.example.scoutingapp:attr/stackFromEnd = 0x7f0303ec
-com.example.scoutingapp:color/m3_ref_palette_error0 = 0x7f0500f5
+com.example.scoutingapp:color/m3_ref_palette_error0 = 0x7f0500f6
com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f110284
com.example.scoutingapp:attr/textAppearanceOverline = 0x7f030454
-com.example.scoutingapp:id/dragEnd = 0x7f0800c3
-com.example.scoutingapp:color/m3_ref_palette_neutral90 = 0x7f050113
+com.example.scoutingapp:id/dragEnd = 0x7f0800c7
+com.example.scoutingapp:color/m3_ref_palette_neutral90 = 0x7f050114
com.example.scoutingapp:attr/animateNavigationIcon = 0x7f030033
com.example.scoutingapp:macro/m3_comp_navigation_bar_inactive_focus_state_layer_color = 0x7f0c006e
com.example.scoutingapp:attr/springStiffness = 0x7f0303e9
@@ -3974,8 +3972,8 @@ com.example.scoutingapp:dimen/m3_comp_slider_inactive_track_height = 0x7f060187
com.example.scoutingapp:style/Widget.AppCompat.ProgressBar = 0x7f110320
com.example.scoutingapp:style/Base.V22.Theme.AppCompat.Light = 0x7f1100af
com.example.scoutingapp:attr/floatingActionButtonLargeSecondaryStyle = 0x7f0301da
-com.example.scoutingapp:id/accessibility_custom_action_14 = 0x7f08002a
-com.example.scoutingapp:color/m3_card_ripple_color = 0x7f05006c
+com.example.scoutingapp:id/accessibility_custom_action_14 = 0x7f08002b
+com.example.scoutingapp:color/m3_card_ripple_color = 0x7f05006d
com.example.scoutingapp:attr/colorPrimaryFixed = 0x7f030116
com.example.scoutingapp:styleable/Badge = 0x7f120013
com.example.scoutingapp:attr/snackbarStyle = 0x7f0303df
@@ -3986,7 +3984,7 @@ com.example.scoutingapp:attr/textAppearanceLineHeightEnabled = 0x7f030450
com.example.scoutingapp:style/Theme.MaterialComponents.NoActionBar = 0x7f110273
com.example.scoutingapp:attr/closeIconSize = 0x7f0300e2
com.example.scoutingapp:attr/buttonIconTintMode = 0x7f030094
-com.example.scoutingapp:id/bounceEnd = 0x7f080079
+com.example.scoutingapp:id/bounceEnd = 0x7f08007a
com.example.scoutingapp:attr/colorOnPrimarySurface = 0x7f030105
com.example.scoutingapp:attr/snackbarButtonStyle = 0x7f0303de
com.example.scoutingapp:attr/counterTextColor = 0x7f03015c
@@ -3998,17 +3996,17 @@ com.example.scoutingapp:attr/simpleItemLayout = 0x7f0303d5
com.example.scoutingapp:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110015
com.example.scoutingapp:attr/sideSheetModalStyle = 0x7f0303d4
com.example.scoutingapp:attr/sideSheetDialogTheme = 0x7f0303d3
-com.example.scoutingapp:color/material_dynamic_neutral50 = 0x7f050228
+com.example.scoutingapp:color/material_dynamic_neutral50 = 0x7f050229
com.example.scoutingapp:attr/flow_firstHorizontalBias = 0x7f0301e8
com.example.scoutingapp:attr/trackColor = 0x7f0304b3
com.example.scoutingapp:attr/titleEnabled = 0x7f030499
com.example.scoutingapp:attr/showPaths = 0x7f0303cf
com.example.scoutingapp:attr/cardPreventCornerOverlap = 0x7f03009f
com.example.scoutingapp:attr/showMarker = 0x7f0303cd
-com.example.scoutingapp:color/material_harmonized_color_on_error = 0x7f05026c
+com.example.scoutingapp:color/material_harmonized_color_on_error = 0x7f05026d
com.example.scoutingapp:attr/showAsAction = 0x7f0303ca
com.example.scoutingapp:string/mtrl_picker_announce_current_selection = 0x7f10007a
-com.example.scoutingapp:color/m3_icon_button_icon_color_selector = 0x7f05008e
+com.example.scoutingapp:color/m3_icon_button_icon_color_selector = 0x7f05008f
com.example.scoutingapp:attr/shouldRemoveExpandedCorners = 0x7f0303c8
com.example.scoutingapp:dimen/m3_btn_text_btn_padding_right = 0x7f0600e1
com.example.scoutingapp:color/button_material_dark = 0x7f050028
@@ -4022,7 +4020,7 @@ com.example.scoutingapp:attr/showDelay = 0x7f0303cb
com.example.scoutingapp:attr/shapeAppearanceOverlay = 0x7f0303c4
com.example.scoutingapp:dimen/m3_comp_outlined_text_field_focus_outline_width = 0x7f060158
com.example.scoutingapp:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f110414
-com.example.scoutingapp:color/m3_ref_palette_neutral17 = 0x7f050106
+com.example.scoutingapp:color/m3_ref_palette_neutral17 = 0x7f050107
com.example.scoutingapp:attr/textInputFilledDenseStyle = 0x7f030467
com.example.scoutingapp:attr/shapeAppearanceCornerExtraSmall = 0x7f0303be
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f11003d
@@ -4030,8 +4028,8 @@ com.example.scoutingapp:attr/offsetAlignmentMode = 0x7f030360
com.example.scoutingapp:attr/shapeAppearanceCornerExtraLarge = 0x7f0303bd
com.example.scoutingapp:dimen/m3_comp_elevated_card_icon_size = 0x7f06010b
com.example.scoutingapp:attr/setsTag = 0x7f0303bb
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_primary_container = 0x7f0501b2
-com.example.scoutingapp:color/mtrl_fab_ripple_color = 0x7f0502cd
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_primary_container = 0x7f0501b3
+com.example.scoutingapp:color/mtrl_fab_ripple_color = 0x7f0502ce
com.example.scoutingapp:attr/selectorSize = 0x7f0303ba
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f11030c
com.example.scoutingapp:style/Base.Widget.Material3.FloatingActionButton = 0x7f110109
@@ -4039,20 +4037,20 @@ com.example.scoutingapp:attr/iconifiedByDefault = 0x7f030238
com.example.scoutingapp:attr/startIconContentDescription = 0x7f0303ef
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f110429
com.example.scoutingapp:attr/paddingTopSystemWindowInsets = 0x7f030372
-com.example.scoutingapp:color/m3_chip_stroke_color = 0x7f050073
+com.example.scoutingapp:color/m3_chip_stroke_color = 0x7f050074
com.example.scoutingapp:attr/wavePeriod = 0x7f0304db
com.example.scoutingapp:style/Widget.MaterialComponents.ChipGroup = 0x7f110410
com.example.scoutingapp:style/Widget.AppCompat.Spinner.DropDown = 0x7f11032a
com.example.scoutingapp:attr/selectionRequired = 0x7f0303b9
com.example.scoutingapp:attr/selectableItemBackgroundBorderless = 0x7f0303b8
com.example.scoutingapp:attr/selectableItemBackground = 0x7f0303b7
-com.example.scoutingapp:id/sharedValueUnset = 0x7f0801b9
+com.example.scoutingapp:id/sharedValueUnset = 0x7f0801bc
com.example.scoutingapp:dimen/m3_comp_filled_button_with_icon_icon_size = 0x7f060123
com.example.scoutingapp:attr/searchHintIcon = 0x7f0303b2
com.example.scoutingapp:attr/textAppearanceHeadline4 = 0x7f030446
com.example.scoutingapp:attr/telltales_tailScale = 0x7f030436
com.example.scoutingapp:dimen/m3_comp_sheet_bottom_docked_drag_handle_height = 0x7f06017a
-com.example.scoutingapp:id/accessibility_action_clickable_span = 0x7f080023
+com.example.scoutingapp:id/accessibility_action_clickable_span = 0x7f080024
com.example.scoutingapp:attr/scrimBackground = 0x7f0303b0
com.example.scoutingapp:style/Widget.Material3.Chip.Input.Elevated = 0x7f11036c
com.example.scoutingapp:string/mtrl_picker_announce_current_selection_none = 0x7f10007b
@@ -4062,22 +4060,22 @@ com.example.scoutingapp:style/Widget.Material3.BottomNavigation.Badge = 0x7f1103
com.example.scoutingapp:animator/mtrl_extended_fab_state_list_animator = 0x7f02001d
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.Small = 0x7f110175
com.example.scoutingapp:attr/rotationCenterId = 0x7f0303aa
-com.example.scoutingapp:color/m3_sys_color_dark_inverse_on_surface = 0x7f05015d
-com.example.scoutingapp:id/actions = 0x7f080058
+com.example.scoutingapp:color/m3_sys_color_dark_inverse_on_surface = 0x7f05015e
+com.example.scoutingapp:id/actions = 0x7f080059
com.example.scoutingapp:attr/shapeAppearanceLargeComponent = 0x7f0303c2
com.example.scoutingapp:attr/collapseIcon = 0x7f0300e8
com.example.scoutingapp:attr/region_widthMoreThan = 0x7f0303a6
com.example.scoutingapp:attr/region_heightLessThan = 0x7f0303a3
com.example.scoutingapp:drawable/abc_text_cursor_material = 0x7f070070
-com.example.scoutingapp:id/clip_horizontal = 0x7f080097
+com.example.scoutingapp:id/clip_horizontal = 0x7f08009b
com.example.scoutingapp:attr/suffixText = 0x7f03040f
com.example.scoutingapp:attr/layout_constraintRight_creator = 0x7f03029c
com.example.scoutingapp:attr/round = 0x7f0303ab
com.example.scoutingapp:dimen/mtrl_badge_size = 0x7f06024d
-com.example.scoutingapp:color/material_dynamic_primary0 = 0x7f05023c
-com.example.scoutingapp:id/Rbutton5 = 0x7f080014
+com.example.scoutingapp:color/material_dynamic_primary0 = 0x7f05023d
+com.example.scoutingapp:id/Rbutton5 = 0x7f080015
com.example.scoutingapp:attr/reactiveGuide_valueId = 0x7f0303a1
-com.example.scoutingapp:color/m3_sys_color_dark_on_secondary_container = 0x7f050166
+com.example.scoutingapp:color/m3_sys_color_dark_on_secondary_container = 0x7f050167
com.example.scoutingapp:color/design_dark_default_color_on_surface = 0x7f050038
com.example.scoutingapp:attr/endIconScaleType = 0x7f0301a7
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f110452
@@ -4096,9 +4094,9 @@ com.example.scoutingapp:dimen/m3_comp_navigation_rail_active_indicator_height =
com.example.scoutingapp:attr/waveDecay = 0x7f0304d9
com.example.scoutingapp:dimen/abc_text_size_display_4_material = 0x7f060046
com.example.scoutingapp:attr/queryHint = 0x7f030397
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral70 = 0x7f0500ac
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral70 = 0x7f0500ad
com.example.scoutingapp:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300ee
-com.example.scoutingapp:id/Submit_button = 0x7f08001c
+com.example.scoutingapp:id/Submit_button = 0x7f08001d
com.example.scoutingapp:attr/queryBackground = 0x7f030396
com.example.scoutingapp:attr/subMenuArrow = 0x7f030404
com.example.scoutingapp:attr/quantizeMotionSteps = 0x7f030395
@@ -4109,15 +4107,15 @@ com.example.scoutingapp:attr/materialCardViewStyle = 0x7f0302f8
com.example.scoutingapp:attr/materialIconButtonFilledStyle = 0x7f0302fe
com.example.scoutingapp:attr/searchPrefixText = 0x7f0303b4
com.example.scoutingapp:dimen/abc_disabled_alpha_material_light = 0x7f060028
-com.example.scoutingapp:color/material_dynamic_primary60 = 0x7f050243
+com.example.scoutingapp:color/material_dynamic_primary60 = 0x7f050244
com.example.scoutingapp:attr/quantizeMotionPhase = 0x7f030394
com.example.scoutingapp:dimen/mtrl_slider_halo_radius = 0x7f0602e5
com.example.scoutingapp:attr/quantizeMotionInterpolator = 0x7f030393
com.example.scoutingapp:attr/progressBarStyle = 0x7f030392
-com.example.scoutingapp:id/RB_ShallowClimb = 0x7f08000f
+com.example.scoutingapp:id/RB_ShallowClimb = 0x7f080010
com.example.scoutingapp:attr/labelVisibilityMode = 0x7f030272
com.example.scoutingapp:attr/prefixText = 0x7f03038c
-com.example.scoutingapp:color/m3_dynamic_primary_text_disable_only = 0x7f050085
+com.example.scoutingapp:color/m3_dynamic_primary_text_disable_only = 0x7f050086
com.example.scoutingapp:dimen/highlight_alpha_material_dark = 0x7f060094
com.example.scoutingapp:attr/errorShown = 0x7f0301b4
com.example.scoutingapp:attr/polarRelativeTo = 0x7f030387
@@ -4127,13 +4125,13 @@ com.example.scoutingapp:attr/closeIconVisible = 0x7f0300e5
com.example.scoutingapp:attr/perpendicularPath_percent = 0x7f030381
com.example.scoutingapp:attr/pathMotionArc = 0x7f03037b
com.example.scoutingapp:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f1100aa
-com.example.scoutingapp:id/activity_chooser_view_content = 0x7f080059
+com.example.scoutingapp:id/activity_chooser_view_content = 0x7f08005a
com.example.scoutingapp:drawable/ic_call_decline = 0x7f07008e
com.example.scoutingapp:attr/passwordToggleTintMode = 0x7f03037a
com.example.scoutingapp:string/mtrl_picker_text_input_date_range_end_hint = 0x7f100092
-com.example.scoutingapp:color/m3_ref_palette_error80 = 0x7f0500fe
-com.example.scoutingapp:color/material_personalized_color_control_normal = 0x7f05027d
-com.example.scoutingapp:id/groups = 0x7f0800f3
+com.example.scoutingapp:color/m3_ref_palette_error80 = 0x7f0500ff
+com.example.scoutingapp:color/material_personalized_color_control_normal = 0x7f05027e
+com.example.scoutingapp:id/groups = 0x7f0800f7
com.example.scoutingapp:attr/passwordToggleEnabled = 0x7f030378
com.example.scoutingapp:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f06024c
com.example.scoutingapp:attr/drawableEndCompat = 0x7f030189
@@ -4157,18 +4155,18 @@ com.example.scoutingapp:attr/customFloatValue = 0x7f030166
com.example.scoutingapp:attr/paddingRightSystemWindowInsets = 0x7f03036e
com.example.scoutingapp:attr/layout_constraintLeft_toRightOf = 0x7f03029b
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight = 0x7f11024a
-com.example.scoutingapp:color/m3_navigation_item_text_color = 0x7f050095
-com.example.scoutingapp:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f050090
+com.example.scoutingapp:color/m3_navigation_item_text_color = 0x7f050096
+com.example.scoutingapp:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f050091
com.example.scoutingapp:attr/dragThreshold = 0x7f030186
com.example.scoutingapp:attr/paddingBottomSystemWindowInsets = 0x7f03036b
-com.example.scoutingapp:id/material_hour_tv = 0x7f08012b
+com.example.scoutingapp:id/material_hour_tv = 0x7f08012f
com.example.scoutingapp:attr/coplanarSiblingViewId = 0x7f03014b
com.example.scoutingapp:styleable/MockView = 0x7f120062
com.example.scoutingapp:attr/overlay = 0x7f030369
-com.example.scoutingapp:color/m3_sys_color_dark_surface_bright = 0x7f050172
+com.example.scoutingapp:color/m3_sys_color_dark_surface_bright = 0x7f050173
com.example.scoutingapp:attr/onPositiveCross = 0x7f030364
com.example.scoutingapp:attr/onHide = 0x7f030362
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500e2
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500e3
com.example.scoutingapp:attr/floatingActionButtonTertiaryStyle = 0x7f0301e7
com.example.scoutingapp:attr/singleChoiceItemLayout = 0x7f0303d9
com.example.scoutingapp:dimen/m3_comp_divider_thickness = 0x7f060107
@@ -4178,8 +4176,8 @@ com.example.scoutingapp:attr/navigationContentDescription = 0x7f030355
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f110165
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f11002e
com.example.scoutingapp:attr/layout_constraintTop_creator = 0x7f0302a2
-com.example.scoutingapp:color/material_deep_teal_200 = 0x7f050217
-com.example.scoutingapp:id/mtrl_calendar_months = 0x7f080146
+com.example.scoutingapp:color/material_deep_teal_200 = 0x7f050218
+com.example.scoutingapp:id/mtrl_calendar_months = 0x7f08014a
com.example.scoutingapp:attr/motionTarget = 0x7f030350
com.example.scoutingapp:attr/errorTextColor = 0x7f0301b6
com.example.scoutingapp:style/Widget.Material3.SideSheet.Modal = 0x7f1103cd
@@ -4200,9 +4198,9 @@ com.example.scoutingapp:attr/motionEffect_strict = 0x7f030347
com.example.scoutingapp:drawable/abc_cab_background_top_material = 0x7f07003b
com.example.scoutingapp:attr/endIconDrawable = 0x7f0301a4
com.example.scoutingapp:attr/motionEffect_move = 0x7f030345
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant98 = 0x7f0500cc
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant98 = 0x7f0500cd
com.example.scoutingapp:styleable/LinearLayoutCompat = 0x7f120049
-com.example.scoutingapp:color/mtrl_tabs_icon_color_selector = 0x7f0502e4
+com.example.scoutingapp:color/mtrl_tabs_icon_color_selector = 0x7f0502e5
com.example.scoutingapp:attr/targetId = 0x7f030434
com.example.scoutingapp:dimen/m3_searchbar_text_size = 0x7f0601e1
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog = 0x7f11025a
@@ -4212,9 +4210,9 @@ com.example.scoutingapp:attr/cursorErrorColor = 0x7f030160
com.example.scoutingapp:attr/fontProviderPackage = 0x7f030201
com.example.scoutingapp:dimen/m3_comp_progress_indicator_stop_indicator_size = 0x7f060163
com.example.scoutingapp:styleable/NavigationView = 0x7f12006d
-com.example.scoutingapp:color/m3_sys_color_light_surface_dim = 0x7f0501ea
+com.example.scoutingapp:color/m3_sys_color_light_surface_dim = 0x7f0501eb
com.example.scoutingapp:attr/motionEasingLinear = 0x7f03033d
-com.example.scoutingapp:color/m3_dynamic_default_color_secondary_text = 0x7f050082
+com.example.scoutingapp:color/m3_dynamic_default_color_secondary_text = 0x7f050083
com.example.scoutingapp:attr/ensureMinTouchTargetSize = 0x7f0301ac
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f1103a9
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1102ce
@@ -4222,12 +4220,12 @@ com.example.scoutingapp:color/abc_color_highlight_material = 0x7f050004
com.example.scoutingapp:macro/m3_comp_dialog_container_shape = 0x7f0c0023
com.example.scoutingapp:dimen/m3_comp_sheet_bottom_docked_drag_handle_width = 0x7f06017b
com.example.scoutingapp:attr/motionEasingEmphasizedInterpolator = 0x7f03033c
-com.example.scoutingapp:color/material_personalized_color_surface = 0x7f050297
+com.example.scoutingapp:color/material_personalized_color_surface = 0x7f050298
com.example.scoutingapp:attr/motionEasingEmphasizedDecelerateInterpolator = 0x7f03033b
com.example.scoutingapp:attr/motionEasingEmphasized = 0x7f030339
com.example.scoutingapp:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f110112
com.example.scoutingapp:layout/mtrl_picker_header_dialog = 0x7f0b005e
-com.example.scoutingapp:id/startHorizontal = 0x7f0801d4
+com.example.scoutingapp:id/startHorizontal = 0x7f0801d7
com.example.scoutingapp:attr/cardBackgroundColor = 0x7f03009a
com.example.scoutingapp:drawable/m3_password_eye = 0x7f0700a2
com.example.scoutingapp:dimen/material_emphasis_disabled = 0x7f060233
@@ -4235,15 +4233,15 @@ com.example.scoutingapp:macro/m3_comp_switch_selected_track_color = 0x7f0c012e
com.example.scoutingapp:attr/triggerSlack = 0x7f0304c8
com.example.scoutingapp:style/Widget.Design.BottomSheet.Modal = 0x7f110335
com.example.scoutingapp:attr/motionDurationShort4 = 0x7f030336
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_lowest = 0x7f050199
-com.example.scoutingapp:color/m3_highlighted_text = 0x7f05008c
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_lowest = 0x7f05019a
+com.example.scoutingapp:color/m3_highlighted_text = 0x7f05008d
com.example.scoutingapp:attr/motionDurationShort3 = 0x7f030335
com.example.scoutingapp:style/Widget.MaterialComponents.Chip.Entry = 0x7f11040e
com.example.scoutingapp:string/item_view_role_description = 0x7f10003d
com.example.scoutingapp:string/bottomsheet_drag_handle_clicked = 0x7f100023
com.example.scoutingapp:attr/hintTextAppearance = 0x7f030229
com.example.scoutingapp:dimen/design_fab_elevation = 0x7f06006f
-com.example.scoutingapp:id/m3_side_sheet = 0x7f08011b
+com.example.scoutingapp:id/m3_side_sheet = 0x7f08011f
com.example.scoutingapp:attr/motionDurationShort2 = 0x7f030334
com.example.scoutingapp:dimen/material_time_picker_minimum_screen_width = 0x7f060245
com.example.scoutingapp:attr/motionDurationShort1 = 0x7f030333
@@ -4277,8 +4275,8 @@ com.example.scoutingapp:attr/checkMarkCompat = 0x7f0300af
com.example.scoutingapp:style/ThemeOverlay.AppCompat = 0x7f110276
com.example.scoutingapp:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0c0104
com.example.scoutingapp:attr/motionDurationExtraLong1 = 0x7f030327
-com.example.scoutingapp:color/m3_hint_foreground = 0x7f05008d
-com.example.scoutingapp:id/search_src_text = 0x7f0801b3
+com.example.scoutingapp:color/m3_hint_foreground = 0x7f05008e
+com.example.scoutingapp:id/search_src_text = 0x7f0801b6
com.example.scoutingapp:attr/textAppearanceCaption = 0x7f03043f
com.example.scoutingapp:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013
com.example.scoutingapp:attr/motionDebug = 0x7f030326
@@ -4292,16 +4290,16 @@ com.example.scoutingapp:attr/mock_label = 0x7f030321
com.example.scoutingapp:attr/fastScrollHorizontalTrackDrawable = 0x7f0301d5
com.example.scoutingapp:attr/minTouchTargetSize = 0x7f03031e
com.example.scoutingapp:attr/maxWidth = 0x7f030315
-com.example.scoutingapp:color/mtrl_textinput_disabled_color = 0x7f0502ea
+com.example.scoutingapp:color/mtrl_textinput_disabled_color = 0x7f0502eb
com.example.scoutingapp:attr/maxVelocity = 0x7f030314
com.example.scoutingapp:attr/cornerSizeTopRight = 0x7f030156
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar = 0x7f110302
-com.example.scoutingapp:color/m3_chip_background_color = 0x7f050071
+com.example.scoutingapp:color/m3_chip_background_color = 0x7f050072
com.example.scoutingapp:attr/menuGravity = 0x7f030319
-com.example.scoutingapp:id/material_timepicker_mode_button = 0x7f080132
-com.example.scoutingapp:color/m3_ref_palette_white = 0x7f05014e
+com.example.scoutingapp:id/material_timepicker_mode_button = 0x7f080136
+com.example.scoutingapp:color/m3_ref_palette_white = 0x7f05014f
com.example.scoutingapp:dimen/mtrl_shape_corner_size_medium_component = 0x7f0602e3
-com.example.scoutingapp:id/accessibility_custom_action_5 = 0x7f08003f
+com.example.scoutingapp:id/accessibility_custom_action_5 = 0x7f080040
com.example.scoutingapp:attr/maxHeight = 0x7f030310
com.example.scoutingapp:attr/actionBarTabStyle = 0x7f030009
com.example.scoutingapp:attr/maxButtonHeight = 0x7f03030e
@@ -4314,7 +4312,7 @@ com.example.scoutingapp:attr/materialTimePickerTitleStyle = 0x7f03030b
com.example.scoutingapp:attr/subheaderColor = 0x7f030405
com.example.scoutingapp:styleable/MaterialCardView = 0x7f120054
com.example.scoutingapp:drawable/notification_bg_low_pressed = 0x7f0700de
-com.example.scoutingapp:id/all = 0x7f08005d
+com.example.scoutingapp:id/all = 0x7f08005e
com.example.scoutingapp:attr/materialTimePickerStyle = 0x7f030309
com.example.scoutingapp:style/TextAppearance.Compat.Notification.Info = 0x7f1101c5
com.example.scoutingapp:attr/materialSwitchStyle = 0x7f030307
@@ -4323,11 +4321,11 @@ com.example.scoutingapp:attr/materialSearchViewToolbarHeight = 0x7f030305
com.example.scoutingapp:attr/grid_columns = 0x7f03020f
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1101b5
com.example.scoutingapp:dimen/m3_comp_time_picker_period_selector_outline_width = 0x7f0601a3
-com.example.scoutingapp:color/m3_navigation_rail_item_with_indicator_icon_tint = 0x7f050096
+com.example.scoutingapp:color/m3_navigation_rail_item_with_indicator_icon_tint = 0x7f050097
com.example.scoutingapp:attr/startIconCheckable = 0x7f0303ee
com.example.scoutingapp:attr/materialIconButtonStyle = 0x7f030301
com.example.scoutingapp:attr/itemMinHeight = 0x7f030257
-com.example.scoutingapp:color/material_personalized_color_surface_container_lowest = 0x7f05029d
+com.example.scoutingapp:color/material_personalized_color_surface_container_lowest = 0x7f05029e
com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f110428
com.example.scoutingapp:attr/menuAlignmentMode = 0x7f030318
com.example.scoutingapp:dimen/m3_comp_date_picker_modal_header_container_height = 0x7f060105
@@ -4350,10 +4348,10 @@ com.example.scoutingapp:dimen/m3_comp_progress_indicator_active_indicator_track_
com.example.scoutingapp:attr/materialCalendarHeaderToggleButton = 0x7f0302ef
com.example.scoutingapp:dimen/m3_small_fab_size = 0x7f0601ed
com.example.scoutingapp:style/Base.Widget.AppCompat.ListView = 0x7f1100e8
-com.example.scoutingapp:color/m3_sys_color_light_surface_bright = 0x7f0501e4
+com.example.scoutingapp:color/m3_sys_color_light_surface_bright = 0x7f0501e5
com.example.scoutingapp:attr/materialCalendarHeaderTitle = 0x7f0302ee
com.example.scoutingapp:style/Platform.ThemeOverlay.AppCompat = 0x7f11013d
-com.example.scoutingapp:color/material_personalized_color_secondary_container = 0x7f050294
+com.example.scoutingapp:color/material_personalized_color_secondary_container = 0x7f050295
com.example.scoutingapp:attr/dialogTheme = 0x7f03017a
com.example.scoutingapp:attr/dividerInsetEnd = 0x7f03017f
com.example.scoutingapp:macro/m3_comp_search_view_docked_container_shape = 0x7f0c00f3
@@ -4365,7 +4363,7 @@ com.example.scoutingapp:color/abc_primary_text_disable_only_material_light = 0x7
com.example.scoutingapp:attr/materialCalendarDayOfWeekLabel = 0x7f0302e7
com.example.scoutingapp:style/Theme.Material3.Light.DialogWhenLarge = 0x7f110243
com.example.scoutingapp:attr/buttonTintMode = 0x7f030099
-com.example.scoutingapp:id/carryVelocity = 0x7f080086
+com.example.scoutingapp:id/carryVelocity = 0x7f08008a
com.example.scoutingapp:dimen/design_tab_max_width = 0x7f060089
com.example.scoutingapp:attr/cornerSize = 0x7f030152
com.example.scoutingapp:attr/materialCalendarDay = 0x7f0302e6
@@ -4375,7 +4373,7 @@ com.example.scoutingapp:attr/materialButtonToggleGroupStyle = 0x7f0302e5
com.example.scoutingapp:attr/materialButtonStyle = 0x7f0302e4
com.example.scoutingapp:dimen/mtrl_navigation_rail_elevation = 0x7f0602ce
com.example.scoutingapp:style/Widget.Material3.NavigationView = 0x7f1103bf
-com.example.scoutingapp:id/left = 0x7f080110
+com.example.scoutingapp:id/left = 0x7f080114
com.example.scoutingapp:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f06021b
com.example.scoutingapp:attr/materialCalendarMonthNavigationButton = 0x7f0302f1
com.example.scoutingapp:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f0602b8
@@ -4389,7 +4387,7 @@ com.example.scoutingapp:dimen/m3_ripple_hovered_alpha = 0x7f0601d7
com.example.scoutingapp:attr/behavior_hideable = 0x7f03006d
com.example.scoutingapp:dimen/m3_btn_padding_left = 0x7f0600da
com.example.scoutingapp:attr/contrast = 0x7f030148
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_primary_container = 0x7f050190
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_primary_container = 0x7f050191
com.example.scoutingapp:macro/m3_comp_switch_unselected_focus_track_outline_color = 0x7f0c0133
com.example.scoutingapp:attr/subtitleTextAppearance = 0x7f03040c
com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.Corner.Right = 0x7f110185
@@ -4406,7 +4404,7 @@ com.example.scoutingapp:attr/recyclerViewStyle = 0x7f0303a2
com.example.scoutingapp:attr/marginRightSystemWindowInsets = 0x7f0302db
com.example.scoutingapp:attr/checkMarkTintMode = 0x7f0300b1
com.example.scoutingapp:attr/motionEffect_translationX = 0x7f030348
-com.example.scoutingapp:id/spline = 0x7f0801c9
+com.example.scoutingapp:id/spline = 0x7f0801cc
com.example.scoutingapp:drawable/btn_checkbox_checked_mtrl = 0x7f07007c
com.example.scoutingapp:attr/colorOnPrimary = 0x7f030101
com.example.scoutingapp:color/bright_foreground_material_dark = 0x7f050026
@@ -4417,7 +4415,7 @@ com.example.scoutingapp:attr/crossfade = 0x7f03015d
com.example.scoutingapp:attr/logo = 0x7f0302d5
com.example.scoutingapp:style/TextAppearance.AppCompat.Display4 = 0x7f11019c
com.example.scoutingapp:dimen/abc_text_size_large_material = 0x7f060048
-com.example.scoutingapp:color/material_dynamic_neutral60 = 0x7f050229
+com.example.scoutingapp:color/material_dynamic_neutral60 = 0x7f05022a
com.example.scoutingapp:dimen/abc_control_corner_material = 0x7f060018
com.example.scoutingapp:style/TextAppearance.Design.Counter = 0x7f1101ca
com.example.scoutingapp:macro/m3_comp_outlined_text_field_focus_label_text_color = 0x7f0c00ba
@@ -4434,7 +4432,7 @@ com.example.scoutingapp:style/Widget.MaterialComponents.MaterialCalendar.HeaderL
com.example.scoutingapp:dimen/m3_badge_with_text_horizontal_offset = 0x7f0600b7
com.example.scoutingapp:layout/abc_activity_chooser_view_list_item = 0x7f0b0007
com.example.scoutingapp:attr/statusBarBackground = 0x7f0303ff
-com.example.scoutingapp:color/m3_timepicker_display_background_color = 0x7f05020c
+com.example.scoutingapp:color/m3_timepicker_display_background_color = 0x7f05020d
com.example.scoutingapp:style/ThemeOverlay.AppCompat.DayNight = 0x7f11027a
com.example.scoutingapp:attr/flow_firstVerticalBias = 0x7f0301ea
com.example.scoutingapp:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0c0146
@@ -4442,11 +4440,11 @@ com.example.scoutingapp:attr/lStar = 0x7f03026f
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f110255
com.example.scoutingapp:attr/actionBarPopupTheme = 0x7f030004
com.example.scoutingapp:attr/listItemLayout = 0x7f0302ca
-com.example.scoutingapp:color/material_personalized_color_tertiary_container = 0x7f0502a2
+com.example.scoutingapp:color/material_personalized_color_tertiary_container = 0x7f0502a3
com.example.scoutingapp:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0700cf
com.example.scoutingapp:macro/m3_comp_navigation_bar_active_pressed_label_text_color = 0x7f0c0069
com.example.scoutingapp:attr/overlapAnchor = 0x7f030368
-com.example.scoutingapp:color/material_personalized_color_primary = 0x7f05028e
+com.example.scoutingapp:color/material_personalized_color_primary = 0x7f05028f
com.example.scoutingapp:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0c00c0
com.example.scoutingapp:attr/collapsingToolbarLayoutStyle = 0x7f0300f1
com.example.scoutingapp:attr/ifTagSet = 0x7f03023a
@@ -4454,7 +4452,7 @@ com.example.scoutingapp:attr/lineSpacing = 0x7f0302c4
com.example.scoutingapp:macro/m3_comp_switch_unselected_focus_handle_color = 0x7f0c012f
com.example.scoutingapp:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020019
com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1101e0
-com.example.scoutingapp:id/submit_area = 0x7f0801dc
+com.example.scoutingapp:id/submit_area = 0x7f0801df
com.example.scoutingapp:attr/layout_constraintVertical_weight = 0x7f0302a7
com.example.scoutingapp:attr/listLayout = 0x7f0302cb
com.example.scoutingapp:dimen/m3_navigation_rail_icon_size = 0x7f0601cb
@@ -4467,25 +4465,25 @@ com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMe
com.example.scoutingapp:string/abc_action_bar_up_description = 0x7f100001
com.example.scoutingapp:dimen/design_bottom_navigation_shadow_height = 0x7f060069
com.example.scoutingapp:attr/layout_scrollFlags = 0x7f0302bc
-com.example.scoutingapp:id/open_search_bar_text_view = 0x7f08016f
+com.example.scoutingapp:id/open_search_bar_text_view = 0x7f080173
com.example.scoutingapp:attr/simpleItemSelectedColor = 0x7f0303d6
com.example.scoutingapp:integer/design_snackbar_text_max_lines = 0x7f090006
com.example.scoutingapp:drawable/abc_seekbar_tick_mark_material = 0x7f070066
com.example.scoutingapp:attr/textPanX = 0x7f030472
com.example.scoutingapp:attr/layout_marginBaseline = 0x7f0302b9
com.example.scoutingapp:styleable/MaterialRadioButton = 0x7f120058
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral50 = 0x7f0500a9
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral50 = 0x7f0500aa
com.example.scoutingapp:attr/actionBarStyle = 0x7f030007
com.example.scoutingapp:attr/motionPath = 0x7f03034c
com.example.scoutingapp:dimen/m3_fab_corner_size = 0x7f0601b6
com.example.scoutingapp:attr/layout_keyline = 0x7f0302b8
com.example.scoutingapp:attr/layout_insetEdge = 0x7f0302b7
-com.example.scoutingapp:id/matchNumber = 0x7f08011f
-com.example.scoutingapp:color/m3_sys_color_on_tertiary_fixed = 0x7f0501f2
+com.example.scoutingapp:id/matchNumber = 0x7f080123
+com.example.scoutingapp:color/m3_sys_color_on_tertiary_fixed = 0x7f0501f3
com.example.scoutingapp:attr/collapseContentDescription = 0x7f0300e7
com.example.scoutingapp:anim/m3_side_sheet_enter_from_left = 0x7f010025
com.example.scoutingapp:layout/material_time_input = 0x7f0b0043
-com.example.scoutingapp:id/deltaRelative = 0x7f0800b1
+com.example.scoutingapp:id/deltaRelative = 0x7f0800b5
com.example.scoutingapp:attr/layout_constraintHeight_default = 0x7f030292
com.example.scoutingapp:attr/layout_editor_absoluteY = 0x7f0302af
com.example.scoutingapp:dimen/m3_navigation_item_shape_inset_start = 0x7f0601c4
@@ -4501,15 +4499,15 @@ com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_label_text_color
com.example.scoutingapp:dimen/design_snackbar_padding_horizontal = 0x7f060085
com.example.scoutingapp:attr/layout_constraintTag = 0x7f0302a1
com.example.scoutingapp:dimen/notification_subtext_size = 0x7f060318
-com.example.scoutingapp:id/peekHeight = 0x7f080189
+com.example.scoutingapp:id/peekHeight = 0x7f08018d
com.example.scoutingapp:attr/navigationRailStyle = 0x7f030359
com.example.scoutingapp:attr/dayInvalidStyle = 0x7f03016c
com.example.scoutingapp:attr/cardElevation = 0x7f03009c
-com.example.scoutingapp:color/m3_sys_color_light_on_tertiary_container = 0x7f0501dc
+com.example.scoutingapp:color/m3_sys_color_light_on_tertiary_container = 0x7f0501dd
com.example.scoutingapp:attr/fontProviderFetchStrategy = 0x7f0301ff
com.example.scoutingapp:attr/layout_constraintLeft_toLeftOf = 0x7f03029a
com.example.scoutingapp:dimen/m3_comp_outlined_autocomplete_menu_container_elevation = 0x7f06014d
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f05018b
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f05018c
com.example.scoutingapp:styleable/ImageFilterView = 0x7f12003e
com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f1101bc
com.example.scoutingapp:attr/indeterminateProgressStyle = 0x7f030241
@@ -4520,24 +4518,24 @@ com.example.scoutingapp:dimen/m3_comp_outlined_button_disabled_outline_opacity =
com.example.scoutingapp:drawable/design_ic_visibility = 0x7f070085
com.example.scoutingapp:attr/dividerPadding = 0x7f030181
com.example.scoutingapp:attr/layout_constraintHorizontal_weight = 0x7f030298
-com.example.scoutingapp:color/m3_switch_thumb_tint = 0x7f050158
-com.example.scoutingapp:color/m3_fab_ripple_color_selector = 0x7f05008a
+com.example.scoutingapp:color/m3_switch_thumb_tint = 0x7f050159
+com.example.scoutingapp:color/m3_fab_ripple_color_selector = 0x7f05008b
com.example.scoutingapp:color/design_default_color_secondary_variant = 0x7f05004a
-com.example.scoutingapp:color/m3_ref_palette_tertiary20 = 0x7f050144
+com.example.scoutingapp:color/m3_ref_palette_tertiary20 = 0x7f050145
com.example.scoutingapp:attr/layout_constraintHorizontal_chainStyle = 0x7f030297
com.example.scoutingapp:dimen/mtrl_tooltip_minHeight = 0x7f060308
com.example.scoutingapp:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f120032
-com.example.scoutingapp:id/visible = 0x7f080221
+com.example.scoutingapp:id/visible = 0x7f080224
com.example.scoutingapp:attr/hoveredFocusedTranslationZ = 0x7f03022f
com.example.scoutingapp:dimen/m3_comp_input_chip_unselected_outline_width = 0x7f060132
com.example.scoutingapp:attr/barLength = 0x7f030063
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f050192
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f050193
com.example.scoutingapp:attr/constraintSetEnd = 0x7f030133
com.example.scoutingapp:attr/layout_constraintGuide_begin = 0x7f03028e
com.example.scoutingapp:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f11004a
-com.example.scoutingapp:id/snapMargins = 0x7f0801c5
-com.example.scoutingapp:color/m3_ref_palette_tertiary70 = 0x7f050149
-com.example.scoutingapp:id/tag_accessibility_clickable_spans = 0x7f0801e0
+com.example.scoutingapp:id/snapMargins = 0x7f0801c8
+com.example.scoutingapp:color/m3_ref_palette_tertiary70 = 0x7f05014a
+com.example.scoutingapp:id/tag_accessibility_clickable_spans = 0x7f0801e3
com.example.scoutingapp:attr/materialTimePickerTheme = 0x7f03030a
com.example.scoutingapp:string/mtrl_picker_today_description = 0x7f100097
com.example.scoutingapp:attr/layout_constraintBottom_creator = 0x7f030285
@@ -4547,17 +4545,17 @@ com.example.scoutingapp:style/ShapeAppearance.M3.Comp.Badge.Large.Shape = 0x7f11
com.example.scoutingapp:attr/layout_constraintBaseline_toBaselineOf = 0x7f030282
com.example.scoutingapp:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f1103a6
com.example.scoutingapp:attr/touchRegionId = 0x7f0304b1
-com.example.scoutingapp:id/filled = 0x7f0800de
+com.example.scoutingapp:id/filled = 0x7f0800e2
com.example.scoutingapp:attr/customColorValue = 0x7f030164
com.example.scoutingapp:attr/layout_scrollEffect = 0x7f0302bb
com.example.scoutingapp:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f
com.example.scoutingapp:attr/trackTintMode = 0x7f0304bf
-com.example.scoutingapp:id/accelerate = 0x7f080022
+com.example.scoutingapp:id/accelerate = 0x7f080023
com.example.scoutingapp:dimen/design_fab_size_normal = 0x7f060072
com.example.scoutingapp:attr/springStopThreshold = 0x7f0303ea
com.example.scoutingapp:attr/layout_constrainedWidth = 0x7f030280
com.example.scoutingapp:layout/design_navigation_menu_item = 0x7f0b002f
-com.example.scoutingapp:color/m3_sys_color_dynamic_on_primary_fixed = 0x7f0501c0
+com.example.scoutingapp:color/m3_sys_color_dynamic_on_primary_fixed = 0x7f0501c1
com.example.scoutingapp:attr/dynamicColorThemeOverlay = 0x7f030198
com.example.scoutingapp:attr/layout_anchorGravity = 0x7f03027b
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f11038b
@@ -4575,7 +4573,7 @@ com.example.scoutingapp:dimen/m3_comp_fab_primary_focus_state_layer_opacity = 0x
com.example.scoutingapp:macro/m3_comp_radio_button_disabled_unselected_icon_color = 0x7f0c00d7
com.example.scoutingapp:attr/listPreferredItemHeight = 0x7f0302ce
com.example.scoutingapp:style/Base.Theme.Material3.Light.DialogWhenLarge = 0x7f110063
-com.example.scoutingapp:color/m3_sys_color_light_primary_container = 0x7f0501e0
+com.example.scoutingapp:color/m3_sys_color_light_primary_container = 0x7f0501e1
com.example.scoutingapp:attr/hideMotionSpec = 0x7f030223
com.example.scoutingapp:attr/labelStyle = 0x7f030271
com.example.scoutingapp:string/call_notification_decline_action = 0x7f100027
@@ -4583,7 +4581,7 @@ com.example.scoutingapp:dimen/abc_action_bar_icon_vertical_padding_material = 0x
com.example.scoutingapp:drawable/tooltip_frame_dark = 0x7f0700e9
com.example.scoutingapp:string/mtrl_picker_save = 0x7f10008f
com.example.scoutingapp:anim/mtrl_bottom_sheet_slide_out = 0x7f01002a
-com.example.scoutingapp:color/material_dynamic_neutral99 = 0x7f05022e
+com.example.scoutingapp:color/material_dynamic_neutral99 = 0x7f05022f
com.example.scoutingapp:attr/cornerFamily = 0x7f03014c
com.example.scoutingapp:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f1103c1
com.example.scoutingapp:dimen/m3_fab_border_width = 0x7f0601b5
@@ -4600,7 +4598,7 @@ com.example.scoutingapp:attr/itemShapeInsetEnd = 0x7f030260
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Display4 = 0x7f11001e
com.example.scoutingapp:attr/colorSurfaceInverse = 0x7f030128
com.example.scoutingapp:attr/itemShapeInsetBottom = 0x7f03025f
-com.example.scoutingapp:color/m3_ref_palette_secondary70 = 0x7f05013c
+com.example.scoutingapp:color/m3_ref_palette_secondary70 = 0x7f05013d
com.example.scoutingapp:dimen/m3_bottom_sheet_modal_elevation = 0x7f0600c4
com.example.scoutingapp:attr/upDuration = 0x7f0304ca
com.example.scoutingapp:attr/itemShapeFillColor = 0x7f03025e
@@ -4608,12 +4606,12 @@ com.example.scoutingapp:attr/hintEnabled = 0x7f030228
com.example.scoutingapp:attr/itemRippleColor = 0x7f03025b
com.example.scoutingapp:drawable/ic_clear_black_24 = 0x7f070090
com.example.scoutingapp:attr/dropDownBackgroundTint = 0x7f030194
-com.example.scoutingapp:color/mtrl_switch_thumb_icon_tint = 0x7f0502df
+com.example.scoutingapp:color/mtrl_switch_thumb_icon_tint = 0x7f0502e0
com.example.scoutingapp:attr/contentInsetEnd = 0x7f03013a
com.example.scoutingapp:attr/itemPaddingBottom = 0x7f030259
com.example.scoutingapp:attr/actionModeSplitBackground = 0x7f03001d
com.example.scoutingapp:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f110403
-com.example.scoutingapp:id/accessibility_custom_action_16 = 0x7f08002c
+com.example.scoutingapp:id/accessibility_custom_action_16 = 0x7f08002d
com.example.scoutingapp:drawable/abc_ratingbar_small_material = 0x7f07005f
com.example.scoutingapp:attr/itemMaxLines = 0x7f030256
com.example.scoutingapp:dimen/m3_alert_dialog_icon_size = 0x7f0600a2
@@ -4626,7 +4624,7 @@ com.example.scoutingapp:attr/titleCollapseMode = 0x7f030498
com.example.scoutingapp:dimen/m3_searchview_divider_size = 0x7f0601e2
com.example.scoutingapp:style/Theme.Material3.Light = 0x7f11023e
com.example.scoutingapp:attr/isMaterialTheme = 0x7f03024d
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant6 = 0x7f0500c2
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant6 = 0x7f0500c3
com.example.scoutingapp:attr/closeIconStartPadding = 0x7f0300e3
com.example.scoutingapp:attr/reactiveGuide_applyToConstraintSet = 0x7f0303a0
com.example.scoutingapp:attr/isMaterial3Theme = 0x7f03024c
@@ -4645,31 +4643,31 @@ com.example.scoutingapp:dimen/item_touch_helper_swipe_escape_velocity = 0x7f0600
com.example.scoutingapp:attr/brightness = 0x7f030089
com.example.scoutingapp:styleable/ActionMenuItemView = 0x7f120002
com.example.scoutingapp:attr/textureEffect = 0x7f030476
-com.example.scoutingapp:color/material_slider_thumb_color = 0x7f0502b1
+com.example.scoutingapp:color/material_slider_thumb_color = 0x7f0502b2
com.example.scoutingapp:attr/badgeWithTextHeight = 0x7f03005e
com.example.scoutingapp:attr/itemVerticalPadding = 0x7f03026b
com.example.scoutingapp:attr/indicatorTrackGapSize = 0x7f030247
com.example.scoutingapp:style/ShapeAppearance.M3.Comp.NavigationBar.ActiveIndicator.Shape = 0x7f11015b
com.example.scoutingapp:dimen/m3_comp_search_view_full_screen_header_container_height = 0x7f060175
com.example.scoutingapp:drawable/abc_spinner_mtrl_am_alpha = 0x7f070068
-com.example.scoutingapp:color/mtrl_chip_background_color = 0x7f0502c3
+com.example.scoutingapp:color/mtrl_chip_background_color = 0x7f0502c4
com.example.scoutingapp:style/Widget.AppCompat.ListView.DropDown = 0x7f11031b
com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f1101db
com.example.scoutingapp:attr/indicatorInset = 0x7f030245
com.example.scoutingapp:style/Widget.Material3.CardView.Elevated = 0x7f110363
-com.example.scoutingapp:id/accessibility_custom_action_1 = 0x7f080025
+com.example.scoutingapp:id/accessibility_custom_action_1 = 0x7f080026
com.example.scoutingapp:attr/indeterminateAnimationType = 0x7f030240
com.example.scoutingapp:attr/shapeAppearanceMediumComponent = 0x7f0303c3
com.example.scoutingapp:dimen/m3_comp_top_app_bar_medium_container_height = 0x7f0601a9
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f11044b
-com.example.scoutingapp:id/mtrl_picker_text_input_range_start = 0x7f080155
+com.example.scoutingapp:id/mtrl_picker_text_input_range_start = 0x7f080159
com.example.scoutingapp:attr/layout_goneMarginTop = 0x7f0302b6
com.example.scoutingapp:animator/fragment_close_enter = 0x7f020003
com.example.scoutingapp:attr/keyPositionType = 0x7f03026c
-com.example.scoutingapp:id/x_right = 0x7f08022b
+com.example.scoutingapp:id/x_right = 0x7f08022e
com.example.scoutingapp:attr/extendedFloatingActionButtonStyle = 0x7f0301c6
com.example.scoutingapp:color/design_snackbar_background_color = 0x7f050055
-com.example.scoutingapp:color/primary_material_dark = 0x7f0502f2
+com.example.scoutingapp:color/primary_material_dark = 0x7f0502f3
com.example.scoutingapp:dimen/mtrl_progress_circular_track_thickness_small = 0x7f0602df
com.example.scoutingapp:attr/imageRotate = 0x7f03023e
com.example.scoutingapp:attr/viewTransitionMode = 0x7f0304d2
@@ -4684,13 +4682,13 @@ com.example.scoutingapp:dimen/m3_comp_outlined_text_field_disabled_input_text_op
com.example.scoutingapp:attr/listPreferredItemPaddingLeft = 0x7f0302d2
com.example.scoutingapp:attr/layout_goneMarginLeft = 0x7f0302b3
com.example.scoutingapp:integer/m3_card_anim_delay_ms = 0x7f09000c
-com.example.scoutingapp:id/textinput_counter = 0x7f0801fb
+com.example.scoutingapp:id/textinput_counter = 0x7f0801fe
com.example.scoutingapp:attr/ifTagNotSet = 0x7f030239
com.example.scoutingapp:attr/iconTintMode = 0x7f030237
com.example.scoutingapp:attr/contentPaddingTop = 0x7f030146
com.example.scoutingapp:dimen/m3_btn_dialog_btn_spacing = 0x7f0600cc
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f11014a
-com.example.scoutingapp:id/navigation_bar_item_active_indicator_view = 0x7f080159
+com.example.scoutingapp:id/navigation_bar_item_active_indicator_view = 0x7f08015d
com.example.scoutingapp:attr/pivotAnchor = 0x7f030382
com.example.scoutingapp:attr/colorPrimaryFixedDim = 0x7f030117
com.example.scoutingapp:attr/grid_horizontalGaps = 0x7f030210
@@ -4709,7 +4707,7 @@ com.example.scoutingapp:attr/layout_constraintTop_toTopOf = 0x7f0302a4
com.example.scoutingapp:attr/textAllCaps = 0x7f030438
com.example.scoutingapp:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f11007a
com.example.scoutingapp:attr/layout_constraintHeight = 0x7f030291
-com.example.scoutingapp:id/material_value_index = 0x7f080135
+com.example.scoutingapp:id/material_value_index = 0x7f080139
com.example.scoutingapp:attr/iconStartPadding = 0x7f030235
com.example.scoutingapp:color/background_material_dark = 0x7f05001f
com.example.scoutingapp:attr/layout_constrainedHeight = 0x7f03027f
@@ -4721,24 +4719,24 @@ com.example.scoutingapp:drawable/abc_textfield_default_mtrl_alpha = 0x7f070075
com.example.scoutingapp:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f100098
com.example.scoutingapp:layout/abc_action_mode_close_item_material = 0x7f0b0005
com.example.scoutingapp:attr/flow_lastVerticalBias = 0x7f0301f2
-com.example.scoutingapp:id/action_bar_container = 0x7f080049
+com.example.scoutingapp:id/action_bar_container = 0x7f08004a
com.example.scoutingapp:attr/layout_constraintBaseline_toBottomOf = 0x7f030283
-com.example.scoutingapp:color/m3_tabs_icon_color = 0x7f0501fa
+com.example.scoutingapp:color/m3_tabs_icon_color = 0x7f0501fb
com.example.scoutingapp:attr/itemFillColor = 0x7f030250
com.example.scoutingapp:attr/icon = 0x7f030230
com.example.scoutingapp:dimen/m3_comp_switch_disabled_track_opacity = 0x7f060191
-com.example.scoutingapp:id/bounce = 0x7f080077
+com.example.scoutingapp:id/bounce = 0x7f080078
com.example.scoutingapp:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070062
com.example.scoutingapp:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f060212
com.example.scoutingapp:dimen/m3_comp_navigation_rail_container_elevation = 0x7f060147
com.example.scoutingapp:attr/hintTextColor = 0x7f03022a
com.example.scoutingapp:attr/tabIndicatorHeight = 0x7f030422
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_high = 0x7f0501b8
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_container_high = 0x7f0501b9
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_icon_color = 0x7f0c007e
com.example.scoutingapp:dimen/m3_extended_fab_end_padding = 0x7f0601b0
com.example.scoutingapp:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f110282
-com.example.scoutingapp:color/material_personalized_color_text_primary_inverse_disable_only = 0x7f0502a5
-com.example.scoutingapp:id/linear = 0x7f080115
+com.example.scoutingapp:color/material_personalized_color_text_primary_inverse_disable_only = 0x7f0502a6
+com.example.scoutingapp:id/linear = 0x7f080119
com.example.scoutingapp:attr/liftOnScroll = 0x7f0302bf
com.example.scoutingapp:attr/iconSize = 0x7f030234
com.example.scoutingapp:dimen/m3_navigation_item_icon_padding = 0x7f0601c1
@@ -4752,18 +4750,18 @@ com.example.scoutingapp:attr/hideOnContentScroll = 0x7f030225
com.example.scoutingapp:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f110053
com.example.scoutingapp:attr/height = 0x7f03021d
com.example.scoutingapp:attr/triggerId = 0x7f0304c6
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500ea
-com.example.scoutingapp:id/fill_horizontal = 0x7f0800dc
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500eb
+com.example.scoutingapp:id/fill_horizontal = 0x7f0800e0
com.example.scoutingapp:attr/hideAnimationBehavior = 0x7f030222
com.example.scoutingapp:dimen/m3_navigation_item_vertical_padding = 0x7f0601c6
com.example.scoutingapp:attr/cursorColor = 0x7f03015f
com.example.scoutingapp:drawable/abc_ratingbar_material = 0x7f07005e
com.example.scoutingapp:animator/m3_extended_fab_state_list_animator = 0x7f020014
com.example.scoutingapp:attr/haloRadius = 0x7f03021b
-com.example.scoutingapp:color/material_personalized_hint_foreground_inverse = 0x7f0502a9
+com.example.scoutingapp:color/material_personalized_hint_foreground_inverse = 0x7f0502aa
com.example.scoutingapp:string/status_bar_notification_info_overflow = 0x7f1000b4
com.example.scoutingapp:attr/layout_constraintRight_toRightOf = 0x7f03029e
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500c4
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500c5
com.example.scoutingapp:attr/layout_editor_absoluteX = 0x7f0302ae
com.example.scoutingapp:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f110408
com.example.scoutingapp:style/Widget.Material3.TabLayout.OnSurface = 0x7f1103d7
@@ -4774,7 +4772,7 @@ com.example.scoutingapp:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f1
com.example.scoutingapp:attr/itemTextAppearanceActive = 0x7f030267
com.example.scoutingapp:attr/guidelineUseRtl = 0x7f030219
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Light = 0x7f110096
-com.example.scoutingapp:id/navigation_header_container = 0x7f08015f
+com.example.scoutingapp:id/navigation_header_container = 0x7f080163
com.example.scoutingapp:attr/boxStrokeErrorColor = 0x7f030086
com.example.scoutingapp:color/abc_secondary_text_material_light = 0x7f050012
com.example.scoutingapp:dimen/tooltip_corner_radius = 0x7f06031b
@@ -4789,9 +4787,9 @@ com.example.scoutingapp:attr/actionModeCloseDrawable = 0x7f030015
com.example.scoutingapp:color/abc_btn_colored_text_material = 0x7f050003
com.example.scoutingapp:attr/grid_useRtl = 0x7f030216
com.example.scoutingapp:attr/grid_skips = 0x7f030214
-com.example.scoutingapp:color/m3_checkbox_button_tint = 0x7f05006f
+com.example.scoutingapp:color/m3_checkbox_button_tint = 0x7f050070
com.example.scoutingapp:style/Theme.AppCompat.Light.Dialog = 0x7f11021c
-com.example.scoutingapp:id/skipCollapsed = 0x7f0801bf
+com.example.scoutingapp:id/skipCollapsed = 0x7f0801c2
com.example.scoutingapp:drawable/abc_btn_radio_material = 0x7f070034
com.example.scoutingapp:attr/statusBarForeground = 0x7f030400
com.example.scoutingapp:attr/actionModeSelectAllDrawable = 0x7f03001b
@@ -4811,11 +4809,11 @@ com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_inactive_hover_stat
com.example.scoutingapp:attr/liftOnScrollTargetViewId = 0x7f0302c1
com.example.scoutingapp:attr/gapBetweenBars = 0x7f03020b
com.example.scoutingapp:attr/actionBarTabBarStyle = 0x7f030008
-com.example.scoutingapp:color/m3_sys_color_dark_outline_variant = 0x7f05016c
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500c5
+com.example.scoutingapp:color/m3_sys_color_dark_outline_variant = 0x7f05016d
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500c6
com.example.scoutingapp:attr/fontVariationSettings = 0x7f030205
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant12 = 0x7f0500b9
-com.example.scoutingapp:id/decelerateAndComplete = 0x7f0800ae
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant12 = 0x7f0500ba
+com.example.scoutingapp:id/decelerateAndComplete = 0x7f0800b2
com.example.scoutingapp:dimen/abc_action_bar_default_height_material = 0x7f060002
com.example.scoutingapp:style/ThemeOverlay.Material3.BottomNavigationView = 0x7f110289
com.example.scoutingapp:attr/fontProviderCerts = 0x7f0301fe
@@ -4826,9 +4824,9 @@ com.example.scoutingapp:attr/horizontalOffsetWithText = 0x7f03022e
com.example.scoutingapp:attr/font = 0x7f0301fb
com.example.scoutingapp:attr/flow_wrapMode = 0x7f0301fa
com.example.scoutingapp:attr/flow_verticalStyle = 0x7f0301f9
-com.example.scoutingapp:color/mtrl_switch_thumb_tint = 0x7f0502e0
+com.example.scoutingapp:color/mtrl_switch_thumb_tint = 0x7f0502e1
com.example.scoutingapp:attr/moveWhenScrollAtTop = 0x7f030353
-com.example.scoutingapp:color/material_dynamic_neutral_variant50 = 0x7f050235
+com.example.scoutingapp:color/material_dynamic_neutral_variant50 = 0x7f050236
com.example.scoutingapp:drawable/abc_cab_background_top_mtrl_alpha = 0x7f07003c
com.example.scoutingapp:attr/nestedScrollFlags = 0x7f03035b
com.example.scoutingapp:attr/layout_goneMarginBaseline = 0x7f0302b0
@@ -4841,18 +4839,18 @@ com.example.scoutingapp:dimen/design_tab_text_size_2line = 0x7f06008c
com.example.scoutingapp:attr/flow_horizontalStyle = 0x7f0301ef
com.example.scoutingapp:style/Base.Widget.MaterialComponents.Slider = 0x7f11011b
com.example.scoutingapp:attr/flow_horizontalGap = 0x7f0301ee
-com.example.scoutingapp:color/material_personalized_color_background = 0x7f05027a
+com.example.scoutingapp:color/material_personalized_color_background = 0x7f05027b
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f11014c
com.example.scoutingapp:attr/checkedIconGravity = 0x7f0300b7
com.example.scoutingapp:color/abc_search_url_text_normal = 0x7f05000e
com.example.scoutingapp:styleable/Capability = 0x7f120019
com.example.scoutingapp:attr/colorContainer = 0x7f0300f6
-com.example.scoutingapp:id/mtrl_child_content_container = 0x7f08014b
-com.example.scoutingapp:color/material_dynamic_tertiary100 = 0x7f050258
+com.example.scoutingapp:id/mtrl_child_content_container = 0x7f08014f
+com.example.scoutingapp:color/material_dynamic_tertiary100 = 0x7f050259
com.example.scoutingapp:attr/chipMinTouchTargetSize = 0x7f0300c8
com.example.scoutingapp:attr/drawerArrowStyle = 0x7f030191
-com.example.scoutingapp:color/m3_button_ripple_color = 0x7f050067
-com.example.scoutingapp:color/mtrl_navigation_bar_colored_item_tint = 0x7f0502d2
+com.example.scoutingapp:color/m3_button_ripple_color = 0x7f050068
+com.example.scoutingapp:color/mtrl_navigation_bar_colored_item_tint = 0x7f0502d3
com.example.scoutingapp:animator/design_fab_hide_motion_spec = 0x7f020001
com.example.scoutingapp:attr/flow_firstHorizontalStyle = 0x7f0301e9
com.example.scoutingapp:dimen/mtrl_toolbar_default_height = 0x7f060305
@@ -4872,7 +4870,7 @@ com.example.scoutingapp:attr/homeAsUpIndicator = 0x7f03022b
com.example.scoutingapp:attr/expandedTitleTextAppearance = 0x7f0301c0
com.example.scoutingapp:attr/colorOnTertiaryFixedVariant = 0x7f030110
com.example.scoutingapp:attr/hideNavigationIcon = 0x7f030224
-com.example.scoutingapp:id/open_search_view_edit_text = 0x7f080175
+com.example.scoutingapp:id/open_search_view_edit_text = 0x7f080179
com.example.scoutingapp:anim/abc_slide_out_bottom = 0x7f010008
com.example.scoutingapp:attr/windowActionBar = 0x7f0304df
com.example.scoutingapp:attr/floatingActionButtonPrimaryStyle = 0x7f0301de
@@ -4894,17 +4892,17 @@ com.example.scoutingapp:styleable/MotionLayout = 0x7f120067
com.example.scoutingapp:dimen/mtrl_extended_fab_icon_size = 0x7f0602ac
com.example.scoutingapp:attr/floatingActionButtonLargePrimaryStyle = 0x7f0301d9
com.example.scoutingapp:attr/layout_constraintBottom_toBottomOf = 0x7f030286
-com.example.scoutingapp:id/SHIFT = 0x7f080015
+com.example.scoutingapp:id/SHIFT = 0x7f080016
com.example.scoutingapp:attr/carousel_infinite = 0x7f0300a7
com.example.scoutingapp:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f110051
com.example.scoutingapp:attr/layout_constraintBottom_toTopOf = 0x7f030287
com.example.scoutingapp:attr/errorEnabled = 0x7f0301b0
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Large = 0x7f110021
com.example.scoutingapp:attr/fastScrollVerticalTrackDrawable = 0x7f0301d7
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_background = 0x7f0501a4
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_background = 0x7f0501a5
com.example.scoutingapp:attr/indicatorDirectionCircular = 0x7f030243
com.example.scoutingapp:anim/abc_fade_in = 0x7f010000
-com.example.scoutingapp:color/mtrl_tabs_icon_color_selector_colored = 0x7f0502e5
+com.example.scoutingapp:color/mtrl_tabs_icon_color_selector_colored = 0x7f0502e6
com.example.scoutingapp:attr/badgeWithTextWidth = 0x7f030062
com.example.scoutingapp:attr/fastScrollEnabled = 0x7f0301d3
com.example.scoutingapp:attr/fabCradleRoundedCornerRadius = 0x7f0301cf
@@ -4927,7 +4925,7 @@ com.example.scoutingapp:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle
com.example.scoutingapp:attr/fabCradleMargin = 0x7f0301ce
com.example.scoutingapp:color/abc_secondary_text_material_dark = 0x7f050011
com.example.scoutingapp:style/TextAppearance.MaterialComponents.Headline3 = 0x7f110200
-com.example.scoutingapp:id/staticPostLayout = 0x7f0801d8
+com.example.scoutingapp:id/staticPostLayout = 0x7f0801db
com.example.scoutingapp:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f0301c8
com.example.scoutingapp:macro/m3_comp_date_picker_modal_header_supporting_text_type = 0x7f0c0018
com.example.scoutingapp:drawable/design_ic_visibility_off = 0x7f070086
@@ -4944,18 +4942,18 @@ com.example.scoutingapp:dimen/m3_comp_bottom_app_bar_container_height = 0x7f0601
com.example.scoutingapp:attr/activityChooserViewStyle = 0x7f030027
com.example.scoutingapp:attr/expandedTitleMarginEnd = 0x7f0301bd
com.example.scoutingapp:styleable/ColorStateListItem = 0x7f120024
-com.example.scoutingapp:color/material_personalized_color_text_hint_foreground_inverse = 0x7f0502a3
-com.example.scoutingapp:id/action_bar_subtitle = 0x7f08004c
+com.example.scoutingapp:color/material_personalized_color_text_hint_foreground_inverse = 0x7f0502a4
+com.example.scoutingapp:id/action_bar_subtitle = 0x7f08004d
com.example.scoutingapp:drawable/abc_list_longpressed_holo = 0x7f070052
com.example.scoutingapp:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f1101d9
com.example.scoutingapp:dimen/m3_large_fab_max_image_size = 0x7f0601b9
com.example.scoutingapp:integer/m3_sys_motion_duration_long2 = 0x7f090014
com.example.scoutingapp:anim/mtrl_card_lowers_interpolator = 0x7f01002b
-com.example.scoutingapp:id/title_template = 0x7f080204
+com.example.scoutingapp:id/title_template = 0x7f080207
com.example.scoutingapp:attr/marginLeftSystemWindowInsets = 0x7f0302da
com.example.scoutingapp:dimen/m3_comp_suggestion_chip_elevated_container_elevation = 0x7f06018b
com.example.scoutingapp:macro/m3_comp_outlined_card_dragged_outline_color = 0x7f0c00ab
-com.example.scoutingapp:color/m3_assist_chip_icon_tint_color = 0x7f050061
+com.example.scoutingapp:color/m3_assist_chip_icon_tint_color = 0x7f050062
com.example.scoutingapp:color/bright_foreground_inverse_material_light = 0x7f050025
com.example.scoutingapp:dimen/m3_comp_navigation_drawer_hover_state_layer_opacity = 0x7f060140
com.example.scoutingapp:macro/m3_comp_navigation_rail_label_text_type = 0x7f0c009f
@@ -4967,16 +4965,16 @@ com.example.scoutingapp:style/ShapeAppearanceOverlay.Material3.SearchView = 0x7f
com.example.scoutingapp:attr/itemShapeInsetTop = 0x7f030262
com.example.scoutingapp:attr/clickAction = 0x7f0300da
com.example.scoutingapp:attr/listDividerAlertDialog = 0x7f0302c9
-com.example.scoutingapp:id/mtrl_calendar_selection_frame = 0x7f080147
+com.example.scoutingapp:id/mtrl_calendar_selection_frame = 0x7f08014b
com.example.scoutingapp:attr/cornerFamilyBottomLeft = 0x7f03014d
com.example.scoutingapp:attr/chipMinHeight = 0x7f0300c7
com.example.scoutingapp:attr/enforceMaterialTheme = 0x7f0301aa
-com.example.scoutingapp:id/dimensions = 0x7f0800b9
+com.example.scoutingapp:id/dimensions = 0x7f0800bd
com.example.scoutingapp:attr/endIconTint = 0x7f0301a8
-com.example.scoutingapp:color/m3_sys_color_on_tertiary_fixed_variant = 0x7f0501f3
+com.example.scoutingapp:color/m3_sys_color_on_tertiary_fixed_variant = 0x7f0501f4
com.example.scoutingapp:attr/shapeAppearanceCornerLarge = 0x7f0303bf
com.example.scoutingapp:attr/autoAdjustToWithinGrandparentBounds = 0x7f03003c
-com.example.scoutingapp:color/material_dynamic_secondary95 = 0x7f050254
+com.example.scoutingapp:color/material_dynamic_secondary95 = 0x7f050255
com.example.scoutingapp:attr/keylines = 0x7f03026e
com.example.scoutingapp:attr/counterMaxLength = 0x7f030158
com.example.scoutingapp:attr/endIconContentDescription = 0x7f0301a3
@@ -4999,7 +4997,7 @@ com.example.scoutingapp:attr/iconPadding = 0x7f030233
com.example.scoutingapp:attr/contentPaddingBottom = 0x7f030141
com.example.scoutingapp:color/cardview_shadow_end_color = 0x7f05002e
com.example.scoutingapp:attr/chipIconEnabled = 0x7f0300c3
-com.example.scoutingapp:id/view_transition = 0x7f08021c
+com.example.scoutingapp:id/view_transition = 0x7f08021f
com.example.scoutingapp:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f0601ce
com.example.scoutingapp:attr/largeFontVerticalOffsetAdjustment = 0x7f030273
com.example.scoutingapp:attr/colorSwitchThumbNormal = 0x7f03012a
@@ -5012,39 +5010,39 @@ com.example.scoutingapp:macro/m3_comp_sheet_side_docked_standard_container_color
com.example.scoutingapp:attr/dropDownListViewStyle = 0x7f030195
com.example.scoutingapp:attr/maxLines = 0x7f030312
com.example.scoutingapp:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f1100a1
-com.example.scoutingapp:color/material_dynamic_tertiary10 = 0x7f050257
-com.example.scoutingapp:id/embed = 0x7f0800d1
+com.example.scoutingapp:color/material_dynamic_tertiary10 = 0x7f050258
+com.example.scoutingapp:id/embed = 0x7f0800d5
com.example.scoutingapp:attr/chipStrokeWidth = 0x7f0300cf
com.example.scoutingapp:attr/maxCharacterCount = 0x7f03030f
com.example.scoutingapp:attr/layout_goneMarginBottom = 0x7f0302b1
com.example.scoutingapp:attr/actionTextColorAlpha = 0x7f030024
com.example.scoutingapp:attr/textAppearanceLabelLarge = 0x7f03044c
-com.example.scoutingapp:id/text_input_error_icon = 0x7f0801f9
+com.example.scoutingapp:id/text_input_error_icon = 0x7f0801fc
com.example.scoutingapp:attr/drawableTintMode = 0x7f03018f
com.example.scoutingapp:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f110339
com.example.scoutingapp:attr/layout_constraintHeight_max = 0x7f030293
-com.example.scoutingapp:id/inward = 0x7f080109
+com.example.scoutingapp:id/inward = 0x7f08010d
com.example.scoutingapp:attr/boxStrokeWidthFocused = 0x7f030088
com.example.scoutingapp:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f060156
com.example.scoutingapp:attr/titleTextColor = 0x7f0304a2
com.example.scoutingapp:dimen/design_bottom_navigation_margin = 0x7f060068
com.example.scoutingapp:macro/m3_comp_filled_text_field_error_supporting_text_color = 0x7f0c004e
-com.example.scoutingapp:id/vertical_only = 0x7f08021a
-com.example.scoutingapp:id/transition_scene_layoutid_cache = 0x7f080211
-com.example.scoutingapp:id/rounded = 0x7f08019e
-com.example.scoutingapp:color/material_personalized_color_on_surface_inverse = 0x7f050288
+com.example.scoutingapp:id/vertical_only = 0x7f08021d
+com.example.scoutingapp:id/transition_scene_layoutid_cache = 0x7f080214
+com.example.scoutingapp:id/rounded = 0x7f0801a2
+com.example.scoutingapp:color/material_personalized_color_on_surface_inverse = 0x7f050289
com.example.scoutingapp:attr/cardCornerRadius = 0x7f03009b
com.example.scoutingapp:anim/abc_slide_in_bottom = 0x7f010006
-com.example.scoutingapp:color/m3_tabs_ripple_color_secondary = 0x7f0501fd
-com.example.scoutingapp:color/m3_ref_palette_error70 = 0x7f0500fd
-com.example.scoutingapp:mipmap/ic_launcher_round = 0x7f0d0001
+com.example.scoutingapp:color/m3_tabs_ripple_color_secondary = 0x7f0501fe
+com.example.scoutingapp:color/m3_ref_palette_error70 = 0x7f0500fe
+com.example.scoutingapp:mipmap/ic_launcher_round = 0x7f0d0002
com.example.scoutingapp:layout/activity_settings = 0x7f0b001f
-com.example.scoutingapp:id/Rbutton2 = 0x7f080011
+com.example.scoutingapp:id/Rbutton2 = 0x7f080012
com.example.scoutingapp:animator/m3_card_elevated_state_list_anim = 0x7f02000c
com.example.scoutingapp:layout/abc_cascading_menu_item_layout = 0x7f0b000b
com.example.scoutingapp:dimen/abc_switch_padding = 0x7f06003e
com.example.scoutingapp:styleable/SearchBar = 0x7f120079
-com.example.scoutingapp:color/m3_ref_palette_primary60 = 0x7f05012e
+com.example.scoutingapp:color/m3_ref_palette_primary60 = 0x7f05012f
com.example.scoutingapp:attr/textAppearanceSubtitle2 = 0x7f03045a
com.example.scoutingapp:dimen/m3_comp_radio_button_unselected_hover_state_layer_opacity = 0x7f06016b
com.example.scoutingapp:anim/abc_tooltip_enter = 0x7f01000a
@@ -5055,13 +5053,13 @@ com.example.scoutingapp:dimen/mtrl_high_ripple_pressed_alpha = 0x7f0602bd
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Display1 = 0x7f11001b
com.example.scoutingapp:attr/dividerThickness = 0x7f030182
com.example.scoutingapp:attr/behavior_expandedOffset = 0x7f03006a
-com.example.scoutingapp:id/design_navigation_view = 0x7f0800b7
+com.example.scoutingapp:id/design_navigation_view = 0x7f0800bb
com.example.scoutingapp:attr/floatingActionButtonLargeStyle = 0x7f0301db
com.example.scoutingapp:attr/dividerInsetStart = 0x7f030180
-com.example.scoutingapp:id/parallax = 0x7f080181
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_highest = 0x7f050197
+com.example.scoutingapp:id/parallax = 0x7f080185
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_highest = 0x7f050198
com.example.scoutingapp:style/Theme.AppCompat.Light.NoActionBar = 0x7f110220
-com.example.scoutingapp:id/accessibility_custom_action_3 = 0x7f08003b
+com.example.scoutingapp:id/accessibility_custom_action_3 = 0x7f08003c
com.example.scoutingapp:attr/itemBackground = 0x7f03024f
com.example.scoutingapp:style/Widget.Material3.Search.Toolbar.Button.Navigation = 0x7f1103c5
com.example.scoutingapp:attr/divider = 0x7f03017c
@@ -5077,8 +5075,8 @@ com.example.scoutingapp:attr/layout_constraintHorizontal_bias = 0x7f030296
com.example.scoutingapp:attr/textInputOutlinedStyle = 0x7f03046d
com.example.scoutingapp:drawable/$avd_hide_password__2 = 0x7f070002
com.example.scoutingapp:attr/defaultQueryHint = 0x7f030172
-com.example.scoutingapp:id/staticLayout = 0x7f0801d7
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral98 = 0x7f0500b4
+com.example.scoutingapp:id/staticLayout = 0x7f0801da
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral98 = 0x7f0500b5
com.example.scoutingapp:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1103fd
com.example.scoutingapp:attr/defaultMarginsEnabled = 0x7f030171
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_selected_label_text_color = 0x7f0c0163
@@ -5092,7 +5090,7 @@ com.example.scoutingapp:macro/m3_comp_fab_tertiary_container_color = 0x7f0c003f
com.example.scoutingapp:attr/dividerHorizontal = 0x7f03017e
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1102c5
com.example.scoutingapp:dimen/mtrl_btn_inset = 0x7f060262
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral94 = 0x7f0500b1
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral94 = 0x7f0500b2
com.example.scoutingapp:integer/m3_sys_motion_duration_extra_long1 = 0x7f09000f
com.example.scoutingapp:attr/alertDialogTheme = 0x7f03002c
com.example.scoutingapp:attr/itemPadding = 0x7f030258
@@ -5112,23 +5110,23 @@ com.example.scoutingapp:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x
com.example.scoutingapp:style/Base.Widget.AppCompat.PopupMenu = 0x7f1100eb
com.example.scoutingapp:attr/itemSpacing = 0x7f030263
com.example.scoutingapp:color/design_fab_shadow_end_color = 0x7f05004d
-com.example.scoutingapp:color/material_blue_grey_900 = 0x7f050214
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant17 = 0x7f0500ba
+com.example.scoutingapp:color/material_blue_grey_900 = 0x7f050215
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant17 = 0x7f0500bb
com.example.scoutingapp:style/Base.Widget.Material3.CollapsingToolbar = 0x7f110103
com.example.scoutingapp:drawable/avd_show_password = 0x7f07007b
com.example.scoutingapp:dimen/mtrl_calendar_day_height = 0x7f060277
com.example.scoutingapp:attr/behavior_overlapTop = 0x7f03006e
com.example.scoutingapp:attr/checkedState = 0x7f0300bc
-com.example.scoutingapp:color/m3_chip_ripple_color = 0x7f050072
+com.example.scoutingapp:color/m3_chip_ripple_color = 0x7f050073
com.example.scoutingapp:attr/limitBoundsTo = 0x7f0302c2
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_bright = 0x7f050194
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_bright = 0x7f050195
com.example.scoutingapp:attr/state_above_anchor = 0x7f0303f6
com.example.scoutingapp:attr/flow_firstVerticalStyle = 0x7f0301eb
-com.example.scoutingapp:id/material_timepicker_ok_button = 0x7f080133
-com.example.scoutingapp:color/ripple_material_dark = 0x7f0502f8
+com.example.scoutingapp:id/material_timepicker_ok_button = 0x7f080137
+com.example.scoutingapp:color/ripple_material_dark = 0x7f0502f9
com.example.scoutingapp:attr/backgroundInsetStart = 0x7f03004b
com.example.scoutingapp:attr/counterTextAppearance = 0x7f03015b
-com.example.scoutingapp:color/m3_navigation_bar_ripple_color_selector = 0x7f050091
+com.example.scoutingapp:color/m3_navigation_bar_ripple_color_selector = 0x7f050092
com.example.scoutingapp:attr/actionBarDivider = 0x7f030002
com.example.scoutingapp:attr/flow_verticalGap = 0x7f0301f8
com.example.scoutingapp:attr/badgeTextAppearance = 0x7f030059
@@ -5136,7 +5134,7 @@ com.example.scoutingapp:macro/m3_comp_snackbar_supporting_text_type = 0x7f0c0116
com.example.scoutingapp:attr/titlePositionInterpolator = 0x7f0304a0
com.example.scoutingapp:attr/counterEnabled = 0x7f030157
com.example.scoutingapp:color/abc_btn_colored_borderless_text_material = 0x7f050002
-com.example.scoutingapp:id/Notes = 0x7f08000b
+com.example.scoutingapp:id/Notes = 0x7f08000c
com.example.scoutingapp:attr/duration = 0x7f030197
com.example.scoutingapp:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f11014d
com.example.scoutingapp:attr/cornerSizeBottomRight = 0x7f030154
@@ -5159,18 +5157,18 @@ com.example.scoutingapp:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f06
com.example.scoutingapp:dimen/m3_comp_time_picker_period_selector_focus_state_layer_opacity = 0x7f0601a1
com.example.scoutingapp:attr/cardUseCompatPadding = 0x7f0300a0
com.example.scoutingapp:styleable/SnackbarLayout = 0x7f120080
-com.example.scoutingapp:color/m3_radiobutton_button_tint = 0x7f05009b
+com.example.scoutingapp:color/m3_radiobutton_button_tint = 0x7f05009c
com.example.scoutingapp:macro/m3_comp_radio_button_unselected_hover_state_layer_color = 0x7f0c00e2
com.example.scoutingapp:attr/hintAnimationEnabled = 0x7f030227
com.example.scoutingapp:style/Widget.Material3.CompoundButton.CheckBox = 0x7f11037d
-com.example.scoutingapp:color/material_dynamic_primary100 = 0x7f05023e
+com.example.scoutingapp:color/material_dynamic_primary100 = 0x7f05023f
com.example.scoutingapp:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0c0035
-com.example.scoutingapp:id/skipped = 0x7f0801c0
+com.example.scoutingapp:id/skipped = 0x7f0801c3
com.example.scoutingapp:drawable/$m3_avd_show_password__2 = 0x7f07000c
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f0501a1
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f0501a2
com.example.scoutingapp:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0c00fd
com.example.scoutingapp:attr/showTitle = 0x7f0303d1
-com.example.scoutingapp:id/normal = 0x7f080167
+com.example.scoutingapp:id/normal = 0x7f08016b
com.example.scoutingapp:dimen/mtrl_progress_circular_radius = 0x7f0602d8
com.example.scoutingapp:style/Base.V21.Theme.AppCompat.Light = 0x7f1100a4
com.example.scoutingapp:attr/colorOnErrorContainer = 0x7f030100
@@ -5178,39 +5176,39 @@ com.example.scoutingapp:attr/backgroundInsetBottom = 0x7f030049
com.example.scoutingapp:attr/contentPaddingStart = 0x7f030145
com.example.scoutingapp:attr/thumbIconSize = 0x7f03047f
com.example.scoutingapp:attr/contentPaddingLeft = 0x7f030143
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f05017f
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f050180
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f110076
com.example.scoutingapp:attr/materialAlertDialogBodyTextStyle = 0x7f0302dd
com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1102c8
com.example.scoutingapp:attr/borderRoundPercent = 0x7f030075
com.example.scoutingapp:attr/constraintSet = 0x7f030132
com.example.scoutingapp:attr/constraintRotate = 0x7f030131
-com.example.scoutingapp:color/material_personalized_hint_foreground = 0x7f0502a8
+com.example.scoutingapp:color/material_personalized_hint_foreground = 0x7f0502a9
com.example.scoutingapp:style/Widget.MaterialComponents.CheckedTextView = 0x7f11040b
com.example.scoutingapp:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0600c7
com.example.scoutingapp:macro/m3_comp_outlined_card_hover_outline_color = 0x7f0c00ad
com.example.scoutingapp:attr/colorOnSecondary = 0x7f030106
com.example.scoutingapp:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0c00bf
-com.example.scoutingapp:id/transition_layout_save = 0x7f08020e
+com.example.scoutingapp:id/transition_layout_save = 0x7f080211
com.example.scoutingapp:attr/layout_constraintDimensionRatio = 0x7f03028b
com.example.scoutingapp:dimen/m3_comp_filled_card_container_elevation = 0x7f060124
com.example.scoutingapp:attr/radioButtonStyle = 0x7f030399
com.example.scoutingapp:attr/daySelectedStyle = 0x7f03016d
com.example.scoutingapp:attr/endIconMinSize = 0x7f0301a5
com.example.scoutingapp:dimen/m3_alert_dialog_corner_size = 0x7f06009f
-com.example.scoutingapp:color/mtrl_popupmenu_overlay_color = 0x7f0502dd
-com.example.scoutingapp:color/m3_sys_color_light_surface_container_low = 0x7f0501e8
+com.example.scoutingapp:color/mtrl_popupmenu_overlay_color = 0x7f0502de
+com.example.scoutingapp:color/m3_sys_color_light_surface_container_low = 0x7f0501e9
com.example.scoutingapp:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f11027b
com.example.scoutingapp:attr/colorTertiaryFixedDim = 0x7f03012e
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary0 = 0x7f0500ce
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary0 = 0x7f0500cf
com.example.scoutingapp:styleable/Chip = 0x7f12001d
-com.example.scoutingapp:id/south = 0x7f0801c6
+com.example.scoutingapp:id/south = 0x7f0801c9
com.example.scoutingapp:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0600df
com.example.scoutingapp:attr/thumbWidth = 0x7f030489
com.example.scoutingapp:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f0602f2
com.example.scoutingapp:style/Widget.AppCompat.RatingBar.Small = 0x7f110324
com.example.scoutingapp:attr/textAppearanceButton = 0x7f03043e
-com.example.scoutingapp:color/material_personalized_color_secondary_text = 0x7f050295
+com.example.scoutingapp:color/material_personalized_color_secondary_text = 0x7f050296
com.example.scoutingapp:attr/chipIconTint = 0x7f0300c5
com.example.scoutingapp:attr/actionModeCutDrawable = 0x7f030017
com.example.scoutingapp:attr/colorTertiaryFixed = 0x7f03012d
@@ -5224,7 +5222,7 @@ com.example.scoutingapp:attr/contentInsetRight = 0x7f03013d
com.example.scoutingapp:attr/colorSurfaceContainerLow = 0x7f030125
com.example.scoutingapp:macro/m3_comp_time_picker_period_selector_selected_label_text_color = 0x7f0c0158
com.example.scoutingapp:anim/abc_grow_fade_in_from_bottom = 0x7f010002
-com.example.scoutingapp:color/mtrl_btn_transparent_bg_color = 0x7f0502be
+com.example.scoutingapp:color/mtrl_btn_transparent_bg_color = 0x7f0502bf
com.example.scoutingapp:attr/subtitleTextColor = 0x7f03040d
com.example.scoutingapp:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f110261
com.example.scoutingapp:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f0301c7
@@ -5237,14 +5235,14 @@ com.example.scoutingapp:dimen/fastscroll_margin = 0x7f060091
com.example.scoutingapp:attr/checkedIcon = 0x7f0300b5
com.example.scoutingapp:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1102fe
com.example.scoutingapp:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f110288
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500ef
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500f0
com.example.scoutingapp:dimen/abc_disabled_alpha_material_dark = 0x7f060027
com.example.scoutingapp:attr/colorSurfaceContainerHigh = 0x7f030123
com.example.scoutingapp:color/design_fab_stroke_end_inner_color = 0x7f050050
com.example.scoutingapp:macro/m3_comp_time_picker_time_selector_separator_type = 0x7f0c0166
com.example.scoutingapp:attr/popupWindowStyle = 0x7f03038b
com.example.scoutingapp:attr/state_error = 0x7f0303fa
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_surface = 0x7f0501ab
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_surface = 0x7f0501ac
com.example.scoutingapp:attr/motionEasingLinearInterpolator = 0x7f03033e
com.example.scoutingapp:attr/errorAccessibilityLiveRegion = 0x7f0301ae
com.example.scoutingapp:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f07007d
@@ -5260,16 +5258,16 @@ com.example.scoutingapp:macro/m3_comp_suggestion_chip_label_text_type = 0x7f0c01
com.example.scoutingapp:attr/mock_diagonalsColor = 0x7f030320
com.example.scoutingapp:attr/actionBarWidgetTheme = 0x7f03000c
com.example.scoutingapp:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110071
-com.example.scoutingapp:color/material_grey_50 = 0x7f050265
+com.example.scoutingapp:color/material_grey_50 = 0x7f050266
com.example.scoutingapp:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f11037c
com.example.scoutingapp:attr/region_widthLessThan = 0x7f0303a5
com.example.scoutingapp:macro/m3_comp_navigation_drawer_active_focus_state_layer_color = 0x7f0c007a
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_low = 0x7f050198
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_surface_container_low = 0x7f050199
com.example.scoutingapp:dimen/m3_alert_dialog_action_top_padding = 0x7f06009e
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant24 = 0x7f0500bd
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant24 = 0x7f0500be
com.example.scoutingapp:attr/badgeRadius = 0x7f030054
com.example.scoutingapp:attr/colorOnError = 0x7f0300ff
-com.example.scoutingapp:id/SYM = 0x7f080019
+com.example.scoutingapp:id/SYM = 0x7f08001a
com.example.scoutingapp:attr/circularProgressIndicatorStyle = 0x7f0300d3
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy.Small = 0x7f110377
com.example.scoutingapp:anim/abc_tooltip_exit = 0x7f01000b
@@ -5278,19 +5276,19 @@ com.example.scoutingapp:attr/navigationIcon = 0x7f030356
com.example.scoutingapp:dimen/design_bottom_navigation_height = 0x7f060063
com.example.scoutingapp:attr/cardViewStyle = 0x7f0300a1
com.example.scoutingapp:attr/colorOnTertiaryFixed = 0x7f03010f
-com.example.scoutingapp:color/material_slider_active_tick_marks_color = 0x7f0502ac
+com.example.scoutingapp:color/material_slider_active_tick_marks_color = 0x7f0502ad
com.example.scoutingapp:string/side_sheet_accessibility_pane_title = 0x7f1000b2
com.example.scoutingapp:attr/allowStacking = 0x7f03002d
com.example.scoutingapp:attr/colorOnTertiary = 0x7f03010d
-com.example.scoutingapp:color/material_dynamic_neutral30 = 0x7f050226
-com.example.scoutingapp:color/m3_sys_color_dark_surface_container_lowest = 0x7f050177
+com.example.scoutingapp:color/material_dynamic_neutral30 = 0x7f050227
+com.example.scoutingapp:color/m3_sys_color_dark_surface_container_lowest = 0x7f050178
com.example.scoutingapp:attr/chipSurfaceColor = 0x7f0300d1
com.example.scoutingapp:attr/autoCompleteMode = 0x7f03003d
com.example.scoutingapp:animator/design_appbar_state_list_animator = 0x7f020000
com.example.scoutingapp:attr/carousel_alignment = 0x7f0300a2
com.example.scoutingapp:layout/mtrl_calendar_day = 0x7f0b004e
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f0501bf
-com.example.scoutingapp:id/progress_circular = 0x7f08018f
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f0501c0
+com.example.scoutingapp:id/progress_circular = 0x7f080193
com.example.scoutingapp:attr/boxStrokeWidth = 0x7f030087
com.example.scoutingapp:style/Widget.Design.TextInputLayout = 0x7f11033d
com.example.scoutingapp:style/Widget.AppCompat.ActionBar.Solid = 0x7f1102e9
@@ -5300,7 +5298,7 @@ com.example.scoutingapp:style/Widget.Material3.TextInputEditText.FilledBox.Dense
com.example.scoutingapp:style/TextAppearance.AppCompat.Display3 = 0x7f11019b
com.example.scoutingapp:macro/m3_comp_slider_inactive_track_color = 0x7f0c0110
com.example.scoutingapp:attr/layout_goneMarginEnd = 0x7f0302b2
-com.example.scoutingapp:color/mtrl_calendar_selected_range = 0x7f0502c0
+com.example.scoutingapp:color/mtrl_calendar_selected_range = 0x7f0502c1
com.example.scoutingapp:attr/backgroundTint = 0x7f030050
com.example.scoutingapp:dimen/m3_comp_top_app_bar_small_container_elevation = 0x7f0601aa
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f11045c
@@ -5312,11 +5310,11 @@ com.example.scoutingapp:attr/colorError = 0x7f0300fa
com.example.scoutingapp:attr/motionDurationLong2 = 0x7f03032c
com.example.scoutingapp:macro/m3_comp_fab_primary_icon_color = 0x7f0c0038
com.example.scoutingapp:attr/itemHorizontalPadding = 0x7f030251
-com.example.scoutingapp:color/mtrl_btn_ripple_color = 0x7f0502b8
+com.example.scoutingapp:color/mtrl_btn_ripple_color = 0x7f0502b9
com.example.scoutingapp:attr/checkedTextViewStyle = 0x7f0300bd
com.example.scoutingapp:attr/drawableTopCompat = 0x7f030190
-com.example.scoutingapp:id/off = 0x7f08016c
-com.example.scoutingapp:id/Rbutton4 = 0x7f080013
+com.example.scoutingapp:id/off = 0x7f080170
+com.example.scoutingapp:id/Rbutton4 = 0x7f080014
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f070011
com.example.scoutingapp:string/material_timepicker_minute = 0x7f100064
com.example.scoutingapp:attr/collapsedTitleTextColor = 0x7f0300ec
@@ -5326,11 +5324,11 @@ com.example.scoutingapp:attr/animateCircleAngleTo = 0x7f030031
com.example.scoutingapp:attr/checkedIconTint = 0x7f0300ba
com.example.scoutingapp:styleable/StateSet = 0x7f120085
com.example.scoutingapp:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f11045f
-com.example.scoutingapp:color/m3_ref_palette_error50 = 0x7f0500fb
+com.example.scoutingapp:color/m3_ref_palette_error50 = 0x7f0500fc
com.example.scoutingapp:dimen/m3_extended_fab_bottom_padding = 0x7f0601af
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary70 = 0x7f0500d6
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary70 = 0x7f0500d7
com.example.scoutingapp:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0c00ca
-com.example.scoutingapp:color/material_slider_inactive_track_color = 0x7f0502b0
+com.example.scoutingapp:color/material_slider_inactive_track_color = 0x7f0502b1
com.example.scoutingapp:attr/clockHandColor = 0x7f0300dc
com.example.scoutingapp:color/abc_decor_view_status_guard = 0x7f050005
com.example.scoutingapp:attr/layout_constraintStart_toStartOf = 0x7f0302a0
@@ -5346,11 +5344,11 @@ com.example.scoutingapp:styleable/CheckedTextView = 0x7f12001c
com.example.scoutingapp:attr/layout_constraintVertical_bias = 0x7f0302a5
com.example.scoutingapp:attr/helperTextTextColor = 0x7f030221
com.example.scoutingapp:attr/layout_constraintWidth_percent = 0x7f0302ac
-com.example.scoutingapp:id/textStart = 0x7f0801f4
+com.example.scoutingapp:id/textStart = 0x7f0801f7
com.example.scoutingapp:attr/clockNumberTextColor = 0x7f0300de
-com.example.scoutingapp:color/m3_assist_chip_stroke_color = 0x7f050062
+com.example.scoutingapp:color/m3_assist_chip_stroke_color = 0x7f050063
com.example.scoutingapp:attr/circularflow_viewCenter = 0x7f0300d8
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral60 = 0x7f0500ab
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral60 = 0x7f0500ac
com.example.scoutingapp:attr/badgeWidth = 0x7f03005d
com.example.scoutingapp:attr/drawableRightCompat = 0x7f03018b
com.example.scoutingapp:dimen/material_clock_period_toggle_vertical_gap = 0x7f06022d
@@ -5377,19 +5375,19 @@ com.example.scoutingapp:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Prim
com.example.scoutingapp:style/Platform.MaterialComponents = 0x7f110139
com.example.scoutingapp:dimen/m3_simple_item_color_hovered_alpha = 0x7f0601e9
com.example.scoutingapp:macro/m3_comp_extended_fab_tertiary_container_color = 0x7f0c0034
-com.example.scoutingapp:color/m3_sys_color_dark_secondary_container = 0x7f050170
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050185
+com.example.scoutingapp:color/m3_sys_color_dark_secondary_container = 0x7f050171
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050186
com.example.scoutingapp:attr/bottomSheetDragHandleStyle = 0x7f03007c
com.example.scoutingapp:attr/alphabeticModifiers = 0x7f03002f
com.example.scoutingapp:style/Widget.Material3.Chip.Filter.Elevated = 0x7f11036a
com.example.scoutingapp:attr/materialCalendarYearNavigationButton = 0x7f0302f4
com.example.scoutingapp:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f110450
com.example.scoutingapp:layout/mtrl_picker_text_input_date_range = 0x7f0b0064
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary50 = 0x7f0500d4
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary50 = 0x7f0500d5
com.example.scoutingapp:dimen/mtrl_calendar_content_padding = 0x7f060275
com.example.scoutingapp:color/error_color_material_light = 0x7f05005b
com.example.scoutingapp:string/mtrl_picker_toggle_to_day_selection = 0x7f100099
-com.example.scoutingapp:color/m3_tabs_ripple_color = 0x7f0501fc
+com.example.scoutingapp:color/m3_tabs_ripple_color = 0x7f0501fd
com.example.scoutingapp:attr/popupMenuBackground = 0x7f030388
com.example.scoutingapp:attr/constraintSetStart = 0x7f030134
com.example.scoutingapp:style/Widget.AppCompat.ListPopupWindow = 0x7f110319
@@ -5397,11 +5395,11 @@ com.example.scoutingapp:attr/checkedIconSize = 0x7f0300b9
com.example.scoutingapp:attr/scrimVisibleHeightTrigger = 0x7f0303b1
com.example.scoutingapp:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1100c7
com.example.scoutingapp:dimen/m3_comp_extended_fab_primary_hover_state_layer_opacity = 0x7f060111
-com.example.scoutingapp:id/selection_type = 0x7f0801b7
+com.example.scoutingapp:id/selection_type = 0x7f0801ba
com.example.scoutingapp:dimen/m3_comp_top_app_bar_small_container_height = 0x7f0601ab
com.example.scoutingapp:dimen/mtrl_navigation_item_icon_size = 0x7f0602c8
com.example.scoutingapp:style/Widget.MaterialComponents.CardView = 0x7f11040a
-com.example.scoutingapp:color/m3_sys_color_dark_error = 0x7f05015b
+com.example.scoutingapp:color/m3_sys_color_dark_error = 0x7f05015c
com.example.scoutingapp:attr/textAppearanceSearchResultSubtitle = 0x7f030456
com.example.scoutingapp:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f11032e
com.example.scoutingapp:attr/colorControlNormal = 0x7f0300f9
@@ -5410,8 +5408,8 @@ com.example.scoutingapp:styleable/CircularProgressIndicator = 0x7f12001f
com.example.scoutingapp:attr/carousel_touchUp_velocityThreshold = 0x7f0300ac
com.example.scoutingapp:styleable/Constraint = 0x7f120026
com.example.scoutingapp:style/ThemeOverlay.AppCompat.Light = 0x7f11027e
-com.example.scoutingapp:color/mtrl_navigation_item_text_color = 0x7f0502d8
-com.example.scoutingapp:id/mtrl_picker_text_input_range_end = 0x7f080154
+com.example.scoutingapp:color/mtrl_navigation_item_text_color = 0x7f0502d9
+com.example.scoutingapp:id/mtrl_picker_text_input_range_end = 0x7f080158
com.example.scoutingapp:attr/chipStrokeColor = 0x7f0300ce
com.example.scoutingapp:attr/tabBackground = 0x7f030417
com.example.scoutingapp:attr/suffixTextAppearance = 0x7f030410
@@ -5422,7 +5420,7 @@ com.example.scoutingapp:attr/motion_triggerOnCollision = 0x7f030352
com.example.scoutingapp:attr/carousel_touchUpMode = 0x7f0300aa
com.example.scoutingapp:attr/boxCornerRadiusBottomStart = 0x7f030082
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f11003e
-com.example.scoutingapp:color/m3_popupmenu_overlay_color = 0x7f050099
+com.example.scoutingapp:color/m3_popupmenu_overlay_color = 0x7f05009a
com.example.scoutingapp:attr/itemIconTint = 0x7f030255
com.example.scoutingapp:dimen/m3_carousel_gone_size = 0x7f0600ef
com.example.scoutingapp:attr/carousel_emptyViewsBehavior = 0x7f0300a4
@@ -5434,14 +5432,14 @@ com.example.scoutingapp:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f
com.example.scoutingapp:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f07001b
com.example.scoutingapp:attr/motionEasingStandardAccelerateInterpolator = 0x7f030340
com.example.scoutingapp:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f110270
-com.example.scoutingapp:id/group_divider = 0x7f0800f1
+com.example.scoutingapp:id/group_divider = 0x7f0800f5
com.example.scoutingapp:attr/itemPaddingTop = 0x7f03025a
com.example.scoutingapp:drawable/$m3_avd_show_password__1 = 0x7f07000b
-com.example.scoutingapp:id/selected = 0x7f0801b6
-com.example.scoutingapp:id/rightToLeft = 0x7f08019b
+com.example.scoutingapp:id/selected = 0x7f0801b9
+com.example.scoutingapp:id/rightToLeft = 0x7f08019f
com.example.scoutingapp:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f060251
com.example.scoutingapp:attr/thumbTintMode = 0x7f030487
-com.example.scoutingapp:color/m3_navigation_rail_ripple_color_selector = 0x7f050098
+com.example.scoutingapp:color/m3_navigation_rail_ripple_color_selector = 0x7f050099
com.example.scoutingapp:attr/cardMaxElevation = 0x7f03009e
com.example.scoutingapp:attr/startIconTintMode = 0x7f0303f4
com.example.scoutingapp:dimen/m3_comp_scrim_container_opacity = 0x7f06016d
@@ -5476,19 +5474,19 @@ com.example.scoutingapp:dimen/m3_comp_navigation_bar_pressed_state_layer_opacity
com.example.scoutingapp:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f110129
com.example.scoutingapp:attr/colorOnPrimaryContainer = 0x7f030102
com.example.scoutingapp:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f110105
-com.example.scoutingapp:id/spread = 0x7f0801cb
+com.example.scoutingapp:id/spread = 0x7f0801ce
com.example.scoutingapp:attr/autoSizePresetSizes = 0x7f030042
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral92 = 0x7f0500b0
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral92 = 0x7f0500b1
com.example.scoutingapp:dimen/abc_text_size_body_2_material = 0x7f060040
com.example.scoutingapp:animator/m3_extended_fab_change_size_collapse_motion_spec = 0x7f020010
com.example.scoutingapp:attr/actionModeWebSearchDrawable = 0x7f030020
com.example.scoutingapp:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11009a
com.example.scoutingapp:attr/keyboardIcon = 0x7f03026d
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500e4
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500e5
com.example.scoutingapp:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f1102a8
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f0501a8
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f0501a9
com.example.scoutingapp:attr/endIconMode = 0x7f0301a6
-com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500f0
+com.example.scoutingapp:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500f1
com.example.scoutingapp:attr/colorSurfaceContainer = 0x7f030122
com.example.scoutingapp:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f110391
com.example.scoutingapp:animator/m3_btn_elevated_btn_state_list_anim = 0x7f02000a
@@ -5505,7 +5503,7 @@ com.example.scoutingapp:attr/actionModeCloseContentDescription = 0x7f030014
com.example.scoutingapp:style/Theme.Material3.Dark.SideSheetDialog = 0x7f11022f
com.example.scoutingapp:dimen/m3_comp_search_bar_hover_state_layer_opacity = 0x7f060171
com.example.scoutingapp:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f1103b8
-com.example.scoutingapp:color/material_on_surface_emphasis_medium = 0x7f050276
+com.example.scoutingapp:color/material_on_surface_emphasis_medium = 0x7f050277
com.example.scoutingapp:attr/colorOnPrimaryFixed = 0x7f030103
com.example.scoutingapp:attr/forceDefaultNavigationOnClickListener = 0x7f030208
com.example.scoutingapp:attr/materialIconButtonFilledTonalStyle = 0x7f0302ff
@@ -5519,17 +5517,17 @@ com.example.scoutingapp:attr/colorTertiaryContainer = 0x7f03012c
com.example.scoutingapp:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f1103e3
com.example.scoutingapp:attr/addElevationShadow = 0x7f030028
com.example.scoutingapp:attr/collapsedSize = 0x7f0300e9
-com.example.scoutingapp:id/scrollView = 0x7f0801a9
-com.example.scoutingapp:color/material_personalized_color_secondary = 0x7f050293
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f0501ad
+com.example.scoutingapp:id/scrollView = 0x7f0801ac
+com.example.scoutingapp:color/material_personalized_color_secondary = 0x7f050294
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f0501ae
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f110304
com.example.scoutingapp:style/Theme.Design = 0x7f110222
com.example.scoutingapp:attr/behavior_significantVelocityThreshold = 0x7f030071
com.example.scoutingapp:attr/layout_behavior = 0x7f03027c
-com.example.scoutingapp:id/dragAnticlockwise = 0x7f0800c0
+com.example.scoutingapp:id/dragAnticlockwise = 0x7f0800c4
com.example.scoutingapp:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f0700b3
com.example.scoutingapp:dimen/cardview_default_radius = 0x7f060054
-com.example.scoutingapp:color/m3_ref_palette_primary10 = 0x7f050128
+com.example.scoutingapp:color/m3_ref_palette_primary10 = 0x7f050129
com.example.scoutingapp:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0600c5
com.example.scoutingapp:attr/badgeWithTextRadius = 0x7f03005f
com.example.scoutingapp:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1100f6
@@ -5547,24 +5545,24 @@ com.example.scoutingapp:style/Widget.Material3.Chip.Input = 0x7f11036b
com.example.scoutingapp:attr/animateMenuItems = 0x7f030032
com.example.scoutingapp:attr/actionModeCloseButtonStyle = 0x7f030013
com.example.scoutingapp:styleable/SideSheetBehavior_Layout = 0x7f12007d
-com.example.scoutingapp:color/material_timepicker_button_stroke = 0x7f0502b3
+com.example.scoutingapp:color/material_timepicker_button_stroke = 0x7f0502b4
com.example.scoutingapp:attr/labelBehavior = 0x7f030270
com.example.scoutingapp:style/Base.Widget.Material3.ActionBar.Solid = 0x7f1100fe
com.example.scoutingapp:attr/passwordToggleTint = 0x7f030379
com.example.scoutingapp:animator/mtrl_fab_hide_motion_spec = 0x7f02001e
com.example.scoutingapp:attr/cornerSizeBottomLeft = 0x7f030153
-com.example.scoutingapp:color/m3_ref_palette_neutral87 = 0x7f050112
+com.example.scoutingapp:color/m3_ref_palette_neutral87 = 0x7f050113
com.example.scoutingapp:style/Widget.AppCompat.SeekBar.Discrete = 0x7f110328
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary100 = 0x7f0500d0
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary10 = 0x7f0500cf
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary100 = 0x7f0500d1
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary10 = 0x7f0500d0
com.example.scoutingapp:attr/bottomSheetDialogTheme = 0x7f03007b
com.example.scoutingapp:dimen/notification_right_icon_size = 0x7f060314
com.example.scoutingapp:styleable/MaterialTimePicker = 0x7f12005d
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary99 = 0x7f0500da
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary99 = 0x7f0500db
com.example.scoutingapp:animator/fragment_fade_exit = 0x7f020006
-com.example.scoutingapp:id/currentState = 0x7f0800a8
+com.example.scoutingapp:id/currentState = 0x7f0800ac
com.example.scoutingapp:dimen/m3_comp_sheet_bottom_docked_modal_container_elevation = 0x7f06017c
-com.example.scoutingapp:color/m3_ref_palette_error10 = 0x7f0500f6
+com.example.scoutingapp:color/m3_ref_palette_error10 = 0x7f0500f7
com.example.scoutingapp:dimen/mtrl_card_dragged_z = 0x7f06029e
com.example.scoutingapp:attr/backgroundInsetTop = 0x7f03004c
com.example.scoutingapp:style/TextAppearance.Material3.LabelSmall = 0x7f1101f0
@@ -5572,17 +5570,17 @@ com.example.scoutingapp:attr/colorOnPrimaryFixedVariant = 0x7f030104
com.example.scoutingapp:attr/headerLayout = 0x7f03021c
com.example.scoutingapp:attr/actionModeStyle = 0x7f03001e
com.example.scoutingapp:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f110254
-com.example.scoutingapp:id/ratio = 0x7f080193
-com.example.scoutingapp:color/m3_ref_palette_neutral30 = 0x7f05010a
+com.example.scoutingapp:id/ratio = 0x7f080197
+com.example.scoutingapp:color/m3_ref_palette_neutral30 = 0x7f05010b
com.example.scoutingapp:attr/textAppearanceBody1 = 0x7f030439
com.example.scoutingapp:color/background_material_light = 0x7f050020
-com.example.scoutingapp:color/m3_switch_track_tint = 0x7f050159
+com.example.scoutingapp:color/m3_switch_track_tint = 0x7f05015a
com.example.scoutingapp:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f11028f
com.example.scoutingapp:style/CardView = 0x7f110120
com.example.scoutingapp:attr/colorOnTertiaryContainer = 0x7f03010e
com.example.scoutingapp:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f11029a
com.example.scoutingapp:attr/behavior_autoShrink = 0x7f030068
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f0501a3
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f0501a4
com.example.scoutingapp:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070077
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Display3 = 0x7f11001d
com.example.scoutingapp:attr/popupMenuStyle = 0x7f030389
@@ -5592,10 +5590,10 @@ com.example.scoutingapp:macro/m3_comp_switch_disabled_unselected_handle_color =
com.example.scoutingapp:attr/compatShadowEnabled = 0x7f030130
com.example.scoutingapp:style/AlertDialog.AppCompat = 0x7f110000
com.example.scoutingapp:attr/listChoiceBackgroundIndicator = 0x7f0302c6
-com.example.scoutingapp:id/screen = 0x7f0801a5
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500bb
+com.example.scoutingapp:id/screen = 0x7f0801a8
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500bc
com.example.scoutingapp:attr/alertDialogButtonGroupStyle = 0x7f030029
-com.example.scoutingapp:color/primary_material_light = 0x7f0502f3
+com.example.scoutingapp:color/primary_material_light = 0x7f0502f4
com.example.scoutingapp:attr/extraMultilineHeightEnabled = 0x7f0301c9
com.example.scoutingapp:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f11022c
com.example.scoutingapp:attr/chipIconVisible = 0x7f0300c6
@@ -5606,11 +5604,11 @@ com.example.scoutingapp:attr/maxAcceleration = 0x7f03030c
com.example.scoutingapp:dimen/design_bottom_navigation_icon_size = 0x7f060064
com.example.scoutingapp:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110267
com.example.scoutingapp:attr/autoSizeMaxTextSize = 0x7f030040
-com.example.scoutingapp:id/chain = 0x7f08008f
+com.example.scoutingapp:id/chain = 0x7f080093
com.example.scoutingapp:attr/colorSurfaceContainerLowest = 0x7f030126
com.example.scoutingapp:attr/autoSizeStepGranularity = 0x7f030043
-com.example.scoutingapp:color/m3_ref_palette_dynamic_primary80 = 0x7f0500d7
-com.example.scoutingapp:color/m3_chip_assist_text_color = 0x7f050070
+com.example.scoutingapp:color/m3_ref_palette_dynamic_primary80 = 0x7f0500d8
+com.example.scoutingapp:color/m3_chip_assist_text_color = 0x7f050071
com.example.scoutingapp:attr/autoCompleteTextViewStyle = 0x7f03003e
com.example.scoutingapp:dimen/mtrl_tooltip_arrowSize = 0x7f060306
com.example.scoutingapp:attr/searchViewStyle = 0x7f0303b5
@@ -5624,19 +5622,19 @@ com.example.scoutingapp:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001c
com.example.scoutingapp:attr/arrowShaftLength = 0x7f03003a
com.example.scoutingapp:dimen/material_clock_period_toggle_width = 0x7f06022e
com.example.scoutingapp:attr/colorSecondaryContainer = 0x7f03011c
-com.example.scoutingapp:color/material_personalized_color_surface_variant = 0x7f0502a0
+com.example.scoutingapp:color/material_personalized_color_surface_variant = 0x7f0502a1
com.example.scoutingapp:attr/drawerLayoutStyle = 0x7f030193
com.example.scoutingapp:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f070025
com.example.scoutingapp:attr/colorPrimaryInverse = 0x7f030118
-com.example.scoutingapp:id/Name = 0x7f08000a
-com.example.scoutingapp:id/auto = 0x7f080067
-com.example.scoutingapp:id/Match = 0x7f080008
+com.example.scoutingapp:id/Name = 0x7f08000b
+com.example.scoutingapp:id/auto = 0x7f080068
+com.example.scoutingapp:id/Match = 0x7f080009
com.example.scoutingapp:attr/buttonBarNeutralButtonStyle = 0x7f03008c
com.example.scoutingapp:dimen/m3_searchview_elevation = 0x7f0601e3
com.example.scoutingapp:attr/percentX = 0x7f03037f
com.example.scoutingapp:attr/behavior_fitToContents = 0x7f03006b
com.example.scoutingapp:dimen/mtrl_extended_fab_translation_z_base = 0x7f0602b3
-com.example.scoutingapp:id/getTeamsButton = 0x7f0800eb
+com.example.scoutingapp:id/getTeamsButton = 0x7f0800ef
com.example.scoutingapp:attr/alpha = 0x7f03002e
com.example.scoutingapp:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f110384
com.example.scoutingapp:attr/minWidth = 0x7f03031f
@@ -5647,7 +5645,7 @@ com.example.scoutingapp:attr/textAppearanceHeadline6 = 0x7f030448
com.example.scoutingapp:styleable/CardView = 0x7f12001a
com.example.scoutingapp:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f110271
com.example.scoutingapp:attr/alertDialogCenterButtons = 0x7f03002a
-com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral12 = 0x7f0500a1
+com.example.scoutingapp:color/m3_ref_palette_dynamic_neutral12 = 0x7f0500a2
com.example.scoutingapp:style/Base.Theme.AppCompat.Light = 0x7f110052
com.example.scoutingapp:dimen/m3_btn_translation_z_hovered = 0x7f0600e3
com.example.scoutingapp:attr/thumbColor = 0x7f03047b
@@ -5656,25 +5654,25 @@ com.example.scoutingapp:attr/SharedValue = 0x7f030000
com.example.scoutingapp:attr/applyMotionScene = 0x7f030037
com.example.scoutingapp:attr/badgeWithTextShapeAppearance = 0x7f030060
com.example.scoutingapp:attr/actionMenuTextAppearance = 0x7f030010
-com.example.scoutingapp:color/m3_ref_palette_neutral4 = 0x7f05010b
+com.example.scoutingapp:color/m3_ref_palette_neutral4 = 0x7f05010c
com.example.scoutingapp:attr/searchIcon = 0x7f0303b3
com.example.scoutingapp:attr/fontWeight = 0x7f030206
-com.example.scoutingapp:color/material_dynamic_neutral10 = 0x7f050223
+com.example.scoutingapp:color/material_dynamic_neutral10 = 0x7f050224
com.example.scoutingapp:attr/actionModePopupWindowStyle = 0x7f03001a
com.example.scoutingapp:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f110170
-com.example.scoutingapp:color/m3_sys_color_dynamic_on_tertiary_fixed_variant = 0x7f0501c5
+com.example.scoutingapp:color/m3_sys_color_dynamic_on_tertiary_fixed_variant = 0x7f0501c6
com.example.scoutingapp:attr/motionDurationLong4 = 0x7f03032e
com.example.scoutingapp:attr/linearProgressIndicatorStyle = 0x7f0302c5
com.example.scoutingapp:layout/mtrl_calendar_day_of_week = 0x7f0b004f
com.example.scoutingapp:drawable/design_snackbar_background = 0x7f070088
com.example.scoutingapp:drawable/abc_ic_clear_material = 0x7f070042
com.example.scoutingapp:string/abc_searchview_description_submit = 0x7f100016
-com.example.scoutingapp:id/outward = 0x7f08017e
+com.example.scoutingapp:id/outward = 0x7f080182
com.example.scoutingapp:attr/onStateTransition = 0x7f030366
com.example.scoutingapp:attr/springMass = 0x7f0303e8
com.example.scoutingapp:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0c00f8
com.example.scoutingapp:attr/chipBackgroundColor = 0x7f0300be
-com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_error_container = 0x7f050184
+com.example.scoutingapp:color/m3_sys_color_dynamic_dark_on_error_container = 0x7f050185
com.example.scoutingapp:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021
com.example.scoutingapp:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1103eb
com.example.scoutingapp:attr/floatingActionButtonSurfaceStyle = 0x7f0301e6
@@ -5696,28 +5694,28 @@ com.example.scoutingapp:string/m3_sys_motion_easing_standard = 0x7f10004f
com.example.scoutingapp:attr/lastItemDecorated = 0x7f030275
com.example.scoutingapp:dimen/m3_chip_hovered_translation_z = 0x7f0600f8
com.example.scoutingapp:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110013
-com.example.scoutingapp:id/never = 0x7f080160
+com.example.scoutingapp:id/never = 0x7f080164
com.example.scoutingapp:attr/materialDividerStyle = 0x7f0302fd
com.example.scoutingapp:styleable/ClockFaceView = 0x7f120020
com.example.scoutingapp:anim/m3_side_sheet_enter_from_right = 0x7f010026
com.example.scoutingapp:dimen/material_helper_text_default_padding_top = 0x7f06023d
com.example.scoutingapp:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f110400
-com.example.scoutingapp:id/matrix = 0x7f080136
+com.example.scoutingapp:id/matrix = 0x7f08013a
com.example.scoutingapp:attr/contentInsetEndWithActions = 0x7f03013b
com.example.scoutingapp:attr/textAppearanceDisplaySmall = 0x7f030442
com.example.scoutingapp:animator/fragment_close_exit = 0x7f020004
com.example.scoutingapp:dimen/m3_comp_filled_card_hover_state_layer_opacity = 0x7f060127
com.example.scoutingapp:animator/mtrl_chip_state_list_anim = 0x7f020018
com.example.scoutingapp:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f110039
-com.example.scoutingapp:color/m3_sys_color_dark_on_background = 0x7f050160
+com.example.scoutingapp:color/m3_sys_color_dark_on_background = 0x7f050161
com.example.scoutingapp:attr/chainUseRtl = 0x7f0300ae
com.example.scoutingapp:string/m3_sys_motion_easing_linear = 0x7f10004e
-com.example.scoutingapp:color/m3_button_foreground_color_selector = 0x7f050065
+com.example.scoutingapp:color/m3_button_foreground_color_selector = 0x7f050066
com.example.scoutingapp:attr/backgroundInsetEnd = 0x7f03004a
com.example.scoutingapp:attr/actionModeCopyDrawable = 0x7f030016
-com.example.scoutingapp:color/m3_sys_color_secondary_fixed = 0x7f0501f6
+com.example.scoutingapp:color/m3_sys_color_secondary_fixed = 0x7f0501f7
com.example.scoutingapp:styleable/KeyTimeCycle = 0x7f120046
-com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500db
+com.example.scoutingapp:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500dc
com.example.scoutingapp:animator/m3_extended_fab_show_motion_spec = 0x7f020013
com.example.scoutingapp:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f11011e
com.example.scoutingapp:attr/customStringValue = 0x7f03016b
@@ -5727,28 +5725,28 @@ com.example.scoutingapp:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0
com.example.scoutingapp:attr/fabAlignmentModeEndMargin = 0x7f0301cb
com.example.scoutingapp:attr/textInputFilledStyle = 0x7f030469
com.example.scoutingapp:color/bright_foreground_disabled_material_light = 0x7f050023
-com.example.scoutingapp:id/Sheets = 0x7f08001b
+com.example.scoutingapp:id/Sheets = 0x7f08001c
com.example.scoutingapp:attr/defaultScrollFlagsEnabled = 0x7f030173
-com.example.scoutingapp:color/material_dynamic_primary90 = 0x7f050246
+com.example.scoutingapp:color/material_dynamic_primary90 = 0x7f050247
com.example.scoutingapp:style/Widget.Material3.CircularProgressIndicator.Legacy.Medium = 0x7f110376
com.example.scoutingapp:attr/actionBarTabTextStyle = 0x7f03000a
com.example.scoutingapp:attr/materialSearchBarStyle = 0x7f030302
com.example.scoutingapp:anim/m3_bottom_sheet_slide_in = 0x7f010021
-com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_bright = 0x7f0501b6
+com.example.scoutingapp:color/m3_sys_color_dynamic_light_surface_bright = 0x7f0501b7
com.example.scoutingapp:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010
com.example.scoutingapp:attr/tabRippleColor = 0x7f03042c
com.example.scoutingapp:anim/m3_motion_fade_enter = 0x7f010023
-com.example.scoutingapp:id/fragment_container_view_tag = 0x7f0800e8
+com.example.scoutingapp:id/fragment_container_view_tag = 0x7f0800ec
com.example.scoutingapp:attr/placeholderText = 0x7f030383
-com.example.scoutingapp:id/async = 0x7f080066
-com.example.scoutingapp:color/m3_sys_color_light_surface_container_highest = 0x7f0501e7
+com.example.scoutingapp:id/async = 0x7f080067
+com.example.scoutingapp:color/m3_sys_color_light_surface_container_highest = 0x7f0501e8
com.example.scoutingapp:attr/customColorDrawableValue = 0x7f030163
-com.example.scoutingapp:id/onInterceptTouchReturnSwipe = 0x7f08016e
+com.example.scoutingapp:id/onInterceptTouchReturnSwipe = 0x7f080172
com.example.scoutingapp:animator/m3_chip_state_list_anim = 0x7f02000e
-com.example.scoutingapp:color/m3_sys_color_light_secondary_container = 0x7f0501e2
+com.example.scoutingapp:color/m3_sys_color_light_secondary_container = 0x7f0501e3
com.example.scoutingapp:color/design_default_color_on_primary = 0x7f050043
com.example.scoutingapp:attr/layout_constraintGuide_percent = 0x7f030290
-com.example.scoutingapp:color/material_personalized_color_text_secondary_and_tertiary_inverse_disabled = 0x7f0502a7
+com.example.scoutingapp:color/material_personalized_color_text_secondary_and_tertiary_inverse_disabled = 0x7f0502a8
com.example.scoutingapp:attr/logoDescription = 0x7f0302d7
com.example.scoutingapp:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f11030a
com.example.scoutingapp:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0b004c
@@ -5756,7 +5754,7 @@ com.example.scoutingapp:attr/colorPrimarySurface = 0x7f030119
com.example.scoutingapp:attr/behavior_draggable = 0x7f030069
com.example.scoutingapp:macro/m3_comp_radio_button_selected_hover_state_layer_color = 0x7f0c00db
com.example.scoutingapp:attr/colorOnSurfaceInverse = 0x7f03010b
-com.example.scoutingapp:color/m3_card_stroke_color = 0x7f05006d
+com.example.scoutingapp:color/m3_card_stroke_color = 0x7f05006e
com.example.scoutingapp:attr/tooltipStyle = 0x7f0304ac
com.example.scoutingapp:attr/tintNavigationIcon = 0x7f030495
com.example.scoutingapp:animator/m3_appbar_state_list_animator = 0x7f020009
diff --git a/ScoutingApp/app/build/outputs/logs/manifest-merger-debug-report.txt b/ScoutingApp/app/build/outputs/logs/manifest-merger-debug-report.txt
index 19828a0..82fa6cb 100644
--- a/ScoutingApp/app/build/outputs/logs/manifest-merger-debug-report.txt
+++ b/ScoutingApp/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -1,9 +1,9 @@
-- Merging decision tree log ---
manifest
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:2:1-45:12
MERGED from [com.google.android.material:material:1.12.0] C:\Users\cayde\.gradle\caches\8.13\transforms\1019c923486abac2345e2c5058e07433\transformed\material-1.12.0\AndroidManifest.xml:17:1-24:12
MERGED from [androidx.constraintlayout:constraintlayout:2.2.0] C:\Users\cayde\.gradle\caches\8.13\transforms\945924b1ffd5c30597640472c6dfaf0e\transformed\constraintlayout-2.2.0\AndroidManifest.xml:2:1-9:12
MERGED from [androidx.appcompat:appcompat-resources:1.7.0] C:\Users\cayde\.gradle\caches\8.13\transforms\07c471e21f6c8ce0180e8b404d9d11f5\transformed\appcompat-resources-1.7.0\AndroidManifest.xml:2:1-7:12
@@ -46,30 +46,30 @@ MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\User
MERGED from [androidx.print:print:1.0.0] C:\Users\cayde\.gradle\caches\8.13\transforms\8a8e23bd4d6d86f3c9260a14e3fb93d7\transformed\print-1.0.0\AndroidManifest.xml:17:1-22:12
MERGED from [androidx.annotation:annotation-experimental:1.4.0] C:\Users\cayde\.gradle\caches\8.13\transforms\c417ccf4ce3815d9c4e1ee7fcc69c027\transformed\annotation-experimental-1.4.0\AndroidManifest.xml:2:1-7:12
package
- INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
android:versionName
- INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
xmlns:tools
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:3:5-51
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:3:5-51
android:versionCode
- INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
xmlns:android
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:2:11-69
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:2:11-69
uses-permission#android.permission.ACCESS_NETWORK_STATE
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:5:5-79
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:5:5-79
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:5:22-76
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:5:22-76
uses-permission#android.permission.INTERNET
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:6:5-67
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:6:5-67
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:6:22-64
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:6:22-64
uses-permission#android.permission.VIBRATE
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:7:5-66
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:7:5-66
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:7:22-63
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:7:22-63
application
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:9:5-43:19
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:9:5-43:19
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:9:5-43:19
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:9:5-43:19
MERGED from [com.google.android.material:material:1.12.0] C:\Users\cayde\.gradle\caches\8.13\transforms\1019c923486abac2345e2c5058e07433\transformed\material-1.12.0\AndroidManifest.xml:22:5-20
MERGED from [com.google.android.material:material:1.12.0] C:\Users\cayde\.gradle\caches\8.13\transforms\1019c923486abac2345e2c5058e07433\transformed\material-1.12.0\AndroidManifest.xml:22:5-20
MERGED from [androidx.constraintlayout:constraintlayout:2.2.0] C:\Users\cayde\.gradle\caches\8.13\transforms\945924b1ffd5c30597640472c6dfaf0e\transformed\constraintlayout-2.2.0\AndroidManifest.xml:7:5-20
@@ -87,77 +87,77 @@ MERGED from [androidx.startup:startup-runtime:1.1.1] C:\Users\cayde\.gradle\cach
MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\cayde\.gradle\caches\8.13\transforms\f82167c09e6ae91837d5b49ea1000efe\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\cayde\.gradle\caches\8.13\transforms\f82167c09e6ae91837d5b49ea1000efe\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
android:extractNativeLibs
- INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
android:appComponentFactory
ADDED from [androidx.core:core:1.13.0] C:\Users\cayde\.gradle\caches\8.13\transforms\e14d9122d45fb71ea63e5eedb2149f5e\transformed\core-1.13.0\AndroidManifest.xml:28:18-86
android:supportsRtl
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:16:9-35
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:16:9-35
android:label
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:14:9-41
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:14:9-41
android:fullBackupContent
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:12:9-54
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:12:9-54
android:roundIcon
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:15:9-54
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:15:9-54
tools:targetApi
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:18:9-29
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:18:9-29
android:icon
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:13:9-43
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:13:9-43
android:allowBackup
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:10:9-35
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:10:9-35
android:theme
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:17:9-49
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:17:9-49
android:dataExtractionRules
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:11:9-65
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:11:9-65
activity#com.example.scoutingapp.SettingsActivity
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:19:9-21:40
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:19:9-21:40
android:exported
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:21:13-37
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:21:13-37
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:20:13-45
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:20:13-45
activity#com.example.scoutingapp.startingActivity
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:22:9-24:40
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:22:9-24:40
android:exported
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:24:13-37
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:24:13-37
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:23:13-45
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:23:13-45
activity#com.example.scoutingapp.EndActivity
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:25:9-27:40
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:25:9-27:40
android:exported
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:27:13-37
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:27:13-37
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:26:13-40
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:26:13-40
activity#com.example.scoutingapp.TeleActivity
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:28:9-30:40
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:28:9-30:40
android:exported
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:30:13-37
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:30:13-37
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:29:13-41
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:29:13-41
activity#com.example.scoutingapp.AutoActivity
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:31:9-33:40
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:31:9-33:40
android:exported
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:33:13-37
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:33:13-37
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:32:13-41
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:32:13-41
activity#com.example.scoutingapp.MainActivity
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:34:9-42:20
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:34:9-42:20
android:exported
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:36:13-36
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:36:13-36
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:35:13-41
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:35:13-41
intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:37:13-41:29
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:37:13-41:29
action#android.intent.action.MAIN
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:38:17-69
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:38:17-69
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:38:25-66
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:38:25-66
category#android.intent.category.LAUNCHER
-ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:40:17-77
+ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:40:17-77
android:name
- ADDED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml:40:27-74
+ ADDED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml:40:27-74
uses-sdk
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
-INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
+INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
MERGED from [com.google.android.material:material:1.12.0] C:\Users\cayde\.gradle\caches\8.13\transforms\1019c923486abac2345e2c5058e07433\transformed\material-1.12.0\AndroidManifest.xml:20:5-44
MERGED from [com.google.android.material:material:1.12.0] C:\Users\cayde\.gradle\caches\8.13\transforms\1019c923486abac2345e2c5058e07433\transformed\material-1.12.0\AndroidManifest.xml:20:5-44
MERGED from [androidx.constraintlayout:constraintlayout:2.2.0] C:\Users\cayde\.gradle\caches\8.13\transforms\945924b1ffd5c30597640472c6dfaf0e\transformed\constraintlayout-2.2.0\AndroidManifest.xml:5:5-44
@@ -241,9 +241,9 @@ MERGED from [androidx.print:print:1.0.0] C:\Users\cayde\.gradle\caches\8.13\tran
MERGED from [androidx.annotation:annotation-experimental:1.4.0] C:\Users\cayde\.gradle\caches\8.13\transforms\c417ccf4ce3815d9c4e1ee7fcc69c027\transformed\annotation-experimental-1.4.0\AndroidManifest.xml:5:5-44
MERGED from [androidx.annotation:annotation-experimental:1.4.0] C:\Users\cayde\.gradle\caches\8.13\transforms\c417ccf4ce3815d9c4e1ee7fcc69c027\transformed\annotation-experimental-1.4.0\AndroidManifest.xml:5:5-44
android:targetSdkVersion
- INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
android:minSdkVersion
- INJECTED from C:\Users\cayde\Desktop\ScoutingApp\ScoutingApp\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\cayde\Desktop\Scouting\ScoutingApp\app\src\main\AndroidManifest.xml
provider#androidx.startup.InitializationProvider
ADDED from [androidx.emoji2:emoji2:1.3.0] C:\Users\cayde\.gradle\caches\8.13\transforms\f70f12d124aec4360c28a3dac21f47ef\transformed\emoji2-1.3.0\AndroidManifest.xml:24:9-32:20
MERGED from [androidx.lifecycle:lifecycle-process:2.6.2] C:\Users\cayde\.gradle\caches\8.13\transforms\a73eae44318146a0fe01029875dc3f6e\transformed\lifecycle-process-2.6.2\AndroidManifest.xml:24:9-32:20
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EndActivity$1.class.uniqueId2 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EndActivity$1.class.uniqueId2
new file mode 100644
index 0000000..7ca205b
Binary files /dev/null and b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EndActivity$1.class.uniqueId2 differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EndActivity.class.uniqueId0 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EndActivity.class.uniqueId0
new file mode 100644
index 0000000..e0c76a3
Binary files /dev/null and b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EndActivity.class.uniqueId0 differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$1.class.uniqueId5 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$1.class.uniqueId5
deleted file mode 100644
index 1632cf5..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$1.class.uniqueId5 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$10.class.uniqueId8 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$10.class.uniqueId8
deleted file mode 100644
index 4816f83..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$10.class.uniqueId8 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$2.class.uniqueId9 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$2.class.uniqueId9
deleted file mode 100644
index e965daa..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$2.class.uniqueId9 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$3.class.uniqueId2 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$3.class.uniqueId2
deleted file mode 100644
index 221d6fc..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$3.class.uniqueId2 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$4.class.uniqueId0 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$4.class.uniqueId0
deleted file mode 100644
index 86c7503..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$4.class.uniqueId0 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$5.class.uniqueId13 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$5.class.uniqueId13
deleted file mode 100644
index 290ada2..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$5.class.uniqueId13 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$6.class.uniqueId12 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$6.class.uniqueId12
deleted file mode 100644
index b05d5e9..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$6.class.uniqueId12 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$7.class.uniqueId4 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$7.class.uniqueId4
deleted file mode 100644
index e427243..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$7.class.uniqueId4 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$8.class.uniqueId6 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$8.class.uniqueId6
deleted file mode 100644
index c26258f..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$8.class.uniqueId6 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$9.class.uniqueId10 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$9.class.uniqueId10
deleted file mode 100644
index 5ef0162..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity$9.class.uniqueId10 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId1 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId1
deleted file mode 100644
index b928409..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId1 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity$1.class.uniqueId7 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity$1.class.uniqueId7
deleted file mode 100644
index 477ecea..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity$1.class.uniqueId7 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity$2.class.uniqueId11 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity$2.class.uniqueId11
deleted file mode 100644
index 53e2274..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity$2.class.uniqueId11 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity.class.uniqueId3 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity.class.uniqueId3
deleted file mode 100644
index 7653e37..0000000
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/SettingsActivity.class.uniqueId3 and /dev/null differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/TeleActivity.class.uniqueId1 b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/TeleActivity.class.uniqueId1
new file mode 100644
index 0000000..0863010
Binary files /dev/null and b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/TeleActivity.class.uniqueId1 differ
diff --git a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
index 8fc3621..5ff9222 100644
Binary files a/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin and b/ScoutingApp/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ
diff --git a/ScoutingApp/app/src/main/java/com/example/scoutingapp/EndActivity.java b/ScoutingApp/app/src/main/java/com/example/scoutingapp/EndActivity.java
index 3b14f89..afa0e17 100644
--- a/ScoutingApp/app/src/main/java/com/example/scoutingapp/EndActivity.java
+++ b/ScoutingApp/app/src/main/java/com/example/scoutingapp/EndActivity.java
@@ -82,6 +82,7 @@ public class EndActivity extends AppCompatActivity {
submit.uploadSheets(EndActivity.this, csvFileString);
//submit.renameFile(EndActivity.this, csvFileString);
startActivity(intent);
+ finishAffinity();
}
});
diff --git a/ScoutingApp/app/src/main/java/com/example/scoutingapp/SettingsActivity.java b/ScoutingApp/app/src/main/java/com/example/scoutingapp/SettingsActivity.java
index f56bc5c..dc8f4a9 100644
--- a/ScoutingApp/app/src/main/java/com/example/scoutingapp/SettingsActivity.java
+++ b/ScoutingApp/app/src/main/java/com/example/scoutingapp/SettingsActivity.java
@@ -100,5 +100,6 @@ public class SettingsActivity extends AppCompatActivity {
private void makeIntent() {
Intent intent = new Intent(this, MainActivity.class);
startActivity(intent);
+ finish();
}
}
\ No newline at end of file