Added BA assessment and fixed baskinGss

This commit is contained in:
2025-12-19 17:10:22 +05:30
parent d2f8f317ae
commit 991846d75a
98 changed files with 1119 additions and 773 deletions
+10 -2
View File
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="."/>
</paths>
<!-- Example: give access to files in the app's cache or files directory -->
<external-files-path
name="external_files"
path="." />
<!-- or internal -->
<files-path
name="internal_files"
path="." />
</paths>