Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
RznNike committed Dec 24, 2023
2 parents 0441e44 + a6e3275 commit 4170168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
-keep public class * extends java.lang.Exception
-keep class ru.rznnike.eyehealthmanager.domain.model.** { <fields>; }
-keepclassmembers enum * { *; }
-keepclassmembers class ru.rznnike.eyehealthmanager.app.presentation.** { *; }
#noinspection ShrinkerUnresolvedReference
-keep class java.awt.datatransfer.DataFlavor {*;}
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
extra.apply {
set("VERSION_CODE", 13)
set("VERSION_CODE", 14)
set("VERSION_NAME", "2.1.0.${extra["VERSION_CODE"]}")
set("APK_NAME", "Eye Health Manager")
set("MIN_SDK", 24)
Expand Down

0 comments on commit 4170168

Please sign in to comment.