File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
src/main/java/com/cloudwebrtc/webrtc Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
27
27
defaultConfig {
28
28
minSdkVersion 18
29
- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
29
+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
30
30
}
31
31
32
32
lintOptions {
@@ -41,5 +41,5 @@ android {
41
41
42
42
dependencies {
43
43
api ' org.webrtc:google-webrtc:1.0.26131'
44
- implementation " com.android.support:support-annotations:22.0.0 "
44
+ implementation " androidx.annotation:annotation:1.1.0-alpha01 "
45
45
}
Original file line number Diff line number Diff line change 12
12
import android .os .Looper ;
13
13
import android .os .ResultReceiver ;
14
14
import android .provider .MediaStore ;
15
- import android . support .annotation .Nullable ;
15
+ import androidx .annotation .Nullable ;
16
16
import android .util .Log ;
17
17
import android .content .Intent ;
18
18
import android .app .Activity ;
Original file line number Diff line number Diff line change 12
12
import android .util .Base64 ;
13
13
import android .util .Log ;
14
14
import android .util .SparseArray ;
15
- import android . support .annotation .Nullable ;
15
+ import androidx .annotation .Nullable ;
16
16
17
17
import com .cloudwebrtc .webrtc .utils .ConstraintsArray ;
18
18
import com .cloudwebrtc .webrtc .utils .ConstraintsMap ;
Original file line number Diff line number Diff line change 1
1
package com .cloudwebrtc .webrtc .record ;
2
2
3
- import android . support .annotation .Nullable ;
3
+ import androidx .annotation .Nullable ;
4
4
import android .util .Log ;
5
5
6
6
import com .cloudwebrtc .webrtc .utils .EglUtils ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
28
28
targetSdkVersion 27
29
29
versionCode 1
30
30
versionName " 1.0"
31
- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
31
+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
32
32
}
33
33
34
34
buildTypes {
@@ -56,6 +56,6 @@ flutter {
56
56
57
57
dependencies {
58
58
testImplementation ' junit:junit:4.12'
59
- androidTestImplementation ' com.android.support. test:runner:1.0.1 '
60
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.1 '
59
+ androidTestImplementation ' androidx. test:runner:1.1.2-alpha01 '
60
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.2-alpha01 '
61
61
}
You can’t perform that action at this time.
0 commit comments