Take Mozilla's max SDK version bump

pull/393/head
Adam Novak 3 years ago
parent 7e870605d8
commit 6650a8ebe4

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

Loading…
Cancel
Save