File tree 2 files changed +7
-7
lines changed
src/main/java/wendu/dsbridge
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion ' 25.0.0 '
4
+ compileSdkVersion 28
5
+ buildToolsVersion ' 25.0.3 '
6
6
7
7
defaultConfig {
8
- minSdkVersion 11
9
- targetSdkVersion 23
8
+ minSdkVersion 14
9
+ targetSdkVersion 28
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
Original file line number Diff line number Diff line change 3
3
import android .annotation .SuppressLint ;
4
4
import android .annotation .TargetApi ;
5
5
import android .app .Activity ;
6
- //import android.app.AlertDialog;
7
6
import android .app .Dialog ;
8
7
import android .content .Context ;
9
8
import android .content .DialogInterface ;
13
12
import android .os .Handler ;
14
13
import android .os .Looper ;
15
14
import android .os .Message ;
16
- import android .support .annotation .Keep ;
17
- import android .support .v7 .app .AlertDialog ;
18
15
import android .util .AttributeSet ;
19
16
import android .util .Log ;
20
17
import android .view .Gravity ;
35
32
import android .widget .EditText ;
36
33
import android .widget .FrameLayout ;
37
34
35
+ import androidx .annotation .Keep ;
36
+ import androidx .appcompat .app .AlertDialog ;
37
+
38
38
import org .json .JSONArray ;
39
39
import org .json .JSONException ;
40
40
import org .json .JSONObject ;
You can’t perform that action at this time.
0 commit comments