Update build.gradle

release
FongMi 2 years ago
parent f83fea7ce4
commit 4fa2e1df9e
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save