Skip to content

Commit

Permalink
Merge pull request #9 from MyUNiDAYS/update_segment_4-1-8_and_firebas…
Browse files Browse the repository at this point in the history
…e_10-21-0

Update dependencies. Segment v4.1.8. Firebase v10.21.0.
  • Loading branch information
jacao authored Mar 14, 2024
2 parents b3d6603 + 20e263b commit 01842bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.0'
spec.version = '0.3.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ kotlin {
}
pod("Analytics") {
moduleName = "Segment"
source = git("https://github.com/Reedyuk/analytics-ios.git") {
branch = "master"
source = git("https://github.com/MyUNiDAYS/analytics-ios.git") {
commit = "76e4d86780e56c566c0c99a05841b4a4c8905f72"
}
}
pod("Segment-Firebase") {
source = git("https://github.com/Reedyuk/analytics-ios-integration-firebase.git") {
branch = "kmm"
source = git("https://github.com/MyUNiDAYS/analytics-ios-integration-firebase.git") {
commit = "2c80e393f0d940515f34af17e7b5c0b07e30ba31"
}
}
}
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.2.0
MODULE_VERSION_NUMBER=0.3.0
MODULE_NAME=segmenkt

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

0 comments on commit 01842bf

Please sign in to comment.