Skip to content

Commit 01842bf

Browse files
authored
Merge pull request #9 from MyUNiDAYS/update_segment_4-1-8_and_firebase_10-21-0
Update dependencies. Segment v4.1.8. Firebase v10.21.0.
2 parents b3d6603 + 20e263b commit 01842bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.2.0'
3+
spec.version = '0.3.0'
44
spec.homepage = ''
55
spec.source = { :http=> ''}
66
spec.authors = ''

library/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ kotlin {
7070
}
7171
pod("Analytics") {
7272
moduleName = "Segment"
73-
source = git("https://github.com/Reedyuk/analytics-ios.git") {
74-
branch = "master"
73+
source = git("https://github.com/MyUNiDAYS/analytics-ios.git") {
74+
commit = "76e4d86780e56c566c0c99a05841b4a4c8905f72"
7575
}
7676
}
7777
pod("Segment-Firebase") {
78-
source = git("https://github.com/Reedyuk/analytics-ios-integration-firebase.git") {
79-
branch = "kmm"
78+
source = git("https://github.com/MyUNiDAYS/analytics-ios-integration-firebase.git") {
79+
commit = "2c80e393f0d940515f34af17e7b5c0b07e30ba31"
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.2.0
5+
MODULE_VERSION_NUMBER=0.3.0
66
MODULE_NAME=segmenkt
77

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

0 commit comments

Comments
 (0)