Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
liweiyap committed Jan 12, 2025
1 parent 1d73bac commit 2333cc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <a href='https://play.google.com/store/apps/details?id=com.liweiyap.narradir'><img align="left" src="assets-github/ic_launcher-mipmap-xxxhdpi.png" height="100px" /></a> Narradir : Narrator App for <br/> _The Resistance: Avalon_ & _Secret Hitler_
<a href='https://play.google.com/store/apps/details?id=com.liweiyap.narradir'><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="70px"/></a>
<br/>
<img src="https://img.shields.io/badge/downloads-10k%2B-green?style=for-the-badge">&emsp;<img src="https://img.shields.io/badge/Android-7%2B-green?style=for-the-badge&logo=android">&emsp;<img src="https://img.shields.io/badge/release-v5.3-5a748c?style=for-the-badge">
<img src="https://img.shields.io/badge/downloads-10k%2B-green?style=for-the-badge">&emsp;<img src="https://img.shields.io/badge/Android-7%2B-green?style=for-the-badge&logo=android">&emsp;<img src="https://img.shields.io/badge/release-v5.4-5a748c?style=for-the-badge">

_Narradir_ [na-rey-deer] is designed to be used with the original _The Resistance: Avalon_ and _Secret Hitler_ board games. You will need at least one of these games, as well as an Android phone, in order to take advantage of this app.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.liweiyap.narradir"
minSdkVersion 24
targetSdkVersion 35
versionCode 17
versionName "5.3"
versionCode 18
versionName "5.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Narradir</string>
<string name="app_version">5.3</string>
<string name="app_name_and_version">Narradir Version 5.3</string>
<string name="app_version">5.4</string>
<string name="app_name_and_version">Narradir Version 5.4</string>

<string name="game_title_avalon">Avalon</string>
<string name="game_title_secrethitler">Secret Hitler</string>
Expand Down

0 comments on commit 2333cc4

Please sign in to comment.