Skip to content

Commit bb4028d

Browse files
committed
fix: do not obfuscate SettingType enum
1 parent c13d147 commit bb4028d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_NAME=4.0.0-beta.3
2-
VERSION_CODE=189
2+
VERSION_CODE=191
33
VERSION_NUM=01

system/src/main/java/io/github/sds100/keymapper/system/settings/SettingType.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
package io.github.sds100.keymapper.system.settings
22

3+
import androidx.annotation.Keep
34
import kotlinx.serialization.Serializable
45

56
@Serializable
7+
@Keep
68
enum class SettingType {
79
SYSTEM,
810
SECURE,

0 commit comments

Comments
 (0)