diff --git a/.gitmodules b/.gitmodules
index 1308e60c03..488052f03c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,3 +58,9 @@
[submodule "LibreTransmitter"]
path = LibreTransmitter
url = https://github.com/LoopKit/LibreTransmitter.git
+[submodule "MedtrumKit"]
+ path = MedtrumKit
+ url = https://github.com/loopandlearn/MedtrumKit.git
+[submodule "DanaKit"]
+ path = DanaKit
+ url = https://github.com/loopandlearn/DanaKit
diff --git a/AmplitudeService b/AmplitudeService
index 9a4aa7ff7a..92901ff539 160000
--- a/AmplitudeService
+++ b/AmplitudeService
@@ -1 +1 @@
-Subproject commit 9a4aa7ff7aade2aca9d681b9122e15ad1cc90328
+Subproject commit 92901ff5396dc69792de6b9b29c8848ec23f0188
diff --git a/CGMBLEKit b/CGMBLEKit
index a442ea0a21..440d1d2cf6 160000
--- a/CGMBLEKit
+++ b/CGMBLEKit
@@ -1 +1 @@
-Subproject commit a442ea0a21078e82264176a89617d2f9a3a6f36d
+Subproject commit 440d1d2cf6ed8841f7d0fb0a4abea9ad4ed131ee
diff --git a/DanaKit b/DanaKit
new file mode 160000
index 0000000000..dbe63aebe3
--- /dev/null
+++ b/DanaKit
@@ -0,0 +1 @@
+Subproject commit dbe63aebe386ae0fdfbc93db3e15f835b1441957
diff --git a/G7SensorKit b/G7SensorKit
index ee064ddcc1..624bb360c2 160000
--- a/G7SensorKit
+++ b/G7SensorKit
@@ -1 +1 @@
-Subproject commit ee064ddcc1c13e0050ee56d0eec38a6bdc0d3c76
+Subproject commit 624bb360c277c43daa5232df986de7467bc0b72b
diff --git a/Gemfile b/Gemfile
index 25d03dc286..a68bd91a68 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,3 @@
source "https://rubygems.org"
-gem "fastlane", "2.230.0"
\ No newline at end of file
+gem "fastlane", "2.231.0"
\ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index d2698a2bef..788db2abc7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,8 +8,8 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.4.0)
- aws-partitions (1.1200.0)
- aws-sdk-core (3.240.0)
+ aws-partitions (1.1206.0)
+ aws-sdk-core (3.241.4)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
@@ -17,11 +17,11 @@ GEM
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
- aws-sdk-kms (1.118.0)
- aws-sdk-core (~> 3, >= 3.239.1)
+ aws-sdk-kms (1.121.0)
+ aws-sdk-core (~> 3, >= 3.241.4)
aws-sigv4 (~> 1.5)
- aws-sdk-s3 (1.209.0)
- aws-sdk-core (~> 3, >= 3.234.0)
+ aws-sdk-s3 (1.211.0)
+ aws-sdk-core (~> 3, >= 3.241.3)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
@@ -67,7 +67,7 @@ GEM
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.0)
- fastlane (2.230.0)
+ fastlane (2.231.0)
CFPropertyList (>= 2.3, < 4.0.0)
abbrev (~> 0.1.2)
addressable (>= 2.8, < 3.0.0)
@@ -75,7 +75,7 @@ GEM
aws-sdk-s3 (~> 1.0)
babosa (>= 1.0.3, < 2.0.0)
base64 (~> 0.2.0)
- bundler (>= 1.12.0, < 3.0.0)
+ bundler (>= 1.17.3, < 5.0.0)
colored (~> 1.2)
commander (~> 4.6)
csv (~> 3.3)
@@ -175,7 +175,7 @@ GEM
optparse (0.8.1)
os (1.1.4)
plist (3.7.2)
- public_suffix (7.0.0)
+ public_suffix (7.0.2)
rake (13.3.1)
representable (3.2.0)
declarative (< 0.1.0)
@@ -224,7 +224,7 @@ PLATFORMS
ruby
DEPENDENCIES
- fastlane (= 2.230.0)
+ fastlane (= 2.231.0)
BUNDLED WITH
- 2.7.2
+ 4.0.4
diff --git a/LibreTransmitter b/LibreTransmitter
index 38cc483f3d..070a3b489e 160000
--- a/LibreTransmitter
+++ b/LibreTransmitter
@@ -1 +1 @@
-Subproject commit 38cc483f3d7716735ceee6e57b6ed4dd68eaf1d0
+Subproject commit 070a3b489e797e5894513856a540615f007b6e12
diff --git a/LogglyService b/LogglyService
index c350408528..8a7691cd74 160000
--- a/LogglyService
+++ b/LogglyService
@@ -1 +1 @@
-Subproject commit c3504085286664f29b43b41ca9857a2dacf507b6
+Subproject commit 8a7691cd7497ffacf4fd8caa4a174fb860e42297
diff --git a/Loop b/Loop
index db9cf70d72..b6e88416ba 160000
--- a/Loop
+++ b/Loop
@@ -1 +1 @@
-Subproject commit db9cf70d7292803308e0e7f3c5f1f7fe6d801c9e
+Subproject commit b6e88416ba4862d6eed34ac2a4bb68255064def3
diff --git a/LoopKit b/LoopKit
index 675854c9e9..21c4a76083 160000
--- a/LoopKit
+++ b/LoopKit
@@ -1 +1 @@
-Subproject commit 675854c9e98a52ca9ac9f23837c313ceddcff414
+Subproject commit 21c4a760835f51efcdbab2641c01f84fe1ae5653
diff --git a/LoopSupport b/LoopSupport
index 53dadd6d3e..6d7d3e293e 160000
--- a/LoopSupport
+++ b/LoopSupport
@@ -1 +1 @@
-Subproject commit 53dadd6d3e4f0e1630e97f432054b48e28aab287
+Subproject commit 6d7d3e293ebc5f8b7d9f9e6b0326bf6641da8680
diff --git a/LoopWorkspace.xcworkspace/contents.xcworkspacedata b/LoopWorkspace.xcworkspace/contents.xcworkspacedata
index a870f8b7c9..49dd551423 100644
--- a/LoopWorkspace.xcworkspace/contents.xcworkspacedata
+++ b/LoopWorkspace.xcworkspace/contents.xcworkspacedata
@@ -108,12 +108,18 @@
+
+
+
+
diff --git a/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme b/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme
index e09bc55654..bb99e50468 100644
--- a/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme
+++ b/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme
@@ -146,6 +146,20 @@
ReferencedContainer = "container:MinimedKit/MinimedKit.xcodeproj">
+
+
+
+
+
+
+
+