Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3094a671 authored by Mark Harman's avatar Mark Harman
Browse files

Remove old unused renderscript code/support.

parent 35255455
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -10,11 +10,6 @@ android {
        targetSdkVersion 35
        //compileSdkVersion 31 // needed to support appcompat:1.4.0 (which we need for emoji policy support, and not yet ready to target SDK 30)

        renderscriptTargetApi 21
        //renderscriptSupportModeEnabled true // don't use support library as it bloats the APK, and we don't need pre-4.4 support
        // need build tools at least 20 at least to support ScriptIntrinsicHistogram
        // also need build tools at least 21 to avoid Google Play 64-bit warning (required from 1 August 2019)

        testApplicationId "net.sourceforge.opencamera.test"
        //testInstrumentationRunner "android.test.InstrumentationTestRunner"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -38,7 +33,6 @@ android {
    }
    namespace 'net.sourceforge.opencamera'
    buildFeatures {
        renderScript true
    }
    //useLibrary 'android.test.mock'
}
Loading