Skip to content

Commit

Permalink
Fix proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Dec 13, 2023
1 parent f54957b commit 75df15c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation 'dev.romainguy:pathway:0.16.0'
implementation 'dev.romainguy:pathway:0.17.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=dev.romainguy
VERSION_NAME=0.16.0
VERSION_NAME=0.17.0

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion pathway/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-keepclasseswithmembernames,includedescriptorclasses class dev.romainguy.graphics.path.** {
-keepclasseswithmembers class dev.romainguy.graphics.path.** {
native <methods>;
}

0 comments on commit 75df15c

Please sign in to comment.