Skip to content

Commit 31cc799

Browse files
committed
Fix proguard
1 parent 8c10360 commit 31cc799

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tunet-gui/android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.externalNativeBuild
99
.cxx
1010
local.properties
11+
key.properties
1112

1213
gradle-wrapper.jar
1314
gradle-daemon-jvm.properties

tunet-gui/android/app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
-keep, includedescriptorclasses class com.google.android.material.button.** { *; }
44
-keep, includedescriptorclasses class rs.compio.winio.Activity { *; }
55
-keep, includedescriptorclasses class androidx.activity.result.** { *; }
6+
-keep, includedescriptorclasses class io.github.berrysoft.tunet.** { *; }

0 commit comments

Comments
 (0)