Skip to content

Commit

Permalink
Up version and dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Sep 12, 2023
1 parent a75bf28 commit 6203137
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apk/Changelog.md
Original file line number Diff line number Diff line change
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.

Web Version September 11 2023 and Apk Version 3.0.349
Web Version September 11 2023 and Apk Version 3.0.349 and 3.0.350
==============

* Add new user logging method that allows you to fully use yours privileged in the app
Expand Down
Binary file modified apk/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion apk/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion apk/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
8 changes: 4 additions & 4 deletions apk/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ ext.versions = [
gradlePlugin : '7.4.0',//update gradlew -> ./gradlew wrapper

publishVersion : '3.0.',
publishVersionCode : 349,
publishVersionCode : 350,

tray : '0.12.0',
leanback : '1.0.0',
tvprovider : '1.0.0',
benmanes : '0.47.0',
benmanes : '0.48.0',
googlegson : '2.10.1',
webkit : '1.7.0',

//Crashlytics
firebase_bom : '32.2.0',
firebase_crashlytics_gradle: '2.9.7',
firebase_bom : '32.2.3',
firebase_crashlytics_gradle: '2.9.9',
google_services : '4.3.15',
]
6 changes: 3 additions & 3 deletions app/general/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
//Spacing for release maker not trow errors from jshint
var version = {
VersionBase: '3.0',
publishVersionCode: 349, //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/349/SmartTV_twitch_3_0_349.apk',
publishVersionCode: 350, //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/350/SmartTV_twitch_3_0_350.apk',
WebVersion: 'September 11 2023',
WebTag: 671, //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: 'Web Version September 11 2023 and Apk Version 3.0.349',
title: 'Web Version September 11 2023 and Apk Version 3.0.349 and 3.0.350',
changes: [
'Add new user logging method that allows you to fully use yours privileged in the app',
'Note: after opening this update there will be no user, after adding a user history and blocked configuration will be restored',
Expand Down

0 comments on commit 6203137

Please sign in to comment.