Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 99ac096

Browse files
Merge branch 'development' of https://github.com/hzi-braunschweig/SORMAS-Project into development
2 parents d62af64 + 56c40ec commit 99ac096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ dependencies {
103103
implementation 'org.apache.commons:commons-collections4:4.4'
104104
implementation 'org.apache.commons:commons-lang3:3.10'
105105
implementation 'org.apache.commons:commons-text:1.9'
106+
implementation 'org.jsoup:jsoup:1.13.1'
106107
implementation 'com.googlecode:openbeans:1.0'
107108
implementation files('libs/MPAndroidChart-v3.0.2.jar')
108109
implementation(name: 'CircleProgress-v1.2.1', ext: 'aar')
@@ -123,7 +124,6 @@ dependencies {
123124
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
124125
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
125126
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
126-
implementation 'org.jsoup:jsoup:1.13.1'
127127
}
128128

129129
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)