Skip to content

Commit cff6c25

Browse files
committed
Update for Titanium 7.x
1 parent a040266 commit cff6c25

6 files changed

Lines changed: 24 additions & 9 deletions

File tree

android/assets/README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Place your assets like PNG files in this directory and they will be packaged
2+
with your module.
3+
4+
All JavaScript files in the assets directory are IGNORED except if you create a
5+
file named "com.propelics.pdfcreator.js" in this directory in which case it will be
6+
wrapped by native code, compiled, and used as your module. This allows you to
7+
run pure JavaScript modules that are pre-compiled.
8+
9+
Note: Mobile Web does not support this assets directory.

android/build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
titanium.platform=/Users/pablog178/Library/Application Support/Titanium/mobilesdk/osx/6.1.0.v20170115172707/android
2-
android.platform=/Users/pablog178/Library/android-sdk-macosx/platforms/android-24
3-
google.apis=/Users/pablog178/Library/android-sdk-macosx/add-ons/addon-google_apis-google-11
4-
android.ndk=/Users/pablog178/Library/android-sdk-macosx/android-ndk-r13b
1+
titanium.platform= /Users/pablog178/Library/Application\ Support/Titanium/mobilesdk/osx/7.0.1.GA/android
2+
android.platform=/Users/pablog178/Library/Android/sdk/platforms/android-26
3+
google.apis=/Users/pablog178/Library/Android/sdk/add-ons/addon-google_apis-google-24
4+
android.ndk=/Users/pablog178/Library/Android/sdk/ndk-bundle

android/dist/com.propelics.pdfcreator-android-3.0.0.zip renamed to android/dist/com.propelics.pdfcreator-android-4.0.0.zip

2.61 MB
Binary file not shown.

android/dist/pdfcreator.jar

-810 Bytes
Binary file not shown.

android/java-sources.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
"/Users/pablog178/Dev/android_pdf_creator/android/src/com/propelics/pdfcreator/PdfcreatorModule.java"
12
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/java/com/propelics/pdfcreator/PDFCreatorBootstrap.java"
2-
"/Users/pablog178/Dev/android_pdf_creator/android/src/com/propelics/pdfcreator/PdfcreatorModule.java"
3+
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/compat/R.java"
4+
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/design/R.java"
5+
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/v7/appcompat/R.java"
6+
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/android/support/v7/cardview/R.java"
7+
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/com/propelics/pdfcreator/R.java"
8+
"/Users/pablog178/Dev/android_pdf_creator/android/build/generated/r/ti/modules/titanium/ui/R.java"

android/manifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 3.0.0
6-
apiversion: 3
7-
architectures: armeabi-v7a x86
5+
version: 4.0.0
6+
apiversion: 4
7+
architectures: arm64-v8a armeabi-v7a x86
88
description: PDFCreator
99
author: Propelics
1010
license: Specify your license
@@ -15,4 +15,4 @@ name: PDFCreator
1515
moduleid: com.propelics.pdfcreator
1616
guid: ec2bf554-7c08-4429-a353-b46ea402c7e9
1717
platform: android
18-
minsdk: 6.0.0.GA
18+
minsdk: 7.0.0

0 commit comments

Comments
 (0)