|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
minSdk 21 |
|
|
|
minSdk 21 |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
targetSdk 28 |
|
|
|
targetSdk 28 |
|
|
|
versionCode 314 |
|
|
|
versionCode 315 |
|
|
|
versionName "3.1.4" |
|
|
|
versionName "3.1.5" |
|
|
|
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"] |
|
|
|
|