Skip to content

Commit

Permalink
Up main files
Browse files Browse the repository at this point in the history
Signed-off-by: fgl27 <fglfgl27@gmail.com>
  • Loading branch information
fgl27 committed Oct 28, 2020
1 parent 37afc66 commit 44338b8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apk/Changelog.md
Expand Up @@ -9,7 +9,7 @@ The App is divided in two part, **Apk** and **Web** you can check it version in

The app has a building update check function, so whenever there is a update a red text will show up bellow the main pages clock, also a short warning will pop on the screen let you know if is a **Apk** or **Web** update.

Apk Version 3.0.271 - Web Version October 28 2020
Apk Version 3.0.272 - Web Version October 28 2020
==============

* General performance improves and bug fixes
Expand Down
2 changes: 1 addition & 1 deletion apk/versions.gradle
Expand Up @@ -6,7 +6,7 @@ ext.versions = [
gradlePlugin : '4.1.0',

publishVersion : '3.0.',
publishVersionCode : 271,
publishVersionCode : 272,

tray : '0.12.0',
leanback : '1.0.0',
Expand Down
8 changes: 4 additions & 4 deletions app/specific/Main.js
Expand Up @@ -24,10 +24,10 @@ var Main_isTV;
var Main_isDebug = false;

var Main_stringVersion = '3.0';
var Main_stringVersion_Min = '.271';
var Main_version_java = 271;//Always update (+1 to current value) Main_version_java after update Main_stringVersion_Min or a major update of the apk is released
var Main_stringVersion_Min = '.272';
var Main_version_java = 272;//Always update (+1 to current value) Main_version_java after update Main_stringVersion_Min or a major update of the apk is released
var Main_minversion = 'October 28 2020';
var Main_version_web = 513;//Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
var Main_version_web = 514;//Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
var Main_versionTag = Main_stringVersion + Main_stringVersion_Min + '-' + Main_minversion;

var Main_cursorYAddFocus = -1;
Expand Down Expand Up @@ -617,7 +617,7 @@ function Main_Changelog() {

var changelogObj = [
{
title: "Apk Version 3.0.271 - Web Version October 28 2020",
title: "Apk Version 3.0.272 - Web Version October 28 2020",
changes: [
"General performance improves and bug fixes",
]
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions release/githubio/js/main_uncompressed.js
Expand Up @@ -6999,10 +6999,10 @@
var Main_isDebug = false;

var Main_stringVersion = '3.0';
var Main_stringVersion_Min = '.271';
var Main_version_java = 271; //Always update (+1 to current value) Main_version_java after update Main_stringVersion_Min or a major update of the apk is released
var Main_stringVersion_Min = '.272';
var Main_version_java = 272; //Always update (+1 to current value) Main_version_java after update Main_stringVersion_Min or a major update of the apk is released
var Main_minversion = 'October 28 2020';
var Main_version_web = 513; //Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
var Main_version_web = 514; //Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
var Main_versionTag = Main_stringVersion + Main_stringVersion_Min + '-' + Main_minversion;

var Main_cursorYAddFocus = -1;
Expand Down Expand Up @@ -7592,7 +7592,7 @@
STR_DIV_LINK + STR_ABOUT_CHANGELOG + '</div><br><br>';

var changelogObj = [{
title: "Apk Version 3.0.271 - Web Version October 28 2020",
title: "Apk Version 3.0.272 - Web Version October 28 2020",
changes: [
"General performance improves and bug fixes",
]
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/version/javaversion
@@ -1 +1 @@
271
272
2 changes: 1 addition & 1 deletion release/githubio/version/webversion
@@ -1 +1 @@
513
514

0 comments on commit 44338b8

Please sign in to comment.