From 3e7f62f89bc4e95cfae7394463e3fd503777011f Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Feb 2020 15:34:01 -0800 Subject: Move config builder out of constructor --- docs/Migration.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/Migration.md') diff --git a/docs/Migration.md b/docs/Migration.md index b0d0079..0941667 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -14,6 +14,10 @@ An example can be found in the sample app test class. Also note that to better support in memory preferences, `reset()` will clear the in memory content for both variants, meaning that in memory preferences will reset to default. Previously, in memory `reset()` did nothing. +## AboutActivityBase + +`configBuilder` was previously required in the constructor, but is now an open function so that activity fields can be used in the builder. + # v5.1.0 ## KPref -- cgit v1.2.3