Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomanaia committed Apr 9, 2022
1 parent 545a7d0 commit bf63322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A jetpack compose calculator clone of google calculator written with 100% Jetpac

This calculator uses an implementation of the [ExprK](https://github.com/Keelar/ExprK) library to calculculate expression.

![Screenshot of app](pictures/calculator_screenshot.jpg)
<img src="pictures/calculator_screenshot.jpg" alt="Calculator Screenshot" width="300"/>

## Features
- Jetpack Compose
- Material 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object ProjectConfig {
const val targetSdk = 32

const val versionCode = 1
const val versionName = "0.0.1"
const val versionName = "1.0.0"

const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

0 comments on commit bf63322

Please sign in to comment.