Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,19 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

//STONE-ADD
// GeoTools libraries
//implementation 'org.geotools:gt-referencing:28.0'
//implementation 'org.geotools:gt-geometry:28.0'

// JTS library for geometry operations
implementation 'org.locationtech.proj4j:proj4j:1.1.0'
//implementation 'org.apache.commons:commons-math3:3.6.1'

implementation 'org.ejml:ejml-simple:0.41'
//implementation 'org.osgeo:proj4j:1.1.0'



}
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@

<!-- Required if your app needs to access audio files that other apps created. -->
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<!-- Required for system wide fall detection alerts. -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>


<!--
Expand Down
Loading