Loading app/build.gradle +0 −6 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -38,7 +33,6 @@ android { } namespace 'net.sourceforge.opencamera' buildFeatures { renderScript true } //useLibrary 'android.test.mock' } Loading Loading
app/build.gradle +0 −6 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -38,7 +33,6 @@ android { } namespace 'net.sourceforge.opencamera' buildFeatures { renderScript true } //useLibrary 'android.test.mock' } Loading