Update build.gradle

pull/586/head
FongMi 1 year ago
parent c74ba6112e
commit 7d241b46a0
  1. 4
      app/build.gradle

@ -13,8 +13,8 @@ android {
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 255
versionName "2.5.5"
versionCode 256
versionName "2.5.6"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]

Loading…
Cancel
Save