Skip to content

Commit 82a20d3

Browse files
Merge branch 'main' of github.com:pythoninthegrasses/lunchjs
2 parents 12ba5a7 + b0bd90e commit 82a20d3

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build-ios-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: '4.0.0'
40+
ruby-version: '4.0.1'
4141
bundler-cache: true
4242

4343
- name: Setup Node.js

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodejs 24.12.0
2-
ruby 4.0.0
2+
ruby 4.0.1
33
rust 1.92.0

src-tauri/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/gen/android/app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ rust {
7777
}
7878

7979
dependencies {
80-
implementation("androidx.webkit:webkit:1.14.0")
80+
implementation("androidx.webkit:webkit:1.15.0")
8181
implementation("androidx.appcompat:appcompat:1.7.1")
82-
implementation("androidx.activity:activity-ktx:1.10.1")
83-
implementation("com.google.android.material:material:1.12.0")
82+
implementation("androidx.activity:activity-ktx:1.12.2")
83+
implementation("com.google.android.material:material:1.13.0")
8484
testImplementation("junit:junit:4.13.2")
85-
androidTestImplementation("androidx.test.ext:junit:1.1.4")
86-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
85+
androidTestImplementation("androidx.test.ext:junit:1.3.0")
86+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
8787
}
8888

8989
apply(from = "tauri.build.gradle.kts")

0 commit comments

Comments
 (0)