| | |
| | | applicationId "com.doumee.keyCabinet" |
| | | minSdkVersion build_versions.min_sdk |
| | | targetSdkVersion build_versions.target_sdk |
| | | versionCode 2 |
| | | versionName "1.0.1" |
| | | versionCode 5 |
| | | versionName "1.0.5" |
| | | |
| | | //支持vectorDrawables矢量图 |
| | | vectorDrawables.useSupportLibrary = true |
| | |
| | | implementation project(path: ':settinglibrary') |
| | | implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
| | | implementation files('libs\\simple-xml-2.7.1.jar') |
| | | implementation files('libs\\API-20250310.jar') |
| | | testImplementation deps.test.junit |
| | | androidTestImplementation deps.test.ext_junit |
| | | androidTestImplementation deps.test.test_espresso |