File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/java/com/creditease/netspy/demo/socket Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdk 30
4
+ compileSdk 31
5
5
buildToolsVersion " 30.0.3"
6
6
defaultConfig {
7
7
applicationId " com.creditease.netspy.demo"
@@ -43,6 +43,6 @@ dependencies {
43
43
implementation project(path : ' :netspylib' )
44
44
implementation ' org.greenrobot:greendao:3.2.2'
45
45
// noinspection GradleCompatible
46
- implementation ' com.android.support :localbroadcastmanager:28.0 .0'
46
+ implementation ' androidx.localbroadcastmanager :localbroadcastmanager:1.1 .0'
47
47
48
48
}
Original file line number Diff line number Diff line change 11
11
12
12
import androidx .appcompat .app .ActionBar ;
13
13
import androidx .appcompat .app .AppCompatActivity ;
14
+ import androidx .localbroadcastmanager .content .LocalBroadcastManager ;
14
15
import androidx .recyclerview .widget .LinearLayoutManager ;
15
16
import androidx .recyclerview .widget .RecyclerView ;
16
17
17
- import android .support .v4 .content .LocalBroadcastManager ;
18
18
import android .view .View ;
19
19
import android .widget .Button ;
20
20
import android .widget .EditText ;
Original file line number Diff line number Diff line change 6
6
import android .os .Bundle ;
7
7
import android .os .Handler ;
8
8
import android .os .Message ;
9
- import android .support .v4 .content .LocalBroadcastManager ;
10
9
import androidx .appcompat .app .AppCompatActivity ;
10
+ import androidx .localbroadcastmanager .content .LocalBroadcastManager ;
11
+
11
12
import android .text .Editable ;
12
13
import android .text .TextUtils ;
13
14
import android .text .TextWatcher ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' org.greenrobot.greendao'
3
3
apply plugin : ' com.github.dcendents.android-maven'
4
4
android {
5
- compileSdk 30
5
+ compileSdk 31
6
6
buildToolsVersion " 30.0.3"
7
7
8
8
defaultConfig {
You can’t perform that action at this time.
0 commit comments