|
|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
|
minSdk 21 |
|
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
|
targetSdk 28 |
|
|
|
|
versionCode 302 |
|
|
|
|
versionName "3.0.2" |
|
|
|
|
versionCode 303 |
|
|
|
|
versionName "3.0.3" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|
@ -81,7 +81,6 @@ android { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
compileOptions { |
|
|
|
|
coreLibraryDesugaringEnabled true |
|
|
|
|
sourceCompatibility JavaVersion.VERSION_11 |
|
|
|
|
targetCompatibility JavaVersion.VERSION_11 |
|
|
|
|
} |
|
|
|
|
@ -127,5 +126,4 @@ dependencies { |
|
|
|
|
annotationProcessor 'androidx.room:room-compiler:2.6.1' |
|
|
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' |
|
|
|
|
annotationProcessor 'org.greenrobot:eventbus-annotation-processor:3.3.1' |
|
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.4' |
|
|
|
|
} |