[fenix] For https://github.com/mozilla-mobile/fenix/issues/25744: Build with SDK for Android 12 / API 32.

pull/600/head
mcarare 2 years ago committed by mergify[bot]
parent 1d0c864b25
commit beee3c5173

@ -11,9 +11,9 @@ import java.util.Locale
object Config {
// Synchronized build configuration for all modules
const val compileSdkVersion = 31
const val compileSdkVersion = 32
const val minSdkVersion = 21
const val targetSdkVersion = 31
const val targetSdkVersion = 32
@JvmStatic
private fun generateDebugVersionName(): String {

Loading…
Cancel
Save