Update build.gradle

pull/586/head
FongMi 12 months ago
parent d06653875e
commit 4ec4759a9e
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save