Skip to content

Commit

Permalink
enabled proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatkumardhamija committed May 26, 2021
1 parent 4e7a4f7 commit f23a0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rsod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ object RedScreenOfDeath {
UncaughtExceptionListener { t, e -> handleUncaughtException(application, t, e) }
val crashHandler = UncaughtExceptionHandler(crashListener)
Thread.setDefaultUncaughtExceptionHandler(crashHandler)
BuildConfig.BUILD_TYPE
}
}

Expand Down

0 comments on commit f23a0bd

Please sign in to comment.