Skip to content

Commit 3816266

Browse files
committed
refactor: extract notification resolve logic to NotificationResolver
refactor: extract notification resolve logic to NotificationResolver
1 parent 564c5b1 commit 3816266

File tree

8 files changed

+679
-628
lines changed

8 files changed

+679
-628
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ dependencies {
7373
implementation("com.jakewharton.timber:timber:5.0.1")
7474

7575
testImplementation("junit:junit:4.13.2")
76-
testImplementation("org.amshove.kluent:kluent-android:1.68")
76+
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
77+
testImplementation("org.json:json:20231013") // JSONObject
7778
}
7879

7980
fun String.runCommand(currentWorkingDir: File = file("./")): String {

0 commit comments

Comments
 (0)