Skip to content

Commit cef7609

Browse files
fixed proguard settings
1 parent c8a9e0f commit cef7609

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mvi/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
-keep class pl.valueadd.mvi.** { *; }
23+
-keepclassmembers class pl.valueadd.mvi.** { *; }

scripts/jfrog.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ext {
1414
siteUrl = 'https://github.com/valueadd-poland/mvi-valueadd'
1515
gitUrl = 'https://github.com/valueadd-poland/mvi-valueadd.git'
1616

17-
libraryVersion = '0.1'
17+
libraryVersion = '0.2'
1818

1919
developerId = 'valueadd-poland'
2020
developerName = 'Valueadd'

0 commit comments

Comments
 (0)