From f301a0b6321a790472037ef20fddbde5e7565a86 Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 31 Dec 2025 14:47:42 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f2a7c7ee3..bc791fed5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { minSdk 24 //noinspection ExpiredTargetSdkVersion targetSdk 28 - versionCode 504 - versionName "5.0.4" + versionCode 505 + versionName "5.0.5" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] @@ -121,7 +121,7 @@ dependencies { implementation 'org.greenrobot:eventbus:3.3.1' implementation 'org.nanohttpd:nanohttpd:2.3.1' implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } - implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29' + implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.30' leanbackImplementation 'androidx.leanback:leanback:1.2.0' leanbackImplementation 'com.github.JessYanCoding:AndroidAutoSize:1.2.1' mobileImplementation 'androidx.biometric:biometric:1.1.0'