mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-02-05 03:46:21 +01:00
Fix AppInfo#getVersionCode signature
This commit is contained in:
parent
3c3f173975
commit
77bc3ed7c9
@ -59,7 +59,7 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// should be bumped with each stable release
|
// should be bumped with each stable release
|
||||||
val inspectorVersion = "v0.7.0"
|
val inspectorVersion = "v0.7.1"
|
||||||
|
|
||||||
// counts commit count on master
|
// counts commit count on master
|
||||||
val inspectorRevision = runCatching {
|
val inspectorRevision = runCatching {
|
||||||
|
@ -3,6 +3,6 @@ package eu.kanade.tachiyomi
|
|||||||
class BuildConfig {
|
class BuildConfig {
|
||||||
companion object {
|
companion object {
|
||||||
const val VERSION_NAME = suwayomi.server.BuildConfig.NAME
|
const val VERSION_NAME = suwayomi.server.BuildConfig.NAME
|
||||||
const val VERSION_CODE = suwayomi.server.BuildConfig.REVISION
|
val VERSION_CODE = suwayomi.server.BuildConfig.REVISION.trimStart('r').toInt()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user