This commit is contained in:
Olu Amey
2020-12-14 09:57:18 -05:00
parent 497f458984
commit d2ffaa197e
10 changed files with 91 additions and 18 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ android {
applicationId "com.mermsemr.providers"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1033
versionName "1.0.33"
versionCode 1034
versionName "1.0.34"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
+1 -1
View File
@@ -12,7 +12,7 @@ dependencies {
}
apply from: "../../node_modules/cordova-plugin-qrscanner/src/android/qrscanner.gradle"
if (hasProperty('postBuildExtras')) {
postBuildExtras()
+4
View File
@@ -19,5 +19,9 @@
<param name="onload" value="true"/>
</feature>
<feature name="QRScanner">
<param name="android-package" value="com.bitpay.cordova.qrscanner.QRScanner"/>
</feature>
</widget>