Skip to content

Commit

Permalink
Add Android 64 Bit support, require SDK 7.0.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Dec 1, 2017
1 parent 8c4e88d commit b846f83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ nbproject
/metadata.json
/ios/firebase.core-iphone-*.zip
/ios/metadata.json
/android/java-sources.txt
8 changes: 0 additions & 8 deletions android/java-sources.txt

This file was deleted.

8 changes: 4 additions & 4 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
apiversion: 3
architectures: armeabi-v7a x86
version: 2.0.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: titanium-firebase-core
author: Hans Knoechel
license: Apache 2
Expand All @@ -15,4 +15,4 @@ name: titanium-firebase-core
moduleid: firebase.core
guid: ab3474fc-9923-4cda-a651-0dfc2ba3ad4c
platform: android
minsdk: 6.0.0
minsdk: 7.0.0

0 comments on commit b846f83

Please sign in to comment.