Changes to be done when reciprocating android app repos

changes to be made WRT to your project

  • app/build.gradle
    • applicationId
    • versionCode
    • versionName
  • package.json
    • name
    • version
  • app.json
    • name
    • displayName
  • app folder
    • debug.keystore
    • release keystore
    • google-services.json
  • gradle.properties
    • MYAPP_UPLOAD_STORE_FILE
    • MYAPP_UPLOAD_KEY_ALIAS
    • MYAPP_UPLOAD_STORE_PASSWORD
    • MYAPP_UPLOAD_KEY_PASSWORD

– app/src/main/res – replace with your content

– app/src/main/java and app/src/debug/java
– rename folder hierarchy
for eg.
com/example/demo

– app/src/main/AndroidManifest.xml
– package

– app/src/debug/AndroidManifest.xml
– package

  • I will explain each part sooner.
Updated on Jun 13, 2023