diff --git a/doc/src/platforms/android/qtquick-for-android.qdoc b/doc/src/platforms/android/qtquick-for-android.qdoc index 0867f564..36bfaa70 100644 --- a/doc/src/platforms/android/qtquick-for-android.qdoc +++ b/doc/src/platforms/android/qtquick-for-android.qdoc @@ -71,13 +71,6 @@ \li \l{QtModelIndex Android Class} \endlist - To use these classes, you must include the following in your \c build.gradle - file: - - \badcode - packagingOptions.jniLibs.useLegacyPackaging true - \endcode - \note See the \l{QT_ANDROID_GENERATE_JAVA_QTQUICKVIEW_CONTENTS} CMake variable for further information on Java code generation of QML components. diff --git a/examples/demos/hangman/purchasing/android/build.gradle b/examples/demos/hangman/purchasing/android/build.gradle index c55fdbd6..d01ed406 100644 --- a/examples/demos/hangman/purchasing/android/build.gradle +++ b/examples/demos/hangman/purchasing/android/build.gradle @@ -41,9 +41,6 @@ android { buildToolsVersion androidBuildToolsVersion ndkVersion androidNdkVersion - // Extract native libraries from the APK - packagingOptions.jniLibs.useLegacyPackaging true - sourceSets { main { manifest.srcFile 'AndroidManifest.xml'