Skip to content

Commit fa3c3d2

Browse files
committed
Merge branch '1.3.0-prep'
2 parents 626d0b8 + 51bc60a commit fa3c3d2

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
# CoinWatch
6-
[![Android Weekly](https://img.shields.io/badge/News-Android%20Weekly-040273?logo=android&logoColor=%233DDC84)](https://androidweekly.net/issues/issue-636)
6+
[![Android Weekly](https://img.shields.io/badge/News-Android%20Weekly%20%23636-040273?logo=android&logoColor=%233DDC84)](https://androidweekly.net/issues/issue-636)
77
[![Android CI Workflow](https://github.com/shorthouse/CoinWatch/actions/workflows/android.yml/badge.svg)](https://github.com/shorthouse/CoinWatch/actions)
88
[![Release](https://img.shields.io/badge/Release-1.2.9-1397CB)](https://github.com/shorthouse/CoinWatch/releases)
99
[![License Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-%23820e82)](https://www.apache.org/licenses/LICENSE-2.0)
@@ -20,12 +20,6 @@ The app is built using the latest [Android architecture components](https://deve
2020
<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' height='80'/>
2121
</a>
2222

23-
# ⭐ Features
24-
- Get a list of real-time prices and price changes of the top cryptocurrencies
25-
- Analyse coins in detail with animated price history graphs and market stats data
26-
- Search through thousands of cryptocurrencies by name or symbol
27-
- Create a personalized list of favourite cryptocurrencies
28-
2923
# 🛠 Built With
3024
- Kotlin
3125
- Jetpack Compose
@@ -41,13 +35,6 @@ The app is built using the latest [Android architecture components](https://deve
4135
- Material Design 3
4236
- Static code analysis using Ktlint
4337

44-
# 🧬 Testing
45-
CoinWatch features an extensive test suite, using the following:
46-
- JUnit for local tests
47-
- Jetpack Compose testing APIs for instrumented tests
48-
- Truth for assertions
49-
- MockK for mocks
50-
5138
# 🧱 Architecture
5239
The design of CoinWatch follows a few key principles:
5340
1. Unidirectional Data Flow (UDF) - State flows in one direction, and events that modify the data flow in the opposite direction.
@@ -60,6 +47,19 @@ A high-level overview of the app's architecture is displayed below. The architec
6047
<img src="https://github.com/shorthouse/CoinWatch/assets/73708076/d931301f-80da-4cb7-9824-bdf1d4cdfaa3" width="750">
6148
</p>
6249

50+
# ⭐ Features
51+
- Get a list of real-time prices and price changes of the top cryptocurrencies
52+
- Analyse coins in detail with animated price history graphs and market stats data
53+
- Search through thousands of cryptocurrencies by name or symbol
54+
- Create a personalized list of favourite cryptocurrencies
55+
56+
# 🧬 Testing
57+
CoinWatch features an extensive test suite, using the following:
58+
- JUnit for local tests
59+
- Jetpack Compose testing APIs for instrumented tests
60+
- Truth for assertions
61+
- MockK for mocks
62+
6363
# 🤝 Contributing
6464
Contributions to the project are welcome and highly encouraged! To get started, please check out the [contributing guidelines](https://github.com/shorthouse/CoinWatch/blob/main/CONTRIBUTING.md).
6565

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "dev.shorthouse.coinwatch"
1818
minSdk = 26
1919
targetSdk = 34
20-
versionCode = 24
21-
versionName = "1.2.9"
20+
versionCode = 25
21+
versionName = "1.3.0"
2222
ndk {
2323
debugSymbolLevel = "FULL"
2424
}

0 commit comments

Comments
 (0)