Version 1.1.2-20180529.0

This commit is contained in:
John Lyon-Smith
2018-05-29 07:55:59 -07:00
parent 9ec1e689eb
commit 323d047903
8 changed files with 16 additions and 16 deletions

View File

@@ -101,8 +101,8 @@ android {
applicationId "com.deightonar"
minSdkVersion 24
targetSdkVersion 27
versionCode 7
versionName "1.1.1"
versionCode 8
versionName "1.1.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.deightonar"
android:versionCode="7"
android:versionName="1.1.1">
android:versionCode="8"
android:versionName="1.1.2">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

View File

@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20180528.0</string>
<string>20180529.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

@@ -1,6 +1,6 @@
export const versionInfo = {
version: '1.1.1',
fullVersion: '1.1.1-20180528.0',
version: '1.1.2',
fullVersion: '1.1.2-20180529.0',
title: 'Deighton AR System',
copyright: '© 2018, Kingston Software Solutions.',
supportEmail: 'support@kss.us.com',