From a0f0e295ba2012e12846b71ade88afd5473b1aca Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Thu, 16 Oct 2025 01:52:29 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3fada763b..16a456edf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.fongmi.android.tv" minSdk 24 targetSdk 36 - versionCode 449 - versionName "4.4.9" + versionCode 450 + versionName "4.5.0" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]