|
|
|
|
@ -16,8 +16,8 @@ android { |
|
|
|
|
applicationId "com.fongmi.android.tv" |
|
|
|
|
minSdk libs.versions.minSdk.get().toInteger() |
|
|
|
|
targetSdk libs.versions.targetSdk.get().toInteger() |
|
|
|
|
versionCode 546 |
|
|
|
|
versionName "5.4.6" |
|
|
|
|
versionCode 547 |
|
|
|
|
versionName "5.4.7" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|
@ -129,6 +129,7 @@ dependencies { |
|
|
|
|
implementation libs.textdrawable |
|
|
|
|
leanbackImplementation libs.leanback |
|
|
|
|
leanbackImplementation libs.androidautosize |
|
|
|
|
mobileImplementation libs.palette |
|
|
|
|
mobileImplementation libs.biometric |
|
|
|
|
mobileImplementation libs.zxing.android.embedded |
|
|
|
|
annotationProcessor libs.room.compiler |
|
|
|
|
|