Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Disabled Proguard because it somehow messes with network-related code
Browse files Browse the repository at this point in the history
now (#131).
  • Loading branch information
vickychijwani committed Jun 2, 2016
1 parent e2dcbf1 commit 4877d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {
}
release {
// signingConfig signingConfigs.release
minifyEnabled true
minifyEnabled false // FIXME disabled because login, revoke token strangely stopped working
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 4877d35

Please sign in to comment.