File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlinVersion = " 1.7.10 "
5
- ext. agpVersion = " 8.1.1 "
4
+ ext. kotlinVersion = " 1.8.20 "
5
+ ext. agpVersion = ' 8.3.2 '
6
6
repositories {
7
7
// Insert local test repo here
8
8
google()
@@ -27,7 +27,7 @@ allprojects {
27
27
28
28
ext {
29
29
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 "
33
33
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. agpVersion = " 8.1.1 "
3
+ ext. agpVersion = ' 8.3.2 '
4
4
ext. kotlinVersion = " 1.8.20"
5
5
ext. androidxCoreVersion = " 1.9.0"
6
6
ext. buildToolsVersion = " 32.0.0"
7
7
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 "
14
14
ext. truthVersion = " 1.1.3"
15
15
16
16
repositories {
Original file line number Diff line number Diff line change 1
1
# Thu Sep 30 12:30:46 PDT 2021
2
2
distributionBase =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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments