@eohjsc/react-native-smart-city 0.7.31 → 0.7.32

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,10 +10,10 @@
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
- def DEFAULT_COMPILE_SDK_VERSION = 32
14
- def DEFAULT_BUILD_TOOLS_VERSION = '28.0.3'
13
+ def DEFAULT_COMPILE_SDK_VERSION = 34
14
+ def DEFAULT_BUILD_TOOLS_VERSION = '34.0.0'
15
15
  def DEFAULT_MIN_SDK_VERSION = 24
16
- def DEFAULT_TARGET_SDK_VERSION = 32
16
+ def DEFAULT_TARGET_SDK_VERSION = 34
17
17
 
18
18
  def safeExtGet(prop, fallback) {
19
19
  rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
@@ -111,12 +111,12 @@ afterEvaluate { project ->
111
111
  }
112
112
 
113
113
  task androidJavadocJar(type: Jar, dependsOn: androidJavadoc) {
114
- classifier = 'javadoc'
114
+ archiveClassifier = 'javadoc'
115
115
  from androidJavadoc.destinationDir
116
116
  }
117
117
 
118
118
  task androidSourcesJar(type: Jar) {
119
- classifier = 'sources'
119
+ archiveClassifier = 'sources'
120
120
  from android.sourceSets.main.java.srcDirs
121
121
  include '**/*.java'
122
122
  }
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.7.31",
4
+ "version": "0.7.32",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [