File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99  build :
1010    runs-on : ubuntu-latest 
1111    steps :
12-       - uses : actions/checkout@v4  
12+       - uses : actions/checkout@v5  
1313
1414      - name : Set Up JDK 
15-         uses : actions/setup-java@v4  
15+         uses : actions/setup-java@v5  
1616        with :
1717          distribution : ' zulu' #  See 'Supported distributions' for available options
1818          java-version : ' 17' 
Original file line number Diff line number Diff line change 1818plugins {
1919    id(" com.android.application" 
2020    id(" org.jetbrains.kotlin.android" 
21-     id(" org.jetbrains.kotlin.plugin.compose" " 2.1.0 " 
21+     id(" org.jetbrains.kotlin.plugin.compose" " 2.2.20 " 
2222}
2323
2424android {
@@ -68,13 +68,13 @@ android {
6868}
6969
7070dependencies {
71-     implementation(platform(" androidx.compose:compose-bom:2024.12 .01" 
72-     implementation(" androidx.activity:activity-compose:1.9.3 " 
71+     implementation(platform(" androidx.compose:compose-bom:2025.08 .01" 
72+     implementation(" androidx.activity:activity-compose:1.10.1 " 
7373    implementation(" androidx.compose.material3:material3" 
7474    implementation(" androidx.compose.ui:ui" 
7575    implementation(" androidx.compose.ui:ui-graphics" 
7676    implementation(" androidx.compose.ui:ui-tooling-preview" 
77-     implementation(" androidx.core:core-ktx:1.15 .0" 
77+     implementation(" androidx.core:core-ktx:1.17 .0" 
7878
7979    debugImplementation(" androidx.compose.ui:ui-test-manifest" 
8080    debugImplementation(" androidx.compose.ui:ui-tooling" 
Original file line number Diff line number Diff line change 1616
1717//  Top-level build file where you can add configuration options common to all sub-projects/modules.
1818plugins {
19-     id(" com.android.application" " 8.7.3 " false 
20-     id(" com.android.library" " 8.7.3 " false 
21-     id(" org.jetbrains.kotlin.android" " 2.1.0 " false 
22-     id(" org.jetbrains.kotlin.plugin.compose" " 2.1.0 " false 
19+     id(" com.android.application" " 8.13.0 " false 
20+     id(" com.android.library" " 8.13.0 " false 
21+     id(" org.jetbrains.kotlin.android" " 2.2.20 " false 
22+     id(" org.jetbrains.kotlin.plugin.compose" " 2.2.20 " false 
2323}
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-8.11.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments