File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ 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' 
2323
2424      - name : Setup Gradle 
25-         uses : gradle/actions/setup-gradle@v4  
25+         uses : gradle/actions/setup-gradle@v5  
2626
2727      - name : Detekt 
2828        run : ./gradlew detekt 
2929
3030      - name : Upload detekt SARIF files 
3131        if : success() || failure() 
32-         uses : github/codeql-action/upload-sarif@v3  
32+         uses : github/codeql-action/upload-sarif@v4  
3333        with :
3434          sarif_file : ' build/reports/detekt/merge.sarif' 
3535          category : detekt 
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ 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' 
3535
3636      - name : Setup Gradle 
37-         uses : gradle/actions/setup-gradle@v4  
37+         uses : gradle/actions/setup-gradle@v5  
3838
3939      - name : Extract keystore 
4040        run : | 
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ 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' 
2424
2525      - name : Setup Gradle 
26-         uses : gradle/actions/setup-gradle@v4  
26+         uses : gradle/actions/setup-gradle@v5  
2727
2828      - name : Extract keystore 
2929        run : | 
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ 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' 
3232
3333      - name : Setup Gradle 
34-         uses : gradle/actions/setup-gradle@v4  
34+         uses : gradle/actions/setup-gradle@v5  
3535
3636      - name : Cache kotlin native build tooling 
3737        uses : actions/cache@v4 
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.3 " 
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