Skip to content
Merged
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
12 changes: 5 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repositories {
dirs 'libs'
}
maven { url 'https://jitpack.io' }
maven {url 'https://repository.liferay.com/nexus/content/repositories/public/'}
}

configurations {
Expand Down Expand Up @@ -70,11 +71,7 @@ dependencies {
implementation fileTree(include: '*.jar', exclude: 'regexp-me.jar', dir: 'libs')
implementation(name: 'htmlspanner-custom', ext: 'aar')
implementation 'com.github.dimagi:zebra-print-android:v1.3'
implementation (name: 'LibSimprints-1.0.12', ext: 'aar')
implementation (name: 'mapbox-android-accounts-0.2.0', ext: 'aar')
implementation (name: 'realm-android-library-4.1.1', ext: 'aar')
implementation (name: 'volley-1.1.0', ext: 'aar')
implementation (name: 'storage-2.1.0', ext: 'aar')
implementation 'com.simprints:libsimprints:2024.2.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
Expand Down Expand Up @@ -119,12 +116,13 @@ dependencies {
implementation "io.noties.markwon:ext-tables:$markwon_version"
implementation "io.noties.markwon:ext-strikethrough:$markwon_version"

// Kujaku
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.snatik:storage:2.1.0'
implementation('io.ona.kujaku:library:0.9.0') {
exclude module: 'xpp3'
exclude module: 'volley'
exclude module: 'storage'
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-accounts'
exclude group: 'io.realm'
}
implementation 'androidx.work:work-runtime:2.10.0'
implementation 'androidx.work:work-runtime-ktx:2.10.0'
Expand Down
Binary file removed app/libs/LibSimprints-1.0.12.aar
Binary file not shown.
Binary file removed app/libs/mapbox-android-accounts-0.2.0.aar
Binary file not shown.
Binary file removed app/libs/realm-android-library-4.1.1.aar
Binary file not shown.
Binary file removed app/libs/storage-2.1.0.aar
Binary file not shown.
Binary file removed app/libs/volley-1.1.0.aar
Binary file not shown.
Loading