Skip to content

Commit

Permalink
Android: build: enable CMake log output
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 2, 2023
1 parent 89a6c08 commit 0fcc5a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
android.useAndroidX=true
# See CMake output
android.native.buildOutput=verbose

0 comments on commit 0fcc5a7

Please sign in to comment.