Skip to content

Commit

Permalink
fix build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 14, 2024
1 parent 8c045dc commit d370888
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: Debug
run: find . -type f

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ aboutLibraries {
}

dependencies {
implementation(project(":libphonograph:libphonograph"))
implementation(project(":libphonograph:libPhonograph"))
val media3Version = "1.4.0"
implementation("androidx.activity:activity-ktx:1.9.1")
implementation("androidx.appcompat:appcompat:1.7.0")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ plugins {
}

rootProject.name = "Gramophone"
include(":libphonograph:libphonograph", ":app", ":baselineprofile")
include(":libphonograph:libPhonograph", ":app", ":baselineprofile")

0 comments on commit d370888

Please sign in to comment.