This commit is contained in:
Roman Volosovskyi
2023-06-28 11:14:01 +02:00
parent b375c0e1d1
commit 06fa67ec35
+1 -1
View File
@@ -5,7 +5,7 @@ def safeExtGet(prop, fallback) {
}
android {
compileSdkVersion safeExtGet('compileSdkVersion', 33)
compileSdkVersion 33
buildToolsVersion project.hasProperty('buildToolsVersion') ? project.buildToolsVersion : "33.0.1"
defaultConfig {