vaderjs-native 1.0.21 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (667) hide show
  1. package/cli/android/build.ts +361 -196
  2. package/cli/android/dev.ts +129 -61
  3. package/cli.ts +182 -168
  4. package/config/index.ts +1 -1
  5. package/package.json +4 -4
  6. package/templates/android/.gradle/9.1.0/checksums/checksums.lock +0 -0
  7. package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.lock +0 -0
  8. package/templates/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/templates/android/.gradle/buildOutputCleanup/cache.properties +1 -1
  10. package/templates/android/app/build.gradle.kts +2 -2
  11. package/templates/android/app/src/main/java/myapp/AndroidBridge.kt +199 -0
  12. package/templates/android/app/src/main/java/myapp/MainActivity.kt +132 -351
  13. package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.bin +0 -0
  14. package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.lock +0 -0
  15. package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.bin +0 -0
  16. package/templates/android/.gradle/9.1.0/fileHashes/resourceHashesCache.bin +0 -0
  17. package/templates/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  18. package/templates/android/.gradle/file-system.probe +0 -0
  19. package/templates/android/.idea/.name +0 -1
  20. package/templates/android/.idea/AndroidProjectSystem.xml +0 -6
  21. package/templates/android/.idea/codeStyles/Project.xml +0 -123
  22. package/templates/android/.idea/codeStyles/codeStyleConfig.xml +0 -5
  23. package/templates/android/.idea/compiler.xml +0 -6
  24. package/templates/android/.idea/deploymentTargetSelector.xml +0 -10
  25. package/templates/android/.idea/gradle.xml +0 -19
  26. package/templates/android/.idea/inspectionProfiles/Project_Default.xml +0 -61
  27. package/templates/android/.idea/migrations.xml +0 -10
  28. package/templates/android/.idea/misc.xml +0 -9
  29. package/templates/android/.idea/runConfigurations.xml +0 -17
  30. package/templates/android/app/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt +0 -57
  31. package/templates/android/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
  32. package/templates/android/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt +0 -2
  33. package/templates/android/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties +0 -2
  34. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.html +0 -275
  35. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js +0 -701
  36. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js.map +0 -11
  37. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js +0 -669
  38. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js.map +0 -10
  39. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/styles.css +0 -2
  40. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/tailwind_styles.css +0 -257
  41. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.html +0 -19
  42. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js +0 -701
  43. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js.map +0 -11
  44. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js +0 -669
  45. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js.map +0 -10
  46. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/styles.css +0 -2
  47. package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/tailwind_styles.css +0 -257
  48. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/app.kotlin_module +0 -0
  49. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/AndroidBridge.class +0 -0
  50. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$1.class +0 -0
  51. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$2.class +0 -0
  52. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$3.class +0 -0
  53. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$4.class +0 -0
  54. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity.class +0 -0
  55. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ColorKt.class +0 -0
  56. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ThemeKt.class +0 -0
  57. package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/TypeKt.class +0 -0
  58. package/templates/android/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json +0 -10
  59. package/templates/android/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar +0 -0
  60. package/templates/android/app/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  61. package/templates/android/app/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -3
  62. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.html.jar +0 -0
  63. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.jar +0 -0
  64. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.map.jar +0 -0
  65. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.jar +0 -0
  66. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.map.jar +0 -0
  67. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/styles.css.jar +0 -0
  68. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/tailwind_styles.css.jar +0 -0
  69. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.html.jar +0 -0
  70. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.jar +0 -0
  71. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.map.jar +0 -0
  72. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.jar +0 -0
  73. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.map.jar +0 -0
  74. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/styles.css.jar +0 -0
  75. package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/tailwind_styles.css.jar +0 -0
  76. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
  77. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
  78. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
  79. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
  80. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin +0 -0
  81. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin +0 -0
  82. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_0/graph.bin +0 -0
  83. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_1/graph.bin +0 -0
  84. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_2/graph.bin +0 -0
  85. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_3/graph.bin +0 -0
  86. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_4/graph.bin +0 -0
  87. package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_5/graph.bin +0 -0
  88. package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
  89. package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
  90. package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
  91. package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex +0 -0
  92. package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex +0 -0
  93. package/templates/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out +0 -0
  94. package/templates/android/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out +0 -1
  95. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +0 -6
  96. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +0 -3181
  97. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +0 -68
  98. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +0 -68
  99. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +0 -68
  100. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +0 -59
  101. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +0 -68
  102. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -68
  103. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +0 -68
  104. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +0 -68
  105. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +0 -68
  106. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +0 -68
  107. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +0 -68
  108. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +0 -68
  109. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +0 -68
  110. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +0 -68
  111. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +0 -68
  112. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +0 -68
  113. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +0 -59
  114. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +0 -68
  115. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +0 -68
  116. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +0 -59
  117. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +0 -68
  118. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +0 -68
  119. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +0 -68
  120. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +0 -68
  121. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +0 -68
  122. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +0 -68
  123. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +0 -68
  124. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -68
  125. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +0 -68
  126. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +0 -68
  127. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -4
  128. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -8
  129. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +0 -68
  130. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +0 -68
  131. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +0 -68
  132. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +0 -68
  133. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +0 -68
  134. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +0 -68
  135. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +0 -68
  136. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +0 -68
  137. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +0 -68
  138. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +0 -68
  139. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +0 -68
  140. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +0 -68
  141. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +0 -68
  142. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +0 -68
  143. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +0 -68
  144. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +0 -6
  145. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +0 -12
  146. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -4
  147. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +0 -68
  148. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +0 -68
  149. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +0 -68
  150. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +0 -68
  151. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +0 -68
  152. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +0 -68
  153. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +0 -68
  154. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +0 -68
  155. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +0 -68
  156. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +0 -68
  157. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +0 -68
  158. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +0 -11
  159. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +0 -68
  160. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +0 -59
  161. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +0 -68
  162. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +0 -68
  163. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +0 -4
  164. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +0 -68
  165. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -59
  166. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -68
  167. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +0 -68
  168. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +0 -68
  169. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +0 -68
  170. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +0 -68
  171. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +0 -68
  172. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +0 -68
  173. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +0 -68
  174. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +0 -68
  175. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +0 -68
  176. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -11
  177. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +0 -68
  178. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +0 -68
  179. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +0 -68
  180. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +0 -68
  181. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +0 -68
  182. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +0 -68
  183. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +0 -68
  184. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +0 -68
  185. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +0 -7
  186. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +0 -62
  187. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +0 -4
  188. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +0 -277
  189. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +0 -15
  190. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +0 -51
  191. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +0 -5
  192. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +0 -9
  193. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +0 -18
  194. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +0 -13
  195. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +0 -68
  196. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +0 -12
  197. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +0 -15
  198. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -9
  199. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -68
  200. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -68
  201. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -68
  202. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +0 -68
  203. package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +0 -3883
  204. package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -6
  205. package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +0 -5
  206. package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  207. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  208. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0V8fuo12ZEcCNd5YzYthqg== +0 -1
  209. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0VP6C+Z030KwCBV1QJnY8Q== +0 -1
  210. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1Upt4R0Q_ZOIkrMr_RrPjQ== +0 -1
  211. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2CXpRTgebl4talbAQ2z4Ew== +0 -1
  212. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZqKsCGY5jRs2nk08FVWWw== +0 -1
  213. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2gpmkHigIDRHYpOpHC2KDw== +0 -1
  214. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2t2F2kP0mhT_S3tAzSeqkg== +0 -1
  215. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2v3ZojrXbTxVaAVUP4MycA== +0 -1
  216. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/32giMQa2BS2FukRbpt_7RQ== +0 -1
  217. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3PlFE+BzUdIOtbbD_9IZxw== +0 -1
  218. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5ciRXB8xoXM9vD812An11Q== +0 -1
  219. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6DabWI8bDKLKui6omYD2bQ== +0 -1
  220. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6eNrq94hT0u6GUzHG+csZw== +0 -1
  221. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9Cu5vvc7pIswnL83VNBqMQ== +0 -1
  222. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9n9ose8b+jL0LUL0YvCd1w== +0 -1
  223. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A+oiD+lUSsF3brRBiDRRLQ== +0 -1
  224. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A6tAyZh+RG4AhyWBSoJiFw== +0 -1
  225. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Av9uKIL90E0u4aAGFlTBXQ== +0 -1
  226. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Bpc9yyhBAEdPDvxM6fnuow== +0 -1
  227. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cd4N7cQYyH2B6F87mbO8_Q== +0 -1
  228. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F7PSMYyWyMfYisH+nSyrGg== +0 -1
  229. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GxdMH6iqzdcdbhSaFq2y4A== +0 -1
  230. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I5ETZ0y97XBYt7knpocaXA== +0 -1
  231. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ip+AfDxSdrUUkh4V344Rzg== +0 -1
  232. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jcp3xYaKACwdfLM0MyH7eg== +0 -1
  233. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KlZeWMHkwri6xralTdteHg== +0 -1
  234. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Kwkde6+zHLyonxEXhF8Cng== +0 -1
  235. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LTTNil9tIzvCfsQOg6OEFw== +0 -1
  236. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MdK3UJqaCWZ_RnnWW9naXQ== +0 -1
  237. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MuE+rB0x7waYqBOZysqYSg== +0 -1
  238. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3Xy6s1dJvkqY6lyucHB1Q== +0 -1
  239. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PKx1fbmOKoV6DDnMYWaimg== +0 -1
  240. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PNzmA6bwlh6hiV_deeUB8w== +0 -1
  241. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qy0MFghbe8MsAGty8IHasg== +0 -1
  242. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R7kgn+_RAejAJDgibU3QSA== +0 -1
  243. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SXNnR4MATLsKJ4zQ3HF_Qg== +0 -1
  244. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T8z8iPNGLr67IutaTVJzlw== +0 -1
  245. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TH+C9jO7qd3vzfkCoY4Ulg== +0 -1
  246. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TKqHLfPHnlJMuNc6RAuQew== +0 -1
  247. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V7L0+04jxD4b2bXD0Wgf3w== +0 -1
  248. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VJOnb7cHWKVRd4M1_qaEzQ== +0 -1
  249. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VWJxcDw8Nvc41vr4VWeYLA== +0 -1
  250. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WNmnhRL44+XqI_Qh7Y9q9w== +0 -1
  251. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WSiR3qmXGaabXelMNkpmQg== +0 -1
  252. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X2Q1zKwPwM4k7rTZGQ5ViA== +0 -1
  253. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YHMGFkPB0qpyXAggcMhzdg== +0 -1
  254. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YWwdJn4poC38fpGOQItVYw== +0 -1
  255. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZbjHx4QQNhKhMHcyrK5RdA== +0 -1
  256. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_4zwJUvS9mDdXqHfV8CIAw== +0 -1
  257. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_6Vc41tS3QnuC_EuH7BhvA== +0 -1
  258. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_aYixPjHB6BQ3SqrVE_rmg== +0 -1
  259. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/anXLxx4byE7Ti3N2J6Obtw== +0 -1
  260. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eKrN1NV0DFz3_68yim3Ryw== +0 -1
  261. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/evL+VLtyY2Bsn66KJ7Va+g== +0 -1
  262. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ft5np6HxlV8Qx0WGpBX5WA== +0 -1
  263. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g6Bi1lPjULzjK2RLEhi8ng== +0 -1
  264. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gk1XYqYuGWStqLvp0prjDg== +0 -1
  265. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h8KLXFd9vWCv_kYPQG1g2g== +0 -1
  266. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hCcItCkJEgniLO3FbCn9VA== +0 -1
  267. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUeHdENFGDFljDMiSlmA5A== +0 -1
  268. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYOQI2COzaBRbNXNlSMSGw== +0 -1
  269. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k803Aeo8TJTakcJ7WeWWmQ== +0 -1
  270. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kDuJnC2vRBUXivbrt1IVEQ== +0 -1
  271. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kpmDrs55V7X4UYFK4mLVVA== +0 -1
  272. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lSCYJrayhZVWYq4N_3tG9Q== +0 -1
  273. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mrUFfLbj9nfqF4Igh50dCw== +0 -1
  274. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nL3Z78QCee6Su1CtMvxogA== +0 -1
  275. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nLz8e+ZSBgCa5IWujpzu3Q== +0 -1
  276. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nymxa43VJ_6Kx7Gq3peEjg== +0 -1
  277. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p+t1I6zVbWkKFZWly6oB5g== +0 -1
  278. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p9ScSEbWQxkxTxA9UH7fzg== +0 -1
  279. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/panbBKEXaZ__Dom6WzaH1g== +0 -1
  280. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/prOfrCDbgQF1wRXFV7PvIg== +0 -1
  281. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qdOcJX3hKcrFZNPdf5ZHFA== +0 -1
  282. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjufkazLH_oqhTDikduqAg== +0 -1
  283. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qsRvCxSgHGVDVrjhESLn_g== +0 -1
  284. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/soY53sWb9qvzOMS_0mm0Sg== +0 -1
  285. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t3N6Cr84Wy8yGf3tN5MoWA== +0 -1
  286. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uHx_L64be+A0F4M7oSIplw== +0 -1
  287. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vN8vx16Fi2g9CGONwjo5nw== +0 -1
  288. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYlfdd0TcBWSrFQfGFkRCg== +0 -1
  289. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIsjVKzXkpUIZ92Tf+rF6w== +0 -1
  290. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yneaqhDf9FC3coQif+7m2Q== +0 -1
  291. package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yosoczXj8PPJOSXym2QXIw== +0 -1
  292. package/templates/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
  293. package/templates/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  294. package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +0 -16
  295. package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -1
  296. package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -1
  297. package/templates/android/app/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/app.kotlin_module +0 -0
  298. package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ +0 -0
  299. package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/output-metadata.json +0 -20
  300. package/templates/android/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -5
  301. package/templates/android/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt +0 -162
  302. package/templates/android/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar +0 -0
  303. package/templates/android/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml +0 -91
  304. package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml +0 -91
  305. package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json +0 -20
  306. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
  307. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
  308. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libandroidx.graphics.path.so +0 -0
  309. package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
  310. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat +0 -0
  311. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat +0 -0
  312. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat +0 -0
  313. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat +0 -0
  314. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat +0 -0
  315. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat +0 -0
  316. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat +0 -0
  317. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat +0 -0
  318. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat +0 -0
  319. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat +0 -0
  320. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
  321. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat +0 -0
  322. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat +0 -0
  323. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat +0 -0
  324. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat +0 -0
  325. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat +0 -0
  326. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat +0 -0
  327. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat +0 -0
  328. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat +0 -0
  329. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat +0 -0
  330. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat +0 -0
  331. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat +0 -0
  332. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat +0 -0
  333. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat +0 -0
  334. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat +0 -0
  335. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat +0 -0
  336. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat +0 -0
  337. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat +0 -0
  338. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat +0 -0
  339. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat +0 -0
  340. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat +0 -0
  341. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
  342. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat +0 -0
  343. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat +0 -0
  344. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat +0 -0
  345. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
  346. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
  347. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat +0 -0
  348. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat +0 -0
  349. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat +0 -0
  350. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat +0 -0
  351. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat +0 -0
  352. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat +0 -0
  353. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat +0 -0
  354. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat +0 -0
  355. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat +0 -0
  356. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat +0 -0
  357. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat +0 -0
  358. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat +0 -0
  359. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat +0 -0
  360. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat +0 -0
  361. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat +0 -0
  362. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat +0 -0
  363. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat +0 -0
  364. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
  365. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat +0 -0
  366. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat +0 -0
  367. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat +0 -0
  368. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat +0 -0
  369. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat +0 -0
  370. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat +0 -0
  371. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat +0 -0
  372. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat +0 -0
  373. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat +0 -0
  374. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat +0 -0
  375. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat +0 -0
  376. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat +0 -0
  377. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat +0 -0
  378. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat +0 -0
  379. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat +0 -0
  380. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat +0 -0
  381. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat +0 -0
  382. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
  383. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
  384. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat +0 -0
  385. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat +0 -0
  386. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat +0 -0
  387. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat +0 -0
  388. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat +0 -0
  389. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat +0 -0
  390. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat +0 -0
  391. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat +0 -0
  392. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat +0 -0
  393. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
  394. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat +0 -0
  395. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat +0 -0
  396. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat +0 -0
  397. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat +0 -0
  398. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat +0 -0
  399. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat +0 -0
  400. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat +0 -0
  401. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat +0 -0
  402. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat +0 -0
  403. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat +0 -0
  404. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat +0 -0
  405. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat +0 -0
  406. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat +0 -0
  407. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat +0 -0
  408. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat +0 -0
  409. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat +0 -0
  410. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat +0 -0
  411. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat +0 -0
  412. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat +0 -0
  413. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat +0 -0
  414. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat +0 -0
  415. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat +0 -0
  416. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
  417. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
  418. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
  419. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
  420. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat +0 -0
  421. package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat +0 -0
  422. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json +0 -8209
  423. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json +0 -94
  424. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json +0 -94
  425. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json +0 -94
  426. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json +0 -77
  427. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json +0 -94
  428. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json +0 -94
  429. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json +0 -94
  430. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json +0 -94
  431. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json +0 -94
  432. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json +0 -94
  433. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json +0 -94
  434. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json +0 -94
  435. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json +0 -94
  436. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json +0 -94
  437. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json +0 -94
  438. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json +0 -94
  439. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json +0 -77
  440. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json +0 -94
  441. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json +0 -94
  442. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json +0 -77
  443. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json +0 -94
  444. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json +0 -94
  445. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json +0 -94
  446. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json +0 -94
  447. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json +0 -94
  448. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json +0 -94
  449. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json +0 -94
  450. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json +0 -94
  451. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json +0 -94
  452. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json +0 -94
  453. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json +0 -19
  454. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json +0 -20
  455. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json +0 -94
  456. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json +0 -94
  457. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json +0 -94
  458. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json +0 -94
  459. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json +0 -94
  460. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json +0 -94
  461. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json +0 -94
  462. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json +0 -94
  463. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json +0 -94
  464. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json +0 -94
  465. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json +0 -94
  466. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json +0 -94
  467. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json +0 -94
  468. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json +0 -94
  469. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json +0 -94
  470. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json +0 -19
  471. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json +0 -19
  472. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json +0 -19
  473. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json +0 -94
  474. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json +0 -94
  475. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json +0 -94
  476. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json +0 -94
  477. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json +0 -94
  478. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json +0 -94
  479. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json +0 -94
  480. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json +0 -94
  481. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json +0 -94
  482. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json +0 -94
  483. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json +0 -94
  484. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json +0 -19
  485. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json +0 -94
  486. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json +0 -77
  487. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json +0 -94
  488. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json +0 -94
  489. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json +0 -19
  490. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json +0 -77
  491. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json +0 -94
  492. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json +0 -94
  493. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json +0 -94
  494. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json +0 -94
  495. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json +0 -94
  496. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json +0 -94
  497. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json +0 -94
  498. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json +0 -94
  499. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json +0 -94
  500. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json +0 -94
  501. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json +0 -94
  502. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json +0 -19
  503. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json +0 -94
  504. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json +0 -94
  505. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json +0 -94
  506. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json +0 -94
  507. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json +0 -94
  508. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json +0 -94
  509. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json +0 -94
  510. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json +0 -94
  511. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json +0 -20
  512. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json +0 -20
  513. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json +0 -19
  514. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json +0 -47
  515. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json +0 -20
  516. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json +0 -20
  517. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json +0 -19
  518. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json +0 -20
  519. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json +0 -20
  520. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json +0 -20
  521. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json +0 -94
  522. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json +0 -20
  523. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json +0 -20
  524. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json +0 -19
  525. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json +0 -94
  526. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json +0 -94
  527. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json +0 -94
  528. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json +0 -94
  529. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json +0 -291
  530. package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json +0 -22
  531. package/templates/android/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
  532. package/templates/android/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
  533. package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml +0 -91
  534. package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json +0 -20
  535. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher.webp +0 -0
  536. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher.webp +0 -0
  537. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher.webp +0 -0
  538. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher.webp +0 -0
  539. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxxhdpi-v4/ic_launcher.webp +0 -0
  540. package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml +0 -5
  541. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_0.jar +0 -0
  542. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_1.jar +0 -0
  543. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_2.jar +0 -0
  544. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_3.jar +0 -0
  545. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_4.jar +0 -0
  546. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_5.jar +0 -0
  547. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/AndroidBridge.dex +0 -0
  548. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$1.dex +0 -0
  549. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$2.dex +0 -0
  550. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$3.dex +0 -0
  551. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$4.dex +0 -0
  552. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity.dex +0 -0
  553. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ColorKt.dex +0 -0
  554. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ThemeKt.dex +0 -0
  555. package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/TypeKt.dex +0 -0
  556. package/templates/android/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt +0 -1795
  557. package/templates/android/app/build/intermediates/signing_config_versions/debug/writeDebugSigningConfigVersions/signing-config-versions.json +0 -1
  558. package/templates/android/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt +0 -1353
  559. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
  560. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
  561. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86/libandroidx.graphics.path.so +0 -0
  562. package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
  563. package/templates/android/app/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -4
  564. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  565. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  566. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  567. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  568. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  569. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  570. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  571. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  572. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  573. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  574. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  575. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  576. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  577. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  578. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  579. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  580. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  581. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  582. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  583. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  584. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  585. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  586. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  587. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  588. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  589. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  590. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  591. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  592. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
  593. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
  594. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
  595. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
  596. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
  597. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
  598. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
  599. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  600. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  601. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  602. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  603. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  604. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  605. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  606. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  607. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  608. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  609. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  610. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  611. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  612. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  613. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  614. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  615. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  616. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  617. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  618. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  619. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  620. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  621. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  622. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  623. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  624. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  625. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  626. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  627. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
  628. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  629. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  630. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  631. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  632. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  633. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  634. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  635. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  636. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  637. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  638. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  639. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  640. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  641. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  642. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  643. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  644. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  645. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  646. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  647. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  648. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  649. package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  650. package/templates/android/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  651. package/templates/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
  652. package/templates/android/app/build/outputs/apk/debug/output-metadata.json +0 -21
  653. package/templates/android/app/build/outputs/logs/manifest-merger-debug-report.txt +0 -406
  654. package/templates/android/app/src/main/assets/myapp/index.html +0 -275
  655. package/templates/android/app/src/main/assets/myapp/index.js +0 -701
  656. package/templates/android/app/src/main/assets/myapp/index.js.map +0 -11
  657. package/templates/android/app/src/main/assets/myapp/src/vader/index.js +0 -669
  658. package/templates/android/app/src/main/assets/myapp/src/vader/index.js.map +0 -10
  659. package/templates/android/app/src/main/assets/myapp/styles.css +0 -2
  660. package/templates/android/app/src/main/assets/myapp/tailwind_styles.css +0 -257
  661. package/templates/android/app/src/main/assets/vaderapp/index.html +0 -19
  662. package/templates/android/app/src/main/assets/vaderapp/index.js +0 -701
  663. package/templates/android/app/src/main/assets/vaderapp/index.js.map +0 -11
  664. package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js +0 -669
  665. package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js.map +0 -10
  666. package/templates/android/app/src/main/assets/vaderapp/styles.css +0 -2
  667. package/templates/android/app/src/main/assets/vaderapp/tailwind_styles.css +0 -257
