From 012b5a9e811bb6b6c061d63e4a06cfc586a324ad Mon Sep 17 00:00:00 2001 From: FongMi Date: Sat, 1 Jun 2024 13:09:33 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9f9333f70..af537fc38 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,6 @@ dependencies { implementation project(':media-lib-exoplayer-smoothstreaming') implementation project(':media-lib-ui') implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0' implementation 'androidx.media:media:1.7.0' implementation 'androidx.room:room-runtime:2.6.1' implementation 'cat.ereza:customactivityoncrash:2.4.0'