Skip to content

Commit

Permalink
Fixes #1993 - Can't download offline files
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 1, 2024
1 parent ff0a72a commit 5ccf234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IsraelHiking.Web/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
4 changes: 2 additions & 2 deletions IsraelHiking.Web/android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

0 comments on commit 5ccf234

Please sign in to comment.