From 1fbfc587e4f639dacacf17ebc8f91aaa0c2d918e Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Sun, 1 Jul 2018 14:17:35 +0200 Subject: [PATCH] osmand: fix gradle call --- metadata/net.osmand.plus.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ && \