File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 88  build :
99    runs-on : ubuntu-latest 
1010    steps :
11-       - uses : actions/checkout@v3  
11+       - uses : actions/checkout@v5  
1212
1313      - name : Set up JDK 
14-         uses : actions/setup-java@v3  
14+         uses : actions/setup-java@v4  
1515        with :
1616          distribution : ' zulu' 
1717          java-version : ' 11' 
1818
1919      - name : Cache gradle, wrapper and buildSrc 
20-         uses : actions/cache@v3  
20+         uses : actions/cache@v4  
2121        with :
2222          path : | 
2323            ~/.gradle/caches 
3333        run : ./gradlew assembleRelease --warning-mode all --stacktrace 
3434
3535      - name : Upload APK 
36-         uses : actions/upload-artifact@v3  
36+         uses : actions/upload-artifact@v4  
3737        with :
3838          name : app-release 
3939          path : app/build/outputs/apk/release/*.apk 
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010  build :
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : actions/checkout@v3  
13+       - uses : actions/checkout@v5  
1414
1515      - name : Set up JDK 
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 
3535        run : ./gradlew assembleDebug --warning-mode all --stacktrace 
3636
3737      - name : Upload APK 
38-         uses : actions/upload-artifact@v3  
38+         uses : actions/upload-artifact@v4  
3939        with :
4040          name : app-debug 
4141          path : app/build/outputs/apk/debug/app-debug.apk 
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.3 .0 
10-       - uses : gradle/wrapper-validation-action@v1.0.5  
9+       - uses : actions/checkout@v5.0 .0 
10+       - uses : gradle/wrapper-validation-action@v3.5.0  
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010  build :
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : actions/checkout@v3  
13+       - uses : actions/checkout@v5  
1414
1515      - name : Set up JDK 
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 @@ -29,7 +29,7 @@ object versions {
2929  }
3030
3131  object  kotlin {
32-     const  val  core =  " 1.6.21 " 
32+     const  val  core =  " 2.2.0 " 
3333    const  val  coroutines =  " 1.6.1" 
3434  }
3535
@@ -52,9 +52,9 @@ object versions {
5252    const  val  work =  " 2.8.0-alpha02" 
5353  }
5454
55-   const  val  koin =  " 3.2 .0" 
55+   const  val  koin =  " 4.1 .0" 
5656  const  val  moshiKotlin =  " 1.13.0" 
57-   const  val  retrofit =  " 2.9 .0" 
57+   const  val  retrofit =  " 3.0 .0" 
5858  const  val  okHttpLoggingInterceptor =  " 5.0.0-alpha.2" 
5959  const  val  leakCanaryAndroid =  " 2.7" 
6060  const  val  rxRelay =  " 3.0.1" 
@@ -81,13 +81,13 @@ object versions {
8181  }
8282
8383  object  firebase {
84-     const  val  bom =  " 28.4.2 " 
84+     const  val  bom =  " 34.1.0 " 
8585  }
8686
87-   const  val  arrow =  " 1 .1.2" 
87+   const  val  arrow =  " 2 .1.2" 
8888  const  val  uri =  " 0.3.3" 
8989  const  val  viewBindingDelegate =  " 1.3.1" 
90-   const  val  flowExt =  " 0.3 .0" 
90+   const  val  flowExt =  " 1.0 .0" 
9191}
9292
9393object  deps {
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-9.0.0 -all.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments