Skip to content

Commit

Permalink
Up master files
Browse files Browse the repository at this point in the history
Signed-off-by: fgl27 <fglfgl27@gmail.com>
  • Loading branch information
fgl27 committed Jun 27, 2020
1 parent d3c3287 commit 7c7e84d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions apk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ 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

Apk Version 3.0.209 - June 27 2020
==============

* Update ExoPlayer to latest version
* General performance improves and bug fixes

Web Version June 26 2020
==============

Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/master.js

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions release/githubio/js/master_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -2209,9 +2209,6 @@
}, {
"unicode": "✒️",
"tags": "pen"
}, {
"unicode": "🖋️",
"tags": "pen2"
}, {
"unicode": "📝",
"tags": "note-pencil"
Expand Down Expand Up @@ -7934,8 +7931,8 @@
var Main_DataAttribute = 'data-array';

var Main_stringVersion = '3.0';
var Main_stringVersion_Min = '.208';
var Main_version_java = 2; //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 = '.209';
var Main_version_java = 3; //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 = 'June 26, 2020';
var Main_version_web = 7; //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;
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/version/javaversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3

0 comments on commit 7c7e84d

Please sign in to comment.