galacticgumshoe

Results 2 comments of galacticgumshoe

This is also happening in v9.0.0. It appears to be a breaking change made to the API and is in the code for v11.0.0 but that jar is not published...

Functionally, I had to make these changes: - Replace import statements containing `com.google.api.ads.admanager.axis` with `com.google.api.ads.admanager.jaxws` - Replace all Exception class names with ones that had the suffix `_Exception`. In other...