Skip to content

Commit

Permalink
Update for Titanium 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pablog178 committed Feb 7, 2018
1 parent a040266 commit cff6c25
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
9 changes: 9 additions & 0 deletions android/assets/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Place your assets like PNG files in this directory and they will be packaged
with your module.

All JavaScript files in the assets directory are IGNORED except if you create a
file named "com.propelics.pdfcreator.js" in this directory in which case it will be
wrapped by native code, compiled, and used as your module. This allows you to
run pure JavaScript modules that are pre-compiled.

Note: Mobile Web does not support this assets directory.
8 changes: 4 additions & 4 deletions android/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
titanium.platform=/Users/pablog178/Library/Application Support/Titanium/mobilesdk/osx/6.1.0.v20170115172707/android
android.platform=/Users/pablog178/Library/android-sdk-macosx/platforms/android-24
google.apis=/Users/pablog178/Library/android-sdk-macosx/add-ons/addon-google_apis-google-11
android.ndk=/Users/pablog178/Library/android-sdk-macosx/android-ndk-r13b
titanium.platform= /Users/pablog178/Library/Application\ Support/Titanium/mobilesdk/osx/7.0.1.GA/android
android.platform=/Users/pablog178/Library/Android/sdk/platforms/android-26
google.apis=/Users/pablog178/Library/Android/sdk/add-ons/addon-google_apis-google-24
android.ndk=/Users/pablog178/Library/Android/sdk/ndk-bundle
Binary file not shown.
Binary file modified android/dist/pdfcreator.jar
Binary file not shown.
8 changes: 7 additions & 1 deletion android/java-sources.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
"/Users/pablog178/Dev/android_pdf_creator/android/src/com/propelics/pdfcreator/PdfcreatorModule.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/java/com/propelics/pdfcreator/PDFCreatorBootstrap.java"
"/Users/pablog178/Dev/android_pdf_creator/android/src/com/propelics/pdfcreator/PdfcreatorModule.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/compat/R.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/design/R.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/v7/appcompat/R.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/v7/cardview/R.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/com/propelics/pdfcreator/R.java"
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/ti/modules/titanium/ui/R.java"
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.0.0
apiversion: 3
architectures: armeabi-v7a x86
version: 4.0.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: PDFCreator
author: Propelics
license: Specify your license
Expand All @@ -15,4 +15,4 @@ name: PDFCreator
moduleid: com.propelics.pdfcreator
guid: ec2bf554-7c08-4429-a353-b46ea402c7e9
platform: android
minsdk: 6.0.0.GA
minsdk: 7.0.0

0 comments on commit cff6c25

Please sign in to comment.