react-native-simple-note-pitch-detector 0.4.2 → 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.
- package/android/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/android/build.gradle +3 -3
- package/package.json +1 -1
- package/react-native-simple-note-pitch-detector-0.4.2.tgz +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Sun Dec 15 01:10:44 PST 2024
|
|
2
2
|
gradle.version=8.10
|
package/android/build.gradle
CHANGED
|
@@ -54,12 +54,12 @@ android {
|
|
|
54
54
|
compileSdkVersion safeExtGet("compileSdkVersion", 35)
|
|
55
55
|
|
|
56
56
|
compileOptions {
|
|
57
|
-
sourceCompatibility JavaVersion.
|
|
58
|
-
targetCompatibility JavaVersion.
|
|
57
|
+
sourceCompatibility JavaVersion.VERSION_17
|
|
58
|
+
targetCompatibility JavaVersion.VERSION_17
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
kotlinOptions {
|
|
62
|
-
jvmTarget = JavaVersion.
|
|
62
|
+
jvmTarget = JavaVersion.VERSION_17.majorVersion
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
namespace "expo.modules.simplenotepitchdetector"
|
package/package.json
CHANGED
|
Binary file
|