mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 VERSION_CODE_BASE = 123
|
||||
def VERSION_NAME = '4.4.127'
|
||||
def VERSION_CODE_BASE = 124
|
||||
def VERSION_NAME = '4.4.128'
|
||||
def FABRIC_API_KEY = System.getenv("FABRIC_API_KEY")
|
||||
|
||||
boolean forFDroid = hasProperty('forFDroid')
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue