소스 검색

Merge pull request #8205 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.2.0

Bump annotation from 1.1.0 to 1.2.0
Andy Scherzinger 4 년 전
부모
커밋
c28c48e20f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -318,7 +318,7 @@ dependencies {
         exclude group: "com.android.support"
     }
     implementation 'com.caverock:androidsvg:1.4'
-    implementation 'androidx.annotation:annotation:1.1.0'
+    implementation 'androidx.annotation:annotation:1.2.0'
     implementation 'com.google.code.gson:gson:2.8.6'
     implementation 'com.vanniktech:emoji-google:0.7.0'