Skip to content

Commit

Permalink
更新demo
Browse files Browse the repository at this point in the history
  • Loading branch information
shenbengit committed Jul 21, 2021
1 parent 8dc4f4a commit d5da58c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
initTTS(this, "97939e0c", true)
initTTS(this, "appId", true)
findViewById<Button>(R.id.btnTTS).setOnClickListener {
startActivity(Intent(this,JavaActivity::class.java))
}
Expand Down

0 comments on commit d5da58c

Please sign in to comment.