|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
minSdk 21 |
|
|
|
minSdk 21 |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
targetSdk 28 |
|
|
|
targetSdk 28 |
|
|
|
versionCode 286 |
|
|
|
versionCode 287 |
|
|
|
versionName "2.8.6" |
|
|
|
versionName "2.8.7" |
|
|
|
javaCompileOptions { |
|
|
|
javaCompileOptions { |
|
|
|
annotationProcessorOptions { |
|
|
|
annotationProcessorOptions { |
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|