Skip to content

Commit

Permalink
Tag release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeso committed Apr 11, 2024
1 parent 3d3dc2e commit b244541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Changelog

### 1.8.1 (Unreleased)
### [1.8.1](https://github.com/ldeso/blitz/releases/tag/v1.8.1) (2024-04-11)

This release enables APK Signature Schemes v3 and v4, updates dependencies and adds local tests.

#### Improvements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://f-droid.org/packages/net.leodesouza.blitz/">
<img src="https://img.shields.io/f-droid/v/net.leodesouza.blitz?logo=F-Droid&label=F-Droid" alt="F-Droid badge" /></a>
<a href="https://play.google.com/store/apps/details?id=net.leodesouza.blitz">
<img src="https://img.shields.io/badge/Play%20Store-v1.8.0-blue?logo=Google-Play" alt="Play Store badge" /></a>
<img src="https://img.shields.io/badge/Play%20Store-v1.8.1-blue?logo=Google-Play" alt="Play Store badge" /></a>
</p>

A minimalist [Fischer chess clock](https://en.wikipedia.org/wiki/Fischer_clock) for Android.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "net.leodesouza.blitz"
minSdk = 21
targetSdk = 34
versionCode = 180
versionName = "1.8.0"
versionCode = 181
versionName = "1.8.1"

base {
archivesName = "${applicationId}_$versionCode"
Expand Down

0 comments on commit b244541

Please sign in to comment.