File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
distribution : ' zulu'
22
22
java-version : ' 11'
Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up JDK
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
21
distribution : ' zulu'
22
22
java-version : ' 11'
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- androidGradlePlugin = " 7.4.1 "
2
+ androidGradlePlugin = " 8.2.0 "
3
3
kotlin = " 1.8.0"
4
- jmailenKotlinter = " 3.13 .0"
4
+ jmailenKotlinter = " 4.1 .0"
5
5
kotlinxCoroutines = " 1.6.4"
6
6
androidxAppCompat = " 1.6.0"
7
7
androidxCore = " 1.9.0"
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-7.6 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments