lizhanwei
2020-05-22 b673f252f41ede83128d36a54266477e9adf47d0
app/build.gradle
@@ -11,6 +11,12 @@
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        ndk {
            // Specifies the ABI configurations of your native
            // libraries Gradle should build and package with your APK.
            abiFilters 'armeabi-v7a'
        }
    }
    compileOptions {
        sourceCompatibility 1.8