Update build.gradle

pull/586/head
FongMi 2 years ago
parent 969e5b0a51
commit 71137fd10c
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save