ably / ably-asset-tracking-android

Android client SDKs for the Ably Asset Tracking service.
Apache License 2.0
13 stars 6 forks source link

Proguard has been disabled for the `integration-testing-app` project, rendering the `ObfuscationTest` impotent #926

Open QuintinWillison opened 1 year ago

QuintinWillison commented 1 year ago

It was disabled in https://github.com/ably/ably-asset-tracking-android/pull/915 in order to get https://github.com/ably/ably-asset-tracking-android/pull/886 over the line.

For further context, see @KacperKluka's review comment.

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3261

KacperKluka commented 1 year ago

For context: The main reason behind enabling the Proguard in the integration-testing-app module was to catch bugs related to our Proguard configuration as soon as possible. It was triggered by https://github.com/ably/ably-asset-tracking-android/issues/396 and added in https://github.com/ably/ably-asset-tracking-android/pull/408.