mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
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:
commit
b15dd5b979
3 changed files with 4 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '1.3.50'
|
||||
kotlinVersion = '1.4.32'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue