mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
688cc64dff
- Fix categories modal showing when adding from source with no categories - Use old categories icon in library bottom action menu
12 lines
234 B
Kotlin
12 lines
234 B
Kotlin
package eu.kanade.tachiyomi
|
|
|
|
/**
|
|
* Used by extensions.
|
|
*
|
|
* @since extension-lib 1.3
|
|
*/
|
|
@Suppress("UNUSED")
|
|
object AppInfo {
|
|
fun getVersionCode() = BuildConfig.VERSION_CODE
|
|
fun getVersionName() = BuildConfig.VERSION_NAME
|
|
}
|