File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11// Variables for entire project
22ext {
33 // SDK
4- minSdkVersion = 16
5- automationAppMinSDKVersion = 21
6- targetSdkVersion = 33
7- compileSdkVersion = 34
8- buildToolsVersion = " 28.0.3"
4+ minSdkVersion = 24
5+ targetSdkVersion = 35
6+ compileSdkVersion = 35
7+ buildToolsVersion = " 35.0.0"
98
109 // Plugins
11- gradleVersion = ' 8.2.2 '
10+ gradleVersion = ' 8.10.0 '
1211 androidMavenGradlePluginVersion = " 1.4.1"
1312
1413 // Libraries
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments