diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index 7de56893d7..124a11dbad 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -516,7 +516,7 @@ Build:3.0.4,304 sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \ - gradle210 assembleRelease && \ + gradle assembleRelease && \ cd build/outputs/aar && \ unzip OsmAndCore_android-release.aar && \ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \