- 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.
2 lines
15 B
Plaintext
2 lines
15 B
Plaintext
/build
|
|
/release |