From 32eb03b12f4add18148247c276e231a854ad10c5 Mon Sep 17 00:00:00 2001 From: serso Date: Thu, 12 Feb 2015 19:15:46 +0100 Subject: [PATCH] Fix for uploading archives to Nexus Sonatype repository --- android-app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android-app/build.gradle b/android-app/build.gradle index 50ad5f1a..937d17b0 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -144,6 +144,7 @@ uploadArchives { pom.project { name 'Calculator++ Application' packaging 'apk' + description 'Calculator for Android' url 'https://github.com/serso/android-calculatorpp' scm {