-
Version:
V1.5.6
-
Platform:
Android
Severity:
Critical - 無法編譯
Description:
-
What you did ->
implementation("cn.authing:guard:1.5.6") to my project
-
What happened ->
Duplicate value for resource 'attr/itemGravity' with config 'DEFAULT' and product ''. Resource was previously defined here: com.xxx.xxx.app-mergeXXXDebugResources-94:/values/values.xml:413
Steps to reproduce the error:
問題原因是你們定義的itemGravity跟Google Material 1.13.0+ 定義的 itemGravit命名衝突了,我將Material降到1.12.0以下可以正常編譯,請更新你們的SDK,謝謝
Version:
V1.5.6
Platform:
Android
Severity:
Critical - 無法編譯
Description:
What you did ->
implementation("cn.authing:guard:1.5.6") to my project
What happened ->
Duplicate value for resource 'attr/itemGravity' with config 'DEFAULT' and product ''. Resource was previously defined here: com.xxx.xxx.app-mergeXXXDebugResources-94:/values/values.xml:413
Steps to reproduce the error:
問題原因是你們定義的itemGravity跟Google Material 1.13.0+ 定義的 itemGravit命名衝突了,我將Material降到1.12.0以下可以正常編譯,請更新你們的SDK,謝謝