mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-30 16:51:42 +01:00
fix updater for PlayStore version
This commit is contained in:
parent
70a1493050
commit
3d96292c41
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public class UpdateService extends AsyncTask<String, Object, UpdateService.Wrapp
|
|||
String[] remoteV = null;
|
||||
String[] installedV = null;
|
||||
try {
|
||||
installedV = installedVersion.split(" ");
|
||||
installedV = installedVersion.split("[ |\\-]");
|
||||
Log.d(Config.LOGTAG, "AppUpdater: Version installed: " + installedV[0]);
|
||||
installed = installedV[0].split("\\.");
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue