Update build.gradle

release
FongMi 2 years ago
parent f6f7b438c0
commit 213ece64fe
  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