Skip to content

Commit

Permalink
Update firebase to 10.24.0 (#11)
Browse files Browse the repository at this point in the history
* Update firebase to 10.24.0

* Bump podspec version to 10.24.0
  • Loading branch information
jacao authored Apr 18, 2024
1 parent 40ceaed commit d199f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/Segmenkt.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Segmenkt'
spec.version = '0.3.1'
spec.version = '0.3.2'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ kotlin {
}
pod("Segment-Firebase") {
source = git("https://github.com/MyUNiDAYS/analytics-ios-integration-firebase.git") {
commit = "bf91e3934caaa761650e08ff219e75d1f9048346"
commit = "a32e661f5871bd7d011890c046a24e0701e3dd34"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ signing.keyId=""
signing.password=""

MODULE_PACKAGE_NAME=com.myunidays
MODULE_VERSION_NUMBER=0.3.1
MODULE_VERSION_NUMBER=0.3.2
MODULE_NAME=segmenkt

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

0 comments on commit d199f8b

Please sign in to comment.