B3nedikt / reword

Reword is a android library to update the texts of views when the apps texts have changed due to a language change or an update of the apps string resources.
Apache License 2.0
32 stars 7 forks source link

The binary version of its metadata is 1.9.0, expected version is 1.7.1. #36

Closed gnmmdk closed 11 months ago

gnmmdk commented 11 months ago

I have added the following dependencies to my project: Implementation 'dev. b3nedikt. testing: restriction: 5.2.2' Implementation 'dev. b3nedikt. viewpump: viewpump: 4.0.12' Or Implementation 'dev. b3nedikt. testing: restriction: 5.2.1' Implementation 'dev. b3nedikt. viewpump: viewpump: 4.0.11' The following error was reported: The binary version of its metadata is 1.9.0, expected version is 1.7.1 If it is changed to a lower version, it can be used: Implementation 'dev. b3nedikt. testing: restriction: 5.2.0' Implementation 'dev. b3nedikt. viewpump: viewpump: 4.0.12'

I used gradle7.3.3 agp 7.2.2

I don't know if I need to upgrade my gradle to 8.0, but my project cannot be upgraded to 8.0 due to the use of 'android. registerTransform'. How can I solve this problem without upgrading to it?