expo-device 8.0.5 → 8.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/android/build.gradle +2 -2
  3. package/android/src/main/java/expo/modules/device/DeviceModule.kt +72 -30
  4. package/expo-module.config.json +1 -1
  5. package/ios/DeviceModule.swift +55 -16
  6. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6-sources.jar +0 -0
  7. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6-sources.jar.md5 +1 -0
  8. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6-sources.jar.sha1 +1 -0
  9. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6-sources.jar.sha256 +1 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6-sources.jar.sha512 +1 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.aar +0 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.aar.md5 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.aar.sha1 +1 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.aar.sha256 +1 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.aar.sha512 +1 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.device/{8.0.5/expo.modules.device-8.0.5.module → 8.0.6/expo.modules.device-8.0.6.module} +22 -22
  17. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.module.md5 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.module.sha1 +1 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.module.sha256 +1 -0
  20. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.module.sha512 +1 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.device/{8.0.5/expo.modules.device-8.0.5.pom → 8.0.6/expo.modules.device-8.0.6.pom} +1 -1
  22. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.pom.md5 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.pom.sha1 +1 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.pom.sha256 +1 -0
  25. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.6/expo.modules.device-8.0.6.pom.sha512 +1 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.device/maven-metadata.xml +4 -4
  27. package/local-maven-repo/host/exp/exponent/expo.modules.device/maven-metadata.xml.md5 +1 -1
  28. package/local-maven-repo/host/exp/exponent/expo.modules.device/maven-metadata.xml.sha1 +1 -1
  29. package/local-maven-repo/host/exp/exponent/expo.modules.device/maven-metadata.xml.sha256 +1 -1
  30. package/local-maven-repo/host/exp/exponent/expo.modules.device/maven-metadata.xml.sha512 +1 -1
  31. package/package.json +3 -3
  32. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5-sources.jar +0 -0
  33. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5-sources.jar.md5 +0 -1
  34. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5-sources.jar.sha1 +0 -1
  35. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5-sources.jar.sha256 +0 -1
  36. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5-sources.jar.sha512 +0 -1
  37. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.aar +0 -0
  38. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.aar.md5 +0 -1
  39. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.aar.sha1 +0 -1
  40. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.aar.sha256 +0 -1
  41. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.aar.sha512 +0 -1
  42. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.module.md5 +0 -1
  43. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.module.sha1 +0 -1
  44. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.module.sha256 +0 -1
  45. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.module.sha512 +0 -1
  46. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.pom.md5 +0 -1
  47. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.pom.sha1 +0 -1
  48. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.pom.sha256 +0 -1
  49. package/local-maven-repo/host/exp/exponent/expo.modules.device/8.0.5/expo.modules.device-8.0.5.pom.sha512 +0 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 8.0.6 — 2025-09-02
14
+
15
+ ### 💡 Others
16
+
17
+ - Change Constants to Constant/Property. ([#38926](https://github.com/expo/expo/pull/38926) by [@jakex7](https://github.com/jakex7))
18
+
13
19
  ## 8.0.5 — 2025-08-31
14
20
 
15
21
  _This version does not introduce any user-facing changes._
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '8.0.5'
7
+ version = '8.0.6'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.device"
11
11
  defaultConfig {
12
12
  versionCode 12
13
- versionName '8.0.5'
13
+ versionName '8.0.6'
14
14
  }
15
15
  }
16
16
 
@@ -34,36 +34,78 @@ class DeviceModule : Module() {
34
34
  override fun definition() = ModuleDefinition {
35
35
  Name("ExpoDevice")
36
36
 
37
- Constants {
38
- return@Constants mapOf(
39
- "isDevice" to !isRunningOnEmulator,
40
- "brand" to Build.BRAND,
41
- "manufacturer" to Build.MANUFACTURER,
42
- "modelName" to Build.MODEL,
43
- "designName" to Build.DEVICE,
44
- "productName" to Build.PRODUCT,
45
- "deviceYearClass" to deviceYearClass,
46
- "totalMemory" to run {
47
- val memoryInfo = ActivityManager.MemoryInfo()
48
- (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo)
49
- memoryInfo.totalMem
50
- },
51
- "deviceType" to run {
52
- getDeviceType(context).JSValue
53
- },
54
- "supportedCpuArchitectures" to Build.SUPPORTED_ABIS?.takeIf { it.isNotEmpty() },
55
- "osName" to systemName,
56
- "osVersion" to Build.VERSION.RELEASE,
57
- "osBuildId" to Build.DISPLAY,
58
- "osInternalBuildId" to Build.ID,
59
- "osBuildFingerprint" to Build.FINGERPRINT,
60
- "platformApiLevel" to Build.VERSION.SDK_INT,
61
- "deviceName" to if (Build.VERSION.SDK_INT <= 31) {
62
- Settings.Secure.getString(context.contentResolver, "bluetooth_name")
63
- } else {
64
- Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME)
65
- }
66
- )
37
+ Constant("isDevice") {
38
+ !isRunningOnEmulator
39
+ }
40
+
41
+ Constant("brand") {
42
+ Build.BRAND
43
+ }
44
+
45
+ Constant("manufacturer") {
46
+ Build.MANUFACTURER
47
+ }
48
+
49
+ Constant("modelName") {
50
+ Build.MODEL
51
+ }
52
+
53
+ Constant("designName") {
54
+ Build.DEVICE
55
+ }
56
+
57
+ Constant("productName") {
58
+ Build.PRODUCT
59
+ }
60
+
61
+ Constant("deviceYearClass") {
62
+ deviceYearClass
63
+ }
64
+
65
+ Constant("totalMemory") {
66
+ val memoryInfo = ActivityManager.MemoryInfo()
67
+ (context.getSystemService(Context.ACTIVITY_SERVICE) as ActivityManager).getMemoryInfo(memoryInfo)
68
+ memoryInfo.totalMem
69
+ }
70
+
71
+ Constant("deviceType") {
72
+ getDeviceType(context).JSValue
73
+ }
74
+
75
+ Constant("supportedCpuArchitectures") {
76
+ Build.SUPPORTED_ABIS?.takeIf { it.isNotEmpty() }
77
+ }
78
+
79
+ Constant("osName") {
80
+ systemName
81
+ }
82
+
83
+ Constant("osVersion") {
84
+ Build.VERSION.RELEASE
85
+ }
86
+
87
+ Constant("osBuildId") {
88
+ Build.DISPLAY
89
+ }
90
+
91
+ Constant("osInternalBuildId") {
92
+ Build.ID
93
+ }
94
+
95
+ Constant("osBuildFingerprint") {
96
+ Build.FINGERPRINT
97
+ }
98
+
99
+ Constant("platformApiLevel") {
100
+ Build.VERSION.SDK_INT
101
+ }
102
+
103
+ Constant("deviceName") {
104
+ if (Build.VERSION.SDK_INT <= 31) {
105
+ Settings.Secure.getString(context.contentResolver, "bluetooth_name")
106
+ } else {
107
+ Settings.Global.getString(context.contentResolver, Settings.Global.DEVICE_NAME)
108
+ }
67
109
  }
68
110
 
69
111
  AsyncFunction<Int>("getDeviceTypeAsync") {
@@ -8,7 +8,7 @@
8
8
  "publication": {
9
9
  "groupId": "host.exp.exponent",
10
10
  "artifactId": "expo.modules.device",
11
- "version": "8.0.5",
11
+ "version": "8.0.6",
12
12
  "repository": "local-maven-repo"
13
13
  }
14
14
  }
@@ -6,22 +6,61 @@ public class DeviceModule: Module {
6
6
  public func definition() -> ModuleDefinition {
7
7
  Name("ExpoDevice")
8
8
 
9
- Constants([
10
- "isDevice": isDevice(),
11
- "brand": "Apple",
12
- "manufacturer": "Apple",
13
- "modelId": UIDevice.modelIdentifier,
14
- "modelName": UIDevice.DeviceMap.modelName,
15
- "deviceYearClass": UIDevice.DeviceMap.deviceYearClass,
16
- "totalMemory": ProcessInfo.processInfo.physicalMemory,
17
- "osName": UIDevice.current.systemName,
18
- "osVersion": UIDevice.current.systemVersion,
19
- "osBuildId": osBuildId(),
20
- "osInternalBuildId": osBuildId(),
21
- "deviceName": UIDevice.current.name,
22
- "deviceType": getDeviceType(),
23
- "supportedCpuArchitectures": cpuArchitectures()
24
- ])
9
+ Constant("isDevice") {
10
+ isDevice()
11
+ }
12
+
13
+ Constant("brand") {
14
+ "Apple"
15
+ }
16
+
17
+ Constant("manufacturer") {
18
+ "Apple"
19
+ }
20
+
21
+ Constant("modelId") {
22
+ UIDevice.modelIdentifier
23
+ }
24
+
25
+ Constant("modelName") {
26
+ UIDevice.DeviceMap.modelName
27
+ }
28
+
29
+ Constant("deviceYearClass") {
30
+ UIDevice.DeviceMap.deviceYearClass
31
+ }
32
+
33
+ Constant("totalMemory") {
34
+ ProcessInfo.processInfo.physicalMemory
35
+ }
36
+
37
+ Constant("osName") {
38
+ UIDevice.current.systemName
39
+ }
40
+
41
+ Constant("osVersion") {
42
+ UIDevice.current.systemVersion
43
+ }
44
+
45
+ Constant("osBuildId") {
46
+ osBuildId()
47
+ }
48
+
49
+ Constant("osInternalBuildId") {
50
+ osBuildId()
51
+ }
52
+
53
+ Constant("deviceName") {
54
+ UIDevice.current.name
55
+ }
56
+
57
+ Constant("deviceType") {
58
+ getDeviceType()
59
+ }
60
+
61
+ Constant("supportedCpuArchitectures") {
62
+ cpuArchitectures()
63
+ }
25
64
 
26
65
  AsyncFunction("getDeviceTypeAsync") { () -> Int in
27
66
  return getDeviceType()
@@ -0,0 +1 @@
1
+ 51fe83472d728fe7be855dca1871bbf64e31f1da6f7200de76120f110c80a28d
@@ -0,0 +1 @@
1
+ 3c4c6f9abcec30bb2be173d2f7b00b05adff002d5364ed88001a1cdf3bdcab12bd3a1dee2965c86206d8010bb05b4802cdb93198792b269be19a1c121d97decb
@@ -0,0 +1 @@
1
+ 9fa7bbe20f38084f3de0b591d318ecb80c8d37d3
@@ -0,0 +1 @@
1
+ 9fe1e1f88396944cafb4bf0ce456e6bc8075db88af5dd396f3dc12d903ed95be
@@ -0,0 +1 @@
1
+ dd30d775da02ac2a218b23f27b6718d6bc875df3adb61a167d75d10e37332258433f862012c4db79df07cd2a439b5ec0459e6f156b61d9e439d9a037f55fda42
@@ -3,7 +3,7 @@
3
3
  "component": {
4
4
  "group": "host.exp.exponent",
5
5
  "module": "expo.modules.device",
6
- "version": "8.0.5",
6
+ "version": "8.0.6",
7
7
  "attributes": {
8
8
  "org.gradle.status": "release"
9
9
  }
@@ -40,13 +40,13 @@
40
40
  ],
41
41
  "files": [
42
42
  {
43
- "name": "expo.modules.device-8.0.5.aar",
44
- "url": "expo.modules.device-8.0.5.aar",
45
- "size": 24648,
46
- "sha512": "c2716a14d03e7da8d19b93d0286d7c7623d4efa8a469432cadd6ad2f6db20dfdef182f2e473274d8fa2c69e3bf9f2a35396f9f63ac39842c8684656ba4cb9abb",
47
- "sha256": "a68831812674778e0b116cc0e1abf080a02e468c08c5017941f69cf2ef712ce9",
48
- "sha1": "02781e3c19dcdd3e58a52029346e4a4b0391ad41",
49
- "md5": "58bd1043c73e41e5f5af68229d738a45"
43
+ "name": "expo.modules.device-8.0.6.aar",
44
+ "url": "expo.modules.device-8.0.6.aar",
45
+ "size": 38476,
46
+ "sha512": "dd30d775da02ac2a218b23f27b6718d6bc875df3adb61a167d75d10e37332258433f862012c4db79df07cd2a439b5ec0459e6f156b61d9e439d9a037f55fda42",
47
+ "sha256": "9fe1e1f88396944cafb4bf0ce456e6bc8075db88af5dd396f3dc12d903ed95be",
48
+ "sha1": "9fa7bbe20f38084f3de0b591d318ecb80c8d37d3",
49
+ "md5": "66fb7a81db3a92f0630248937e9b34b4"
50
50
  }
51
51
  ]
52
52
  },
@@ -83,13 +83,13 @@
83
83
  ],
84
84
  "files": [
85
85
  {
86
- "name": "expo.modules.device-8.0.5.aar",
87
- "url": "expo.modules.device-8.0.5.aar",
88
- "size": 24648,
89
- "sha512": "c2716a14d03e7da8d19b93d0286d7c7623d4efa8a469432cadd6ad2f6db20dfdef182f2e473274d8fa2c69e3bf9f2a35396f9f63ac39842c8684656ba4cb9abb",
90
- "sha256": "a68831812674778e0b116cc0e1abf080a02e468c08c5017941f69cf2ef712ce9",
91
- "sha1": "02781e3c19dcdd3e58a52029346e4a4b0391ad41",
92
- "md5": "58bd1043c73e41e5f5af68229d738a45"
86
+ "name": "expo.modules.device-8.0.6.aar",
87
+ "url": "expo.modules.device-8.0.6.aar",
88
+ "size": 38476,
89
+ "sha512": "dd30d775da02ac2a218b23f27b6718d6bc875df3adb61a167d75d10e37332258433f862012c4db79df07cd2a439b5ec0459e6f156b61d9e439d9a037f55fda42",
90
+ "sha256": "9fe1e1f88396944cafb4bf0ce456e6bc8075db88af5dd396f3dc12d903ed95be",
91
+ "sha1": "9fa7bbe20f38084f3de0b591d318ecb80c8d37d3",
92
+ "md5": "66fb7a81db3a92f0630248937e9b34b4"
93
93
  }
94
94
  ]
95
95
  },
@@ -103,13 +103,13 @@
103
103
  },
104
104
  "files": [
105
105
  {
106
- "name": "expo.modules.device-8.0.5-sources.jar",
107
- "url": "expo.modules.device-8.0.5-sources.jar",
108
- "size": 3500,
109
- "sha512": "3897d3fcc90aca42638bc83125fd00afe1daf22b6b45e2470f9ad938c17e6336ee95e181391368d7cea71c2d51ec1b1eb3256b50579dff0a12b2dfdfeed9129c",
110
- "sha256": "c2acdefa4296add0c50104e3a23fe64f5ecb0d1f9fe7111d5210cbb3bbb94df7",
111
- "sha1": "9e5e28a272674dfd67cba2e51da386c713c35605",
112
- "md5": "b741e8d6ee80312b2864913828973397"
106
+ "name": "expo.modules.device-8.0.6-sources.jar",
107
+ "url": "expo.modules.device-8.0.6-sources.jar",
108
+ "size": 3484,
109
+ "sha512": "3c4c6f9abcec30bb2be173d2f7b00b05adff002d5364ed88001a1cdf3bdcab12bd3a1dee2965c86206d8010bb05b4802cdb93198792b269be19a1c121d97decb",
110
+ "sha256": "51fe83472d728fe7be855dca1871bbf64e31f1da6f7200de76120f110c80a28d",
111
+ "sha1": "ce121c1758e5841302d8f3e869b06090b307a692",
112
+ "md5": "a56dabfdd1863ad9441b90c84a43f8f1"
113
113
  }
114
114
  ]
115
115
  }
@@ -0,0 +1 @@
1
+ 3f7951038564e7ab1573559a4b791ee3c7b580f1c5541f039734692905161f42
@@ -0,0 +1 @@
1
+ 2515b85f06fc0e18e1db37dadbff26ef590b8bb1f77bfb83122e288fbe22cc86106d89855ded1fdc689d3f1b45f149d7f6cfa25d1781248b9d33a2b2e0bfb850
@@ -9,7 +9,7 @@
9
9
  <modelVersion>4.0.0</modelVersion>
10
10
  <groupId>host.exp.exponent</groupId>
11
11
  <artifactId>expo.modules.device</artifactId>
12
- <version>8.0.5</version>
12
+ <version>8.0.6</version>
13
13
  <packaging>aar</packaging>
14
14
  <name>expo.modules.device</name>
15
15
  <url>https://github.com/expo/expo</url>
@@ -0,0 +1 @@
1
+ fd60dede49561ad2f9f45798a9e189e7d4a9b65a
@@ -0,0 +1 @@
1
+ 15bcbe4ab1b06b897ded27da70ff07b520a6abc3fefc1d876be3f60c2c147270
@@ -0,0 +1 @@
1
+ f1a1cbc86a0874795bdca5ef7b6f7309353443f6808fe035054b9647bfbbcf26bc7117edcbb960df06e7f8364f4d148a19c425411b3b201a575863d2945cf0f5
@@ -3,11 +3,11 @@
3
3
  <groupId>host.exp.exponent</groupId>
4
4
  <artifactId>expo.modules.device</artifactId>
5
5
  <versioning>
6
- <latest>8.0.5</latest>
7
- <release>8.0.5</release>
6
+ <latest>8.0.6</latest>
7
+ <release>8.0.6</release>
8
8
  <versions>
9
- <version>8.0.5</version>
9
+ <version>8.0.6</version>
10
10
  </versions>
11
- <lastUpdated>20250831124205</lastUpdated>
11
+ <lastUpdated>20250902175113</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 727a3a0fa3194226ceb2ea9d51979d35
1
+ 40a47c92993ae8ea6f34d2f4e9d88044
@@ -1 +1 @@
1
- fae776389fa3aa0654d499e1bc7ee77151b82e55
1
+ f121cdb7e84ed38509783ed1d16f3badc6daadf5
@@ -1 +1 @@
1
- 16ad364b81a25c0007d6c9974af62df5f88a30308d03083bc7a39e26138f8ef8
1
+ 8c088f9fc1fae1bf28b6f3f3f952f6fe88db48204c530eb865f096e099fa1daa
@@ -1 +1 @@
1
- 486da536ed60be24ddb6eb5e65937b905d747307c4cd6d630a1b5ebd7ca7974f36ded9ac22583eb8d5adf4502f8a8f52f0e7cb7e7bb398e7a1c74c2adbe1a463
1
+ 210fbfa70b2f8fd63383a29183b90381a20f7efc8a578a84038907749ac28a1f123a84e308982b273e0f5099e7be989360a6873c91b5787c70cf76de44c5ac86
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-device",
3
- "version": "8.0.5",
3
+ "version": "8.0.6",
4
4
  "description": "A universal module that gets physical information about the device running the application",
5
5
  "main": "build/Device.js",
6
6
  "types": "build/Device.d.ts",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/ua-parser-js": "^0.7.39",
40
- "expo-module-scripts": "^5.0.5"
40
+ "expo-module-scripts": "^5.0.6"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "expo": "*"
44
44
  },
