Skip to content

Commit 4170168

Browse files
committed
Merge branch 'develop'
2 parents 0441e44 + a6e3275 commit 4170168

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
-keep public class * extends java.lang.Exception
1313
-keep class ru.rznnike.eyehealthmanager.domain.model.** { <fields>; }
1414
-keepclassmembers enum * { *; }
15+
-keepclassmembers class ru.rznnike.eyehealthmanager.app.presentation.** { *; }
1516
#noinspection ShrinkerUnresolvedReference
1617
-keep class java.awt.datatransfer.DataFlavor {*;}
1718
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
extra.apply {
3-
set("VERSION_CODE", 13)
3+
set("VERSION_CODE", 14)
44
set("VERSION_NAME", "2.1.0.${extra["VERSION_CODE"]}")
55
set("APK_NAME", "Eye Health Manager")
66
set("MIN_SDK", 24)

0 commit comments

Comments
 (0)