| | |
| | | signingConfigs { |
| | | debug { |
| | | storeFile file('../keystore/Untitled') |
| | | keyAlias 'photovotaic' |
| | | keyAlias 'hdlphotovotaic' |
| | | storePassword '85521566' |
| | | keyPassword '85521566' |
| | | } |
| | | release { |
| | | storeFile file('../keystore/Untitled') |
| | | keyAlias 'photovotaic' |
| | | keyAlias 'hdlphotovotaic' |
| | | storePassword '85521566' |
| | | keyPassword '85521566' |
| | | } |
| | |
| | | applicationId "com.hdl.photovoltaic" |
| | | minSdk 23 |
| | | targetSdk 34 |
| | | versionCode 1 |
| | | versionCode 10 |
| | | versionName "1.1.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的 |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | multiDexEnabled true |