@eohjsc/react-native-smart-city 0.6.2-rc1 → 0.6.2-rc3

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.
@@ -10,6 +10,9 @@
10
10
  // original location:
11
11
  // - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle
12
12
 
13
+ apply plugin: 'com.android.library'
14
+ apply plugin: 'maven-publish'
15
+
13
16
  def DEFAULT_COMPILE_SDK_VERSION = 34
14
17
  def DEFAULT_BUILD_TOOLS_VERSION = '28.0.3'
15
18
  def DEFAULT_MIN_SDK_VERSION = 24
@@ -19,9 +22,6 @@ def safeExtGet(prop, fallback) {
19
22
  rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
20
23
  }
21
24
 
22
- apply plugin: 'com.android.library'
23
- apply plugin: 'maven'
24
-
25
25
  buildscript {
26
26
  // The Android Gradle plugin is only required when opening the android folder stand-alone.
27
27
  // This avoids unnecessary downloads and potential conflicts when the library is included as a
@@ -33,14 +33,11 @@ buildscript {
33
33
  jcenter()
34
34
  }
35
35
  dependencies {
36
- classpath 'com.android.tools.build:gradle:3.4.1'
36
+ classpath 'com.android.tools.build:gradle:7.1.2'
37
37
  }
38
38
  }
39
39
  }
40
40
 
41
- apply plugin: 'com.android.library'
42
- apply plugin: 'maven'
43
-
44
41
  android {
45
42
  compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
46
43
  buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
@@ -109,7 +106,7 @@ afterEvaluate { project ->
109
106
  task androidJavadoc(type: Javadoc) {
110
107
  source = android.sourceSets.main.java.srcDirs
111
108
  classpath += files(android.bootClasspath)
112
- classpath += files(project.getConfigurations().getByName('compile').asList())
109
+ classpath += files(project.getConfigurations().getByName('implementation').asList())
113
110
  include '**/*.java'
114
111
  }
115
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-rc1",
4
+ "version": "0.6.2-rc3",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [