Skip to content

Commit

Permalink
Workarounds for a more aggresive ProGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
rkkr committed Apr 22, 2023
1 parent bc30036 commit 7e94eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 33
buildToolsVersion '33.0.0'
buildToolsVersion '33.0.2'
defaultConfig {
applicationId "rkr.simplekeyboard.inputmethod"
minSdkVersion 19
Expand Down
5 changes: 4 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@
# public *;
#}

-keep class rkr.simplekeyboard.inputmethod.R
-keep class rkr.simplekeyboard.inputmethod.R
-keep class rkr.simplekeyboard.inputmethod.latin.settings.SettingsFragment
-keep class rkr.simplekeyboard.inputmethod.latin.settings.LanguagesSettingsFragment
-keep class rkr.simplekeyboard.inputmethod.latin.settings.SingleLanguageSettingsFragment

0 comments on commit 7e94eb3

Please sign in to comment.