android-calculatorpp/measure
Marcus Hoffmann c67dc96d57 fix crash on converter dialogue
This vendors the jscience javax.measure package, extracted from
https://repo1.maven.org/maven2/org/jscience/jscience/4.3.1/jscience-4.3.1-sources.jar

Using this package as a dependency leads to conflicting classes, which
we can't solve from gradle. Instead of repackaging the jar file the
easiest solution seems to be to vendor the sources we need.
2020-03-16 15:52:46 +01:00
..
src/main/java/javax/measure fix crash on converter dialogue 2020-03-16 15:52:46 +01:00
.gitignore fix crash on converter dialogue 2020-03-16 15:52:46 +01:00
build.gradle fix crash on converter dialogue 2020-03-16 15:52:46 +01:00