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 cca6c3a commit b13fc75Copy full SHA for b13fc75
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