Wrong dependency in the doc for Debug UI on Android

  • 2 December 2023
  • 1 reply
  • 28 views

Badge

Hi,

I just wanted to let you know there is a typo in your documentation regarding the dependency for Debug UI on Android.

 

Instead of:

debugImplementation "com.revenuecat.purchase:purchases-debugview:6.9.2"
releaseImplementation "com.revenuecat.purchase:purchases-debugview-noop:6.9.2"

It should be 

debugImplementation "com.revenuecat.purchases:purchases-debug-view:6.9.2"
releaseImplementation "com.revenuecat.purchases:purchases-debug-view-noop:6.9.2"

 

Note the “s” at the end of “com.revenuecat.purchases” and “debug-view” instead of “debugview”.


1 reply

Userlevel 2
Badge +3

Hi @VivienMahe, many thanks for reporting this! You’re right, the dependency was wrong.

We’ve just fixed it so it’s pointing to the correct name.

Thanks again for reporting this and let us know if you have any feedback about the debug view!

Reply