Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ tmp
bin
build
libs
dist
*.zip
# dist
# *.zip

.classpath

xcuserdata
build.properties
# build.properties

Thumbs.db
.DS_Store
Expand Down
29 changes: 29 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>titanium-google-analytics</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.appcelerator.titanium.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.appcelerator.titanium.mobile.module.nature</nature>
<nature>com.aptana.projects.webnature</nature>
</natures>
</projectDescription>
9 changes: 9 additions & 0 deletions android/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
titanium.sdk=/Users/Ant/Library/Application\ Support/Titanium/
titanium.os=osx
titanium.version=6.0.1.GA
android.sdk=/Users/Ant/Library/Android/sdk
android.ndk=/Users/ant/Developer/tools/android-ndk-r11c
titanium.platform=${titanium.sdk}/mobilesdk/${titanium.os}/${titanium.version}/android
android.platform=${android.sdk}/platforms/android-23
# google.apis=${android.sdk}/add-ons/addon_google_apis_google_inc_8
google.apis=${android.sdk}/add-ons/addon-google_apis-google-23
Binary file added android/dist/analytics.google-android-4.0.0.zip
Binary file not shown.
Binary file added android/dist/analytics.google.jar
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.1.0
apiversion: 2
architectures: armeabi armeabi-v7a x86
version: 4.0.0
apiversion: 3
architectures: armeabi-v7a x86
description: Google Analytics for Titanium Appcelerator
author: Matt Tuttle
license: MIT
Expand All @@ -16,4 +16,4 @@ name: analytics.google
moduleid: analytics.google
guid: 6bdae9d9-4154-4d21-aacf-c0f95b193dae
platform: android
minsdk: 3.4.2
minsdk: 6.0.0
2 changes: 1 addition & 1 deletion android/platform/android/res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="google_play_services_version">6171000</integer>
<integer name="google_play_services_version">8487000</integer>
</resources>
9 changes: 0 additions & 9 deletions assets/README

This file was deleted.

Binary file not shown.