| | |
| | | apply plugin: 'com.android.application' |
| | | |
| | | android { |
| | | compileSdkVersion 25 |
| | | compileSdkVersion 26 |
| | | defaultConfig { |
| | | applicationId "com.moral.screen" |
| | | minSdkVersion 15 |
| | |
| | | versionName "1.0" |
| | | multiDexEnabled true |
| | | 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' |
| | | } |
| | | } |
| | | sourceSets { |
| | | main { |
| | | jniLibs.srcDir 'libs' |
| | | } |
| | | } |
| | | buildTypes { |
| | | release { |
| | |
| | | compile 'com.lzy.net:okgo:2.1.4' |
| | | compile 'com.lzy.net:okserver:1.1.3' |
| | | compile 'org.greenrobot:eventbus:3.0.0' |
| | | compile 'com.jaeger.statusbarutil:library:1.4.0' |
| | | compile project(':andbrickslib') |
| | | compile('com.github.niorgai:StatusBarCompat:2.1.4', { |
| | | exclude group: 'com.android.support' |
| | | }) |
| | | compile 'com.github.lecho:hellocharts-library:1.5.8@aar' |
| | | compile 'pub.devrel:easypermissions:0.4.0' |
| | | } |