We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c2c35 commit 2852e87Copy full SHA for 2852e87
gradle/versions.gradle
@@ -3,8 +3,6 @@
3
ext {
4
// SDK
5
minSdkVersion = 24
6
- brokerProjectMinSdkVersion = 24
7
- automationAppMinSDKVersion = 21
8
targetSdkVersion = 35
9
compileSdkVersion = 35
10
buildToolsVersion = "35.0.0"
uiautomationutilities/build.gradle
@@ -89,7 +89,7 @@ android {
89
90
defaultConfig {
91
multiDexEnabled true
92
- minSdkVersion rootProject.ext.automationAppMinSDKVersion
+ minSdkVersion rootProject.ext.minSdkVersion
93
targetSdkVersion rootProject.ext.targetSdkVersion
94
versionCode 1
95
versionName "1.0"
0 commit comments