Skip to content

Commit 460e4dc

Browse files
committed
Enable Both slot Flash options (Add Inactive slot flash warning) : Try 19
1 parent 476845d commit 460e4dc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ dependencies {
9090
implementation(libs.material)
9191
implementation(libs.okhttp)
9292
implementation(libs.kotlinx.serialization.json)
93-
implementation("androidx.compose.runtime:runtime-livedata:1.6.0")
9493
}

app/src/main/java/com/github/capntrips/kernelflasher/ui/screens/slot/SlotViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import androidx.compose.runtime.snapshots.SnapshotStateList
1414
import androidx.compose.runtime.snapshots.SnapshotStateMap
1515
import androidx.lifecycle.ViewModel
1616
import androidx.lifecycle.viewModelScope
17-
import androidx.lifecycle.LiveData
1817
import androidx.navigation.NavController
1918
import com.github.capntrips.kernelflasher.common.PartitionUtil
2019
import com.github.capntrips.kernelflasher.common.extensions.ByteArray.toHex

0 commit comments

Comments
 (0)