File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::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 = ''
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ signing.keyId=""
22signing.password =" "
33
44MODULE_PACKAGE_NAME =com.myunidays
5- MODULE_VERSION_NUMBER =0.2 .0
5+ MODULE_VERSION_NUMBER =0.3 .0
66MODULE_NAME =segmenkt
77
88OPEN_SOURCE_REPO =https://oss.sonatype.org/service/local/staging/deploy/maven2/
You can’t perform that action at this time.
0 commit comments