File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/main/java/wendu/dsbridge Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion ' 25.0.0 '
4+ compileSdkVersion 28
5+ buildToolsVersion ' 25.0.3 '
66
77 defaultConfig {
8- minSdkVersion 11
9- targetSdkVersion 23
8+ minSdkVersion 14
9+ targetSdkVersion 28
1010 versionCode 1
1111 versionName " 1.0"
1212
Original file line number Diff line number Diff line change 33import android .annotation .SuppressLint ;
44import android .annotation .TargetApi ;
55import android .app .Activity ;
6- //import android.app.AlertDialog;
76import android .app .Dialog ;
87import android .content .Context ;
98import android .content .DialogInterface ;
1312import android .os .Handler ;
1413import android .os .Looper ;
1514import android .os .Message ;
16- import android .support .annotation .Keep ;
17- import android .support .v7 .app .AlertDialog ;
1815import android .util .AttributeSet ;
1916import android .util .Log ;
2017import android .view .Gravity ;
3532import android .widget .EditText ;
3633import android .widget .FrameLayout ;
3734
35+ import androidx .annotation .Keep ;
36+ import androidx .appcompat .app .AlertDialog ;
37+
3838import org .json .JSONArray ;
3939import org .json .JSONException ;
4040import org .json .JSONObject ;
You can’t perform that action at this time.
0 commit comments