| | |
| | | minSdkVersion rootProject.minSdkVersion |
| | | targetSdkVersion rootProject.targetSdkVersion |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | versionName "1.0.1" |
| | | |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | consumerProguardFiles "consumer-rules.pro" |
| | |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'com.google.android.material:material:1.3.0' |
| | | |
| | | //加密 |
| | | implementation 'cn.hutool:hutool-all:5.6.5' |
| | | implementation 'org.bouncycastle:bcprov-jdk15on:1.60' |
| | | // //加密 |
| | | // implementation 'cn.hutool:hutool-all:5.6.5' |
| | | // implementation 'org.bouncycastle:bcprov-jdk15on:1.60' |
| | | } |