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

Android 13, Titanium 12 update #27

Open
wants to merge 7 commits 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
10 changes: 10 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}


dependencies {
implementation 'com.github.bumptech.glide:glide:4.16.0'
}
Binary file added android/dist/ti.imagepicker-android-4.0.1.zip
Binary file not shown.
Binary file removed android/lib/annotations-4.9.0.jar
Binary file not shown.
Binary file removed android/lib/disklrucache-4.9.0.jar
Binary file not shown.
Binary file removed android/lib/gifdecoder-4.9.0.aar
Binary file not shown.
Binary file removed android/lib/glide-4.7.0.jar
Binary file not shown.
Binary file removed android/lib/glide-4.9.0.aar
Binary file not shown.
Binary file removed android/libs/arm64-v8a/libti.imagepicker.so
Binary file not shown.
Binary file removed android/libs/armeabi-v7a/libti.imagepicker.so
Binary file not shown.
Binary file removed android/libs/x86/libti.imagepicker.so
Binary file not shown.
10 changes: 7 additions & 3 deletions android/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 3.0.1
#
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 4.0.1
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: Titanium Multi-Imagepicker module lets you select multiple images from its inbuilt gallery with lots of customization options
author: Prashant Saini
license: Apache 2.0
Expand All @@ -11,4 +15,4 @@ name: imagepicker
moduleid: ti.imagepicker
guid: 0e233245-8692-4e70-bcec-00f3f1bb9014
platform: android
minsdk: 7.0.0
minsdk: 12.0.0
82 changes: 0 additions & 82 deletions android/src/in/prashant/imagepicker/Blobby.java

This file was deleted.

161 changes: 0 additions & 161 deletions android/src/in/prashant/imagepicker/Defaults.java

This file was deleted.

68 changes: 0 additions & 68 deletions android/src/in/prashant/imagepicker/GalleryResultHandler.java

This file was deleted.

15 changes: 0 additions & 15 deletions android/src/in/prashant/imagepicker/ImageAdapaterArray.java

This file was deleted.

Loading