react-native-simple-note-pitch-detector 0.4.3 → 0.4.4

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.
@@ -1,2 +1,2 @@
1
- #Sat Dec 14 13:09:06 PST 2024
1
+ #Sun Dec 15 01:10:44 PST 2024
2
2
  gradle.version=8.10
@@ -54,12 +54,12 @@ android {
54
54
  compileSdkVersion safeExtGet("compileSdkVersion", 35)
55
55
 
56
56
  compileOptions {
57
- sourceCompatibility JavaVersion.VERSION_11
58
- targetCompatibility JavaVersion.VERSION_11
57
+ sourceCompatibility JavaVersion.VERSION_17
58
+ targetCompatibility JavaVersion.VERSION_17
59
59
  }
60
60
 
61
61
  kotlinOptions {
62
- jvmTarget = JavaVersion.VERSION_11.majorVersion
62
+ jvmTarget = JavaVersion.VERSION_17.majorVersion
63
63
  }
64
64
 
65
65
  namespace "expo.modules.simplenotepitchdetector"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-simple-note-pitch-detector",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "a simple react native library to detect the pitch of the input recording",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",