45
- "gitHead": "1dafdaa317c182191909a94a355c8b08a2654783"
45
+ "gitHead": "d635404a12ea7996b987ce0fb7679a238ebcf31b"
46
46
  }
@@ -1 +0,0 @@
1
- c2acdefa4296add0c50104e3a23fe64f5ecb0d1f9fe7111d5210cbb3bbb94df7
@@ -1 +0,0 @@
1
- 3897d3fcc90aca42638bc83125fd00afe1daf22b6b45e2470f9ad938c17e6336ee95e181391368d7cea71c2d51ec1b1eb3256b50579dff0a12b2dfdfeed9129c
@@ -1 +0,0 @@
1
- 02781e3c19dcdd3e58a52029346e4a4b0391ad41
@@ -1 +0,0 @@
1
- a68831812674778e0b116cc0e1abf080a02e468c08c5017941f69cf2ef712ce9
@@ -1 +0,0 @@
1
- c2716a14d03e7da8d19b93d0286d7c7623d4efa8a469432cadd6ad2f6db20dfdef182f2e473274d8fa2c69e3bf9f2a35396f9f63ac39842c8684656ba4cb9abb
@@ -1 +0,0 @@
1
- 5dc92df32f03ca75d048291aafa0e383fd375ada
@@ -1 +0,0 @@
1
- c6428e86997743c146d93303db86d58a47503d70aa51ece71cf0e07be8a8145a
@@ -1 +0,0 @@
1
- 286a5fb489cc8d42b928f8500da5406b812713645a21c5bcb9ab0da467e29fe9b568cefef8b36a8335ad5f38cfd3f0a69175e2b19c0f8e014cef2f25c9853e54
@@ -1 +0,0 @@
1
- bb3ef349a8445c94f942d909b8ad694d8fc6fc71
@@ -1 +0,0 @@
1
- a5f0ab4e985184642a863150b98671e8ed1443c15c47c631d7b199d0415887df
@@ -1 +0,0 @@
1
- 6d01085c0e86d1bd4aeaeee343f316caf198a3879b0bb650084fd44383187406f56c1d43432c7e57387d19b4e83cc1f0bf7ec52448ba312c2ee07ad94ca2b412