mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-26 11:01:02 +00:00
9 lines
194 B
Kotlin
9 lines
194 B
Kotlin
package ani.dantotsu.others
|
|
|
|
import androidx.fragment.app.FragmentActivity
|
|
|
|
object AppUpdater {
|
|
suspend fun check(activity: FragmentActivity, post: Boolean = false) {
|
|
//no-op
|
|
}
|
|
} |