Loading build.gradle +2 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ dependencies { compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.6' implementation 'org.parceler:parceler-api:1.1.12' annotationProcessor 'org.parceler:parceler:1.1.12' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' implementation "com.android.support:support-annotations:28.0.0" implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.android.support:support-annotations:28.0.0' findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0' findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.3' } Loading Loading
build.gradle +2 −3 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ dependencies { compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.6' implementation 'org.parceler:parceler-api:1.1.12' annotationProcessor 'org.parceler:parceler:1.1.12' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' implementation "com.android.support:support-annotations:28.0.0" implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.android.support:support-annotations:28.0.0' findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0' findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.3' } Loading