Update build.gradle

This commit is contained in:
Marcos Rodriguez Vélez 2021-07-14 12:28:47 -04:00
parent 556cf5a116
commit fb0490e977

View File

@ -2,7 +2,7 @@
buildscript {
ext {
minSdkVersion = 28
minSdkVersion = 26
supportLibVersion = "28.0.0"
buildToolsVersion = "29.0.3"
compileSdkVersion = 29
@ -74,7 +74,7 @@ subprojects {
android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 28
minSdkVersion 26
}
}
}