File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 "name" : " branch-cordova-sdk" ,
33 "description" : " Branch Metrics Cordova SDK" ,
44 "main" : " src/branch.js" ,
5- "version" : " 2.6.22 " ,
5+ "version" : " 2.6.23 " ,
66 "homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
2424<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2525 xmlns : android =" http://schemas.android.com/apk/res/android"
2626 id =" branch-cordova-sdk"
27- version =" 2.6.22 " >
27+ version =" 2.6.23 " >
2828
2929 <!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
2424<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2525 xmlns : android =" http://schemas.android.com/apk/res/android"
2626 id =" branch-cordova-sdk"
27- version =" 2.6.22 " >
27+ version =" 2.6.23 " >
2828
2929 <!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030
Original file line number Diff line number Diff line change 204204 if ( preferences . androidBundleId !== null && ! / ^ [ a - z A - Z 0 - 9 . _ ] + $ / . test ( preferences . androidBundleId ) ) {
205205 throw new Error ( 'BRANCH SDK: Invalid "id" or "android-packageName" in <widget> in your config.xml. Docs https://goo.gl/GijGKP' )
206206 }
207- if ( preferences . androidPrefix !== null && ! / ^ [ / ] .[ a - z A - Z 0 - 9 ] { 3 } $ / . test ( preferences . androidPrefix ) ) {
207+ if ( preferences . androidPrefix !== null && ! / ^ [ / ] .[ a - z A - Z 0 - 9 ] { 3 , 4 } $ / . test ( preferences . androidPrefix ) ) {
208208 throw new Error ( 'BRANCH SDK: Invalid "android-prefix" in <branch-config> in your config.xml. Docs https://goo.gl/GijGKP' )
209209 }
210210 if ( ! ( preferences . androidTestMode === 'true' || preferences . androidTestMode === 'false' || preferences . androidTestMode === null ) ) {
You can’t perform that action at this time.
0 commit comments