An Android app built with Kotlin and Jetpack Compose for rolling virtual dice.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Android Studio 4.1 or higher
- Android SDK 21 or higher
- AndroidX Jetpack libraries
- Kotlin 1.3.71 or higher
- The Android Gradle Plugin version 4.0.0 or higher
- Clone the repository
git clone https://github.com/gentildpinto/DiceRoller.git
- Open the project in Android Studio
- Build and run the app on an emulator or connected device
- Kotlin - The programming language used
- Jetpack Compose - UI toolkit for building natively compiled applications
- Gentil Pinto - gentildpinto
- Inspired by the Google Codelab on Android Basics with Compose