mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
up version codes for new release
I somehow screwed up the last release, but google got the apk so requires me to change the version number.
This commit is contained in:
parent
dc29321b28
commit
a328221b63
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
def INITIAL_CLIENT_VERS = 8
|
def INITIAL_CLIENT_VERS = 8
|
||||||
def VERSION_CODE_BASE = 123
|
def VERSION_CODE_BASE = 124
|
||||||
def VERSION_NAME = '4.4.127'
|
def VERSION_NAME = '4.4.128'
|
||||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||||
|
|
||||||
boolean forFDroid = hasProperty('forFDroid')
|
boolean forFDroid = hasProperty('forFDroid')
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>CrossWords 4.4.127 release</h2>
|
<h2>CrossWords 4.4.128 release</h2>
|
||||||
|
|
||||||
<p>Quick fix for a crash reported via the Play Store</p>
|
<p>Quick fix for a crash reported via the Play Store</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue