Skip to content

Commit

Permalink
Fixed opening preferences for categories and tags by removing them fr…
Browse files Browse the repository at this point in the history
…om obfuscation
  • Loading branch information
Faltenreich committed May 16, 2021
1 parent 8cc3fbe commit 10b2fcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Diaguard

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Release](https://img.shields.io/badge/Release-3.8.0-478063.svg)](https://play.google.com/store/apps/details?id=com.faltenreich.diaguard)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Release](https://img.shields.io/badge/Release-3.8.1-478063.svg)](https://play.google.com/store/apps/details?id=com.faltenreich.diaguard)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

<img src="./resource/image/marketing/showcase.png" width="750">
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 49
versionName "3.8.0"
versionCode 50
versionName "3.8.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
-keepclassmembers enum com.faltenreich.diaguard.shared.data.database.entity.** { *; }
-keep interface com.faltenreich.diaguard.shared.data.database.entity.**
-keepclassmembers interface com.faltenreich.diaguard.shared.data.database.entity.** { *; }
-keep class com.faltenreich.diaguard.feature.**
##---------------End: Custom ----------

##---------------Begin: Test ----------
Expand Down

0 comments on commit 10b2fcb

Please sign in to comment.