This website requires JavaScript.
Explore
Help
Sign In
TnSb
/
android-calculatorpp
Watch
1
Star
0
Fork
0
You've already forked android-calculatorpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
03a243d3b8
android-calculatorpp
/
settings.gradle
3 lines
75 B
Groovy
Raw
Normal View
History
Unescape
Escape
Extract DragButton into a separate module
2016-08-14 06:23:05 -04:00
include
':app'
,
':jscl'
,
':translations'
,
':dragbutton'
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 10:52:46 -04:00
include
':measure'
Reference in New Issue
Copy Permalink