File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
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'
30
30
arguments : assembleDebug --warning-mode all --stacktrace
31
31
32
32
- name : Upload APK
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : app-debug
36
36
path : app/build/outputs/apk/debug/app-debug.apk
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
10
- - uses : gradle/wrapper-validation-action@v1
9
+ - uses : actions/checkout@v4
10
+ - uses : gradle/wrapper-validation-action@v3
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 "
3
- kotlin = " 1.8.0 "
4
- jmailenKotlinter = " 3.13.0 "
2
+ androidGradlePlugin = " 8.9.0 "
3
+ kotlin = " 2.1.20 "
4
+ jmailenKotlinter = " 5.0.1 "
5
5
kotlinxCoroutines = " 1.6.4"
6
6
androidxAppCompat = " 1.6.0"
7
7
androidxCore = " 1.9.0"
8
8
androidMaterial = " 1.8.0"
9
9
androidxConstraintLayout = " 2.1.4"
10
10
androidxFragment = " 1.5.5"
11
- hoc081098FlowExt = " 0.5 .0"
11
+ hoc081098FlowExt = " 1.0 .0"
12
12
androidxLifecycle = " 2.5.1"
13
13
14
14
[libraries ]
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.13 -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