Skip to content

Commit ee1ecb6

Browse files
committed
Replace deprecated NotificationGroup
1 parent ac4da71 commit ee1ecb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-assist/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ repositories {
1313

1414
dependencies {
1515
implementation 'com.googlecode.json-simple:json-simple:1.1'
16-
implementation 'de.fraunhofer.iem:swan:3.2.2'
16+
// implementation 'de.fraunhofer.iem:swan:3.2.2'
17+
implementation files("/Users/rohith/Downloads/swan 4.jar")
1718
implementation 'org.slf4j:slf4j-api:1.7.29'
1819
implementation 'org.slf4j:slf4j-simple:1.7.29'
1920
implementation 'org.apache.commons:commons-lang3:3.0'

0 commit comments

Comments
 (0)