mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 08:19:20 +01:00
Fix AppInfo#getVersionCode signature
This commit is contained in:
parent
150ba5f7c5
commit
c5575838fb
@ -1,6 +1,6 @@
|
||||
package eu.kanade.tachiyomi
|
||||
|
||||
object AppInfo {
|
||||
fun getVersionCode(): String = throw Exception("Stub!")
|
||||
fun getVersionCode(): Int = throw Exception("Stub!")
|
||||
fun getVersionName(): String = throw Exception("Stub!")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user