Skip to content

Commit

Permalink
Fix proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin69 committed Jul 13, 2024
1 parent 7cc8495 commit 59eebfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class com.google.errorprone.annotations.** { *; }
-keep class com.google.errorprone.annotations.** { *; }
-dontwarn javax.lang.model.element.Modifier
5 changes: 1 addition & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[versions]
agp = "8.5.0"
biometric = "1.1.0"
agp = "8.5.1"
datastorePreferences = "1.1.1"
error_prone_annotations = "2.23.0"
glance = "1.1.0"
Expand All @@ -20,14 +19,12 @@ material3 = "1.2.1"
navigationCompose = "2.7.7"
appcompat = "1.7.0"
glanceAppwidget = "1.1.0"
securityCryptoKtx = "1.0.0"
securityCryptoKtxVersion = "1.1.0-alpha06"



[libraries]
# Room
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
androidx-glance = { module = "androidx.glance:glance", version.ref = "glance" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
Expand Down

0 comments on commit 59eebfa

Please sign in to comment.