| | |
| | | //apply plugin: 'com.novoda.bintray-release' |
| | | |
| | | android { |
| | | compileSdkVersion 27 |
| | | compileSdkVersion 28 |
| | | defaultConfig { |
| | | minSdkVersion 17 |
| | | targetSdkVersion 27 |
| | | targetSdkVersion 28 |
| | | versionCode 1 |
| | | versionName "1.0.2" |
| | | versionName "1.0.6" |
| | | |
| | | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| | | |
| | |
| | | |
| | | dependencies { |
| | | implementation fileTree(include: ['*.jar'], dir: 'libs') |
| | | implementation 'com.android.support:appcompat-v7:27.1.1' |
| | | implementation 'com.android.support:appcompat-v7:28+' |
| | | api 'org.greenrobot:eventbus:3.0.0' |
| | | testImplementation 'junit:junit:4.12' |
| | | androidTestImplementation 'com.android.support.test:runner:1.0.2' |