Update build.gradle

pull/586/head
FongMi 2 years ago
parent 74e7ac77cb
commit 23ccc11a43
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save