Skip to content

Commit

Permalink
Use markdown module from nextcloud-commons lib
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niedermann <[email protected]>
  • Loading branch information
stefan-niedermann committed Oct 18, 2021
1 parent fae4740 commit 8f24275
Show file tree
Hide file tree
Showing 59 changed files with 5 additions and 4,688 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ android {
}

dependencies {
// Markdown
implementation project(path: ':markdown')

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

// Nextcloud SSO
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.4.0'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.4.0'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.5.0'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.5.0'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.5.0') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
implementation 'com.github.stefan-niedermann:android-commons:0.2.0'

// Glide
Expand Down
1 change: 0 additions & 1 deletion markdown/.gitignore

This file was deleted.

67 changes: 0 additions & 67 deletions markdown/build.gradle

This file was deleted.

Empty file removed markdown/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions markdown/proguard-rules.pro

This file was deleted.

4 changes: 0 additions & 4 deletions markdown/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8f24275

Please sign in to comment.