kobjects / kxml2

Small XmlPull compatible parser
MIT License
41 stars 21 forks source link

Created gradle structure and build file #4

Closed mihnita closed 7 years ago

mihnita commented 7 years ago

Also disabled the failing test case.

mihnita commented 7 years ago

Figured out how to update a pull request :-)

Updated version to 2.3.2

Updated Java version to 1.2 This seems crazy old, please change as you wish, or let me know what version to use. I went with 1.2 based on the version of the .class files in the last public release in maven (2.3.0)

javap -v -cp kxml2-2.3.0.jar org.kxml2.io.KXmlParser | grep version

The results is

  minor version: 0
  major version: 46

and that matches Java 1.2

mihnita commented 7 years ago

Updated library version to 2.5.0 and JKD version to 1.3