Skip to content

Commit

Permalink
refactor: extract notification resolve logic to NotificationResolver
Browse files Browse the repository at this point in the history
refactor: extract notification resolve logic to NotificationResolver
  • Loading branch information
ichenhe committed Nov 12, 2023
1 parent 564c5b1 commit 3816266
Show file tree
Hide file tree
Showing 8 changed files with 679 additions and 628 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ dependencies {
implementation("com.jakewharton.timber:timber:5.0.1")

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

fun String.runCommand(currentWorkingDir: File = file("./")): String {
Expand Down
Loading

0 comments on commit 3816266

Please sign in to comment.