Merge pull request #1148 from nextcloud/0d2fdependabot/gradle/kotlinVersion-1.4.32

Bump kotlinVersion from 1.3.50 to 1.4.32
This commit is contained in:
Andy Scherzinger 2021-04-27 23:51:34 +02:00 committed by GitHub
commit b15dd5b979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -277,13 +277,13 @@ dependencies {
implementation 'com.github.tobiaskaminsky:ImagePicker:extraFile-SNAPSHOT'
implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0'
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:3.9.0'
testImplementation "org.powermock:powermock-core:${powermockVersion}"
testImplementation "org.powermock:powermock-module-junit4:${powermockVersion}"
testImplementation "org.powermock:powermock-api-mockito2:${powermockVersion}"
androidTestImplementation ('androidx.test.espresso:espresso-core:3.1.0-alpha4', {
androidTestImplementation ('androidx.test.espresso:espresso-core:3.3.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
findbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'

View file

@ -329,7 +329,6 @@ public class MagicPeerConnectionWrapper {
}
private class MagicPeerConnectionObserver implements PeerConnection.Observer {
private final String TAG = "MagicPeerConnectionObserver";
@Override
public void onSignalingChange(PeerConnection.SignalingState signalingState) {
@ -425,7 +424,7 @@ public class MagicPeerConnectionWrapper {
}
private class MagicSdpObserver implements SdpObserver {
private final String TAG = "MagicSdpObserver";
private static final String TAG = "MagicSdpObserver";
@Override
public void onCreateFailure(String s) {

View file

@ -22,7 +22,7 @@
buildscript {
ext {
kotlinVersion = '1.3.50'
kotlinVersion = '1.4.32'
}
repositories {