Skip to content

Commit c3e83ad

Browse files
committed
1. Updated version and version code of library.
1 parent 89a3b04 commit c3e83ad

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ android {
1616

1717
buildTypes {
1818
release {
19-
minifyEnabled true
20-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
21-
}
22-
debug {
23-
minifyEnabled true
19+
minifyEnabled false
2420
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2521
}
2622
}

app/src/main/java/com/amit/utilities/SharedPreferenceData.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*
1313
* this class is useful for saving data in shared preferences
1414
*/
15-
1615
public class SharedPreferenceData
1716
{
1817
private SharedPreferences mSharedPreference;

0 commit comments

Comments
 (0)