Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to compose.version 1.6.20-dev1673, update to kotlin.version 2.0.20-Beta1 #260

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dep_ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update ffmpeg

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_libsodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update libsodium

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_libvpx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update libvpx

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update opus

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_x264.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update x264

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep_x265.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto update x265

on:
schedule:
# runs daily at 12:00 am
- cron: '0 0 * * *'
# runs Tue at 12:00 am
- cron: '0 0 * * 2'
push:
workflow_dispatch:
inputs:
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ org.jetbrains.compose.experimental.uikit.enabled=true
android.defaults.buildfeatures.buildconfig=true
# Enable kotlin/native experimental memory model
kotlin.native.binary.memoryModel=experimental
compose.version=1.6.10
kotlin.version=2.0.0
multiplatform.version=2.0.0
compose.version=1.6.20-dev1673
kotlin.version=2.0.20-Beta1
multiplatform.version=2.0.20-Beta1
Loading