Move the update stuff to its own page
This commit is contained in:
parent
fcf5348f96
commit
4504708df8
6 changed files with 106 additions and 41 deletions
|
@ -5,7 +5,7 @@ import 'package:dio/dio.dart';
|
|||
class TTConsts {
|
||||
static const UPDATE_URL =
|
||||
"https://git.zontreck.com/AriasCreations/TimeTracker/raw/branch/main/latest-releases.json";
|
||||
static const VERSION = "1.0.0-dev.3";
|
||||
static const VERSION = "1.0.0-dev.4";
|
||||
static bool UPDATE_AVAILABLE = false;
|
||||
static UpdateChannel UPDATE_CHANNEL = UpdateChannel.alpha;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue