We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eec8b commit 477d753Copy full SHA for 477d753
3 files changed
CHANGELOG.md
@@ -1,4 +1,5 @@
1
## X.X.X
2
+* Mitigated a potential issue where Remote Config calls could have block the main UI thread processes.
3
* Added a new config flag `setUseSerialExecutor(boolean useSerial)` for selecting immediate request executor type.
4
* Added a new config option `setWebviewDisplayOption(WebViewDisplayOption)` to control how Content and Feedback Widgets are displayed.
5
* `IMMERSIVE` mode (default): Full-screen display (except cutouts).
app/build.gradle
@@ -74,6 +74,9 @@ android {
74
// sourceCompatibility JavaVersion.VERSION_1_8
75
// targetCompatibility JavaVersion.VERSION_1_8
76
// }
77
+ // kotlinOptions {
78
+ // jvmTarget = "1.8"
79
+ // }
80
81
/*
82
//for automatic symbol upload
0 commit comments