@eohjsc/react-native-smart-city 0.6.2-rc7 → 0.6.2-rc8

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.
@@ -111,7 +111,7 @@ afterEvaluate { project ->
111
111
  task androidJavadoc(type: Javadoc) {
112
112
  source = android.sourceSets.main.java.srcDirs
113
113
  classpath += files(android.bootClasspath)
114
- classpath += files(project.getConfigurations().getByName('implementation').asList())
114
+ classpath += files(project.getConfigurations().getByName('compileClasspath').asList())
115
115
  include '**/*.java'
116
116
  }
117
117
 
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-rc7",
4
+ "version": "0.6.2-rc8",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [