From 75df15cf7ebfbf25853de3cc9f6460ac7d79b5cb Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 12 Dec 2023 17:56:47 -0800 Subject: [PATCH] Fix proguard rules --- README.md | 2 +- gradle.properties | 2 +- pathway/proguard-rules.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ; }