mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 04:23:36 +00:00
Added back version checking (and version boxes) after transitioning homepage to MVVM
Fixed several errors caused along the way
This commit is contained in:
@@ -73,6 +73,9 @@ dependencies {
|
||||
implementation("org.koin:koin-android:${koin}")
|
||||
implementation("org.koin:koin-androidx-viewmodel:${koin}")
|
||||
|
||||
def timber = "4.7.1"
|
||||
implementation "com.jakewharton.timber:timber:${timber}"
|
||||
|
||||
implementation("com.github.skoumalcz:teanity:0.3.3") {
|
||||
exclude group: 'androidx.work', module: 'work-runtime-ktx'
|
||||
exclude group: 'androidx.room', module: 'room-runtime'
|
||||
|
||||
Reference in New Issue
Block a user