JLChen
2020-01-18 fd78a0c0e444b83f40a9225c98adceb87bbda329
hdl_core/build.gradle
@@ -2,12 +2,12 @@
//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"
@@ -28,7 +28,7 @@
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'