Skip to content

Commit

Permalink
Merge pull request #313 from vechain/dev
Browse files Browse the repository at this point in the history
cordova: specify android versionCode=MAJOR*100000+MINOR*1000+PATCH*10…
  • Loading branch information
libotony authored Jun 30, 2023
2 parents b45e507 + 85105fa commit 93adfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.vechain.sync2" ios-CFBundleIdentifier="org.vechain.sync2app" ios-CFBundleVersion="5" version="2.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="200080" id="org.vechain.sync2" ios-CFBundleIdentifier="org.vechain.sync2app" ios-CFBundleVersion="5" version="2.0.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Sync2</name>
<description>VeChain Sync2</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">

0 comments on commit 93adfb1

Please sign in to comment.