🏁Quick Start

Before you change anything in the app, please start with these instructions.

Please make sure that you have the latest version of android studio (Electric Eel) and Kotlin installed. download android studio Electric eel from: https://developer.android.com/studio/preview/index.htm

The most important thing you should change is the package name. so, let's start with it.

  • Open the app files

  • Remove the compact middle packages (In order to change all package name directories)

  • then, right click on the middle package name and click refactor and rename

  • then, change it to your own package name and click refactor

You should do the same to the other part of package name

  • last step is to change it from build.gradle file

  • then click Sync now

Last updated