| | |
| | | |
| | | android { |
| | | compileSdkVersion 25 |
| | | buildToolsVersion "25.0.2" |
| | | buildToolsVersion '26.0.2' |
| | | defaultConfig { |
| | | applicationId "com.moral.yunfushao" |
| | | minSdkVersion 18 |
| | | targetSdkVersion 22 |
| | | minSdkVersion 21 |
| | | targetSdkVersion 25 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| | | } |
| | | |
| | | signingConfigs { |
| | | // your debug keystore |
| | | debug { |
| | | keyAlias 'moral' |
| | | keyPassword 'moral123456' |
| | | storeFile file("C:\\Users\\Administrator\\Desktop\\key\\key.jks") |
| | | storePassword 'moral123456' |
| | | } |
| | | } |
| | | // signingConfigs { |
| | | // // your debug keystore |
| | | //// debug { |
| | | //// keyAlias 'chenqi' |
| | | //// keyPassword '123456' |
| | | //// storeFile file('/Users/chenqi/chenqi.jks') |
| | | //// storePassword '123456' |
| | | //// } |
| | | // } |
| | | |
| | | sourceSets { |
| | | main { |