|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
minSdk 21 |
|
|
|
minSdk 21 |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
targetSdk 28 |
|
|
|
targetSdk 28 |
|
|
|
versionCode 399 |
|
|
|
versionCode 400 |
|
|
|
versionName "3.9.9" |
|
|
|
versionName "4.0.0" |
|
|
|
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"] |
|
|
|
|