react-native-davoice-tts 1.0.38 → 1.0.39

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu Sep 11 11:04:24 IDT 2025
2
+ gradle.version=8.9
File without changes
@@ -14,8 +14,6 @@ android {
14
14
  main {
15
15
  assets.srcDirs = [
16
16
  'src/main/assets',
17
- '../tts/models', // <-- your shared folder
18
- '../../react-native-davoice-tts-model2/model2/' // <-- your shared folder
19
17
  ]
20
18
  jniLibs.srcDirs = ['src/main/jniLibs'] // Add this line if needed
21
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-davoice-tts",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "tts library for React Native",
5
5
  "main": "tts/index.js",
6
6
  "types": "tts/index.d.ts",