Skip to content

Commit bdfd041

Browse files
[release] v1.3.0 - Add setGlobalUser, initializeSync, updateAsync and scheduleBackgroundUpdates (#61)
### New Features - Adds ability to set a global user which will be used for all following checks if no user is supplied to the checks - Add updateAsync function which will fetch the config specs from network when called - Adds initializeSync function which allows passing the initial specs and does not call the network - Adds scheduleBackgroundUpdates function which will start a job to poll for new config specs at the specified frequency >Included In This Release >- e581e1c sroyal-statsig > - Add Function to Schedule Background Updates (#60) >- b45e2d9 sroyal-statsig > - Add InitializeSync and UpdateAsync (#59) >- 6c75d7d sroyal-statsig > - Add Support for Global User (#58)
1 parent e581e1c commit bdfd041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
android.useAndroidX=true
2-
libraryVersion=1.2.0
2+
libraryVersion=1.3.0
33
kotlinVersion=1.5.0

0 commit comments

Comments
 (0)