client_Hale
2019-11-06 bee3292c966e313152f5459ec30e0c6439d9c108
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')