Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade to androidx, support for Ti SDK 9.0.0+ and Gradle-8 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ android/clean
android/ant_clean
android/.classpath
android/.settings
android/dist/
android/launch-*
android/java-sources.txt
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 added android/dist/ti.deeply-android-2.0.0.zip
Binary file not shown.
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: 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
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: 9.0.0