mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
a411e38ae7
commit
374f5c72fb
4 changed files with 11 additions and 3 deletions
|
@ -42,4 +42,4 @@ class CertificateValidatorTests {
|
|||
val isCertificateValid = sut?.validate(credentials.publicKey, credentials.certificate) ?: false
|
||||
assert(isCertificateValid)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,4 +10,4 @@ package com.owncloud.android.datamodel
|
|||
data class Credentials(
|
||||
val publicKey: String,
|
||||
val certificate: String
|
||||
)
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
buildscript {
|
||||
ext {
|
||||
androidLibraryVersion ="86b0279d70"
|
||||
androidLibraryVersion ="a4d86ef9d1"
|
||||
androidPluginVersion = '8.5.2'
|
||||
androidxMediaVersion = '1.4.0'
|
||||
androidxTestVersion = "1.6.1"
|
||||
|
|
|
@ -6085,6 +6085,14 @@
|
|||
<sha256 value="6907f3626be02ec7508a98ea912529780445a0336dc4fc665c96af007c5d6c49" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="a4d86ef9d1">
|
||||
<artifact name="android-library-a4d86ef9d1.aar">
|
||||
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="android-library-a4d86ef9d1.module">
|
||||
<sha256 value="47c4737be2cd41173f4e44a12f02e527f0014152103629364d86318c6198d484" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="acc7df66e4a43ed7f450136c13753f2743fb245e">
|
||||
<artifact name="android-library-acc7df66e4a43ed7f450136c13753f2743fb245e.aar">
|
||||
<sha256 value="f30c2d22c923c6ff8c605eb4cf713cfaf49eb967611f70dc3d139725b0891483" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue