Skip to content

Commit

Permalink
1. Updated version and version code of library.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjangid80 committed Oct 20, 2018
1 parent 89a3b04 commit c3e83ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ android {

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
* this class is useful for saving data in shared preferences
*/

public class SharedPreferenceData
{
private SharedPreferences mSharedPreference;
Expand Down

0 comments on commit c3e83ad

Please sign in to comment.