We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99eec8b + 477d753 commit 5a4808fCopy full SHA for 5a4808f
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