diff --git a/README.md b/README.md index 5fbe850..f160a61 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation 'dev.romainguy:pathway:0.16.0' + implementation 'dev.romainguy:pathway:0.17.0' } ``` diff --git a/gradle.properties b/gradle.properties index caf023d..094f6b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=dev.romainguy -VERSION_NAME=0.16.0 +VERSION_NAME=0.17.0 SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true diff --git a/pathway/proguard-rules.pro b/pathway/proguard-rules.pro index 34187b3..db591f9 100644 --- a/pathway/proguard-rules.pro +++ b/pathway/proguard-rules.pro @@ -1,3 +1,3 @@ --keepclasseswithmembernames,includedescriptorclasses class dev.romainguy.graphics.path.** { +-keepclasseswithmembers class dev.romainguy.graphics.path.** { native ; }