diff --git a/.gitignore b/.gitignore index 1d67cd2..0375199 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,5 @@ android/clean android/ant_clean android/.classpath android/.settings -android/dist/ android/launch-* android/java-sources.txt \ No newline at end of file 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/dist/ti.deeply-android-2.0.0.zip b/android/dist/ti.deeply-android-2.0.0.zip new file mode 100644 index 0000000..24e44ce Binary files /dev/null and b/android/dist/ti.deeply-android-2.0.0.zip differ 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..dfba91d 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: 2.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: 9.0.0