File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Set up JDK
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v4
1919 with :
2020 distribution : ' zulu'
2121 java-version : ' 11'
3434 arguments : assembleDebug --warning-mode all --stacktrace
3535
3636 - name : Upload APK
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : app-debug
4040 path : app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check try_mvi branch
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 ref : try_mvi
1717
1818 - name : Checkout current branch
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Setup Java
22- uses : actions/setup-java@v3
22+ uses : actions/setup-java@v4
2323 with :
2424 distribution : ' zulu'
2525 java-version : ' 11'
2626
2727 - name : Cache gradle, wrapper and buildSrc
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 path : |
3131 ~/.gradle/caches
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup Java
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1717 with :
1818 distribution : ' zulu'
1919 java-version : ' 11'
2020
2121 - name : Cache gradle, wrapper and buildSrc
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : |
2525 ~/.gradle/caches
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ dependencies {
8181 implementation ' com.google.android.material:material:1.6.1'
8282
8383 // play services
84- implementation ' com.google.android.gms:play-services-location:20.0 .0'
85- implementation ' com.google.android.libraries.places:places:2.6 .0'
84+ implementation ' com.google.android.gms:play-services-location:21.3 .0'
85+ implementation ' com.google.android.libraries.places:places:3.5 .0'
8686
8787 // room persistence
8888 final roomVersion = ' 2.4.3'
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. kotlin_version = ' 1.7.20 '
4+ ext. kotlin_version = ' 2.0.0 '
55
66 repositories {
77 google()
@@ -10,7 +10,7 @@ buildscript {
1010 }
1111
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:7.3.0 '
13+ classpath ' com.android.tools.build:gradle:8.4.1 '
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1515 classpath " com.diffplug.spotless:spotless-plugin-gradle:6.11.0"
1616 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Mon Jul 27 09:33:37 ICT 2020
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
46zipStoreBase =GRADLE_USER_HOME
57zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
You can’t perform that action at this time.
0 commit comments