Update build.gradle

pull/586/head
FongMi 1 year ago
parent 2d20d5c33e
commit 33eddc6cf1
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save