Merge branch 'master' into modal

This commit is contained in:
Marcos Rodriguez Vélez 2024-07-18 17:32:35 -04:00 committed by GitHub
commit 6ce0d46295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,8 +63,8 @@ subprojects {
if (project.hasProperty("android")) {
android {
buildToolsVersion "34.0.0"
compileSdkVersion 33
defaultConfig {
compileSdkVersion 34
defaultConfig
minSdkVersion 24
}
}