Requires Android Studio.
- Latest Android Studio Installed
- An Android device/iOS device
Building the code is as simple as:
- Launch Android Studio
- Open the project from the folder where you have downloaded the code using menu File -> Open
- Build using menu Build -> Rebuild Project
- It may take a while to build the project for the first time.
- Once the build is over, run on the device using menu Run -> Run (app)
$ git clone https://github.com/logicinfinite/Dicee
or
Download and extract the Zip-File
- Abhinav Ghosh 👉 Abhinava Ghosh
Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types
From Android Studio:
- Build menu
- Generate Signed APK...
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
- Abhinav Ghosh 👉 Abhinava Ghosh
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request