SteamKit-Java
SteamKit-Java copied to clipboard
generated files with 1.6 compliance level?
Hey, I'm trying to write an android trading app using this library but the dalvik compiler won't accept jre 1.7 .class files. I would really appreciate the source or a 1.6 version of the generated files. Thank you.
If you're referring to the protobuf files, you can generate them from the .proto source. You can see how to do so in my fork: ece077ce8d14e15f058ae35bf5683e2a1e709a22.
I should note that you need to install protobuf 2.5 to use that fork, but it should be easy to change the lang level of the files from there.
It's a crappy shell script and not integrated into the build at all, but hey, it's something!