Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.99 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.99 KB

build

Compose playground: Expense Tracker

Get it on Google Play

Compose playground for learning purpose

Large screen

Prerequisites

  • Android Studio Chipmunk | 2021.2.1
  • Min SDK 21
  • Target SDK 33
  • AGP 7.3.0
  • Java 11
  • Kotlin 1.7.10

Setup

  1. Clone this repository, git clone https://github.com/wisnukurniawan/Compose-Wallee.git
  2. Open via Android studio
  3. Sync the project, File -> Sync Project with Gradle files

How to build

  • Generate debug apk ./gradlew assembleDebug
  • Run unit test ./gradlew testDebug
  • Install on connected device ./gradlew installDebug

Others