蔡瀚
2019-01-23 ac4cd9dae58bc753609aebd35ccda8785b806e3e
Project/yj_sdk/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
    compileSdkVersion 26
    compileSdkVersion 22
    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 26
        targetSdkVersion 22
        versionCode 1
        versionName "1.1.0"
    }
@@ -27,6 +27,12 @@
    }
}
repositories {
    flatDir {
        dirs 'libs'
    }
}
dependencies {
    implementation files('libs/ahelper.jar')
    implementation files('libs/android-support-v4.jar')