Change package name and bump version to 2.0

Framework7
Skylar Ittner 6 years ago
parent 9ce6a31d18
commit dd772dba93

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.BusinessMobile.f7" version="1.7" 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 id="com.netsyms.apps.Mobile" version="2.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>Netsyms</name> <name>Netsyms</name>
<description> <description>
Securely use the Netsyms Apps from your phone or tablet. Securely use the Netsyms Apps from your phone or tablet.

@ -1,8 +1,8 @@
{ {
"name": "com.netsyms.BusinessMobile", "name": "com.netsyms.apps.Mobile",
"displayName": "Business for Mobile", "displayName": "Netsyms Apps for Mobile",
"version": "1.7.0", "version": "2.0.0",
"description": "Mobile client for the Netsyms Business Apps.", "description": "Securely use the Netsyms Apps from your phone or tablet.",
"main": "index.html", "main": "index.html",
"author": "Netsyms Technologies", "author": "Netsyms Technologies",
"license": "MPL-2.0", "license": "MPL-2.0",

@ -14,8 +14,8 @@ import android.provider.Settings;
import android.support.v4.app.NotificationCompat; import android.support.v4.app.NotificationCompat;
import android.util.Log; import android.util.Log;
import com.netsyms.BusinessMobile.f7.MainActivity; import com.netsyms.apps.Mobile.MainActivity;
import com.netsyms.BusinessMobile.f7.R; import com.netsyms.apps.Mobile.R;
import com.transistorsoft.tsbackgroundfetch.BackgroundFetch; import com.transistorsoft.tsbackgroundfetch.BackgroundFetch;
import org.json.JSONArray; import org.json.JSONArray;

Loading…
Cancel
Save