Skip to content

Commit d199f8b

Browse files
authored
Update firebase to 10.24.0 (#11)
* Update firebase to 10.24.0 * Bump podspec version to 10.24.0
1 parent 40ceaed commit d199f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/Segmenkt.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Segmenkt'
3-
spec.version = '0.3.1'
3+
spec.version = '0.3.2'
44
spec.homepage = ''
55
spec.source = { :http=> ''}
66
spec.authors = ''

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ kotlin {
7676
}
7777
pod("Segment-Firebase") {
7878
source = git("https://github.com/MyUNiDAYS/analytics-ios-integration-firebase.git") {
79-
commit = "bf91e3934caaa761650e08ff219e75d1f9048346"
79+
commit = "a32e661f5871bd7d011890c046a24e0701e3dd34"
8080
}
8181
}
8282
}

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ signing.keyId=""
22
signing.password=""
33

44
MODULE_PACKAGE_NAME=com.myunidays
5-
MODULE_VERSION_NUMBER=0.3.1
5+
MODULE_VERSION_NUMBER=0.3.2
66
MODULE_NAME=segmenkt
77

88
OPEN_SOURCE_REPO=https://oss.sonatype.org/service/local/staging/deploy/maven2/

0 commit comments

Comments
 (0)