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 }