android-extensions
Advanced tools
Comparing version 5.3.0 to 5.4.0
{ | ||
"name": "android-extensions", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "Extensions for the Android framework.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# android-extensions 5.3 | ||
# android-extensions 5.4 | ||
@@ -41,4 +41,14 @@ Examples can be found in the "html/widget" directory. | ||
## Rakefile | ||
```ruby | ||
Repo::Workspace | ||
.new("squared") | ||
.repo("https://github.com/anpham6/squared-repo", "android") | ||
.add(:extensions, "android-extensions", copy: { from: "dist", subdir: ".", into: "dist" }, ref: :node) | ||
.build | ||
``` | ||
### LICENSE | ||
MIT | ||
MIT |
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
92946
20
54