appsupervision/build.gradle
@@ -11,8 +11,8 @@
        applicationId "cn.flightfeather.thirdapp"
        minSdkVersion 19
        targetSdkVersion 28
        versionCode 33
        versionName "1.1.14.17"
        versionCode 34
        versionName "1.1.14.19"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        renderscriptTargetApi 25
@@ -43,6 +43,11 @@
        doNotStrip "*/mips64/*.so"
        //...
    }
    lintOptions {
        checkReleaseBuilds false
        abortOnError false
        disable 'TypographyFractions','TypographyQuotes'
    }
}
dependencies {