mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
feat: Extension repo backend
This commit is contained in:
parent
7c88f3895a
commit
534642ea57
12 changed files with 132 additions and 61 deletions
|
@ -35,8 +35,8 @@ android {
|
|||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
applicationId = "eu.kanade.tachiyomi"
|
||||
versionCode = 111
|
||||
versionName = "1.7.4"
|
||||
versionCode = 112
|
||||
versionName = "1.7.5"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled = true
|
||||
|
||||
|
@ -179,6 +179,7 @@ dependencies {
|
|||
implementation(libs.firebase.crashlytics)
|
||||
|
||||
implementation(androidx.lifecycle.viewmodel)
|
||||
implementation(compose.lifecycle.viewmodel)
|
||||
implementation(androidx.lifecycle.livedata)
|
||||
implementation(androidx.lifecycle.common)
|
||||
implementation(androidx.lifecycle.process)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue