Update build.gradle

pull/586/head
FongMi 2 years ago
parent 542a31f4d9
commit f5b52acfd5
  1. 4
      app/build.gradle

@ -13,8 +13,8 @@ android {
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 237
versionName "0610v2"
versionCode 238
versionName "2.3.8"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]

Loading…
Cancel
Save