Skip to content

Commit

Permalink
Update asset gathering comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 26, 2024
1 parent 18dbfdd commit 04df508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wvWare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ android {
sourceSets.androidTest.assets.srcDirs = [ getProject().parent.getLayout().getProjectDirectory().dir("test/androidTestAssets") ]
}

// Assets delivered by conan are gathered by CMake
// Make sure the assets are installed and ready when needed
afterEvaluate {
tasks.named("generateDebugAssets").configure {
dependsOn(tasks.named("conanInstall-armv8"))
Expand Down

0 comments on commit 04df508

Please sign in to comment.