Skip to content

Commit

Permalink
Use external diff-match-patch reference instead of copy
Browse files Browse the repository at this point in the history
The Google diff-match-patch library object we had copied has moved
on and been worked on since 2006 (!) - this externalizes the diff algorithm
only keeping the small part where we wrap it for HTML diff display

Also upgrade the ExifInterface to the current recommended androidx reference

Finally, de-lint a bit more since Base64 isn't used and others had easy fixes
  • Loading branch information
mikehardy authored and timrae committed Nov 24, 2018
1 parent 8c6a919 commit b4361f4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3,001 deletions.
2 changes: 2 additions & 0 deletions AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@ dependencies {
// Note: the design support library can be quite buggy, so test everything thoroughly before updating it
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'io.requery:sqlite-android:3.25.2'
implementation 'androidx.sqlite:sqlite:2.0.0'
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
implementation 'com.getbase:floatingactionbutton:1.10.1'
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'org.bitbucket.cowwoc:diff-match-patch:1.1'

// May need a resolution strategy for support libs to our versions
implementation'ch.acra:acra-http:5.2.1'
Expand Down
Loading

0 comments on commit b4361f4

Please sign in to comment.