Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mertceyhan committed Oct 31, 2021
1 parent d3674b6 commit 4e4cb00
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Bitcoin Market app shows you the current Bitcoin market price and price chart of
* [Retrofit](https://square.github.io/retrofit/)
* [OkHttp](https://square.github.io/okhttp/)
* [Moshi](https://github.com/square/moshi)
* [Jetpack Components](https://developer.android.com/jetpack) - ViewModel, LiveData, DataBinding and more
* [Jetpack Components](https://developer.android.com/jetpack) - Compose, ViewModel and more
* [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart)
* [Lottie](https://github.com/airbnb/lottie-android)
* [Truth](https://truth.dev/) & [Mockk](https://mockk.io/) - For more readable unit tests
* [Lottie](https://github.com/airbnb/lottie-android)

## Screenshots 📷
<img src="/arts/splash-fragment.png" width="260"> &emsp;<img src="/arts/market-fragment-positive.png" width="260"> &emsp;<img src="/arts/market-fragment-negative.png" width="260">
<img src="/arts/splash-screen.png" width="260"> &emsp;<img src="/arts/market-screen.png" width="260"> &emsp;<img src="/arts/market-screen-dark.png" width="260">

## Good points 🟢
* Modern architecture with modern libraries
Expand Down
Binary file removed arts/market-fragment-negative.png
Binary file not shown.
Binary file removed arts/market-fragment-positive.png
Binary file not shown.
Binary file added arts/market-screen-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added arts/market-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed arts/splash-fragment.png
Binary file not shown.
Binary file added arts/splash-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/com/mertceyhan/buildsrc/Configs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configs {
const val applicationId = "com.mertceyhan.bitcoinmarket"
const val minSdkVersion = 21
const val targetSdkVersion = 30
const val versionCode = 4
const val versionName = "1.0.2"
const val versionCode = 5
const val versionName = "2.0.0"
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

0 comments on commit 4e4cb00

Please # to comment.