Skip to content

Commit

Permalink
Fixed java.lang.VerifyError exception in examples (#1478)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
  • Loading branch information
thenswan authored Aug 10, 2023
1 parent 53fba09 commit 5bdca6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dependencies {
implementation project(":sdk")

implementation "com.google.code.gson:gson:2.10.1"
implementation "org.slf4j:slf4j-simple:2.0.7"
implementation "io.grpc:grpc-netty-shaded:1.56.1"
implementation "io.github.cdimascio:java-dotenv:5.3.1"
implementation "com.google.errorprone:error_prone_core:2.19.1"
implementation project(path: ':sdk')
}

tasks.addRule("Pattern: run<Example>: Runs an example.") { String taskName ->
Expand Down

0 comments on commit 5bdca6d

Please sign in to comment.