File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313    runs-on : ubuntu-latest 
1414    steps :
1515      - name : Checkout 
16-         uses : actions/checkout@v4  
16+         uses : actions/checkout@v5  
1717
1818      - name : Setup JDK 17 
19-         uses : actions/setup-java@v4  
19+         uses : actions/setup-java@v5  
2020        with :
2121          java-version : ' 17' 
2222          distribution : ' adopt' 
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525    runs-on : ubuntu-latest 
2626    steps :
2727      - name : Checkout repo 
28-         uses : actions/checkout@v4  
28+         uses : actions/checkout@v5  
2929
3030      - name : set up JDK 17 
31-         uses : actions/setup-java@v4  
31+         uses : actions/setup-java@v5  
3232        with :
3333          java-version : ' 17' 
3434          distribution : ' adopt' 
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414    runs-on : ubuntu-latest 
1515    steps :
1616      - name : Checkout repo 
17-         uses : actions/checkout@v4  
17+         uses : actions/checkout@v5  
1818
1919      - name : set up JDK 17 
20-         uses : actions/setup-java@v4  
20+         uses : actions/setup-java@v5  
2121        with :
2222          java-version : ' 17' 
2323          distribution : ' adopt' 
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222    runs-on : macos-latest  #  use mac so that shared iOS targets can also be built
2323    steps :
2424      - name : Checkout repo 
25-         uses : actions/checkout@v4  
25+         uses : actions/checkout@v5  
2626
2727      - name : set up JDK 17 
28-         uses : actions/setup-java@v4  
28+         uses : actions/setup-java@v5  
2929        with :
3030          java-version : ' 17' 
3131          distribution : ' adopt' 
Original file line number Diff line number Diff line change 33kotlin  = " 2.0.20"   #  realm does not support kotlin > 2.0.20 yet
44ksp  = " 2.0.20-1.0.25"   #  First part must match the kotlin version
55kermit  = " 2.0.3" 
6- koin  = " 3.5.6 " 
7- orbitMvi  = " 8 .0.0" 
6+ koin  = " 4.1.1 " 
7+ orbitMvi  = " 10 .0.0" 
88ktor  = " 3.0.3" 
99moko-mvvm  = " 0.16.1" 
1010moko-permissions  = " 0.18.0" 
@@ -16,7 +16,7 @@ kotlinx-serialization-json = "1.7.3"
1616kotlinx-datetime  = " 0.6.1" 
1717buildkonfig  = " 0.15.1" 
1818skie  = " 0.10.1" 
19- kmmbridge  = " 0.5.5 " 
19+ kmmbridge  = " 1.2.1 " 
2020
2121#  When updating also update the "Sentry-Dynamic.xcframework" in the shared folder to a required/supported version (see Info.plist for curent version)
2222#  1. Go to https://github.com/getsentry/sentry-cocoa/releases
@@ -40,10 +40,10 @@ androidx-compose-activity = "1.10.1"
4040compose-destinations  = " 2.2.0" 
4141play-publisher  = " 3.9.1" 
4242accompanistPermissions  = " 0.34.0" 
43- koinCompose  = " 3.5.6 " 
43+ koinCompose  = " 4.1.1 " 
4444appUpdate  = " 2.1.0" 
4545barcodeScanning  = " 17.3.0" 
46- stripe  = " 3.10 .2" 
46+ stripe  = " 4.7 .2" 
4747playServicesLocation  = " 21.3.0" 
4848
4949[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-8.14 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments