For #25744: Build with SDK for Android 12 / API 32.

pull/543/head
mcarare 2 years ago committed by mergify[bot]
parent 9ba0ba563c
commit 883401d8a4

@ -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