feat: add initial configuration and resources for pokiesplay module
- Created build.gradle for project setup and dependencies. - Added AndroidManifest.xml with necessary permissions and application configuration. - Included Firebase messaging service for push notifications. - Established drawable and mipmap resources for app branding. - Introduced .gitignore to exclude build and release directories. - Added proguard rules for code obfuscation and optimization.
This commit is contained in:
10
pokiesplay/src/main/res/xml/app_updater_paths.xml
Normal file
10
pokiesplay/src/main/res/xml/app_updater_paths.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<root-path name="app_root_path" path="/"/>
|
||||
<external-path name="app_external_path" path="/"/>
|
||||
<external-cache-path name="app_external_cache_path" path="/"/>
|
||||
<external-files-path name="app_external_files_path" path="/"/>
|
||||
<files-path name="app_files_path" path="/"/>
|
||||
<cache-path name="app_cache_path" path="/"/>
|
||||
|
||||
</paths>
|
||||
Reference in New Issue
Block a user