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.
- package/cli/android/build.ts +361 -196
- package/cli/android/dev.ts +129 -61
- package/cli.ts +182 -168
- package/config/index.ts +1 -1
- package/package.json +4 -4
- package/templates/android/.gradle/9.1.0/checksums/checksums.lock +0 -0
- package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.lock +0 -0
- package/templates/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/templates/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/templates/android/app/build.gradle.kts +2 -2
- package/templates/android/app/src/main/java/myapp/AndroidBridge.kt +199 -0
- package/templates/android/app/src/main/java/myapp/MainActivity.kt +132 -351
- package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.bin +0 -0
- package/templates/android/.gradle/9.1.0/executionHistory/executionHistory.lock +0 -0
- package/templates/android/.gradle/9.1.0/fileHashes/fileHashes.bin +0 -0
- package/templates/android/.gradle/9.1.0/fileHashes/resourceHashesCache.bin +0 -0
- package/templates/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/templates/android/.gradle/file-system.probe +0 -0
- package/templates/android/.idea/.name +0 -1
- package/templates/android/.idea/AndroidProjectSystem.xml +0 -6
- package/templates/android/.idea/codeStyles/Project.xml +0 -123
- package/templates/android/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/templates/android/.idea/compiler.xml +0 -6
- package/templates/android/.idea/deploymentTargetSelector.xml +0 -10
- package/templates/android/.idea/gradle.xml +0 -19
- package/templates/android/.idea/inspectionProfiles/Project_Default.xml +0 -61
- package/templates/android/.idea/migrations.xml +0 -10
- package/templates/android/.idea/misc.xml +0 -9
- package/templates/android/.idea/runConfigurations.xml +0 -17
- package/templates/android/app/build/intermediates/android_res_source_set_path_map/debug/mapDebugSourceSetPaths/file-map.txt +0 -57
- package/templates/android/app/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +0 -1
- package/templates/android/app/build/intermediates/apk_ide_redirect_file/debug/createDebugApkListingFileRedirect/redirect.txt +0 -2
- package/templates/android/app/build/intermediates/app_metadata/debug/writeDebugAppMetadata/app-metadata.properties +0 -2
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.html +0 -275
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js +0 -701
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/index.js.map +0 -11
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js +0 -669
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/src/vader/index.js.map +0 -10
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/styles.css +0 -2
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/myapp/tailwind_styles.css +0 -257
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.html +0 -19
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js +0 -701
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/index.js.map +0 -11
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js +0 -669
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/src/vader/index.js.map +0 -10
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/styles.css +0 -2
- package/templates/android/app/build/intermediates/assets/debug/mergeDebugAssets/vaderapp/tailwind_styles.css +0 -257
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/META-INF/app.kotlin_module +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/AndroidBridge.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$1.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$2.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$3.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity$onCreate$4.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/MainActivity.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ColorKt.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/ThemeKt.class +0 -0
- package/templates/android/app/build/intermediates/built_in_kotlinc/debug/compileDebugKotlin/classes/com/example/myapplication/ui/theme/TypeKt.class +0 -0
- package/templates/android/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/output-metadata.json +0 -10
- package/templates/android/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar +0 -0
- package/templates/android/app/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/templates/android/app/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -3
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.html.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/src/vader/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/myapp/tailwind_styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.html.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/src/vader/index.js.map.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/compressed_assets/debug/compressDebugAssets/out/assets/vaderapp/tailwind_styles.css.jar +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_0/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_1/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_2/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_3/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_4/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/dirs_bucket_5/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_0/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_1/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_2/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_3/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_4/graph.bin +0 -0
- package/templates/android/app/build/intermediates/desugar_graph/debug/dexBuilderDebug/out/currentProject/jar_4aee188c30be8e8aa46027297383f1f2d90a630f249bc11da0a28d60abd2a89a_bucket_5/graph.bin +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex +0 -0
- package/templates/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out +0 -0
- package/templates/android/app/build/intermediates/dex_number_of_buckets_file/debug/dexBuilderDebug/out +0 -1
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +0 -6
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +0 -3181
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +0 -8
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +0 -6
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +0 -12
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lo/values-lo.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lt/values-lt.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-lv/values-lv.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mk/values-mk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ml/values-ml.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mn/values-mn.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-mr/values-mr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ms/values-ms.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-my/values-my.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nb/values-nb.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ne/values-ne.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml +0 -11
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-nl/values-nl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-or/values-or.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pa/values-pa.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pl/values-pl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-port/values-port.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt/values-pt.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml +0 -59
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ro/values-ro.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ru/values-ru.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-si/values-si.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sk/values-sk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sl/values-sl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sq/values-sq.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sr/values-sr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sv/values-sv.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw/values-sw.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml +0 -11
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +0 -7
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +0 -62
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +0 -4
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +0 -277
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +0 -15
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +0 -51
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +0 -5
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v25/values-v25.xml +0 -9
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +0 -18
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v28/values-v28.xml +0 -13
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +0 -12
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +0 -15
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +0 -9
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +0 -68
- package/templates/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +0 -3883
- package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -6
- package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml +0 -5
- package/templates/android/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0V8fuo12ZEcCNd5YzYthqg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0VP6C+Z030KwCBV1QJnY8Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1Upt4R0Q_ZOIkrMr_RrPjQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2CXpRTgebl4talbAQ2z4Ew== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2ZqKsCGY5jRs2nk08FVWWw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2gpmkHigIDRHYpOpHC2KDw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2t2F2kP0mhT_S3tAzSeqkg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2v3ZojrXbTxVaAVUP4MycA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/32giMQa2BS2FukRbpt_7RQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3PlFE+BzUdIOtbbD_9IZxw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5ciRXB8xoXM9vD812An11Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6DabWI8bDKLKui6omYD2bQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6eNrq94hT0u6GUzHG+csZw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9Cu5vvc7pIswnL83VNBqMQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9n9ose8b+jL0LUL0YvCd1w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A+oiD+lUSsF3brRBiDRRLQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A6tAyZh+RG4AhyWBSoJiFw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Av9uKIL90E0u4aAGFlTBXQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Bpc9yyhBAEdPDvxM6fnuow== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cd4N7cQYyH2B6F87mbO8_Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F7PSMYyWyMfYisH+nSyrGg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GxdMH6iqzdcdbhSaFq2y4A== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I5ETZ0y97XBYt7knpocaXA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ip+AfDxSdrUUkh4V344Rzg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Jcp3xYaKACwdfLM0MyH7eg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KlZeWMHkwri6xralTdteHg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Kwkde6+zHLyonxEXhF8Cng== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LTTNil9tIzvCfsQOg6OEFw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MdK3UJqaCWZ_RnnWW9naXQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MuE+rB0x7waYqBOZysqYSg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3Xy6s1dJvkqY6lyucHB1Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PKx1fbmOKoV6DDnMYWaimg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PNzmA6bwlh6hiV_deeUB8w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qy0MFghbe8MsAGty8IHasg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/R7kgn+_RAejAJDgibU3QSA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SXNnR4MATLsKJ4zQ3HF_Qg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T8z8iPNGLr67IutaTVJzlw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TH+C9jO7qd3vzfkCoY4Ulg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TKqHLfPHnlJMuNc6RAuQew== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V7L0+04jxD4b2bXD0Wgf3w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VJOnb7cHWKVRd4M1_qaEzQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VWJxcDw8Nvc41vr4VWeYLA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WNmnhRL44+XqI_Qh7Y9q9w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WSiR3qmXGaabXelMNkpmQg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X2Q1zKwPwM4k7rTZGQ5ViA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YHMGFkPB0qpyXAggcMhzdg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YWwdJn4poC38fpGOQItVYw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZbjHx4QQNhKhMHcyrK5RdA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_4zwJUvS9mDdXqHfV8CIAw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_6Vc41tS3QnuC_EuH7BhvA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_aYixPjHB6BQ3SqrVE_rmg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/anXLxx4byE7Ti3N2J6Obtw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eKrN1NV0DFz3_68yim3Ryw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/evL+VLtyY2Bsn66KJ7Va+g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ft5np6HxlV8Qx0WGpBX5WA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g6Bi1lPjULzjK2RLEhi8ng== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gk1XYqYuGWStqLvp0prjDg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h8KLXFd9vWCv_kYPQG1g2g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hCcItCkJEgniLO3FbCn9VA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iUeHdENFGDFljDMiSlmA5A== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYOQI2COzaBRbNXNlSMSGw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/k803Aeo8TJTakcJ7WeWWmQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kDuJnC2vRBUXivbrt1IVEQ== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kpmDrs55V7X4UYFK4mLVVA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lSCYJrayhZVWYq4N_3tG9Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mrUFfLbj9nfqF4Igh50dCw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nL3Z78QCee6Su1CtMvxogA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nLz8e+ZSBgCa5IWujpzu3Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nymxa43VJ_6Kx7Gq3peEjg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p+t1I6zVbWkKFZWly6oB5g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p9ScSEbWQxkxTxA9UH7fzg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/panbBKEXaZ__Dom6WzaH1g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/prOfrCDbgQF1wRXFV7PvIg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qdOcJX3hKcrFZNPdf5ZHFA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qjufkazLH_oqhTDikduqAg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qsRvCxSgHGVDVrjhESLn_g== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/soY53sWb9qvzOMS_0mm0Sg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t3N6Cr84Wy8yGf3tN5MoWA== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uHx_L64be+A0F4M7oSIplw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vN8vx16Fi2g9CGONwjo5nw== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYlfdd0TcBWSrFQfGFkRCg== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIsjVKzXkpUIZ92Tf+rF6w== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yneaqhDf9FC3coQif+7m2Q== +0 -1
- package/templates/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yosoczXj8PPJOSXym2QXIw== +0 -1
- package/templates/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +0 -2
- package/templates/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +0 -16
- package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources +0 -1
- package/templates/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 +0 -1
- package/templates/android/app/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/app.kotlin_module +0 -0
- package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ +0 -0
- package/templates/android/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/output-metadata.json +0 -20
- package/templates/android/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +0 -5
- package/templates/android/app/build/intermediates/manifest_merge_blame_file/debug/processDebugMainManifest/manifest-merger-blame-debug-report.txt +0 -162
- package/templates/android/app/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/base.jar +0 -0
- package/templates/android/app/build/intermediates/merged_manifest/debug/processDebugMainManifest/AndroidManifest.xml +0 -91
- package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/AndroidManifest.xml +0 -91
- package/templates/android/app/build/intermediates/merged_manifests/debug/processDebugManifest/output-metadata.json +0 -20
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_native_libs/debug/mergeDebugNativeLibs/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-hdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-mdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xhdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxhdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/mipmap-xxxhdpi_ic_launcher.webp.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-af_values-af.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-am_values-am.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ar_values-ar.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-as_values-as.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-az_values-az.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-b+sr+Latn_values-b+sr+Latn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-be_values-be.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bg_values-bg.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bn_values-bn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-bs_values-bs.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ca_values-ca.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-cs_values-cs.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-da_values-da.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-de_values-de.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-el_values-el.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rAU_values-en-rAU.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rCA_values-en-rCA.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rGB_values-en-rGB.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rIN_values-en-rIN.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-en-rXC_values-en-rXC.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es-rUS_values-es-rUS.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-es_values-es.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-et_values-et.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-eu_values-eu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fa_values-fa.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fi_values-fi.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr-rCA_values-fr-rCA.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-fr_values-fr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gl_values-gl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-gu_values-gu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-h720dp-v13_values-h720dp-v13.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hdpi-v4_values-hdpi-v4.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hi_values-hi.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hr_values-hr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hu_values-hu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-hy_values-hy.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-in_values-in.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-is_values-is.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-it_values-it.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-iw_values-iw.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ja_values-ja.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ka_values-ka.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kk_values-kk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-km_values-km.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-kn_values-kn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ko_values-ko.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ky_values-ky.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-land_values-land.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-large-v4_values-large-v4.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ldltr-v21_values-ldltr-v21.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lo_values-lo.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lt_values-lt.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-lv_values-lv.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mk_values-mk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ml_values-ml.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mn_values-mn.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-mr_values-mr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ms_values-ms.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-my_values-my.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nb_values-nb.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ne_values-ne.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-night-v8_values-night-v8.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-nl_values-nl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-or_values-or.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pa_values-pa.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pl_values-pl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-port_values-port.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rBR_values-pt-rBR.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt-rPT_values-pt-rPT.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-pt_values-pt.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ro_values-ro.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ru_values-ru.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-si_values-si.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sk_values-sk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sl_values-sl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sq_values-sq.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sr_values-sr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sv_values-sv.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw600dp-v13_values-sw600dp-v13.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-sw_values-sw.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ta_values-ta.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-te_values-te.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-th_values-th.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tl_values-tl.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-tr_values-tr.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uk_values-uk.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-ur_values-ur.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-uz_values-uz.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v16_values-v16.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v17_values-v17.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v18_values-v18.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v21_values-v21.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v22_values-v22.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v23_values-v23.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v24_values-v24.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v25_values-v25.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v26_values-v26.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-v28_values-v28.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-vi_values-vi.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v20_values-watch-v20.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-watch-v21_values-watch-v21.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-xlarge-v4_values-xlarge-v4.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rCN_values-zh-rCN.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rHK_values-zh-rHK.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zh-rTW_values-zh-rTW.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values-zu_values-zu.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res/debug/mergeDebugResources/values_values.arsc.flat +0 -0
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/mergeDebugResources.json +0 -8209
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-af.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-am.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ar.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-as.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-az.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-b+sr+Latn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-be.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bg.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-bs.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ca.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-cs.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-da.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-de.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-el.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rAU.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rCA.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rGB.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rIN.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-en-rXC.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es-rUS.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-es.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-et.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-eu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fa.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fi.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr-rCA.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-fr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-gu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-h720dp-v13.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hdpi-v4.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hi.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-hy.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-in.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-is.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-it.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-iw.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ja.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ka.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-km.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-kn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ko.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ky.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-land.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-large-v4.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ldltr-v21.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lo.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lt.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-lv.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ml.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mn.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-mr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ms.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-my.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nb.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ne.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-night-v8.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-nl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-or.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pa.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-port.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rBR.json +0 -77
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt-rPT.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-pt.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ro.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ru.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-si.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sq.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sv.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-sw600dp-v13.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ta.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-te.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-th.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tl.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-tr.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uk.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-ur.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-uz.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v16.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v17.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v18.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v21.json +0 -47
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v22.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v23.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v24.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v25.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v26.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-v28.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-vi.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v20.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-watch-v21.json +0 -20
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-xlarge-v4.json +0 -19
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rCN.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rHK.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zh-rTW.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values-zu.json +0 -94
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/multi-v2/values.json +0 -291
- package/templates/android/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json +0 -22
- package/templates/android/app/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +0 -1
- package/templates/android/app/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +0 -1
- package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/AndroidManifest.xml +0 -91
- package/templates/android/app/build/intermediates/packaged_manifests/debug/processDebugManifestForPackage/output-metadata.json +0 -20
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-hdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-mdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xhdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxhdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/mipmap-xxxhdpi-v4/ic_launcher.webp +0 -0
- package/templates/android/app/build/intermediates/packaged_res/debug/packageDebugResources/values/values.xml +0 -5
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_0.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_1.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_2.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_3.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_4.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/9c21d19e190a516833da92acd2267e0d5d3946e69085bae9b7792c852d93cadb_5.jar +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/AndroidBridge.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$1.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$2.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$3.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity$onCreate$4.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/MainActivity.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ColorKt.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/ThemeKt.dex +0 -0
- package/templates/android/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/myapplication/ui/theme/TypeKt.dex +0 -0
- package/templates/android/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt +0 -1795
- package/templates/android/app/build/intermediates/signing_config_versions/debug/writeDebugSigningConfigVersions/signing-config-versions.json +0 -1
- package/templates/android/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt +0 -1353
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/arm64-v8a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/armeabi-v7a/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/stripped_native_libs/debug/stripDebugDebugSymbols/out/lib/x86_64/libandroidx.graphics.path.so +0 -0
- package/templates/android/app/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +0 -4
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/templates/android/app/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/templates/android/app/build/outputs/apk/debug/app-debug.apk +0 -0
- package/templates/android/app/build/outputs/apk/debug/output-metadata.json +0 -21
- package/templates/android/app/build/outputs/logs/manifest-merger-debug-report.txt +0 -406
- package/templates/android/app/src/main/assets/myapp/index.html +0 -275
- package/templates/android/app/src/main/assets/myapp/index.js +0 -701
- package/templates/android/app/src/main/assets/myapp/index.js.map +0 -11
- package/templates/android/app/src/main/assets/myapp/src/vader/index.js +0 -669
- package/templates/android/app/src/main/assets/myapp/src/vader/index.js.map +0 -10
- package/templates/android/app/src/main/assets/myapp/styles.css +0 -2
- package/templates/android/app/src/main/assets/myapp/tailwind_styles.css +0 -257
- package/templates/android/app/src/main/assets/vaderapp/index.html +0 -19
- package/templates/android/app/src/main/assets/vaderapp/index.js +0 -701
- package/templates/android/app/src/main/assets/vaderapp/index.js.map +0 -11
- package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js +0 -669
- package/templates/android/app/src/main/assets/vaderapp/src/vader/index.js.map +0 -10
- package/templates/android/app/src/main/assets/vaderapp/styles.css +0 -2
- package/templates/android/app/src/main/assets/vaderapp/tailwind_styles.css +0 -257
package/cli/android/build.ts
CHANGED
|
@@ -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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
})
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
async function
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
/* ---------------- Main
|
|
131
|
-
|
|
132
|
-
const
|
|
133
|
-
const
|
|
134
|
-
const
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
//
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
await
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
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
|
+
}
|