diff --git a/README.md b/README.md index e34c06a..5b8e0da 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following activity to your `tiapp.xml` file, in the Android manifest part: ```xml - + @@ -63,4 +63,4 @@ Until Titanium 7.3.0, the tag `android:launchMode` was automatically removed at ## License -MIT \ No newline at end of file +MIT diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000..f79dfc4 --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,5 @@ + +dependencies { + // Add the module's library dependencies here. + // See: https://developer.android.com/studio/build/dependencies +} diff --git a/android/libs/arm64-v8a/libti.deeply.so b/android/libs/arm64-v8a/libti.deeply.so deleted file mode 100644 index b8a8f10..0000000 Binary files a/android/libs/arm64-v8a/libti.deeply.so and /dev/null differ diff --git a/android/libs/armeabi-v7a/libti.deeply.so b/android/libs/armeabi-v7a/libti.deeply.so deleted file mode 100644 index b7f67ac..0000000 Binary files a/android/libs/armeabi-v7a/libti.deeply.so and /dev/null differ diff --git a/android/libs/x86/libti.deeply.so b/android/libs/x86/libti.deeply.so deleted file mode 100644 index b525b46..0000000 Binary files a/android/libs/x86/libti.deeply.so and /dev/null differ diff --git a/android/manifest b/android/manifest index bb4ed6e..3138c01 100644 --- a/android/manifest +++ b/android/manifest @@ -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 @@ -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