mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-12-19 03:32:36 +03:00
8 lines
120 B
Kotlin
8 lines
120 B
Kotlin
package eu.kanade.tachiyomi
|
|
|
|
open class TestApp : App() {
|
|
|
|
override fun setupAcra() {
|
|
// Do nothing
|
|
}
|
|
}
|