mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.23.5
This commit is contained in:
parent
316749a4b9
commit
e6c80afdaa
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ buildscript {
|
|||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
|
||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7'
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<verify-signatures>true</verify-signatures>
|
||||
<trusted-artifacts>
|
||||
<trust group="com.android.tools.build" name="aapt2" version="8.2.2-10154469" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
|
||||
<trust group="com.github.nextcloud-deps" name="android-talk-webrtc" version="110.5481.0" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
|
||||
<trust group="com.github.nextcloud-deps" name="android-talk-webrtc" version="110.5481.0" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
|
||||
</trusted-artifacts>
|
||||
<ignored-keys>
|
||||
<ignored-key id="C21CE653B639E41A" reason="Key couldn't be downloaded from any key server"/>
|
||||
|
|
Loading…
Reference in a new issue