Skip to content

Commit 8336dad

Browse files
authored
Merge pull request #64 from hansemannn/androidUpdate
feat(android): update
2 parents b32b56a + 22a64fd commit 8336dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ repositories {
44

55
dependencies {
66
// get latest version from https://firebase.google.com/docs/android/learn-more#bom
7-
implementation 'com.google.firebase:firebase-core:19.0.0'
7+
implementation 'com.google.firebase:firebase-core:21.1.1'
88
}

android/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 6.1.2
5+
version: 6.1.3
66
apiversion: 4
77
architectures: arm64-v8a armeabi-v7a x86 x86_64
88
description: titanium-firebase-core

0 commit comments

Comments
 (0)