Update build.gradle

pull/586/head
FongMi 2 years ago
parent bb13d6e142
commit cdfd667fc9
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save