Skip to content

Commit

Permalink
Fix problems with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Aug 2, 2017
1 parent 2120457 commit 447d2a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="62" id="com.albahra.sprinklers" version="1.7.0" versionCode="63" 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="64" id="com.albahra.sprinklers" version="1.7.0" versionCode="64" 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>OpenSprinkler</name>
<description>
Designed to allow intuitive control of the OpenSprinkler irrigation controller.
Expand Down Expand Up @@ -83,8 +83,11 @@
<config-file overwrite="false" parent="NSLocationWhenInUseUsageDescription" platform="ios">
<string>Your current location will be used to configure OpenSprinkler.</string>
</config-file>
<config-file overwrite="false" parent="NSPhotoLibraryUsageDescription" platform="ios">
<string>Your photo library is used to provide an image for your stations.</string>
</config-file>
<config-file parent="CFBundleShortVersionString" platform="ios">
<string>164</string>
<string>165</string>
</config-file>
<config-file mode="merge" parent="/manifest" platform="android">
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="22" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"phonegap": {
"id": "1371093"
},
"version": "1.6.0",
"version": "1.7.0",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 447d2a7

Please sign in to comment.