| | |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | } |
| | | |
| | | signingConfigs { |
| | | release { |
| | | keyAlias 'hefan' |
| | | keyPassword '34210000' |
| | | storeFile file('../../hefan.jks') |
| | | storePassword '34210000' |
| | | } |
| | | debug { |
| | | keyAlias 'hefan' |
| | | keyPassword '34210000' |
| | | storeFile file('../../hefan.jks') |
| | | storePassword '34210000' |
| | | } |
| | | } |
| | | buildTypes { |
| | | debug { |
| | | minifyEnabled false |
| | | buildConfigField 'String','HOST_IP_ADDR','"https://test1.mydetao.cn/"' |
| | | resValue "string", "app_name", "歌词工具测试" |
| | | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
| | | signingConfig signingConfigs.debug |
| | | } |
| | | release { |
| | | minifyEnabled false |
| | | buildConfigField 'String','HOST_IP_ADDR','"https://test1.mydetao.cn/"' |
| | | resValue "string", "app_name", "歌词工具" |
| | | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
| | | signingConfig signingConfigs.release |
| | | } |
| | | } |
| | | compileOptions { |