File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlinVersion = " 1.7.10 "
5- ext. agpVersion = " 8.1.1 "
4+ ext. kotlinVersion = " 1.8.20 "
5+ ext. agpVersion = ' 8.3.2 '
66 repositories {
77 // Insert local test repo here
88 google()
@@ -27,7 +27,7 @@ allprojects {
2727
2828ext {
2929 robolectricVersion = " 4.10.3"
30- extTruthVersion = " 1.6.0-alpha01 "
31- extJUnitVersion = " 1.2.0-alpha01 "
32- espressoDeviceVersion = " 1.0.0-alpha07 "
30+ extTruthVersion = " 1.6.0-alpha04 "
31+ extJUnitVersion = " 1.2.0-alpha04 "
32+ espressoDeviceVersion = " 1.0.0-alpha09 "
3333}
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 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. agpVersion = " 8.1.1 "
3+ ext. agpVersion = ' 8.3.2 '
44 ext. kotlinVersion = " 1.8.20"
55 ext. androidxCoreVersion = " 1.9.0"
66 ext. buildToolsVersion = " 32.0.0"
77 ext. androidxCompatVersion = " 1.5.1"
8- ext. coreVersion = " 1.6.0-alpha01 "
9- ext. extJUnitVersion = " 1.2.0-alpha01 "
10- ext. runnerVersion = " 1.6.0-alpha03 "
11- ext. rulesVersion = " 1.6.0-alpha01 "
12- ext. espressoVersion = " 3.6.0-alpha01 "
13- ext. servicesVersion = " 1.5.0-alpha01 "
8+ ext. coreVersion = " 1.6.0-alpha06 "
9+ ext. extJUnitVersion = " 1.2.0-alpha04 "
10+ ext. runnerVersion = " 1.6.0-alpha07 "
11+ ext. rulesVersion = " 1.6.0-alpha04 "
12+ ext. espressoVersion = " 3.6.0-alpha04 "
13+ ext. servicesVersion = " 1.5.0-alpha04 "
1414 ext. truthVersion = " 1.1.3"
1515
1616 repositories {
Original file line number Diff line number Diff line change 11# Thu Sep 30 12:30:46 PDT 2021
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -all.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments