-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class RadioDNS contains declaration of RADIOEPG twice #2
Comments
This was an error in the declarations section, and is corrected in new release v1.0.5, which is available now at https://github.com/radiodns/java-radiodns/tree/v1.0.5 |
Thanks for the quick fix. Unfortunately it's still not possible to use the libary: Task :app:compileDebugJavaWithJavac FAILED If I replace with version 1.0.3 compilation works so I think there is still an error which prevents compilation. Have you tried to compile the coding? |
Seems you switched to minidns whereby the Readme points to dnsjava |
Additionally 1.0.3 contains .class files. 1.0.5 are .java files. Have you missed a compilation step? |
It looks like the compilation of the .jar may not be correct. I'll get it looked at over the weekend and get a new version out first thing w/c 29th April. |
@Version 1.0.3
*/
public class RadioDNS {
public static final String RADIOEPG = "radioepg";
public static final String RADIOEPG = "radiospi";
Implementation of RADIOSPI seems not to be completed and radiodns-1.0.4.jar can't be integrated into project
The text was updated successfully, but these errors were encountered: