Skip to content

Commit

Permalink
Merge pull request #1115 from StepicOrg/release/1.209
Browse files Browse the repository at this point in the history
Release 1.209
  • Loading branch information
ivan-magda authored Feb 9, 2022
2 parents 2f201df + c2015c0 commit 99b8ce4
Show file tree
Hide file tree
Showing 64 changed files with 2,018 additions and 544 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
ruby "2.6.5"

gem "fastlane", "2.203.0"
gem "fastlane", "2.204.2"
gem "cocoapods", "1.11.2"
gem "generamba", "1.5.0"

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.551.0)
aws-sdk-core (3.125.5)
aws-partitions (1.552.0)
aws-sdk-core (3.126.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.53.0)
aws-sdk-core (~> 3, >= 3.125.0)
aws-sdk-kms (1.54.0)
aws-sdk-core (~> 3, >= 3.126.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.111.3)
aws-sdk-core (~> 3, >= 3.125.0)
aws-sdk-s3 (1.112.0)
aws-sdk-core (~> 3, >= 3.126.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
escape (0.0.4)
ethon (0.15.0)
ffi (>= 1.15.0)
excon (0.90.0)
excon (0.91.0)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.203.0)
fastlane (2.204.2)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -287,7 +287,7 @@ PLATFORMS

DEPENDENCIES
cocoapods (= 1.11.2)
fastlane (= 2.203.0)
fastlane (= 2.204.2)
fastlane-plugin-firebase_app_distribution
generamba (= 1.5.0)

Expand Down
20 changes: 10 additions & 10 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ project 'Stepic',
'Develop Release' => :release

def shared_pods
pod 'Alamofire', '5.5.0'
pod 'Alamofire', '5.4.4'
pod 'Atributika', '4.10.1'
pod 'SwiftyJSON', '5.0.0'
pod 'SDWebImage', '5.12.2'
pod 'SDWebImage', '5.12.1'
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '2.x'
pod 'DeviceKit', '4.5.2'
pod 'PromiseKit', :git => 'https://github.com/mxcl/PromiseKit.git', :tag => '6.16.2'
Expand All @@ -43,14 +43,14 @@ def all_pods
pod 'SnapKit', '5.0.1'

# Firebase
pod 'Firebase/Core', '8.10.0'
pod 'Firebase/Messaging', '8.10.0'
pod 'Firebase/Analytics', '8.10.0'
pod 'Firebase/Crashlytics', '8.10.0'
pod 'Firebase/RemoteConfig', '8.10.0'
pod 'Firebase/Core', '8.9.1'
pod 'Firebase/Messaging', '8.9.1'
pod 'Firebase/Analytics', '8.9.1'
pod 'Firebase/Crashlytics', '8.9.1'
pod 'Firebase/RemoteConfig', '8.9.1'

pod 'YandexMobileMetrica/Dynamic', '3.17.0'
pod 'Amplitude', '8.7.1'
pod 'Amplitude', '8.5.0'
pod 'Branch', '1.40.2'

pod 'BEMCheckBox', '1.4.1'
Expand All @@ -72,12 +72,12 @@ def all_pods
pod 'Agrume', '5.6.13'
pod 'Highlightr', :git => 'https://github.com/ivan-magda/Highlightr.git', :tag => 'v2.1.3'
pod 'TTTAttributedLabel', '2.0.0'
pod 'lottie-ios', '3.3.0'
pod 'lottie-ios', '3.2.3'
pod 'Koloda', '5.0.1'
pod 'Charts', '3.6.0'
pod 'EasyTipView', '2.1.0'
pod 'ActionSheetPicker-3.0', '2.7.1'
pod 'Nuke', '10.6.1'
pod 'Nuke', '9.5.0'
pod 'STRegex', '2.1.1'
pod 'Tabman', '2.10.0'
pod 'SwiftDate', '6.3.1'
Expand Down
Loading

0 comments on commit 99b8ce4

Please sign in to comment.