From 47f9af10d51435fdee5f18287b0dbc87928fcefe Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Mon, 8 Sep 2025 13:49:57 +0800 Subject: [PATCH] Update gradle --- app/build.gradle | 4 ++-- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d9b1f4d7a..e484b628f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdk 24 //noinspection ExpiredTargetSdkVersion targetSdk 28 - versionCode 416 - versionName "4.1.6" + versionCode 417 + versionName "4.1.7" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] diff --git a/build.gradle b/build.gradle index 92b646473..97d5214d7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.12.2' apply false - id 'com.android.library' version '8.12.2' apply false + id 'com.android.application' version '8.13.0' apply false + id 'com.android.library' version '8.13.0' apply false id 'com.chaquo.python' version '16.1.0' apply false }