expo-device
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -11,2 +11,8 @@ # Changelog | ||
## 3.2.0 — 2021-03-10 | ||
### 🎉 New features | ||
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). ([#11647](https://github.com/expo/expo/pull/11647) by [@bbarthec](https://github.com/bbarthec)) | ||
## 3.1.1 — 2021-01-15 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "expo-device", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "A universal module that gets physical information about the device running the application", | ||
@@ -40,5 +40,5 @@ "main": "build/Device.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "~1.2.0" | ||
"expo-module-scripts": "^2.0.0" | ||
}, | ||
"gitHead": "99516c69534d784faf3d8f5f892b18b87ba788e7" | ||
"gitHead": "5b57d1fd0a20294c1dec7c43b5df34dd6425d1a5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70219