File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
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' 
3030          arguments : assembleDebug --warning-mode all --stacktrace 
3131
3232      - name : Upload APK 
33-         uses : actions/upload-artifact@v3  
33+         uses : actions/upload-artifact@v4  
3434        with :
3535          name : app-debug 
3636          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  
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:
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 " 
3- kotlin  = " 1.8.0 " 
4- jmailenKotlinter  = " 3.13.0 " 
2+ androidGradlePlugin  = " 8.9.2 " 
3+ kotlin  = " 2.1.20 " 
4+ jmailenKotlinter  = " 5.0.2 " 
55kotlinxCoroutines  = " 1.6.4" 
66androidxAppCompat  = " 1.6.0" 
77androidxCore  = " 1.9.0" 
88androidMaterial  = " 1.8.0" 
99androidxConstraintLayout  = " 2.1.4" 
1010androidxFragment  = " 1.5.5" 
11- hoc081098FlowExt  = " 0.5 .0" 
11+ hoc081098FlowExt  = " 1.0 .0" 
1212androidxLifecycle  = " 2.5.1" 
1313
1414[libraries ]
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.13 -all.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments