Skip to content

Commit

Permalink
Release: v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Dec 28, 2024
1 parent 40003b1 commit 2a07ff2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.amarullz.androidtv.animetvjmto"
minSdk 22
targetSdk 34
versionCode 540
versionName "5.5.5-Nightly"
versionCode 560
versionName "5.6.0"


// Automatic Build Version
Expand Down Expand Up @@ -51,15 +51,13 @@ dependencies {

implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation('com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0')

implementation("androidx.webkit:webkit:1.10.0")

implementation 'com.google.android.gms:play-services-cronet:18.0.1'
implementation("androidx.webkit:webkit:1.12.1")
implementation 'com.google.android.gms:play-services-cronet:18.1.0'

// Cast:
implementation 'androidx.mediarouter:mediarouter:1.2.5'
// 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.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"
}

0 comments on commit 2a07ff2

Please sign in to comment.