Skip to content

Commit

Permalink
chore: Comment corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushiknsanji committed Nov 16, 2019
1 parent 769881f commit d22b6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ android {
}

release {
//Disable Cursor Queries logging in Debug
//Disable Cursor Queries logging in Release
buildConfigField BOOLEAN, LOG_CURSOR_QUERIES, FALSE
//Disable Stetho logging in Debug
//Disable Stetho logging in Release
buildConfigField BOOLEAN, LOG_STETHO, FALSE

minifyEnabled true
Expand Down

0 comments on commit d22b6fd

Please sign in to comment.