Loading app/build.gradle +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ android { compileOptions.encoding = 'UTF-8' compileOptions.encoding = 'UTF-8' defaultConfig { defaultConfig { applicationId "net.sourceforge.opencamera" applicationId "foundation.e.camera" minSdkVersion 15 minSdkVersion 15 targetSdkVersion 34 targetSdkVersion 34 //compileSdkVersion 31 // needed to support appcompat:1.4.0 (which we need for emoji policy support, and not yet ready to target SDK 30) //compileSdkVersion 31 // needed to support appcompat:1.4.0 (which we need for emoji policy support, and not yet ready to target SDK 30) Loading Loading
app/build.gradle +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ android { compileOptions.encoding = 'UTF-8' compileOptions.encoding = 'UTF-8' defaultConfig { defaultConfig { applicationId "net.sourceforge.opencamera" applicationId "foundation.e.camera" minSdkVersion 15 minSdkVersion 15 targetSdkVersion 34 targetSdkVersion 34 //compileSdkVersion 31 // needed to support appcompat:1.4.0 (which we need for emoji policy support, and not yet ready to target SDK 30) //compileSdkVersion 31 // needed to support appcompat:1.4.0 (which we need for emoji policy support, and not yet ready to target SDK 30) Loading