Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Minimize the min api
  • Loading branch information
yehiahd committed Apr 3, 2018
1 parent dcd03d8 commit b3fa2cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ FastSave.getInstance().getObject(key,Person.class); // assuming your custom clas
FastSave.getInstance().saveObjectList(key,listOfCustomObjects); // For Saving Custom Objects List
FastSave.getInstance().getObjectList(key,classType); // For Getting Custom Objects List
//clear all sharedPrefereces
FastSave.getInstance().clearSession();
````
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ public class MainActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

}
}
2 changes: 1 addition & 1 deletion fastsave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 27

defaultConfig {
minSdkVersion 17
minSdkVersion 14
targetSdkVersion 27
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit b3fa2cd

Please sign in to comment.