@@ -1,196 +1,361 @@
1
- import path from "path";
2
- import fsSync, { existsSync } from "fs";
3
- import fs from "fs/promises";
4
- import os from "os";
5
- import { spawn, execSync } from "child_process";
6
- import { ensureAndroidInstalled, findAndroidSdk } from "./sdk.js";
7
- import { logger } from "../logger.js";
8
- import { loadConfig } from "../../main.js";
9
- import { Config } from "../../config/index.js";
10
-
11
- const PROJECT_ROOT = process.cwd();
12
- const DIST_DIR = path.join(PROJECT_ROOT, "dist");
13
-
14
- /* ---------------- Helpers ---------------- */
15
- function getLocalIP(): string {
16
- const interfaces = os.networkInterfaces();
17
- for (const list of Object.values(interfaces)) {
18
- for (const iface of list || []) {
19
- if (iface.family === "IPv4" && !iface.internal) return iface.address;
20
- }
21
- }
22
- return "127.0.0.1";
23
- }
24
- function patchPermissions(buildDir: string) {
25
- const manifestPath = path.join(buildDir, "app", "src", "main", "AndroidManifest.xml");
26
- if (!existsSync(manifestPath)) return;
27
-
28
- let content = fsSync.readFileSync(manifestPath, "utf8");
29
-
30
- content = content.replace(/<uses-permission android:name="[^"]*" \/>/g, "");
31
-
32
- const basePerms = [
33
- ' <uses-permission android:name="android.permission.INTERNET" />',
34
- ' <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />'
35
- ];
36
-
37
- fsSync.writeFileSync(manifestPath, content, "utf8");
38
- logger.success("Android permissions patched");
39
- }
40
- async function ensureLocalProperties(buildDir: string, sdkPath?: string) {
41
- const localPropsPath = path.join(buildDir, "local.properties");
42
-
43
- if (existsSync(localPropsPath)) return;
44
-
45
- if (!sdkPath) {
46
- const sdkInfo = findAndroidSdk();
47
- sdkPath = sdkInfo?.sdkPath;
48
- if (!sdkPath) throw new Error("Android SDK not found");
49
- }
50
-
51
- const sdkDir = sdkPath.replace(/\\/g, "\\\\");
52
- await fs.writeFile(localPropsPath, `sdk.dir=${sdkDir}\n`);
53
- logger.success(`Created local.properties → ${sdkPath}`);
54
- }
55
-
56
- async function copyDir(src: string, dest: string) {
57
- // Async recursive copy
58
- const entries = await fs.readdir(src, { withFileTypes: true });
59
- await fs.mkdir(dest, { recursive: true });
60
- await Promise.all(entries.map(async (entry) => {
61
- const srcPath = path.join(src, entry.name);
62
- const destPath = path.join(dest, entry.name);
63
- if (entry.isDirectory()) await copyDir(srcPath, destPath);
64
- else await fs.copyFile(srcPath, destPath);
65
- }));
66
- }
67
-
68
- async function removeDir(dir: string) {
69
- if (existsSync(dir)) await fs.rm(dir, { recursive: true, force: true });
70
- }
71
-
72
- /* ---------------- Main Patches ---------------- */
73
- async function patchMainActivity(buildDir: string, APP_ID: string, isDev: boolean) {
74
- const javaDir = path.join(buildDir, "app", "src", "main", "java");
75
- const packageDir = path.join(javaDir, APP_ID.split(".").join(path.sep));
76
- const mainActivityPath = path.join(packageDir, "MainActivity.kt");
77
-
78
- if (!existsSync(mainActivityPath)) throw new Error(`MainActivity.kt not found in ${packageDir}`);
79
-
80
- let content = await fs.readFile(mainActivityPath, "utf8");
81
-
82
- const baseUrl = isDev
83
- ? `"http://${getLocalIP()}:3000/"`
84
- : `"file:///android_asset/${APP_ID}/"`;
85
-
86
- content = content.replace(/private\s+var\s+baseUrl\s*=\s*"[^"]*"/, `private var baseUrl = ${baseUrl}`);
87
- await fs.writeFile(mainActivityPath, content, "utf8");
88
- logger.success(`MainActivity patched → ${baseUrl} (${isDev ? "DEV" : "PROD"} mode)`);
89
- }
90
-
91
- async function copyAssets(buildDir: string, APP_ID: string) {
92
- const assetsDir = path.join(buildDir, "app", "src", "main", "assets", APP_ID);
93
- await removeDir(assetsDir);
94
- await copyDir(DIST_DIR, assetsDir);
95
- logger.success(`Assets copied → ${assetsDir}`);
96
- }
97
-
98
- async function renamePackage(buildDir: string, oldPackage: string, newPackage: string) {
99
- const javaDir = path.join(buildDir, "app", "src", "main", "java");
100
- const oldDir = path.join(javaDir, ...oldPackage.split("."));
101
- const newDir = path.join(javaDir, ...newPackage.split("."));
102
- await fs.mkdir(path.dirname(newDir), { recursive: true });
103
- if (existsSync(oldDir)) await copyDir(oldDir, newDir);
104
- }
105
- function patchAppMeta(buildDir: string) {
106
- // config is loaded internally
107
- }
108
- export async function addDeepLinks(buildDir: string) {
109
- const config: Config = await loadConfig(PROJECT_ROOT);
110
- const manifestPath = path.join(buildDir, 'app', 'src', 'main', 'AndroidManifest.xml');
111
- let manifest = fsSync.readFileSync(manifestPath, 'utf8');
112
-
113
- const deepLinks = config.platforms.android.deepLinks;
114
- const intentFilters = deepLinks.map(scheme => `
115
- <intent-filter android:autoVerify="true">
116
- <action android:name="android.intent.action.VIEW" />
117
- <category android:name="android.intent.category.DEFAULT" />
118
- <category android:name="android.intent.category.BROWSABLE" />
119
- <data android:scheme="${scheme}" />
120
- </intent-filter>
121
- `).join('\n');
122
-
123
- manifest = manifest.replace(
124
- /<activity[^>]*MainActivity[^>]*>/,
125
- `$&\n${intentFilters}`
126
- );
127
-
128
- fsSync.writeFileSync(manifestPath, manifest);
129
- }
130
- /* ---------------- Main Build Function ---------------- */
131
- export async function buildAndroid(isDev = false) {
132
- const config: Config = await loadConfig(PROJECT_ROOT);
133
- const APP_ID = config.app?.id || "com.vaderjs.app";
134
- const BUILD_SRC = path.join(PROJECT_ROOT, "node_modules", "vaderjs-native", "templates", "android");
135
- const BUILD_DIR = path.join(PROJECT_ROOT, "build", "android-src", APP_ID);
136
-
137
- logger.step("Android Build");
138
- ensureAndroidInstalled();
139
-
140
- // 1️⃣ Clean old build folder
141
- await removeDir(BUILD_DIR);
142
- await fs.mkdir(BUILD_DIR, { recursive: true });
143
-
144
- // 2️⃣ Copy template asynchronously
145
- await copyDir(BUILD_SRC, BUILD_DIR);
146
-
147
- // 3️⃣ Rename package and patch MainActivity
148
- await renamePackage(BUILD_DIR, "myapp", APP_ID);
149
- await patchMainActivity(BUILD_DIR, APP_ID, isDev);
150
-
151
- // 4️⃣ Remove old myapp folder
152
- await removeDir(path.join(BUILD_DIR, "app", "src", "main", "java", "myapp"));
153
-
154
- // 5️⃣ Clean Gradle artifacts
155
- await removeDir(path.join(BUILD_DIR, "app", "build"));
156
-
157
- // 6️⃣ Local properties, permissions, meta, assets
158
- await ensureLocalProperties(BUILD_DIR);
159
- patchPermissions(BUILD_DIR);
160
- patchAppMeta(BUILD_DIR);
161
- await copyAssets(BUILD_DIR, APP_ID);
162
- if (config.platforms?.android?.deepLinks) await addDeepLinks(BUILD_DIR);
163
-
164
- // 7️⃣ Gradle build
165
- let gradleCmd = process.platform === "win32"
166
- ? path.join(BUILD_DIR, "gradlew.bat")
167
- : path.join(BUILD_DIR, "gradlew");
168
- if (!existsSync(gradleCmd)) gradleCmd = "gradle";
169
-
170
- logger.info("Running Gradle assembleDebug (--no-daemon)...");
171
- await new Promise<void>((resolve, reject) => {
172
- const proc = spawn(gradleCmd, ["assembleDebug", "--no-daemon"], {
173
- cwd: BUILD_DIR,
174
- stdio: "inherit",
175
- shell: true
176
- });
177
- proc.on("exit", code => (code === 0 ? resolve() : reject(new Error(`Gradle failed (${code})`))));
178
- proc.on("error", reject);
179
- });
180
-
181
- // 8️⃣ Cleanup lingering Java processes
182
- try {
183
- if (process.platform === "win32") execSync("taskkill /F /IM java.exe /T", { stdio: "ignore" });
184
- else execSync("pkill -f java", { stdio: "ignore" });
185
- } catch {}
186
-
187
- // 9️⃣ Copy APK to top-level build folder
188
- const APK_SRC = path.join(BUILD_DIR, "app", "build", "outputs", "apk", "debug", "app-debug.apk");
189
- const APK_DEST_DIR = path.join(PROJECT_ROOT, "build");
190
- await fs.mkdir(APK_DEST_DIR, { recursive: true });
191
- const APK_DEST = path.join(APK_DEST_DIR, `${APP_ID}-debug.apk`);
192
-
193
- if (!existsSync(APK_SRC)) throw new Error("APK not found after build");
194
- await fs.copyFile(APK_SRC, APK_DEST);
195
- logger.success(`APK ready → ${APK_DEST}`);
196
- }
1
+ import path from "path";
2
+ import fsSync, { existsSync } from "fs";
3
+ import fs from "fs/promises";
4
+ import os from "os";
5
+ import { spawn, execSync } from "child_process";
6
+ import { ensureAndroidInstalled, findAndroidSdk } from "./sdk.js";
7
+ import { logger } from "../logger.js";
8
+ import { loadConfig } from "../../main.js";
9
+ import { Config } from "../../config/index.js";
10
+
11
+ const PROJECT_ROOT = process.cwd();
12
+ const DIST_DIR = path.join(PROJECT_ROOT, "dist");
13
+
14
+ /* ---------------- Helpers ---------------- */
15
+ function getLocalIP(): string {
16
+ const interfaces = os.networkInterfaces();
17
+ for (const list of Object.values(interfaces)) {
18
+ for (const iface of list || []) {
19
+ if (iface.family === "IPv4" && !iface.internal) return iface.address;
20
+ }
21
+ }
22
+ return "127.0.0.1";
23
+ }
24
+
25
+ function patchPermissions(buildDir: string) {
26
+ const manifestPath = path.join(buildDir, "app", "src", "main", "AndroidManifest.xml");
27
+ if (!existsSync(manifestPath)) return;
28
+
29
+ let content = fsSync.readFileSync(manifestPath, "utf8");
30
+
31
+ // Remove existing permissions
32
+ content = content.replace(/<uses-permission android:name="[^"]*" \/>/g, "");
33
+
34
+ // Add basic permissions
35
+ const basePerms = [
36
+ ' <uses-permission android:name="android.permission.INTERNET" />',
37
+ ' <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />'
38
+ ];
39
+
40
+ // Insert permissions before application tag
41
+ const applicationIndex = content.indexOf("<application");
42
+ if (applicationIndex !== -1) {
43
+ const beforeApplication = content.substring(0, applicationIndex);
44
+ const afterApplication = content.substring(applicationIndex);
45
+ content = beforeApplication + basePerms.join("\n") + "\n" + afterApplication;
46
+ }
47
+
48
+ fsSync.writeFileSync(manifestPath, content, "utf8");
49
+ logger.success("✅ Android permissions patched");
50
+ }
51
+
52
+ async function ensureLocalProperties(buildDir: string, sdkPath?: string) {
53
+ const localPropsPath = path.join(buildDir, "local.properties");
54
+
55
+ if (existsSync(localPropsPath)) return;
56
+
57
+ if (!sdkPath) {
58
+ const sdkInfo = findAndroidSdk();
59
+ sdkPath = sdkInfo?.sdkPath;
60
+ if (!sdkPath) throw new Error("Android SDK not found");
61
+ }
62
+
63
+ const sdkDir = sdkPath.replace(/\\/g, "\\\\");
64
+ await fs.writeFile(localPropsPath, `sdk.dir=${sdkDir}\n`);
65
+ logger.success(`✅ Created local.properties → ${sdkPath}`);
66
+ }
67
+
68
+ async function copyDir(src: string, dest: string) {
69
+ // Async recursive copy with explicit encoding handling
70
+ const entries = await fs.readdir(src, { withFileTypes: true });
71
+ await fs.mkdir(dest, { recursive: true });
72
+ await Promise.all(entries.map(async (entry) => {
73
+ const srcPath = path.join(src, entry.name);
74
+ const destPath = path.join(dest, entry.name);
75
+ if (entry.isDirectory()) {
76
+ await copyDir(srcPath, destPath);
77
+ } else {
78
+ // For .kt files, read and write to ensure encoding is preserved
79
+ if (entry.name.endsWith('.kt')) {
80
+ const content = await fs.readFile(srcPath, "utf8");
81
+ await fs.writeFile(destPath, content, "utf8");
82
+ } else {
83
+ await fs.copyFile(srcPath, destPath);
84
+ }
85
+ }
86
+ }));
87
+ }
88
+
89
+ async function patchAllKotlinFiles(javaDir: string, APP_ID: string) {
90
+ async function patchDir(dir: string) {
91
+ const entries = await fs.readdir(dir, { withFileTypes: true });
92
+ await Promise.all(entries.map(async (entry) => {
93
+ const fullPath = path.join(dir, entry.name);
94
+ if (entry.isDirectory()) {
95
+ await patchDir(fullPath);
96
+ } else if (entry.name.endsWith('.kt')) {
97
+ let content = await fs.readFile(fullPath, "utf8");
98
+ content = content.replace(/package \{\{APP_PACKAGE\}\}/g, `package ${APP_ID}`);
99
+ await fs.writeFile(fullPath, content, "utf8");
100
+ }
101
+ }));
102
+ }
103
+
104
+ await patchDir(javaDir);
105
+ logger.success("✅ All Kotlin files patched with package name");
106
+ }
107
+
108
+ async function removeDir(dir: string) {
109
+ if (existsSync(dir)) {
110
+ try {
111
+ await fs.rm(dir, { recursive: true, force: true });
112
+ } catch (error: any) {
113
+ if (error.code === 'EBUSY') {
114
+ logger.warn(`⚠️ Directory ${dir} is busy, retrying...`);
115
+ // Wait and retry
116
+ await new Promise(resolve => setTimeout(resolve, 1000));
117
+ try {
118
+ await fs.rm(dir, { recursive: true, force: true });
119
+ } catch (retryError) {
120
+ logger.error(`❌ Failed to remove ${dir} after retry`);
121
+ throw retryError;
122
+ }
123
+ } else {
124
+ throw error;
125
+ }
126
+ }
127
+ }
128
+ }
129
+
130
+ /* ---------------- Main Patches ---------------- */
131
+ async function patchMainActivity(buildDir: string, APP_ID: string, isDev: boolean, config: Config) {
132
+ const javaDir = path.join(buildDir, "app", "src", "main", "java");
133
+ const packageDir = path.join(javaDir, ...APP_ID.split("."));
134
+ const mainActivityPath = path.join(packageDir, "MainActivity.kt");
135
+
136
+ if (!existsSync(mainActivityPath)) throw new Error(`MainActivity.kt not found in ${packageDir}`);
137
+
138
+ let content = await fs.readFile(mainActivityPath, "utf8");
139
+
140
+ // Replace package declaration
141
+ content = content.replace(/package \{\{APP_PACKAGE\}\}/g, `package ${APP_ID}`);
142
+
143
+ const baseUrl = isDev
144
+ ? `"http://${getLocalIP()}:${config.port || 3000}/"`
145
+ : `"file:///android_asset/${APP_ID}/"`;
146
+
147
+ content = content.replace(/private\s+val\s+baseUrl\s*=\s*"[^"]*"/, `private val baseUrl = ${baseUrl}`);
148
+ content = content.replace(/\{\{BASE_URL\}\}/g, baseUrl);
149
+ await fs.writeFile(mainActivityPath, content, "utf8");
150
+ logger.success(`✅ MainActivity patched → ${baseUrl} (${isDev ? "DEV" : "PROD"} mode)`);
151
+ }
152
+
153
+ async function patchAndroidBridge(buildDir: string, APP_ID: string) {
154
+ const javaDir = path.join(buildDir, "app", "src", "main", "java");
155
+ const packageDir = path.join(javaDir, ...APP_ID.split("."));
156
+ const bridgePath = path.join(packageDir, "AndroidBridge.kt");
157
+
158
+ if (!existsSync(bridgePath)) return;
159
+
160
+ let content = await fs.readFile(bridgePath, "utf8");
161
+ content = content.replace(/package \{\{APP_PACKAGE\}\}/g, `package ${APP_ID}`);
162
+ await fs.writeFile(bridgePath, content, "utf8");
163
+ logger.success("✅ AndroidBridge patched");
164
+ }
165
+
166
+ async function copyAssets(buildDir: string, APP_ID: string) {
167
+ const assetsDir = path.join(buildDir, "app", "src", "main", "assets", APP_ID);
168
+ await removeDir(assetsDir);
169
+
170
+ if (!existsSync(DIST_DIR)) {
171
+ await fs.mkdir(assetsDir, { recursive: true });
172
+ await fs.writeFile(path.join(assetsDir, "index.html"), "<h1>No build output found</h1>");
173
+ logger.warn("⚠️ Dist folder empty, created placeholder index.html");
174
+ return;
175
+ }
176
+
177
+ await copyDir(DIST_DIR, assetsDir);
178
+ logger.success(`✅ Assets copied → ${assetsDir}`);
179
+ }
180
+
181
+ async function renamePackage(buildDir: string, oldPackage: string, newPackage: string) {
182
+ const javaDir = path.join(buildDir, "app", "src", "main", "java");
183
+ const oldDir = path.join(javaDir, ...oldPackage.split("."));
184
+ const newDir = path.join(javaDir, ...newPackage.split("."));
185
+
186
+ if (!existsSync(oldDir)) {
187
+ logger.warn(`⚠️ Source directory not found: ${oldDir}`);
188
+ return;
189
+ }
190
+
191
+ // Create parent directory first
192
+ await fs.mkdir(path.dirname(newDir), { recursive: true });
193
+
194
+ if (existsSync(newDir)) {
195
+ await removeDir(newDir);
196
+ }
197
+
198
+ await copyDir(oldDir, newDir);
199
+ logger.success(`✅ Renamed package: ${oldPackage} → ${newPackage}`);
200
+ }
201
+
202
+ async function patchGradleFiles(buildDir: string, APP_ID: string) {
203
+ const buildGradlePath = path.join(buildDir, "app", "build.gradle.kts");
204
+ if (!existsSync(buildGradlePath)) return;
205
+
206
+ let content = fsSync.readFileSync(buildGradlePath, "utf8");
207
+ content = content.replace(/\{\{APP_PACKAGE\}\}/g, APP_ID);
208
+ fsSync.writeFileSync(buildGradlePath, content, "utf8");
209
+ logger.success("✅ Gradle files patched with package name");
210
+ }
211
+
212
+ function patchAppMeta(buildDir: string, config: Config) {
213
+ const manifestPath = path.join(buildDir, "app", "src", "main", "AndroidManifest.xml");
214
+ if (!existsSync(manifestPath)) return;
215
+
216
+ let content = fsSync.readFileSync(manifestPath, "utf8");
217
+
218
+ // Update app name and label if provided
219
+ if (config.app?.name) {
220
+ content = content.replace(/android:label="[^"]*"/, `android:label="${config.app.name}"`);
221
+ }
222
+
223
+ // Update version info if provided
224
+ if (config.app?.version) {
225
+ content = content.replace(/android:versionCode="[^"]*"/, `android:versionCode="${config.app.version.code}"`);
226
+ content = content.replace(/android:versionName="[^"]*"/, `android:versionName="${config.app.version.name}"`);
227
+ }
228
+
229
+ fsSync.writeFileSync(manifestPath, content, "utf8");
230
+ logger.success("✅ App metadata patched");
231
+ }
232
+
233
+ export async function addDeepLinks(buildDir: string) {
234
+ const config: Config = await loadConfig(PROJECT_ROOT);
235
+
236
+ if (!config.platforms?.android?.deepLinks || config.platforms.android.deepLinks.length === 0) {
237
+ return;
238
+ }
239
+
240
+ const manifestPath = path.join(buildDir, 'app', 'src', 'main', 'AndroidManifest.xml');
241
+ let manifest = fsSync.readFileSync(manifestPath, 'utf8');
242
+
243
+ const deepLinks = config.platforms.android.deepLinks;
244
+ const intentFilters = deepLinks.map(scheme => `
245
+ <intent-filter android:autoVerify="true">
246
+ <action android:name="android.intent.action.VIEW" />
247
+ <category android:name="android.intent.category.DEFAULT" />
248
+ <category android:name="android.intent.category.BROWSABLE" />
249
+ <data android:scheme="${scheme}" />
250
+ </intent-filter>
251
+ `).join('\n');
252
+
253
+ manifest = manifest.replace(
254
+ /<activity[^>]*MainActivity[^>]*>/,
255
+ `$&\n${intentFilters}`
256
+ );
257
+
258
+ fsSync.writeFileSync(manifestPath, manifest);
259
+ logger.success(`✅ Added ${deepLinks.length} deep link(s)`);
260
+ }
261
+
262
+ /* ---------------- Main Build Function ---------------- */
263
+ export async function buildAndroid(isDev = false) {
264
+ const config: Config = await loadConfig(process.cwd());
265
+ const APP_ID = config.app?.id || "com.vaderjs.app";
266
+ const BUILD_SRC = path.join(process.cwd(), "node_modules", "vaderjs-native", "templates", "android");
267
+ const BUILD_DIR = path.join(process.cwd(), "build", "android-src", APP_ID);
268
+
269
+ logger.step("🚀 Android Build");
270
+ ensureAndroidInstalled();
271
+
272
+ // FIX: Remove the duplicate mkdir call
273
+ // 1️⃣ Clean old build folder with retry
274
+ try {
275
+ await removeDir(BUILD_DIR);
276
+ } catch (error) {
277
+ logger.warn(`⚠️ Could not clean build directory, continuing...`);
278
+ }
279
+ // DON'T call mkdir here - it will be created by copyDir later
280
+
281
+ // 2️⃣ Copy template asynchronously
282
+ await copyDir(BUILD_SRC, BUILD_DIR);
283
+
284
+ // 3️⃣ Rename package and patch MainActivity
285
+ await renamePackage(BUILD_DIR, "myapp", APP_ID);
286
+
287
+ // Patch AndroidBridge.kt directly
288
+ const bridgePath = path.join(BUILD_DIR, "app", "src", "main", "java", ...APP_ID.split("."), "AndroidBridge.kt");
289
+ if (existsSync(bridgePath)) {
290
+ let bridgeContent = await fs.readFile(bridgePath, "utf8");
291
+ bridgeContent = `package ${APP_ID}
292
+ ${bridgeContent}`;
293
+ await fs.writeFile(bridgePath, bridgeContent, "utf8");
294
+ }
295
+
296
+ await patchMainActivity(BUILD_DIR, APP_ID, isDev, config);
297
+ await patchGradleFiles(BUILD_DIR, APP_ID);
298
+
299
+ // 4️⃣ Remove old myapp folder
300
+ await removeDir(path.join(BUILD_DIR, "app", "src", "main", "java", "myapp"));
301
+
302
+ // 5️⃣ Clean Gradle artifacts
303
+ await removeDir(path.join(BUILD_DIR, "app", "build"));
304
+
305
+ // 6️⃣ Local properties, permissions, meta, assets
306
+ await ensureLocalProperties(BUILD_DIR);
307
+ patchPermissions(BUILD_DIR);
308
+ patchAppMeta(BUILD_DIR, config);
309
+ await copyAssets(BUILD_DIR, APP_ID);
310
+
311
+ if (config.platforms?.android?.deepLinks) {
312
+ await addDeepLinks(BUILD_DIR);
313
+ }
314
+
315
+ // 7️⃣ Gradle build
316
+ let gradleCmd = process.platform === "win32"
317
+ ? path.join(BUILD_DIR, "gradlew.bat")
318
+ : path.join(BUILD_DIR, "gradlew");
319
+
320
+ if (!existsSync(gradleCmd)) gradleCmd = "gradle";
321
+
322
+ logger.info("⚙️ Running Gradle assembleDebug (--no-daemon)...");
323
+ await new Promise<void>((resolve, reject) => {
324
+ const proc = spawn(gradleCmd, ["assembleDebug", "--no-daemon"], {
325
+ cwd: BUILD_DIR,
326
+ stdio: "inherit",
327
+ shell: true
328
+ });
329
+ proc.on("exit", code => (code === 0 ? resolve() : reject(new Error(`❌ Gradle failed (${code})`))));
330
+ proc.on("error", reject);
331
+ });
332
+
333
+ // 8️⃣ Cleanup lingering Java processes
334
+ try {
335
+ if (process.platform === "win32") {
336
+ execSync("taskkill /F /IM java.exe /T", { stdio: "ignore" });
337
+ } else {
338
+ execSync("pkill -f java", { stdio: "ignore" });
339
+ }
340
+ } catch {}
341
+
342
+ // 9️⃣ Copy APK to top-level build folder
343
+ const APK_SRC = path.join(BUILD_DIR, "app", "build", "outputs", "apk", "debug", "app-debug.apk");
344
+ const APK_DEST_DIR = path.join(PROJECT_ROOT, "build");
345
+
346
+ // FIX: Use existsSync check before mkdir
347
+ if (!existsSync(APK_DEST_DIR)) {
348
+ await fs.mkdir(APK_DEST_DIR, { recursive: true });
349
+ }
350
+
351
+ const APK_DEST = path.join(APK_DEST_DIR, `${APP_ID}-debug.apk`);
352
+
353
+ if (!existsSync(APK_SRC)) {
354
+ throw new Error(`❌ APK not found after build at: ${APK_SRC}`);
355
+ }
356
+
357
+ await fs.copyFile(APK_SRC, APK_DEST);
358
+ logger.success(`✅ APK ready → ${APK_DEST}`);
359
+
360
+ return APK_DEST;
361
+ }