diff --git a/OsmAndCore-sample/build.gradle b/OsmAndCore-sample/build.gradle index 939150ff55..8ca5541258 100644 --- a/OsmAndCore-sample/build.gradle +++ b/OsmAndCore-sample/build.gradle @@ -134,10 +134,11 @@ dependencies { nativeDebugImplementation "net.osmand:OsmAndCore_androidNativeDebug:0.1-SNAPSHOT@aar" releaseImplementation "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar" + implementation files('libs/QtAndroid.jar') + implementation files('libs/QtAndroidBearer.jar') + // Local build //implementation 'com.vividsolutions:jts-core:1.14.0' //implementation(name: 'OsmAndCore_android-release', ext: 'aar') //implementation(name: 'OsmAndCore_androidNativeRelease-release', ext: 'aar') - //implementation files('libs/QtAndroid-bundled.jar') - //implementation files('libs/QtAndroidAccessibility-bundled.jar') } diff --git a/OsmAndCore-sample/libs/QtAndroid.jar b/OsmAndCore-sample/libs/QtAndroid.jar new file mode 100644 index 0000000000..27b3d2bf7c Binary files /dev/null and b/OsmAndCore-sample/libs/QtAndroid.jar differ diff --git a/OsmAndCore-sample/libs/QtAndroidBearer.jar b/OsmAndCore-sample/libs/QtAndroidBearer.jar new file mode 100644 index 0000000000..ca53ce6538 Binary files /dev/null and b/OsmAndCore-sample/libs/QtAndroidBearer.jar differ