Release Boxcars v1.0.9 for Android
This commit is contained in:
parent
685e8e7b3e
commit
f8b1f0a6b8
4 changed files with 7 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
[](https://www.patreon.com/rocketnine)
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=com.rocket9labs.boxcars"><img width="121" height="36" alt="Google Play" border="0" src="https://rocket9labs.com/static/badge_google_36.png"></a>
|
||||
<a href="https://f-droid.org/packages/com.rocket9labs.boxcars/"><img width="121" height="36" alt="F-Droid" border="0" src="https://rocket9labs.com/static/badge_fdroid_36.png"></a>
|
||||
|
||||
This project builds [boxcars](https://code.rocket9labs.com/tslocum/boxcars) as a library
|
||||
and packages it into an Android application.
|
||||
|
@ -16,7 +17,7 @@ and packages it into an Android application.
|
|||
|
||||
## Download
|
||||
|
||||
Boxcars is available on [Google Play](https://play.google.com/store/apps/details?id=com.rocket9labs.boxcars).
|
||||
Boxcars is available via [Google Play](https://play.google.com/store/apps/details?id=com.rocket9labs.boxcars) and [F-Droid](https://f-droid.org/packages/com.rocket9labs.boxcars/).
|
||||
|
||||
## Support
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
project.ext {
|
||||
boxcarsVersion = "v1.0.8" // https://code.rocket9labs.com/tslocum/boxcars/tags
|
||||
boxcarsVersion = "v1.0.9" // https://code.rocket9labs.com/tslocum/boxcars/tags
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -17,8 +17,8 @@ android {
|
|||
applicationId "com.rocket9labs.boxcars"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 100080
|
||||
versionName "1.0.8"
|
||||
versionCode 100090
|
||||
versionName "1.0.9"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Boxcars is a client for playing backgamon via bgammon.org, a free and open source backgammon service.
|
||||
Boxcars is a client for playing backgammon via bgammon.org, a free and open source backgammon service.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Play backgamon online via bgammon.org
|
||||
Play backgammon online via bgammon.org
|
||||
|
|
Loading…
Reference in a new issue