mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
update bouncycastle to 1.69
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
3fef7044c3
commit
f3dd13c7c6
2 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ dependencies {
|
|||
implementation 'org.greenrobot:eventbus:3.2.0'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.2'
|
||||
implementation 'org.lukhnos:nnio:0.2'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.68'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.69'
|
||||
implementation 'com.google.code.gson:gson:2.8.7'
|
||||
implementation 'com.afollestad:sectioned-recyclerview:0.5.0'
|
||||
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
|
||||
|
|
2
lint.xml
2
lint.xml
|
@ -7,7 +7,7 @@
|
|||
<issue id="InvalidPackage">
|
||||
<ignore path="**/freemarker-2.*.*.jar" />
|
||||
<ignore path="**/nnio-0.2.jar"/>
|
||||
<ignore path="**/bcpkix-jdk15on-1.65.jar" />
|
||||
<ignore path="**/bcpkix-jdk15on-1.69.jar" />
|
||||
</issue>
|
||||
|
||||
<issue id="UnusedResources">
|
||||
|
|
Loading…
Reference in a new issue