Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jan 30, 2025
1 parent 797d7d0 commit 9a8cc31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
Binary file removed .github/screen.png
Binary file not shown.
14 changes: 0 additions & 14 deletions .github/scripts/gitlog.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
job-common:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
SHORT_SHA: ${{ steps.expose_sha.outputs.short_sha }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
build-android:
needs: job-common
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 60
env:
SHORT_SHA: ${{ needs.job-common.outputs.SHORT_SHA }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compile-sdk = "35"
target-sdk = "35"
jdk = "21"
agp = "8.8.0"
kotlin = "2.1.0"
kotlin = "2.1.10"
google-material = "1.12.0"
androidx-core-splashscreen = "1.0.1"

Expand Down

0 comments on commit 9a8cc31

Please sign in to comment.