We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caa3a5 commit 0866e34Copy full SHA for 0866e34
README.md
@@ -79,7 +79,7 @@ Sample code:
79
}
80
81
dependencies {
82
- implementation("net.elytrium:pcap:1.0.0")
+ implementation("net.elytrium:pcap:1.0.1")
83
84
```
85
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
setGroup("net.elytrium")
10
-setVersion("1.0.1-SNAPSHOT")
+setVersion("1.0.1")
11
12
sourceSets {
13
main.getResources().srcDir("build/natives/lib")
@@ -135,4 +135,4 @@ tasks.withType(JavaExec) {
135
systemProperty("java.library.path", "${project.rootDir}/build/natives/lib")
136
137
138
-processResources.dependsOn(compileNative)
+processResources.dependsOn(compileNative)
0 commit comments