element-android/library/external/diff-match-patch/build.gradle

6 lines
108 B
Groovy

apply plugin: 'java-library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}