Update build.gradle

pull/586/head
FongMi 1 year ago
parent 47023df72b
commit 0560e4438f
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save