Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed073731b9 |
@@ -101,8 +101,8 @@ android {
|
||||
applicationId "com.deightonar"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 27
|
||||
versionCode 15
|
||||
versionName "1.4.2"
|
||||
versionCode 16
|
||||
versionName "1.4.3"
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.deightonar"
|
||||
android:versionCode="15"
|
||||
android:versionName="1.4.2">
|
||||
android:versionCode="16"
|
||||
android:versionName="1.4.3">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.2</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>20180628.0</string>
|
||||
<string>20180708.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const versionInfo = {
|
||||
version: '1.4.2',
|
||||
fullVersion: '1.4.2-20180628.0',
|
||||
version: '1.4.3',
|
||||
fullVersion: '1.4.3-20180708.0',
|
||||
title: 'Deighton AR System',
|
||||
copyright: '© 2018, Kingston Software Solutions.',
|
||||
supportEmail: 'support@kss.us.com',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "deighton-ar",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"description": "Deighton AR Training System",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const versionInfo = {
|
||||
version: '1.4.2',
|
||||
fullVersion: '1.4.2-20180628.0',
|
||||
version: '1.4.3',
|
||||
fullVersion: '1.4.3-20180708.0',
|
||||
title: 'Deighton AR System',
|
||||
copyright: '© 2018, Kingston Software Solutions.',
|
||||
supportEmail: 'support@kss.us.com',
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
tags: {
|
||||
major: 1,
|
||||
minor: 4,
|
||||
patch: 2,
|
||||
build: 20180628,
|
||||
patch: 3,
|
||||
build: 20180708,
|
||||
revision: 0,
|
||||
sequence: 15,
|
||||
sequence: 16,
|
||||
tz: "America/Los_Angeles",
|
||||
title: "Deighton AR System",
|
||||
copyright: "© 2018, Kingston Software Solutions.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const versionInfo = {
|
||||
version: '1.4.2',
|
||||
fullVersion: '1.4.2-20180628.0',
|
||||
version: '1.4.3',
|
||||
fullVersion: '1.4.3-20180708.0',
|
||||
title: 'Deighton AR System',
|
||||
copyright: '© 2018, Kingston Software Solutions.',
|
||||
supportEmail: 'support@kss.us.com',
|
||||
|
||||
Reference in New Issue
Block a user