summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-03-24 13:43:49 +0200
committerNicholas Bennett <nicholas.bennett@qt.io>2023-03-24 12:04:24 +0000
commitfa5239c72e33c634f2a03534d04ef420c071a0d3 (patch)
tree7592cbdb256eaeda45f34e72c7f9106a46f588c0 /examples
parent2d1f0b1f0b33ac0712e4d925c36f54117049bb79 (diff)
downloadqtdoc-fa5239c72e33c634f2a03534d04ef420c071a0d3.tar.gz
Update packaging option in purchasing example build.gradle file
The current version 8 of gradle requires a change to the gradle.build file. Fixes: QTBUG-107849 Pick-to: 6.5 6.5.0 Change-Id: I9bc61674106d650f9eddb30ec793d049ff0ba4fd Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/demos/hangman/purchasing/android/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/demos/hangman/purchasing/android/build.gradle b/examples/demos/hangman/purchasing/android/build.gradle
index 8a95c570..63af8ddc 100644
--- a/examples/demos/hangman/purchasing/android/build.gradle
+++ b/examples/demos/hangman/purchasing/android/build.gradle
@@ -39,6 +39,8 @@ android {
buildToolsVersion androidBuildToolsVersion
+ packagingOptions.jniLibs.useLegacyPackaging true
+
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'