Skip to content

Commit

Permalink
Up publishVersionCode 305
Browse files Browse the repository at this point in the history
Signed-off-by: fgl27 <fglfgl27@gmail.com>
  • Loading branch information
fgl27 committed Feb 11, 2021
1 parent 53ad5b2 commit 1839cae
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 76 deletions.
5 changes: 5 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ 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.305 and Web Version February 11 2020
==============

* General improves and bug fixes

Apk Version 3.0.304 and Web Version February 10 2020
==============

Expand Down
2 changes: 1 addition & 1 deletion apk/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext.versions = [
gradlePlugin : '4.1.2',

publishVersion : '3.0.',
publishVersionCode : 304,
publishVersionCode : 305,

tray : '0.12.0',
leanback : '1.0.0',
Expand Down
20 changes: 10 additions & 10 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 304,//Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
ApkUrl: 'https://github.com/fgl27/SmartTwitchTV/releases/download/304/SmartTV_twitch_3_0_304.apk',
WebVersion: 'February 10 2020',
WebTag: 571,//Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
publishVersionCode: 305,//Always update (+1 to current value) Main_version_java after update publishVersionCode or a major update of the apk is released
ApkUrl: 'https://github.com/fgl27/SmartTwitchTV/releases/download/305/SmartTV_twitch_3_0_305.apk',
WebVersion: 'February 11 2020',
WebTag: 572,//Always update (+1 to current value) Main_version_web after update Main_minversion or a major update of the web part of the app
changelog: [
{
title: "Apk Version 3.0.305 and Web Version February 11 2020",
changes: [
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.304 and Web Version February 10 2020",
changes: [
Expand Down Expand Up @@ -55,12 +61,6 @@ var version = {
"As this feature was added on APK version 3.0.303 you need to be on that version or newer so all features can work",
"General improves and bug fixes"
]
},
{
title: "Apk Version 3.0.298 and Web Version January 30 2020",
changes: [
"General improves and bug fixes"
]
}
]
};
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1839cae

Please sign in to comment.