Update gradle

release
jhengazuki 8 months ago
parent 381f3e8ed0
commit 47f9af10d5
  1. 4
      app/build.gradle
  2. 4
      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"]

@ -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
}

Loading…
Cancel
Save