@eohjsc/react-native-smart-city 0.6.2-rc2 → 0.6.2-rc4

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.
@@ -106,7 +106,7 @@ afterEvaluate { project ->
106
106
  task androidJavadoc(type: Javadoc) {
107
107
  source = android.sourceSets.main.java.srcDirs
108
108
  classpath += files(android.bootClasspath)
109
- classpath += files(project.getConfigurations().getByName('compile').asList())
109
+ classpath += files(project.getConfigurations().getByName('compileClasspath').asList())
110
110
  include '**/*.java'
111
111
  }
112
112
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.6.2-rc2",
4
+ "version": "0.6.2-rc4",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [