haijiang
2018-07-10 487102118041896810e4657a37eaab43a8998bc5
app/build.gradle
@@ -11,6 +11,20 @@
        multiDexEnabled true
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    signingConfigs {
        // your debug keystore
        debug {
            keyAlias 'moral'
            keyPassword 'moral123456'
            storeFile file("C:\\Users\\Administrator\\Desktop\\key\\key.jks")
            storePassword 'moral123456'
        }
    }
    sourceSets {
        main {
            jniLibs.srcDir 'libs'
        }
    }
    buildTypes {
        release {
            minifyEnabled false
@@ -36,4 +50,5 @@
    compile('com.github.niorgai:StatusBarCompat:2.1.4', {
        exclude group: 'com.android.support'
    })
    compile 'com.github.lecho:hellocharts-library:1.5.8@aar'
}