diff --git a/android/build.gradle b/android/build.gradle index 929fdca..04d0192 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,5 +2,5 @@ // the web UI owns browsing/auth/details/guide/settings, while video and live playback // stay native through Media3/ExoPlayer on Android TV.) plugins { - id 'com.android.application' version '9.2.1' apply false + id 'com.android.application' version '9.3.1' apply false }