Skip to content

Commit

Permalink
manually specifying versioncode because the way cordova generates it …
Browse files Browse the repository at this point in the history
…is kinda dumb
  • Loading branch information
orthecreedence committed Oct 2, 2018
1 parent d655e51 commit 7b809ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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="com.lyonbros.turtl" version="0.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="7000" id="com.lyonbros.turtl" version="0.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Turtl</name>
<description>
A privacy-focused note-taking application.
Expand Down

0 comments on commit 7b809ee

Please sign in to comment.