Update build.gradle

pull/586/head
FongMi 2 years ago
parent b8ec211b3e
commit 08220ed134
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save