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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Add the following activity to your `tiapp.xml` file, in the Android manifest part:

```xml
<activity android:name="ti.deeply.DeepLinkHandlerActivity" android:noHistory="true" android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay" launchMode="singleTask">
<activity android:name="ti.deeply.DeepLinkHandlerActivity" android:noHistory="true" android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
Expand Down Expand Up @@ -63,4 +63,4 @@ Until Titanium 7.3.0, the tag `android:launchMode` was automatically removed at

## License

MIT
MIT
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

dependencies {
// Add the module's library dependencies here.
// See: https://developer.android.com/studio/build/dependencies
}
Binary file removed android/libs/arm64-v8a/libti.deeply.so
Binary file not shown.
Binary file removed android/libs/armeabi-v7a/libti.deeply.so
Binary file not shown.
Binary file removed android/libs/x86/libti.deeply.so
Binary file not shown.
6 changes: 3 additions & 3 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: 1.1.0
version: 4.0.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: Ti.Deeply
author: Andrea Jonus
license: MIT
Expand All @@ -15,4 +15,4 @@ name: Ti.Deeply
moduleid: ti.deeply
guid: 7b8608cb-4877-4490-9c93-b6273a76059d
platform: android
minsdk: 7.1.0
minsdk: 12.7.0