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:
Eric House 2017-09-19 07:46:17 -07:00
parent dc29321b28
commit a328221b63
2 changed files with 3 additions and 3 deletions

View file

@ -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')

View file

@ -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>