Skip to content
Draft
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
8 changes: 6 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ repositories {
}

dependencies {
// get latest version from https://firebase.google.com/docs/android/learn-more#bom
implementation 'com.google.firebase:firebase-core:21.1.1'
// We use Firebase BoM to only manage one version that handles all dependencies internally.
// Grab the latest version from here https://firebase.google.com/docs/android/learn-more#bom
// and also make sure to update all other modules listed in https://github.com/hansemannn/titanium-firebase#features
implementation platform('com.google.firebase:firebase-bom:32.6.0')

implementation 'com.google.firebase:firebase-analytics'
}
4 changes: 2 additions & 2 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 6.1.3
version: 7.0.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: titanium-firebase-core
Expand All @@ -15,4 +15,4 @@ name: titanium-firebase-core
moduleid: firebase.core
guid: ab3474fc-9923-4cda-a651-0dfc2ba3ad4c
platform: android
minsdk: 9.0.0
minsdk: 11.0.0