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 c8a9e0f commit cef7609Copy full SHA for cef7609
mvi/proguard-rules.pro
@@ -19,3 +19,5 @@
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
#-renamesourcefileattribute SourceFile
22
+-keep class pl.valueadd.mvi.** { *; }
23
+-keepclassmembers class pl.valueadd.mvi.** { *; }
scripts/jfrog.gradle
@@ -14,7 +14,7 @@ ext {
14
siteUrl = 'https://github.com/valueadd-poland/mvi-valueadd'
15
gitUrl = 'https://github.com/valueadd-poland/mvi-valueadd.git'
16
17
- libraryVersion = '0.1'
+ libraryVersion = '0.2'
18
developerId = 'valueadd-poland'
developerName = 'Valueadd'
0 commit comments