Update build.gradle

pull/183/head
FongMi 2 years ago
parent 8b6980b337
commit fb13f50505
  1. 6
      app/build.gradle

@ -10,6 +10,8 @@ android {
applicationId "com.fongmi.android.tv"
minSdk 21
targetSdk 28
versionCode 207
versionName "20231116#2"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
@ -20,13 +22,9 @@ android {
productFlavors {
leanback {
dimension "mode"
versionCode 207
versionName "20231116#2"
}
mobile {
dimension "mode"
versionCode 207
versionName "20231116#2"
}
java {
dimension "api"

Loading…
Cancel
Save