Skip to content

Commit

Permalink
Merge pull request #261 from nextcloud/AndyScherzinger-patch-1
Browse files Browse the repository at this point in the history
androidX annotation 1.0.2
  • Loading branch information
AndyScherzinger authored Mar 7, 2019
2 parents aac61e7 + 4b9af8c commit d7a4e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
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 'androidx.annotation:annotation:1.0.1'
implementation 'androidx.annotation:annotation:1.0.2'

findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0'
findbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.3'
Expand Down
2 changes: 1 addition & 1 deletion scripts/analysis/lint-results.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
<span class="mdl-layout-title">Lint Report: 1 warning</span>
<span class="mdl-layout-title">Lint Report: No errors or warnings</span>

0 comments on commit d7a4e05

Please sign in to comment.