Skip to content

Commit 477d753

Browse files
committed
Lock for RC
1 parent 99eec8b commit 477d753

3 files changed

Lines changed: 235 additions & 249 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## X.X.X
2+
* Mitigated a potential issue where Remote Config calls could have block the main UI thread processes.
23
* Added a new config flag `setUseSerialExecutor(boolean useSerial)` for selecting immediate request executor type.
34
* Added a new config option `setWebviewDisplayOption(WebViewDisplayOption)` to control how Content and Feedback Widgets are displayed.
45
* `IMMERSIVE` mode (default): Full-screen display (except cutouts).

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ android {
7474
// sourceCompatibility JavaVersion.VERSION_1_8
7575
// targetCompatibility JavaVersion.VERSION_1_8
7676
// }
77+
// kotlinOptions {
78+
// jvmTarget = "1.8"
79+
// }
7780

7881
/*
7982
//for automatic symbol upload

0 commit comments

Comments
 (0)