Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

update for TiSDK 7, version bump to 1.0.0 #27

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
Binary file added android/dist/bencoding.blur-android-1.0.0.zip
Binary file not shown.
Binary file added android/libs/arm64-v8a/libbencoding.blur.so
Binary file not shown.
Binary file modified android/libs/armeabi-v7a/libbencoding.blur.so
Binary file not shown.
Binary file removed android/libs/armeabi/libbencoding.blur.so
Binary file not shown.
Binary file modified android/libs/x86/libbencoding.blur.so
Binary file not shown.
8 changes: 4 additions & 4 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 0.3.0
apiversion: 2
version: 1.0.0
apiversion: 4
description: BlurView implementation for Titanium
author: Benjamin Bahrenburg
license: Apache 2.0
Expand All @@ -15,5 +15,5 @@ name: blurview
moduleid: bencoding.blur
guid: 138fe2ab-9428-469b-b144-02ac8c2167e8
platform: android
architectures: armeabi armeabi-v7a x86
minsdk: 5.0.2.GA
architectures: arm64-v8a armeabi-v7a x86
minsdk: 7.0.0.GA