react-native-davoice-tts 1.0.5 → 1.0.7

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,3 +1,4 @@
1
+ //android/build.gradle
1
2
  apply plugin: 'com.android.library'
2
3
 
3
4
  android {
@@ -1 +1 @@
1
- c009d625f81c25d6408f7bc744d256e2 tts-1.0.0.aar
1
+ 816ef1673c95bcc0057cde688884d928 tts-1.0.0.aar
@@ -1 +1 @@
1
- 01753a0ac7c5536196abd7211f70e5d512926e6a tts-1.0.0.aar
1
+ de4e7255b5b0db349376cc8034f6ced3ee91bf28 tts-1.0.0.aar
@@ -1,5 +1,5 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.davoice.tts">
2
+ package="com.davoice.tts.rn">
3
3
 
4
4
  <uses-permission android:name="android.permission.INTERNET" />
5
5
  <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-davoice-tts",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "tts library for React Native",
5
5
  "main": "tts/index.js",
6
6
  "types": "tts/index.d.ts",