| | |
| | | apply plugin: 'kotlin-android-extensions' // apply plugin |
| | | apply plugin: 'kotlin-kapt' |
| | | apply plugin: 'com.jakewharton.butterknife' |
| | | apply plugin: 'com.aliyun.ams.emas-services' |
| | | //apply plugin: 'com.aliyun.ams.emas-services' |
| | | |
| | | android { |
| | | compileSdkVersion 28 |
| | |
| | | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
| | | } |
| | | } |
| | | buildFeatures { |
| | | dataBinding true |
| | | } |
| | | productFlavors { |
| | | } |
| | | sourceSets { |
| | |
| | | doNotStrip "*/mips64/*.so" |
| | | //... |
| | | } |
| | | |
| | | lintOptions { |
| | | checkReleaseBuilds false |
| | | abortOnError false |
| | | disable 'TypographyFractions','TypographyQuotes' |
| | | } |
| | | } |
| | | |
| | | greendao { |