feat: support native tts engine on Android (#1387)

This commit is contained in:
Huang Xin
2025-06-12 23:56:14 +08:00
committed by GitHub
parent 28c6c1ec58
commit 658969e97a
52 changed files with 931 additions and 755 deletions
@@ -1,4 +1,4 @@
package com.readest.native-tts
package com.readest.native_tts
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.readest.native-tts", appContext.packageName)
assertEquals("com.readest.native_tts", appContext.packageName)
}
}