This commit is contained in:
Mygod
2023-05-25 22:51:17 -04:00
parent 591ef703ea
commit 5cc5c5de12

View File

@@ -28,8 +28,8 @@ android {
minSdk = 28 minSdk = 28
targetSdk = 33 targetSdk = 33
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW")) resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
versionCode = 1003 versionCode = 1004
versionName = "2.16.3" versionName = "2.16.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply { javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true") put("room.expandProjection", "true")