Skip to content

Commit ae08c7f

Browse files
committed
请注意需要在项目下gradle.properties添加以下内容,具体参看demo:org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8 --add-opens=java.base/java.io=ALL-UNNAMED
1 parent 25e0669 commit ae08c7f

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG-zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* 更新web sdk 为 2.1.4
77
* 修改fastjson2 -> 2.0.51.android5
88
* 修复ios底部弹窗模式下协议详情导航参数 privacyNavColor、privacyNavBackImage、privacyNavTitleFont、privacyNavTitleColor
9+
* 请注意需要在项目下gradle.properties添加以下内容,具体参看demo:org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8 --add-opens=java.base/java.io=ALL-UNNAMED
910

1011
## 1.2.5
1112
* 修复底部弹窗dialogHeight、alertCloseImageX、alertCloseImageY、alertCloseImageW、alertCloseImageH 参数

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Update web sdk to 2.1.4
77
* fastjson2 -> 2.0.51.android5
88
* Fix the protocol details navigation parameter privacyNavColor in iOS bottom pop-up mode privacyNavBackImage、privacyNavTitleFont、privacyNavTitleColor
9+
* Please note that the following content needs to be added to gradle. properties under the project, as detailed in the demo: org. gradle. jvmargs=- Xmx1536M - Dfile. encoding=UTF-8-- add open=Java. base/Java. io=ALL UNNAMED
910

1011
## 1.2.5
1112
* Fix dialogHeight、alertCloseImageX、alertCloseImageY、alertCloseImageW、alertCloseImageH field

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ android {
7272

7373

7474
dependencies {
75-
implementation "androidx.appcompat:appcompat:1.6.1"
75+
implementation "androidx.appcompat:appcompat:1.3.0"
7676

7777
// 兼容安卓版本的fastjson库
7878
implementation 'com.alibaba.fastjson2:fastjson2:2.0.51.android5'

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org.gradle.jvmargs=-Xmx1536M
1+
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8 --add-opens=java.base/java.io=ALL-UNNAMED
22
android.useAndroidX=true
33
android.enableJetifier=true
44
flutter.compileSdkVersion=33

release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
* 更新web sdk 为 2.1.4
66
* 修改fastjson2 -> 2.0.51.android5 以兼容低版本android版本
77
* 修复ios底部弹窗模式下协议详情导航参数 privacyNavColor、privacyNavBackImage、privacyNavTitleFont、privacyNavTitleColor
8+
* 请注意需要在项目下gradle.properties添加以下内容,具体参看demo:org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8 --add-opens=java.base/java.io=ALL-UNNAMED

0 commit comments

Comments
 (0)