Skip to content

Commit 5c800c8

Browse files
committed
Upgraded swe-library to improve thread handling
1 parent c465ba7 commit 5c800c8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

torgi/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ dependencies {
4646
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
4747
implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'
4848
implementation 'com.google.android.material:material:1.1.0-alpha04'
49-
viewerImplementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
5049
viewerImplementation 'com.github.PhilJay:MPAndroidChart:v3.1.0-alpha' //for charts
51-
viewerImplementation 'org.osmdroid:osmdroid-android:6.0.2'
50+
viewerImplementation 'org.osmdroid:osmdroid-android:6.0.3'
5251
implementation 'org.apache.httpcomponents:httpclient:4.5.6' //for SOS server
5352
implementation 'org.nanohttpd:nanohttpd:2.3.1' //for SOS server
54-
implementation 'com.github.sofwerx:swe-android:1.0.1'
53+
implementation 'com.github.sofwerx:swe-android:1.0.4' //for SOS and IPC
5554
implementation 'org.apache.commons:commons-math3:3.6.1' //for statistical analysis
5655
implementation 'mil.nga.geopackage:geopackage-android:3.1.0'
5756
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)