Skip to content

Commit

Permalink
Release: Nightly 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Jul 2, 2024
1 parent ab41e30 commit 7782e4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 22
targetSdk 34
versionCode 524
versionName "5.2.5-Nightly"
versionName "5.2.6-Nightly"


// Automatic Build Version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
public final AnimeApi aApi;
public String playerInjectString;
public boolean webViewReady=false;
public static boolean USE_WEB_VIEW_ASSETS=true;
public static boolean USE_WEB_VIEW_ASSETS=false;

public AudioManager audioManager;

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animetv",
"version": "5.2.5",
"version": "5.2.6",
"description": "AnimeTV for Desktop",
"main": "electron/src/animetv.js",
"scripts": {
Expand Down

0 comments on commit 7782e4c

Please sign in to comment.