| | |
| | | ] |
| | | |
| | | android { |
| | | signingConfigs { |
| | | debug { |
| | | storeFile file('../keystore/Untitled') |
| | | keyAlias 'hdlphotovotaic' |
| | | storePassword '85521566' |
| | | keyPassword '85521566' |
| | | } |
| | | release { |
| | | storeFile file('../keystore/Untitled') |
| | | keyAlias 'photovoltaic' |
| | | storePassword '85521566' |
| | | keyPassword '85521566' |
| | | } |
| | | } |
| | | compileSdk 30 |
| | | |
| | | defaultConfig { |
| | |
| | | release { |
| | | minifyEnabled false |
| | | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
| | | signingConfig signingConfigs.release |
| | | } |
| | | debug { |
| | | signingConfig signingConfigs.debug |
| | | } |
| | | } |
| | | |
| | |
| | | annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' |
| | | |
| | | |
| | | |
| | | //********UniSDK必须添加的依赖 start******** |
| | | implementation "androidx.recyclerview:recyclerview:1.0.0" |
| | | implementation 'com.alibaba:fastjson:1.2.66'//必须集成,fastjson功能需要 |