fix(android): use the same version as main app

This commit is contained in:
Andelf
2021-12-23 00:47:26 +08:00
committed by Tienson Qin
parent d5921e3a33
commit a2de46f666

View File

@@ -7,7 +7,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11
versionName "0.5.1"
versionName "0.5.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.