Skip to content

Commit b13fc75

Browse files
committed
sdk35
1 parent cca6c3a commit b13fc75

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle/versions.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
ext {
44
// SDK
55
minSdkVersion = 24
6-
brokerProjectMinSdkVersion = 24
7-
automationAppMinSDKVersion = 21
86
targetSdkVersion = 35
97
compileSdkVersion = 35
108
buildToolsVersion = "35.0.0"

uiautomationutilities/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ android {
8989

9090
defaultConfig {
9191
multiDexEnabled true
92-
minSdkVersion rootProject.ext.automationAppMinSDKVersion
92+
minSdkVersion rootProject.ext.minSdkVersion
9393
targetSdkVersion rootProject.ext.targetSdkVersion
9494
versionCode 1
9595
versionName "1.0"

0 commit comments

Comments
 (0)