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