Skip to content

Commit

Permalink
Release: Nightly 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Aug 2, 2024
1 parent 3f13bb4 commit 1640e77
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 4 deletions.
252 changes: 252 additions & 0 deletions .idea/other.xml

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

7 changes: 6 additions & 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 532
versionName "5.3.4-Nightly"
versionName "5.3.5-Nightly"


// Automatic Build Version
Expand Down Expand Up @@ -55,6 +55,11 @@ dependencies {
implementation("androidx.webkit:webkit:1.10.0")

implementation 'com.google.android.gms:play-services-cronet:18.0.1'

// Cast:
implementation 'androidx.mediarouter:mediarouter:1.2.5'
implementation 'com.google.android.gms:play-services-cast-framework:21.5.0'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20"
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0"
}
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.3.4",
"version": "5.3.5",
"description": "AnimeTV for Desktop",
"main": "electron/src/animetv.js",
"scripts": {
Expand Down

0 comments on commit 1640e77

Please sign in to comment.