New version

This commit is contained in:
John Lyon-Smith
2018-05-15 15:53:33 -07:00
parent 5c135dd7ea
commit 07f74fbf7d
7 changed files with 9 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ android {
applicationId "com.deightonar"
minSdkVersion 24
targetSdkVersion 27
versionCode 1
versionCode 2
versionName "1.0.0"
ndk {
abiFilters "armeabi-v7a", "x86"

View File

@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.deightonar"
android:versionCode="1"
android:versionCode="2"
android:versionName="1.0.0">
<uses-permission android:name="android.permission.INTERNET" />

View File

@@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20180514.2</string>
<string>20180515.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

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