Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griffio/cca-example
chrome apps
https://github.com/griffio/cca-example
Last synced: 8 days ago
JSON representation
chrome apps
- Host: GitHub
- URL: https://github.com/griffio/cca-example
- Owner: griffio
- Created: 2014-12-16T19:14:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T20:18:18.000Z (about 8 years ago)
- Last Synced: 2024-04-16T18:26:59.867Z (7 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cca-example
===========chrome apps
cca run android --device
cca is gradle sensitive
the platforms/android/build.gradle may need to be updated
~~~java
if (gradle.gradleVersion >= "2.1") {
dependencies {
classpath 'com.android.tools.build:gradle:0.14.0+'
}
} else {
dependencies {
classpath 'com.android.tools.build:gradle:0.12.0+'
}
}
~~~