Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Nov 29, 2024
2 parents 75a59eb + b7634d1 commit ed299b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Android CI
on:
pull_request:
branches: [ "master" ]

workflow_dispatch:

jobs:
build-debug:
name: Build FOSS APKs
Expand Down Expand Up @@ -55,4 +56,4 @@ jobs:
with:
name: release-artifacts
paths: |
app/build/outputs/apk/release/
app/build/outputs/apk/release/
1 change: 1 addition & 0 deletions app/src/main/res/resources.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualifiedResLocale = en-US
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lifecycle-runtime-ktx = "2.8.7"
activity-compose = "1.9.3"
ksp = "2.0.21-1.0.28"
splashscreen = "1.0.1"
media3 = "1.4.1"
media3 = "1.5.0"
leakcanary = "2.13"

#Compose
Expand Down

0 comments on commit ed299b8

Please sign in to comment.