From d555f91cae1ed1abc1cd7b61c2e3979f1070be2d Mon Sep 17 00:00:00 2001 From: Benojir Sultana <124562791+Benojir@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:24:02 +0530 Subject: [PATCH] Update build.gradle --- app/build.gradle | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5b6b705..6c10e80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,15 +5,14 @@ plugins { android { namespace 'com.fogplix.anime' - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "com.fogplix.anime" minSdk 27 - //noinspection OldTargetApi - targetSdk 34 - versionCode 54 - versionName "6.4" + targetSdk 35 + versionCode 55 + versionName "6.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -55,12 +54,12 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - implementation 'com.google.firebase:firebase-messaging:24.0.0' + implementation 'com.google.firebase:firebase-messaging:24.0.1' - implementation 'androidx.media3:media3-exoplayer:1.3.1' - implementation 'androidx.media3:media3-exoplayer-dash:1.3.1' - implementation 'androidx.media3:media3-exoplayer-hls:1.3.1' - implementation 'androidx.media3:media3-ui:1.3.1' + implementation 'androidx.media3:media3-exoplayer:1.4.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.4.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.4.1' + implementation 'androidx.media3:media3-ui:1.4.1' implementation 'com.android.volley:volley:1.2.1' implementation "com.github.bumptech.glide:glide:4.16.0"