|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
minSdk 21 |
|
|
|
minSdk 21 |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
targetSdk 28 |
|
|
|
targetSdk 28 |
|
|
|
versionCode 278 |
|
|
|
versionCode 279 |
|
|
|
versionName "2.7.8" |
|
|
|
versionName "2.7.9" |
|
|
|
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"] |
|
|
|
|