Update build.gradle

release
FongMi 2 years ago
parent 2632b33e0e
commit 1ed8fc4695
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save