Skip to content

Commit

Permalink
First build for Ti SDK 6.1.2.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
appinlet committed Sep 10, 2017
1 parent ce9dba4 commit 9916631
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>liferay-android-beacons</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>com.appcelerator.titanium.mobile.module.nature</nature>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>
8 changes: 4 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
#

# Path to the Titanium Mobile SDK to use for building
titanium.platform=/Users/jhf/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android
titanium.platform=/Users/RBAtkins0n/Library/Application Support/Titanium/mobilesdk/osx/6.1.2.GA/android

# Path to lowest android SDK platform directory you wish to support
android.platform=/Users/jhf/androidsdk/platforms/android-10
android.platform=/Users/RBAtkins0n/Library/android-sdk-macosx/platforms/android-23

# Path to the android NDK
android.ndk=/Users/jhf/androidndk
android.ndk=/Users/RBAtkins0n/Library/android-ndk-r12b

# Path to the google APIs (optional, I think)
google.apis=/Users/jhf/androidsdk/add-ons/addon-google_apis-google-10
google.apis=
Binary file removed dist/com.liferay.beacons-android-0.2.zip
Binary file not shown.
Binary file removed dist/com.liferay.beacons-android-0.4.zip
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# limitations under the License.
#

version: 0.4
apiversion: 2
architectures: armeabi armeabi-v7a x86
version: 1.4
apiversion: 3
architectures: armeabi-v7a x86
description: Enables Titanium apps supporting android to interact with iBeacons
author: James Falkner
license: Apache Software License 2.0
Expand All @@ -29,4 +29,4 @@ name: liferay.beacons
moduleid: com.liferay.beacons
guid: 57bcb713-b5cd-4bb1-95d5-9141b6074802
platform: android
minsdk: 3.2.2.GA
minsdk: 6.1.2.GA

0 comments on commit 9916631

Please sign in to comment.