| | |
| | | minSdk 23 |
| | | targetSdk 30 |
| | | versionCode 1 |
| | | versionName "1.1.0" |
| | | versionName "1.1.1" |
| | | |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |
| | |
| | | implementation 'com.android.support:multidex:1.0.3' |
| | | implementation 'androidx.webkit:webkit:1.3.0'//3.6.15版本之后 必须集成,用来支持暗黑模式 |
| | | //********UniSDK必须添加的依赖 end******** |
| | | |
| | | //NanoHTTPD搭建服务器 |
| | | implementation 'org.nanohttpd:nanohttpd:2.3.1' |
| | | |
| | | //Apache FileUtils 第三方工具类 |
| | | implementation 'commons-io:commons-io:2.11.0' |
| | | //权限请求框架 |
| | | implementation 'com.github.getActivity:XXPermissions:12.8' |
| | | |
| | | |
| | | } |