JLChen
2019-08-02 425b2352c57a377b1594097a69aabcc87207b683
hdl_core/build.gradle
@@ -2,11 +2,11 @@
//apply plugin: 'com.novoda.bintray-release'
android {
    compileSdkVersion 27
    compileSdkVersion 28
    defaultConfig {
        minSdkVersion 17
        targetSdkVersion 27
        versionCode 1
        targetSdkVersion 28
        versionCode 2
        versionName "1.0.2"
        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'