diff --git a/plugins/Osmand-Nautical/build.gradle b/plugins/Osmand-Nautical/build.gradle index 4cd07cf5c1..b5c83f456d 100644 --- a/plugins/Osmand-Nautical/build.gradle +++ b/plugins/Osmand-Nautical/build.gradle @@ -16,6 +16,7 @@ android { storePassword System.getenv("OSMAND_APK_PASSWORD") keyAlias "osmand" keyPassword System.getenv("OSMAND_APK_PASSWORD") + } } defaultConfig { @@ -75,4 +76,4 @@ dependencies { if (analytics) { println "Apply GMS plugin" apply plugin: 'com.google.gms.google-services' -} +} \ No newline at end of file